.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
 }
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}
.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}
.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}
.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
table.has-title {
    margin-bottom: 10px;
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor:pointer;
}

.poorder #ert {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-he.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder #uioi {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-su.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder .tab-list .list .current {
    background-image:url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image:url(../images/p-su-1.jpg) !important;
}

/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}


/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}


/* 手机站 左侧导航弹出特效 */

.xymob-left-close-btn {
    display: none;
}

@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/
    body.no-scroll,
    html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }
    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }
    .xymob-menu-click .xypg-left-news,
    .xymob-menu-click .xypg-left-keys,
    .xymob-menu-click .xypg-left-contact,
    .xymob-menu-click .page-message-img {
        display: none;
    }
    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }
    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }
    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }
    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }
    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }
    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */

.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav>li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav>li:last-child {
    border-bottom: none;
}

.xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav>li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav>li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav>li:hover>a,
.xypg-left-nav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav>li:hover .first-nav-btn,
.xypg-left-nav>li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav>li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav>li>a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li>a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav>li>a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li.clicked>a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}


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;}

.com-img{ display:block; 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);}

.xypg-right-content{font-size: 16px;}

.flex2{display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;}
.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}

.wh{max-width: 1230px;padding: 0 15px;margin: 0 auto;}
.top2{background-color: #3a3a3a;height: 81px;position: relative;z-index: 9999;}
.top1{color: #6c6c6b;font-size: 14px;line-height: 34px;}
.top2 .searchbox >.fa-search:before{display:none;}
.top2 .language-group .btn{color: #6c6c6b;outline: none;padding: 0;font-size: 14px;}
.top2  .btn.focus,.top2  .btn:focus{box-shadow: none;}
.top2 .logo img{max-width: 100%;}
.top1 .dropdown-toggle::after{
    color: rgba(236,236,236,.3);
    border-top: 0.5em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    vertical-align:0em;
    border-left: 0.4em solid transparent;
}
.top1 .social-share .social-share-icon{width: 21px;height: 22px;line-height: 22px;text-transform: uppercase;margin: 4px 5px; border-radius: 3px;background: #a0a0a0;color: #3a3a3a;border:none;font-size: 14px;}

dd{margin: 0;}
dt{font-weight: normal;}
.top22{z-index: 99;height: 95px; z-index: 9999;background: url(//wm.cdn.cn86.cn/ycouluhx/2025/01/725976d87dph1qfm.jpg) top center no-repeat;background-size: cover;}
.logo {
    width: 25%;
    float: left;
    padding-left: 1%;
    font-size: 0;
}
.topr{padding-right: 1.8vw;}


/**/
.box1{margin: 38px 0 46px;overflow: hidden;}
.fleft{width: 31.1%;border: solid 6px #f2f2f2;padding: 2vw 1.5vw;}
.xul{width: 66.1%;}
.xul li{width: 30.5%;}
.bt1 dd{letter-spacing: 1px;color: #121212;font-size: 26px;
    line-height: 1.5;
}
.bt1 dt{letter-spacing: 1px;color: #9dc602;font-size: 30px;margin-top: 14px;}
.bt1{padding-bottom: 15px;border-bottom: 1px dotted  #999999;}
.fcon p{color: #999999;font-size: 14px;line-height: 24px;}
.fcon{margin: 1.3vw 0;}
.fmore a{display:block;color: #9dc602;font-size: 12px;font-weight: bold;font-family: 'arial black';}
.xul li .img{overflow: hidden;position: relative;}
.xul li .img img{width: 100%;transition:all 0.5s;}
.fbj{position: absolute;background: rgba(5,5,5,.3);opacity: 0;transition:all 0.5s; top:0;left:0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
.gd2{width: 124px;height: 54px;background-color: #a2c046;margin: 0 auto;line-height: 54px;text-align: center;color: #ffffff;font-size: 12px;font-family: 'arial black';}
.xbj dd{letter-spacing: 1px;color: #333333;font-size: 18px;font-weight: bold;margin: 1.3vw 0 1vw;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
    display: none;
}
.xbj dt{color: #999999;font-size: 14px;line-height: 24px;height: 144px; display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 6;
    display:none;
}
.gd{color: #9dc602;font-size: 12px;font-family: 'arial black';margin-top: 14px;}
.xbj{padding-right: 5px;}
.xul li:hover .img img{transform:scale(1.1);}
.xul li:hover .fbj{opacity: 1;}

.xul li a{display: block;}

h3{margin: 0;}

/**/
.box2{background: url(//wm.cdn.cn86.cn/ycouluhx/2025/01/d1818ab271biu7xe.jpg) no-repeat top center;overflow: hidden; background-size: cover;padding: 70px 0 58px;}
.bt2{text-align: center;}
.bt2 dd{letter-spacing: 1px;color: #ffffff;font-size: 42px;font-weight: bold;}
.bt2 dd span{color: #9fc612;}
.bt2 dt{color: #939393;font-size: 14px;line-height: 24px;max-width: 470px;margin: 22px auto 40px;}
.mySwiper{overflow: hidden;}
.mySwiper .swiper-slide a{display: block;text-align: center;}
.mySwiper .swiper-slide .img img{width: 100%;transition:all 0.5s;}
.mySwiper .swiper-slide .img{overflow: hidden;}
.mySwiper .swiper-slide:hover .img img{transform:scale(1.1);}
.mySwiper p{color: #9bb746;font-size: 12px;margin: 23px 0 6px;}
.mySwiper h3{letter-spacing: 1px;color: #a8a8a8;font-size: 22px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.jian{width: 136px;background: url(//wm.cdn.cn86.cn/ycouluhx/2025/01/7d64b4b39ait2vtz.png) no-repeat center;margin: 0 auto;margin-top: 60px;}
.swiper-button-prev1,.swiper-button-next1{width: 50%;outline: none;height: 54px;}
.swiper-button-prev1{background: url(//wm.cdn.cn86.cn/ycouluhx/2025/01/78bf0c4a186z0kuf.png) no-repeat center;}
.swiper-button-next1{background: url(//wm.cdn.cn86.cn/ycouluhx/2025/01/a0fdf78b63tfg6cg.png) no-repeat center;}


/**/
.box3{margin: 63px 0 25px;overflow: hidden;}
.aimg{width: 48.8%;overflow: hidden;}
.aimg img{width: 100%;transition:all 0.5s;}
.aimg img:hover{transform:scale(1.1);}
.aleft{width: 49%;}
.abt{letter-spacing: 1px;color: #424242;font-size: 42px;font-weight: bold;padding-bottom: 20px;border-bottom:1px dotted #c8c8c8;margin-top: 10px;}
.abt span{color: #9fc612;}
.acon{margin: 1.4vw 0;}
.amore a{display: block;font-size: 14px;font-weight: bold;color: #9ec50e;}


.why{margin-top: 2.6vw;overflow: hidden;}
.why .abt{padding-bottom: 0;border:none;line-height: 1;}
.yul{margin-top: 29px;}
.yul li{margin-bottom: 31px;border: solid 1px #d3d3d3;width: 31.4%;padding:1.5vw;}
.yul li h3{letter-spacing: 1px;color: #393939;font-size: 18px;font-weight: bold;width: calc(100% - 65px);overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.yy{justify-content:flex-start;height: 42px;margin-bottom: 14px;}
.yul li .img{width: 60px;}
.yul li .img img{max-height: 42px;transition:all 0.5s;}
.yul li p{color: #999999;font-size: 14px;line-height: 24px;}
.yul li:hover .img img{transform:scaleX(-1);}



/**/
.box4{background: url(//wm.cdn.cn86.cn/ycouluhx/2025/01/e34b0fe682mxzai5.jpg) no-repeat top center;background-size: cover;padding: 60px 0;overflow: hidden;}
.box4 h3{text-align: center;line-height: 46px;letter-spacing: 1px; color: #ffffff;opacity: 0.8;font-size: 26px;margin-bottom: 40px;}
.m2 a{display: block;width: 134px;height: 55px; border: solid 1px #f3f4f6;line-height: 53px;text-align: center;color: #ffffff;font-size: 16px;margin: 0 11px;}
.m2 a:hover{background-color: #a2c046; border: solid 1px #f3f4f6;}

/**/
.box5{padding: 76px 0 60px;background:#f9f9f9;overflow: hidden;}
.nn a{display: block;color: #9ec50f;font-size: 14px;font-family: 'Arial black';font-weight: bold;}
.nn .abt{margin: 0;padding: 0;border:none;}
.nn{padding-bottom: 30px;margin-bottom: 20px;border-bottom: 1px dotted #c8c8c8;}
.xin li{width: 31.4%;background-color: #ffffff;}
.xin li .img{overflow: hidden;}
.xin li .img img{width: 100%;transition:all 0.5s;}
.xin li:hover .img img{transform:scale(1.1);}
.det{padding: 1.6vw;}
.det .wz{line-height: 24px;letter-spacing: 1px;color: #454545;font-size: 18px;font-weight: bold;overflow: hidden;height: 48px;}
.det .wz2{color: #afafaf;font-size: 14px;line-height: 24px;margin: 10px 0 20px;height: 72px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.mo{color: #95b82e;font-size: 14px;font-family: 'Arial black';font-weight: bold;}
.xin li:hover .det .wz{color: #9ec50f;}

/**/
.box6{background: url(//wm.cdn.cn86.cn/ycouluhx/2025/01/ced8a47af4ynku55.jpg) no-repeat top center;background-size:cover;padding: 53px 0 40px;}
.hbt .abt{margin: 0;padding: 0;border:none;}
.hbt{padding-bottom: 23px;margin-bottom: 40px;border-bottom: 1px dotted #c8c8c8;}
.swiper-button-prev2,.swiper-button-next2{width: 50%;outline: none;height: 54px;}
.swiper-button-prev2{background: url(//wm.cdn.cn86.cn/ycouluhx/2025/01/78bf0c4a186z0kuf.png) no-repeat center;}
.swiper-button-next2{background: url(//wm.cdn.cn86.cn/ycouluhx/2025/01/a0fdf78b63tfg6cg.png) no-repeat center;}
.hbt .jian{margin: 0;}
.mySwiper2 {overflow: hidden;}
.mySwiper2 .swiper-slide{}
.ke{background: #fff;position: relative;padding: 1.8vw 15px 3.5vw 1.7vw;}
.ke:before{content: '';display: block;width: 33px;height: 14px;background: url(//wm.cdn.cn86.cn/ycouluhx/2025/01/610d6abde60cqg9s.png) no-repeat center;position: absolute;left: 28px;bottom: -14px;}
.gy{width: calc(100% - 59px);line-height: 28px;letter-spacing: 1px;color: #999999;font-size: 18px;}
.gbt{margin-top: 38px;}
.gbt dd{letter-spacing: 1px;color: #333333;font-size: 18px;font-weight: bold;}
.gbt dt{color: #a2c046;font-size: 14px;font-weight: bold;margin-top: 5px;}


/**/
.box7 {margin: 70px 0 62px;overflow: hidden;}
.box7 .bt2 dd{color: #424242;line-height: 1;}
.box7 .bt2 dt{color: #999999;}
.box7 .bt2 p{font-weight: bold;}
.mySwiper3{overflow: hidden;margin-top: 40px;}
.mySwiper3 .swiper-slide{border: solid 4px #f2f2f2;}
.mySwiper3 .swiper-slide .img{overflow: hidden;cursor: pointer;}
.mySwiper3 .swiper-slide .img img{width: 100%;transition:all 0.5s;}
.mySwiper3 .swiper-slide:hover .img img{transform:scale(1.1);}
.mySwiper3 .swiper-slide:hover{border-color:  #a2c046;}


/**/
.ft1{background: url(//wm.cdn.cn86.cn/ycouluhx/2025/01/71c86e1659uilucl.jpg) no-repeat top center;background-size: cover;padding: 6.1% 0;}
.ft2{padding: 20px 0;background-color: #0c0c0c;color: #fff;font-size: 12px;text-align: center;}
.ft2 a{color: #fff;}
.ft1 ul li dd{letter-spacing: 1px;font-size: 24px;color: #fdfdfd;font-weight: bold;margin-bottom: 30px;text-transform: uppercase;}
.ft1 ul li dt a{display: block;color: rgba(253,253,253,.6);line-height: 24px;font-size: 14px;background: url(//wm.cdn.cn86.cn/ycouluhx/2025/01/38091ed5c33dtax0.png) no-repeat left center;padding-left: 45px;
    text-transform: uppercase;
}
.ft1 ul li dt a:hover{color: #fff;}
.ft1 ul li > a{display: block;letter-spacing: 1px;font-size: 24px;color: #fdfdfd;font-weight: bold;margin-bottom: 30px;text-transform: uppercase;}
.bq{margin-left: 6.5vw;}


















@media(max-width: 1200px){
    
    .top1{font-size: 12px;}
    .mySwiper h3{font-size: 18px;}
    .ft1 ul li dd,.ft1 ul li > a{font-size: 20px;}
}

@media(max-width: 1100px){
    .bt1 dd{font-size: 30px;}
    .bt1 dt{font-size: 24px;}
    .xbj dd{font-size: 16px;letter-spacing: 0;}
    .bt2 dd,.abt{font-size: 36px;}
    .yul li .img{width: 45px;}
    .yul li h3{width: calc(100% - 50px);font-size: 16px;letter-spacing: 0;}
    .yy{margin-bottom: 6px;}
    .box4 h3{font-size: 22px;line-height: 40px;}
    .gy{font-size: 16px;line-height: 24px;}
    .ft1 ul li dd,.ft1 ul li > a{font-size: 18px;margin-bottom: 20px;}
}

@media(max-width: 800px){
    .aleft,.aimg{width: 100%;}
    .aimg{margin-top: 20px;}
    .box3{margin-top: 40px;}

    .yul li{width: 48%;margin-bottom: 20px;}
    .ft1 ul li dd,.ft1 ul li > a{font-size: 16px;margin-bottom: 13px;}
    .ft1 ul li dt a{font-size: 12px;line-height: 22px;}

}
@media(max-width: 768px){
    .fleft,.xul{width: 100%;}
    .xul{margin-top: 30px;}
    .bt2 dd,.abt{font-size: 36px;}
    .box2{padding: 40px 0 30px;}
    .jian{margin-top: 30px;}
    .bt2 dt{margin: 15px auto 25px;}
    .box4{padding: 40px 0;}
    .box4 h3{font-size: 18px;line-height: 30px;margin-bottom: 20px;}
     body{padding-bottom: 70px;}
}


@media(max-width: 640px){
    .language-group .btn{padding: 6px;font-size: 12px;}
    .box1{margin: 30px 0;}
    .fleft{padding: 20px 15px;}
     .bt1 dd{font-size: 28px;}
    .bt1 dt{margin-top: 12px;font-size: 22px;}
    .fcon{margin: 15px 0;}
    .xul li{width: 100%;margin-bottom: 15px;}
    .xbj dt{height: auto;display: block;}
    .xbj dd{margin:15px 0 10px;}
    .box2{padding: 30px 0;}
    .bt2 dd,.abt{font-size: 28px;letter-spacing: 0;}
    .mySwiper p{margin-top: 15px;}
    .mySwiper h3{font-size: 15px;}
    .box3{margin-top: 20px;}
    .abt{padding-bottom: 14px;}
    .acon{margin: 15px 0;}
    .why{margin-top: 30px;}
    .yul{margin-top: 20px;}
    .yul li{width: 100%;}
    .yul li{padding:15px;margin-bottom: 10px;}
    .yy{margin-bottom: 0;}
    .m2 a{width: 120px;height: 48px;line-height: 46px;font-size: 14px;margin: 0 5px;}
    .box5{padding: 30px 0 20px; }
    .nn{padding-bottom: 15px;}
    .xin li{width: 100%;margin-bottom: 15px;}
    .det{padding:  15px;}
    .det .wz{height: auto;}
    .det .wz2{height: auto;margin: 5px 0 10px;}
    .box6{padding: 30px 0;}
    .hbt{margin-bottom: 20px;}
    .hbt .jian{margin-top: 15px;}
    .ke{padding: 20px;}
    .gbt{margin-top: 30px;}
    .box7{margin: 30px 0;}
    .mySwiper3{margin-top: 20px;}
    .ft1{display: none;}
}