@font-face{
    font-family: 'Poppins';
    src : url('../font/Poppins-Regular.ttf');
}
@font-face{
    font-family: 'Poppins_bold';
    src : url('../font/Poppins-Bold.ttf');
}
* {
    font-family: Poppins;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}
body{
    max-width: 19.2rem;
    margin: 0 auto;
}
.top {
    width: 100%;
    max-width: 19.2rem;
    height: 1.13rem;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    position: fixed;
    z-index: 999;
}

.top_right {
    width: 16.6rem;
    height: 1.13rem;
    float: right;
}

.top_center {
    width: 17rem;
    height: 1.13rem;
    background: #fff;
    float: right;
    position: absolute;
    top: 0rem;
}

.top_red {
    width: 100%;
    height: 0.37rem;
    background: #0d50ab;

}

.top_box {
    width: 8.82rem;
    height: 0.37rem;
    background: #0d50ab;
    border-bottom-left-radius: 10rem;
    float: right;
    display: flex;
    justify-content: space-evenly;
}

.top_customer img {
    width: 0.26rem;
    height: 0.26rem;
    float: left;
    margin-top: 0.06rem;
    margin-right: 0.11rem;
}

.top_customer {
    width: auto;
    height: 0.37rem;
    line-height: 0.37rem;
    color: #fff;
    font-size: 0.16rem;
    float: left;
}

.top_email img {
    width: 0.26rem;
    height: 0.26rem;
    float: left;
    margin-top: 0.06rem;
    margin-right: 0.11rem;
}

.top_email {
    width: auto;
    height: 0.37rem;
    line-height: 0.37rem;
    color: #fff;
    float: left;
    font-size: 0.16rem;
}

.pclogo {
    width: 2.45rem;
    height: 0.66rem;
    position: absolute;
    top: .14rem;
    left: 1rem;
}

.cls {
    clear: both;
}




.xgsm {
    padding: 0px;
    width: 800px;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

.xgsm p {
    line-height: 1.8em;
    padding: 0px;
    margin: 0px;
    color: #666666;
}

.menu {
    height: 0.74rem;
    display: block;
    padding: 0px;
    width: 9.3rem;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0.74rem;
    margin-left: auto;
    position: absolute;
    top: 0.4rem;
    left: 6.4rem;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu ul li {
    /* width and height of the menu items */
    float: left;
    overflow: hidden;
    position: relative;
    line-height: 0.74rem;
    width: 1.48rem;
    text-align: center;
}

.menu ul li a {
    /* must be postioned relative  */
    position: relative;
    display: block;
    width: 90px;
    height: 0.74rem;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;

}

.menu ul li a span {
    /* all layers will be absolute positioned */
    position: absolute;
    left: 0;
    width: 1.48rem;
    font-size: 0.2rem;
}
.n1 a span{
    width: 1.69rem !important;
}
.n2 a span{
    width: 1.69rem !important;
}
.n2{
    margin-left: 0.2rem;
}
.menu ul li a span.out {
    top: 0px;
}

.menu ul li a span.over,
.menu ul li a span.bg {
    /* hide */
    top: -0.74rem;
}

/** 1st example **/

#menu1 {
    background-repeat: repeat-x;
    background-position: 0px 0px;
}

#menu1 ul li a {
    color: #000;
}

#menu1 ul li a span.over {
    color: #0d50ab;
}

#menu1 ul li span.bg {
    /* height of the menu items */
    height: 0.74rem;

}

/** 2nd example **/

#menu2 {
    background: #000;
}

#menu2 ul li a {
    color: #999999;
}

#menu2 ul li a span.over {
    color: #000;
    background-color: #f0f0f0;
}

.banner {
    width: 100%;
    margin: 0 auto;
    height: 8.5rem;
    font-size: 0;
    position: relative;
    overflow: hidden;
    box-sizing: content-box;
    background: #003727;
   padding-top: 0.8rem;
  }
  .banners .bannersfirst{
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    transition: all 4.2s;
  }
  .banner .banner-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 23, 9, 0.46);
  }
  .banner .banner-content .box {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: .44rem 0 0 .6rem;
    width: 10.78rem;
    height: 2.37rem;
    background: rgba(0, 0, 0, 0.6);
    border-radius: .4rem 0rem 0rem 0rem;
  }
  .banner .banner-content .box h1 {
    font-size: .42rem;
    font-family: Source Han Sans CN, Source Han Sans CN-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    margin-bottom: .4rem;
  }
  .banner .banner-content .box p {
    width: 8.08rem;
    font-size: .18rem;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: .36rem;
  }

  .swiper {
    width: 100%;
    height: 100%;
  }

  .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;
    position: relative;
  }

  .banners{
    width: 100%;
    margin: 0 auto;
    height: 9.5rem;
    font-size: 0;
    position: relative;
    overflow: hidden;
    box-sizing: content-box;
  }

  @-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
  .banneryuan1{
    width: 7rem !important;
    height: 7rem !important;

    animation-duration:7s !important;

    position: absolute !important;
    top: 1rem;
    left: 6rem;
    /*-webkit-transform: rotate(360deg) !important;*/
    
    animation: rotation 20s linear infinite;

    -moz-animation: rotation 20s linear infinite;

    -webkit-animation: rotation 20s linear infinite;
    -webkit-animation-timing-function:linear infinite;
    -o-animation: rotation 20s linear infinite;
  }

  @-webkit-keyframes rotations {
	from {
		-webkit-transform: rotate(0deg);
     
	}
	to {
		-webkit-transform: rotate(-180deg);

	}
}
  .banneryuan2{
    width: 5.76rem !important;
    height: 6.01rem !important;

    animation-duration:7s !important;
    position: absolute !important;
    top: 1.7rem;
    left: 6.45rem;
    /*-webkit-transform: rotate(-360deg) !important;*/

    animation: rotations 20s linear infinite;

    -moz-animation: rotations 20s linear infinite;
    -webkit-animation-timing-function:linear infinite;
    -webkit-animation: rotations 20s linear infinite;

    -o-animation: rotations 20s linear infinite;
  }
  .bannertitle{
    width: 7.4rem !important;
    height: 0.9rem !important;
    position: absolute;
    top: 3.13rem;
    left: 5.87rem;
  }
  .bannertitle2{
    width: 7.4rem !important;
    height: 0.9rem !important;
    position: absolute;
    top:4.03rem;
    left: 5.87rem;
    font-size: 0.3rem;
    line-height: 0.9rem;
    text-align: center;
    color: #fff;
    transform: scale(1) !important;
    font-family: p;
  }
  .bannertitle3{
    width: 7.4rem !important;
    height: 0.55rem !important;
    position: absolute;
    top: 4.3rem;
    left: 5.87rem;
    font-size: 0.32rem;
    line-height: 0.55rem;
    text-align: center;
    color: #fff;
    font-family: p;
    border-radius: 0.55rem;
  }
  .bannersimgs{
    width: 100% ;height: 100%;
  }
  .hot{
    width: 100%;
    height: 11.36rem;
    margin: 0 auto;
    background: url(../img/listbackground.webp) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
  }
  .hotcenter{
    width: 16rem;
    height: auto;
    margin: 0 auto;
  }
  .hotcenter h2{
    width: 16rem;
    height: 0.48rem !important;
    font-size: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    color: #000;
    padding-top: 0.87rem;
    padding-bottom: 0.3rem;
    margin: 0 auto;
    font-family: Poppins_bold;
    font-weight: 600;
    display: table;
  }
  .hottitle{
    width: 11rem;
    height: auto;
    margin: 0 auto;
    font-size: 0.2rem;
    line-height: 0.3rem;
    text-align: center;
    color: #666666;
    font-family: Poppins;
    padding-bottom: 0.48rem;
  }
  .dian{
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/dian1.webp) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-top: 0.33rem;
    margin-left: 0.36rem;
    margin-right: 0.13rem;
  }

  .button:after,.button:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: transparent;
    z-index:-2;
    
}

.button:hover{
    z-index:1;
    background:transparent;
    transition: .3s;
    cursor: pointer;
    border: none;
}            

.button:before {
    transition: .3s;
    background: #007bdf;
    z-index:-1;
}          

.button:hover:after,.button:hover:before {
    width: 100%;
    
}
.button{
    width: 4.6rem;
    height: 0.92rem;
    background: transparent;
    font-family: pb;
    color: #02203e;
    font-size: 0.2rem;
    line-height: 0.92rem;
    text-align: left;
    position: absolute;
    top: 0rem;
    left: 0rem;
    transition: 0.4s;
    font-family: p;
}
.bg .button{
    color: #fff !important;
    background: #0089e4 !important;
}
.bg1 .button{
    width: 4.6rem;
 
    height: 0.92rem;
    background: transparent;
    color: #fff !important;
    font-size: 0.2rem;
    line-height: 0.92rem;
    text-align: left;
    position: absolute;
    top: 0rem;

    left: 0rem;
    transition: 0.4s;
    background: #007bdf;
}
#tops .menu li a{
  color: #fff;
}
#tops #menu1 ul li a span.over {
  color: #0066ff !important;

}
.topone{
  opacity: 1 !important;
  transition: 0.6s;
  z-index: 9999 !important;
}
.toptwo{
  opacity: 0 !important;
  transition: 0.6s;
  z-index: 1 !important;
}






#tops .top {
  width: 100%;
  max-width: 19.2rem;
  height: 0.6rem;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  position: fixed;
  z-index: 999;
}

#tops .top_right {
  width: 16.6rem;
  height: 0.6rem;
  float: right;
}

#tops .top_center {
  width: 17rem;
  height: 0.6rem;
  background: #fff;
  float: right;
  position: absolute;
  top: 0rem;
}

#tops .top_red {
  width: 100%;
  height: 0.37rem;
  background: #0d50ab;

}

#tops .top_box {
  width: 8.82rem;
  height: 0.37rem;
  background: #0d50ab;
  border-bottom-left-radius: 10rem;
  float: right;
  display: flex;
  justify-content: space-evenly;
}

#tops .top_customer img {
  width: 0.26rem;
  height: 0.26rem;
  float: left;
  margin-top: 0.06rem;
  margin-right: 0.11rem;
}

#tops .top_customer {
  width: auto;
  height: 0.37rem;
  line-height: 0.37rem;
  color: #fff;
  font-size: 0.16rem;
  float: left;
}

#tops .top_email img {
  width: 0.26rem;
  height: 0.26rem;
  float: left;
  margin-top: 0.06rem;
  margin-right: 0.11rem;
}

#tops .top_email {
  width: auto;
  height: 0.37rem;
  line-height: 0.37rem;
  color: #fff;
  float: left;
  font-size: 0.16rem;
}

#tops .pclogo {
  width: 2.45rem;
  height: 0.66rem;
  position: absolute;
  top: .14rem;
  left: 1rem;
}

#tops .cls {
  clear: both;
}




#tops .xgsm {
  padding: 0px;
  width: 800px;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

#tops .xgsm p {
  line-height: 1.8em;
  padding: 0px;
  margin: 0px;
  color: #666666;
}

#tops .menu {
  height: 0.6rem;
    display: block;
    padding: 0px;
    line-height: 0.6rem;
    width: 9.3rem;
    margin-top: 0px;
    margin-right: auto;
    /* margin-bottom: 0.74rem; */
    margin-left: auto;
    position: absolute;
    top: 0rem;
    left: 6.4rem;
}

#tops .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#tops .menu ul li {
  /* width and height of the menu items */
  float: left;
  overflow: hidden;
  position: relative;
  line-height: 0.6rem;
  width: 1.48rem;
  text-align: center;
}

#tops .menu ul li a {
  /* must be postioned relative  */
  position: relative;
  display: block;
  width: 90px;
  height: 0.6rem;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;

}

#tops .menu ul li a span {
  /* all layers will be absolute positioned */
  position: absolute;
  left: 0;
  width: 1.48rem;
  font-size: 0.2rem;
}
#tops .n1 a span{
  width: 1.69rem !important;
}
#tops .n2 a span{
  width: 1.69rem !important;
}
#tops .n2{
  margin-left: 0.2rem;
}
#tops .menu ul li a span.out {
  top: 0px;
}

#tops .menu ul li a span.over,
#tops .menu ul li a span.bg {
  /* hide */
  top: -0.74rem;
}

/** 1st example **/

#tops #menu1 {
  background-repeat: repeat-x;
  background-position: 0px 0px;
}

#tops #menu1 ul li a {
  color: #fff;
}

#tops #menu1 ul li a span.over {
  color: #0d50ab;
}

#tops #menu1 ul li span.bg {
  /* height of the menu items */
  height: 0.74rem;

}

/** 2nd example **/

#tops #menu2 {
  background: #000;
}

#tops #menu2 ul li a {
  color: #999999;
}

.world{
  width: 100%;
  height: 10.45rem;
  background: url(../img/1045.webp) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.worldcenter{
  width: 16rem;
  height: 10.45rem;
  margin: 0 auto;
  position: relative;
}
.worldcenter h2{
  width: 16rem;
  height: 0.48rem;
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  color: #fff;
  margin: 0 ;
  font-family: Poppins_bold;
  font-weight: 800;
  padding-top: 1.03rem;
}
.worldcenter ul{
  width: 6.9rem;
  height: auto;
  position: absolute;
  top: 3.05rem;
  left: 0rem;
}
.worldcenter ul li{
  width: 6.9rem;
  height: auto;
}
.worldcenter ul li h3{
  font-size: 0.36rem;
  width: 6rem;
  text-align: left;
  font-weight: 600;
  font-family: Poppins_bold;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.worldtitle{
  width: 6rem;
  height: auto;
  font-size: 0.18rem;
  line-height: 0.3rem;
  text-align: left;
  font-family: Poppins;
  color: rgba(255, 255, 255, 0.9);
  padding-top: 0.1rem;
}
.worldtitle2{
  width: 6.9rem;
  height: auto;
  font-size: 0.18rem;
  line-height: 0.3rem;
  text-align: left;
  font-family: Poppins;
  color: rgba(255, 255, 255, 0.9);
  padding-top: 0.1rem;
}
.worldcenter ul li:nth-of-type(2){
  padding-top: 0.65rem;
}
.world_place1{
  font-size: 0.18rem;
  font-family: Poppins;
  color: #fff;
  position: absolute;
  top: 2.46rem;
  left: 6.86rem;
}
.world_place2{
  font-size: 0.18rem;
  font-family: Poppins;
  color: #fff;
  position: absolute;
  top: 5.13rem;
  left: 8.48rem;
}
.world_place3{
  font-size: 0.18rem;
  font-family: Poppins;
  color: #fff;
  position: absolute;
  top: 2.94rem;
  left: 10.71rem;
}
.world_place4{
  font-size: 0.18rem;
  font-family: Poppins;
  color: #fff;
  position: absolute;
  bottom: 2.35rem;
  left: 11.48rem;
}
.world_place5{
  font-size: 0.18rem;
  font-family: Poppins;
  color: #fff;
  position: absolute;
  top: 2.58rem;
  right: 2.23rem;
}
.world_place6{
  font-size: 0.18rem;
  font-family: Poppins;
  color: #fff;
  position: absolute;
  bottom: 2.05rem;
  right: 0.77rem;
}
.quanbox1{
  width: 1.92rem;
  height: 1.92rem;
  position: absolute;
  top: 3.44rem;
  left: 6.42rem;
}
@keyframes warn2 {
  0% {
      transform: scale(0.2);
      opacity: 0.6;
  }

  25% {
      transform: scale(0.4);
      opacity: 0.45;
  }

  50% {
      transform: scale(0.6);
      opacity: 0.3;
  }

  75% {
      transform: scale(0.8);
      opacity: 0.15;
  }

  100% {
      transform: scale(1);
      opacity: 0;
  }
}

.quan {
  width: 1.92rem;
  height: 1.92rem;
  border: 2px solid #fff;
  /* background: #fff; */
  content: '';
  left: 50%;
  top: 0;
  border-radius: 50%;
  margin-left: -0.9rem;
  position: absolute;
  animation: warn2 2s ease-out;
  animation-iteration-count: infinite;
}
.quan1 {
  width: 1.92rem;
  height: 1.92rem;
  border: 2px solid #fff;
  /* background: #fff; */
  content: '';
  left: 50%;
  top: 0;
  border-radius: 50%;
  margin-left: -0.9rem;
  position: absolute;
  animation: warn2 4s ease-out;
  animation-iteration-count: infinite;
}

.quan2 {
  width: 1.92rem;
  height: 1.92rem;
  border: 2px solid #fff;
  
  content: '';
  left: 50%;
  top: 0;
  border-radius: 50%;
  margin-left: -0.9rem;
  position: absolute;
  animation: warn2 4s ease-out;
  animation-iteration-count: infinite;
}


.quanbox2{
  width: 1.92rem;
  height: 1.92rem;
  position: absolute;
  top: 5.64rem;
  left: 8.02rem;
}

.quanbox3{
  width: 1.92rem;
  height: 1.92rem;
  position: absolute;
  top: 3.46rem;
  left: 9.94rem;
}
.quanbox4{
  width: 1.92rem;
  height: 1.92rem;
  position: absolute;
  top: 5rem;
  left: 10.65rem;
}
.quanbox5{
  width: 1.92rem;
  height: 1.92rem;
  position: absolute;
  top: 3.55rem;
  right: 1.5rem;
}
.quanbox6{
  width: 1.92rem;
  height: 1.92rem;
  position: absolute;
  top: 5.77rem;
  right: 0.23rem;
}
.four{
  width: 16rem;
  height: 2.2rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 3px #f3f3f3;
  position: absolute;
  bottom: -0.8rem;
}
.four ul{
  width: 16rem;
  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.42rem;
  font-weight: 600;
  color: #0089e4;
  text-align: center;
  width: 3.2rem;
  display: table;
  margin: 0 auto;
  padding-top: 0.76rem;
  font-weight: 800;
  font-family: Poppins_bold;
}
.four ul li p{
  width: 3.2rem;
  font-size: 0.18rem;
  color: #000;
  text-align: center;
}
.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: 16rem;
  height: auto;
  margin: 0 auto;
}
.majorcenter h2 {
  width: 16rem;
  height: 0.48rem !important;
  font-size: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  color: #000;
  padding-top: 1.59rem;
  padding-bottom: 0.3rem;
  margin: 0 auto;
  font-family: Poppins_bold;
  font-weight: 600;
  display: table;
}
.majorcenter ul{
  width: 16rem;
  height: 6.05rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}
.majorcenter ul li{
  width: 3.94rem;
  height: 2.98rem;
  display: block;
  overflow: hidden;
}
.majorcenter ul li img{
  width: 3.94rem;
  height: 2.98rem;
  display: block;
  transition: 0.4s;
}
.majorcenter ul li img:hover{
  transform: scale(1.1);
  transition: 0.4s;
}
.service{
  width: 100%;
  height: 9.38rem;
  background: url(../img/five.webp) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.servicenter{
  width: 16rem;
  height: 9.38rem;
  margin: 0 auto;
  position: relative;
}
.servicenter h2{
  font-size: 0.48rem;
  width: 16rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  color: #fff;
  margin: 0;
  padding-top: 0.89rem;
  padding-bottom: 0.91rem;
  font-family: Poppins_bold;
  display: table;
}
.servicebox{
  width: 16rem;
  height: 1.32rem;
  border-top: 1px dashed #93969d;
  position: absolute;
  bottom: 0rem;
}
.servicelist{
  width: 16rem;
  height: 5.9rem;
  margin: 0 auto;
}
.servicelist ul{
  width: 16rem;
  height: 5.9rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;

}
.servicelist ul li{
  width: 2.83rem;
  height: 5.9rem;
  position: relative;
}
.sericebox2{
  width: 2.83rem;
  height: 5.03rem;
  position: absolute;
  top: 0rem;
  left: 0rem;
  transition: 0.4s;
}
.sericebox2 .sericeimg{
  width: 2.83rem;
  height: 5.03rem;
  display: block;
  position: absolute;
  top: 0rem;
  left: 0rem;
}
.sericebox2 h3{
  font-family: Poppins_bold;
  font-size: 0.48rem;
  color: #fff;
  display: table;
  margin: 0 auto;
  z-index: 9999;
  position: absolute;
  width: 2.83rem;
  text-align: center;
  margin-top: 3.36rem;
}
.sericebox3{
  width: 2.2rem;
  height: auto;
  position: absolute;
  left: 0.315rem;
  font-size: 0.18rem;
  font-family: Poppins;
  line-height: 0.3rem;
  text-align: center;
  color: #fff;
  margin-top: 4rem;
}
.ser{
  width: 0.26rem;
  height: 0.26rem;
  position: absolute;
  background: url(../img/xianyuan.webp) no-repeat;
  background-size: 100% 100%;
  left: 1.285rem;
  bottom: 0rem;
}
.bigtop .sericebox2{
  top: -0.2rem;
  transition: 0.4s;
  cursor: pointer;
}
.contact{
  width: 100%;
  height: 4.34rem;
  margin: 0 auto;
  background: url(../img/xianbackground.webp) no-repeat;
  background-size: 100% 100%;
}
.contactcenter{
  width: 16rem;
  height: 4.34rem;
  margin: 0 auto;
}
.contactcenter h3{
  font-size: 0.48rem;
  color: #000;
  height: 0.48rem;
  line-height: 0.48rem;
  width: 16rem;
  font-family: Poppins_bold;
  margin: 0 auto;
  text-align: center;
  padding-top: 1.16rem;
  padding-bottom: 0.17rem;
  display: table;
}
.contacttitle{
  width: 16rem;
  height: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  color: #666;
  font-size: 0.24rem;
  font-family: Poppins;
}
.submit{
  width: 3.53rem;
  height: 0.6rem;
  background: #007bdf;
  border-radius: 50px;
  font-size: 0.24rem;
  line-height: 0.6rem;
  color: #fff;
  font-family: Poppins;
  text-align: center;
  display: table;
  margin: 0 auto;
  margin-top: 0.48rem;
}
.bottom{
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #03132d;
}
.bottomcenter{
  width: 16rem;
  height: auto;
  margin: 0 auto;
  border-bottom: 1px solid #14243d;
}
.bottomcenter ul {
  width: 16rem;
  height: 1.85rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.bottomcenter ul li{
  width: 4rem;
  height: 1.78rem;
  
}
.bottomcenter ul li img{
  width: 0.44rem;
  height: 0.51rem;
  float: left;
  margin-top: 0.7rem;
  margin-left: 0.2rem;
  margin-right: 0.1rem;
}
.bottomright{
  float: left;
  width: 2.4rem;
  height: 0.65rem;
  margin-left: 0.12rem;
  margin-top: 0.7rem;
}
.bottomright span{
  color: #fff;
  font-size: 0.18rem;
  text-align: left;
}
.bottomright p{
  width: 100%;
  font-size: 0.24rem;
  color: #1f8bcc;
  text-align: left;
  font-family: Poppins;
}
.bottomcenter ul li:nth-of-type(2) img{
  width: 0.5rem !important;
  height: 0.5rem !important;
}
.bottomcenter ul li:nth-of-type(3) img{
  width: 0.5rem !important;
  height: 0.5rem !important;
}
.product{

    width: 16rem;
    height: 4.05rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 0.6rem;
    margin-bottom: 0.65rem;
    border-top: 1px solid #14243d;

}
.product1{
  width: 6.08rem;
  height: 4.05rem;
  border-right: 1px solid #14243d;
}
.product2{
  width: 9.6rem;
  height: 4.05rem;
}
.product2 ul{
  width: 9.6rem;
  height: 4.05rem;
  
}
.product2 ul li{
  width: 3.2rem;
  height: 4.05rem;
}
.bottomlogo{
  width: 1.75rem;
  height: 0.43rem;
  display: table;
  margin-left: 0rem;
}
.producttitle{
  width: 6rem;
  height: auto;
  text-align: left;
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.3rem;
  padding-top: 0.35rem;
}
.inputbox{
  width: 5.56rem;
  height: 0.5rem;
  display: flex;
  float: left;
  justify-content: space-between;
  margin-top: 0.32rem;
}
.inputbox input{
  width: 2.7rem;
  height: 0.5rem;
  border: none;
  background: #132742;
  border-radius: 0.5rem;
  text-indent: 0.25rem;
  color: #fff;
  
}
.buttonbtm{
  width: 1.7rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.16rem;
  color: #fff;
  background: #007bdf;
  border-radius: 0.5rem;
  text-align: center;
  float: left;
  margin-top: 0.33rem;
}
.buttonbtm img{
  width: 0.22rem;
  height: .19rem;
  margin-left: 0.1rem;
}
.buttonimgs{
  width: 3.1rem;
  height: 0.5rem;
  float: left;
  display: flex;
  justify-content: space-between;
}
.buttonimgs img{
  width: 0.4rem;
  height: 0.4rem;
}
.buttonimgss{
  width: 6.06rem;
  height: 0.5rem;
  float: left;
  margin-top: 0.47rem;
}
.product2 h2{
  width: 100%;
  height: .26rem;
  line-height: .26rem;
  color: #fff;
  text-align: left;
  font-size: 0.26rem;
  text-indent: 0.75rem; font-family: pb;

}
.product2 ul{
  width: 3.25rem;
  height: 3rem;

  align-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.product2 ul li{
  width: 2.95rem;
  height: auto;
  font-size: 0.18rem;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.48rem;
}
.probox{
  width: 9.9rem;
  height: 3rem;
  display: flex;
  justify-content: space-between;
  padding-left: 0.75rem;
  
}
.bottomcopy{
  width: 100%;
  height: 0.95rem;
  color: #93979f;
  background: #03132d;
}
.bottomcopycenter{
  width: 14rem;
  height: 0.95rem;
  margin: 0 auto;
  font-size: .18rem;
  color: rgba(255, 255, 255, 0.6);
  /* border-top: 1px solid #14243d; */
  text-align: center;
  line-height: 0.95rem;
}
.probox ul li:hover{
  color: #fff !important;
  cursor: pointer;
  transition: 0.2s;
}

#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;
}
