
@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:Poppins;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    cursor: pointer;
}
body{
    max-width: 19.2rem;
    margin: 0 auto;
}
.banner{
    width: 100%;
    height: 8.5rem;
    background: url(../img/banner.webp) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.show{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 1.27rem;
}
.showcenter{
    width: 14rem;
    height: auto;
    margin: 0 auto;
}
.showcenter h2{
    width: 14rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    color: #000;
    padding-top: 0.54rem;
    padding-bottom: 0.15rem;
    font-size: 0.48rem;
}
.title2{
    width: 10rem;
    height: auto;
    line-height: 0.3rem;
    font-size: 0.24rem;
    text-align: center;
    color: #666;
    padding-bottom: 0.67rem;
    margin: 0 auto;
}
.showcenter ul{
    width: 14rem;
    height: 5.95rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.showcenter ul li{
    width: 4.49rem;
    height: 5.93rem;
    border: 1px solid #e3e4e4;
    border-radius: 15px;
    background: #fafcfb;
    position: relative;
    transition: 0.4s;
    
}
.showcenter ul li img{
    width: 4.49rem;
    height: 3.3rem;
    display: block;
    margin: 0 auto;
    margin-top: 0.27rem;
    margin-bottom: 0.3rem;
    transition: 0.4s;
}
.showcenter ul li h3{
    width: 3.9rem;
    height: auto;
    font-size: 0.26rem;
    line-height: 0.3rem;
    text-align: left;
    color: #000;
    margin: 0 auto;
    padding-bottom: 0.2rem;
}
.showcenter ul li p{
    width: 3.9rem;
    color: #666;
    text-align: left;
    font-size: 0.22rem;
    line-height: 0.32rem;
    margin: 0 auto;
}
.showcenter ul li  p span{
    font-weight: 600;
}
.jiabutton{
    width: 0.54rem !important;
    height: 0.54rem !important;
    position: absolute;
    bottom: -0.1rem;
    right: -0.1rem;
    margin: 0rem !important;
}
.ccs .jiabutton{
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    transition: 0.3s;
    cursor: pointer;
}
.ccs .cp{
    transform: scale(1.05);
    transition: 0.4s;
}
.ccs{
    background: #eee !important;
    transition: 0.4s !important;
}
.button{
    width: 3.36rem;
    height: 0.72rem;
    background: url(../img/buttons.webp) no-repeat;
    background-size: 100% 100%;
    display: table;
    margin: 0 auto;
    font-size: 0.26rem;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
    text-align: center;
    font-weight: 600;
    line-height: 0.72rem;
    text-indent: 0.65rem;
    margin-top: 0.3rem;
}
.scope{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #effefe;
    padding-bottom: 0.7rem;
}
.scopecenter{
    width: 14rem;
    height: auto;
    margin: 0 auto;
}
.scope h2{
    width: 14rem;
    height: auto;
    line-height: 0.46rem;
    font-size: 0.46rem;
    text-align: center;
    font-family: pb;
    padding-top: 0.76rem;
    padding-bottom: 0.24rem;
}
.protitle{
    width: 14rem;
    height: auto;
    text-align: center;
    font-size: 0.22rem;
    font-family: p;
    color: #666;
    line-height: 0.22rem;
    padding-bottom: 0.64rem;
}
.scopecenter ul{
    width: 14rem;
    height: 4.45rem;
    display: flex;
    justify-content: space-around;
    align-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}
.scopecenter ul li{
    width: 3.41rem;
    height: 2.15rem;
    overflow: hidden;
}
.scopecenter ul li img{
    width: 3.41rem;
    height: 2.15rem;
    transition: 0.4s;
}
.scopecenter ul li img:hover{
    transform: scale(1.05);
    transition: 0.4s;
}
.quality{
    width: 100%;
    height: 2.63rem;
    background: url(../img/263.webp) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.qualitycenter{
    width: 14rem;
    height: 2.63rem;
    margin: 0 auto;
    position: relative;
}
.qualitycenter h2{
    font-size: 0.42rem;
    color: #fff;

    text-align: left;
    padding-top: 0.65rem;
    display: table;
}
.qualtitle{
    font-size: 0.26rem;
    text-align: left;
    color: rgba(255, 255, 255, 0.7);
    /*padding-top: 0.2rem;*/
    width: auto;
    display: table;
}
.buttons111{
    width: 3.52rem;
    height: 0.66rem;
    line-height: 0.66rem;
    font-size: 0.26rem;
    color: #fff;
    text-align: left;
    background: #4cd67f;
    border-radius: 0.66rem;
    text-indent: 0.1rem;
    font-weight: 600;
    position: absolute;
    top: 0.6rem;
    right: 0rem;
}
.buttons111 img{
    width: 0.3rem;
    height: 0.3rem;
    float: left;
    margin-top: 0.18rem;
    margin-left: 0.42rem;

}

.buttons2{
    width: 3.52rem;
    height: 0.66rem;
    line-height: 0.66rem;
    font-size: 0.26rem;
    color: #fff;
    text-align: left;
    background: #1dc3be;
    border-radius: 0.66rem;
    text-indent: 0.1rem;
    font-weight: 600;
    position: absolute;
    top: 1.37rem;
    right: 0rem;
}
.buttons2 img{
    width: 0.3rem;
    height: 0.3rem;
    float: left;
    margin-top: 0.18rem;
    margin-left: 0.42rem;

}
.Technical{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0.7rem;
}
.Technicalcenter{
    width: 14rem;
    height: auto;
    margin: 0 auto;
}
.Technicalcenter h2{
    width: 14rem;
    height: auto;
    line-height: 0.46rem;
    font-size: 0.46rem;
    text-align: center;
    font-family: pb;
    padding-top: 0.76rem;
    padding-bottom: 0.24rem;
}
.Technicalcenter ul{
    width: 14rem;
    height: 4.74rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.Technicalcenter ul li {
    width: 4.5rem;
    height: 4.74rem;
    border-radius: 0.1rem;
    overflow: hidden;
    box-shadow: 0px 0px 3px #ccc;
    position: relative;
}
.Technicalcenter ul li img{
    width: 4.5rem;
    height: 4.74rem;
    position: absolute;
    top: 0rem;
    left: 0rem;
}
.probox{
    width: 4.5rem;
    height: 1.93rem;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    background: #264651;
    border-top-right-radius: 0.4rem;
    transition: 0.4s;
}
.probox h3{
    font-size: 0.3rem;
    color: #000;
    text-align: left;
    padding-left: 0.4rem;
    color: #fff;
    padding-top: 0.49rem;
    padding-bottom: 0.2rem;
}
.protitle11{
    font-size: 0.22rem;
    color: #fff;
    opacity: 0.7;
    text-align: left;
    padding-left: 0.4rem;
    width: auto;
    line-height: 0.32rem;
}
.ccs .probox{
    background: #21beb9;
    transition: 0.4s;
    color: #fff;
}
.ccs .protitle11{
    color: #fff;
    opacity: 1;
}
.workshop{
    width: 100%;
    height: 8.5rem;
    margin: 0 auto;
    background: #f1f5f8;
}
.workshopcenter{
    width: 14rem;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0.92rem;
}
.workshopcenter h2{
    width: 14rem;
    height: auto;
    line-height: 0.46rem;
    font-size: 0.46rem;
    text-align: center;
    font-family: pb;
    padding-top: 0.76rem;
    padding-bottom: 0.24rem;
}
.worklist1{
    width: 14rem;
    height: 2.99rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.worklist1 li{
    width: 4.6rem;
    height: 2.99rem;
    
}
.worklist1 li img{
    width: 14rem;
    height: 5.18rem;
    display: block;
}
.worklist2{
    width: 14rem;
    height: 2.19rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0.07rem;
}
.worklist2 li{
    width: 3.4rem;
    height: 2.19rem;
    
}
.worklist2 li img{
    width: 3.4rem;
    height: 2.19rem;
    display: block;
}
.Description{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.Descriptioncenter{
    width: 14rem;
    height: auto;
    margin: 0 auto;
}
.Descriptioncenter h2{
    width: 14rem;
    height: 2.05rem;
    font-size: 0.46rem;
    font-family: pb;
    text-align: center;
    line-height: 2.05rem;
}
.desbox{
    width: 14rem;
    height: 4.51rem;
    margin:  0 auto;
}
.desbox1{
    width: 6.07rem;
    height: 4.51rem;
    float: left;
    border-radius: 0.2rem;
    position: relative;
    overflow: hidden;
}
.swiper-pagination-bullet{
    width: 0.25rem !important;
    font-size: 0.2rem !important; 
    text-align: center !important;
    line-height: 0.25rem !important;
    height: 0.25rem !important;
    opacity: 1 !important;
    font-weight: 600;
    z-index: 9999;
    background: #fff !important;
}
.swiper-pagination-bullet-active{
    background: #ffcc00 !important;
}
.desbox3{
    width: 6.07rem;
    height: 0.48rem;
    background: linear-gradient(to right,rgba(0,0,0,0.7),rgba(0,0,0,0));
    position: absolute;
    bottom: 0rem;
    border-bottom-left-radius: 0.2rem !important;
    z-index: 999;
    border-bottom-right-radius: 0.2rem !important;
}
.swiper .swiper-notification {
    z-index: 999999 !important;
}
.desbox2{
    width: 7.55rem;
    height: auto;
    font-size: 0.22rem;
    text-align: left;
    color: #666;
    line-height: 0.32rem;
    float: right;
    font-family: p;
}
.desbox2 .button{
    float: left;
}
.desbox5{
    width: 7.55rem;
    height: auto;
    font-size: 0.22rem;
    text-align: left;
    color: #666;
    line-height: 0.32rem;
    float: right;
    font-family: p;
}
.about{
    width: 100%;
    height: 2.54rem;
    background: url(../img/about.webp) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 0.6rem;
}
.four{
    width: 14rem;
    height: 2.2rem;
    margin: 0 auto;

    border-radius: 10px;
  }
  .four ul{
    width: 14rem;
    height: 2.2rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .four ul li{
    width: 3.2rem;
    height: 2.2rem;
    margin: 0 auto;
  }
  .four ul li h4{
    font-size: 0.82rem;
    font-weight: 600;
    color: #1dc3be;
    text-align: center;
    width: 3.2rem;
    display: table;
    margin: 0 auto;
    padding-top: 0.26rem;
    font-weight: 800;
    font-family: pb;
  }
  .four ul li h4 span{
    font-size: 0.36rem;
    
  }
  .four ul li p{
    width: 3.2rem;
    font-size: 0.2rem;
    color: #000;
    text-align: center;
    font-family: 'p';
  }
  .four ul li:nth-of-type(2){
    padding-top: 0rem !important;
  }
  .f{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: url(../img/618.webp) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 1.23rem;
}
.fcenter{
    width: 14rem;
    height: auto;
    margin: 0 auto;
}

.fcenter h2{
    width: 14rem;
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    color: #fff;
    padding-top: 0.1rem;
    padding-bottom: 0.15rem;
    font-size: 0.48rem;
    font-family: pb;
}
.fcenter .title2{
    width: 10rem;
    height: auto;
    line-height: 0.3rem;
    font-size: 0.24rem;
    text-align: center;
    color: #fff;
    padding-bottom: 0.67rem;
    margin: 0 auto;
}
.fbox{
    width: 14rem;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.fbox li{
    width: 4.39rem;
    height: auto;
    background: #0f333f;
    border-radius: 0.2rem;
    padding-bottom: 0.3rem;
    border: 1px solid #2d6070;
}
.fbox li img{
    width: 1.03rem;
    height: 1.03rem;
    display: table;
    margin: 0 auto;
    margin-top: 0.6rem;
}
.fbox li h2{
    width: 4.39rem;
    height: 0.68rem;
    line-height: 0.68rem;
    text-align: center;
    color: #fff;
    font-family: p;
    font-weight: 600;
    font-size: 0.24rem;
    padding: 0rem;
}
.fboxtitle{
    width: 3.1rem;
    height: auto;
    font-size: 0.18rem;
    color: #fff;
    opacity: 0.8;
    font-family: p;
    text-align: left;
    line-height: 0.24rem;
    display: table;
    margin: 0 auto;
}
.ccss {
    background: #186ed3 !important;
    transition: 0.4s;
}
.ccss h2{
    color: #fff !important;
    transition: 0.4s;
}
.ccss .fboxtitle{
    color: #fff !important;
    transition: 0.4s;
}
.major{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 1.07rem;
  }
  .majorcenter{
    width: 14rem;
    height: auto;
    margin: 0 auto;
  }
  .majorcenter h2 {
    width: 14rem;
    height: 0.48rem !important;
    font-size: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    color: #000;
    padding-top: .59rem;
    padding-bottom: 0.3rem;
    margin: 0 auto;
    font-family: pb;
    font-weight: 600;
    display: table;
  }
  .majorcenter ul{
    width: 14rem;
    height: 2.77rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
    margin-top: 0.6rem;
  }
  .majorcenter ul li{
    width: 3.35rem;
    height: 3.29rem;
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid #21beb9;
  }
  .majorcenter ul li img{
    width: 3.35rem;
    height: 3.29rem;
    display: block;
    transition: 0.4s;
  }
  .majorcenter ul li img:hover{
    transform: scale(1.1);
    transition: 0.4s;
  }
  .hottitle {
    width: 0.7rem;
    height: 0.08rem;
    margin: 0 auto;
    
    background: #1dc3be;
}
.majtitle{
    width: 3.35rem;
    height: 0.66rem;
    line-height: 0.28rem;
    padding-top: 0.2rem;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0rem;
    font-size: 0.22rem;
    font-family: p;
}
.ccss .majtitle{
    background: #21beb9 !important;
    color:#fff !important
}


.two{
    width: 100%;
    max-width: 19.2rem;
 background: #f2f2f4;
    height: auto;
    padding-top: 0.93rem;
    padding-bottom: 0.92rem;
}
.two_center{
    width: 14rem;
    height: auto;
    margin: 0 auto;
}
.two_left{
    width: 6.3rem;
    height: 7.45rem;
    background: #f2f2f4;
    float: left;

}
.two_left ul{
    width: 6.3rem;
    height: auto;
}
.two_left ul li{
    width: 6.3rem;
    height: 0.55rem;
    margin-top: 0.45rem;

}
.two_left ul li img{
    width: 0.44rem;
    height: 0.44rem;
    float: left;
    margin-right: 0.12rem;
}
.twotitleft{
    width: 5rem;
    float: left;
    font-size: 0.18rem;
    color: #333;
    line-height: 0.24rem;
}
.twotitleft span{
    color: #000;
    font-size: 0.2rem;
}
.two_right{
    width: 7rem;
    height: 7.45rem;
    float: right;
}
.input_two{
    width: 7rem;
    height: 0.62rem;
    display: flex;
    justify-content: space-between;
}
.input_two input{
    width: 3.4rem;
    height: 0.6rem;
    border: 2px solid #ccc;
    border-radius: 7px;
    font-size: 0.24rem;
    background: rgba(104, 104, 104, 0.4);
    text-indent: 0.2rem;
    color: #fff;
}
input::-webkit-input-placeholder{

    color: #fff;
    font-size: 0.18rem;
  }
  
  input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  
    color: #fff;
    font-size: 0.18rem;
  }
  
  input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  
    color: #fff;
    font-size: 0.18rem;
  }
  
  input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  
    color: #fff;
    font-size: 0.18rem;
  
  }
  textarea::-webkit-input-placeholder{

    color: #fff;
    font-size: 0.18rem;
  }
  
  textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
  
    color: #fff;
    font-size: 0.18rem;
  }
  
  textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  
    color: #fff;
    font-size: 0.18rem;
  }
  
  textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  
    color:#fff;
    font-size: 0.18rem;
  }
  .phones{
      width: 6.96rem;
      height: 0.6rem;
      border: 2px solid #ccc;
      border-radius: 7px;
      font-size: 0.24rem;
      background: rgba(104, 104, 104, 0.4);
      text-indent: 0.2rem;
      color: #fff;
      display: flex;
      margin-top: 0.2rem;
  }
  .textares{
      width: 6.96rem;
      height: 1.85rem;
      border: 2px solid #ccc;
      border-radius: 7px;
      font-size: 0.24rem;
      background: rgba(104, 104, 104, 0.4);
      text-indent: 0.2rem;
      color: #fff;
      display: flex;
      margin-top: 0.2rem;
      line-height: 0.36rem;

  }
  /*.submit{*/
  /*    width: 7rem;*/
  /*    height: 0.6rem;*/
  /*    border-radius: 7px;*/
  /*    background: #da0000;*/
  /*    color: #fff;*/
  /*    font-size: 0.24rem;*/
  /*    font-weight: 600;*/
  /*    text-align: center;*/
  /*    line-height: 0.6rem;*/
  /*  margin-top: 0.2rem;*/
  /*}*/



.swiper2 .swiper-slide img{
  width: 100%;
}

.offter_box2 .swiper-slide img{
  width: 100%;
}
.feature_button img{
width: 0.22rem;
height: 0.22rem;
float: right;
margin-top: 0.15rem;
margin-right: 0.2rem;
}
#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;
    }
    
    
    .tables_center{
    width: 14.05rem;
    height: 8.48rem;
    margin: 0 auto;
    position: relative;
    }
    .tableboxs{
    width: 7.63rem;
    height: 6.39rem;
    border-bottom-left-radius: 80px;
    border-top-right-radius: 80px;
    background: #fff;
    position: absolute;
    top: 0.5rem;
    right: 0rem;
    }
    .dengs{
    width: 6rem;
    height: 0.68rem;
    font-size: 0.22rem;
    line-height: 0.68rem;
    color: #000;
    border: 2px dashed #33cccc;
    border-radius: 24px;
    margin: 0 auto;
    margin-bottom: 0.5rem;
    }
    .dengs img{
    width: 0.16rem;
    height: 0.2rem;
    float: left;
    margin:0.24rem 0.17rem 0.24rem 0.43rem;  
    }
    .about_button{
    margin: 0 auto;
    width: 2.2rem;
    height: 0.5rem;
    background: #33cccc;
    color: #fff;
    font-size: 0.18rem;
    font-weight: 600;
    text-align: center;
    line-height: 0.5rem;
    border-radius: 50px;
    margin-top: 1rem;
    }
    .about_button1{
    margin: 0 !important;
    float: left;
    }
    .about_button2{
        width: 3.65rem;
        background: #fff;
        border: 2px solid #0c9140;
        color: #0c9140;
        height: 0.46rem;
        line-height: 0.46rem;
    }
    .hovers .qiutitdiv{
    width: 0.91rem;
    height: 0.91rem;
    background: url(../img/11.webp) !important;
    background-size: 100% 100% !important;
    }
    .hovers .qiutitdiv2{
    width: 0.91rem;
    height: 0.91rem;
    background: url(../img/22.webp) !important;
    background-size: 100% 100% !important;
    }
    .hovers .qiutitdiv3{
     width: 0.91rem;
    height: 0.91rem;
    background: url(../img/33.webp) !important;
     background-size: 100% 100% !important
     ;
    }
    .hovers .qiutitdiv4{
     width: 0.91rem;
    height: 0.91rem;
    background: url(../img/44.webp) !important;
     background-size: 100% 100% !important;
    }
    .biaodan{
    width: 14rem;
    height: 7.3rem;
    background: #1db6b5;
    }
    .biaodantop{
    width: 14rem;
    height: 1.3rem;
    
    }
    .biaodantitle{
    width: 14rem;
    height: 0.48rem;
    line-height: 0.48rem;
    color: #fff;
    text-align: center;
    padding-top: 0.26rem;
    padding-bottom: 0.19rem;
    font-size: 0.48rem;
    font-weight: 600;
    }
    .biaodanbottoms{
    font-size: 0.22rem;
    height: 0.22rem;
    color: #fff;
    text-align: center;
    line-height: 0.32rem;
    }
    .five{
    width: 100%;
    height: 2.7rem;
    margin: 0 auto;
    margin-top: 0.15rem;
    }
    #form2{
        background: #fff;
        padding-top: 0.2rem;
        padding-bottom: 0.8rem;
        box-shadow: 0px 0px 3px #ccc;
    
    }
    .five1{
    width: 12.7rem;
    height: 1.9rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-between;
    }
    .five2{
    width: 4.05rem;
    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: 3.73rem;
    height: 0.54rem;
    float: left;
    border: 1px solid #ccc;
    padding-left: 0.35rem;
    background: #fafafa;
    font-size: 0.2rem;
    }
    
    .five3{
    width: 12.75rem;
    margin: 0 auto;
        height: 2rem;
    margin-top: 0.4rem;
    }
    .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: 7rem;
        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;
        background: #f0c600;
    }
    .five3 textarea{
       width: 12.25rem;
    height: 1.55rem;
    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.1rem;
    }
    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.2rem;
    }
    .container ul li img{
        width: 3.4rem;
        height: 2.2rem;
    }

  