
/*banner*/
.c-banner .banner ul li{width: 100%;overflow: hidden;position: relative;}
.c-banner .banner ul li img{width: 100%;/*-webkit-transform: scale(1.1);
  transform: scale(1.1);*/
  animation: sc 2.8s;
  -webkit-animation: sc 2.8s;}
@keyframes sc{
  0%{-webkit-transform: scale(1);
  transform: scale(1);}
  50%{-webkit-transform: scale(1.05);
  transform: scale(1.05);}
  100%{-webkit-transform: scale(1);
  transform: scale(1);}
}
.pcbanner .zi{
  position: absolute;
  left: 12.7%;
  top: 19%;
  z-index: 1;
  width: 27.2%;
}
.pcbanner .zi img{width: 100%;}
.c-banner{
  width: 100%;
  position: relative;
}
.c-banner img{
  width: 100%;
}
.c-banner .banner ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.c-banner .banner ul li{
  position: absolute
  display: none;
  opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
  opacity: 1;
  display: block;
}
.c-banner .banner ul li img{
  width: 100%;
  position: absolute;
  top: 0px;
} 
.c-banner .banner ul li:first-child img{
  position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
  padding: 25px 10px 25px 10px;
  position: absolute;
  top: 50%;
  margin-top: -53px;
  /*background: #000000;*/
  /*opacity: 0.5;*/
  border-radius: 5px;
  z-index: 10;
  cursor: pointer;
  font-size: 30px;
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
  opacity: 0.8;
}
.c-banner .nexImg{
  right: 8%;
}
.c-banner .preImg{
  left: 8%;
}
.preImg .ic{
  font-size: 50px;
  color: #090909;
}
.nexImg .ic{
  font-size: 50px;
  color: #090909;
}
.preImg .ic:hover{
  color: #f08300;
}
.nexImg .ic:hover{
  color: #f08300;
}
.c-banner .nexImg img,.c-banner .preImg img{
  
  
}
.c-banner .jumpBtn{
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
.c-banner .jumpBtn ul{
  margin-bottom: 0px;
  padding: 0px;
}

.c-banner .jumpBtn ul li{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  background-color: white;
  opacity: 0.9;
  margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
  margin-left: 0px;
}
/*导航*/
.daohang ul{
  border-top-right-radius: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1200px;
}/*
.daohang ul li:hover{
  border-bottom:1px solid #336593;
}*/
.daohang ul li:first-child a{
  border-bottom-left-radius: 2rem;
  overflow: hidden;
}
.daohang ul li:first-child+li+li+li+li+li+li+li a{
  border-top-right-radius: 2rem;
    overflow: hidden;
}

.daohang ul li:hover .mesn2{
  display: block;
}
.daohang ul li .mesn2{
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #003f78;
border-top: 1px solid #336593;
  width: 108%;
  padding: 0.4rem;
  display: none;
} 
.daohang ul li .mesn2 .item{
  height: 34px;
  line-height: 34px;
} 
.daohang ul li .mesn2 a{
  display: block;
  font-size: 0.8rem;
  color: #fff;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
width: 100%;
}
.daohang ul li .mesn2:before{
     content: "";
    width: 1px!important;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
    position: absolute;
    z-index: 1999999;
    position: absolute;
    left: 40%;
    top: -0.78rem;
}
.daohang ul li .mesn2 a:hover{
  color: #f08300;
  font-weight: 600;
  border-bottom: 1px dashed #f08300;
}


.daohang ul li{
  float: left;
  width: 12.5%;
  text-align: center;
  position: relative;
}
.daohang ul li>a{
  width: 100%;
  background-color: #003f78;
  display: block;
  padding-top: 1.6rem;

  border-right: 1px solid #336593;

  box-sizing:border-box;

  padding-bottom: 1.6rem;

}
.daohang ul li:first-child + li+li+li+li+li+li+li{
  border-right:0;
}
.daohang ul li h4{
  font-size: 0.6rem;
  color: #e4e2e1;
  font-weight: 600;
  font-family: "NotoSansHans-Bold";
  margin-top: 9px;
}
.daohang ul li>a:hover{
   background: -webkit-linear-gradient(left top, #f6b500 , #f08400); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #f6b500 , #f08400); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #f6b500 , #f08400); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #f6b500 , #f08400); /* 标准的语法（必须放在最后） */
}
.daohang ul li p{
  font-size: 0.8rem;
  color: #f2f0f0;
  font-weight: 600;
  font-family: "NotoSansHans-Bold";
}
.daohang ul li .on{
    background: -webkit-linear-gradient(left top, #f6b500 , #f08400); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #f6b500 , #f08400); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #f6b500 , #f08400); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #f6b500 , #f08400); /* 标准的语法（必须放在最后） */
}
.daohang ul li .on h4{
  color:#e4e2e1!important
}
/*热搜*/
.hot-search{
  border-bottom: 1px solid #ccc;
  height: 80px;
  line-height: 80px;
}
.hot-search .left{
  float: left;
}
.hot-search .left p{
  font-size: 0.8rem;
  font-family: "NotoSansHans-Bold";
  font-weight: 600;
  color: #101010;
}
.hot-search .left p span{
  font-weight: 400;
  font-family: "NotoSansHans-Regular";
  color: #101010;
}
.hot-search .right{
  float: right;
   position: relative;
}
.hot-search .right .sou1{
   width: 300px;
   height: 42px;
   border:1px solid #101010;
   font-size: 0.8rem;
   padding-left: 3%;
   padding-right: 12%;
   box-sizing:border-box;
}
.hot-search .right .sou{
  position: absolute;
  right: 3.8%;
  top: 3.6%;
}
/*关于我们*/
.about{
   padding-top: 54px;
   padding-bottom: 102px;
}
.about .left{
  float: left;
}
.about .left .tu{
  width: 600px;
  height: 370px;
  border-top-right-radius: 38px;
  border-bottom-left-radius: 38px;
  overflow: hidden;
}
.about .right{
  float: right;
  width: 532px;
}
.about .right h4{
  font-size: 1.6rem;
  color: #101010;
  font-family: "NotoSansHans-Regular";
  margin-bottom: 26px;
}
.about .right h4:hover{
  color: #003f78;
}
.about .right hr{
  border:0;
  width: 40px;
  height: 3px;
  background-color: #003f78;
  border-radius: 1.5px;
  float: left;
}
.about .right p{
  font-size: 0.8rem;
  color: #565656;
  line-height: 1.85em;
  margin-top: 22px;
}
.about .right .btn{
  width: 196px;
  height: 68px;
  line-height: 68px;
  background-color: #003f78;
  color: #f2f0f0;
  border-radius: 35px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  vertical-align: middle;
  margin-top: 46px;
}
.about .right .btn img{
  vertical-align: middle;
  display: inline-block;
  margin-left: 9px;
}
/*租赁资讯*/
.zixun{
  background: url(../img/zixun-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 100px;
  padding-bottom: 40px;
}
.zixun .left{
  float: left;
  width: 50%;
  background-color: #373737;
  padding-left: 62px;
  box-sizing:border-box;
  position: relative;
  padding-top: 40px;
  padding-bottom: 56px;
  border-bottom-left-radius: 34px;
}
.zixun .left .p1{
  margin-top: 31px;
}
.zixun .left h4{
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "NotoSansHans-Bold";
  margin-top: 18px;
}/*
.zixun .left h4:hover{
  color: #f08300;
}*/
.zixun .left a p:hover{
  background-color: #f08300;
  color: #fff;
}
.zixun .left p{
  font-size: 0.9rem;
  color: #b2b4bf;
  margin-top: 15px;
}
.zixun .left a p{
  width: 184px;
  height: 54px;
  border-radius: 27px;
  background-color: #ffffff;
  line-height: 54px;
  font-size: 0.9rem;
  color: #383838;
  font-family: "NotoSansHans-Bold";
  text-align: center;
  font-weight: 600;
  margin-top: 40px;
}
.zixun .left .tu{
  position: absolute;
  right: -159px;
  bottom: -36px;
  z-index: 2;
}
.zixun .left .tu1{
  position: absolute;
    right: -159px;
    bottom: 1px;
    width: 453px;
    height: 371px;
    border-radius: 0%;
    box-shadow: 0px 42px 20px -20px #796f6f;
    z-index: 0;
}
.zixun .right{
  float: left;
  width: 50%;
  background-color: #f08300;
  padding-left: 154px;
  box-sizing:border-box;
  padding-top: 40px;
  padding-bottom: 56px;
  border-top-right-radius: 34px;
  background: url(../img/active-bg.png);
  
}
.zixun .right .p1{
  margin-top: 31px;
}
.zixun .right h4{
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "NotoSansHans-Bold";
  margin-top: 18px;
}
.zixun .right p{
  font-size: 0.9rem;
  color: #dfd8cf;
  margin-top: 15px;
}
.zixun .right a p{
  width: 184px;
  height: 54px;
  border-radius: 27px;
  background-color: #ffffff;
  line-height: 54px;
  font-size: 0.9rem;
  color: #f08300;
  font-family: "NotoSansHans-Bold";
  text-align: center;
  font-weight: 600;
  margin-top: 40px;
}
.zixun .tou {
  text-align: center;
}
.zixun .tou h4{
  font-size: 2.1rem;
  color: #101010;
  margin-top: 96px;
}
.zixun .tou p{
  font-size: 1rem;
  color: #7a7a7a;
  margin-top: 18px;
}
/*设备*/
.shebei{
  width: 100%;
  background-color: #262626;
  padding-top: 68px;
  position: relative;
  padding-bottom: 70px;
}
.shebei .content{
  display:none;
}
.shebei .content.active{
  display:block;
}
.shebei .img1{
  position: absolute;
  left: 0;
  bottom: 70px;
}
.shebei .img2{
  position: absolute;
  right: 0;
  bottom: 70px;
}

.shebei .bj{
  color:#f08300!important;
  border:2px solid #f08300!important;
  font-weight: 600;
  box-sizing:border-box;
  line-height: 50px!important;
}
.shebei .biaoti h3 span{
    width: 0px;
    height: 0px;
    border-width: 7px 9px;
    border-color:  #f08300 transparent transparent;
    border-style: solid;
    display: inline-block;
    position: absolute;
    display: none;
    bottom: -16px;
    left: 0;
    right: 0;
    margin:0 auto;
    text-align: center;
}
.shebei .bj span{
   display: block!important;
}
.shebei .biaoti h3{
  float: left;
  position: relative;
  padding-left: 37px;
  padding-right: 37px;
  border-radius: 27px;
  height: 54px;
  line-height: 54px;
  box-sizing:border-box;
  border:1px solid #999;
  font-size: 0.9rem;
  color: #d7d3d3;
  margin-right: 4px;
  cursor:pointer;
}
.shebei .biaoti{
  margin-bottom: 50px;
}
.shebei .branch_bar{
  width:100%;
  height:657px;
  position:relative;
}
.shebei .branch_bar .branch{
  overflow:hidden;
  width: 100%;
  height: 100%;
}
.shebei .branch_bar .branch li{
  float:left;
  width:100%;
  margin-bottom: 600px;
  margin-left: 0!important;
  position: relative;
}
.shebei .branch_bar .branch li .zi{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding-bottom: 0.9rem;
  padding-right: 2.1rem;
  padding-left: 2.1rem;
  box-sizing:border-box;
  padding-top: 1.9rem;
}
.shebei .branch_bar .branch li .zi h4{
  font-size: 1.2rem;
  color: #1d1c1c;
}
.shebei .branch_bar .branch li .zi p{
  font-size: 0.8rem;
  color: #6c6c6c;
  line-height: 1.9em;
  margin-top: 0.7rem;
  height: 3.04rem;
  overflow: hidden;
}
.shebei .branch_bar .branch li span{
  width:0;
height:0;
border-left:14px solid transparent;
border-right:14px solid transparent;
border-bottom:16px solid #fff;
position: absolute;
top: -16px;
}
.shebei .branch_bar .branch li img{
  width:100%;
}
.shebei .branch_bar .branch li{
 
    transition: all .8s;
    -webkit-transition: all .8s;
    overflow: hidden;
}
.shebei .branch_bar .branch li:hover img{
 transform: scale(1.1);
    -ms-transform:scale(1.1);     /* IE 9 */
    -moz-transform:scale(1.1);     /* Firefox */
    -webkit-transform:scale(1.1); /* Safari 和 Chrome */
    -o-transform:scale(1.1);
    transition: all .8s;
    -webkit-transition: all .8s;
}
.shebei .branch_bar .branch li .zi:hover h4{
  color: #f08300;
}/*
.shebei .branch_bar .branch li .zi:hover p{
  color: #f08300;
}
*/
.shebei .prev{
  position:absolute;
  top:48%;
  left:-8%;
  color:#fff;
  cursor:pointer;
  font-size: 2rem;
  font-weight: 600;
  }
  .shebei .prev:hover{
    color: #ffe400;
  }
.shebei .next{
  position:absolute;
  top:48%;
  right:-8%;
  color:#fff;
  cursor:pointer;
  font-size: 2rem;
  font-weight: 600;
  }
  .shebei .next:hover{
    color: #ffe400;
  }

.shebei .branch_bar1{
  width:100%;
  height:657px;
  position:relative;
}
.shebei .branch_bar1 .branch1{
  overflow:hidden;
  width: 100%;
  height: 100%;
}
.shebei .branch_bar1 .branch1 li{
  float:left;
  width:100%;
  margin-bottom: 600px;
  margin-left: 0!important;
  position: relative;
}
.shebei .branch_bar1 .branch1 li .zi{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding-bottom: 0.9rem;
  padding-right: 2.1rem;
  padding-left: 2.1rem;
  box-sizing:border-box;
  padding-top: 1.9rem;
}
.shebei .branch_bar1 .branch1 li .zi h4{
  font-size: 1.2rem;
  color: #1d1c1c;
}
.shebei .branch_bar1 .branch1 li .zi p{
  font-size: 0.8rem;
  color: #6c6c6c;
  line-height: 1.9em;
  margin-top: 0.7rem;
}
.shebei .branch_bar1 .branch1 li span{
  width:0;
height:0;
border-left:14px solid transparent;
border-right:14px solid transparent;
border-bottom:16px solid #fff;
position: absolute;
top: -16px;
}
.shebei .branch_bar1 .branch1 li img{
  width:100%;
}
.shebei .prev1{
  position:absolute;
  top:48%;
  left:-8%;
  color:#fff;
  cursor:pointer;
  font-size: 2rem;
  font-weight: 600;
  }
  .shebei .prev1:hover{
    color: #ffe400;
  }
.shebei .next1{
  position:absolute;
  top:48%;
  right:-8%;
  color:#fff;
  cursor:pointer;
  font-size: 2rem;
  font-weight: 600;
  }
  .shebei .next1:hover{
    color: #ffe400;
  }

.shebei .branch_bar2{
  width:100%;
  height:657px;
  position:relative;
}
.shebei .branch_bar2 .branch2{
  overflow:hidden;
  width: 100%;
  height: 100%;
}
.shebei .branch_bar2 .branch2 li{
  float:left;
  width:100%;
  margin-bottom: 600px;
  margin-left: 0!important;
  position: relative;
}
.shebei .branch_bar2 .branch2 li .zi{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding-bottom: 0.9rem;
  padding-right: 2.1rem;
  padding-left: 2.1rem;
  box-sizing:border-box;
  padding-top: 1.9rem;
}
.shebei .branch_bar2 .branch2 li .zi h4{
  font-size: 1.2rem;
  color: #1d1c1c;
}
.shebei .branch_bar2 .branch2 li .zi p{
  font-size: 0.8rem;
  color: #6c6c6c;
  line-height: 1.9em;
  margin-top: 0.7rem;
}
.shebei .branch_bar2 .branch2 li span{
  width:0;
height:0;
border-left:14px solid transparent;
border-right:14px solid transparent;
border-bottom:16px solid #fff;
position: absolute;
top: -16px;
}
.shebei .branch_bar2 .branch2 li img{
  width:100%;
}
.shebei .prev2{
  position:absolute;
  top:48%;
  left:-8%;
  color:#fff;
  cursor:pointer;
  font-size: 2rem;
  font-weight: 600;
  }
  .shebei .prev2:hover{
    color: #ffe400;
  }
.shebei .next2{
  position:absolute;
  top:48%;
  right:-8%;
  color:#fff;
  cursor:pointer;
  font-size: 2rem;
  font-weight: 600;
  }
  .shebei .next2:hover{
    color: #ffe400;
  }

.shebei .branch_bar3{
  width:100%;
  height:657px;
  position:relative;
}
.shebei .branch_bar3 .branch3{
  overflow:hidden;
  width: 100%;
  height: 100%;
}
.shebei .branch_bar3 .branch3 li{
  float:left;
  width:100%;
  margin-bottom: 600px;
  margin-left: 0!important;
  position: relative;
}
.shebei .branch_bar3 .branch3 li .zi{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding-bottom: 0.9rem;
  padding-right: 2.1rem;
  padding-left: 2.1rem;
  box-sizing:border-box;
  padding-top: 1.9rem;
}
.shebei .branch_bar3 .branch3 li .zi h4{
  font-size: 1.2rem;
  color: #1d1c1c;
}
.shebei .branch_bar3 .branch3 li .zi p{
  font-size: 0.8rem;
  color: #6c6c6c;
  line-height: 1.9em;
  margin-top: 0.7rem;
}
.shebei .branch_bar3 .branch3 li span{
  width:0;
height:0;
border-left:14px solid transparent;
border-right:14px solid transparent;
border-bottom:16px solid #fff;
position: absolute;
top: -16px;
}
.shebei .branch_bar3 .branch3 li img{
  width:100%;
}
.shebei .prev3{
  position:absolute;
  top:48%;
  left:-8%;
  color:#fff;
  cursor:pointer;
  font-size: 2rem;
  font-weight: 600;
  }
  .shebei .prev3:hover{
    color: #ffe400;
  }
.shebei .next3{
  position:absolute;
  top:48%;
  right:-8%;
  color:#fff;
  cursor:pointer;
  font-size: 2rem;
  font-weight: 600;
  }
  .shebei .next3:hover{
    color: #ffe400;
  }

.shebei .branch_bar4{
  width:100%;
  height:657px;
  position:relative;
}
.shebei .branch_bar4 .branch4{
  overflow:hidden;
  width: 100%;
  height: 100%;
}
.shebei .branch_bar4 .branch4 li{
  float:left;
  width:100%;
  margin-bottom: 600px;
  margin-left: 0!important;
  position: relative;
}
.shebei .branch_bar4 .branch4 li .zi{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding-bottom: 0.9rem;
  padding-right: 2.1rem;
  padding-left: 2.1rem;
  box-sizing:border-box;
  padding-top: 1.9rem;
}
.shebei .branch_bar4 .branch4 li .zi h4{
  font-size: 1.2rem;
  color: #1d1c1c;
}
.shebei .branch_bar4 .branch4 li .zi p{
  font-size: 0.8rem;
  color: #6c6c6c;
  line-height: 1.9em;
  margin-top: 0.7rem;
}
.shebei .branch_bar4 .branch4 li span{
  width:0;
height:0;
border-left:14px solid transparent;
border-right:14px solid transparent;
border-bottom:16px solid #fff;
position: absolute;
top: -16px;
}
.shebei .branch_bar4 .branch4 li img{
  width:100%;
}
.shebei .prev4{
  position:absolute;
  top:48%;
  left:-8%;
  color:#fff;
  cursor:pointer;
  font-size: 2rem;
  font-weight: 600;
  }
  .shebei .prev4:hover{
    color: #ffe400;
  }
.shebei .next4{
  position:absolute;
  top:48%;
  right:-8%;
  color:#fff;
  cursor:pointer;
  font-size: 2rem;
  font-weight: 600;
  }
  .shebei .next4:hover{
    color: #ffe400;
  }

.shebei .branch_bar5{
  width:100%;
  height:657px;
  position:relative;
}
.shebei .branch_bar5 .branch5{
  overflow:hidden;
  width: 100%;
  height: 100%;
}
.shebei .branch_bar5 .branch5 li{
  float:left;
  width:100%;
  margin-bottom: 600px;
  margin-left: 0!important;
  position: relative;
}
.shebei .branch_bar5 .branch5 li .zi{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding-bottom: 0.9rem;
  padding-right: 2.1rem;
  padding-left: 2.1rem;
  box-sizing:border-box;
  padding-top: 1.9rem;
}
.shebei .branch_bar5 .branch5 li .zi h4{
  font-size: 1.2rem;
  color: #1d1c1c;
}
.shebei .branch_bar5 .branch5 li .zi p{
  font-size: 0.8rem;
  color: #6c6c6c;
  line-height: 1.9em;
  margin-top: 0.7rem;
}
.shebei .branch_bar5 .branch5 li span{
  width:0;
height:0;
border-left:14px solid transparent;
border-right:14px solid transparent;
border-bottom:16px solid #fff;
position: absolute;
top: -16px;
}
.shebei .branch_bar5 .branch5 li img{
  width:100%;
}
.shebei .prev5{
  position:absolute;
  top:48%;
  left:-8%;
  color:#fff;
  cursor:pointer;
  font-size: 2rem;
  font-weight: 600;
  }
  .shebei .prev5:hover{
    color: #ffe400;
  }
.shebei .next5{
  position:absolute;
  top:48%;
  right:-8%;
  color:#fff;
  cursor:pointer;
  font-size: 2rem;
  font-weight: 600;
  }
  .shebei .next5:hover{
    color: #ffe400;
  }

/*合作客户*/
.hezuo{
  background-color: #f08300;
  padding-top: 76px;
  padding-bottom: 64px;
}
.hezuo .left{
  float: left;
  font-family: "NotoSansHans-Bold";
  border-right: 1px solid #e4b883;
  padding-right: 16px;
  padding-bottom: 5px;
}
.hezuo .left h4{
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.4rem;
}
.hezuo .left h3{
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}
.hezuo .left p{
  font-size: 0.7rem;
  font-family: "Poppins-SemiBold";
  color: #e4b883;
  font-weight: 600;
  margin-bottom: 5px;
}
.hezuo .right{
  float: left;
}
.hezuo .branch_bar{
  width:934px;
  height:132px;
  position:relative;
  margin-left: 94px;
}
.hezuo .branch_bar .branch{
  overflow:hidden;
  width: 100%;
  height: 100%;
}
.hezuo .branch_bar .branch li{
  float:left;
  width:172px;
  margin-bottom: 600px;
  margin-left: 18px!important;
  position: relative;
}
.hezuo .branch_bar .branch li:first-child{
  margin-left: 0!important;
}
.hezuo .branch_bar .branch li .zi{

}
.hezuo .branch_bar .branch li .zi p{
  font-size: 0.9rem;
  color: #f5f5f5;
  margin-top: 1rem;
  text-align: center;
}
.hezuo .branch_bar .branch li .tu{
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.hezuo .branch_bar .branch li img{
  width:100%;
}
.hezuo .prev{
  position:absolute;
  top:24%;
  left:-6%;
  color:#fff;
  cursor:pointer;
  font-size: 1.7rem;
  font-weight: 600;
  }
  .hezuo .prev:hover{
    color: #ffe400;
  }
.hezuo .next{
  position:absolute;
  top:24%;
  right:-6%;
  color:#fff;
  cursor:pointer;
  font-size: 1.7rem;
  font-weight: 600;
  }
  .hezuo .next:hover{
    color: #ffe400;
  }
/*优势*/
.youshi{
  background: url(../img/youshi-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 100px;
}
.youshi .tou{
  text-align: center;
}
.youshi .tou h4{
  font-size: 2.1rem;
  color: #101010;
}
.youshi .tou p{
  font-size: 1rem;
  color: #7a7a7a;
  margin-top: 20px;
}
.youshi .xia{
  margin-top: 62px;
}

.youshi .xia li:first-child+li .tu{
  float: right;
  width: 613px;
  margin-top: -80px;
}
.youshi .xia li:first-child+li .tu img{
  width: 100%;
}
.youshi .xia li:first-child+li{
}
.youshi .xia li:first-child+li .zi{
  float: left;
  width: 566px;
  padding-right: 102px;
  padding-left: 0;
  box-sizing:border-box;
  padding-top: 60px;
}
.youshi .xia .tu{
  float: left;
  width: 633px;
}
.youshi .xia .tu img{
  width: 100%;
}
.youshi .xia .zi{
  float: left;
  width: 566px;
  padding-left: 102px;
  box-sizing:border-box;
  padding-top: 50px;
}
.youshi .xia .zi h4{
  font-size: 1.7rem;
  color: #333333;
}
.youshi .xia .zi h4:hover{
  color: #f08300;
}
.jingyan .zi h4:hover{
  color: #f08300;
}
.youshi .xia .zi .bia{
  font-size: 1rem;
  color: #000;
  margin-top: 20px;
  margin-bottom: 30px;
}
.youshi .xia .zi .bia span{
  margin: 0 4px;
}
.youshi .xia .zi hr{
  border:0;
  width: 38px;
  height: 4px;
  border-radius: 2px;
  background-color: #0d0d0d;
  float: left;
}
.youshi .xia .zi .nei{
  font-size: 0.8rem;
  color: #6c6c6c;
  line-height: 1.85em;
  margin-top: 19px;
  position: relative;
  height: 5.92rem;
  /*overflow: hidden;*/
}

.youshi .xia li:first-child+li .zi .nei1{
  font-size: 0.8rem;
  color: #6c6c6c;
  line-height: 1.85em;
  margin-top: 19px;
  position: relative;
  height: 2.96rem;
  padding-left: 26px;
  /*overflow: hidden;*/
}
.youshi .xia li:first-child+li .zi img{
   position: absolute;
  top: 9px;
  left: 0;
}
.youshi .xia li:first-child+li .zi .nei11{
  font-size: 0.8rem;
  color: #6c6c6c;
  line-height: 1.85em;
  margin-top: 19px;
  position: relative;
  height: 2.96rem;
  padding-left: 26px;
  margin-top: 8px;
  /*overflow: hidden;*/
}
.youshi .xia .zi .nei img{
  position: absolute;
  top: 9px;
  left: -20px;
}
.youshi .xia li{
  position: relative;
}
.youshi .xia .jiantou{
  position: absolute;
  bottom: 0%;
  left: 45.7%;
  z-index: 1;
}

/*经验丰富*/
.jingyan{
   background: url(../img/jingyan-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: -60px;
  padding-top: 160px;
}
.jingyan .warp{
  position: relative;
  padding-bottom: 110px;

}
.jingyan .tu{
  float: left;
  width: 632px;
  position: absolute;
  left: 0;
  bottom: -70px;
}
.jingyan .tu img{
  width: 100%;
}
.jingyan  .right{
  float: right;
}
.jingyan .zi{
  float: left;
  width: 566px;
  padding-left: 102px;
  box-sizing:border-box;
  padding-top: 50px;
}
.jingyan .zi h4{
  font-size: 1.7rem;
  color: #fff;
}
.jingyan .zi .bia{
  font-size: 1rem;
  color: #d9d8d8;
  margin-top: 20px;
  margin-bottom: 30px;
}
.jingyan .zi hr{
  border:0;
  width: 38px;
  height: 4px;
  border-radius: 2px;
  background-color: #f5f5f5;
  float: left;
}
.jingyan .zi .nei{
  font-size: 0.8rem;
  color: #bfbbbb;
  line-height: 1.85em;
  margin-top: 19px;
  position: relative;
  height: 5.92rem;
  /*overflow: hidden;*/
}
.jingyan .zi .nei img{
  position: absolute;
  top: 9px;
  left: -20px;
}







/*服务优势*/
.fuwu{
   background: url(../img/fuwu-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 162px;
  padding-bottom: 100px;
}

.fuwu .tou{
  text-align: center;
}
.fuwu .tou h4{
  font-size: 2.1rem;
  color: #101010;
}
.fuwu .tou p{
  font-size: 1rem;
  color: #7a7a7a;
  margin-top: 20px;
}
.fuwu .xia{
  margin-top: 44px;
}
.fuwu .xia ul li{
  float: left;
  width: 184px;
  background-color: #fff;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  padding-right: 28px;
  padding-left: 28px;
  text-align: center;
  box-sizing:border-box;
  margin-left: 18px;
  padding-top: 50px;
  padding-bottom: 48px;
}
.fuwu .xia ul li:hover{
  box-shadow: 2px 2px 24px #ccc;
}
.fuwu .xia ul li:hover .zi h4{
   color:#003f78;
}
.fuwu .xia ul li:first-child{
  margin-left: 0;
}
.fuwu .xia ul li .tu{
   height: 62px;
   text-align: center;
   margin-bottom: 30px;
}
.fuwu .xia ul li .tu img{
  height: 100%;
}
.fuwu .xia ul li .zi h4{
   font-size: 1.2rem;
   color: #0d0d0d;
   margin-bottom: 21px;
}
.fuwu .xia ul li .zi hr{
  border:0;
  width: 28px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #0d0d0d;
}
.fuwu .xia ul li .zi p{
  font-size: 0.8rem;
  color: #6c6c6c;
  line-height: 1.85em;
}
/*行业新闻*/
.new{
  padding-top: 102px;
}
.new .tou .biaoti{
  float: left;
}
.new .tou .biaoti h3{
  float: left;
  border-left: 3px solid #484848;
  line-height: 1;
  padding-left: 22px;
  margin-right: 62px;
  cursor: pointer;
}
.new .tou .biaoti h3 b{
  font-size: 0.7rem;
  color: #242424;
  font-weight: 400;
}
.new .tou .biaoti h3 p{
  font-size: 1.2rem;
  color: #242424;
  margin-top: 9px;
}
.new .tou .right{
  float: right;
}
.new .tou .right a{
  color: #242424;
  font-size: 0.8rem;
}
.new .tou .right a img{
  margin-left: 12px;
}

.new .content{
  display:none;
}
.new .content.active{
  display:block;
}
.new .bj b{
  color: #f08300!important;
  /*border-left:1px solid #f08300;*/
}
.new .bj{
      border-left: 3px solid #f08300!important;
}
.new .bj p{
  color: #f08300!important;
  /*border-left:1px solid #f08300;*/
}
.new .xia{
  margin-top: 44px;
}
.new .xia .left{
  float: left;
  width: 599px;
}
.new .xia .left1{
  float: left;
  width: 599px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
.new .xia .left1 img{
  width: 100%;
}
.new .main{
  width:100%;
}
.new .firstsection{
  height:338px;
  overflow: hidden;
}
.new .mainpic{
  width:100%;
  height:100%;
  float:left;
  position:relative;
}
.new .pics{
  
}
.new .pics li{
  position:absolute;
  left:0;
  top:0;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  position: relative;
width: 100%;
margin-left: 0!important;
}
.new .pics li .zi{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(1,1,1,0.6);
  color: #fff;
  font-size: 0.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  padding-left: 1.7rem;
  box-sizing:border-box;
}
.new .pics li img{
  width: 100%;
}
.new .picindex{
  position:absolute;
  bottom: 0;
  right: 80px;
  z-index:1;
  height: 2.8rem;
  width: 124px;
  background-color: #fff;
  padding-left: 30px;
  box-sizing:border-box;
  border-top-left-radius: 30px;

}
.new .picindex li{
  float:left;
  width:10px;
  height:10px;
  line-height:10px;
  text-align:center;
  background:#a4a4a4;
  color:#ffffff;
  border-radius:18px;
  margin-right:12px;
  cursor:pointer !important;
  margin-top: 1.2rem;
}
.new .picindex li.current{
  background:#ffe400;
}
.new .jian{
  width: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2.8rem;
  line-height: 2.8rem;
  background-color: #fff;
}
.new .arrow{
  position:absolute;
  top:0;
  color:#000;
  font-size: 14px;
  font-weight: 600;
  font-family: simsun;
  cursor:pointer;
}
.new .rightarrow{
  left:45px;
}
.new .arrow:hover{
  color: #ffe400;
}
.new .leftarrow{
  left:10px;
}
.new .pics li a img{
  cursor:pointer !important;
}
.new .xia .right{
   width: 530px;
   float: right;
}
.new .xia .right li{
   margin-bottom: 2.4rem;
}
.new .xia .right li .left{
  float: left;
  width: 100px;
}
.new .xia .right li .left h4{
  font-size: 0.9rem;
  color: #242424;
  font-family: "Gobold";
  font-weight: 400;
}
.new .xia .right li .left p{
  font-size: 0.7rem;
  color: #242424;
  margin-top: 16px;
}
.new .xia .right li .right{
  float: right;
  width: 400px;
}
.new .xia .right li .right h4{
  font-size: 0.8rem;
  height: 1.1rem;
  line-height: 1.1rem;
  color: #333333;
  font-weight: 600;
  overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
  width: 100%;
}
.new .xia .right li:hover .right h4{
  color: #003f78;
}
.new .xia .right li:hover .right p{
  color: #003f78;
}
.new .xia .right li .right p{
  font-size: 0.7rem;
  color: #525252;
  line-height: 1.75em;
  margin-top: 17px;
  height: 2.45rem;
  overflow: hidden;
}
/*三个问答*/
.wenda{
  margin-top: 10px;
}
.wenda li{
  float: left;
  width: 37%;
  border-left: 1px solid #ccc;
  box-sizing:border-box;
  padding-left: 60px;
}
.wenda li:first-child{
  border-left: 0;
  width: 31.5%;
  padding-left: 0;
}
.wenda li:first-child +li+li{
  width: 31.5%;
  padding-left: 40px;
}
.wenda li .zuo{
  float: left;
}
.wenda li .you{
  float: left;
  width: 268px;
  margin-left: 18px;
}
.wenda li .you h4{
  font-size: 0.8rem;
  color: #333333;
  padding-top: 10px;
  width: 100%;
  overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.wenda li .you p{
  font-size: 0.75rem;
  color: #525252;
  line-height: 1.8em;
  margin-top: 19px;
}

.foot-bg{
  width: 100%;
  margin-top: 112px;
}
.foot-bg img{
  width: 100%;
}


.about .left .tu video{width: 100%;height: 100%;}

@media(max-width: 1440px){


  .daohang ul li .mesn2:before{top: -0.98rem;}
}
























