* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1;
  overflow-x: hidden;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  font-size: 0.14rem;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}


.clear{
  clear: both;
}


.top_bg{

  background: none ;
}


/* banner */

.banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;

}

.banner .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}


.banner .swiper-slide {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}



.banner .swiper-button-next1 {
  position: absolute;
  width: 0.29rem;
  height: 0.29rem;
  background: url(../images/bannerR.png) no-repeat center;
  right: 5%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}

.banner .swiper-button-prev1 {
  position: absolute;
  width: 0.29rem;
  height: 0.29rem;
  background: url(../images/bannerL.png) no-repeat center;
  left: 5%;
  top: 50%;
  z-index: 5;
  cursor: pointer;
}


.banner .swiper-pagination{
  width: 100%;
  left: 0%;
  bottom: 0.45rem;

}

.banner .swiper-pagination .swiper-pagination-bullet{
  display: inline-block;
  border-radius: 50%;
  margin: 0 0.1rem;
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  opacity: 0.5;
}

.banner .swiper-pagination .swiper-pagination-bullet-active{
  opacity: 1;
}

.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: 'prev';
  display: none;
}

.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
  content: 'next';
  display: none;
}



@media (max-width: 980px) {



  .banner .swiper-button-next {
    display: none;
  }

  .banner .swiper-button-prev {
    display: none;
  }

  .banner .swiper-pagination {
    bottom: 0.1rem;

  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;

}

}




/* title */

.title{
  margin: 0  auto;
  text-align: center;

}


.title span{
  display: inline-block;
  background: url(../images/title.png) no-repeat left 0.1rem;
  height: 0.63rem;
  padding-left: 0.75rem;
}

.title span img{
  display: block;

}

.title h3{
  font-size: 0.36rem;
  color: #333333;
  position: relative;
  z-index: 5;
  margin-top: 0.1rem;

}

.title h3 a{
  display: block;
  font-size: 0.36rem;
  color: #333333;
  

}

.title i{
  display: block;
  font-size: 0.18rem;
  color: #333333;
  letter-spacing: 14px;
  margin: 0.3rem auto 0 auto;

}


@media (max-width: 980px) {


  
  
  .title span{
    display: inline-block;
    background: url(../images/title.png) no-repeat left top;
    height: 0.33rem;
    padding-left: 0.55rem;
  }
  
  .title span img{
    display: block;
    width: 1.8rem;
    height: auto;
  
  }
  
  .title h3{
    font-size: 0.24rem;
    color: #333333;
    position: relative;
    z-index: 5;
    margin-top: 0.1rem;
  
  }
  
  .title h3 a{
    display: block;
    font-size: 0.24rem;
    color: #333333;
    
  
  }
  
  .title i{
    display: block;
    font-size: 0.14rem;
    color: #333333;
    letter-spacing: 0px;
    margin: 0.15rem auto 0 auto;
  
  }

  
  
}


/* about */

.about{
  width: 100%;
  margin: 0 auto;
  background: #f6f7ff;
  overflow: hidden;
  padding-top: 0.8rem;
}

.about .pagecontainer{

}

.about .pagecontainer .aboutbox{
  margin: 0.3rem auto 0 auto;
  position: relative;
}


.about .pagecontainer .aboutbox .abimg{
  position: relative;
  left: -0.8rem;
  top: 0px;
  background: url(../images/abimgbg.png) no-repeat top center;
  width: 63.5%;
  height: 5.22rem;
  background-size: 100%;
  float: left;
}

.about .pagecontainer .aboutbox .abimg .pic{
  position: relative;
  width: 74%;
  margin: 6.4% auto 0 auto;
  display: block;
  border-radius: 10px;
  padding-top: 49%;
}

.about .pagecontainer .aboutbox .abimg .video{
  position: relative;
  width: 74%;
  margin: -51% auto 0 auto;
  display: block;
  border-radius: 10px;
  padding-top: 49%;
}

/* @media (max-width: 980px){
	.video{
	  padding-top: 0.3rem;
	}
} */

.about .pagecontainer .aboutbox .abimg .txttop{
  position: relative;
  width: 74%;
  margin: -55% auto 0 30%;
  display: block;
  border-radius: 10px;
  padding-top: 49%;
}


.about .pagecontainer .aboutbox .abimg img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;

}


.about .pagecontainer .aboutbox .text{
  width: 42.5%;
  margin-top: 0.45rem;
  position: absolute;
  right: 0px;
  top: 0rem;
} 

.about .pagecontainer .aboutbox .text span{
  display: block;
  font-size: 0.4rem;
  color: #101010;
  font-family: "黑体";
}


.about .pagecontainer .aboutbox .text h5{
  font-size: 0.24rem;
  color: #101010;
  font-weight: bold;
  margin: 0.2rem 0 0.3rem 0;

}

.about .pagecontainer .aboutbox .text .txt{
  height: 2.5rem;
  overflow: hidden;
}

.about .pagecontainer .aboutbox .text p{
  font-size: 0.15rem;
  color: #666666;
  line-height: 0.3rem;
  margin-bottom: 0.05rem;
}

.about .pagecontainer .aboutbox .text .more{
  padding-left: 0.8rem;
  height: 0.27rem;
  line-height: 0.27rem;
  background: url(../images/ab_more.png) no-repeat left center;
  font-size: 0.18rem;
  color: #3477e2;
  font-weight: bold;
  text-transform: capitalize;
  display: block;
  margin-top: 0.3rem;


}

.about .pagecontainer .ab_list{
  margin: 0.8rem auto 0.7rem auto;
  background: #fff;
  height: 2.23rem;
  box-shadow: 0 8px 6px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 5;
}

.about .pagecontainer .ab_list::after{
  position: absolute;
  top: -1.05rem;
  right: 0.1rem;
  content: "";
  z-index: -1;
  width: 5.24rem;
  height: 1.05rem;
  background: url(../images/abico.png) no-repeat top center;
}

.about .pagecontainer .ab_list ul li{
  float: left;
  width: 25%;
  height: 2.23rem;
  position: relative;
  z-index: 5;
  text-align: center;
}

.about .pagecontainer .ab_list ul li::after{
  position: absolute;
  top: 0px;
  right: 0px;
  content: "";
  z-index: -1;
  width: 1px;
  height: 100%;
  background: #f0f0f0;
}

.about .pagecontainer .ab_list ul li .txt{
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.about .pagecontainer .ab_list ul li::before{
  position: absolute;
  top: -0.18rem;
  left: 0px;
  content: "";
  z-index: -1;
  width: 100%;
  height: 0rem;
  background: #3b7ce3;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.about .pagecontainer .ab_list ul li  .txt::after{
  position: absolute;
  top: -0.18rem;
  left: -0.16rem;
  content: "";
  z-index: -1;
  width: 0.16rem;
  height: 0rem;
  background: url(../images/ab_ico1.png) no-repeat top center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.about .pagecontainer .ab_list ul li  .txt::before{
  position: absolute;
  top: -0.18rem;
  right: -0.16rem;
  content: "";
  z-index: -1;
  width: 0.16rem;
  height: 0rem;
  background: url(../images/ab_ico2.png) no-repeat top center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.about .pagecontainer .ab_list ul li.on::before{
  height: 2.41rem;
}


.about .pagecontainer .ab_list ul li.on  .txt::before{
  height: 0.18rem;
}


.about .pagecontainer .ab_list ul li.on  .txt::after{
  height: 0.18rem;

}


.about .pagecontainer .ab_list ul li span{
  display: block;
  font-size: 0.6rem;
  color: #333;
  font-family: "Impact";
  margin: 0rem auto 0 auto;
  padding-top: 0.45rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.about .pagecontainer .ab_list ul li span i{
  font-size: 0.6rem;
  color: #333;
  font-family: "Impact";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.about .pagecontainer .ab_list ul li h5{
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  margin: 0.12rem auto 0.2rem auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.about .pagecontainer .ab_list ul li p{
  font-size: 0.16rem;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.about .pagecontainer .ab_list ul li.on span{
  color: #fff;
}

.about .pagecontainer .ab_list ul li.on i{
  color: #fff;
}

.about .pagecontainer .ab_list ul li.on h5{
  color: #fff;
}

.about .pagecontainer .ab_list ul li.on p{
  color: #fff;
}



@media (max-width: 980px){

.about{
  padding-top: 0.3rem;
}

.about .pagecontainer{

}

.about .pagecontainer .aboutbox{
  margin: 0.3rem auto 0 auto;
  position: relative;
  overflow: hidden;

}


.about .pagecontainer .aboutbox .abimg{
  position: relative;
  left: 0rem;
  top: 0px;
  background: url(../images/abimgbg.png) no-repeat top center;
  width: 100%;
  height: 2.52rem;
  background-size: 100%;
  float: none;
}

.about .pagecontainer .aboutbox .abimg .pic{
  position: relative;
  width: 74%;
  margin: 0% auto 0 auto;
  display: block;
  border-radius: 10px;
  padding-top: 49%;
  top: 0.23rem;
}



.about .pagecontainer .aboutbox .text{
  width: 100%;
  margin-top: 0.15rem;
  position: relative;
  right: 0px;
  top: 0rem;
} 

.about .pagecontainer .aboutbox .text span{
  display: block;
  font-size: 0.24rem;
  color: #101010;
  font-family: "黑体";
  text-align: center;
}


.about .pagecontainer .aboutbox .text h5{
  font-size: 0.18rem;
  color: #101010;
  font-weight: bold;
  margin: 0.1rem 0 0.3rem 0;
  text-align: center;
}

.about .pagecontainer .aboutbox .text .txt{
  overflow: hidden;
}

.about .pagecontainer .aboutbox .text p{
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.3rem;
  margin-bottom: 0.05rem;
}

.about .pagecontainer .aboutbox .text .more{
  padding-left: 0.8rem;
  height: 0.27rem;
  line-height: 0.27rem;
  background: url(../images/ab_more.png) no-repeat left center;
  font-size: 0.14rem;
  color: #3477e2;
  font-weight: bold;
  text-transform: capitalize;
  display: block;
  margin-top: 0.2rem;


}

.about .pagecontainer .ab_list{
  margin: 0.3rem auto 0.3rem auto;
  background: #fff;
  height: 2.5rem;
  box-shadow: 0 8px 6px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 5;
}

.about .pagecontainer .ab_list::after{
  display: none;
}

.about .pagecontainer .ab_list ul li{
  float: left;
  width: 50%;
  height: 1.25rem;
  position: relative;
  z-index: 5;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}



.about .pagecontainer .ab_list ul li .txt{
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.about .pagecontainer .ab_list ul li::before{
  position: absolute;
  top: 0rem;
  left: 0px;
}

.about .pagecontainer .ab_list ul li  .txt::after{
  display: none;
}

.about .pagecontainer .ab_list ul li  .txt::before{
  display: none;
}

.about .pagecontainer .ab_list ul li.on::before{
  height: 100%;
}


.about .pagecontainer .ab_list ul li.on  .txt::before{
  height: 0.18rem;
}


.about .pagecontainer .ab_list ul li.on  .txt::after{
  height: 0.18rem;

}


.about .pagecontainer .ab_list ul li span{
  display: block;
  font-size: 0.24rem;
  margin: 0rem auto 0 auto;
  padding-top: 0.15rem;
}


.about .pagecontainer .ab_list ul li span i{
  font-size: 0.3rem;
}


.about .pagecontainer .ab_list ul li h5{
  font-size: 0.14rem;
  height: 0.3rem;
  margin: 0.1rem auto 0.1rem auto;
}


.about .pagecontainer .ab_list ul li p{
  font-size: 0.14rem;
}

.about .pagecontainer .ab_list ul li.on span{
  color: #fff;
}

.about .pagecontainer .ab_list ul li.on i{
  color: #fff;
}

.about .pagecontainer .ab_list ul li.on h5{
  color: #fff;
}

.about .pagecontainer .ab_list ul li.on p{
  color: #fff;
}

}




/* product */

.product{
  width: 100%;
  margin: 0rem auto 0 auto;
  background: url(../images/probg.jpg) no-repeat top center;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.product .pagecontainer2{
  margin: 0 auto;
  padding-top: 0.9rem;
  width: 77%;
}

.product .pagecontainer2 .title span {
  background: url(../images/service_t.png) no-repeat left 0.1rem;
}

.product .pagecontainer2 .title h3{
  color: #fff;
}


.product .pagecontainer2 .productbox{
  margin: 0.4rem auto 0 auto;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;

}

.product .pagecontainer2 .productbox ul li{
  float: left;
  width: calc(25% - 1px);
  height: 1.3rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
  text-align: center;
  box-shadow: 0 0px 8px 8px  rgba(36, 36, 36, 0.03);
  -webkit-box-shadow: 0px 8px 8px 6px rgba(36, 36, 36, .03);
  box-shadow: 0px 8px 8px 6px rgba(36, 36, 36, .03);
}

.product .pagecontainer2 .productbox ul li:nth-child(4n) {
  border-right: none;
}

.product .pagecontainer2 .productbox ul li a{
  display: block;
  text-align: center;
  height: 1.3rem;
  position: relative;
  z-index: 5;
}

.product .pagecontainer2 .productbox ul li a em{
  display: inline-block;
  font-size: 0.4rem;
  color: #333;
  font-family: "Bahnschrift";
  position: relative;
  top: -0.05rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pagecontainer2 .productbox ul li a span{
  font-size: 0.14rem;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0.45rem 0 0 0.15rem;
}

.product .pagecontainer2 .productbox ul li a span i{
  font-size: 0.16rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 0.1rem;
}



.product .pagecontainer2 .productbox ul li::before{
  position: absolute;
  left: -4%;
  top: -8px;
  width:  108%;
  height: 0px;
  content: "";
  z-index: 1;
  border-radius: 8px;
  background: linear-gradient(to right, #4987e5, #3477e2);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product .pagecontainer2 .productbox ul li:hover::before{
  height: 1.46rem;
  box-shadow: 0 0px 8px 8px  rgba(53, 119, 226, 0.2);
}

.product .pagecontainer2 .productbox ul li:hover a em{
  color: #fff;
}

.product .pagecontainer2 .productbox ul li:hover a span{
  color: #fff;
}

.product .pagecontainer2 .productbox ul li:hover a span i{
  color: #fff;
}

.product .pagecontainer2 .productbox .more{
  float: left;
  width: 25%;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
}

.product .pagecontainer2 .productbox .more a{
  display: inline-block;
  text-align: center;
  background: url(../images/ab_more.png) no-repeat left center;
  padding-left: 0.85rem;
  font-size: 0.18rem;
  color: #3477e2;
  font-weight: bold;
  text-transform: capitalize;
}

.product .pagecontainer2 .pro_nr{
  margin: 0 auto 1.12rem auto;
  width: 100%;
  border-radius: 8px;
  height: 1.6rem;
  background: #488ee5;
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 108, 190, .05);
  box-shadow: 0px 8px 8px 0px rgba(0, 108, 190, .05);
  overflow: hidden;
}

.product .pagecontainer2 .pro_nr .nr_l{
  float: left;
  margin-left: 5%;
  width: 40%;

}

.product .pagecontainer2 .pro_nr .nr_l h5{
  font-size: 0.3rem;
  color: #fff;
  margin: 0.5rem 0 0.2rem 0;

  white-space: nowrap;
}

.product .pagecontainer2 .pro_nr .nr_l h5 em{
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
}

.product .pagecontainer2 .pro_nr .nr_l h5 i{
  font-size: 0.24rem;
  color: #fff;
}

.product .pagecontainer2 .pro_nr .nr_l span{
  display: block;
  font-size: 0.14rem;
  color: #fff;
  opacity: 0.6;
}

.product .pagecontainer2 .pro_nr .nr_r{
  float: right;
  margin-right: 5%;
  margin-top: 0.75rem;
  width: 40%;
  text-align: right;
  font-size: 0.2rem;
  color: #fff;
  letter-spacing: 9px;
} 



@media (max-width: 980px){

  .product{
    background-size: cover;
  }
  
  .product .pagecontainer2{
    margin: 0 auto;
    padding-top: 0.35rem;
    width: 90%;
  }
  
  .product .pagecontainer2 .title span {
    background: url(../images/service_t.png) no-repeat left 0rem;
  }
  
  .product .pagecontainer2 .title h3{
    color: #fff;
  }
  
  
  .product .pagecontainer2 .productbox{
    margin: 0.3rem auto 0 auto;
  
  }
    
  .product .pagecontainer2 .productbox ul{
    overflow: hidden;
  }
  
  .product .pagecontainer2 .productbox ul li{
    float: left;
    width: calc(50% - 1px);
    height: 0.75rem;
  }
  
  
  
  
  .product .pagecontainer2 .productbox ul li a{
    display: block;
    text-align: left;
    height: 0.75rem;
    position: relative;
    z-index: 5;
    margin-left: 3%;
  }
  
  .product .pagecontainer2 .productbox ul li a em{
    display: inline-block;
    font-size: 0.24rem;
    color: #333;
    font-family: "Bahnschrift";
    position: relative;
    top: -0.05rem;
  }
  
  .product .pagecontainer2 .productbox ul li a span{
    font-size: 0.14rem;
    color: #999999;
    margin: 0.2rem 0 0 0.05rem;
  }
  
  .product .pagecontainer2 .productbox ul li a span i{
    font-size: 0.14rem;
    color: #333333;
    margin-bottom: 0.1rem;
  }
  
  
  
  .product .pagecontainer2 .productbox ul li::before{
    display: none;
  }
  
  .product .pagecontainer2 .productbox ul li:hover::before{
    height: 1.46rem;
    box-shadow: 0 0px 8px 8px  rgba(53, 119, 226, 0.2);
  }
  
  .product .pagecontainer2 .productbox ul li:hover a em{
    color: #333;
  }
  
  .product .pagecontainer2 .productbox ul li:hover a span{
    color: #999999;
  }
  
  .product .pagecontainer2 .productbox ul li:hover a span i{
    color: #333333;
  }
  
  .product .pagecontainer2 .productbox .more{
    float: none;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
  }
  
  .product .pagecontainer2 .productbox .more a{
    display: inline-block;
    text-align: center;
    background: url(../images/ab_more.png) no-repeat left center;
    padding-left: 0.85rem;
    font-size: 0.16rem;
    color: #3477e2;
    font-weight: bold;
    text-transform: capitalize;
  }
  
  .product .pagecontainer2 .pro_nr{
    margin: 0 auto 0.3rem auto;
    width: 100%;
    border-radius: 8px;
    height: auto;
    overflow: hidden;
  }
  
  .product .pagecontainer2 .pro_nr .nr_l{
    float: none;
    margin-left: 0%;
    width: 100%;
    text-align: center;
  
  }
  
  .product .pagecontainer2 .pro_nr .nr_l h5{
    font-size: 0.2rem;
    color: #fff;
    margin: 0.2rem 0 0.1rem 0;
  
  }
  
  .product .pagecontainer2 .pro_nr .nr_l h5 em{
    font-size: 0.2rem;
    color: #fff;
    font-weight: bold;
  }
  
  .product .pagecontainer2 .pro_nr .nr_l h5 i{
    font-size: 0.16rem;
    color: #fff;
  }
  
  .product .pagecontainer2 .pro_nr .nr_l span{
    display: block;
    font-size: 0.14rem;
    color: #fff;
    opacity: 0.6;
  }
  
  .product .pagecontainer2 .pro_nr .nr_r{
    float: none;
    margin-right: 0%;
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
    letter-spacing: 1px;
  } 
  
  

}




/* reason */

.reason{
  width: 100%;
  margin: 0 auto;
  background: #f6f7ff;
  padding-top: 1.1rem;
  padding-bottom: 0.95rem;
  overflow: hidden;
}

.reason .reasonbox{
  margin: 0.6rem auto 0 auto;
  height: 4rem;
}

.reason .reasonbox ul li{
  float: left;
  width: 23%;
  height: 4rem;
  background: #fff;
  border-radius: 15px;
  margin-right: 2.5%;
  -webkit-box-shadow: 0px 0px 8px 6px rgba(15, 106, 191, .05);
  box-shadow: 0px 0px 8px 6px rgba(15, 106, 191, .05);
  position: relative;
  z-index: 5;
}

.reason .reasonbox ul li:last-child{
  margin-right: 0;
}

.reason .reasonbox ul li span{
  display: block;
  margin: 0.65rem auto 0 auto;
  width: 0.6rem;
  height: 0.6rem;
  overflow: hidden;
}

.reason .reasonbox ul li span .ys1{
  display: block;
  margin: 0 auto;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.reason .reasonbox ul li span .ys2{
  display: block;
  margin: 0 auto;
  width: 0.6rem;
  height: 0.6rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.reason .reasonbox ul li h5{
  text-align: center;
  font-size: 0.24rem;
  color: #333333;
  font-weight: bold;
  margin: 0.45rem auto 0.1rem 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.reason .reasonbox ul li i{
  display: block;
  font-size: 0.16rem;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.reason .reasonbox ul li p{
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.32rem;
  margin: 0.25rem auto 0 auto;
  width: 72%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.reason .reasonbox ul li::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0%;
  content: "";
  z-index: -1;
  background: linear-gradient(to right, #4987e5, #3477e2);
  border-radius: 15px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.reason .reasonbox ul li.on::after{
  height: 100%;
}

.reason .reasonbox ul li.on span .ys1{
  transform: translateY(-0.6rem);
}

.reason .reasonbox ul li.on span .ys2{
  transform: translateY(-0.6rem);
}


.reason .reasonbox ul li.on h5{
  color: #fff;
}

.reason .reasonbox ul li.on i{
  color: #fff;
}

.reason .reasonbox ul li.on p{
  color: #fff;
}


.reason .ys_nr {
  margin: 0.75rem auto 0 auto;

}

.reason .ys_nr .ys_l{
  float: left;
  width: 50%;
  margin-top: 0.12rem;
}


.reason .ys_nr .ys_l h5{
  font-size: 0.3rem;
  color: #333333;
  font-weight: bold;
  letter-spacing: 14px;
  margin-bottom: 0.2rem;
}

.reason .ys_nr .ys_l span{
  display: block;
  font-size: 0.14rem;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
}

.reason .ys_nr .nr_r{
  float: right;
  font-size: 0.16rem;
  color: #333333;
  text-align: right;
} 

.reason .ys_nr .nr_r .tel{
  font-size: 0.18rem;
  color: #333333;
}

.reason .ys_nr .nr_r .tel i{
  font-size: 0.3rem;
  color: #3477e2;
  font-family: "Impact";
  margin-left: 0.1rem;
}

.reason .ys_nr .nr_r em{
  display: block;
  font-size: 0.2rem;
  color: #666666;
  letter-spacing: 13px;
  margin-top: 0.3rem;
  margin-right: -0.1rem;
}


@media (max-width: 980px){

  .reason{
    width: 100%;
    padding-top: 0.35rem;
    padding-bottom: 0.3rem;
    overflow: hidden;
  }
  
  .reason .reasonbox{
    margin: 0.4rem auto 0 auto;
    height: auto;
  }
  
  .reason .reasonbox ul li{
    float: left;
    width: 48%;
    height: 2.8rem;
    margin: 0 4% 0.15rem 0%;
    position: relative;
    z-index: 5;
  }
  
  .reason .reasonbox ul li:nth-child(2n){
    margin-right: 0%;
  }
  
  .reason .reasonbox ul li span{
    display: block;
    margin: 0.25rem auto 0 auto;
    width: 0.4rem;
    height: 0.4rem;
    overflow: hidden;
  }
  
  .reason .reasonbox ul li span .ys1{
    width: 0.4rem;
    height: 0.4rem;
  }
  
  .reason .reasonbox ul li span .ys2{
    width: 0.4rem;
    height: 0.4rem;
  }
  
  .reason .reasonbox ul li h5{
    text-align: center;
    font-size: 0.18rem;
    color: #333333;
    font-weight: bold;
    margin: 0.25rem auto 0.1rem 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  
  .reason .reasonbox ul li i{
    display: block;
    font-size: 0.14rem;
  }
  
  .reason .reasonbox ul li p{
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.24rem;
    margin: 0.25rem auto 0 auto;
    width: 90%;

  }
  
  
  
  .reason .reasonbox ul li.on span .ys1{
    transform: translateY(-0.4rem);
  }
  
  .reason .reasonbox ul li.on span .ys2{
    transform: translateY(-0.4rem);
  }
  
  
  
  .reason .ys_nr {
    margin: 0.2rem auto 0 auto;
  
  }
  
  .reason .ys_nr .ys_l{
    float: none;
    width: 100%;
    margin: 0rem auto 0 auto;
    text-align: center;
  }
  
  
  .reason .ys_nr .ys_l h5{
    font-size: 0.2rem;
    color: #333333;
    font-weight: bold;
    letter-spacing: 0px;
    margin-bottom: 0.1rem;
  }
  
  .reason .ys_nr .ys_l span{
    display: block;
    font-size: 0.14rem;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .reason .ys_nr .nr_r{
    float: none;
    font-size: 0.16rem;
    color: #333333;
    text-align: center;
    margin-top: 0.15rem;
  } 
  
  .reason .ys_nr .nr_r .tel{
    font-size: 0.16rem;
    color: #333333;
  }
  
  .reason .ys_nr .nr_r .tel i{
    font-size: 0.2rem;
    color: #3477e2;
    font-family: "Impact";
    margin-left: 0.1rem;
  }
  
  .reason .ys_nr .nr_r em{
    display: block;
    font-size: 0.16rem;
    color: #666666;
    letter-spacing: 5px;
    margin-top: 0.1rem;
    margin-right: 0rem;
  }

}



/* lc */

.lc{
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0.8rem;
  position: relative;
  z-index: 5;
  background: url(../images/lcbg1.jpg) no-repeat top center;
}

canvas { display: block; opacity: 0.3; }
.waves { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }	

.lc .pagecontainer{
  padding-top: 0.8rem;
}

.lc .lcbox{
  margin: 0.85rem auto  0 auto;
  position: relative;
  z-index: 5;
}

.lc .lcbox .swiper-slide{

}

.lc .lcbox .swiper-slide span{
  display: block;
  height: 0.92rem;
  background: url(../images/lc_list.png) no-repeat top center;
  margin: 0 auto 0.25rem auto;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.lc .lcbox .swiper-slide span i{
  display: block;
  text-align: center;
  font-size: 0.24rem;
  color: #333333;
  font-family: "Bahnschrift";
  font-weight: bold;
  padding-top: 0.75rem;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.lc .lcbox .swiper-slide em{
  display: block;
  margin: 0rem auto 0.1rem auto;
  background: url(../images/lcico1.png) no-repeat center;
  width: 0.16rem;
  height: 0.86rem;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.lc .lcbox .swiper-slide p{
  text-align: center;
  font-size: 0.2rem;
  color: #333333;
  margin: 0.13rem auto 0.2rem auto;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.lc .lcbox .swiper-slide:nth-child(2n) span{
  transform: rotate(-180deg);
  margin: 0.2rem auto 0.25rem auto;

}

.lc .lcbox .swiper-slide:nth-child(2n) span i{
  transform: rotate(180deg);
  padding-top: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.lc .lcbox .swiper-slide:nth-child(2n) em{
  transform: rotate(180deg);
}

.lc .lcbox .swiper-slide:nth-child(2n) p{
  margin: 0.13rem auto 0.14rem auto;
}

.lc .lcbox::after{
  position: absolute;
  left: 0;
  top: 1.25rem;
  content: "";
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #cbcbcb;
}


.lc .lcbox .swiper-slide:hover span{
  background: url(../images/lc_list1.png) no-repeat top center;
}

.lc .lcbox .swiper-slide:hover span i{
  color: #3577e2;
}

.lc .lcbox .swiper-slide:hover em{
  background: url(../images/lcico2.png) no-repeat center;
}


.lc .lcbox .swiper-slide:hover p{
  color: #3577e2;
  font-weight: bold;
}



@media (max-width: 980px){

  .lc{
    padding-bottom: 0.5rem;
  }
  
  .lc .pagecontainer{
    padding-top: 0.3rem;
  }
  
  .lc .lcbox{
    margin: 0.4rem auto  0 auto;
    position: relative;
    z-index: 5;
  }
  
  .lc .lcbox .swiper-slide{
  
  }
  
  .lc .lcbox .swiper-slide span{
    display: block;
    height: 0.6rem;
    background: url(../images/lc_list.png) no-repeat top center;
    margin: 0 auto 0.1rem auto;
    background-size: 100%;
  }
  
  .lc .lcbox .swiper-slide span i{
    display: block;
    text-align: center;
    font-size: 0.2rem;
    padding-top: 0.4rem;
  }
  

  
  .lc .lcbox .swiper-slide p{
    text-align: center;
    font-size: 0.16rem;
    color: #333333;
    margin: 0.13rem auto 0.2rem auto;
  }
  
  .lc .lcbox .swiper-slide:nth-child(2n) span{
    transform: rotate(-180deg);
    margin: 0.2rem auto 0.25rem auto;
  
  }
  
  .lc .lcbox .swiper-slide:nth-child(2n) span i{
    transform: rotate(180deg);
    padding-top: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .lc .lcbox .swiper-slide:nth-child(2n) em{
    transform: rotate(180deg);
  }
  
  .lc .lcbox .swiper-slide:nth-child(2n) p{
    margin: 0.17rem auto 0.14rem auto;
  }
  


}