.pro_list{
  background-color: #eaedf2;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 66px 0;
}
.pro_list .tit{
  width: 100%;
  text-align: center;
  font-size: 28px;
}
.pro_list .content{
  width:100%;
  margin-top:50px;
  position: relative;
}
@media all and (max-width:750px) {
  .pro_list{
    padding:30px 0;
  }
}
@media all and (max-width:480px) {
  .pro_list .tit{
    font-size:24px;
  }
  .pro_list .content{
    margin-top:30px;
  }
}

.vid_list{
  width:100%;
  background:#fff;
  padding:80px 0 50px;
}
.vid_list ul{
  width:100%;
}
.vid_list ul li:nth-child(n+2){
  margin-top:10px;
}
.vid_list ul li:nth-child(2n-1){
  width:100%;
}
.vid_list ul li:nth-child(2n-1) .img{
  float:left;
  width:50%;
  height: 280px;
}
.vid_list ul li:nth-child(2n-1) .img img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.vid_list ul li:nth-child(2n-1) .text{
  float: right;
  width:50%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  padding:0 15px 0 50px;
}
.vid_list ul li:nth-child(2n-1) .text .text1{
  width:calc(100% - 100px);
}
.vid_list ul li:nth-child(2n-1) .text .text1 span{
  display:block;
  font-size:28px;
  color:#000;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.vid_list ul li:nth-child(2n-1) .text .text1 span a{
  color:#000;
}
.vid_list ul li:nth-child(2n-1) .text .text1 span a:hover{
  color:#23527c;
}
.vid_list ul li:nth-child(2n-1) .text .text1 p{
  font-size:16px;
  color:#000;
  line-height: 24px;
}
.vid_list ul li:nth-child(2n-1) .text .more{

}
.vid_list ul li:nth-child(2n-1) .text .more a{
  width: 36px;
  height: 36px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.vid_list ul li:nth-child(2n){
  width:100%;
}
.vid_list ul li:nth-child(2n) .img{
  float:right;
  width:50%;
  height: 280px;
}
.vid_list ul li:nth-child(2n) .img img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.vid_list ul li:nth-child(2n) .text{
  float: left;
  width:50%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  padding:0 50px 0 0px;
}
.vid_list ul li:nth-child(2n) .text .text1{
  width:calc(100% - 100px);
}
.vid_list ul li:nth-child(2n) .text .text1 span{
  display:block;
  font-size:28px;
  color:#000;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.vid_list ul li:nth-child(2n) .text .text1 span a{
  color:#000;
}
.vid_list ul li:nth-child(2n) .text .text1 span a:hover{
  color:#23527c;
}
.vid_list ul li:nth-child(2n) .text .text1 p{
  font-size:16px;
  color:#000;
  line-height: 24px;
}
.vid_list ul li:nth-child(2n) .text .more{

}
.vid_list ul li:nth-child(2n) .text .more a{
  width: 36px;
  height: 36px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
@media all and (max-width:980px) {
  .vid_list{
    padding:80px 0 50px;
  }
}
@media all and (max-width:750px) {
  .vid_list {
    padding: 40px 0;
  }
  .vid_list ul li:nth-child(2n-1) .img{
    width:100%;
    height: 360px;
  }
  .vid_list ul li:nth-child(2n-1) .text{
    float: left;
    width:100%;
    padding:0 10px;
    margin-top:20px;
  }
  .vid_list ul li:nth-child(n+2){
    margin-top:20px;
  }
  .vid_list ul li:nth-child(2n) .text{
    width:100%;
    float: left;
    padding:0 10px;
    margin-top:20px;
  }
  .vid_list ul li:nth-child(2n) .img {
    float: left;
    width: 100%;
    height: 360px;
  }
}
@media all and (max-width:480px) {
  .vid_list ul li:nth-child(2n-1) .img{
    height: 200px;
  }
  .vid_list ul li:nth-child(2n) .img{
    height: 200px;
  }
  .vid_list ul li:nth-child(2n-1) .text{
    padding:0;
  }
  .vid_list ul li:nth-child(2n) .text{
    padding:0;
  }
  .vid_list ul li:nth-child(2n-1) .text .text1{
    width:100%;
  }
  .vid_list ul li:nth-child(2n) .text .text1{
    width:100%;
  }
  .vid_list ul li:nth-child(2n) .text .text1 span{
    font-size:20px;
    margin-bottom: 10px;
  }
  .vid_list ul li:nth-child(2n-1) .text .text1 span{
    font-size:20px;
    margin-bottom: 10px;
  }
  .vid_list ul li:nth-child(2n-1) .text .more{
    display:flex;
    justify-content: flex-end;
    margin-top:20px;
    width:100%;
  }
  .vid_list ul li:nth-child(2n) .text .more{
    display:flex;
    justify-content: flex-end;
    margin-top:20px;
    width:100%;
  }
}

.g_eike{
  width:100%;
  margin-top:50px;
  padding-bottom: 150px;
}
.g_eike .tit{
  width:100%;
}
.g_eike .tit img{
  display:block;
  width:132px;
  height: auto;
  margin:0 auto;
}
.g_eike .tit p{
  font-size: 28px;
  text-align: center;
  color:#000;
  margin-top:10px;
} 
.g_eike .list_num{
  width:100%;
  margin-top:60px;
}
.g_eike .list_num ul{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
} 
.g_eike .list_num ul li{
  width:33.3%;
  padding:0 15px;
}
.g_eike .list_num ul li .num{
  width:108px;
  height: 108px;
  margin:0 auto;
  border-radius: 100%;
  border:1px solid #000;
  font-size:42px;
  line-height: 108px;
  text-align: center;
  transition: all ease .3s;
  cursor: pointer;
}
.g_eike .list_num ul li .num:hover{
  transform: scale(1.2);
  color:#005bac;
  border:1px solid #005bac;
}
.g_eike .list_num ul li p{
  line-height: 30px;
  margin-top: 16px;
  text-align: center;
  font-size: 21px;
  color:#000;
  padding:0 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.g_eike .list_box{
  width:100%;
  margin-top:50px
}
.g_eike .list_box ul{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.g_eike .list_box ul li{
  width:46%;
  position: relative;
}
.g_eike .list_box ul li .img{
  width:100%;
  height: 280px;
}
.g_eike .list_box ul li .img img{
  display:block;
  width:100%;
  height: 100%;
  object-fit: cover;
} 
.g_eike .list_box ul li .text{
  position: absolute;
  left:50%;
  top:230px;
  z-index:10;
  width:80%;
  margin-left:-40%;
  background:#fff;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  padding:20px;
}
.g_eike .list_box ul li .text .text1{
  display:block;
  width: calc(100% - 100px);
}
.g_eike .list_box ul li .text .text1 span{
  display:block;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 20px;
}
.g_eike .list_box ul li .text .text1 span em{
  color: #005bac;
  margin-left: 10px;
}
.g_eike .list_box ul li .text .text1 p{
  line-height: 26px;
  color:#000;
  font-size:17px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.g_eike .list_box ul li .text .more{
  
}
.g_eike .list_box ul li .text .more a{
  width: 36px;
  height: 36px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
@media all and (max-width:980px) {
  .g_eike .list_box ul li .text{
    position: relative;
    left: auto;
    top:auto;
    margin:0;
    width:100%;
  }
}
@media all and (max-width:750px) {
  .g_eike{
    padding-bottom: 0;
  }
  .g_eike .list_box ul li{
    width:100%;
  }
  .g_eike .list_box ul li:nth-child(n+2){
    margin-top:20px;
  }
  .g_eike .list_box ul li .img{
    height: 340px;
  }
}
@media all and (max-width:480px) {
  .g_eike{
    margin-top:30px;
  }
  .g_eike .tit img{
    width:100px;
  }
  .g_eike .tit p{
    font-size:20px;
  }
  .g_eike .list_num{
    margin-top:20px;
  }
  .g_eike .list_num ul li{
    width:100%;
    margin-top:10px;
  }
  .g_eike .list_num ul li p{
    padding:0;
  }
  .g_eike .list_box{
    margin-top:30px;
  }
  .g_eike .list_box ul li .img{
    height: 200px;
  }
  .g_eike .list_box ul li .text{
    padding:10px;
  }
  .g_eike .list_box ul li .text .text1{
    width:100%;
  }
  .g_eike .list_box ul li .text .text1 span{
    margin-bottom: 0px;
  }
  .g_eike .list_box ul li .text .more{
    width:100%;
    display:flex;
    justify-content: flex-end;
    margin-top:20px;
  }
}

#ban_img{
  width:100%;
  height: 520px;
}
#ban_img img{
  display:block;
  width:100%;
  height: 100%;
  object-fit: cover;
}
#about_us{
  width:100%;
}
#about_us .state{
  width:100%;
  padding:50px 0;
  background:#fff;
}
#about_us .state span{
  display:block;
  text-align: center;
  line-height: 50px;
  font-size: 28px;
  font-weight: 700;
}
#about_us .state p{
  font-size: 20px;
  line-height: 39px;
  color: #727272;
  margin-bottom: 18px;
  margin-top:10px;
}

#about_us .Phot_of_fac{
  width:100%;
  padding:50px 0;
  background: #eeeded;
}
#ever_tit1{
  width:100%;
  text-align: center;
}
#ever_tit1 span{
  line-height: 32px;
  font-size: 25px;
}
#ever_tit1 .line_hui{
  width:100%;
  height: 25px;
  background:url("../picture/line-hui.jpg") no-repeat center center;
  margin-top:10px;
}
#ever_tit1 .line_bai{
  width:100%;
  height: 25px;
  background:url("../picture/line-bai.jpg") no-repeat center center;
  margin-top:10px;
}
#about_us .Phot_of_fac .img{
  width:100%;
  margin:20px auto 0;
}
#about_us .Phot_of_fac .img img{ 
  display:block;
  width:100%;
  height: auto;
}

#about_us .the_exh_hall{
  width:100%;
  padding:50px 0;
  background: #fff;
}
#about_us .the_exh_hall .img{
  width:100%;
  margin:20px auto 0;
}
#about_us .the_exh_hall .img img{ 
  display:block;
  width:100%;
  height: auto;
}

#about_us .office{
  width:100%;
  padding:50px 0;
  background: #eeeded;
}
#about_us .office .img{
  width:100%;
  margin:20px auto 0;
}
#about_us .office .img img{ 
  display:block;
  width:100%;
  height: auto;
}

#about_us .pro_team{
  width:100%;
  padding:50px 0;
  background: #fff;
}
#about_us .pro_team .img{
  width:100%;
  margin:20px auto 0;
}
#about_us .pro_team .img img{ 
  display:block;
  width:100%;
  height: auto;
}

#about_us .exhibition{
  width:100%;
  padding:50px 0;
  background: #eeeded;
}
#about_us .exhibition .img{
  width:100%;
  margin:20px auto 0;
}
#about_us .exhibition .img img{ 
  display:block;
  width:100%;
  height: auto;
}

#about_us .hon_cer{
  width:100%;
  padding:50px 0;
  background: #fff;
}
#about_us .hon_cer .img{
  width:100%;
  margin:20px auto 0;
}
#about_us .hon_cer .img img{ 
  display:block;
  width:100%;
  height: auto;
}
@media all and (max-width:980px) {
  #ban_img{
    height: 420px;
  }
}
@media all and (max-width:750px) {
  #ban_img{
    height: 320px;
  }
  #about_us .state span{
    font-size:24px;
    line-height: 35px;
  }
  #about_us .state p{
    line-height: 30px;
  }
}
@media all and (max-width:480px) {
  #ban_img{
    height: 200px;
  }
  #about_us .state{
    padding:30px 0;
  }
  #about_us .state span{
    font-size:20px;
  }
  #about_us .state p{
    font-size:16px;
    line-height: 25px;
    margin:10px 0 0;
  }
  #about_us .Phot_of_fac{
    padding:30px 0;
  }
  #about_us .the_exh_hall{
    padding:30px 0;
  }
  #about_us .office{
    padding:30px 0;
  }
  #about_us .pro_team{
    padding:30px 0;
  }
  #about_us .exhibition{
    padding:30px 0;
  }
  #about_us .hon_cer{
    padding:30px 0;
  }
  #ever_tit1 span{
    font-size:20px;
  }
  #ever_tit1 .line_hui{
    margin:0;
  }
  #ever_tit1 .line_bai{
    margin:0;
  }
}

#our_maket{
  width:100%;
}
#our_maket .our_container{
  width:100%;
  margin-top:80px;
}
#our_maket .our_container .item{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#our_maket .our_container .item:nth-child(n+2){
  margin-top:20px;
}
#our_maket .our_container .item .left{
  width:25%;
  padding:0 10px;
}
#our_maket .our_container .item .left span{
  display:block;
  font-size:22px;
  color:#000;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
}
#our_maket .our_container .item .right{
  width:75%;
  padding:0 10px;
}
#our_maket .our_container .item .right ul{
  width:100%;
}
#our_maket .our_container .item .right ul li{
  padding:0 0 0 40px;
  background:url("../images/distop.png") no-repeat left top;
  background-size: initial;
}
#our_maket .our_container .item .right ul li p{
  font-size:16px;
  line-height: 35px;
  color:#000;
}
#our_maket .our_container .item .right ul li p em{
  color:#bd1624;
  font-weight: bold;
}

#our_maket .world_map{
  width:100%;
  margin-top:60px;
}
#our_maket .world_map .map{
  margin:60px auto 0;
  position: relative;
}
#our_maket .world_map img{
  display:block;
  width:100%;
  height: auto;
}
#our_maket .world_map ul{
  width:100%;
}
#our_maket .world_map ul li{
  position: absolute;
  height: 40px;
  cursor: pointer;
  z-index: 1;
  display:flex;
  justify-content: flex-start;

}
#our_maket .world_map ul li.usa{
  top: 36.9565%;
  left: 22.7891%;
}
#our_maket .world_map ul li.mexico{
  top: 49.1304%;
  left: 22.619%;
}
#our_maket .world_map ul li.uk{
  top: 25.6522%;
  left: 46.4286%;
}
#our_maket .world_map ul li.poland{
  top: 28.2609%;
  left: 50.6803%;
}
#our_maket .world_map ul li.cr{
  top: 30%;
  left: 50.5102%;
}
#our_maket .world_map ul li.slovakia{
  top: 32.1739%;
  left: 51.7007%;
}
#our_maket .world_map ul li.nm{
  top: 36.087%;
  left: 52.551%;
}
#our_maket .world_map ul li.russia{
  top: 23.913%;
  left: 68.3673%;
}
#our_maket .world_map ul li.sk{
  top: 39.5652%;
  left: 77.8912%;
}
#our_maket .world_map ul li.eeto{
  top: 44.3478%;
  left: 74.8299%;
}
#our_maket .world_map ul li.taiwan{
  top: 47.8261%;
  left: 76.5306%;
}
#our_maket .world_map ul li.malaysia{
  top: 60%;
  left: 74.1497%;
}
#our_maket .world_map ul li.vietnam{
  top: 48.74%;
  left: 72.5497%;
}
#our_maket .world_map ul li.india{
  top: 47.14%;
  left: 65.2497%;
}
#our_maket .world_map ul li.indonesia{
  top: 66%;
  left: 73.2497%;
}
#our_maket .world_map ul li.philippines{
  top: 52.5261%;
  left: 76.3306%;
}
#our_maket .world_map ul li.thailand{
  top: 54.24%;
  left: 71.1497%;
}
#our_maket .world_map ul li.turkey{
  top: 37.887%;
  left: 55.551%;
}
#our_maket .world_map ul li.belarus{
  top: 27.687%;
  left: 53.851%;
}
#our_maket .world_map ul li.italy{
  top: 36.087%;
  left: 50.551%;
}

#our_maket .world_map ul li.brazil{
  top: 67.578%;
  left:35.7497%;
}
#our_maket .world_map ul li.peru{
  top: 66.578%;
  left:28.9497%;
}
#our_maket .world_map ul li.canada{
  top: 23.9565%;
  left: 21.7891%;
}

#our_maket .world_map ul li .loader{
  width:10px;
  height: 10px;
  background:#c00;
  border-radius: 100%;
  position: relative;
}
#our_maket .world_map ul li .loader .circle{
  display:block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: transparent;
  border: 1px solid #c00;
  opacity: .7;
}
#our_maket .world_map ul li .loader .circle1 {
  animation: loading 3s linear infinite;   
}
#our_maket .world_map ul li .loader .circle2 {
  animation: loading 3s linear 1s infinite;
}

@keyframes loading {
  100% {
      width: 80px;
      height: 80px;
      opacity: 0;
  }
}
#our_maket .world_map ul li a{
  display:block;
  color:#000;
  font-size:16px;
  margin-left: 5px;
}
#our_maket .world_map ul li a:hover{
  color:#c00;
}

#our_maket .req_coop{
  width:100%;
  margin-top:30px;
  position: relative;
}
#our_maket .req_coop::before{
  display:block;
  content:'';
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height: 250px;
  background:#333;
  z-index:5;
}
#our_maket .req_coop .wrap{
  position: relative;
  z-index:10;
  padding:60px 0 20px
}
#our_maket .req_coop .wrap .tit{
  width:100%;
  font-size:36px;
  color:#fff;
  font-weight: bold;
}
#our_maket .req_coop .wrap .content{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  margin-top:20px;
  background:#fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}
#our_maket .req_coop .wrap .content .img{
  width:35%;
  height: 660px;
}
#our_maket .req_coop .wrap .content .img img{
  display:block;
  width:100%;
  height: 100%;
  object-fit: cover;
}
#our_maket .req_coop .wrap .content .right{
  width:65%;
  padding:40px;
}
#our_maket .req_coop .wrap .content .right .title{
  width:100%;
}
#our_maket .req_coop .wrap .content .right .title p{
  font-size: 14px;
  margin-bottom: 10px;
  color:#000;
}
#our_maket .req_coop .wrap .content .right .title span{
  display:block;
  font-size: 40px;
  color:#000;
  font-weight: bold;
}
#our_maket .req_coop .wrap .content .right form{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  margin-top:35px;
}
#our_maket .req_coop .wrap .content .right form .item{
  width:48%;
  margin-top:10px;
}
#our_maket .req_coop .wrap .content .right form .item label{
  display:block;
  width:100%;
  font-size:16px;
  line-height: 35px;
}
#our_maket .req_coop .wrap .content .right form .item input{
  display:block;
  width:100%;
  padding:0 10px;
  line-height: 50px;
  background: #f3f3f3;
  border:none;
  outline: none;
}
#our_maket .req_coop .wrap .content .right form .item textarea{
  display:block;
  width:100%;
  line-height: 50px;
  background: #f3f3f3;
  height: 50px;
  padding:0 10px;
}
#our_maket .req_coop .wrap .content .right form button{
  display:block;
  width:100%;
  line-height: 50px;
  background:#c00;
  color:#fff;
  font-size:16px;
  text-align: center;
  margin-top:50px;
  transition: all ease .3s;
}
#our_maket .req_coop .wrap .content .right form button:hover{
  background:#333;
  cursor: pointer;
}
@media all and (max-width:750px) {
  #our_maket .our_container{
    margin:40px 0;
  }
  #our_maket .our_container .item .left{
    width:100%;
    padding:0;
  }
  #our_maket .our_container .item .left span{
    text-align: left;
  }
  #our_maket .our_container .item .right{
    width:100%;
    padding:0;
  }
  #our_maket .req_coop .wrap .content .img{
    display:none;
  }
  #our_maket .req_coop .wrap .content .right{
    width:100%;
  }
  #our_maket .req_coop .wrap .tit{
    font-size:24px;
  }
  #our_maket .req_coop .wrap .content .right .title span{
    font-size:32px;
  }
}
@media all and (max-width:480px) {
  #our_maket .our_container{
    margin:30px 0;
  }
  #our_maket .our_container .item .left span{
    font-size:18px;
  }
  #our_maket .our_container .item .right ul li{
    padding:0 0 0 30px;
  }
  #our_maket .our_container .item:nth-child(n+2){
    margin-top:10px;
  }
  #our_maket .our_container .item .right ul li p{
    font-size:14px;
    line-height: 25px;
  }
  #our_maket .world_map{
    margin-top:30px;
  }
  #our_maket .world_map .map{
    margin:30px auto 0;
  }
  #our_maket .req_coop .wrap{
    padding:30px 0 0;
  }
  #our_maket .req_coop .wrap .tit{
    font-size:18px;
  }
  #our_maket .req_coop .wrap .content .right{
    padding:20px 10px;
  }
  #our_maket .req_coop .wrap .content .right .title span{
    font-size:24px;
  }
  #our_maket .req_coop .wrap .content .right form{
    margin-top:10px;
  }
  #our_maket .req_coop .wrap .content .right form .item{
    width:100%;
  }
  #our_maket .req_coop .wrap .content .right form .item input{
    line-height: 35px;
  }
  #our_maket .req_coop .wrap .content .right form .item textarea{
    line-height: 35px;
    height: 35px;
  }
  #our_maket .req_coop .wrap .content .right form button{
    margin-top:30px;
    line-height: 35px;
    font-size:14px;
  }
}


#feedback_list{
  width:100%;
  margin-top:50px;
}
#feedback_list .tit{
  width:100%;
}
#feedback_list .tit span{
  display:block;
  text-align: center;
  line-height: 50px;
  font-size: 28px;
  font-weight: 700;
}
#feedback_list .tit .text{
  width:100%;
  text-align: center;
  margin-top:10px;
}
#feedback_list .tit .text p{
  font-size: 18px;
  line-height: 30px;
}
#feedback_list .list{
  width:100%;
}
#feedback_list .list ul{
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#feedback_list .list ul li{
  width:25%;
  padding:0 5px;
  margin-top:88px;
}
#feedback_list .list ul li a{
  display:block;
  width:100%;
  border:1px solid #333;
  border-radius: 5px;
  padding:10px;
}
#feedback_list .list ul li a .img{
  width:100%;
  height: 170px;
}
#feedback_list .list ul li a .img img{
  display:block;
  width:100%;
  height: 100%;
  object-fit: cover;
}
#feedback_list .list ul li a .text{
  width:100%;
}
#feedback_list .list ul li a .text span{
  display:block;
  padding:8px 0;
  color:#333;
  font-size:16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#feedback_list .list ul li a:hover .text span{
  color:#005bac;
}
#feedback_list .list ul li a .text p{
  font-size:14px;
  line-height: 20px;
  color:#333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media all and (max-width:750px) {
  #feedback_list .list ul{
    display:flex;
    justify-content: space-between;
  }
  #feedback_list .list ul li{
    width:48%;
    padding:0;
  }
}
@media all and (max-width:480px) {
  #feedback_list{
    margin-top:30px;
  }
  #feedback_list .tit span{
    font-size:20px;
    line-height: 35px;
  }
  #feedback_list .tit .text p{
    font-size:14px;
    line-height: 20px;
  }
  #feedback_list .list ul li{
    margin-top:20px;
    width:100%;
  }
}

#feedback_art{
  width:100%;
  margin-top:50px;
}
#feedback_art .tit{
  width:100%;
}
#feedback_art .tit h1{
  display:block;
  width:100%;
  font-size: 26px;
  text-align: center;
}
#feedback_art .video{
  width:960px;
  margin:30px auto 0;
}
#feedback_art .video iframe{
  width:100%;
  height: 500px;
}
@media all and (max-width:980px) {
  #feedback_art .video{
    width:100%;
  }
  #feedback_art .video iframe{
    width:100%;
    height: 315px;
  }
}
@media all and (max-width:480px) {
  #feedback_art{
    margin-top:30px;
  }
  #feedback_art .tit h1{
    font-size:20px;
  }
  #feedback_art .video{
    margin:20px auto 0;
  }
}


#pro_list{
  width:100%;
  margin-top:50px;
}
#pro_list .wrap{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#left1{
  width: 24%;
}
#left1 .tit{
  border-left: 7px solid red;
  background: #333;
  color: #fff;
  padding: 19px 0 19px 25px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#left1 .tit h1,#left1 .tit h2{
  font-size: 14px;
  color: #fff;
}
#left1 .tit h1 a,#left1 .tit h2 a{
  color:#fff;
}
#left1 ul{
  width: 100%;
}
#left1 ul li{
  margin-top: 3px;
  background: #f2f2f2;
}
#left1 ul li span{
  display: block;
  margin-top: 3px;
  font-size: 14px;
  font-weight: bold;
  background: #f2f2f2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 0;
  font-weight: normal;
  box-sizing: border-box;
  font-style: normal;
}
#left1 ul li span em{
  display: block;
  width: 40px;
  height: 15px;
  background: url(../images/icon1.png)no-repeat center center;
  background-size: 15px 15px;
}
#left1 ul li.on_elec span em {
  background: url(../images/icon2.png)no-repeat center center;
  background-size: 15px 15px;
}
#left1 ul li span a{
  display: block;
  width: calc(100% - 40px);
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  padding: 0;
  background: #f2f2f2;
  color:#333;
}
#left1 ul li.on_elec span a {
  color: red;
  font-weight: bold;
  background: #f2f2f2;
}
#left1 ul li dl {
  width: 100%;
  display: none;
}
#left1 ul li dl dd {
  margin-top: 3px;
  background: #f2f2f2;
}
#left1 ul li dl dd a {
  display: block;
  padding: 8px 0 8px 40px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  background: #f2f2f2;
}
#left1 ul li dl dd.on_elec a {
  color: red;
}

#pro_list .wrap .right{
  width: 72%;
}
#pro_list .wrap .right .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#pro_list .wrap .right .list li {
  width: 50%;
  padding: 0 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
#pro_list .wrap .right .list li .box {
  width: 100%;
}
#pro_list .wrap .right .list li .box .img {
  width: 100%;
  border: 1px solid #ddd;
}
#pro_list .wrap .right .list li .box .img img {
  width: 100%;
  height: auto;
}
#pro_list .wrap .right .list li .box p {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
}
#pro_list .wrap .right .list li .box p a {
  color: #333;
}
#pro_list .wrap .right .list li .box p a:hover {
  color:#005bac;
}
#pro_list .wrap .right .list li .box .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
#pro_list .wrap .right .list li .box .btn a {
  display: block;
  width: 85px;
  line-height: 25px;
  border: 1px solid #666;
  border-radius: 33px;
  text-align: center;
  font-size: 14px;
  transition: all ease .3s;
}
#pro_list .wrap .right .list li .box .btn a:hover {
  background:#333;
  border: 1px solid #333;
  color:#fff;
}

#vid_page{
  width: 100%;
  padding: 30px;
}
#vid_page ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#vid_page ul li{
  margin: 10px 5px;
}
#vid_page ul li a{
  display: block;
  padding: 2px 6px;
  border: 1px solid #999;
  color: #333;
  font-size: 12px;
}
#vid_page ul li strong{
  font-size: 12px;
  color: #333;
}
@media all and (max-width:750px) {
  #left1 {
    width: 80%;
    margin: 0 auto;
  }
  #pro_list .wrap .right{
    width:100%;
    margin-top:30px;
  }
}
@media all and (max-width:480px) {
  #pro_list{
    margin-top:30px;
  }
  #left1 {
    width: 100%;
    margin: 0 auto;
  }
  #pro_list .wrap .right{
    margin-top:20px;
  }
  #pro_list .wrap .right .list li{
    width: 49%;
    padding:0;
    margin-bottom: 20px;
  }
  #vid_page{
    padding:10px 0px;
  }
}

#pro_art{
  width:100%;
  margin-top:50px;
}
#pro_art .wrap{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#pro_art .wrap .right{
  width: 72%;
  margin-top:20px;
}
#prn{
  width:100%;
  max-width: 100%;
}
#prn h1{
  font-size: 20px;
  color: #171717;
  line-height: 30px;
  margin-top: 15px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
#app{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
  position: relative;
  margin-top:20px;
}
#app .ui-big-images{
  width: calc(100% - 140px);
  position: relative;
  border:1px solid #ddd;
  height: 600px;
  margin-right: 20px;
  display:flex;
  overflow: hidden;
  box-sizing: border-box;
}
#app .ui-big-images .ui-big-image{
  width:100%;
  height: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
  margin-right: -100%;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all ease .3s;
}
#app .ui-big-images .ui-big-image[data-active] {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
#app .ui-big-images .ui-big-image[data-active] ~ .ui-big-image {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
#app .ui-big-images .ui-big-image img{
  width:85%;
  height: auto;
}
#app .ui-big-images .open_pic{
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  bottom: 20px;
  background: url(../images/24gl-expand.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 10;
  cursor: pointer;
}
#app .ui-thumbnails{
  width:120px;
  height: 600px;
}
#app .ui-thumbnails .ui-thumbnail{
  width:100%;
  height: 135px;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}
#app .ui-thumbnails .ui-thumbnail:nth-child(n+2){
  margin-top:20px;
}
#app .ui-thumbnails .ui-thumbnail img{
  position: relative;
  z-index:10;
  display:block;
  width:100%;
  height: 100%;
  object-fit: cover;
}
#app .ui-thumbnails .ui-thumbnail .ui-cuticle{
  position: absolute;
  left: 0;
  top:0;
  width:100%;
  height: 100%;
  z-index:5;
  border:1px solid #00a9f2;
  box-sizing: border-box;
}
.ui-thumbnail .ui-cuticle{
  display:none;
}
.ui-thumbnail[data-active] .ui-cuticle{
  display:block;
}
#app .ui-content{
 display:none;
 position: fixed;
 left:0;
 top:0;
 width:100%;
 height: 100%;
 background: rgba(0,0,0,0.8);
 z-index:9999;
}
#app .ui-content .ui-nav #prev{
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  background: url(../images/prev.png)no-repeat center center;
  background-size: 100% 100%;
  z-index: 200;
}
#app .ui-content .ui-nav #next{
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  background: url(../images/next.png)no-repeat center center;
  background-size: 100% 100%;
  z-index: 200;
}
#app .ui-content .close_btn{
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  background: url(../images/close_btn.png) no-repeat center center;
  background-size: 25px 25px;
  border-radius: 100%;
  z-index: 300;
}
#app .ui-content .ui-articles{
  width:100%;
  height: 100%;
  display:flex;
  justify-content: flex-start;
}
#app .ui-content .ui-articles .ui-article{
  width:100%;
  height: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
  margin-right: -100%;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: transform, opacity, filter, -webkit-transform, -webkit-filter;
  transition-duration: 0.7s, 0.7s, 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
}
#app .ui-content .ui-articles .ui-article[data-active] {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
#app .ui-content .ui-articles .ui-article[data-active] ~ .ui-article {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
#app .ui-content .ui-articles .ui-article img{
  display:block;
  width:800px;
  height: 800px;
}
@media all and (max-width: 1200px) {
  #app .ui-content .ui-articles .ui-article img{
    width:500px; 
    height: 500px;
  }
}
@media all and (max-width: 750px) {
  #app .ui-big-images{
    width:100%;
    margin-right: 0;
  }
  #app .ui-thumbnails{
    width:100%;
    display:flex;
    justify-content: flex-start;
    margin-top:20px;
    height: auto;
  }
  #app .ui-thumbnails .ui-thumbnail{
    width:calc(25% - 15px);
  }
  #app .ui-thumbnails .ui-thumbnail:nth-child(n+2){
    margin:0 0 0 20px;
  }
  #app .ui-content .ui-articles .ui-article img{
    width:80%;
    height: auto; 
  }
}
@media all and (max-width: 480px) {
  #app .ui-big-images{
    height: 350px;
  }
  #app .ui-thumbnails .ui-thumbnail{
    height: 75px;
  }
  #app .ui-content .close_btn{
    top:20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url(../images/close_btn.png) no-repeat center center;
    background-size: 15px 15px;
  }
  #app .ui-content .ui-nav #prev{
    width:40px;
    height: 40px;
    margin-top:-20px;
  }
  #app .ui-content .ui-nav #next{
    width:40px;
    height: 40px;
    margin-top:-20px;
  }
  #app .ui-content .ui-articles .ui-article img{
    width:70%;
  }
}

#tabs{
  width: 100%;
  margin-top: 25px;
}
#tabs .tabs_list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #bf0b19;
}
#tabs .tabs_list li {
  width: 15%;
  margin-right: 5px;
}
#tabs .tabs_list li a {
  display: block;
  line-height: 50px;
  cursor: pointer;
  background-color: #ebebeb;
  color: #808080;
  font-size: 14px;
  transition: all 0.4s ease 0s;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#tabs .tabs_list li.on a {
  background-color: #bf0b19;
  color: #fff;
}
#tabs .tabs_content {
  width: 100%;
  margin: 10px 0 15px;
}
#tabs .tabs_content .tabs_item {
  width: 100%;
}
#tabs .tabs_content .tabs_item p,#tabs .tabs_content .tabs_item span {
  width: 100% !important;
  line-height: 30px !important;
  color: #333;
  font-size: 14px;
}
#tabs .tabs_content .tabs_item table tr{
  line-height: 30px !important;
}
#tabs .tabs_content .tabs_item:nth-child(n+2){
  display:none;
}

#psxy {
  width: 100%;
  margin: 16px 10px;
}
#psxy p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#psxy p a {
  color: #666;
}
#psxy p a:hover{
  color:#005bac;
}

.lam {
  width: 100%;
  background: #f3f3f3;
  padding:30px 0;
}
.apct2 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #c01;
  background: url(../images/pbg2.jpg) bottom center no-repeat;
  line-height: 60px;
  display: block;
  margin-top: 10px;
}
.apct2_text {
  width: 100%;
  margin: 20px auto 0;
}
.apct2_text p {
  color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
.lam .m_port {
  width: 100%;
  margin: 20px auto;
  background: #fff;
  box-shadow: 0 3px 6px 3px rgb(0 0 0 / 10%);
  border-radius: 5px;
  padding: 30px;
  box-sizing: border-box;
}
.lam .m_port p {
  font-size: 18px;
  color: #333;
}
.lam .m_port .port_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lam .m_port .port_list input {
  width: 48%;
  display: block;
  padding: 6px 12px;
  box-sizing: border-box;
  margin-top: 20px;
  font-size: 14px;
  color: #555;
  outline: none;
  border: 1px solid #ccc;
  line-height: 25px;
  border-radius: 3px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.lam .m_port textarea {
  width: 100%;
  height: 120px;
  border-radius: 3px;
  margin-top: 20px;
  padding: 6px 12px;
  box-sizing: border-box;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  outline: none;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #555;
  line-height: 25px;
  font-family: "微软雅黑";
}
.lam .m_port button{
  width: 250px;
  padding: 6px 0;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  background-color: #444;
  border-color: #444;
  cursor: pointer;
}
.lam .m_port .port_btn:hover{
  background: #005bac;
}

#rec_pro{
  width:100%;
  margin-top:40px;
}
#rec_pro .tit{
  width:100%;
  font-size:16px;
  color:#000;
  line-height: 40px;
  font-weight: bold;
}
#rec_pro ul{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#rec_pro ul li{
  width:25%;
  padding:0 5px;
  margin-top:20px;
}
#rec_pro ul li .box{
  width:100%;
}
#rec_pro ul li .box .img{
  width:100%;
  border: 2px solid #ededed;
}
#rec_pro ul li .box .img img{
  display:block;
  width:100%;
  height: auto;
}
#rec_pro ul li .box .text{
  width:100%;
  margin-top:5px;
}
#rec_pro ul li .box .text span{
  display:block;
  width:100%;
  font-size:14px;
  color:#000;
}
#rec_pro ul li .box .text span a{
  color:#000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#rec_pro ul li .box .text span a:hover{
  color:#005bac;
}
@media all and (max-width: 750px) {
  #pro_art .wrap .right{
    width:100%;
  }
  #rec_pro ul{
    justify-content: space-between;
  }
  #rec_pro ul li{
    width:48%;
    padding:0;
  }
}
@media all and (max-width: 480px) {
  #pro_art{
    margin-top:30px;
  }
  #prn h1{
    font-size:16px;
  }
  #tabs .tabs_list li{
    width:25%;
  }
  #tabs .tabs_list li a{
    line-height: 35px;
  }
  .lam{
    padding:20px 0;
  }
  .apct2{
    line-height: 30px;
    font-size:20px;
  }
  .apct2_text{
    margin:10px auto 0;
  }
  .lam .m_port{
    padding:20px 10px;
  }
  .lam .m_port .port_list input{
    width:100%;
  }
  .lam .m_port button{
    width:100%;
  }
  #rec_pro{
    margin-top:20px;
  }
  #rec_pro .tit{
    line-height: 25px;
  }
}

#qms{
  width:100%;
  margin-top:50px;
}
#qms .state{
  width:100%;
}
#qms .state .tit{
  width:100%;
  display:flex;
  justify-content: center;
  flex-wrap:wrap;
  align-items: center;
}
#qms .state .tit img{
  display:block;
}
#qms .state .tit span{
  display:block;
  font-weight: 700;
  font-size:28px;
  color:#000;
}
#qms .state .text{
  width:100%;
  margin-top:30px;
  text-align: center;
}
#qms .state .text p{
  font-size: 18px;
  line-height: 39px;
  color:#000;
}
#qms .part{
  width:100%;
  margin-top:90px;
}
#qms .part .line{
  width:100%;
  display:flex;
  justify-content: space-between;
}
#qms .part .line em{
  display:block;
  width:28%;
  height: 1px;
  background:#000;
}
#qms .part .tit{
  width:100%;
}
#qms .part .tit span{
  display:block;
  text-align: center;
  font-size: 36px;
  padding: 18px;
}
#qms .part .tit .text{
  width:100%;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}
#qms .part .tit .text p{
  color:#000;
}
#qms .part ul{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
  margin-top:110px;
}
#qms .part ul li{
  width:20%;
  padding:0 15px;
}
#qms .part ul li .box{
  width:100%;
}
#qms .part ul li .box .img{
  width:100%;
}
#qms .part ul li .box .img img{
  display:block;
  width:100%;
  height: auto;
}
#qms .part ul li .box .text{
  
}
#qms .part ul li .box .text span{
  display:block;
  padding:30px;
  font-size:20px;
  text-align: center;
}
#qms .part ul li .box .text em{
  display:block;
  width:50%;
  margin:0 auto;
  background:#ED6C00;
  height: 2px;
}
#qms .part ul li .box .text p{
  font-size: 14px;
  text-align: center;
  margin-top:15px;
}
@media all and (max-width: 750px) {
  #qms .state .tit span{
    width:100%;
    text-align: center;
    margin-top:10px;
  }
  #qms .state .text p{
    line-height: 30px;
  }
  #qms .part .tit span{
    font-size:24px;
  }
  #qms .part ul{
    justify-content: space-between;
    margin-top:50px;
  }
  #qms .part ul li{
    width:48%;
    padding:0;
    margin-top:20px;
  }
}
@media all and (max-width: 480px) {
  #qms{
    margin-top:30px;
  }
  #qms .state .tit img{
    width:100px;
  }
  #qms .state .tit span{
    font-size:20px;
  }
  #qms .state .text{
    margin-top:20px;
  }
  #qms .state .text p{
    font-size:16px;
  }
  #qms .part{
    margin-top:30px;
  }
  #qms .part .tit span{
    font-size:20px;
  }
  #qms .part .tit .text{
    font-size:14px;
  }
  #qms .part ul{
    margin-top:20px;
  }
  #qms .part ul li .box .text span{
    padding:15px 0;
    font-size:16px;
  }
}

#new_list{
  width:100%;
  margin-top:50px;
}
#new_list .list_nav{
  width:100%;
}
#new_list .list_nav ul{
  width:100%;
  display:flex;
  justify-content: center;
  flex-wrap:wrap;
}
#new_list .list_nav ul li{
  width:32%;
  margin:10px 5px 0;

}
#new_list .list_nav ul li a{
  display:block;
  line-height: 38px;
  background:#000;
  font-size:23px;
  color:#fff;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border:1px solid #000;
}
#new_list .list_nav ul li.on a{
  background:#c0c0c0;
  color:#005bac;
}
#new_list .list_nav ul li:hover a{
  background:#005bac;
  color:#fff;
}
#new_list .title{
  width:100%;
  margin-top:50px;
  font-size:28px;
  color:#000;
}
#new_list .list{
  width:100%;
  margin-top:30px;
}
#new_list .list ul{
  width:100%;
}
#new_list .list ul li{
  margin-top:20px;
}
#new_list .list ul li span{
  display:block;
  font-size:15px;
}
#new_list .list ul li p{
  font-size:21px;
  padding:10px 0 15px;
}
#new_list .list ul li p a:hover {
  color:#005bac
}
#new_list .list ul li .more {
  display: flex;
  justify-content: flex-end;
}
#new_list .list ul li .more a {
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
@media all and (max-width: 750px) {
  #new_list .list_nav ul li{
    width:25%;
  }
  #new_list .list_nav ul li a{
    line-height: 30px;
    font-size:16px;
  } 
  #new_list .title{
    font-size:20px;
  }
  #new_list .list ul li p{
    font-size:16px;
  }
  
}
@media all and (max-width: 480px) {
  #new_list{
    margin-top:20px;
  }
  #new_list .title{
    margin-top:30px;
  }
}

#news_art{
  width:100%;
  margin-top:50px;
}
#news_art .tit{
  width:100%;
  text-align: center;
}
#news_art .tit h1{
  font-size: 24px;
  color: #004DA1;
}
#news_art .content{
  width:100%;
  margin-top:50px;
}
#news_art .content p{
  margin-bottom: 30px;
  color:#000;
  font-size:16px;
  line-height: 25px;
}
#news_art .content img{
  display:block;
  max-width: 100%;
  height: auto;
  margin:0 auto 30px;
}
@media all and (max-width: 480px) {
  #news_art{
    margin-top:30px;
  }
  #news_art .tit h1{
    font-size:20px;
  }
  #news_art .content{
    margin-top:30px;
  }
  #news_art .content p{
    margin-bottom: 20px;
  }
  #news_art .content img{
    margin:0 auto 20px;
  }
}

#sol_list{
  width:100%;
  margin-top:150px;
}
#sol_list .part1{
  width:100%;
}
#sol_list .part1 .wrap{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#sol_list .part1 .wrap .left{
  width:48%;
}
#sol_list .part1 .wrap .left span{
  display:block;
  margin-top: 40px;
  font-size:30px;
  color:#000;
}
#sol_list .part1 .wrap .left em{
  display:block;
  font-size:40px;
  margin-top:20px;
  color:#000;
}
#sol_list .part1 .wrap .left p{
  font-size:16px;
  margin-top:20px;
  color:#000;
  line-height: 30px;
}
#sol_list .part1 .wrap .right{
  width:48%;
  overflow: hidden;
}
#sol_list .part1 .wrap .right .mySwiper2 {
  height: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#sol_list .part1 .wrap .right .mySwiper2 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#sol_list .part1 .wrap .right .mySwiper2 .mySwiper2_next{
  position: absolute;
  display:block;
  right:10px;
  top:50%;
  margin-top:-20px;
  width:40px;
  height: 40px;
  background:url("../images/next.png") no-repeat center center;
  background-size:100% 100%;
  z-index:99;
}
#sol_list .part1 .wrap .right .mySwiper2 .mySwiper2_prev{
  position: absolute;
  display:block;
  left:10px;
  top:50%;
  margin-top:-20px;
  width:40px;
  height: 40px;
  background:url("../images/prev.png") no-repeat center center;
  background-size:100% 100%;
  z-index:99;
}
#sol_list .part1 .wrap .right .mySwiper {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding:5px;
  background:#000;
  margin-left: auto;
  margin-right: auto;
}
#sol_list .part1 .wrap .right .mySwiper .swiper-slide {
  width: 25%;
  height: 70px;
  opacity: 0.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#sol_list .part1 .wrap .right .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
#sol_list .part1 .wrap .right .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sol_list .part2{
  width:100%;
  margin-top:50px;
}
#sol_list .part2 .tit{
  width:100%;
  font-size:30px;
  color: #004DA1;
  margin-bottom: 20px;
}
#sol_list .part2 .nav{
  width:100%;
}
#sol_list .part2 .nav ul{
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#sol_list .part2 .nav ul li{
  padding: 10px 20px;
  margin-right: 38px;
  cursor: pointer;
  transition: all 0.5s linear;
  font-size:14px;
  color:#4e4e4e;
}
#sol_list .part2 .nav ul li.on{
  font-weight: bold;
  color: #ffffff;
  background: #004DA1;
  border-radius: 50px;
}
#sol_list .part2 .nav ul li:hover{
  font-weight: bold;
  color: #ffffff;
  background: #004DA1;
  border-radius: 50px;
}
#sol_list .part2 .list{
  width:1230px;
  margin:0 auto;
}
#sol_list .part2 .list .list_item{
  width:100%;
}
#sol_list .part2 .list .list_item:nth-child(n+2){
  display:none;
}
#sol_list .part2 .list .list_item ul{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#sol_list .part2 .list .list_item ul li{
  width:25%;
  padding:0 15px;
  margin-top:20px;
}
#sol_list .part2 .list .list_item ul li .box{
  width:100%;
}
#sol_list .part2 .list .list_item ul li .box .img{
  width:100%;
  height: 344px;
}
#sol_list .part2 .list .list_item ul li .box .img img{
  display:block;
  width:100%;
  height: 100%;
  object-fit: cover;
}
#sol_list .part2 .list .list_item ul li .box .text{
  width:100%;
  padding:10px 0;
}
#sol_list .part2 .list .list_item ul li .box .text p{
  font-size:16px;
  color:#333;
  font-weight: bold;
}
#sol_list .part2 .list .list_item ul li .box .text p a{
  color:#333;
} 
#sol_list .part2 .list .list_item ul li .box .text p a:hover{
  color:#004DA1;
}
@media all and (max-width: 1230px) {
  #sol_list .part2 .list{
    width:100%;
  }
}
@media all and (max-width: 980px) {
  #sol_list .part2 .list .list_item ul li .box .img{
    height: 260px;
  }
}
@media all and (max-width: 750px) {
  #sol_list .part1 .wrap .left{
    width:100%;
  }
  #sol_list .part1 .wrap .right{
    width:100%;
    margin-top:20px;
  }
  #sol_list .part2 .list{
    width:95%;
  }
  #sol_list .part2 .list .list_item ul{
    justify-content: space-between;
  }
  #sol_list .part2 .list .list_item ul li{
    width:48%;
    padding:0;
  }
  #sol_list .part2 .list .list_item ul li .box .img{
    height: 380px;
  }
}
@media all and (max-width: 480px) {
  #sol_list{
    margin-top:30px;
  }
  #sol_list .part1 .wrap .left span{
    margin-top:0;
    font-size: 20px;
  }
  #sol_list .part1 .wrap .left em{
    font-size:30px;
  }
  #sol_list .part1 .wrap .left p{
    line-height: 25px;
  }
  #sol_list .part1 .wrap .right .mySwiper2{
    height: 180px;
  }
  #sol_list .part1 .wrap .right .mySwiper .swiper-slide{
    height: 40px;
  }
  #sol_list .part1 .wrap .right .mySwiper2 .mySwiper2_prev{
    width:20px;
    height: 20px;
    margin-top:-10px;
  }
  #sol_list .part1 .wrap .right .mySwiper2 .mySwiper2_next{
    width:20px;
    height: 20px;
    margin-top:-10px;
  }
  #sol_list .part2{
    margin-top:30px;
  }
  #sol_list .part2 .tit{
    font-size:24px;
    margin-bottom: 10px;
  }
  #sol_list .part2 .nav ul li{
    padding:7px 20px;
    margin-right: 10px;
    margin-top:10px;
  }
  #sol_list .part2 .list .list_item ul li .box .img{
    height: 160px;
  }
}

#sol_art{
  width:100%;
}
#sol_art .sol_content{
  width:100%;
  margin-top:50px;
}
#sol_art .sol_content .wrap{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#sol_art .sol_content .wrap .left{
  width:50%;
  padding:0 10px;
  height: 100%;
  position: sticky;
  top: 100px;
}
#sol_art .sol_content .wrap .left span{
  display:block;
  margin:40px 0 20px;
  font-size:30px;
  color:#000;
  font-weight: bold;
}
#sol_art .sol_content .wrap .left h1{
  font-size:40px;
  margin-bottom: 20px;
  color:#005bac;
}
#sol_art .sol_content .wrap .left img{
  display:block;
  width:100%;
  height: 270px;
  object-fit: cover;
}
#sol_art .sol_content .wrap .right{
  width:50%;
  padding:0 10px;
  border-left: 1px solid #ddd;
}
#sol_art .sol_content .wrap .right .text{
  width:100%;
}
#sol_art .sol_content .wrap .right .text p{
  color:#000;
  font-size:16px;
  line-height: 28px;
  margin-bottom: 20px;
}
#sol_art .req_quote{
  width:100%;
  position: relative;
  margin:70px 0 0;
  padding:0 0 50px;
}
#sol_art .req_quote .tit{
  width:100%;
}
#sol_art .req_quote .tit span{
  display:block;
  width:165px;
  height: 50px;
  line-height: 50px;
  border:1px solid #004DA1;
  background:#fff;
  color:#004DA1;
  font-size:16px;
  font-weight: bold;
  position: absolute;
  left:50%;
  top:-25px;
  margin-left: -82.5px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
#sol_art .req_quote .tit span:hover{
  background:#004DA1;
  color:#fff;
}
#sol_art .req_quote .req_form{
  display:none;
  width:750px;
  margin:0 auto;
  padding:50px 30px 20px;
  border:1px solid #999999;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
#sol_art .req_quote .req_form form{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#sol_art .req_quote .req_form form .box{
  width:48%;
  margin-bottom: 20px;
}
#sol_art .req_quote .req_form form .box span{
  display:block;
  width:100%;
  line-height: 30px;
  font-size:16px;
  color:#000;
}
#sol_art .req_quote .req_form form .box input{
  display:block;
  width:100%;
  margin-top:10px;
  line-height: 40px;
  padding:0 10px;
  color:#333;
  border:1px solid #999;
  border-radius: 5px;
}
#sol_art .req_quote .req_form form .box select{
  width:100px;
  margin-top:10px;
  line-height: 40px;
  border:1px solid #999;
  border-radius: 5px;
  padding:0 10px
}
#sol_art .req_quote .req_form form .tex_box{
  width:100%;
  margin-bottom: 20px;
}
#sol_art .req_quote .req_form form .tex_box span{
  display:block;
  width:100%;
  line-height: 30px;
  font-size:16px;
  color:#000;
}
#sol_art .req_quote .req_form form .tex_box textarea{
  display:block;
  width:100%;
  height: 120px;
  line-height: 20px;
  border:1px solid #999;
  margin-top:10px;
  border-radius: 5px;
  padding:0 10px
}
#sol_art .req_quote .req_form form button{
  display:block;
  width:100px;
  line-height: 36px;
  margin:40px 0;
  font-size:16px;
  background:#004DA1;
  border:1px solid #004DA1;
  border-radius: 5px;
  color:#fff;
}
#sol_art .pro{
  width:100%;
}
#sol_art .pro .tit{
  width:100%;
  color:#004DA1;
  font-size:30px;
}
#sol_art .pro ul{
  width:1220px;
  margin:0 auto;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#sol_art .pro ul li{
  margin-top:20px;
  width:25%;
  padding:0 10px;
}
#sol_art .pro ul li a{
  display:block;
  width:100%;
}
#sol_art .pro ul li a img{
  display:block;
  width:100%;
  height: 320px;
  object-fit: cover;
  border:1px solid #999;
}
#sol_art .pro ul li a p{
  font-size:16px;
  font-weight: bold;
  margin-top:10px;
}
#sol_art .pro ul li a:hover p{
  color:#004DA1;
  text-decoration: underline;
}
@media all and (max-width: 1220px) {
  #sol_art .pro ul{
    width:100%;
  }
}
@media all and (max-width: 980px) {
  #sol_art .pro ul li a img{
    height: 240px;
  }
}
@media all and (max-width: 750px) {
  #sol_art .sol_content .wrap .left{
    width:100%;
    position: relative;
    top:auto;
    padding:0;
  }
  #sol_art .sol_content .wrap .right{
    width:100%;
    border:0;
    margin-top:20px;
    padding:0;
  }
  #sol_art .req_quote .req_form{
    width:100%;
  }
  #sol_art .pro ul{
    width:95%;
    justify-content: space-between;
  }
  #sol_art .pro ul li{
    width:48%;
    padding:0;
  }
}
@media all and (max-width: 480px) {
  #sol_art .sol_content{
    margin-top:30px;
  }
  #sol_art .sol_content .wrap .left span{
    margin:0 0 20px;
    font-size: 20px;
  }
  #sol_art .sol_content .wrap .left h1{
    font-size:26px;
  }
  #sol_art .req_quote{
    margin:50px 0 0;
  }
  #sol_art .req_quote .req_form{
    padding: 30px 10px 20px;
  }
  #sol_art .req_quote .tit span{
    height: 40px;
    line-height: 40px;
    width: 140px;
    margin-left: -70px;
    top: -20px;
  }
  #sol_art .req_quote .req_form form .box{
    width:100%;
    margin-bottom: 10px;
  }
  #sol_art .req_quote .req_form form .box input{
    line-height: 30px;
    margin-top:5px;
  }
  #sol_art .req_quote .req_form form .box select{
    line-height: 30px;
    margin-top:5px;
    width:100%;
  }
  #sol_art .req_quote .req_form form button{
    margin:20px 0;
  }
  #sol_art .pro .tit{
    font-size:24px;
  }
  #sol_art .pro ul li a img{
    height: 160px;
  }
}

#service{
  width:100%;
}
#service .part1{
  background-color: #e8e8e8;
  padding:250px 0 100px;
}
#service .part1 .bg{
  width:600px;
  height: 600px;
  margin:0 auto;
  position: relative;
  z-index: 1;
}
#service .part1 .outborder{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  border: 3px solid #e06666;
  border-radius: 50%;
}
#service .part1 .innerborder{
  width: 500px;
  height: 500px;
  box-sizing: border-box;
  border: 50px solid #e06666;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.3;
}
#service .part1 .num{
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
#service .part1 .num span{
  color: #e06666;
}
#service .part1 .num span.n1{
  position: absolute;
  top: 105px;
  left: 50%;
  font-size: 20px;
  transform: translateX(-50%);
}
#service .part1 .num span.n1::before{
  position: absolute;
  content: '';
  background: #e06666;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: -40px;
  left: 2px;
}
#service .part1 .num span.n1::after{
  position: absolute;
  content: '';
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: -35px;
  left: 7px;
}
#service .part1 .num span.n2{
  position: absolute;
  top: 40%;
  right: 100px;
  font-size: 20px;
  transform: translateX(-50%);
}
#service .part1 .num span.n2::before{
  position: absolute;
  content: '';
  background: #e06666;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 5px;
  left: 52px;
}
#service .part1 .num span.n2::after{
  position: absolute;
  content: '';
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 10px;
  left: 57px;
}
#service .part1 .num span.n3{
  position: absolute;
  bottom: 135px;
  right: 180px;
  font-size: 20px;
  transform: translateX(-50%);
}
#service .part1 .num span.n3::before{
  position: absolute;
  content: '';
  background: #e06666;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 30px;
  left: 40px;
}
#service .part1 .num span.n3::after{
  position: absolute;
  content: '';
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 35px;
  left: 45px;
}
#service .part1 .num span.n4{
  position: absolute;
  bottom: 135px;
  left: 200px;
  font-size: 20px;
  transform: translateX(-50%);
}
#service .part1 .num span.n4::before{
  position: absolute;
  content: '';
  background: #e06666;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 30px;
  left: -25px;
}
#service .part1 .num span.n4::after{
  position: absolute;
  content: '';
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 35px;
  left: -20px;
}
#service .part1 .num span.n5{
  position: absolute;
  top: 40%;
  left: 125px;
  font-size: 20px;
  transform: translateX(-50%);
}
#service .part1 .num span.n5::before{
  position: absolute;
  content: '';
  background: #e06666;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 5px;
  right: 50px;
}
#service .part1 .num span.n5::after{
  position: absolute;
  content: '';
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 10px;
  right: 55px;
}
#service .part1 .cenpic{
  position: absolute;
  width: 320px;
  height: 320px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#service .part1 .cenpic .ctit{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
  z-index:3;
}
#service .part1 .cenpic .ctit span{
  display:block;
  font-size:40px;
  color:#fff;
  font-weight: bold;
}
#service .part1 .cenpic .cpic{
  width:100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
#service .part1 .cenpic .cpic::before{
  content:"";
  display:block;
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  z-index:2;
  background: #e06666;
  opacity: 0.8;
}
#service .part1 .cenpic .cpic img{
  display:block;
  width:100%;
  height: 100%;
  object-fit: cover;
}
#service .part1 .show_list{
  position: relative;
  z-index:10;
  width:100%;
  height: 100%;
  left:0;
  top:0;
}
#service .part1 .show_list .show_item{

}
#service .part1 .show_list .show_item1 .pic{
  width:85px;
  height: 85px;
  background:#666;
  border-radius: 50%;
  position: absolute;
  left:50%;
  top:-43px;
  transform: translate(-50%,0);
}
#service .part1 .show_list .show_item1:hover .pic{
  background:#e06666;
}
#service .part1 .show_list .show_item1 .pic img{
  display:block;
  width:100%;
  height: 100%;
  transform: rotate(90deg);
  cursor: pointer;
}
#service .part1 .show_list .show_item1 .cont{
  width:270px;
  position: absolute;
  left:50%;
  top:-100px;
  display:flex;
  justify-content: center;
  flex-wrap:wrap;
  transform: translate(-50%,0);
  transition: all ease .8s;
}
#service .part1 .show_list .show_item1:hover .cont{
  top:-170px;
}
#service .part1 .show_list .show_item1 .cont span{
  display:block;
  color:#666;
  font-size:24px;
  font-weight: bold;
  line-height: 48px;
  border-top:3px solid rgba(0,0,0,0);
  transition: all ease .8s;
}
#service .part1 .show_list .show_item1:hover .cont span{
  border-top:3px solid #e06666;
}
#service .part1 .show_list .show_item1 .cont p{
  width:100%;
  text-align: left;
  margin-top:10px;
  font-size:16px;
  line-height: 25px;
  opacity: 0;
  transition: all ease .8s;
}
#service .part1 .show_list .show_item1:hover .cont p{
  opacity: 1;
}


#service .part1 .show_list .show_item2 .pic{
  width:85px;
  height: 85px;
  background:#666;
  border-radius: 50%;
  position: absolute;
  top:210px;
  right: -40px;
}
#service .part1 .show_list .show_item2:hover .pic{
  background:#e06666;
}
#service .part1 .show_list .show_item2 .pic img{
  display:block;
  width:100%;
  height: 100%;
  cursor: pointer;
}
#service .part1 .show_list .show_item2 .cont{
  width:290px;
  position: absolute;
  right:-330px;
  top:220px;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
  transition: all ease .8s;
  padding-left: 20px;
}
#service .part1 .show_list .show_item2:hover .cont{
  top:170px;
}
#service .part1 .show_list .show_item2 .cont span{
  display:block;
  color:#666;
  font-size:24px;
  font-weight: bold;
  line-height: 48px;
  border-top:3px solid rgba(0,0,0,0);
  transition: all ease .8s;
}
#service .part1 .show_list .show_item2:hover .cont span{
  border-top:3px solid #e06666;
}
#service .part1 .show_list .show_item2 .cont p{
  width:100%;
  text-align: left;
  margin-top:10px;
  font-size:16px;
  line-height: 25px;
  opacity: 0;
  transition: all ease .8s;
}
#service .part1 .show_list .show_item2:hover .cont p{
  opacity: 1;
}

#service .part1 .show_list .show_item3 .pic{
  width:85px;
  height: 85px;
  background:#666;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  right: 70px;
}
#service .part1 .show_list .show_item3:hover .pic{
  background:#e06666;
}
#service .part1 .show_list .show_item3 .pic img{
  display:block;
  width:100%;
  height: 100%;
  cursor: pointer;
}
#service .part1 .show_list .show_item3 .cont{
  width:290px;
  position: absolute;
  right: -220px;
  bottom:-40px;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
  transition: all ease .8s;
  padding-left: 20px;
}
#service .part1 .show_list .show_item3:hover .cont{
  bottom:20px;
}
#service .part1 .show_list .show_item3 .cont span{
  display:block;
  color:#666;
  font-size:24px;
  font-weight: bold;
  line-height: 48px;
  border-top:3px solid rgba(0,0,0,0);
  transition: all ease .8s;
}
#service .part1 .show_list .show_item3:hover .cont span{
  border-top:3px solid #e06666;
}
#service .part1 .show_list .show_item3 .cont p{
  width:100%;
  text-align: left;
  margin-top:10px;
  font-size:16px;
  line-height: 25px;
  opacity: 0;
  transition: all ease .8s;
}
#service .part1 .show_list .show_item3:hover .cont p{
  opacity: 1;
}

#service .part1 .show_list .show_item4 .pic{
  width:85px;
  height: 85px;
  background:#666;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 70px;
}
#service .part1 .show_list .show_item4:hover .pic{
  background:#e06666;
}
#service .part1 .show_list .show_item4 .pic img{
  display:block;
  width:100%;
  height: 100%;
  cursor: pointer;
}
#service .part1 .show_list .show_item4 .cont{
  width:290px;
  position: absolute;
  left:-220px;
  bottom:-40px;
  display:flex;
  justify-content: flex-end;
  flex-wrap:wrap;
  transition: all ease .8s;
  padding-right: 20px;
}
#service .part1 .show_list .show_item4:hover .cont{
  bottom:20px;
}
#service .part1 .show_list .show_item4 .cont span{
  display:block;
  color:#666;
  font-size:24px;
  font-weight: bold;
  line-height: 48px;
  border-top:3px solid rgba(0,0,0,0);
  transition: all ease .8s;
}
#service .part1 .show_list .show_item4:hover .cont span{
  border-top:3px solid #e06666;
}
#service .part1 .show_list .show_item4 .cont p{
  width:100%;
  text-align: left;
  margin-top:10px;
  font-size:16px;
  line-height: 25px;
  opacity: 0;
  transition: all ease .8s;
}
#service .part1 .show_list .show_item4:hover .cont p{
  opacity: 1;
}

#service .part1 .show_list .show_item5 .pic{
  width:85px;
  height: 85px;
  background:#666;
  border-radius: 50%;
  position: absolute;
  top: 210px;
  left: -40px;
}
#service .part1 .show_list .show_item5:hover .pic{
  background:#e06666;
}
#service .part1 .show_list .show_item5 .pic img{
  display:block;
  width:100%;
  height: 100%;
  cursor: pointer;
}
#service .part1 .show_list .show_item5 .cont{
  width:290px;
  position: absolute;
  left: -330px;
  top: 220px;
  display:flex;
  justify-content: flex-end;
  flex-wrap:wrap;
  transition: all ease .8s;
  padding-right: 20px;
}
#service .part1 .show_list .show_item5:hover .cont{
  top:160px;
}
#service .part1 .show_list .show_item5 .cont span{
  display:block;
  color:#666;
  font-size:24px;
  font-weight: bold;
  line-height: 48px;
  border-top:3px solid rgba(0,0,0,0);
  transition: all ease .8s;
}
#service .part1 .show_list .show_item5:hover .cont span{
  border-top:3px solid #e06666;
}
#service .part1 .show_list .show_item5 .cont p{
  width:100%;
  text-align: left;
  margin-top:10px;
  font-size:16px;
  line-height: 25px;
  opacity: 0;
  transition: all ease .8s;
}
#service .part1 .show_list .show_item5:hover .cont p{
  opacity: 1;
}

@media all and (max-width: 980px) {
  #service .part1{
    padding:50px 0;
  }
  #service .part1 .outborder{
    display:none;
  }
  #service .part1 .innerborder{
    display:none;
  }
  #service .part1 .num{
    display:none;
  }
  #service .part1 .cenpic{
    display:none;
  }
  #service .part1 .bg{
    width:100%;
    height: 100%;
  }
  #service .part1 .show_list{
    width:100%;
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
  }
  #service .part1 .show_list .show_item{
    width:48%;
    margin-top:20px;
  }
  #service .part1 .show_list .show_item1 .pic{
    position: relative;
    left:auto;
    top:auto;
    transform: translate(0,0);
  }
  #service .part1 .show_list .show_item1:hover .pic{
    background:#666;

  }
  #service .part1 .show_list .show_item1 .cont{
    width:100%;
    justify-content: flex-start;
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0,0);
    margin-top:20px
  }
  #service .part1 .show_list .show_item1:hover .cont{
    top:auto;
  }
  #service .part1 .show_list .show_item1 .cont span{
    border-top:3px solid #e06666;
  }
  #service .part1 .show_list .show_item1 .cont p{
    opacity: 1;
  }
  #service .part1 .show_list .show_item2 .pic{
    position: relative;
    right:auto;
    top:auto;
    transform: translate(0,0);
  }
  #service .part1 .show_list .show_item2:hover .pic{
    background:#666;

  }
  #service .part1 .show_list .show_item2 .cont{
    width:100%;
    justify-content: flex-start;
    position: relative;
    right: auto;
    top: auto;
    transform: translate(0,0);
    margin-top:20px;
    padding:0;
  }
  #service .part1 .show_list .show_item2:hover .cont{
    top:auto;
  }
  #service .part1 .show_list .show_item2 .cont span{
    border-top:3px solid #e06666;
  }
  #service .part1 .show_list .show_item2 .cont p{
    opacity: 1;
  }
  #service .part1 .show_list .show_item3 .pic{
    position: relative;
    right:auto;
    bottom:auto;
    transform: translate(0,0);
  }
  #service .part1 .show_list .show_item3:hover .pic{
    background:#666;

  }
  #service .part1 .show_list .show_item3 .cont{
    width:100%;
    justify-content: flex-start;
    position: relative;
    right: auto;
    bottom: auto;
    transform: translate(0,0);
    margin-top:20px;
    padding:0;
  }
  #service .part1 .show_list .show_item3:hover .cont{
    bottom:auto;
  }
  #service .part1 .show_list .show_item3 .cont span{
    border-top:3px solid #e06666;
  }
  #service .part1 .show_list .show_item3 .cont p{
    opacity: 1;
  }
  #service .part1 .show_list .show_item4 .pic{
    position: relative;
    left:auto;
    bottom:auto;
    transform: translate(0,0);
  }
  #service .part1 .show_list .show_item4:hover .pic{
    background:#666;

  }
  #service .part1 .show_list .show_item4 .cont{
    width:100%;
    justify-content: flex-start;
    position: relative;
    left: auto;
    bottom: auto;
    transform: translate(0,0);
    margin-top:20px;
    padding:0;
  }
  #service .part1 .show_list .show_item4:hover .cont{
    bottom:auto;
  }
  #service .part1 .show_list .show_item4 .cont span{
    border-top:3px solid #e06666;
  }
  #service .part1 .show_list .show_item4 .cont p{
    opacity: 1;
  }
  #service .part1 .show_list .show_item5 .pic{
    position: relative;
    left:auto;
    top:auto;
    transform: translate(0,0);
  }
  #service .part1 .show_list .show_item5:hover .pic{
    background:#666;

  }
  #service .part1 .show_list .show_item5 .cont{
    width:100%;
    justify-content: flex-start;
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0,0);
    margin-top:20px;
    padding:0;
  }
  #service .part1 .show_list .show_item5:hover .cont{
    top:auto;
  }
  #service .part1 .show_list .show_item5 .cont span{
    border-top:3px solid #e06666;
  }
  #service .part1 .show_list .show_item5 .cont p{
    opacity: 1;
  }
  #service .part1 .show_list .show_item .pic{
    margin:0 auto;
  }
  #service .part1 .show_list .show_item .cont{
    justify-content: center;
  }
}
@media all and (max-width: 480px) {
  #service .part1{
    padding:30px 0;
  }
  #service .part1 .show_list .show_item{
    margin-top:10px;
  }
  #service .part1 .show_list .show_item .pic{
    width:50px;
    height: 50px;
  }
  #service .part1 .show_list .show_item .cont{
    margin-top:10px;
  }
  #service .part1 .show_list .show_item .cont span{
    font-size:18px;
    line-height: 35px;
  }
  #service .part1 .show_list .show_item .cont p{
    line-height: 25px;
    font-size:14px;
  }
}

#service .part2{
  width:100%;
  padding:50px 0;
}
#service .part2 ul{
  width:100%;
}
#service .part2 ul li{
  width:100%;
}
#service .part2 ul li:nth-child(n+2){
  margin-top:30px
}
#service .part2 ul li:nth-child(2n-1) .img{
  float: right;
  width:48%;
  height: 380px;
}
#service .part2 ul li:nth-child(2n-1) .img img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
#service .part2 ul li:nth-child(2n-1) .text{
  float: left;
  width:48%;
}
#service .part2 ul li:nth-child(2n-1) .text span{
  display:block;
  width:100%;
  font-size: 30px;
  color:#666;
  font-weight: bold;
}
#service .part2 ul li:nth-child(2n-1) .text p{
  margin-top:10px;
  line-height: 25px;
  font-size:16px;
  color:#333;
}
#service .part2 ul li:nth-child(2n) .img{
  float: left;
  width:48%;
  height: 380px;
}
#service .part2 ul li:nth-child(2n) .img img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
#service .part2 ul li:nth-child(2n) .text{
  float: right;
  width:48%;
}
#service .part2 ul li:nth-child(2n) .text span{
  display:block;
  width:100%;
  font-size: 30px;
  color:#666;
  font-weight: bold;
}
#service .part2 ul li:nth-child(2n) .text p{
  margin-top:10px;
  line-height: 25px;
  font-size:16px;
  color:#333;
}
@media all and (max-width: 750px) {
  #service .part2 ul li:nth-child(2n-1) .img{
    float: left;
    width:100%;
  }
  #service .part2 ul li:nth-child(2n-1) .text{
    float: right;
    width:100%;
    margin-top:20px;
  }
  #service .part2 ul li:nth-child(2n) .img{
    width:100%;
  }
  #service .part2 ul li:nth-child(2n) .text{
    width:100%;
    margin-top:20px;
  }
}
@media all and (max-width: 480px) {
  #service .part2{
    padding:30px 0;
  }
  #service .part2 ul li:nth-child(2n-1) .img{
    height: 200px;
  }
  #service .part2 ul li:nth-child(2n-1) .text span{
    font-size:24px;
  }
  #service .part2 ul li:nth-child(2n) .img{
    height: 200px;
  }
  #service .part2 ul li:nth-child(2n) .text span{
    font-size:24px;
  }
}


#service .part3{
  width:100%;
}
#service .part3 .wrap{
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#service .part3 .wrap .nav{
  width:30%;
  padding:30px 0;
  background: #e8e8e8;
}
#service .part3 .wrap .nav span{
  display:block;
  width:100%;
  line-height: 45px;
  font-size:16px;
  color:#333;
  padding:0 15px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#service .part3 .wrap .nav span.on{
  background:#e06666;
  color:#fff;
}
#service .part3 .wrap .list{
  width:70%;
}
#service .part3 .wrap .list .list_item{
  width:100%;
}
#service .part3 .wrap .list .list_item:nth-child(n+2){
  display:none;
}
#service .part3 .wrap .list .list_item li{
  width:100%;
}
#service .part3 .wrap .list .list_item li img{
  float: right;
  width:44%;
  height: 420px;
  object-fit: cover;
}
#service .part3 .wrap .list .list_item li .text{
  float: left;
  width:56%;
  height: 420px;
  background-color: #aaa;
  padding:25px;
  overflow: hidden;
}
#service .part3 .wrap .list .list_item li .text .box{
  font-size:16px;
  color:#333;
}
#service .part3 .wrap .list .list_item li .text .box:nth-child(n+2){
  margin-top:20px;
}
#service .part3 .wrap .list .list_item li .text .box p{
  color:#333;
  line-height: 25px;
}
@media all and (max-width: 750px) {
  #service .part3 .wrap .nav{
    width:100%;
    padding:20px 0;
  }
  #service .part3 .wrap .list{
    width:100%;
  }
  #service .part3 .wrap .list .list_item li img{
    float: left;
    width:100%;
    height: 300px;
  }
  #service .part3 .wrap .list .list_item li .text{
    float: right;
    width:100%;
    height: auto;
    padding:20px 10px;
  }
}
@media all and (max-width: 480px) {
  #service .part3{
    margin-top:30px;
  }
}

#service .part4{
  width:100%;
  margin-top:50px;
}
#service .part4 .tit{
  width:100%;
}
#service .part4 .tit span{
  display:block;
  width:100%;
  text-align: center;
  font-size:24px;
  color:#333;
  font-weight: bold;
}
#service .part4 .tit .line{
  width: 28%;
  margin:20px auto 0;
  height: 1px;
  background:#ddd;
  position: relative;
}
#service .part4 .tit .line em{
  width:50px;
  height: 5px;
  background:#e06666;
  display:block;
  position: absolute;
  left:50%;
  top:-2.5px;
  margin-left:-25px;
  border-radius: 3px;
}
#service .part4 .tit img{
  display:block;
  width:50px;
  height: auto;
  margin:20px auto 0;
}
#service .part4 ul{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#service .part4 ul li{
  width:33.3%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
  margin-top:30px;
}
#service .part4 ul li .img{
  width:72px;
  height: 72px;
  border:1px solid #e06666;
  display:flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#service .part4 ul li .img::before{
  content:"";
  display:block;
  width:20px;
  height: 20px;
  position: absolute;
  right: -15px;
  top:50%;
  margin-top:-10px;
  background:url("../images/service5.png") no-repeat center center;
  background-size:100% 100%;
}
#service .part4 ul li:hover .img{
  background:#e06666;
}
#service .part4 ul li .img em{
  display:block;
  width:36px;
  height: 36px;
  transition: all ease .3s;
}
#service .part4 ul li.tech .img em{
  background:url("../images/service2_1.png") no-repeat center center;
  background-size:100% 100%;
}
#service .part4 ul li.tech:hover .img em{
  background:url("../images/service2.png") no-repeat center center;
  background-size:100% 100%;
}
#service .part4 ul li.sale .img em{
  background:url("../images/service3_1.png") no-repeat center center;
  background-size:100% 100%;
}
#service .part4 ul li.sale:hover .img em{
  background:url("../images/service3.png") no-repeat center center;
  background-size:100% 100%;
}
#service .part4 ul li.office .img em{
  background:url("../images/service4_1.png") no-repeat center center;
  background-size:100% 100%;
}
#service .part4 ul li.office:hover .img em{
  background:url("../images/service4.png") no-repeat center center;
  background-size:100% 100%;
}
#service .part4 ul li .text{
  width:calc(100% - 100px);
  margin-left: 28px;
  padding-right: 10px;
}
#service .part4 ul li .text span{
  display:block;
  font-size:20px;
  color:#333;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}
#service .part4 ul li .text p{
  font-size:16px;
  line-height: 25px;
  color:#999;
}
@media all and (max-width: 750px) {
  #service .part4 ul li{
    width:100%;
  }
}
@media all and (max-width: 480px) {
  #service .part4{
    margin-top:30px;
  }
  #service .part4 .tit span{
    font-size:20px;
  }
  #service .part4 ul li .text span{
    font-size:18px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}

#download{
  width:100%;
}
#download .down_list{
  width:100%;
  margin-top:50px;
}
#download .down_list ul{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#download .down_list ul li{
  width:48%;
  padding:25px 0;
  border-bottom: 1px solid #ddd;
  display:flex;
  justify-content: space-between;
}
#download .down_list ul li .img{
  width:120px;
}
#download .down_list ul li .img img{
  display:block;
  width:100px;
  margin:0 auto;
}
#download .down_list ul li .img p{
  width:100%;
  background: #285172;
  color:#fff;
  font-size:16px;
  text-align: center;
  line-height: 28px;
}
#download .down_list ul li .text{
  width:calc(100% - 140px);
  margin-left: 20px;
}
#download .down_list ul li .text span{
  display:block;
  font-size:14px;
}
#download .down_list ul li .text span em{
  margin-right: 10px;
  color:#999;
}
#download .down_list ul li .text p{
  font-size:16px;
  color:#333;
  font-weight: bold;
}
#download .down_list ul li .text .down_btn{
  width:100%;
  display:flex;
  justify-content: flex-end;
  margin-top:70px;
}
#download .down_list ul li .text .down_btn a{
  display:block;
  width:25px;
  height: 25px;
  background:url("../images/xiazai.png") no-repeat center center;
  background-size:18px 18px;
  border:1px solid #333;
}
@media all and (max-width: 750px) {
  #download .down_list ul li{
    width:100%;
  }
}
@media all and (max-width: 480px) {
  #download .down_list{
    margin-top:20px;
  }
  #download .down_list ul li{
    padding:15px 0;
  }
  #download .down_list ul li .img{
    width:80px;
  }
  #download .down_list ul li .img img{
    width:60px;
  }
  #download .down_list ul li .img p{
    line-height: 20px;
    font-size:14px;
  }
  #download .down_list ul li .text{
    width:calc(100% - 100px)
  }
  #download .down_list ul li .text .down_btn{
    margin-top:0;
  }
}

#contact_us{
  width:100%;
}
#contact_us .part1{
  margin-top:50px;
  width:100%;
}
#contact_us .part1 ul{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#contact_us .part1 ul li{
  width:31.3%;
  margin-top:20px;
  border:1px solid #ddd;
  transition: all ease .3s;
  padding:20px;
}
#contact_us .part1 ul li:hover{
  border:1px solid #c00000;
  background:#c00000;
}
#contact_us .part1 ul li:nth-child(n+2){
  margin-left: 2%;
}
#contact_us .part1 ul li .img{
  width:100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  display:flex;
  justify-content: center;
  align-items: center;
  margin:0 auto;
  background:#c00000;
}
#contact_us .part1 ul li:hover .img{
  background:#fff;
}
#contact_us .part1 ul li .img em{
  display:block;
  width:40px;
  height: 40px;
  transition: all ease .3s;
}
#contact_us .part1 ul li.Inquiry .img em {
  background:url("../images/conus1.png") no-repeat center center;
  background-size:100% 100%;
}
#contact_us .part1 ul li.Inquiry:hover .img em {
  background:url("../images/conus1_1.png") no-repeat center center;
  background-size:100% 100%;
}
#contact_us .part1 ul li.Cooperation .img em {
  background:url("../images/conus2.png") no-repeat center center;
  background-size:100% 100%;
}
#contact_us .part1 ul li.Cooperation:hover .img em {
  background:url("../images/conus2_1.png") no-repeat center center;
  background-size:100% 100%;
}
#contact_us .part1 ul li.Join .img em {
  background:url("../images/conus3.png") no-repeat center center;
  background-size:100% 100%;
}
#contact_us .part1 ul li.Join:hover .img em {
  background:url("../images/conus3_1.png") no-repeat center center;
  background-size:100% 100%;
}
#contact_us .part1 ul li .tit{
  width:100%;
  margin-top:10px;
  color: #303036;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  transition: all ease .3s;
}
#contact_us .part1 ul li:hover .tit{
  color:#fff;
}
#contact_us .part1 ul li .text{
  width:100%;
  margin-top:20px;
  line-height: 20px;
}
#contact_us .part1 ul li .text p{
  color:#999;
  font-size:16px;
  text-align: center;
  transition: all ease .3s;
}
#contact_us .part1 ul li:hover .text p{
  color:#fff;
}
#contact_us .part1 ul li .menu{
  width:100%;
  margin-top:50px;
  font-size:16px;
  text-align: center;
  line-height: 20px;
}
#contact_us .part1 ul li .menu p{
  color:#999;
  transition: all ease .3s;
}
#contact_us .part1 ul li:hover .menu p{
  color:#fff;
}
#contact_us .part1 ul li .menu a{
  color:#004DA1;
  transition: all ease .3s;
}
#contact_us .part1 ul li:hover .menu a{
  color:#fff;
}
@media all and (max-width: 750px) {
  #contact_us .part1 ul li{
    width:100%;
  }
  #contact_us .part1 ul li:nth-child(n+2){
    margin-left: 0;
  }
}
@media all and (max-width: 480px) {
  #contact_us .part1{
    margin-top:20px;
  }
  #contact_us .part1 ul li{
    padding:20px 10px;
  }
  #contact_us .part1 ul li .img{
    width:80px;
    height: 80px;
  }
  #contact_us .part1 ul li .img em{
    width:30px;
    height: 30px;
  }
  #contact_us .part1 ul li .menu{
    margin-top:30px;
  }
}

#contact_us .part2{
  width:100%;
  margin-top:50px;
}
#contact_us .part2 .tit{
  width:100%;
  font-size:24px;
  color:#bd1624;
  text-align: center;
  font-weight: bold;
}
#contact_us .part2 .form{
  width:100%;
  margin-top:20px;
}
#contact_us .part2 .form form{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#contact_us .part2 .form form input{
  display:block;
  width:31.3%;
  margin-top:20px;
  line-height: 45px;
  padding:0 10px;
  color:#999;
  font-size:12px;
  border:1px solid #999;
}
#contact_us .part2 .form form input.email{
  margin-left: 2%;
}
#contact_us .part2 .form form input.tel{
  margin-left: 2%;
}
#contact_us .part2 .form form textarea{
  width:100%;
  line-height: 25px;
  padding:10px;
  height: 100px;
  margin-top:20px;
  font-size:12px;
  border:1px solid #999;
  color:#999;
}
#contact_us .part2 .form form .btn{
  width:100%;
  margin-top:20px;
  display:flex;
  justify-content: center;
}
#contact_us .part2 .form form .btn button{
  display:block;
  width:220px;
  line-height: 50px;
  text-align: center;
  background:#c00000;
  color:#fff;
  font-size:16px;
}
@media all and (max-width: 750px) {
  #contact_us .part2 .form form input{
    width:100%;
  }
  #contact_us .part2 .form form input.email{
    margin:20px 0 0 0;
  }
  #contact_us .part2 .form form input.tel {
    margin:20px 0 0 0;
  }
}
@media all and (max-width: 480px) {
  #contact_us .part2{
    margin-top:30px;
  }
  #contact_us .part2 .tit{
    font-size:20px;
  }
  #contact_us .part2 .form form input{
    line-height: 35px;
  }
  #contact_us .part2 .form form .btn button{
    line-height: 35px;
    width:150px;
    font-size:14px;
  }
}

#video_list{
  width:100%;
}
#video_list .bo1{
  width:100%;
}
#video_list .bo1 .tit{
  width:100%;
  padding:10px 0;
  background-color: #333;
}
#video_list .bo1 .tit span{
  display:block;
  font-size:20px;
  color:#fff;
  font-weight: bold;
}
#video_list .bo1 .tit span a{
  color:#fff;
}
#video_list .bo1 .tit .line{
  width:120px;
  height: 2px;
  background:#fff;
  margin-top:10px;
}
#video_list .bo1 .list{
  width:100%;
  padding-bottom: 30px;
}
#video_list .bo1 .list ul{
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#video_list .bo1 .list ul li{
  width:25%;
  padding:0 20px;
  margin-top:20px;
}
#video_list .bo1 .list ul li .img{
  width:100%;
  height: 175px;
  position: relative;
}
#video_list .bo1 .list ul li .img img{
  display:block;
  width:100%;
  height: 100%;
  object-fit: cover;
}
#video_list .bo1 .list ul li .img span{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  background:	rgba(15,76,129,0.5);
  display:flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all ease .25s;
}
#video_list .bo1 .list ul li:hover .img span{
  opacity: 1;
}
#video_list .bo1 .list ul li .img span em{
  display:block;
  width:80%;
  line-height: 45px;
  border:1px solid #fff;
  border-radius: 33px;
  font-size:16px;
  color:#fff;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#video_list .bo1 .list ul li .text{
  width:100%;
  margin-top:5px;
  line-height: 25px;
  font-size:16px;
  font-weight: bold;
}
#video_list .bo1 .list ul li .video{
  position: fixed;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  background:rgba(0,0,0,0.8);
  z-index:9999;
  padding:0 50px;
  display:none;
}
#video_list .bo1 .list ul li .video .vid_btn{
  width:50px;
  height: 50px;
  position: absolute;
  right: 30px;
  top:30px;
  z-index:10;
  border:1px solid #fff;
  border-radius: 100%;
  padding:10px;
}
#video_list .bo1 .list ul li .video .vid_btn em{
  display:block;
  width:100%;
  height: 100%;
  background:url("../images/close_btn.png") no-repeat center center;
  background-size:100% 100%;
}
#video_list .bo1 .list ul li .video .vd{
  width:100%;
  height: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
}
#video_list .bo1 .list ul li .video .vd iframe{
  width:100%;
  height: 80%;
}
@media all and (max-width: 980px) {
  #video_list .bo1 .list ul li .img{
    height: 140px;
  }
  #video_list .bo1 .list ul li .img span em{
    line-height: 30px;
  }
}
@media all and (max-width: 750px) {
  #video_list .bo1 .list ul{
    justify-content: space-between;
  }
  #video_list .bo1 .list ul li{
    width:48%;
    padding:0;
  }
  #video_list .bo1 .tit span{
    font-size:28px;
  }
}
@media all and (max-width: 480px) {
  #video_list .bo1 .tit{
    padding:10px 0;
  }
  #video_list .bo1 .tit span{
    font-size:20px;
  }
  #video_list .bo1 .tit .line{
    width:80px;
    height: 2px;
  }
  #video_list .bo1 .list ul li .img{
    height: 100px;
  }
  #video_list .bo1 .list ul li .text{
    font-size:14px;
    line-height: 20px;
  }
  #video_list .bo1 .list{
    padding-bottom: 20px;
  }
}