/*初始化样式*/
html{margin:0;padding:0;border:0;}
div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}


input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin:0;}



/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}



.wh{max-width:1630px;margin:0 auto;padding:0 15px;}
.bxs{overflow: hidden;}


.com-img{overflow:hidden;cursor: pointer;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}


.flex{display: flex;justify-content: space-between;flex-wrap: wrap;}

.flexs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexs2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.flex2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}




/*头部样式*/
.top2{z-index:999999;width:100%;top:0;left:0;position:absolute;height:87px;background:rgba(0,0,0,.5);}
.wh1783{max-width:1813px;margin:0 auto;padding:0 15px;}
.lgtu{line-height:87px;height:87px;overflow: hidden;}
.lgtu img{max-width:100%;}
.logo{display:block;}
.logo img{filter: brightness(100);}
.logo2{display:none;}
.k2{font-size:16px;color:#fff;background-color: rgb(12, 159, 149);width: 169px;line-height:40px;text-align:center;border-radius:25px;margin-top:23px;margin-left:3.08%;}

.top2.scroll{position:fixed;background:#fff; box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.16);}
.top2.scroll .logo{display:none;}
.top2.scroll .logo2{display:block;}
.top2.scroll .x-menu > li > a{color:#222222;}






/*主体样式*/
.box1{padding:50px 0 62px;}
.about{width:37%;}
.abtt h2{color:#000000;font-size:32px;}
.abtt h3{color:#595959;font-size:20px;text-transform:uppercase;margin:8px 0 22px;}
.abtt h4{background:#0c9f95;width:39px;height:4px;}
.ab{color:#333333;font-size:14px;line-height:30px;overflow: hidden;margin:20px 0;}
a.am{height: 26px;
    padding: 0px;
    border-bottom: 1px solid #0c9f95;
    transition: 0.5s;display:block;max-width:86px;}
a.am .font{color: #0c9f95;
    text-align: left;
    transition: 0.5s;
    font-size: 14px;text-transform:uppercase;}

.add{width:58.81%;}
.add li{width:32%;position: relative;cursor: pointer;}
.add li .img{overflow: hidden; height: 100%;}
.add li .img img{width:100%;display:block;transition: 5s; height: 100%;}
.add li:hover .img img{transform: scale(1.5);}
.add li .mask{height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    position:absolute;left:0;top:0;
    width:100%;}
.add li .det{width:86%;position:absolute;left:7%;bottom:27px;}
.add li .wz1{color:#fff;font-size:16px;}
.add li .wz2{color:#fff;font-size:16px;}
.add li .wz2 span{margin-left:10px;font-family: 黑体;}



.about-num {
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #f5f5f5;
}

.about-num li {
    float: left;
    width: 20%;
    text-align: center;
}

.about-num li h2 {
    font-size:50px;
    color: #0c9f95;
    display: inline-block;font-weight:normal;text-transform:uppercase;
}

.about-num li p {
    color: #333;
    font-size: 16px;
    line-height: 36px;
}

.about-num .count-unit {
    font-size: 16px;
    color: #0c9f95;
    text-align: right;
    display: inline-block;
    font-style: normal;
}





@media only screen and (max-width: 768px) {
    .about-num li h2 {
        font-size:36px;
    }

    .about-num {
        margin-top:20px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .about-num .count-unit {
        font-size: 14px;
    }

    .about-num li p {
        font-size: 14px;
    }

    .about-num li {
        width: 50%;
        border-bottom: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;padding:12px 0;
    }

    .about-num li:nth-child(1) {
        border-top: 1px solid #e6e6e6;
    }

    .about-num li:nth-child(2) {
        border-top: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
    }

    .about-num li:nth-child(4) {
        border-right: 1px solid #e6e6e6;
    }

    .about-num li:last-child {
        display: none;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .about-num li h2 {
        font-size:40px;
    }

    .about-num .count-unit {
        font-size: 14px;
    }

    .about-num li p {
        font-size: 14px;
    }
}


.box2{background:#f5f5f5;padding:55px 0;}
.bt{text-align:center;}
.bt h2{color:#000000;font-size:32px;}
.bt h3{background:#0c9f95;width:39px;height:4px;margin:13px auto 16px;}
.bt h4{color:#595959;font-size:16px;text-transform:uppercase;}



.cp{margin-top:31px;position:relative;}
.cp .mySwiper{overflow:hidden;}
.cp .swiper-slide{position: relative;}
.cp .swiper-slide img{width:100%;display:block;}
.cp .swiper-slide .wz{color:#333333;font-size:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center;background:#fff;transition: all .5s ease;line-height:46px;position: relative;z-index:9999;}

.cp .swiper-slide .mask {
    background: rgba(12, 159, 149,.66);
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;position: absolute;
    transition: all .5s ease;
}


.cp .swiper-slide .number {
    margin-top: 15%;
    margin-bottom: 5%;
    font-size: 16px;
    padding-left: 20%;
    color: #fff;position: relative;
}

.cp .swiper-slide .number::before {
    content: '';
    position: absolute;
    left: 5%;
    top: 0px;
    bottom: 0px;
    margin: auto;
    display: block;
    width: 10%;
    height: 2px;
    background: #fff;
}

.cp .swiper-slide:hover .mask {
        top:0px;
    }

.cp .swiper-slide:hover .wz{background:#0c9f95;color:#fff;}


.cp .swiper-button-prev{position: absolute;top:43%;left:-38px;width:16px;height:34px;opacity:1;z-index:999;background:url(//cdn.myxypt.com/7fa0e5d3/25/03/369c46c76f5d858a061d91722e7b8c6eec9c6df1.png) no-repeat;background-size:100% 100%;margin-top:0;}
.cp .swiper-button-next{position: absolute;top:43%;right:-38px;width:16px;height:34px;opacity:1;z-index:999;background:url(//cdn.myxypt.com/7fa0e5d3/25/03/02a55d8cd3031887f6bc7a5ac3f52c8569950063.png) no-repeat;background-size:100% 100%;margin-top:0;}




.box3{background:url(../images/bg01.jpg) no-repeat;padding:100px 0;background-size: cover !important;background-attachment: fixed !important;overflow-x: hidden;} 
.you1{width:25.62%;}
.ytt h2{color:#fff;font-size:32px;}
.ytt h3{width:55px;height:3px;background:#fff;margin:13px 0 22px;}
.ytt h4{color:#fff;font-size:16px;line-height:30px;}
a.ymo{display:block;text-align:center;background: rgb(113, 113, 113,.149); width: 156px;line-height: 43px;border:2px solid #464647;color:#fff;font-size:14px;text-transform:uppercase;margin-top:2vw;}
.add2{width:67.94%;}
.add2 li{width:49%;background:#fff;display: flex;justify-content: center;flex-wrap:wrap;align-items: center;}
.add2 li .img{width:30%;text-align:center;}
.add2 li .det{width:65%;margin-right:5%;}
.add2 li .wz1{color:#333333;font-size:18px;font-weight:bold;}
.add2 li .wz2{color:#333333;font-size:14px;line-height:18px;margin-top:7px;}
.add2 li:nth-child(n+3){margin-top:1.2vw;}


.box4{padding:52px 0 63px;}


.tabli2{position:relative;margin-top:37px;}
.tabli2 li{float:left;width:20%;color:#666666;font-size:16px;padding:50px 0 46px;position: relative;text-align:center;cursor: pointer;}
.tabli2 li .text{color:#343434;font-size:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-top:50px;}

.tabli2 li.cur{background:#0c9f95;}
.tabli2 li.cur .text{color:#fff;}

@keyframes imgmove3 {
  0% {
    transform: rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
.tabli2 li:hover{background:#0c9f95;}
.tabli2 li:hover .text{color:#fff;}


.imgmove3:hover img{
  position: relative;
  animation-name: imgmove3;
  animation-duration: 1s;
}

.tabli2 li img:nth-child(1) {
  display: inline;
}
.tabli2 li img:nth-child(2) {
  display: none;
}
.tabli2 li.cur img:nth-child(1) {
  display: none;
}
.tabli2 li.cur img:nth-child(2) {
    display: inline;
 }

.tabli2 li:hover img:nth-child(1) {
  display: none;
}
.tabli2 li:hover img:nth-child(2) {
    display: inline;
 }

.tabli2 li.cur:after{content: "";position: absolute;width: 0;height: 0;border-left:22px solid transparent;border-top:20px solid #0c9f95;border-right:22px solid transparent;bottom:-20px;left:50%;transform:translateX(-50%);} 

.tabli2 li:nth-child(even) {
  background: #f5f5f5;
}
.tabli2 li:nth-child(odd) {
  background: #eeeeee;
}

.tabli2 li.cur:nth-child(even) {
  background: #0c9f95;
}
.tabli2 li.cur:nth-child(odd) {
  background: #0c9f95;
}

.tabli2 li:hover:nth-child(even) {
  background: #0c9f95;
}
.tabli2 li:hover:nth-child(odd) {
  background: #0c9f95;
}

.tab2{margin-top:35px;overflow:hidden;display:none;}
.tab2.clicked{display:block;}
.tab2 li{background:#f5f5f5;}
.tab2 li .img{width:70%;}
.tab2 li .img img{width:100%;display:block;}
.tab2 li .det{width:25%;margin-right:2.25%;padding-top:5vw;}
.tab2 li .wz1{color:#0c9f95;font-size:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.tab2 li .wz2{color:#0c9f95;font-size:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0.5vw 0 2vw;}
.tab2 li .wz3{color:#343434;font-size:16px;overflow:hidden;line-height:25px;height:150px;}
.tab2 li .jmo{display:block; background-color: rgb(12, 159, 149);line-height: 47px;width: 161px;color:#fff;font-size:14px;text-align:center;margin-top:3vw;}



.box5{background:#f5f5f5;padding:48px 0 38px;}
.hcont{margin-top:40px;}
.fw{position:relative;width:61.88%;padding:0 68px;}
.fw .mySwiper2{overflow:hidden;}
.fw .swiper-slide{text-align:center;}
.fw .swiper-slide .img{overflow: hidden;position: relative;}
.fw .swiper-slide img{width:100%;display:block;transition:all 0.8s;}
.fw .swiper-slide:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}
.fw .swiper-slide .wz2{color:#333333;font-size:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:52px;border:1px solid #d0d0d0;height:52px;}


.fw .swiper-slide .mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    transition: all 0.5s ease;
}

.fw .swiper-slide .wz1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-size:16px;
    padding:8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.fw .swiper-slide .wz1::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.fw .swiper-slide .wz1::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}

.fw .swiper-slide:hover .mask {
    opacity: 1;
}


.fw .swiper-slide:hover .wz1::before {
    width:16px;
}

.fw .swiper-slide:hover .wz1::after {
    width:16px;
}

.fw .swiper-slide h3{color:#333333;font-size:18px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}

.fw .swiper-button-prev2{position: absolute;top:50%;left:14px;width:16px;height:34px;opacity:1;z-index:999;background:url(../images/icon10.png) no-repeat;background-size:100% 100%;margin-top:-17px;}
.fw .swiper-button-next2{position: absolute;top:50%;right:0;width:16px;height:34px;opacity:1;z-index:999;background:url(../images/icon11.png) no-repeat;background-size:100% 100%;margin-top:-17px;}
.fw .swiper-pagination2{width:100%;text-align:center;left:0;right:0;margin-top:25px;position:relative;z-index:9999;}
.fw .swiper-pagination-bullet{width:14px;height:14px;margin:0 8px;display: inline-block;border-radius: 100%;background:#d1d1d1;opacity:1;cursor:pointer;}
.fw .swiper-pagination-bullet-active{background:#0c9f95;opacity:1;}

.honor{width:35.12%;}
.hott{background:#0c9f95;padding:22px 0 18px;}
.hott h2{color:#fff;font-size:24px;margin-left:18px;}
.hott .hmo{color:#0c9f95;font-size:14px;margin-left:18px;background-color: rgb(255, 255, 255);width: 123px;line-height: 41px;text-align:center;display:block;margin-top:14px;}
.hotu{width:100%;}
.hotu img{width:100%;display:block;}


.box6{padding:55px 0 22px;}

.p3a {
    display: flex;
    justify-content: space-between;
    margin-top:36px;
    flex-wrap: wrap;
}

.p3a1 {
    width: 50%;
}

.p3a1 img {
    width: 100%!important;
    height: 545px;
}
@media(max-width:500px){
    .p3a1 img{
       max-width:100%; height:auto !important;width:auto !important;
    }
}

.p3a2 {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p3a2a {
    background: url(../images/news01.png) no-repeat center center;
    background-size: cover;
    height: 47.3%;
    padding: 2.6rem 1rem 1rem 2.1rem;
}

.p3a2a h3 {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ffffff;font-weight:bold;
}

.p3a2a img {
    max-width: 100%;
    display: block;
    margin-top: 2.6rem;
}

.p3a2b {
    display: flex;
    justify-content: space-between;
    height: 50%;
    /* overflow: hidden; */
}

.p3a2b .p3a2b1 {
    width: 48.8%;
}

.p3a2b .p3a2b1 p {
    font-size: 0;
    margin: 0;
    padding: 0;
    height: 100%;
}

.p3a2b .p3a2b1 img {
    width: 100%!important;
    height: 100%!important;
    display: block;
}


.p3a2b .p3a2b2 {
    width: 48.8%; background: #0c9f95;
}
.p3a2b2 li{height:100%;}
.p3a2b .p3a2b2 a {
    color: #fff;
    padding:0 2.7rem 0 2.3rem;
    display:flex;justify-content: center;flex-direction:column;height:100%;
}

.p3a2b .p3a2b2 a span {
    font-size:14px;
    display: inline-block;
    margin-bottom: 1.2rem;
}

.p3a2b .p3a2b2 a h3 {
    font-size:18px;
    font-weight: 400;
    margin-bottom: 1rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.p3a2b .p3a2b2 a p {
    font-size:14px;
    line-height: 1.9;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;

}


.p3b {
    margin-top: 2.25rem;
    position: relative;
    padding-bottom: 2.75rem;
}

.p3b .p3b-swiper {
    overflow: hidden;
}

.p3b .swiper-slide a {
    display: block;
    padding-bottom: 1.8rem;
    border-bottom:6px solid #d1d1d1;

}
.p3b .swiper-slide:hover a h3 {
    color: #0c9f95;
}

.p3b .swiper-slide a h3 {
    font-size:18px;
    line-height: 23px;
    height: 23px;
    color: #333333;
    margin-bottom: 0.7rem;font-weight:bold;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.p3b .swiper-slide a span {
    font-size:14px;
    line-height: 1.58;
    color: #0c9f95;
    display: inline-block;
    margin-bottom: 1rem;
}

.p3b .swiper-slide a p {
    font-size:14px;
    line-height: 1.8;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.p3b-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.p3b-pagination .swiper-pagination-bullet {
    width: 0.65rem;
    height: 0.65rem;
    background-color: #d1d1d1;
    border-radius: 50%;
    transition: all ease .36s;
    opacity: 1;
    margin: 0 6px;
    outline: none;
}


.p3b-pagination .swiper-pagination-bullet-active {
    background-color: #0c9f95;
}



@media(max-width: 1450px) {
    .p3a2a {
        padding: 1.6rem 1rem 0.5rem 2.1rem;
    }

    .p3a2a img {
        margin-top: 1.6rem;
    }

    .p3a2b .p3a2b2 a {
        padding: 1rem 2.7rem 2rem 2.3rem;
    }
}

@media(max-width: 1366px) {
    .p3a2b .p3a2b2 a {
        padding: 1rem 0.7rem 2rem 1.3rem;
    }
}

@media(max-width: 1024px) {
    .p3a2b .p3a2b2 a span {
        margin-bottom: 0.5rem;
    }

    .p3a2b .p3a2b2 a h3 {
        margin:1.5vw 0;font-size:16px;
    }
    .p3b .swiper-slide a h3{font-size:16px;}
    .p3a2a img{margin-top:10vw;}
}

@media(max-width: 768px) {
    .p3a1 {
        width: 100%;
    }
    .p3a2a h3{font-size:18px;}

    .p3a2 {
        width: 100%;
        margin-top: 2%;
    }
    .p3a2a img{margin-top:25px;}
    .p3a2a{padding:30px 15px;}
}

@media(max-width: 500px) {
    .p3a2a {
        height: initial;
    }

    .p3a2a h3 {
        font-size: 1.6rem;
    }

    .p3a2a img {
        max-width: 75%;
    }

    .p3a2b {
        flex-wrap: wrap;
        height: initial;
        margin-top: 2%;
    }

    .p3a2b .p3a2b1 {
        width: 100%;
    }

    .p3a2b .p3a2b2 {
        width: 100%;
    }
    .p3a2b .p3a2b2 a{padding:25px 15px;}
    .p3a2b .p3a2b2 a span {
        font-size: 1.4rem;
    }
    
    .p3a2b .p3a2b2 a h3 {
        font-size:16px;margin:11px 0 15px;
    }

    .p3a2b .p3a2b2 a p {
        font-size:14px;line-height:24px;
    }

    .p3b .swiper-slide a h3 {
        font-size:15px;
    
    }

    .p3b .swiper-slide a p {
        font-size: 1.3rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;line-height:24px;
        overflow: hidden;
    }
}



.box7{background:#f5f5f5;padding:50px 0 47px;}
.hz{margin-top:30px;position:relative;}
.hz .mySwiper4{overflow:hidden;}
.hz .swiper-slide{text-align:center;cursor: pointer;}
.hz .swiper-slide img{width:100%;display:block;}








/*页面底部*/
.foot{background:#0c9f95;color:#fff;padding-top:36px;}
.foot a{color:#fff;}
.flogo{text-align:center;}
/*图片变白色*/
.flogo img{filter:brightness(100)}


.fadd{padding:40px 0 35px;}
.fadd li{width:33.3333%;text-align:center;font-size:14px;}
.bq{text-align:center;border-top:2px solid #22a79e;font-size:12px;padding:20px 0;line-height:24px;}




/*友情链接*/
.link a{margin-right:4px;}


/*内页左侧样式*/
.page-product-inquiry a{color: #fff;}
.footer33{height:50px;}


@media (max-width:1024px) {
 .nnav{width:66%;}
 .about{width:100%;}
 .add{width:100%;margin-top:20px;}
 .abtt h2{font-size:26px;}
 .abtt h3{font-size:17px;}
 .abtt h4{width:30px;height:3px;}
 .bt h2{font-size:26px;}
 .bt h4{font-size:15px;line-height:22px;}
 .bt h3{width:30px;height:3px;}
 .cp .swiper-slide .wz{font-size:14px;}
 .cp .swiper-slide .number{font-size:14px;}
 .ytt h2{font-size:26px;}
 .ytt h3{width:40px;height:2px;}
 .ytt h4{font-size:14px;line-height:25px;}
 .you1{width:27%;}
 a.ymo{width:136px;line-height:36px;}
 .add2 li{padding:15px 0;}
 .add2 li .wz1{font-size:16px;}
 .add2 li .img img{width:56px;height:56px;display:block;margin:0 auto;}
 .tabli2 li{padding:25px 0;}
 .tabli2 li .text{font-size:14px;margin-top:25px;}
 .imgmove3{width:20%;margin:0 auto;}
 .imgmove3 img{width:100%;}
 .tab2 li .wz1{font-size:25px;}
 .tab2 li .wz2{font-size:18px;}
 .tab2 li .wz3{font-size:14px;height:100px;}
 .tab2 li .jmo{width:140px;line-height:39px;}
 .fw .swiper-slide .wz1{font-size:14px;}
 .fw .swiper-slide .wz2{font-size:14px;line-height:46px;height:46px;}
 .hott h2{font-size:18px;}
 .hott .hmo{width:100px;line-height:36px;}
 .p3b .swiper-slide a{border-bottom:3px solid #d1d1d1;}
 .fw .swiper-pagination-bullet{width:10px;height:10px;}
}

@media (max-width: 768px) {
 .xypg-right-content p img{max-width:100%!important;width:auto!important;height:auto!important;}
 .you1{width:100%;}
 .add2{width:100%;margin-top:20px;}
 .ytt h4 p{display: inline-block;}
 .tabli2 li{width:25%;}
 .tabli2 li:last-child{display:none;}
 .tab2 li .img{width:100%;}
 .tab2 li .det{width:auto;padding:25px 15px;}
 .tab2 li .wz3{height:auto;}
 .p3a2b{height:auto;margin-top:15px;}

 
}


@media (max-width:482px) {
  .box1{padding:28px 0;}
  .bt h2{font-size:23px;}
  .abtt h2{font-size:23px;}
  .abtt h3{margin:8px 0 12px;font-size:15px;}
  .ab{line-height:25px;}
  .add li{width:100%;margin:5px 0;}
  .box2{padding:28px 0;}
  .cp{margin-top:20px;}
  .box3{padding:40px 0;}
  .ytt h2{font-size:23px;}
  .add2 li{width:100%;}
  .add2 li:nth-child(n+2){margin-top:10px;}
  .box4{padding:28px 0;}
  .tab2 li .wz1{font-size:21px;}
  .tabli2{margin-top:20px;}
  .tabli2 li.cur:after{display:none;}
  .tabli2 li{width:50%;padding:15px 0;}
  .tabli2 li .text{margin-top:15px;}
  .box7{padding:28px 0;}
  .hz{margin-top:20px;}
  .box6{padding:28px 0;}
  .p3a{margin-top:20px;}
  .fadd li{width:100%;margin:2px 0;}
  .box5{padding:28px 0;}
  .hcont{margin-top:20px;}
  .fw{width:100%;padding:0 40px;}
  .fw .swiper-button-prev2{left:0;}
  .honor{width:100%;margin-top:20px;}
  .fw .swiper-pagination2{margin-top:20px;}
  .fadd{padding:30px 0 25px;}
}
