
@font-face{
    font-family: 'Poppins';
    src : url('../font/Poppins-Regular.ttf');
}
@font-face{
    font-family: 'Poppins_bold';
    src : url('../font/Poppins-Bold.ttf');
}
@font-face{
    font-family: 'Poppins_Regular';
    src : url('../font/Poppins-Regular.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;
}
.bannertop{
  width: 100%;
  height: auto;
  padding-bottom: 0.2rem;
}
.bannertopcenter{
  width: 14rem;
  height: auto;
  margin: 0 auto;
}
.bannertopcenter h2{
  width: 14rem;
  height: 0.48rem;
  font-size: 0.48rem;
  font-family: Poppins_bold;
  text-align: center;
  line-height: 0.48rem;
  padding-top: 0.69rem;
  padding-bottom: 0.22rem;
}
.bannertoptit{
  width: 14rem;
  height: auto;
  font-size: 0.22rem;
  line-height: 0.3rem;
  font-family: Poppins;
  text-align: center;
  color: #666;
  padding-bottom: 0.57rem;
}
.bannertopbox{
  width: 14rem;
  height: 5.2rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.content-title{
	margin-top: 50px;
	text-align: center;
}
.content{
	width:14rem;
	height: 5.2rem;
  margin: 0 auto;
}
.con{
	width: 4.55rem;
	height: 5.19rem;
	float: left;
	position: relative;
	cursor: pointer;
  overflow: hidden;
}
.con img{
	width:4.55rem;
	height: 5.19rem;
}
.txt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.65rem;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: rgba(23,168,236,0.9);
}
.txt h3{
	font-weight: normal;
  font-size: 0.24rem;
  font-weight: 800;
  padding-top: 0.1rem;
}
.txt p{
	font-size: 0.2rem;
	display: block;
	line-height: 0.37rem;
  font-size: 0.2rem;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-moz-margin-before: 1em;
	-moz-margin-after: 1em;
	-moz-margin-start: 0px;
	-moz-margin-end: 0px;
  margin-top: 0rem;
}
.contentbox{
  width: 14rem;
  height: 5.19rem;
  display: flex;
  justify-content: space-between;
}
.button{
    width: 2.68rem;
    height: 0.55rem;
    font-size: 0.2rem;
    font-weight: 600;
    text-align: center;
    line-height: 0.55rem;
    color: #008cd6;
    background: #fff;
    display: table;
    margin: 0 auto;
    font-family: 'Poppins_bold';
    padding-left: 0.1rem;
}
.button img{
  width: 0.21rem;
  height: 0.21rem;
  float: right;
  margin-top: 0.17rem;
  margin-right: 0.3rem;
}
.bannerbox2{
  width: 14rem;
  height: 3.99rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 0.31rem;
}
.bannerbox3{
  width: 3.33rem;
  height: 3.96rem;
  border-bottom: 0.03rem solid #008cd6;
  background: #edf3ff;
  position: relative;
}
.tops{
  width: 0.91rem;
  height: 0.7rem;
  position: absolute;
  top: 0rem;
  right: 0.17rem;
  z-index: 10;
}
.bimg{
  width: 3.33rem;
  height: 2.67rem;
  top: 0.55rem;
  position: absolute;
  left: 0rem;
}
.bannerboxtit{
  width: 3.33rem;
  height: 0.8rem;
  font-size: 0.22rem;
  text-align: center;
  line-height: 0.8rem;
  color: #000;
  font-family: Poppins;
  font-weight: 600;
  position: absolute;
  bottom: 0rem;
}
.application{
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.applicationcenter{
  width: 14rem;
  height: auto;
  margin: 0 auto;
}
.applicationcenter h2{
  width: 14rem;
  height: 0.48rem;
  font-size: 0.48rem;
  font-family: Poppins_bold;
  text-align: center;
  line-height: 0.48rem;
  padding-top: 0.69rem;
  padding-bottom: 0.22rem;
}
.appbox{
  width: 14rem;
  height: 4.68rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  margin: 0 auto;
}
.appbox2{
  width: 3.3rem;
  height: 2.28rem;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0rem;
  display: none;
  left: 0rem;
}
.appimg{
  width: 3.3rem;
  height: 2.28rem;
  position: relative;
}
.appimg img{
  width: 3.3rem;
  height: 2.23rem;
  position: absolute;
  top: 0rem;
  left: 0rem;
}
.appbox2 h2{
  font-size: 0.22rem;
  color: #000;
  text-align: center;
  width: 3.3rem;
  height: auto;
  padding-top: 0.94rem;
  padding-bottom: 0.1rem;
}
.appbox3{
  width: 0.5rem;
  height: 0.03rem;
  background: #008cd6;
  display: table;
  margin: 0 auto;
}
.ccsss .appbox2{
  display: block;
}
.dd{
  width: 100%;
  height: 2.48rem;
  background: url(../img/d.webp) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 0.77rem;
}
.ddcenter{
  width: 14rem;
  height: 2.48rem;
  margin: 0 auto;
}
.ff{
  width: 100%;
  height: 8.31rem;
  background: url(../img/f.webp) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.ffcenter{
  width: 14rem;
  height: 8.31rem;
  margin: 0 auto;
}
.ffcenter h2{
  width: 14rem;
  height: 0.48rem;
  font-size: 0.48rem;
  font-family: Poppins_bold;
  text-align: center;
  line-height: 0.48rem;
  padding-top: 0.69rem;
  padding-bottom: 0.22rem;
}
.ffbox{
  width: 14rem;
  height: 4.56rem;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.ffbox li{
  width: 6.75rem;
  height: 2.03rem;
  border-bottom: 0.02rem solid #444;
}
.ffbox li img{
  width: 2.71rem;
  height: 1.83rem;
  float: left;
}
.fffbox{
  width: 3.75rem;
  height: 2.03rem;
  float: right;
  font-size: 0.2rem;
  line-height: 0.3rem;
  text-align: left;
  color: #999;
}
.fffbox h2{
  width: 3.75rem;
  height: 0.65rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: left;
  line-height: 0.65rem;
  padding: 0rem;
}
.factory{
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.factorycenter{
  width: 14rem;
  height: auto;
  margin: 0 auto;
}
.factorycenter h2{
  width: 14rem;
  height: 0.48rem;
  font-size: 0.48rem;
  font-family: Poppins_bold;
  text-align: center;
  line-height: 0.48rem;
  padding-top: 0.69rem;
  padding-bottom: 0.22rem;
}
.factorycenter ul{
  width: 14rem;
  height: 7rem;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.factorycenter ul li{
  width: 4.54rem;
  height: 3.42rem;
  overflow: hidden;
}
.factorycenter ul li img{
  width: 4.54rem;
  height: 3.42rem;
  transition: 0.4s;
}
.factorycenter ul li img:hover{
  transform: scale(1.05);
  transition: 0.4s;
}
.hh{
  width: 100%;
  height: 6.05rem;
  margin: 0 auto;
  background: #008cd6;
  margin-top: 1rem;
  position: relative;
}
.hhcenter{
width: 6.9rem;
    height: 6.05rem;
    float: left;
    margin-left: 2.5rem;
    font-size: 0.22rem;
    line-height: 0.35rem;
    text-align: left;
    color: #c4e2f7;
}
.himg{
  width: 9.23rem;
  height: 6.05rem;
  float: right;
}
.hhcenter h2{
  width: 100%;
  height: 1.28rem;
  font-size: 0.42rem;
  text-align: left;
  color: #fff;
  line-height: 1.28rem;
  font-weight: 600;
  font-family: 'Poppins_bold';
}
.buttons{
  width: 2.68rem;
  height: 0.55rem;
  font-size: 0.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 0.55rem;
  color: #008cd6;
  background: #fff;
  margin-top: 0.3rem;
}
.buttons img {
  width: 0.21rem;
  height: 0.21rem;
  float: right;
  margin-top: 0.17rem;
  margin-right: 0.3rem;
}
.four{
    width: 14rem;
    height: 1.8rem;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 3px #f3f3f3;
    position: absolute;
    bottom: -1.5rem;
    left: 2.5rem;
}
.four ul{
  width: 14rem;
  height: 2.2rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0rem;
  left: 0rem;
}
.four ul li{
  width: 3.2rem;
  height: 2.2rem;
  margin: 0 auto;
}
.four ul li h4{
  font-size: 0.48rem;
  font-weight: 600;
  color: #11a6eb;
  text-align: center;
  width: 3.2rem;
  display: table;
  margin: 0 auto;
  padding-top: 0.36rem;
  font-weight: 800;
  font-family: Poppins_bold;
}
.four ul li p{
  width: 3.2rem;
  font-size: 0.18rem;
  color: #000;
  text-align: center;
  /*padding-top: 0.2rem;*/
}
.four ul li:nth-of-type(2){
  padding-top: 0rem !important;
}
.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: 2.59rem;
  padding-bottom: 0.3rem;
  margin: 0 auto;
  font-family: Poppins_bold;
  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: 4.38rem;
  height: 3.17rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.majorcenter ul li img{
  width: 4.38rem;
  height: 3.17rem;
  display: block;
  transition: 0.4s;
}

.hottitle {
  width: 0.7rem;
  height: 0.08rem;
  margin: 0 auto;
  
  background: #e6131a;
}
.majtitle{
  width: 4.38rem;
  height: 1.32rem;
  text-align: center;
  color: #fff;
  background:#fff;
  position: absolute;
  bottom: 0rem;
  font-size: 0.22rem;
}
.ccss{
  border: 1px solid #e6131a;
  width: 3.26rem !important;
}
.majtitle h3{
  width: 4.38rem;
  height: 0.7rem;
  line-height: 0.7rem;
  color: #000;
  text-align: left;
}
.majtitle h4{
  font-size: 0.22rem;
  line-height: 0.3rem;
  text-align: left;
  color: #666;
  font-weight: 400;
}
.xian{
  width: 13.96rem;
  height: 0.28rem;
  background: url(../img/xian.webp) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 0.6rem;
}
.related{
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #edf3ff;
  padding-bottom: 1rem;
}
.relatedcenter{
  width: 14rem;
  height: auto;
  margin: 0 auto;
}
.relatedcenter h2{
  width: 14rem;
  height: 1.74rem;
  font-size: 0.48rem;
  color: #000;
  text-align: center;
  margin: 0 auto;
  line-height: 1.74rem;
  font-family: 'Poppins_bold';
}
.relatedcenter ul{
  width: 14rem;
  height: 3.9rem;
  display: flex;
  justify-content: space-between;
}
.relatedcenter ul li{
  width: 4.55rem;
  height: 3.87rem;
  border-bottom: 3px solid #008cd6;
  background: #fff;
  position: relative;
}
.relatedcenter ul li .imgc{
  width: 4.55rem;
  height: 3.08rem;
  position: absolute;
  top: 0.3rem;
  left: 0rem;
}
.relatitle{
  width: 4.55rem;
  height: 0.95rem;
  color: #000;
  text-align: center;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  line-height: 0.95rem;
  font-weight: 600;
  font-size: 0.22rem;
}
.two{
  width: 100%;
  max-width: 19.2rem;
  /*background: url(../img/bj.webp) no-repeat;*/
  /*background-size: 100% 100%;*/
  height: auto;
  padding-top: 0.33rem;
  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.9rem;
  }
  .biaodantop{
  width: 14rem;
  height: 1.3rem;
  
  }
  .biaodantitle{
  width: 14rem;
  height: 0.48rem;
  line-height: 0.48rem;
  color: #000;
  text-align: center;
  padding-top: 0.26rem;
  padding-bottom: 0.19rem;
  font-size: 0.48rem;
  font-weight: 600;
  font-family: 'Poppins_bold';
  }
  .biaodanbottoms{
  font-size: 0.22rem;
  height: 0.22rem;
  color: #666;
  text-align: center;
  line-height: 0.32rem;
  }
  .five{
  width: 100%;
  height: 2.7rem;
  margin: 0 auto;
  margin-top: 0.35rem;
  }
  #form2{
      background: #fff;
      padding-top: 0.2rem;
      padding-bottom: 0.8rem;
      border-radius: 10px;
      box-shadow: 0px 0px 6px #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;
  }

  .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;
  }
  .swiper-slide img{
      width: 12.42rem;
      height: 7.81rem;
  }
  .rela{
      width: 100%;
      max-width: 19.2rem;
      height: auto;
      padding-top: 0.5rem;
      padding-bottom: 0.2rem;
      margin: 0 auto;
  }
  .relacenter{
      width: 14rem;
      height: auto;
      margin: 0 auto;
  }
  .relacenter h1{
      width: 14rem;
  height: 0.48rem;
  line-height: 0.48rem;
  color: #000;
  text-align: center;
  font-size: 0.48rem;
  padding-bottom: 0.5rem;
  margin: 0 auto;
  }
  .relacenter ul {
      width: 14rem;
      height: 4.3rem;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
  }
  .relacenter ul li{
      width: 4.51rem;
      height: 4.3rem;
      background: #f0efed;
  }
  .relacenter ul li img{
      width: 4.51rem;
      height: 3.5rem;
      display: block;
  }
  .relacenter ul li h3{
      width: 4.51rem;
      height: 0.86rem;
      background: #f0efed;
      text-align: center;
      color: #333;
      line-height: 0.86rem;
      font-size: 0.24rem;
  }
     .secbottom{
        width: 100%;
        max-width: 19.2rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        background: #1b1b1b;    
        height: 3.7rem;
    }
    .secbottomcenter{
        width: 14.5rem;
        height: auto;
        margin: 0 auto;
        display: flex;
    }
    .bottomlist1{
        width: 1.82rem;
        height: auto;
        margin-right: 1.67rem;
    }
    .bottomlist1 ul{
        width: 1.82rem;
        height: 3rem;
        float: left;
    }
    .bottomlist1 ul li{
        width: 3.82rem;
        height: 0.4rem;
        font-size: 0.2rem;
        line-height: 0.4rem;
        color: rgba(255, 255,255, 0.8);
    }
    .boxju{
        width: 4px;
        height: 16px;
        float: left;
        background: #ea5405;
        margin-top: 0.12rem;
        margin-right: 0.18rem;
    }
    .bottomlist1 ul li:nth-child(1){
        font-size: 0.26rem;
        font-weight: 600;
        line-height: 0.4rem;
        color: #fff;
        margin-bottom: 0.3rem;
    }
    .bottomlist1 ul li img{
        width: 0.14rem;
        height: 0.14rem;
        float: left;
        margin-top: 0.13rem;
        margin-right: 0.18rem;
    }
    .bottomlist2{
        width: 4.75rem;
        height: auto;
        margin-right: 1.01rem;
    }
    .bottomlist2 ul{
        width: 4.75rem;
        height: 3rem;
        float: left;
    }
    .bottomlist2 ul li{
        width: 4.75rem;
        height: 0.4rem;
        font-size: 0.2rem;
        line-height: 0.4rem;
        color: rgba(255, 255,255, 0.8);
    }
    .boxju{
        width: 4px;
        height: 16px;
        float: left;
        background: #ea5405;
        margin-top: 0.12rem;
        margin-right: 0.18rem;
    }
    .bottomlist2 ul li:nth-child(1){
        font-size: 0.26rem;
        font-weight: 600;
        line-height: 0.4rem;
        color: #fff;
        margin-bottom: 0.3rem;
    }
    .bottomlist2 ul li img{
        width: 0.3rem;
        height: 0.3rem;
        float: left;
        margin-top: 0.05rem;
        margin-right: 0.18rem;
    }
    .bottomlist2 ul li span{
        float: right;
        display: inline-block;
        width: 4.25rem;
    }
    .bottomlist3{
        width: 5.2rem;
        height: 3rem;
        float: left;
    }
    .bottomlist3 ul li:nth-child(1){
        font-size: 0.26rem;
        font-weight: 600;
        line-height: 0.4rem;
        color: #fff;
        margin-bottom: 0.3rem;
    }
    .bottomlist3 ul li:nth-child(2) img{
        width: 4.8rem;
        height: 1.35rem;
    }
    .bottomlist3 ul li:nth-child(2){
        width: 4.8rem;
        height: 1.35rem;
    }
    .bottomlist3 ul li{
        width: 4.75rem;
        height: 0.4rem;
        font-size: 0.2rem;
        line-height: 0.4rem;
        color: rgba(255, 255,255, 0.8);
    }
    .bottom{
        width: 100%;
        height: 0.77rem;
        line-height: 0.77rem;
        color: rgba(255, 255,255, 0.8);
        text-align: center;
        font-size: 0.2rem;
        background:#1b1b1b;
        border-top: 2px solid #373737;
    }
#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;
    }