
@font-face{
    font-family: 'p';
    src : url('../font/Poppins-Regular.ttf');
}
@font-face{
    font-family: 'pb';
    src : url('../font/Poppins-Bold.ttf');
}
*{
    margin: 0;
    padding: 0;
    font-family:p;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    cursor: pointer;
}
body{
    max-width: 19.2rem;
    margin: 0 auto;
}

.productfin{
    width: 100%;
    height: 10.3rem;
    margin: 0 auto;
    background: #fff;
    padding-top: 0.66rem;
}

.productfincenter{
    width: 14rem;
    height: 10.3rem;
    margin: 0 auto;
    position: relative;
}
.productfinleft{
    width: 7rem;
    height: auto;
    float: left;
}
.quan{
    width: 1.19rem;
    height: 1.1rem;
    background: url(../img/quan.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0.24rem;
right: 0.4rem;
z-index: 999;
}
.productfinbox{
      width: 7rem;
    height: 2.55rem;
    padding-top: 0.2rem;
}

.productfinbox2{
    width: 1.4rem;
    height: 0.03rem;
    float: left;
    margin-top: 0.525rem;
    background: #6fba2c;
}
.productfinbox h2{
    width: 4.9rem;
    height: 1.06rem;
    font-size: 0.48rem;
    font-family: Poppins;
    text-align: left;
    float: left;
    line-height: 1.06rem;
    padding-left: 0.3rem;
}
.productfinbox h3{
    font-size: 0.22rem;
    color: #666;
    text-align: left;
    font-size: 0.22rem;
    font-weight: 400;
    font-family: P;
    width: 100%;
    height: auto;
    float: right;
    padding-top: 0.2rem;
    
}
.imgbox{
   width: 6.9rem;
    height: 4.55rem;
    background: #f2f2f2;
    border-radius: 0.2rem;
    position: relative;
}
.imgbox h2{
    width: 3.81rem;
    font-size: 0.26rem;
    font-family: Poppins;
    color: #000;
    text-align: left;
  padding-top: 0.75rem;
  padding-left: 0.3rem;
}
.imgbox h3{
    width: 3.81rem;
    height: auto;
    font-size: 0.22rem;
    font-family: Poppins;
    text-align: left;
    line-height: 0.36rem;
    color: #666;
    font-weight: 400;
    padding-left: 0.3rem;
    padding-top: 0.1rem;
    z-index: 999;
    position: inherit;
}
.cpleftbox{
    width: 6.89rem;
    height: 4.41rem;
    background: #fff;
    border: 1px solid #e6e7e4;
    margin-top: 0.55rem;
    cursor: pointer;
    transition: 0.4s;
}
.cpleftbox img{
    width: 6.89rem;
    height: 2.94rem;
    display: block;
}
.cptitles1{
    width: 6.89rem;
    height: 1.47rem;
}
.cplefttitle{
    width: 3.8rem;
    height: 0.9rem;
    float: left;
    font-size: 0.24rem;
    color: #000;
    font-family: pb;
    font-weight: 600;
    text-align: left;
    line-height: 0.36rem;
    padding-top: 0.35rem;
    padding-left: 0.35rem;
}
.cpbutton{
    width: 2.12rem;
    height: 0.55rem;
    border-radius: 0.55rem;
    background: transparent;
    border-radius: 0.55rem;
    color: #6fba2c;
    border: 1px solid #6fba2c;
    font-weight: 600;
    font-family: pb;
    text-align: center;
    line-height: 0.55rem;
    float: right;
    font-size: 0.24rem;
    margin-top: 0.37rem;
    margin-right: 0.2rem;
}
.green{
    border-bottom: 3px solid #6fba2c !important;
    transition: 0.4s;
}
.green .cpbutton{
    background: #6fba2c;
    transition: 0.4s;
    color: #fff !important;
}
.cpimg{
    width: 6.89rem;
    height: 2.94rem;
    overflow: hidden;
}
.cpimg img{
    transition: 0.4s;
}
.cpimg img:hover{
    transform: scale(1.05);
    transition: 0.4s;
}
.productfinright{
    width: 6.75rem;
    height: auto;
    float: right;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.productfinrightbox{
    width: 6.67rem;
    height: 3.97rem;
    background: #fff;
    border: 1px solid #e6e7e4;
    margin-top: 0.35rem;
    cursor: pointer;
    transition: 0.4s;
}

.cpimg2{
    width: 6.67rem;
    height: 2.67rem;
    overflow: hidden;
}
.cpimg2 img{
    width: 6.7rem;
    height: 2.67rem;
    transition: 0.4s;
}
.cpimg2 img:hover{
    transform: scale(1.05);
    transition: 0.4s;
}
.cptitles2{
    width: 6.67rem;
    height: 1.47rem;
}
.field{
    width: 100%;
    height: 7.39rem;
    background: url(../img/b.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.fieldcenter{
    width: 14rem;
    height: 7.39rem;
    margin: 0 auto;
    position: relative;
}
.learn{
    width: 1.86rem;
    height: 0.24rem;
    line-height: 0.24rem;
    color: #6fba2c;
    font-size: 0.24rem;
    text-align: right;
    position: absolute;
    top: 0.9rem;
    right: 0rem;
    cursor: pointer;
}
.learn img{
    width: 0.33rem;
    height: 0.09rem;
    float: right;
    margin-left: 0.2rem;
    margin-top: 0.07rem;
}
.precision{
    width: 100%;
    height: 1.95rem;
    background: url(../img/195.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.precisioncenter{
    width: 14rem;
    height: 1.95rem;
    margin: 0 auto;
    position: relative;
}
.precisioncenter h2{
    font-size: 0.36rem;
    color: #fff;
    font-weight: 600;
    font-family: pb;
    text-align: left;
    position: absolute;
    top: 0.56rem;
    left: 1.2rem;
}
.pretitle{
    width: auto;
    font-size: 0.3rem;
    color: #6fba2c;
    text-align: left;
    position: absolute;
    top: 1.04rem;
    left: 1.2rem;
}
.prebutton{
    width: 2.48rem;
    height: 0.55rem;
    background: #6fba2c;
    border-radius: 0.55rem;
    color: #fff;
    font-weight: 600;
    font-family: pb;
    line-height: 0.55rem;
    text-align: center;
    font-size: 0.24rem;
    position: absolute;
    top: 0.6rem;
    right: 3.37rem;
    cursor: pointer;
}
.prebutton img{
    width: 0.33rem;
    height: 0.09rem;
    float: right;
    margin-top: 0.23rem;
    margin-right: 0.2rem;
}
.company{
    width: 100%;
    height: 4.23rem;
    margin: 0 auto;
    margin-top: 0.97rem;

}
.companycenter{
    width: 14rem;
    height: 4.23rem;
    margin: 0 auto;
}
.companybox{
    width: 6.37rem;
    height: 4.23rem;
    overflow: hidden;
    float: left;
    cursor: pointer;
}
.companybox img{
    width: 6.37rem;
    height: 4.23rem;
    transition: 0.4s;
}
.companybox img:hover{
    transform: scale(1.05);
    transition: 0.4s;
}
.companyright{
    width: 7rem;
    height: 4.23rem;
    float: right;
}
.companyright h2{
    width: 7rem;
    height: 1.2rem;
    font-size: 0.42rem;
    line-height: 1.2rem;
    text-align: left;
    color: #000;
    font-family: pb;
    font-weight: 600;
}
.companytis{
    font-size: 0.2rem;
    line-height: 0.34rem;
    color: #666;
    text-align: left;
    font-family: p;
    text-align: left;
}
.h_top{ width: 100%; height: 1500px; background-color: #00446F; }
	.h_top h3{text-align: center;color:#363636;line-height: 60px}
/*数字++++++++++*/
.digital{width: 4.3rem;height: 5.8rem;margin-bottom: 0.2rem;color: #363636;float: left;padding-top: 0.9rem;}
.main{width: 4.3rem;height: 5.8rem;margin:0 auto;font-size: 0;margin-top: 0.3rem;}
.mumping_mun li{width: 100%;display: inline-block;position: relative;}
.mumping_mun{width: 4.3rem;list-style: none;display: flex;flex-wrap: wrap;align-content: space-between;height: 5.8rem;}
.mumping_mun p{font-size: 0.22rem;width: 100%;display: block;clear: both;color: rgba(255,255,255,0.7);text-align: left;}
.mumping_mun h2{font-size: 0.65rem;font-weight: normal;float: left;margin-right: 0.1rem;font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;color: #fff;}
.jia{
    font-size: 0.3rem;
    color: #fff;
}
.mm{
    font-size: 0.2rem;
    color: rgba(255,255,255,0.7);
    position: absolute;
    bottom: 0.4rem;
    right: 2.2rem;
}
.case{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #f2f2f2;
  
}
.casecenter{
    width: 14rem;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0.87rem;
    position: relative;
}
.casecenter h2{
    width: 14rem;
    height: auto;
    font-size: 0.42rem;
    line-height: 1.79rem;
    color: #000;
    text-align: center;
    font-family: pb;

}
.case1{
    width: 14rem;
    height: 3.21rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.case1 li:nth-of-type(1){
    width: 9.25rem;
    height: 3.21rem;
    overflow: hidden;
    transition: .4s;
}
.case1 li:nth-of-type(1) img{
    width: 9.25rem;
    height: 3.21rem;
    transition: 0.4s;
}
.case1 li img:hover{
    transform: scale(1.05);
    transition: 0.4s;
}
.case1 li:nth-of-type(2){
    width: 4.6rem;
    height: 3.21rem;
    overflow: hidden;
    transition: 0.4s;
}
.case1 li:nth-of-type(2) img{
    width: 4.6rem;
    height: 3.21rem;
    transition: 0.4s;
}
.case2{
    width: 14rem;
    height: 1.88rem;
    margin-top: 0.15rem;
    display: flex;
    justify-content: space-between;
}
.case2 li{
    width: 3.45rem;
    height: 1.88rem;
    overflow: hidden;
    transition: 0.4s;
}
.case2 li img{
    width: 3.45rem;
    height: 1.88rem;
    transition: 0.4s;
}
.case2 li img:hover{
    transform: scale(1.05);
    transition: 0.4s;
}
.casebutton{
    width: 4.7rem;
    height: 0.55rem;
    border-radius: 0.55rem;
    font-size: 0.24rem;
    color: #fff;
    background: #6fba2c;
    text-align: center;
    line-height: 0.55rem;
    position: absolute;
    left: 4.65rem;
    bottom: -0.3rem;
}
.casebutton img{
    width: 0.33rem;
    height: 0.09rem;
    float: right;
    margin-right: 0.3rem;
    margin-top: 0.23rem;
}
.Certified{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 0.48rem;'
    overflow: hidden;
}
.Certifiedcenter{
    width: 15.5rem;
    height: auto;
    margin: 0 auto;
}
.Certifiedcenter h2{
    width: 14rem;
    height: auto;
    font-size: 0.36rem;
    color: #000;
    text-align: left;
    font-family: pb;
    font-weight: 600;
    padding-top: 0.9rem;
    padding-bottom: 0.23rem;
    margin: 0 auto;
}
.cer1{
    width: 0.85rem;
    height: 0.05rem;
    background: #6fba2c;
    margin-left: 0.75rem;
    margin-bottom: 0.48rem;
}
.cerbox{
    width: 15.5rem;
    height: 3.14rem;
    margin: 0 auto;
    position: relative;
}
.cerbox1{
    width: 14rem;
    height: 3.14rem;
    margin: 0 auto;
    overflow: hidden;
}
.swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-wrapper{
    /* 通过改变animation-timing-function 制作弹性切换效果 */
          transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
      }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    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;
  }
  
  .swiper-slide ul{
    width: 14rem;
    height: 3.14rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;

  }
  .swiper-slide ul li{
    width: 2.18rem;
    height: 3.14rem;
    overflow: hidden;
  }
  .swiper-slide ul li img{
    width: 2.18rem;
    height: 3.14rem;
    transition: 0.4s;
    display: block;
  }
  .mxa{
    width: 0.4rem;
    height: 2.31rem;
  }
  .now{
    width: 100%;
    height: 6.97rem;
    background: url(../img/697.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .nowcenter{
    width: 14rem;
    height: 6.97rem;
    margin: 0 auto;
  }
  .nowcenter h2{
    width: 14rem;
    height: auto;
    font-size: 0.42rem;
    font-weight: 600;
    color: #6fba2c;
    text-align: center;
    line-height: 0.42rem;
    padding-top: 0.65rem;
    padding-bottom: 0.2rem;
    font-family: pb;
  }
  .nowtitle{
    width: 14rem;
    height: auto;
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #fff;
    text-align: center;
    text-indent: 1.2rem;
  }
  .biaodanright{
    width: 14rem;
    height: 4.85rem;
    float: right;
    margin-right: 0.2rem;
}
#form2{
   
    padding-top: 0.25rem;
    border-radius: 10px;
}
#form3{
   
    padding-top: 0.35rem;
    border-radius: 10px;
}
.five1{
width: 13rem;
height: 2rem;
margin: 0 auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
align-content: space-between;
}
.five2{
width: 5.94rem;
height: 0.6rem;
}
.five2 p{
width: 100%;
height: 0.3rem;
font-size: 0.22rem;
line-height: 0.3rem;
color: #000;
}
..five2 span{
color: red;
font-size: 0.2rem;
}
.five2 input{
   width: 5.92rem;
height: 0.48rem;
float: left;
border: 1px solid #ccc;
padding-left: 0.35rem;
background: #fafafa;
font-size: 0.2rem;
}

.five3{
width: 12.75rem;
margin: 0 auto;
    height: auto;
margin-top: 0.1rem;
}
.five3 p{
width: 12.5rem;
margin: 0 auto;
height: 0.3rem;
font-size: 0.22rem;
line-height: 0.3rem;
color: #000;
}
.five3 span{
color: red;
font-size: 0.2rem;
}
.buttons1{
    width: 4rem;
    height: 0.65rem;
    line-height: 0.65rem;
    text-align: center;
    font-size: 0.3rem;
    color: #000;
    margin: 0 auto;
    font-weight: 600;
    display: table;
    border-radius: 5px;
    border: none;
  
    border-radius: 0.65rem;
    
}
.five3 textarea{
    width: 12.43rem;
    height: 1.16rem;
    background: #fafafa;
    float: left;
    resize: none;
    border: 1px solid #ccc;
    padding-top: 0.1rem;
    line-height: 0.3rem;
    color: #666;
    font-size: 0.2rem;
    padding-left: 0.35rem;
    margin-left: 0.15rem;
}
input::-webkit-input-placeholder{

color: #666;
font-size: 0.18rem;
}

input::-moz-placeholder{   /* Mozilla Firefox 19+ */

color: #666;
font-size: 0.18rem;
}

input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */

color: #666;
font-size: 0.18rem;
}

input:-ms-input-placeholder{  /* Internet Explorer 10-11 */

color: #666;
font-size: 0.18rem;

}
textarea::-webkit-input-placeholder{

color: #666;
font-size: 0.18rem;
}

.five2{
    position: relative;
}
.five2 img{
    width: 0.22rem;
    height: 0.22rem;position: absolute;
    top: 0.16rem;
    left: 0.1rem;
}
.five3{
    position: relative;
}
.five3 img{
    width: 0.22rem;
    height: 0.22rem;position: absolute;
    top: 0.16rem;
    left: 0.3rem;
}
.relbox{
    width: 14rem;
    height: 3.33rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.relbox li{
    width: 3.36rem;
    height: 3.24rem;
    border: 2px solid #eaeaea;
    cursor: pointer;
}
.relboximg{
    width: 3.36rem;
    height: 2.63rem;
    overflow: hidden;

}
.relboximg img{
    width: 3.17rem;
    height: 2.45rem;
    margin-left: 0.095rem;
    transition: 0.4s;
    margin-top: 0.1rem;
}

.relboxtitle{
    width: 3.36rem;
    /* padding-left: 0.47rem; */
    /* padding-right: 0.47rem; */
    height: 0.6rem;
    font-size: 0.24rem;
    line-height: 0.6rem;
    padding-top: 0.1rem;
    color: #000;
}
.replace{
    width: 3.36rem;
    height: 0.7rem;
    line-height: 0.7rem;
    color: #000;
    text-align: center;
    font-size: 0.22rem;
    padding: 0rem;
}
.bannerones {
    width: 100%;
    margin: 0 auto;
    height: 8.5rem;
    font-size: 0;
    position: relative;
    overflow: hidden;
    box-sizing: content-box;
    background: #003727;
  }
  .bannerones > img {
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    transition: all 1.5s;
  }
  .greens{
    background: #045fb4;
  }
  .greens .relboxtitle{
    color: #fff;
  }
  .prosh2{
    width: 14rem;
    height: auto;
    font-size: 0.48rem;
    color: #000;
    text-align: center;
    font-weight: 600;
    font-family: pb;
    line-height: 0.48rem;
    padding-bottom: 0.2rem;
  }
  .proshbox{
    width: 5.05rem;
    height: 0.14rem;
    margin: 0 auto;
    background: url(../img/50514.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .proshbox1{
    width: 5.25rem;
    height: 0.14rem;
    margin: 0 auto;
    background: url(../img/52514.png) no-repeat;
    background-size: 100% 100%;
    
  }
  .tutitle{
    width: 14rem;
    height: auto;
    font-size: 0.24rem;
    color: #666;
    text-align: center;
    line-height: 0.55rem;
    padding-top: 0.05rem;
    font-family: p;
    padding-bottom: 0.5rem;
  }
  .probox{
    width: 14rem;
    height: 7.54rem;
    margin: 0 auto;
  }
  .proboxleft{
    width: 5.62rem;
    height: 7.54rem;
    float: left;
    border-radius: 0.2rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }
  .aleft{
    width: 5.62rem;
    height: 7.54rem;
    position: absolute;
    top: 0rem;
    transition: 0.4s;
    left: 0rem;
  }
  .proboxleft h3{
    font-size: 0.36rem;
    color: #000;
    font-family: pb;
    font-weight: 600;
    text-align: center;
    width: 5.62rem;
    position: absolute;
    top: 0.92rem;
  }
  .proboxsbutton{
    width: 3.08rem;
    height: 0.6rem;
    background: rgba(232, 200, 203, 0);
    transition: 0.4s;
    border-radius: 0.54rem;
    position: absolute;
    top: 1.53rem;
    left: 1.22rem;
  }
  .proboxsbutton1{
    width: 2.98rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.22rem;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-family: pb;
    background: url(../img/a1button.png) no-repeat;
    background-size: 100% 100%;
    text-indent: 0.3rem;
    margin: 0 auto;
    margin-top: 0.05rem;
  }
  .pink{
    transition: 0.4s;
    background: rgba(232, 200, 203, 0.9) !important;
  }
  .proboxleft img:hover{
    transform: scale(1.05);
    transition: 0.4s;
  }
  .proboxright{
    width: 8.05rem;
    height: 7.54rem;
  
    float: right;
  }
  .proboxright ul{
    width: 8.05rem;
    height: 7.54rem;
    display: flex;
    justify-content: space-around;
    align-content: space-between;
    flex-wrap: wrap;
  }
  .proboxright ul li{
    width: 3.87rem;
    height: 3.63rem;
    background: url(../img/kuang.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 0.05rem;
    box-shadow: 0px 0px 3px #e2ebf3;
    position: relative;
    cursor: pointer;
  }
  .a2{
    width: 3.83rem;
    height: 3rem;
    position: absolute;
    top: 0.02rem;
    left: 0.02rem;
  }
  .probottom{
    width: 3.83rem;
    height: 0.57rem;
    position: absolute;
    bottom: 0.02rem;
    left: 0.02rem;
  }
  .probottom1{
    width: 0.85rem;
    height: 0.47rem;
    float: left;
    font-size: 0.22rem;
    color: #fff;
    font-family: p;
    line-height: 0.25rem;
    text-align: left;
    padding-top: 0.1rem;
    padding-left: 0.15rem;
  }
  .prorbottom2{
    width: 2.88rem;
    height: 0.57rem;
    font-size: 0.24rem;
    color: #333;
    font-family: p;
    text-align: center;
    float: right;
    line-height: 0.57rem;
    position: absolute;
    right: 0.02rem;
  }
  .excellent{
    width: 100%;
    height: 9.28rem;
    margin: 0 auto;
    background: url(../img/b.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .excellentcenter{
    width: 14rem;
    height: 9.28rem;
    margin: 0 auto;
  }
  .excellentcenter ul{
    width: 14rem;
    height: 5.85rem;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .excellentcenter ul li{
    width: 3.7rem;
    height: 2.46rem;
    position: relative;
  }
  .excellentcenter ul li img{
    width: 0.61rem;
    height: 0.61rem;
    display: table;
    margin: 0 auto;
  }
  .excellentcenter ul li h3{
    width: 3.7rem;
    height: auto;
    font-size: 0.3rem;
    text-align: center;
    font-weight: 600;
    font-family: pb;
    line-height: 0.36rem;
    color: #fff;
  }
  .tuts{
    width: 3.7rem;
    height: auto;
    margin: 0 auto;
    font-size: 0.2rem;
    color: #fff;
    opacity: 0.7;
    font-family: p;
    font-weight: 400;
    text-align: left;
  }
  .pile{
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .pilecenter{
    width: 14rem;
    height: auto;
    margin: 0 auto;
  }
  .pileimg{
    width: 14rem;
    height: 6.93rem;
    margin: 0 auto;
  }
  .compast{
    width: 100%;
    height: 7.81rem;
    margin: 0 auto;
    background: url(../img/c.jpg) no-repeat;
    background-size: 100% 100%;
  }
  .compastcenter{
    width: 14rem;
    height: 7.81rem;
    margin: 0 auto;
  }
  .comright{
    width: 9.32rem;
    height: 7.81rem;
    float: right;
  }
  .comrightone{
    width: 9.32rem;
    height: 1.05rem;
    margin-top: 0.95rem;
    position: relative;
  }
  .comrightone h4{
    font-size: 0.22rem;
    color: #666;
    text-align: left;
    font-family: p;
    font-weight: 400;
    padding-left: 0.99rem;
  }
  .comrightone h3{
    font-size: 0.48rem;
    color: #000;
    text-align: left;
    font-family: pb;
    line-height: 0.48rem;
    padding-left: 0.99rem;font-weight: 600;
  }
  .comrightonebox{
    width: 0.4rem;
    float: right;
    height: 0.02rem;
    background: #666;
    margin-top: 0.23rem;
    margin-right: 3.45rem;
  }
  .combutton{
    width: 1.93rem;
    height: 0.47rem;
    color: #fff;
    font-size: 0.22rem;
    font-family: p;
    border-radius: 0.47rem;
    line-height: 0.47rem;
    text-align: center;
    background: #e5131c;
    position: absolute;
    right: 0rem;
    top: 0.1rem;
  }
  .mach{
    width: 8.31rem;
    height: auto;
    font-size: 0.22rem;
    line-height: 0.3rem;
    color: #666;
    text-align: left;
    padding-left: 0.99rem;    
    margin-top: 0.65rem;
  }
  .compastcentersul{
    width: 9.32rem;
    height: 2.34rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 0.67rem;
  }
  .compastcentersul li{
    width: 3.04rem;
    height: 2.34rem;
    overflow: hidden;
  }
  .compastcentersul li img{
    width: 3.04rem;
    height: 2.34rem;
    transition: 0.4s;
  }
  .compastcentersul li img:hover{
    transform: scale(1.05);
    transition: 0.4s;
    cursor: pointer;
  }
  .certificate{
    width: 100%;
    height: 6.96rem;
    background: url(../img/696.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
  }
  .certificatecenter{
    width: 14rem;
    height: 6.96rem;
    margin: 0 auto;
  }
  .certificatecenter h2{
    width: 14rem;
    height: auto;
    font-size: 0.48rem;
    text-align: center;
    line-height: 0.48rem;
    color: #000;
    font-family: pb;
    font-weight: 600;
    padding-top: 0.65rem;
  }
  .certificatecenter1{
    width: 14rem;
    font-size: 0.22rem;
    color: #666;
    text-align: center;
    line-height: 0.22rem;
  }
  .biaoss1{
    width: 100%;
    height: 8.63rem;
    background: url(../img/863.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
  }
  .biaoss1c{
    width: 14rem;
    height: 8.63rem;
    margin: 0 auto;
  }
  .biaoss1c h2{
    width: 14rem;
    height: auto;
    font-size: 0.42rem;
    line-height: 0.45rem;
    text-align: left;
    color: #000;
    font-family: pb;
    padding-top: 1.66rem;
    padding-left: 0.92rem;
  }
  .bbao{
    width: 14rem;
    height: auto;
    font-size: 0.22rem;
    line-height: 0.3rem;
    color: #666;
    text-align: left;
    padding-top: 0.2rem;
    padding-left: 0.92rem;
    font-family: p;
  }
  .pros{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0.75rem;
  }
  .proscenter{
    width: 14rem;
    height: auto;
    margin: 0 auto;
  }
  .proscenter h2{
    width: 14rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.48rem;
    color: #000;
    text-align: center;
    font-family: pb;
    font-weight: 600;
  }
    #bkform3{
        position: fixed;
        z-index: 99999999;
        top: 0%;
        display: none;
        }
        .form {
        width: 7.71rem;
        padding: 0.2rem 0.1rem;
        background: rgba(75, 74, 73, 0.8);
        box-shadow: 0px 0.03rem 0.2rem 0.01rem rgba(3, 69, 158, 0.03921569);
        font-size: 0.2rem;
        font-family: Arial-Regular, Arial;
        font-weight: 400;
        color: #001323;
        }
        .form .dropdown.active .option {
        display: block;
        }
        .form .dropdown {
        position: relative;
        width: 100%;
        height: 0.58rem;
        }
        .form .dropdown input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        background-color: rgba(0, 19, 35, 0.03);
        border: none;
        outline: none;
        padding: 0 0.2rem;
        font-size: 0.21rem;
        font-family: Arial-Regular, Arial;
        font-weight: 400;
        color: #001323;
        }
        .form .dropdown::before {
        content: "";
        position: absolute;
        right: 0.2rem;
        top: 0.14rem;
        z-index: 10000;
        width: 0.14rem;
        height: 0.14rem;
        border: 0.02rem solid #001323;
        border-top: 0.02rem solid transparent;
        border-right: 0.02rem solid transparent;
        transform: rotate(-45deg);
        transition: 0.5s;
        pointer-events: none;
        }
        
        .form .dropdown.active::before {
          top: 0.25rem;
          transform: rotate(-225deg);
        }
        .form .dropdown .option {
        height: 2.32rem;
        display: none;
        position: absolute;
        top: 0.58rem;
        width: 100%;
        background-color: #ffffff;
        overflow-y: auto;
        }
        .form .dropdown .option div {
        height: 0.58rem;
        line-height: 0.58rem;
        padding: 0 0.2rem;
        cursor: pointer;
        }
        .form .dropdown .option div:hover {
        background-color: rgba(0, 19, 35, 0.1);
        }
        .form .contact-way {
        font-size: 0.2rem;
        font-family: Arial-Regular, Arial;
        height: 1rem;
        color: #001323;
        display: flex;
        justify-content: space-between;
        }
        .form .contact-way div {
        width: 2.5rem;
        }
        .form .contact-way input {
        margin-top: 0.17rem;
        width: 2.87rem;
        height: 0.46rem;
        background: #fafafa;
        border: 1px solid #cccccc;
        font-size: 0.21rem;
        font-family: Arial-Regular, Arial;
        font-weight: 400;
        color: #000;
        padding-left: 0.1rem;
        }
        .form .Requirement p {
        margin-top: 0.22rem;
        margin-bottom: 0.17rem;
        }
        .form .Requirement textarea {
        width: 100%;
        height: 1.29rem;
        background-color: rgba(0, 19, 35, 0.03);
        resize: none;
        border: 1px solid #ccc;
        padding: 0.2rem;
        font-size: 0.21rem;
        font-family: Arial-Regular, Arial;
        font-weight: 400;
        color: #fff;
        }
        .form .submit {
        text-align: center;
        margin-top: 0.27rem;
        }
        .form .submit button {
        width: 1.97rem;
        height: 0.68rem;
        background: #1daf0f;
        border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
        font-size: 0.28rem;
        font-family: Microsoft YaHei-Regular, Microsoft YaHei;
        font-weight: 400;
        color: #f9fbfc;
        }
        .guanbi{
        float: right;
        position: absolute;
        top: -0.25rem;
        right: -0.25rem;
        
        }
        .hint{
        font-size: 0.18rem;
        color: red;
        }
        
        
        #form3 input::-webkit-input-placeholder{
        
        color: #000;
        font-size: 0.18rem;
        }
        
        #form3 input::-moz-placeholder{   /* Mozilla Firefox 19+ */
        
        color: #000;
        font-size: 0.18rem;
        }
        
        #form3 input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
        
        color: #000;
        font-size: 0.18rem;
        }
        
        #form3 input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
        
        color: #000;
        font-size: 0.18rem;
        
        }
        #form3 textarea::-webkit-input-placeholder{
        
        color: #000;
        font-size: 0.18rem;
        }
        
        #form3 textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
        
        color: #000;
        font-size: 0.18rem;
        }
        
        #form3 textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
        
        color: #000;
        font-size: 0.18rem;
        }
        
        #form3 textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */
        
        color:#000;
        font-size: 0.18rem;
        }