@charset "utf-8";
/*格式化*/
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  font-family: "Microsoft YaHei", "Arial", Verdana, Arial, Helvetica, sans-serif;
  padding-top: 1px;
  background: #fff;
}
li,
ol {
  list-style: none;
}
ins {
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
a {
  text-decoration: none;
  font-family: "Microsoft YaHei";
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}
:focus {
  outline: 0;
}
.clear {
  clear: both;
  line-height: 0px;
  overflow: hidden;
  zoom: 1;
  font-size: 0px;
  content: '.';
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
img {
  padding: 0;
  margin: 0;
}
a img {
  border: none;
}
input,
textarea {
  border: none;
  font-family: "Microsoft YaHei";
  font-size: 13px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* -- 页面整体布局 -- */
.wrap {
  min-width: 320px;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: #fff;
  font-family: "Microsoft YaHei";
}
.wrap img {
  width: 100%;
  display: block;
}
/*COMMON_BLK_START*/
/*AVAIBLE_VI
[
{"vicolor":"#14b09b","sub1color":"#000000"},
{"vicolor":"#00B32D","sub1color":"#59B370"},
{"vicolor":"#FC3BFF","sub1color":"#FF9875"},
{"vicolor":"#914E00","sub1color":"#B8824D"}
]
AVAIBLE_VI*/
.ovh {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content {
  width: 92%;
  margin: 0 auto;
}

/*COMMON_BLK_END*/
/*广告*/
.banner {
  position: relative;
  z-index: 3;
  width: 100%;
  overflow: hidden;
}
.banner.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 1rem;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  width: 0.8rem;
  opacity: 1;
  height: 0.8rem;
  margin: 0 0.4rem !important;
}
.banner .swiper-pagination-bullet-active {
  border-radius: 0.4rem;
  opacity: 1;
  background: #f48101;
}





.tit {
    display: block;
    text-align: center;
    margin-bottom: 1.5rem;
}

.tit h2 {
    display: block;
    font-size: 2.4rem;
    color: #282828;
    line-height: 2.4rem;
}

.tit span {
    display: block;
    width: 3rem;
    margin: 1.5rem  auto 0;
    height: 1px;
    background: #282828;
}

.product {
    padding-top: 4rem;
}

.video{ padding-bottom:4rem;}


.video .video-list .swiper-slide-active .swiper-slide {
  pointer-events: auto;
}
.video .video-list dl {
  width: 48.4286%;
}
.video .video-list dl dt {
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
}
.video .video-list dl dt:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.video .video-list dl dt .video-list-btn {
  position: absolute;
  left: 1.3rem;
  bottom: 1.85rem;
  overflow: hidden;
  z-index: 2;
  cursor: pointer;
  padding: 0.4rem;
  border-radius: 50%;
  background: rgb(255 255 255 / 60%);
}
.video .video-list dl dt .video-list-btn i {
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  background: url(../images/bofang3.png) no-repeat;
  background-size: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.video .video-list dl dd {
  padding-top: 1.1rem;
}
.video .video-list dl dd h3 {
  padding: 0 0.75rem 0 0.25rem;
}
.video .video-list dl dd h3 a {
  display: block;
  line-height: 1.6rem;
  height: 3.2rem;
  font-size: 1.2rem;
  color: #282828;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: normal;
}
.video .video-paging {
  padding-top: 1.75rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
}
.video .video-paging .swiper-pagination-bullet {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  margin: 0 0.3rem;
  background-color: #dcdcdc;
  border: 0.1rem solid #dcdcdc;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.video .video-paging .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: #f48101;
}




.youshi {padding:2rem 0 4rem 0}

.youshi .ffy  span {
    height: 3.8rem;
    display: block;
    line-height: 3.8rem;
    font-size: 1.4rem;
    float: left;
    position: relative;
    margin-right: 10.8%;
    margin-bottom: 0.2rem;
}

.youshi .ffy  .num {
    border-top: 1px solid #e9e9e9;
    height: 3.8rem;
    line-height: 3.98rem;
}

.youshi .ffy span.cur:after {
    content: "";
    position: absolute;
    top: -0.1rem;
    width: 100%;
    height: 0.15rem;
    background: #409eff;
    left: 0px;
}

.youshi .ffy span:last-child {
    float: right;
    margin-right: 0px;
}


.youshi .youshilist .ys_right img {width:100%}

.youshi .youshilist h4 {
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 1.28rem;
}

.youshi .youshilist p {
    color: #fff;
    font-size: 1.25rem;
    line-height: 2rem;
}

.youshi  .ys_left {
    background: #409eff;
    padding: 1.2rem 2rem;
    height: 15rem;
    width: 92%;
    margin: -3.4rem auto 0;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}





.products {
    position: relative;
    margin-bottom: 2.5rem;
}

.products .sprolist {}

.products .sprolist  .columnimg {
    position: relative;
    z-index: 8;
}

.products .sprolist .columnimg .proc_imgs {
    width: 100%;
    position: relative;
}

.products .sprolist .columnimg .pos {
    background: #f2f5f8;
}

.products .sprolist .columnimg .pos .desc {}

.products  .pos h3 {
    display: block;
    text-align: left;
    font-size: 1.1rem;
    color: #282828;
    line-height: 3.5rem;
    height: 3.5rem;
    margin-bottom: 0.7rem;
    border-bottom: 1px solid #e4e6e9;
}

.products  .pos .desc {}

.products  .pos .desc a {}

.products  .pos .desc {
    padding-top: 6rem;
    height: 13rem;
}

.products .sprolist .columnimg .proc_imgs .cimg {}

.products .proc_imgs .video {
    position: absolute;
    top: 38%;
    left: 43%;
    width: 12%;
    z-index: 9;
}

.products .proc_imgs .video img {
    width: 100%;
}

.products .pos {position: relative;}

.products .pos.pcolumns {
    position: absolute;
    top: 30rem;
    width: 100%;
    z-index: 9;
    left: 0;
}


.products .pos.pcolumns .pcolumn ul li {
    float: left;
    width: 31.9%;
    text-align: center;
    height: 2.9rem;
    background: #409eff;
    margin-right: 2%;
    border-radius: 0.3rem;
    position:relative;
}
.products .pos.pcolumns .pcolumn ul li b {
    color: #fff;
    font-size: 1.3rem;
    line-height: 2.9rem;
}

.products .desc p.p2 {
    color: #666666;
    font-size: 1rem;
    line-height: 1.6rem;
}

.products .pos.pcolumns .pcolumn ul li:last-child {
    margin-right: 0px;
}

.products .sprolist .columnimg>ul {
    width: 92%;
    margin: 0 auto;
}

.products .sprolist .columnimg>ul li {
    float: left;
    width: 50%;
    text-align: left;
    margin-top: 0.55rem;
}

.products .sprolist .columnimg>ul a {
    color: #666;
    font-size: 1rem;
    display: block;
    height: 2rem;
    line-height: 2rem;
    padding-left: 0.88rem;
    position: relative;
}

.products .sprolist .columnimg>ul a:after {
    content: "";
    display: block;
    width: 0.35rem;
    height: 0.35rem;
    position: absolute;
    background: #c9c9c9;
    left: 0px;
    border-radius: 50%;
    top: 0.8rem;
}

.products .pos.pcolumns .pcolumn ul li.cur:after {
    position: absolute;
    content: "";
    border-width: 0.6rem 0.5rem;
    border-style: solid;
    border-color: transparent transparent #fe7200;
    top: -1rem;
    left: 50%;
    margin-left: -8px;
}


.products .pos.pcolumns .pcolumn ul li.cur {
    background: #fe7200;
}




.product .column {
    margin-bottom: 1.5rem;
}

.product .column li {
    float: left;
    width: 20.5%;
    margin-right: 6%;
}

.product .column li img {
    display: block;
    padding: 0 18%;
    box-sizing: border-box;
}

.product .column li span {
    display: block;
    line-height: 3.3rem;
    margin-bottom: 0.5rem;
    color: #282828;
    font-size: 1.3rem;
    text-align: center;
}

.product .column li:nth-child(4n) {
    margin-right: 0px;
}





.yinzi_tst dl {background: #ffffff;margin-bottom: 1rem;}


.yinzi_tst dl dd {box-sizing: border-box;padding: 0 2rem 2rem 2rem;display: none;}
.yinzi_tst dl dd b {font-size: 1.5rem;color: #000000;display: block;line-height: 4.5rem;height: 4.5rem;}
.yinzi_tst dl dd p {color: #666666;font-size: 1.3rem;line-height: 2rem;}

.yinzi_tst dl dd a {background: #fe7200;display: block;width: 8rem;height: 2.15rem;font-size: 1.3rem;text-align: center;line-height: 2.15rem;color: #fff;border-radius: 3rem;margin-top: 1.38rem;}
.yinzi_tst dl dt.one {display: none;}
.yinzi_tst dl dt.one img {width: 100%;}
.yinzi_tst dl dt.two {position: relative;}
.yinzi_tst dl dt.two img {

}
.yinzi_tst dl dt.two em {position: absolute;height: 100%;color: #fff;font-size: 1.4rem;top: 0px;left: 2rem;z-index: 9;display: flex;justify-content: center; /*水平居中*/align-items:center; /*垂直居中*/}


.yzbg {
    background: #f7fafd;
    padding: 4.8rem 0 4.2rem;
}

.yinzi_tst dl.cur .one {
    display: block;
}

.yinzi_tst dl.cur .two {
    display: none;
}

.yinzi_tst dl.cur dd {
    display: block;
}





.super dl dt img{ 
    display: block;
  width: 100%;}    

.super {
  padding: 5rem 0 4rem;
  overflow: hidden;
}
.superm {
  position: relative;
  width: 67.7%;
  margin: 0.5rem auto 0;
}
.superm .swiper-container {
  overflow: initial;
}
.superm dl dt {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
}

.superm dl dd {
  width: 100%;
  padding: 0rem 6%;
  position: relative;
  display: inline-block;
  background: #f3f6fd;
  overflow: hidden;
  box-sizing: border-box;
  height: 17.4rem;
}

.superm dl dd h3 {
  width: 100%;
  font-size: 1.5rem;
  height: 5.2rem;
  line-height: 5.2rem;
  position: relative;
  font-weight: normal;
  overflow: hidden;
  color: #1a1a1a;
}

.superm dl dd .sup_desc {
  width: 100%;
  color: #fff;
  line-height: 1.6rem;
  padding-left: 0;
}

.superm dl dd .desc em {
    font-size: 1.3rem;
    padding-bottom: 1rem;
    display: block;
    color: #ff9725;
}

.superm dl dd .desc p {
    font-size: 1.3rem;
    color: #666666;
    line-height: 2rem;
    padding-bottom: 1.5rem;
}
.superm dl dd .sup_desc i {
  font-weight: bold;
}
.superm dl.swiper-slide-active dt:before {
  display: none;
}
.ys_more {
  display: block;
  width: 7.5rem;
  position: absolute;
  top: 4rem;
  right: 3%;
}
.ys_more a {
  font-size: 0.8rem;
  color: #fff;
  height: 2.4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff8600;
}
.ys_more em {
  width: 1.2rem;
  line-height: 0;
  overflow: hidden;
  margin-left: 0.5rem;
}
.ys_more em img {
  width: 1.2rem;
  margin-top: 0.2rem;
}
.ys_more a:hover {
  font-weight: bold;
}
.sup_btn {
  display: block;
  border-radius: 50%;
  width: 2.5rem;
  height: 4.5rem;
  position: absolute;
  top: 13rem;
  z-index: 5;
  line-height: 0;
  cursor: pointer;
}
.sup_btn img {
  width: 2.25rem;
}
.sup_btn:hover {

}
.sup-prev {
  left: 1.8rem;
}
.sup-next {
  right: 1.8rem;
}


.super .tit span:after {
    left: 38%;
}



.super .swiper-pagination-bullet {
  background: #dcdcdc;
  width: 0.8rem;
  opacity: 1;
  height: 0.8rem;
  margin: 0 0.4rem !important;
  border: 2px solid #dcdcdc;
}
.super .swiper-pagination-bullet-active {
  border-radius: 3.4rem;
  opacity: 1;
  background: none;
  border: 3px solid #f48101;
}

.super .fenye {
    text-align: center;
    position: relative;
    width: 100%;
    height: 2rem;
    padding-top: 2rem;
}

.fenye .swiper-pagination {
    width: 100%;
}



span.pro_btn i {
    font-size: 1.3rem;
    color: #f48101;
    float: left;
}

span.pro_btn em {
    float: left;
    width: 1.57rem;
}

span.pro_btn em img {
    width: 100%;
    margin-top: 0.33rem;
    margin-left: 1rem;
}









.kehu {
    background: url(../images/yzbgs.jpg) no-repeat;
    padding: 4.8rem 0;
}

.kehu li {
    width: 32.2%;
    float: left;
    margin-right: 1.7%;
    margin-bottom: 0.7rem;
}

.kehu li img {}

.kehu li:nth-child(3n) {
    margin-right: 0px;
}

.content01 {
    width: 92%;
    margin: 0 auto;
}

.kehu a.zx {
    background: #fe7200;
    display: block;
    width: 10rem;
    height: 2.5rem;
    font-size: 1.3rem;
    text-align: center;
    line-height: 2.5rem;
    color: #fff;
    border-radius: 3rem;
    margin: 1.75rem auto 0;
}




.abt .tt{color: #409eff;text-align: center;display: block;line-height: 3.35rem;font-size: 1.3rem;}
.abt{padding-bottom: 0rem;box-sizing: border-box;}
.abt_t{position: relative;}
.abt_t dt img{display: block;width: 100%;}
.abt_t dd{position: relative;width: 92%;margin: 0 auto;padding-bottom: 1.8rem;}
.abt_t dd p{display: block;font-size: 1.3rem;color: #666666;line-height: 2.1rem;text-align: left;}
.abt_t .gd{width: 11rem;height: 2.56;line-height: 2.56rem;rem;display:block;font-size: 1.1rem;color: #fff;position:relative;text-align: center;transition:all 0.5s;box-sizing: border-box;border-radius: 3rem;font-weight: normal;margin:4rem auto 0;background: #187a42;}
.abt_t .gd>img{display: inline-block;width: 1.1rem;h;height: 1.1rem;margin-left: 1rem;vertical-align: -0.25rem;}



.abt_con{margin: 2rem 4% 4.2rem;}
.abt_con h3{margin-top: 2rem;height: 3rem;box-sizing: border-box;text-align: center;}
.abt_con h3 a{display: inline-block;font-size: 1.4rem;line-height: 1.4rem;padding: 0 1rem;box-sizing: border-box;font-weight: normal;color: #333333;}
.abt_con h3 a:first-child{border-left: 0;}
.abt_con h3 a.cur{color: #409eff;font-weight: bold;}
.abt_s{position: relative;padding-bottom: 3rem;}
.abt_s dt{display: block;width: 100%;position: relative;}
.abt_s dt img{display: block;width: 100%;}
.abt_s dt video{ display: block;width: 100%;}
.abt_s dt em{position: absolute;left: 2rem;bottom: 2.4rem;display: block;font-size: 1.2rem;color: #fff;}
.abt_s dd{width:100%;z-index: 20;height: 4rem;padding: 1.24rem 1.4rem 0;box-sizing: border-box;background: #f1f3f8;text-align: center;}
.abt_s dd h4 { display: block;font-size:1.4rem ;color: #333333;line-height: 1.4rem;font-weight: normal;transition: all 0.5s;position: relative;}
.abt_s dd p{ display: block;margin-top: 0.7rem;font-size:1.2rem ;color: #666666;line-height: 2rem;font-family:"mon1";font-weight: normal;}
.abt_s .more{ display: block;font-size: 1.2rem;color: #0240a8;line-height: 1.2rem;margin-top: 1rem;}
.abt_s .more img{display: inline-block;margin-left: 0.5rem;width: 1.2rem;height: 0.9rem;}
.abt_s .swiper-pagination{bottom: 0rem;height: 0.8rem; line-height:0;text-align: center;}
.abt_s .swiper-pagination .swiper-pagination-bullet{opacity: 1;background: #dcdcdc; width: 0.8rem; height: 0.8rem; margin: 0 0.4rem;border-radius: 0.5rem;box-sizing: border-box;}
.abt_s .swiper-pagination .swiper-pagination-bullet-active{background: 0;border: 0.1rem solid #409eff;box-sizing: border-box;}

.abt_con h3 a em {
    float: left;
    overflow: hidden;
    height: 1.324rem;
    margin-right: 0.2rem;
    margin-top: 0.1rem;
}

.abt_con h3 a em img {
    height: 1.34rem;
    width: auto;
}

.abt_con h3 a.cur img:nth-child(1) {
    display: none;
}

.abt .tit span {
    display: none;
}

.abt_t dt {
    line-height: 0px;
    position: relative;
}

.abt_t em {
    position: absolute;
    top: 40%;
    left: 45%;
    width: 10.88%;
    z-index: 9;
}

.abt_con h3 a:nth-child(2) {
    padding: 0 3.99rem;
}



 .news_s dl{display: block;padding: 1.25rem 0;border-bottom: 1px solid #d3d5d7;box-sizing: border-box;}
.news_s a:last-child dl{ border-bottom:0}
.news_s dt{display: block;width: 37%;height: 7rem;overflow: hidden;float: right;}
.news_s dt img{width: 100%;display: block;}
.news_s dd{width: 58.9%;box-sizing: border-box;padding: 0.66rem 0 0;float: left;}
.news_s dd h4{font-size: 1.4rem;color: #333;line-height: 1.8rem;font-weight: normal;}
.news_s dd h4 a{color: #333333;}
.news_s dd p{font-size: 1.2rem;color: #333333;line-height: 1.8rem;font-weight: normal;display: block;margin-top: 0.5rem;}

.news_s{
    background: #f7fafd;
    padding: 4.55rem 0;
}

a.more {
    background: #409eff;
    display: block;
    width: 12rem;
    height: 3.5rem;
    font-size: 1.2rem;
    text-align: center;
    line-height: 3.5rem;
    color: #fff;
    border-radius: 3rem;
    margin: 1.75rem auto 0;
}





/*layui*/
.layui-layer .layui-layer-setwin {
  position: absolute;
  right: 50%;
  top: auto;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  bottom: -50px;
  font-size: 0;
  line-height: initial;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -moz-transform: translateX(50%);
}
.layui-layer .layui-layer-setwin .layui-layer-close2 {
  position: relative;
  right: auto;
  top: auto;
  width: 30px;
  height: 30px;
  margin-left: 0;
  background-position: -149px -31px;
}

/**/
@keyframes warn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes warn2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  5% {
    opacity: 8;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
/**/
html {
  font-size: 10px;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 8.533px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 10.664px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 11.04px;
  }
}
@media screen and (min-width: 440px) {
  html {
    font-size: 11.73px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 12.796px;
  }
}
@media screen and (min-width: 520px) {
  html {
    font-size: 13.863px;
  }
}
@media screen and (min-width: 560px) {
  html {
    font-size: 14.93px;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 15.996px;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 17.06px;
  }
}
@media screen and (min-width: 680px) {
  html {
    font-size: 18.1288px;
  }
}
@media screen and (min-width: 700px) {
  html {
    font-size: 18.66px;
  }
}
@media screen and (min-width: 720px) {
  html {
    font-size: 19.1952px;
  }
}
@media screen and (min-width: 750px) {
  html {
    font-size: 20px;
  }
}
