@charset "UTF-8";

/* 通用样式 */
p {
  margin: 0;
}


input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.w1560{
    max-width: 1590px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}



.flex_a{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}

.flex_b{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}


.flex_c{    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;}





/* head */
.head-index{
  align-items: center;
}


.head-index .logo{width:25.58%;}
.head-index .logo img{
  max-width: 100%;
}


.nav_11{width:73.63%;position: relative;z-index: 99999;}
.head-index .tnav{
  width:66.64%;
}


.dh_22{font-size:24px;
	font-weight:bold;
	line-height: 25px;
	color: #333333;background:url(../images/dh.png) no-repeat left center;padding-left:39px;}
.lang{background:url(../images/en.png) no-repeat left center;width:64px;font-size:16px;color:#333333;font-family:Arial;padding-left:28px;}




@media(max-width: 1560px){
.nav_11{width: 64%;}
}


@media(max-width: 1440px){
.nav_11{width: 67%;}
}



@media(max-width: 1360px){
.logo{width: 20%;}
.nav_11{width: 71%;}
}

@media(max-width: 1280px){
.head-index .tnav{
  width: 74.64%;
 }
}


@media(max-width: 1200px){
.dh_22 p:nth-child(1){	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #333333;}
}



/* 导航样式 */
.x-menu {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.x-menu > li {
    width:16.666%;
    margin: 0;
    text-align: center;
    float: none;
    position: relative;
}

.x-menu > li > a {
    font-size: 18px;
    color: #333333;
    line-height: 100px;
    display: block;
    font-weight: bold;
}

.x-menu > li:hover > a {
    color: #2a6bcf;
}

.x-menu > li.active > a {
    color: #2a6bcf;
}



.x-menu > li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 100%;
    left: -0%;
    top: 100px;
    background: #fff;
    border-radius: 0px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;border-top: 1px solid #2a6bcf;
}

.x-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 39px;
}

.x-sub-menu > li > a:hover {
    background: #2a6bcf;color:#fff
}


.x-menu > li .x-sub-menux {
    position: absolute;
    left: 100%;
    width: 100%;
    background: #fff;
    top: 0;
    border-radius: 5px;
    padding: 10px 0;
    display: none;
}

.x-menu > li .x-sub-menux li {
    position: relative;
}

.x-menu > li .x-sub-menux li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: 0.5em
}

.x-menu > li .x-sub-menu li:hover .x-sub-menux {
    display: block;
}

.x-menu > li .x-sub-menux li a:hover {
    background: #e9eaeb;
}

@media(max-width: 1200px){
    .x-menu > li > a{
        font-size:16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .lang{display:none;}
    .dh_22{display:none;}
    .head-index .tnav{width:100%;}
}





/* 热门关键词 */

.hot{border-bottom: 1px solid #c0c0c0;line-height: 80px;}
.hot1{color: #333333;font-size: 16px;}
.hot1 a{color: #333333;font-size: 16px;margin-right: 8px;}


#formsearch2{float:right;border: solid 1px #c0c0c0;height:44px;}
#formsearch2 input{height:44px;background:none;border:none;line-height:44px;width:335px;float: left;border-right: none;outline: none;}
#formsearch2 input#keyword{height:44px;line-height:44px;padding-left:14px;color:#888888; -webkit-text-fill-color: #888888 !important;font-size: 14px;}
#formsearch2 input#s_btn{width:55px;height:44px;float: right;line-height:44px;
text-align:center;background-color:#d99b06;color:#666;border:none;cursor:pointer;font-size: 0px;
background:url(../images/ss.png) no-repeat center;}
#formsearch2 input::placeholder{color:#888888;font-size: 14px;}



@media(max-width: 1024px){
  .hot1{font-size:14px;}
  .hot1 a{font-size:14px;}
}




ul,ol,li{list-style-type:none;}


.com-img{overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.flexf{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flexs{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.flexd{display: flex;justify-content: space-between;align-items:flex-end;flex-wrap:wrap;}





/* 产品中心 */
.box2{background:url(../images/bj2.jpg) no-repeat center top;padding:75px 0 90px;background-size: 100% 100%;margin-top:100px;}
.port{margin-top: 40px;}




.port li{width:13.2%;line-height: 65px;background:#fff;text-align: center;}
.port li a{	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;}

.port li.on{background:url(../images/9930a4ebd4b104c1b2a0b487c3b2468e39f3adc7.jpg) no-repeat 85% 50% #2a6bcf;}
.port li.on a{color:#fff}

.pp_aa{margin-top: 60px;}

.pp_ll{height:0;overflow:hidden;}
.pp_ll.aa{height:auto;}

.pp_ll li{border: solid 1px #a7a7a7;border-radius: 10px;background:#fff;}
.pp_ll li .img{display: block;overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px;}
.pp_ll li .img img{width: 100%;height: auto;overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px;display:block;}
.pp_ll li:hover{border: solid 1px #2a6bcf;overflow: hidden;}




.pp_ll li .dvn{text-align: center;width:86%;margin:0 auto;}

.pp_ll li .dvn h2{font-size: 18px;
	font-weight: normal;
	line-height:58px;
	color: #333333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-top:1px solid #cdcdcd;height: 58px;margin-top: 1px;}



.pp_ll li .dvn h3{	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #888888;}


.pp_ll li:hover .dvn h2{color: #2a6bcf;font-weight: 600;}


.pp_aa{position: relative;}

.pp_aa{position: relative;}
.pp_aa .swiper-button-prev {
    left: -5%;
  }
  
.pp_aa .swiper-button-next{
    right: -5%;
  }
  
.pp_aa .swiper-button-next,
.pp_aa .swiper-button-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    height: 48px;
    width: 48px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;margin-top: -24px;opacity: 1;
  }


.pp_aa .swiper-button-prev{ 
  height: 48px; width: 48px;
  background:url(../images/38f38003f0a37f5c63083c01026c8c352b773e71.png) no-repeat center;
  }

.pp_aa .swiper-button-prev:hover{  background:url(../images/1444f44e8a6e7d95c278d0f628262b6226c78281.png) no-repeat center}



.pp_aa .swiper-button-next{ height: 48px; width: 48px;
  background:url(../images/095d489fd8c0778e14ab139dd2d51354e7bdba78.png) no-repeat center;}

.pp_aa .swiper-button-next:hover{  background:url(../images/a71d3da4b0c87d3be1f33dd65cbc150488002ef1.png) no-repeat center}



.hh_bg{background:url(../images/fc9ace131be03c1d33907e9ba108ca242a50b9d0.png) repeat-x center top;height:80px;width: 100%;}


@media (max-width: 1440px) {

}





@media (max-width: 1280px) {
.port li{width: 140px;line-height: 39px;background:#e1e1e1;text-align: center;margin:0 10px;margin-top: 10px;}
.port li a{font-size: 15px;}
.port li.on{background: url(../images/9930a4ebd4b104c1b2a0b487c3b2468e39f3adc7.jpg) no-repeat 91% 50% #2a6bcf;}
.pp_aa .swiper-button-next,
.pp_aa .swiper-button-prev {display: none;}
.pp_ll li .dvn h2{font-size:16px;line-height:50px;}
.box2{margin-top:42px;}
.box2{padding:40px 0;}
}


@media (max-width: 992px) {
  .port{margin-top: 25px;}
  .pp_aa{margin-top: 25px;}
.pp_aa .swiper-button-next,
.pp_aa .swiper-button-prev {display: none;}

.pp_ll li .dvn h2{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height:49px;
	letter-spacing: 0px;
	color: #333333;}


.pp_ll li .dvn h3{	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #888888;
  }

  .port li.on{background: url(../images/9930a4ebd4b104c1b2a0b487c3b2468e39f3adc7.jpg) no-repeat 91% 50% #2a6bcf;}
.port li{width: 151px;}
.pp_ll li .dvn{position: relative;bottom:0}
}


@media (max-width:480px) {
 .port li{width:47%;margin:5px;}
}


/* box3 */
.box3{}
.add{display:flex;justify-content:space-between;}
.add li{width:16.6666%;position:relative;color:#fff;}
.add li a{color:#fff;}
.add li .img img{display:block;width:100%;}
.add li .det{width:80%;position:absolute;left:10%;bottom:6%;transition:all 0.8s;z-index: 99;}
.add li h3{font-size:22px;margin:13px 0;}
.add li h5{font-size:14px;line-height:22px;display:none;height:66px;overflow: hidden;}
.add li h4{font-size:14px;line-height:32px;border:1px solid rgba(255, 255, 255, 0.5);width:68px;margin-top:30px;display:none;text-align:center;color:rgba(255, 255, 255, 0.5);}
.add li:hover h5{display:block;}
.add li:hover h4{display:block;}
.add li::after{position: absolute;height:100%;width: 100%;content: "";background:rgba(0,0,0,.6);left:0px;bottom: 0px;z-index: 9;}
.add li:hover::after{background:none;}







@media (max-width:1440px) {
  .add li h5{line-height:20px;height:40px;}
}


@media (max-width:1024px) {
   .add{flex-wrap:wrap;}
   .add li{width:32.5%;margin-bottom:10px;}
}

@media (max-width:480px) {
   .box4{padding:30px 0 10px;}
   .add{margin-top:30px;}
   .add li{width:49%;}
   .add li h3{font-size:16px;margin:10px 0;}
   .add li h5{font-size:12px;}
   .add li h4{font-size:12px;line-height:28px;width:60px;margin-top:20px;}
   .add li .img2{width:30%;}
   .add li .img2 img{width:100%;}
  
}

@media (max-width:320px) {
   .add li:hover h4{display:none;}
}



.box44{padding:100px 0;}
.yous li{width:25%;text-align:center;cursor:pointer;}
.yous li+li{border-left:1px solid #e4e4e4;}
.yous li .tu{border-radius: 10px;background-color: rgb(167, 167, 167);width: 82px;line-height: 82px;margin:0 auto;}
.yous li .wz{color:#333333;font-size:18px;line-height:28px;margin-top:13px;}
.yous li img{transition: all .5s;}
.yous li:hover img {transform: rotate(360deg);transition: all .5s;}
.yous li:hover .tu{background:#2a6bcf;}










.ab_bg{background:url(../images/bja.jpg) no-repeat;padding:130px 0 95px;background-size:100% 100%;}

.habo-top{align-items: flex-start;}


.h-leftall {
    width: 45.821%;
}

.h-right {
    width: 48.46%;background:#fff;padding:20px; 
}

.ab_aa{}
.ab_aa img{width: 100%;display:block;}





.h-left h3 {
    font-size: 48px;
    font-weight: bold;
    color: #333;
    position: relative;
}

.h-left h4 {
    font-weight: normal;
    font-size: 18px;
    color: #505050;
    line-height: 35px;
    margin-top: 55px;
}

a.zxzx {
    display: block;
    background-color: #2a6bcf;
    line-height:44px;
    width: 140px;
    text-align: center;
    margin-top: 50px;
    font-size:18px;color:#fff;
}





@media (max-width:1560px) {
.h-left h3{font-size: 40px;}
}


@media (max-width:1440px) {
.h-left h3{font-size: 30px;}
}


@media (max-width:1280px) {

.h-left h3{font-size: 22px;}

.h-left h4 {
    font-weight: normal;
    font-size: 15px;
    color: #666666;
    line-height: 30px;
    margin-top: 35px;
}
.ab_bg{padding: 35px 0;}

.add li h3{font-size:18px;}
.yous li .wz{font-size:16px;line-height:24px;}
.yous li .tu{width:70px;line-height:70px;}
.yous li img{width:70px;display:block;}
a.zxzx{font-size:15px;margin-top:22px;}
.h-left h4{margin-top:15px;}
.box44{padding:50px 0;}

}



@media(max-width: 768px){
  .h-leftall{
    width: 100%;
  }
  .h-right{
    width: 100%;margin-top:25px;
  }
}


@media(max-width:480px){
  .box44{padding:36px 0;}
 .yous li{width:50%;margin:10px 0;}
 .yous li:nth-child(3){border:none;}
 .yous li .wz{font-size:15px;}
}


 


.p1 {
    background: #f9f9f9;
    padding: 3% 0;
}


.habo-bto {
    margin-top:115px;
}



.habo-bto .mokall li {
    width: 16%;
}

.habo-bto .mokall li a:hover img {
    transform: rotate(180deg);
    transition: all .5s;
}

.habo-bto .mokall li a:hover .habo-bto .mokall li a img {
    max-width: 100%;
}

.habo-bto .mokall li a {
    display: block;
    text-align: center;
}

.habo-bto .mokall li a h3 {
    font-size:60px;
    color: #2a6bcf;
    line-height: 34px;
    font-weight: bold;
    margin-top: 7px;
}

.habo-bto .mokall li a h4 {
    font-size: 18px;
    color: #666666;
    line-height: 34px;
    font-weight: normal;
}




.habo-bto .mokall li {
    display: block;
    text-align: center;
}

.habo-bto .mokall li:hover img {
    transform: rotate(180deg);
    transition: all .5s;
}

.habo-bto .mokall li img {

    transition: all .5s;
}

.habo-bto .mokall li img {
    max-width: 100%;
}


.habo-bto .mokall li h3 {
    font-size:60px;
    color: #2a6bcf;
    font-weight: bold;
}

.habo-bto .mokall li h4 {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    font-weight: normal;margin-top:5px;
}



.hengxian {
    max-width: 100%;
}

.hengxian:last-child {
    display: none;
}



@media (max-width: 1440px) {
.habo-bto .mokall li h3{font-size: 46px;}
}



@media (max-width: 1280px) {
  .habo-bto .mokall li{width:20%;}
  .habo-bto .mokall li
.habo-bto .mokall li h3{font-size: 20px;}
.habo-bto .mokall li h4{font-size: 14px;}
.hengxian{width:60px;}
.habo-bto{margin-top:40px;}

}

@media (max-width: 992px) {
.habo-bto .mokall li{width: 50%;}
.hengxian{display: none;}
.habo-bto .mokall li h3{font-size:40px;}
}






/* 四大理由 */

.reason {
    background: url(../images/bgz.jpg) no-repeat center top;
    padding-top:80px;
    margin-bottom: 10px;
    background-attachment: fixed;
}

.ron-cfn {
    margin-top:55px;
}

.ron-cfn ul{display: flex;justify-content: center;flex-wrap:wrap;align-items: center;}

.ron-cfn ul li {
    background-color: #fff;
    padding:22px 3%;
    cursor: pointer;margin:0 1%;
}

.ron-cfn ul li .aa{display: flex;justify-content: center;flex-wrap:wrap;align-items: center; }




.ron-cfn ul li.cur {
    background-color: #2a6bcf;
}

.ron-cfn ul li .ron-ico {
    max-height: 55px;
    max-width: 51px;
    overflow: hidden;
}

.ron-cfn ul li .ron-ico img {
    max-width: 100%;
    transition: all .3s ease;
}

.ron-cfn ul li.cur .ron-ico img {
    margin-top: -55px;
}

.ron-cfn ul li .ron-tit {
    margin-left:18px;
}

.ron-cfn ul li .ron-tit h3 {
    font-size: 28px;
    color: #333;
}

.ron-cfn ul li.cur .ron-tit h3 {
    color: #fff;
}

.ron-cfn ul li .ron-tit span {
    display: block;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    font-family: Arial;
    line-height: initial;
    margin-top: 5px;
}

.ron-cfn ul li.cur .ron-tit span {
    color: #fff;
}

.ron-show {
    background-color: #fff;
    margin-top: 58px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    box-shadow: 0px 8px 8px 0px #ededed;
}

.ron-left {
    width:44%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ron-left img{width: 100%;display:block;}

.ron-right {
    width:56%;
    padding-left: 4%;
}

.ron-show ul li {
    display: none;
}

.ron-show ul li .ron-img {
    float: left;
    width: 50%;
}

.ron-show ul li .ron-img img {
    max-width: 100%;
}

.ron-show ul li .ron-text {
    position: relative;
    /* width: 50%; */
    /* padding-left: 70px; */
    /* padding-top: 25px; */
}

.ron-show ul li .ron-text h3 {
    font-size:43px;
    font-weight: bold;
    color: #2a6bcf;
}

.ron-show ul li .ron-text span {
    display: block;
    font-size: 30px;
    color: #333;
    margin-top: 20px;
}

.ron-show ul li .ron-text .text {
    font-size:16px;
    line-height:36px;
    color: #333333;
    margin-top:1.8vw;padding-right:10%;
}

.ron-show ul li .ron-text h4 {
    font-size: 100px;
    font-family: Impact;
    color: #000;
    opacity: .06;
    position: absolute;
    top:-50px;
    right: -10px;
}

.ron-hot {
    /* position: absolute; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    line-height: 74px;
    width: 98%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 6px #eee;
    margin-top:4vw;
}

.ron-hot span {
    font-size: 16px;
    color: #999;
    padding-left: 40px;
    background: url(../images/da9952b9fad297205b4592757f4e7ba78d74a0a5.png)no-repeat left center;
}

.ron-hot h3 {
    font-size:36px;
    color: #2a6bcf;font-weight:bold;
}




/* 四大理由自适应 */

@media(max-width: 1440px) {
    .ron-cfn ul li {
   
    }
    .ron-show ul li .ron-text h3 {
        font-size: 36px;
    }
    .ron-show ul li .ron-text span {
        font-size: 26px;
    }
    .ron-show ul li .ron-text .text {
        font-size: 16px;
        line-height: 31px;
        margin-top: 25px;
    }
    .ron-hot {
        line-height: 55px;
    }
    .ron-hot span {
        font-size: 14px;
        padding-left: 30px;
    }
    .ron-hot h3 {
        font-size:29px;
    }
    .ron-show ul li .ron-text h4 {
        font-size: 80px;
    }
}

@media(max-width: 1199px) {
    .ron-cfn ul li .ron-tit h3 {
        font-size: 24px;
    }
    .ron-cfn ul li .ron-ico {
        max-width: 40px;
        max-height: 44px;
    }
    .ron-cfn ul li .ron-tit {
        margin-left: 10px;
    }
    .ron-cfn ul li.cur .ron-ico img {
        margin-top: -44px;
    }
    .ron-cfn ul li {
        padding-left: 8px;
    }
    .ron-show ul li .ron-text h3 {
        font-size: 28px;
    }
    .ron-show ul li .ron-text span {
        font-size: 22px;
        margin-top: 5px;
    }
    .ron-show ul li .ron-text .text {
        font-size: 14px;
        margin-top: 20px;
        line-height: 20px;
    }
    .ron-show ul li .ron-text h4 {
        font-size: 70px;
        right: 0;
        top:-30px;
    }
    .ron-hot h3 {
        font-size: 18px;
    }
    .ron-hot {
        width: 100%;
        margin-top: 20px;
    }
    .reason{padding-top:42px;}
    .ron-cfn{margin-top:25px;}
    .ron-cfn ul li .ron-tit h3{font-size:18px;}
    .ron-show{margin-top:40px;}
}

@media(max-width: 991px) {
    .ron-cfn ul li .ron-tit h3 {
        font-size: 18px;
        font-weight: bold;
    }
    .ron-cfn ul li .ron-ico {
        max-width: 30px;
        max-height: 33px;
    }
    .ron-cfn ul li.cur .ron-ico img {
        margin-top: -33px;
    }
    .ron-cfn ul li .ron-tit span {
        display: none;
    }
    .ron-cfn ul li {
        justify-content: center;
        padding: 15px 10px;
    }
    /* .ron-show ul li{
      padding: 20px;
    } */
    .ron-hot {
        display: none;
    }
    .ron-show ul li .ron-text h3 {
        font-size: 22px;
    }
    .ron-show ul li .ron-text span {
        font-size: 16px;
    }
    .title {
        padding: 0;
    }
    .title h3 {
        font-size: 36px;
    }
    .title p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }
    .reason {
        padding-top: 50px;
    }

    .ron-show {
        margin-top: 30px;
        padding: 15px;
    }
}

@media(max-width: 767px) {
    .ron-left {
        width: 100%;
    }
    .ron-right {
        width: 100%;
        padding-top: 20px;
    }

    .pro-list ul li .pro-img{
        width: 100%;
    }
    .pro-list ul li .pro-text{
        width: 100%;
    }
}

@media(max-width: 480px) {
    .ron-cfn ul li {
        width:100%;margin:5px 0;
    }

    .ron-show ul li .ron-img {
        float: none;
        width: 100%;
    }
    .ron-show ul li .ron-text {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .ron-show ul li .ron-text h4 {
        font-size: 55px;
    }
}

@media(max-width: 320px) {
    .ron-show ul li .ron-text h4 {
        font-size: 45px;
    }
    .ron-cfn ul li .ron-ico {
        max-width: 25px;
        max-height: 27px;
    }
    .ron-cfn ul li.cur .ron-ico img {
        margin-top: -27px;
    }
    .ron-cfn ul li .ron-tit {
        margin-left: 5px;
    }
}








/* 新品推荐 */
.xptj{margin-top: 70px;}
.pp_2{overflow: hidden;margin-top:65px;}
.pp_2 li{margin-bottom: 15px;}
.pp_2 li .img{display: block;height: 100%;overflow:hidden;border: solid 8px #dedede;}
.pp_2 li .img img{width: 100%;height: auto;overflow:hidden;display:block;}

.pp_2 li:hover .img{border: solid 8px #2a6bcf;overflow: hidden;}

.pp_2 li .dvn{width: 100%;text-align: center;background:#dedede;padding: 10px 0;position: absolute;bottom:0px;left:0px;}
.pp_2 li .dvn h2{	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #333333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}


.pp_2 li .dvn h3{	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #888888;}


.pp_2 li:hover .dvn{background:#2a6bcf;}
.pp_2 li:hover .dvn h2{color:#fff}
.pp_2 li:hover .dvn h3{color:#fff}



.sw_con2{position: relative;}
.sw_con2 .swiper-button-prev {
    left: -5%;
  }
  
.sw_con2 .swiper-button-next{
    right: -5%;
  }
  
.sw_con2 .swiper-button-next,
.sw_con2 .swiper-button-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    height: 48px;
    width: 48px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;margin-top: -24px;
  }


.sw_con2 .swiper-button-prev{ height: 48px; width: 48px;
  background:url(../images/38f38003f0a37f5c63083c01026c8c352b773e71.png) no-repeat center}

.sw_con2 .swiper-button-prev:hover{background:url(../images/1444f44e8a6e7d95c278d0f628262b6226c78281.png) no-repeat center}

.sw_con2 .swiper-button-next{ height: 48px; width: 48px;
  background:url(../images/095d489fd8c0778e14ab139dd2d51354e7bdba78.png) no-repeat center;}
.sw_con2 .swiper-button-next:hover{background:url(../images/a71d3da4b0c87d3be1f33dd65cbc150488002ef1.png) no-repeat center}


@media (max-width: 1280px) {
.pp_2 li .dvn{width: 100%;text-align: center;background:#dedede;padding: 10px 0;position: relative;bottom:auto;left:auto;}
.sw_con2 .swiper-button-next{display: none;}
.sw_con2 .swiper-button-prev{display: none;}
.xptj{margin-top:40px;}
.pp_2{margin-top:30px;}
}






/* 资质证书 */
.hor{margin:90px 0 66px;}
.pp_22{overflow: hidden;margin-top:76px;}
.pp_22 li{text-align:center;}
.pp_22 li .tu{border:1px solid #e6e6e6;padding:20px;}
.pp_22 li .img{display: block;height: 100%;overflow:hidden;}
.pp_22 li .img img{width: 100%;height: auto;overflow:hidden;display:block;}
.pp_22 li .wz{color:#333333;font-size:18px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-top:10px;}



.sw_con22{position: relative;}
.sw_con22 .swiper-button-prev {
    left: -5%;
  }
  
.sw_con22 .swiper-button-next{
    right: -5%;
  }
  
.sw_con22 .swiper-button-next,
.sw_con22 .swiper-button-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    height: 48px;
    width: 48px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;margin-top: -24px;
  }


.sw_con22 .swiper-button-prev{ height: 48px; width: 48px;
  background:url(../images/38f38003f0a37f5c63083c01026c8c352b773e71.png) no-repeat center}

.sw_con22 .swiper-button-prev:hover{background:url(../images/1444f44e8a6e7d95c278d0f628262b6226c78281.png) no-repeat center}

.sw_con22 .swiper-button-next{ height: 48px; width: 48px;
  background:url(../images/095d489fd8c0778e14ab139dd2d51354e7bdba78.png) no-repeat center;}
.sw_con22 .swiper-button-next:hover{background:url(../images/a71d3da4b0c87d3be1f33dd65cbc150488002ef1.png) no-repeat center}


@media (max-width: 1280px) {
.pp_22 li .dvn{width: 100%;text-align: center;background:#dedede;padding: 10px 0;position: relative;bottom:auto;left:auto;}
.sw_con22 .swiper-button-next{display: none;}
.sw_cosw_con22n2 .swiper-button-prev{display: none;}
}













/* 合伙伙伴 */
.hzhb{background:#dedede;padding: 46px 0 50px;margin-top: 3.5vw;}
.pp1 .swiper-pagination{bottom: 0px;z-index: 99999;left:0px!important;width:100%;text-align: center;}
.pp1 .swiper-pagination-bullet{margin:0 5px}
.pp1 .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    display: inline-block;
    opacity: 1;background:#fff;border-radius: 9!important;

}
.pp1 .swiper-pagination-bullet-active {
    opacity: 1;
    background:#2a6bcf;
}

.pp1{width:100%;overflow: hidden;position: relative;padding-bottom:0%;margin-top: 3%;}
.pp1 .swiper-slide{position: relative;}
.pp1 li{position: relative;}
.pp1 li img{width:100%}
.pp1 li{margin-bottom: 50px;}
.pp1 li:hover{box-shadow: 4px 4px 4px 0px 
		rgba(0, 0, 0, 0.2);}



@media (max-width: 1280px) {
.pp1{width:100%;overflow: hidden;position: relative;padding-bottom:25px;}

.pp_2 li .dvn h2{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #333333;}


.pp_2 li .dvn h3{	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #888888;}
}






.hzkh{background:url(../images/hz.jpg) no-repeat;background-size:100% 100%;padding:95px 0 34px;}
.hzzuo{background-color: rgb(255, 255, 255);box-shadow: 4.316px 4.168px 3.76px 0.24px rgba(0, 0, 0, 0.06);width:18.53%;}
.prolist{padding:40px 20px;}
.prolist li{line-height:62px;width:100%;color:#000000;font-size:30px;cursor:pointer;background:#e5e5e5;text-align:center;}
.prolist li.cur{background:#2a6bcf;color:#fff;}
.prolist li+li{margin-top:35px;}



.hzyou{width:78.33%;}
.tabzz_content{overflow: hidden;}
.ttzz{
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0px;
}
.ttzz.active{opacity: 1;visibility: visible;height: 100%;} 

.proimg li{position:relative;text-align:center;box-shadow: 4.316px 4.168px 3.76px 0.24px rgba(0, 0, 0, 0.06);}
.proimg li .img img{width:100%;display:block;}
.proimg li .img2 img{width:100%;display:block;}
.proimg li .img{display:block;}
.proimg li .img2{display:none;}
.proimg li:hover .img{display:none;}
.proimg li:hover .img2{display:block;}


.tabzz_content .swiper-pagination2{width:100%;text-align:center;left:0;right:0;margin-top:40px;bottom:0!important;position:relative;z-index:99;}
.tabzz_content .swiper-pagination-bullet{width:8px;height:8px;margin:0 8px!important;display: inline-block;border-radius: 100%;background:#fff;opacity:1;cursor:pointer;}
.tabzz_content .swiper-pagination-bullet-active{background:#fff;opacity:1;}












/* 新闻资讯 */
.xw_con{margin-top:62px;margin-bottom:5.2vw;}

.nort{float: left;margin-top: 35px;}
.nort li{width: 175px;height: 55px;font-size: 18px;text-align: center;line-height: 55px;font-weight:bold;}
.nort li a{color: #666666;}
.nort li.on{	background-color: #2a6bcf;
	box-shadow: 0px 7px 14px 0px 
		rgba(42, 107, 207, 0.2);}

.nort li.on a{color:#fff}


.nn_ll{height:0;overflow:hidden;}
.nn_ll.aa{height:auto;}


.nn_aa{margin-top:36px;}

.nn_1 li{width: 100%;padding:0 5px;}
.nn_1 li .img{border:1px solid #dadada;padding:3px;}
.nn_1 li .img img{width: 100%;display:block;}

.nn_1 li h2{	font-size: 20px;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: 0px;
	color: #333333;height:34px;overflow: hidden;margin-top:26px;}

.nn_1 li h2 a{	color: #333333;}

.nn_1 li h3{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #666666;height:50px;overflow: hidden;margin-top: 10px;}

.nn_1 li h3 a{	color: #666666;}
.nn_1 li:hover h2 a{color: #2a6bcf;}
.nn_1 li .flex_a{margin-top:30px;position: relative;padding-bottom: 10px;border-bottom: 1px solid #666666;}
.nn_1 li .flex_a .tt{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #6f6d6d;}

.nn_1 li:hover .flex_a{border-bottom: 1px solid #2a6bcf;}
.nn_1 li:hover .img{border-color:#2a6bcf;}




.aann{position: relative;right:0px;top:30px;}
.aann .swiper-button-prev{ height: 48px; width: 48px;
  background:url(../images/38f38003f0a37f5c63083c01026c8c352b773e71.png) no-repeat center}

.aann .swiper-button-prev:hover{  background:url(../images/1444f44e8a6e7d95c278d0f628262b6226c78281.png) no-repeat center}

.aann .swiper-button-next{ height: 48px; width: 48px;
  background:url(../images/095d489fd8c0778e14ab139dd2d51354e7bdba78.png) no-repeat center;}
.aann .swiper-button-next:hover{  background:url(../images/a71d3da4b0c87d3be1f33dd65cbc150488002ef1.png) no-repeat center}

.aann .swiper-button-prev {
    left: auto;right:68px
  }
  
.aann .swiper-button-next{
    right: 0%;
  }
  
.aann .swiper-button-next,
.aann .swiper-button-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    height: 48px;
    width: 48px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;margin-top: -24px;
  }




@media(max-width: 1440px){
.nn_1 li h2{font-size: 16px;}
.nn_1 li h3{	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #666666;height:50px;overflow: hidden;margin-top: 10px;}
   .nort li{width: 155px;height: 49px;font-size: 16px;text-align: center;line-height: 49px;}
   .prolist li{line-height:55px;font-size:24px;}
   .prolist li+li{margin-top:28px;}
  }


@media(max-width: 1370px){
.nn_1 li h2{font-size: 16px;}
.nn_1 li h3{	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #666666;height:50px;overflow: hidden;margin-top: 10px;}
.nort li{width: 155px;height: 49px;font-size: 16px;text-align: center;line-height: 49px;}
  }



@media(max-width: 1280px){
.nort li{width: 127px;height: 40px;font-size: 13px;text-align: center;line-height: 40px;}
.hzkh{padding-top:45px;}
.prolist{padding:20px 12px;}
.prolist li{font-size:18px;line-height:40px;}
.hor{margin:45px 0;}
.pp_22{margin-top:35px;}
.sw_con22 .swiper-button-prev,.sw_con22 .swiper-button-next{display:none;}
.pp_22 li .wz{font-size:15px;}
.xw_con{margin:45px 0;}

}


@media(max-width: 992px){

.aann{position: relative;right:0px;top: 12px;}
  }

@media(max-width: 768px){
.nort li{width:110px;height:38px;font-size:15px;text-align: center;line-height: 38px;}
.aann{position: relative;right:0px;top: 18px;}
.nn_1 li .flex_a .tt{font-size:14px;}

}

@media(max-width: 480px){
  .hzzuo{width:100%;}
  .hzyou{width:100%;margin-top:20px;}
  .aann{display:none;}
  .prolist li{width:48%;float:left;font-size:16px;}
  .prolist li:nth-child(2){float:right;margin-top:0;}
}



/* 网站标题 */
.bt_t{	font-size: 48px;
	font-weight: 600;
	letter-spacing: 0px;padding-bottom: 15px;
	color: #333333;text-align: center;background:url(../images/8dc35bdf4ddb4b93a00cbb8abf26d8d726e344d9.png) no-repeat center bottom;}

.bt_t2{	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #666666;text-align: center;margin-top: 10px;}

  
@media (max-width: 1440px) {
.bt_t{font-size: 40px;}
.bt_t2{font-size: 18px;}
}



@media (max-width: 1370px) {
.bt_t{font-size: 30px;}
.bt_t2{font-size: 16px;}
}


@media (max-width: 1280px) {
.bt_t{font-size: 25px;}
.bt_t2{font-size: 16px;}
}






/* about */
.ab-bg{
  background: url(//cdn.myxypt.com/76c3afa9/23/09/f0a7b7575bd5f6db197e1e7b4525daf944d6e4b9.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 4.42708333333333vw;
  padding-bottom: 3.64583333333333vw;
}

.abl{
  width: 47.11%;
}

.at{
  position: relative;
}

.at::before{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: url(//cdn.myxypt.com/76c3afa9/23/09/5b67385f6da3dd37065cf620e5129a0f8dc11010.png) no-repeat top center;
  width: 86px;
  height: 86px;
  background-size: 100% 100%;
}

.at h3{
  color: #333333;
  font-size: 48px;
}

.at h3 b{
  color: #067344;
}

.at h4{
  color: #333333;
  font-size: 24px;
  padding: 1vw 0;
}

.at h5{
  width: 90px;
  height: 5px;
  background: #067344;
}

.aw{
  margin-top: 2vw;
  padding-right: 1.3vw;
}

.aw p{
  color: #333333;
  font-size: 17px;
  line-height: 2;
  text-align: justify;
}

.amore{
  width: 178px;
  height: 54px;
  border-radius: 26px;
  background: #067344;
  margin-top: 2.6vw;
}

.amore a{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 54px;
}

.amore a img{
  margin-left: 15px;
}

.abr{
  position: relative;
  width: 47.75%;
}

.abr::before{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(//cdn.myxypt.com/76c3afa9/23/09/3b0b9810daae48e9b325db3256b4275938747692.png) no-repeat top center;
  background-size: 100% 100%;
  width: 388px;
  height: 420px;
  z-index: -1;
}

.abr::after{
  content: '';
  position: absolute;
  bottom: 30px;
  right: 0;
  background: url(//cdn.myxypt.com/76c3afa9/23/09/86f53f0bbbc1ebb9331c08d6752b15ea63a58823.png) no-repeat top center;
  background-size: 100% 100%;
  width: 58px;
  height: 376px;
}

.abr img{
  max-width: 100%;
  padding-right: 30px;
  padding-bottom: 30px;
}

.num-index{
  border-top: 1px solid rgba(0,0,0,0.08);
  padding-top: 4.0625vw;
}

.nlist li{
  background: url(//cdn.myxypt.com/76c3afa9/23/09/e571e21d31e3f38adf6dd34b6f9929d8de26c2f0.png) no-repeat left center;
  padding-left: 1.1vw;
  width: 25%;
}

.nlist li .num1{
  font-weight: 600;
  color: #333333;
  font-size: 60px;
  font-family: "Impact";
  line-height: 1;
}

.nlist li .num2{
  color: #666666;
  font-size: 16px;
  padding: 0.78125vw 0;
}

@media(max-width: 1300px){
  .at h3{
    font-size: 40px;
  }
  .at h4{
    font-size: 20px;
  }
  .nlist li .num1{
    font-size: 48px;
  }
}

@media(max-width: 1024px){
  .aw p{
    font-size: 15px;
  }
  .ab-index{
    align-items: center;
  }
  .abr img{

  }
  .abr::before{
    width: 240px;
    height: 330px;
  }
  .abr::after{
    width: 29px;
    height: 176px;
  }
}

@media(max-width: 767px){
  .ab-bg{
    padding: 40px 0;
  }
  .ab-index{
    flex-wrap: wrap;
  }
  .abl{
    width: 100%;
  }
  .at::before{
    width: 40px;
    height: 40px;
  }
  .at h3{
    font-size: 24px;
  }
  .at h4{
    font-size: 14px;
    padding: 10px 0;
  }
  .amore{
    height: 45px;
  }
  .amore a{
    font-size: 14px;
    line-height: 45px;
  }
  .abr{
    width: 100%;
    margin-top: 20px;
  }
  .abr::before{
    width: 100%;
    height: 100%;
  }
  .abr img{
    padding: 15px;
  }
  .num-index{
    padding-top: 30px;
  }
  .num-index ul{
    flex-wrap: wrap;
  }
  .nlist li{
    width: 50%;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .nlist li .num1{
    font-size: 24px;
  }
  .nlist li .num2{
    font-size: 14px;
  }
}
/* product */
.pro-bg{
  background: url(//cdn.myxypt.com/76c3afa9/23/09/22a1032f03c75f165f1eb5aa6caa77b3c2025697.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding: 4.16666666666667vw 0;
}

.pro-index{

}

.put{
  text-align: center;
}

.put .put1{
  font-weight: 600;
  color: #333333;
  font-size: 48px;
  line-height: 1;
}

.put .put1 b{
  color: #067344;
}

.put .put2{
  color: #666666;
  font-size: 18px;
  margin-top: 1vw;
}

.pro-index1{
  width: 78.79%;
  margin: 0 auto;
  border: 4px solid #067344;
  margin-top: 2vw;
  align-items: center;
}

.pro-index1 .pro1l{
  width: 19.23%;
  background: #067344;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  line-height: 82px;
}

.pro-index1 .pro1l img{
  margin-right: 1vw;
}

.pro-index1 .pro1r{
  width: calc(100% - 19.23%);
  background: #fff;
  
}

.pro-index1 .pro1r ul{
  justify-content: center;
}

.pro-index1 .pro1r ul li{
  margin: 0 2.34375vw;
}

.pro-index1 .pro1r ul li a{
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 82px;
  color: #333333;
  font-size: 17px;
}

.pro-index1 .pro1r ul li a:hover{
  color: #067344;
}

.pro-roll{
  margin-top: 3.95833333333333vw;
}

.proSwiper{
  overflow: hidden;
  width: 100%;
}

.proSwiper .swiper-slide a{
  display: block;
  border: 1px solid #dedede;
  background: #fff;
  padding: 1.5625vw 0;
  margin: 5px;
}

.proSwiper .swiper-slide a .img1 img{
  width: 100%;
}

.proSwiper .swiper-slide a .wz1{
  color: #333333;
  font-size: 18px;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin-top: 1.1vw;
}

.proSwiper .swiper-slide a .wz2{
  color: #888888;
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
}

.proSwiper .swiper-slide a:hover{
  border-color: #067344;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,80,0,.2);
  
}

.proSwiper .swiper-slide a:hover .wz1{
  font-weight: 600;
  color: #067344;
}

.puxian img{
  width: 100%;
}

@media(max-width: 1300px){
  .put .put1{
    font-size: 40px;
  }
}

@media(max-width: 1024px){
  .pro-index1{
    width: 100%;
  }
  .pro-index1 .pro1r ul li a{
    font-size: 16px;
  }
}

@media(max-width: 767px){
  .pro-bg{
    padding: 40px 0;
  }
  .put .put1{
    font-size: 24px;
  }
  .put .put2{
    font-size: 14px;
    margin-top: 5px;
  }
  .pro-index1{
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .pro-index1 .pro1l{
    width: 100%;
    font-size: 14px;
    line-height: 40px;
  }
  .pro-index1 .pro1r{
    width: 100%;
  }
  .pro-index1 .pro1r ul{
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pro-index1 .pro1r ul li{
    margin: 1%;
    width: 48%;
  }
  .pro-index1 .pro1r ul li a{
    font-size: 14px;
    line-height: 35px;
  }
  .pro-roll{
    margin-top: 30px;
  }
  .proSwiper .swiper-slide a .wz1{
    font-size: 14px;
  }
  .proSwiper .swiper-slide a .wz2{
    font-size: 12px;
    padding-top: 5px;
  }
}


/* 持续创新·与众不同 */
.different-bg{
  margin-top: 4.16666666666667vw;
}

.different-index .list2 {
  display: flex;
  justify-content: space-between;
  margin-top: 3.38541666666667vw;
}

.different-index .list2 li {
  width: 12.4%;
  overflow: hidden;
  position: relative;
  transition-duration: .5s;
}

.different-index .list2 li .img1{
  position: relative;
  height: 550px;
}

.different-index .list2 li .img1 > img{
  max-width: 100%;
  object-fit: cover;
  height: 550px;
}

.different-index .list2 li .wz{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(0,0,0,0.34);
}

.different-index .list2 li .wz .wz1 img{
  max-width: 88px;
  width: 100%;
  text-align: center;
}

.different-index .list2 li .wz .wz2{
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  margin-top: 2.6vw;
}

.different-index .list2 li .wzh{
  display: none;
  background: #067344;
}

.different-index .list2 li.on{
  width: 37.76%;
}

.different-index .list2 li.on .wz{
  display: none;
}

.different-index .list2 li.on a .img1{
  display: flex;
  flex-direction: row-reverse;
}

.different-index .list2 li.on a .img1 > img{
  width: calc(100% - 32.83%);
}

.different-index .list2 li.on .wzh{
  display: block;
  width: 32.83%;
}

.different-index .list2 li.on .wzh .wzh2{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.different-index .list2 li.on .wzh .wzh2 .wz1 img{
  max-width: 88px;
  width: 100%;
}

.different-index .list2 li.on .wzh .wzh2 .wz2{
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  margin-top: 2.6vw;
}

.different-index .list2 li.on .wzh .wzh2 .wz3{
  font-size: 18px;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-top: 6.25vw;
}


@media(max-width: 1300px){
  .different-index .list2 li .wz .wz2{
    font-size: 20px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz2{
    font-size: 20px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz3{
    font-size: 16px;
  }
}

@media(max-width: 1024px){
  .different-index .list2 li .wz .wz2{
    font-size: 16px;
  }
  .different-index .list2 li .wz .wz1 img{
    max-width: 50px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz1 img{
    max-width: 50px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz2{
    font-size: 16px;
  }
  .different-index .list2 li.on .wzh .wzh2 .wz3{
    font-size: 14px;
    margin-top: 40px;
  }
}

@media(max-width: 767px){
  .different-bg{
    margin-top: 40px;
  }
  .different-index .list2{
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .different-index .list2 li{
    width: 50%;
  }
  .different-index .list2 li.on{
    width: 50%;
  }
  .different-index .list2 li.on .wz{
    display: flex;
  }
  .different-index .list2 li.on .wzh{
    display: none !important;
  }
  .different-index .list2 li.on .wzh .wzh2{
    display: none;
  }
  .different-index .list2 li.on a .img1 > img{
    width: 100%;
  }
  .different-index .list2 li .img1{
    height: 200px;
  }
  .different-index .list2 li .img1 > img{
    height: 200px;
    width: 100%;
  }
}

/* 技术优势及特点 */
.ys-index{
  margin-top: 5.2vw;
  margin-bottom: 5.72916666666667vw;
}

.tab-con { position: relative; }
.tab-con .tab-main { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.tab-con .tab-main { opacity: 0; visibility: hidden; transition: all .5s ease; }
.tab-con .tab-main.active { position: static; opacity: 1; visibility: visible;}

.ys-wrap{

}

.ys-wrap .img1{
  width: 50%;
}

.ys-wrap .img1 img{
  width: 100%;
  border-radius: 10px;
}

.ys-wrap .wz{
  width: 45.19%;
  padding-top: 1.3vw;
}

.ys-wrap .wz .wz1{
  font-weight: 600;
  color: #333333;
  font-size: 48px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.ys-wrap .wz .wz1 img{
  max-width: 100%;
  margin-left: 2vw;
}

.ys-wrap .wz .wz2{
  margin-top: 2vw;
}

.ys-wrap .wz .wz2 p{
  color: #333333;
  font-size: 18px;
  margin-bottom: 1.5625vw;
  position: relative;
}

.ys-wrap .wz .wz2 p::before{
  content: '';
  position: absolute;
  left: -9.375vw;
  top: 50%;
  margin-top: -2.5px;
  width: 142px;
  height: 5px;
  background: #067344;
  opacity: 0;
}

.ys-wrap .wz .wz2 p:hover{
  font-weight: 600;
  color: #067344;
}

.ys-wrap .wz .wz2 p:hover::before{
  opacity: 1;
}

.ys-index{
  position: relative;
}

.tab-li{
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 45.19%;
}

.tab-li ul li{
  width: 31.21%;
}

.tab-li ul li .img1{
  border: 3px solid transparent;
  border-radius: 24px;
  
}

.tab-li ul li .img1 img{
  width: 100%;
}

.tab-li ul li.active .img1{
   border: 3px solid #067344;
   box-shadow: 0 0 10px rgba(0,80,45,.5);
}

@media(max-width: 1300px){
  .ys-wrap .wz .wz1{
    font-size: 30px;
  }
  .ys-wrap .wz .wz2 p{
    font-size: 16px;
  }
}

@media(max-width: 1024px){
  .ys-wrap .wz .wz1{
    font-size: 24px;
  }
  .ys-wrap .wz .wz1 img{
    max-width: 20px;
    width: 100%;
  }
  .ys-wrap .wz .wz2 p{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .tab-li{
    bottom: 10px;
  }
  .ys-wrap .wz .wz2 p::before{
    width: 80px;
  }
}

@media(max-width: 767px){
  .ys-index{
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .ys-wrap{
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .ys-wrap .img1{
    width: 100%;
  }
  .ys-wrap .wz{
    width: 100%;
    padding-top: 20px;
  }
  .ys-wrap .wz .wz1{
    font-size: 16px;
  }
  .tab-li{
    position: relative;
    width: 100%;
    bottom: 0;
  }
  .tab-li ul li .img1 img{
    border-radius: 20px;
  }
}

/* case */
.case-bg{
  background: url(//cdn.myxypt.com/76c3afa9/23/09/01edfc155a6f781a4c1df680c2ca312a8fcca2c7.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 3.64583333333333vw;
  padding-bottom: 5.20833333333333vw;
}

.case-roll{
  margin-top: 2.60416666666667vw;
  position: relative;
}

.casenext{
  position: absolute;
  background: url(//cdn.myxypt.com/76c3afa9/23/09/b9e5432fde98d7afb828b741a5e4f16fb1554ae9.png) no-repeat top center;
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
  left: 5.2%;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}

.casenext:hover{
  background: url(//cdn.myxypt.com/76c3afa9/23/09/3a0ba36cd9d2381b4ee04be8d8f9edcce2a764a8.png) no-repeat top center;
}

.caseprev{
  position: absolute;
  background: url(//cdn.myxypt.com/76c3afa9/23/09/2cdbc946d43adb39b5e3c6feac9fc22121094675.png) no-repeat top center;
  background-size: 100% 100%;
  width: 48px;
  height: 48px;
  right: 5.2%;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
}

.caseprev:hover{
  background: url(//cdn.myxypt.com/76c3afa9/23/09/92a64a8d84eef28632580637aee386dd7b016a29.png) no-repeat top center;
}



.caseSwiper{
  overflow: hidden;
  width: 100%;
}

.caseSwiper .swiper-slide a{
  display: block;
  padding: 1vw;
  border: 1px solid #eeeeee;
  background: #fff;
}

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

.caseSwiper .swiper-slide .wz1{
  color: #666666;
  font-size: 18px;
  padding: 0 5px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1.3vw;
}

.caseSwiper .swiper-slide a:hover{
  background: #067344;
  border: 1px solid #067344;
}

.caseSwiper .swiper-slide a:hover .wz1{
  color: #fff;
}

@media(max-width: 1300px){
  .caseSwiper .swiper-slide .wz1{
    font-size: 16px;
  }
}

@media(max-width: 767px){
  .case-bg{
    padding: 40px 0;
  }
  .case-roll{
    margin-top: 20px;
  }
  .caseSwiper .swiper-slide .wz1{
    font-size: 14px;
    padding: 10px 5px;
  }
  .casenext{
    display: none;
  }
  .caseprev{
    display: none;
  }
}


/* news */
.tt11{
  display: none;
}

.news-index{
  margin-top: 4.16666666666667vw;
  margin-bottom: 6.25vw;
}

.news-index1{
  border-bottom: 2px solid #dbdbdb;
  padding: 1.30208333333333vw 0;
  margin-top: 1.30208333333333vw;
  align-items: center;
}

.nsort{
  width: 80%;
  justify-content: flex-start;
}

.nsort li{
  background: #fff;
  width: 174px;
  height: 54px;
  border-radius: 40px;
  
}

.nsort li a{
  display: block;
  color: #666666;
  font-size: 18px;
  font-weight: 600;
  line-height: 54px;
  text-align: center;
}

.nsort li.cur{
  background: #067344;
  box-shadow: 0px 14px 14px 0px rgba(6, 115, 68, 0.2);
}

.nsort li.cur a{
  color: #fff;
}

.nmore a{
  display: block;
  color: #999999;
  font-size: 16px;
}

.news-wrap{
  margin-top: 3.22916666666667vw;
}

.newsl{
  width: 46.92%;
}

.newslist1 li .img1 img{
  width: 100%;
}

.newslist1 li .wz{
  padding-left: 95px;
  position: relative;
}

.newslist1 li .wz::before{
  content: '';
  position: absolute;
  left: 56px;
  top: -56px;
  width: 8px;
  height: 138px;
  background: #067344;
}

.newslist1 li .wz .wz1{
  color: #999999;
  font-size: 16px;
  font-family: "Arial";
  padding-top: 1.3vw;
}

.newslist1 li .wz .wz2{
  color: #333333;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0.78125vw;
}

.newslist1 li .wz .wz3{
  color: #888888;
  font-size: 15px;
  line-height: 24px;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
  margin-top: 1vw;
}

.newslist1 li:hover .wz .wz2{
  color: #067344;
}

.newsr{
  width: 47.82%;
}

.newslist2 li{
  border-bottom: 1px solid #dcdcdc;
  padding: 2vw;
}

.newslist2 li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newslist2 li a .date{
  width: 15%;
  text-align: center;
}

.newslist2 li a .date .d1{
  color: #333333;
  font-size: 71px;
  font-weight: 600;
  line-height: 1;
  font-family: "Arial";
}

.newslist2 li a .date .d2{
  color: #999999;
  font-size: 16px;
  font-family: "Arial";
}

.newslist2 li a .wz{
  width: calc(100% - 20%);
}

.newslist2 li a .wz .wz1{
  color: #333333;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newslist2 li a .wz .wz2{
  color: #888888;
  font-size: 15px;
  line-height: 24px;
  margin-top: 0.52083333333333vw;
  overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; 
}

.newslist2 li:hover{
  background: #067344;
}

.newslist2 li:hover .date .d1{
  color: #fff;
}

.newslist2 li:hover .date .d2{
  color: #fff;
}

.newslist2 li:hover .wz .wz1{
  color: #fff;
}

.newslist2 li:hover .wz .wz2{
  color: #fff;
}

@media(max-width: 1300px){
  .newslist2 li a .date .d1{
    font-size: 50px;
  }
}

@media(max-width: 1024px){
  .newslist1 li .wz .wz2{
    font-size: 18px;
  }
  .newslist2 li a .wz .wz1{
    font-size: 18px;
  }
}

@media(max-width: 767px){
  .news-index{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .news-index1{
    margin-top: 20px;
  }
  .nsort{
    width: 100%;
  }
  .nsort li{
    width: 33%;
    height: 35px;
  }
  .nsort li a{
    font-size: 14px;
    line-height: 35px;
  }
  .nmore a{
    display: none;
  }
  .news-wrap{
    flex-wrap: wrap;
  }
  .newsl{
    width: 100%;
  }
  .newslist1 li .wz::before{
    left: 10px;
    top: -40px;
    width: 8px;
    height: 80px;
  }
  .newslist1 li .wz{
    padding-left: 20px;
  }
  .newslist1 li .wz .wz2{
    font-size: 16px;
  }
  .newslist1 li .wz .wz3{
    font-size: 14px;
  }
  .newsr{
    width: 100%;
    margin-top: 20px;
  }
  .newslist2 li a .date .d1{
    font-size: 30px;
  }
  .newslist2 li a .date .d2{
    font-size: 14px;
  }
  .newslist2 li a .wz .wz1{
    font-size: 16px;
  }
  .newslist2 li a .wz .wz2{
    font-size: 14px;
  }
}



/* foot */
.foot-bg{
  background: url(../images/ft.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 3.64583333333333vw;
}

.foot-index{

}

.foot-index .footl{
  /* width: 21.79%; */
}



.footl .flogo{color:#fff;font-size:26px;font-weight:bold;}

.foot-index .footl .flx{
  margin-top: 2.14375vw;
}




.foot-index .footl .flx p{
  font-size: 15px;
  color: rgba(255,255,255,.6);
  line-height: 30px;
}

.foot-index .footr{
  width: 61.22%;
}

.foot-index .footr .fnav{
  width: 77.88%;
} 

.foot-index .footr .fnav dl{
  width: 25%;
}

.foot-index .footr .fnav dl dt{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}

.foot-index .footr .fnav dl dd a{
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,.6);
  line-height: 34px;
}

.foot-index .footr .fnav dl dd a:hover{
  color: #2a6bcf;
}

.foot-index .footr .ferq img{
    max-width: 128px;
    width: 100%;
}

.foot-index .footr .ferq p{
  text-align: center;
  color: rgba(255,255,255,.6);
  font-size: 14px;
  margin-top: 0.78125vw;
}

.cop-bg{
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 10px;
  padding: 1vw 0;
  line-height: 31px;
}

.cop-index{
  color: rgba(255,255,255,.6);
  font-size: 14px;
}

.cop-index a{
  color: rgba(255,255,255,.6);
}

.cop-index a:hover{
  color: #067344;
}



.cop-index .copr{
  text-align: right;
}

.c-link{
  padding: 32px 0 10px;
  color: #fff;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}



.c-link span{
  background: url(../images/c6e777afe62b5ea7c0e625974f01ffca5ad343bb.png) no-repeat left 2px;
  padding-left: 15px;
}


.c-link dd {
    width: calc(100% - 115px);
}



.c-link a{
  color: rgba(255,255,255,.6);
}


@media(max-width:1280px){
  .footl .flogo{font-size:21px;}
  .foot-index .footl .flx p{font-size:14px;line-height:30px;}
  .foot-index .footr .fnav dl dt{font-size:16px;}
  .foot-index .footr .fnav dl dd a{font-size:14px;line-height:30px;}
}



@media(max-width: 768px){
  .foot-bg{
    padding-top: 40px;
  }
  .foot-index{
    flex-wrap: wrap;
  }
  .foot-index .footl{
    width: 100%;
  }
  .foot-index .footl .flogo img{
    max-width:200px;
    width: 100%;
  }
  .foot-index .footr{
    width: 100%;
    flex-wrap: wrap;
  }
  .foot-index .footr .fnav{
    display: none;
  }
  .ferq{
    margin-top: 10px;
  }
  .cop-bg{
    margin-top: 20px;
    padding: 20px 0;
  }
  .cop-index{
    flex-wrap: wrap;
  }
  .cop-index .copl{
    width: 100%;
    text-align: center;
  }
  .cop-index .copr{
    width: 100%;
    text-align: center;
  }

  #formsearch2 input{width: 270px;}
  .hot{display:none;}
  .cop-bg{line-height:24px;}
}


.xx1{width: 100%;height:2px;background:#dbdbdb;margin-top: 35px;}




/* 手机页脚 */
.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #222;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    height: 14px;
}

.footer3 ul li:nth-child(1) .iconfont {
    background: url("../images/b544c19c69b83bbe43c1274f87d99f8463b23472.png") no-repeat 50%;
}

.footer3 ul li:nth-child(2) .iconfont {
    background: url("../images/b26655bdcb5a7dc2df997405eb240a45c466bb0f.png") no-repeat 50%;
}

.footer3 ul li:nth-child(3) .iconfont {
    background: url("../images/d077420e30ae81b861be3a532ee75cc320e1deb8.png") no-repeat 50%;
}


.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}



.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}
.right .content{padding-top:15px;overflow:hidden;line-height: 24px;}
.xypg-right-content  .content{margin-top:10px;}

.page-product-inquiry a{color: #fff;}
.n_banner{width:100%;margin:0 auto;}
.n_banner img{width:100%;display:block;}
.page-banner{width:100%;margin:0 auto;}
.page-banner img{width:100%;display:block;}



.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;background:url(../images/nav.png) no-repeat 0% 100%;}
.sitemp h2{width:340px;float:left;line-height:31px;text-align:center;text-align:left;color:#000;font-size:14px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;}
.sitemp .site a{color:#000;}



@media (max-width:768px) {
 .xypg-right-content p img{
    max-width:100%; height:auto !important;width:auto !important;
 }
}
