   .project_item{
    background: #FFFFFF;
box-shadow: 0px 5px 17px 0px rgba(173,173,173,0.5);
border-radius: 4px;
padding:15px 20px 30px;
}
.pro_img{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom:80%;
    position: relative;
    cursor: pointer;
}
.tags_txt{
  position: absolute;
  top:10px;
  right:10px;
  width: 88px;
height: 24px;
background: linear-gradient(135deg, #FF9124 0%, #F52454 100%);
border-radius: 20px;
text-align: center;
font-size: 12px;
font-family: ArialMT;
color: #FFFFFF;
line-height: 14px;
line-height: 22px;
}
.pro_img img{
    width: 100%;
    height: auto;
    min-height: 100%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.pro_img:hover img{
    -webkit-transform: translate(-50%,-50%) scale(1.05);
    -ms-transform: translate(-50%,-50%) scale(1.05);
    -o-transform: translate(-50%,-50%) scale(1.05);
    transform: translate(-50%,-50%) scale(1.05);
}
.project_item{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.project_item h2{
    font-size: 24px;
font-family: Arial-BoldMT;
font-weight: normal;
color: #100D4F;
line-height: 28px;
margin-top:15px;
font-weight: bold;
/* max-height: 60px; */
/* overflow: hidden; */
cursor: pointer;
}
.project_item p{
    font-size: 18px;
font-family: ArialMT;
color: #67549A;
line-height: 21px;
margin-top:15px;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
height: 42px;
}
.learn_btn{
    font-size: 18px;
font-family: Arial-BoldMT;
font-weight: normal;
color: #FD7F2C;
line-height: 21px;
margin-top:25px;
display: block;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
}
.learn_btn:hover{
    color: #FD7F2C;
    transform: translate(5px, 0px);
}
.pro_cont{
    margin-bottom:30px;
}




/* 底部 */
.fotnav .nav a{
    font-size: 16px;
  font-family: ArialMT;
  color: #67549A;
  line-height: 18px;
  }
  .fotnav .nav a:hover{
    background: linear-gradient(to right, #FF9124, #F52454);
    background: -moz-linear-gradient(to right, #FF9124, #F52454);
    background: -webkit-linear-gradient(to right, #FF9124, #F52454);
    background: -o-linear-gradient(to right, #FF9124, #F52454);
    background: -ms-linear-gradient(right, #FF9124, #F52454);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
  }
  .fromname{
    font-size: 16px;
  font-family: ArialMT;
  color: #67549A;
  line-height: 18px;
  }
  .footercont{
    background: #fff;
  
  }
  .top_header{
    padding:70px 0 30px;
  }
  .btn-primary,.btn-primary:hover{
    background: #100D4F;
  border-radius: 4px;
  color:#fff !important;
  }
  .btn-primary:not(:disabled):not(.disabled).active,
  .btn-primary:not(:disabled):not(.disabled):active, 
  .show>.btn-primary.dropdown-toggle,
  .btn-primary:hover, .btn-primary:focus{
    background: #100D4F;
    border-radius: 4px;
    color:#fff !important;
  }
  .form-control:focus{
    background: #EBEAF2;
  }
  .footer_logo{
    text-align: center;
    margin-top:100px;
  }
  .footer_logo img{
    margin:0 5px;
  }
  .form-control{
    background: #EBEAF2;
  }
  .copyRight_txt{
    background: #100D4F;
    font-size: 11px;
  font-family: ArialMT;
  color: #FFFFFF;
  line-height: 16px;
  text-align: center;
  padding:12px 0;
  }
  .design_ul li:not(:last-child){
    margin-bottom:60px;
  }
  .project_item h2{
    font-weight: bold;
    font-size: 21px;
    /* height: 30px;
    overflow: hidden; */
  }
  .project_item p{
    display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 42px;
  }
  .mobilefooter{
    background: #fff;
  }
  .mlogo img{
    width: auto;
  }
  .fotfrom p{
    text-align: left;
  }
  .fotfrom .form-inline{
    justify-content: center;
  }
  .mobilenavbtn{
    cursor: pointer;
  }
  .footercont,.mobilefooter{
    background: #F6F7FA;
}
  @media (max-width:767px) {
    .footer_logo{
        margin-top: 40px;
    }
    .mlogo{
        margin: 40px 0 0;
    }
  }
  /* 底部结束 */
.pro_menu_tab{
  display: flex;
  /* justify-content: space-between; */
  margin-bottom:30px;
  margin-top:30px;
}
.pro_menu_tab li{
  font-size: 16px;
font-family: ArialMT;
color: #100D4F;
line-height: 21px;
cursor: pointer;
padding-bottom:15px;
position: relative;
text-align: center;
margin-right: 8%;
}
.pro_menu_tab li.active::after{
position: absolute;
content: "";
width: 70px;
height: 7px;
background: linear-gradient(135deg, #FF9124 0%, #F52454 100%);
border-radius: 20px;
bottom:0;
left:50%;
transform: translateX(-50%);
}
.projectCont{
  margin-bottom:80px;
}
.pro_menu_tab li.active{
  color: #FE842A;
}


@media (max-width:1440px) {
    .project_item h2{
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width:768px) {
    .project_item h2{
        font-size: 18px;
        line-height: 25px;
    }
    .project_item p{
        font-size: 16px;
        line-height: 21px;
        margin-top: 10px;
    }
    .learn_btn{
        font-size: 14px;
        line-height: 21px;
        margin-top: 15px;
    }
    .project_item{
        padding: 15px 20px 20px;
    }
    .pro_img{
        padding-bottom: 80%;
    }
    .pro_menu_tab{
      overflow-x: scroll;
      white-space: nowrap;
      width: 100%;
    }
    .pro_menu_tab li{
      white-space: nowrap;
      margin-right: 20px;
    }
    .pro_menu_tab::-webkit-scrollbar {display:none}
    .pro_menu_tab{
      margin:30px 0 20px;
    }
    .projectCont {
      margin-bottom: 40px;
  }
  .fotfrom p{
    padding: 0 15px;
  }
}



