﻿@charset "UTF-8";

/*** 内页公共 ***/

@media (max-width: 991.98px) {
    .lg-inner,
    .global-inner,
    .sm-inner,
    .inside-inner,
    .m-inner {
        padding: 0 0.18rem;
    }
}

.header {
    box-shadow: none;
}

.main-box {
    width: 100%;
    min-height: 500px;
    position: relative;
    z-index: 10;
}

.page-title {
    font-size: 2.4em;
    line-height: 1em;
    padding-top: 10px;
    position: relative;
}

.page-title:before {
    content: '';
    width: 1.67em;
    max-width: 80px;
    height: 1px;
    display: block;
    background: #ffe600;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.page-title.is-center {
    text-align: center;
}

.page-title.is-center:before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.inside-topbox {
    width: 100%;
    position: relative;
    z-index: 200;
}

.inside-banbox {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    color: #fff;
}

.inside-banbox .imgs {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: no-repeat center center;
    background-size: cover;
    z-index: 1;
}

.inside-banbox .imgs.web {
    height: 27em;
}

.inside-banbox .imgs img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.inside-banbox .lvtit {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 10;
    font-family: "SourceHanSansCN-Regular";
    font-size: 3em;
    line-height: 1em;
    padding-bottom: 0.5em;
    margin-top: -0.75em;
}

.inside-banbox .lvtit:after {
    content: '';
    width: 1.33em;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.inside-navbox {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    background: rgba(0, 0, 0, 0.2);
    line-height: 60px;
    height: 60px;
}

.inside-navbox .btn-home {
    width: 60px;
    height: 60px;
    display: block;
    background: url("/Img_mt/images/icon-home.png") no-repeat center center rgba(0, 0, 0, 0.25);
    background-size: 16px;
    float: left;
}

.inside-nav {
    width: calc(100% - 60px);
    overflow: visible;
    position: relative;
    float: left;
}

.inside-navitem {
    padding: 0;
    position: relative;
}

.inside-navitem .item-hd {
    width: 100%;
    padding: 0 82px 0 30px;
    font-size: 16px;
    background: url("/Img_mt/images/icon-zk.png") no-repeat right 30px center;
    background-size: 20px;
    cursor: pointer;
    color: #fff;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
}

.inside-navitem .item-hd a {
    opacity: .7;
    display: block;
}

.inside-navitem .navdrop {
    width: 100%;
    background: #00713b;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 50;
    display: none;
    padding: 20px 0 24px;
    font-size: 16px;
    line-height: 1.875em;
    color: #fff;
}

.inside-navitem .navdrop li.active>.tit a {
    opacity: 1;
    font-weight: bold;
}

.inside-navitem .navdrop a {
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    opacity: .7;
}

.inside-navitem .navdrop>.sublist ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: calc(100% + 1px);
    background: #00713b;
    padding: 20px 0 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    display: none;
    margin-left: -1px;
}

.inside-navitem.active .item-hd {
    background-color: #00713b;
    background-image: url("/Img_mt/images/icon-ss.png");
}

.inside-navitem.active .item-hd a {
    opacity: 1;
}

.inside-navbox2 {
    width: 100%;
    position: relative;
    font-size: 0.17rem;
    color: #fff;
    z-index: 200;
}

.inside-navboxaaa {
    width: 100%;
    position: relative;
    font-size: 0.17rem;
    color: #fff;
    z-index: 200;
}

.inside-navbox2 .hd,
.inside-navboxaaa .hd {
    width: 100%;
    height: 0.48rem;
    display: block;
    background: url("/Img_mt/images/icon-zk.png") no-repeat right 0.18rem center #00713b;
    background-size: 0.22rem;
    padding: 0 0.18rem;
    line-height: 0.48rem;
}

.inside-navbox2 .hd a,
.inside-navboxaaa .hd a {
    display: block;
}

.inside-navbox2 .dropbox,
.inside-navboxaaa .dropbox {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #00713b;
    padding: 10px 0.18rem 12px;
    line-height: 0.3rem;
}

.inside-navbox2 .dropbox a,
.inside-navboxaaa .dropbox a {
    display: inline-block;
    vertical-align: top;
    min-width: 50%;
}

.inside-navbox2.open-sublist .hd,
.inside-navboxaaa.open-sublist .hd {
    background-image: url("/Img_mt/images/icon-ss.png");
}

.inside-navbox2_place {
    height: 0.48rem;
    display: none;
}

body.inside-green .inside-navbox {
    background-color: #00713b;
}

body.inside-green .inside-navbox .btn-home {
    background-color: #00552c;
}

body.fixed-inside .inside-navbox {
    background-color: #00713b;
    position: fixed;
    left: 0;
    top: 0;
}

body.fixed-inside .inside-navbox .btn-home {
    background-color: #00552c;
}

body.fixed-inside2 .inside-navbox2 {
    position: fixed;
    left: 0;
    top: 0;
}

body.fixed-inside2 .inside-navbox2_place {
    display: block;
}

@media (max-width: 991.98px) {
    .page-title {
        font-size: 0.29rem;
        padding-top: 7px;
    }
    .page-title:before {
        width: 0.48rem;
        max-width: 0.48rem;
    }
    .inside-banbox .imgs.web {
        height: 3.22rem;
    }
    .inside-banbox .lvtit {
        font-size: 0.36rem;
        padding-bottom: 0.18rem;
        margin-top: -0.27rem;
    }
    .inside-banbox .lvtit:after {
        width: 0.48rem;
    }
}

@media (max-width: 767.98px) {
    .page-title {
        text-align: left;
    }
    .page-title.is-center {
        text-align: left;
    }
    .page-title.is-center:before {
        left: 0;
        transform: none;
        -webkit-transform: none;
    }
}


/*** 产品列表-通用 ***/

.prdt-lv2list {
    width: 100%;
    height: 134px;
    display: table;
    border-bottom: solid 1px #ddd;
    overflow: visible;
    font-size: 14px;
    line-height: 1em;
    color: #999;
    position: relative;
    text-align: center;
}

.prdt-lv2list li {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.prdt-lv2list li:hover {
    color: #00713b;
}

.prdt-lv2list li:hover .icon .icon1 {
    display: none;
}

.prdt-lv2list li:hover .icon .icon2 {
    display: block;
}

.prdt-lv2list li.current {
    color: #00713b;
}

.prdt-lv2list li.current:after {
    content: '';
    width: 100%;
    height: 4px;
    display: block;
    background-color: #00713b;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.prdt-lv2list li.current .icon .icon1 {
    display: none;
}

.prdt-lv2list li.current .icon .icon2 {
    display: block;
}

.prdt-lv2list a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 1em;
}

.prdt-lv2list .icon {
    width: 48px;
    display: block;
    margin: 0 auto 10px;
}

.prdt-lv2list .icon img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.prdt-lv2list .icon .icon2 {
    display: none;
}

.btn-prdtMenu_open {
    width: 100%;
    height: 0.6rem;
    display: block;
    line-height: 0.6rem;
    font-size: 0.17rem;
    color: #fff;
    background-color: #333;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 200;
    text-align: center;
}

.btn-prdtMenu_open img {
    width: 0.18rem;
    margin: -2px 6px 0 0;
}

.modal-prdtMenu {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.modal-prdtMenu .modal-dialog {
    width: 100%;
    height: 100%;
    display: block;
    transform: none !important;
    -webkit-transform: none !important;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.modal-prdtMenu .modal-content {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0.85rem 0 0.6rem;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.modal-prdtMenu .modal-close {
    width: 0.6rem;
    height: 0.6rem;
    display: block;
    background: url("/Img_mt/images/close2.png") no-repeat center center rgba(0, 0, 0, 0.5);
    background-size: 0.16rem;
    position: absolute;
    right: 0;
    top: -1px;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
}

.modal-prdtMenu .modal-header {
    width: 100%;
    height: 0.6rem;
    display: block;
    border-bottom: solid 1px #e6e6e6;
    background-color: #f2f2f2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    background: #00713b;
}

.page-product .modal-prdtMenu .modal-header .lvtit {
    color: #fff;
    padding: .9em 0 0 0.24rem!important;
}

.modal-prdtMenu .modal-header .lvtit {
    padding: 1em 0 0 0.24rem;
    font-size: 0.22rem;
    line-height: 1em;
    color: #666;
    font-family: "SourceHanSansCN-Regular";
}

.modal-prdtMenu .modal-footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
}

.modal-prdtMenu .modal-footer .tit {
    width: 100%;
    height: 0.6rem;
    display: block;
    overflow: hidden;
    text-align: center;
    background-color: #00713b;
    font-size: 0.17rem;
    line-height: 0.6rem;
    color: #fff;
}

.modal-prdtMenu .modal-body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    overflow-y: auto;
    z-index: 5;
}

.modal-prdtMenu .navlist {
    width: 100%;
    overflow: hidden;
}

.modal-prdtMenu .navlist>li {
    width: 100%;
    position: relative;
    border-bottom: solid 1px #e8e8e8;
}

.modal-prdtMenu .navlist>li.had-subnav>.tit .icon:after {
    display: block;
}

.modal-prdtMenu .navlist>li.active>.tit .icon:after {
    display: none;
}

.modal-prdtMenu .navlist>li.active:not(.had-subnav)>.tit {
    color: #00713b;
}

.modal-prdtMenu .navlist>li.in .sublist {
    display: block;
}

.modal-prdtMenu .navlist>li>.tit {
    width: 100%;
    height: 0.78rem;
    padding: 0 0.24rem;
    overflow: hidden;
    font-size: 0.2rem;
    line-height: 0.78rem;
    color: #333;
}

.modal-prdtMenu .navlist>li>.tit a {
    float: left;
    padding: 0 1em 0 0.36rem;
    position: relative;
}

.modal-prdtMenu .navlist>li>.tit .icon {
    width: 0.18rem;
    height: 0.18rem;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.modal-prdtMenu .navlist>li>.tit .icon:before {
    content: '';
    width: 0.18rem;
    height: 1px;
    display: block;
    background-color: #bfbbba;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
}

.modal-prdtMenu .navlist>li>.tit .icon:after {
    content: '';
    height: 0.18rem;
    width: 1px;
    display: none;
    background-color: #bfbbba;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -0.5px;
}

.modal-prdtMenu .sublist {
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    padding: 0 0.24rem 0.24rem 0.54rem;
    font-size: 0.17rem;
    line-height: 0.4rem;
    color: #333;
}

.modal-prdtMenu .sublist li {
    margin-bottom: 8px;
    width: 100%;
    overflow: hidden;
}

.modal-prdtMenu .sublist li.current {
    color: #00713b;
}

.modal-prdtMenu .sublist li.current .num {
    color: #00713b;
}

.modal-prdtMenu .sublist a {
    float: left;
    min-width: 50%;
}

.modal-prdtMenu .sublist .num {
    font-family: "Arial";
    font-weight: bold;
    color: #999;
    margin-left: 5px;
}

.prdt-layout {
    width: 100%;
    padding-bottom: 100px;
}

.prdt-aside {
    width: 410px;
    max-width: 322px;
    flex: 1;
    -webkit-flex: 1;
    padding: 30px 0 0 40px;
}

.prdt-aside .aside-tit {
    font-size: 30px;
    line-height: 68px;
    font-family: "SourceHanSansCN-Regular";
    margin-bottom: 5px;
}

.prdt-classitem {
    width: 100%;
}

.prdt-classitem .classtit {
    font-size: 24px;
    line-height: 72px;
}

.prdt-classitem .classtit a {
    display: block;
    padding-left: 35px;
    padding: 0 80px 0 35px;
    position: relative;
}

.prdt-classitem .classtit a:before {
    content: '';
    width: 20px;
    height: 1px;
    display: block;
    background-color: #afaaa9;
    position: absolute;
    left: 0;
    top: 50%;
}

.prdt-classitem .classtit a:after {
    content: '';
    width: 0;
    height: 1px;
    display: block;
    background-color: #00713b;
    position: absolute;
    right: 0;
    top: 50%;
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
}

.prdt-classitem .classlist {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 40px;
}

.prdt-classitem .classlist li {
    margin-bottom: 1em;
    padding: 0 80px 0 35px;
    position: relative;
}

.prdt-classitem .classlist li:last-child {
    margin-bottom: 0;
}

.prdt-classitem .classlist li:after {
    content: '';
    width: 0;
    height: 1px;
    display: block;
    background-color: #00713b;
    position: absolute;
    right: 0;
    top: 50%;
    transition: width 0.3s;
    -webkit-transition: width 0.3s;
}

.prdt-classitem .classlist li:hover {
    color: #00713b;
}

.prdt-classitem .classlist li:hover .num {
    color: #00713b;
}

.prdt-classitem .classlist li.current {
    color: #00713b;
}

.prdt-classitem .classlist li.current:after {
    width: 80px;
}

.prdt-classitem .classlist li.current .num {
    color: #00713b;
}

.prdt-classitem .classlist a {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.prdt-classitem .classlist .num {
    color: #999;
    font-family: "Arial";
    margin-left: 5px;
    font-weight: bold;
}

.prdt-classitem:not(.had-subnav).current .classtit a {
    color: #00713b;
}

.prdt-classitem:not(.had-subnav).current .classtit a:after {
    width: 80px;
}

@media screen and (max-width: 1500px) {
    .prdt-aside {
        width: 370px;
        max-width: 370px;
        padding-left: 4.75em;
    }
    .prdt-classitem .classtit a {
        padding-right: 50px;
    }
    .prdt-classitem .classlist li {
        padding-right: 50px;
    }
    .prdt-classitem .classlist li.current:after {
        width: 50px;
    }
    .prdt-classitem:not(.had-subnav).current .classtit a:after {
        width: 50px;
    }
}

@media screen and (max-width: 1366px) {
    .prdt-aside {
        width: 300px;
        max-width: 300px;
        padding-left: 2.5em;
    }
    .prdt-classitem .classtit a {
        padding-right: 40px;
    }
    .prdt-classitem .classlist li {
        padding-right: 40px;
    }
    .prdt-classitem .classlist li.current:after {
        width: 40px;
    }
    .prdt-classitem:not(.had-subnav).current .classtit a:after {
        width: 40px;
    }
}

.prdt-body {
    flex: 1;
    -webkit-flex: 1;
}

.prdt-content {
    width: 100%;
    padding: 30px;
    background-color: #f4f4f4;
    min-height: 990px;
    overflow: hidden;
}

.prdt-content .global-page {
    margin: 30px auto 0;
}

.prdt-list {
    min-height: 500px;
    overflow: hidden;
    margin: 0 -15px -30px;
}

.prdt-list li {
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.prdt-list .item-inner {
    width: 100%;
    display: block;
    background-color: #fff;
    border: solid 1px #fff;
}

@media screen and (min-width: 992px) {
    .prdt-list .item-inner:hover {
        border-color: #00713b;
    }
    .prdt-list .item-inner:hover .image {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    .prdt-list .item-inner:hover .item-more {
        color: #fff !important;
        border-color: #00713b;
    }
    .prdt-list .item-inner:hover .item-more:before {
        left: 0;
    }
}

.prdt-list .item-imgs {
    width: 100%;
    height: 240px;
    display: block;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
    position: relative;
}

.prdt-list .image {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    position: relative;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.prdt-list .item-bd {
    padding: 23px 30px 38px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    word-break: break-all;
}

.prdt-list .item-tit {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    margin-bottom: 1em;
    color: #000;
	text-align: center;
}

.prdt-list .item-level {
    height: 24px;
    overflow: hidden;
    margin-bottom: 12px;
}

.prdt-list .item-gg {
    height: 24px;
    overflow: hidden;
    margin-bottom: 12px;
}

.prdt-list .item-sp {
    height: 24px;
    overflow: hidden;
}

.prdt-list .item-more {
    width: 100%;
    height: 40px;
    line-height: 38px;
    margin-top: 32px;
    border-radius: 20px;
}

.add-product-list {
    margin-top: 20px;
}

@media screen and (max-width: 1600px) {
    .prdt-list li {
        width: 33.333%;
    }
}

@media screen and (max-width: 1200px) {
    .prdt-list li {
        width: 50%;
    }
}

.prdt-crumb {
    width: 100%;
    overflow: hidden;
    font-size: 0.17rem;
    line-height: 0.64rem;
}

.prdt-crumb>a {
    float: left;
}

.prdt-crumb>a:after {
    content: '>';
    margin: 0 4px;
}

.prdt-crumb>a:last-child,
.prdt-crumb>a.last {
    color: #00713b;
}

.prdt-crumb>a:last-child:after,
.prdt-crumb>a.last:after {
    display: none;
}

@media screen and (max-width: 991.98px) {
    .page-product {
        padding-bottom: 0.6rem;
    }
    .prdt-layout {
        padding-bottom: 0;
    }
    .prdt-content {
        padding: 0 0.2rem 0.2rem;
    }
    .prdt-content .global-page {
        margin-top: 0.2rem;
    }
    .prdt-list {
        margin: 0 -0.1rem -0.2rem;
    }
    .prdt-list li {
        margin-bottom: 0.2rem;
        padding: 0 0.1rem;
    }
    .prdt-list .item-imgs {
        height: 2.88rem;
    }
    .prdt-list .item-bd {
        padding: 0.24rem 0.24rem 0.36rem;
        font-size: 0.17rem;
        line-height: 0.3rem;
    }
    .prdt-list .item-tit {
        font-size: 0.22rem;
        line-height: 0.3rem;
        height: 0.3rem;
        margin-bottom: 0.2rem;
    }
    .prdt-list .item-level {
        height: 0.3rem;
        margin-bottom: 6px;
    }
    .prdt-list .item-gg {
        height: 0.3rem;
    }
    .prdt-list .item-more {
        height: 0.4rem;
        line-height: 0.38rem;
        margin-top: 0.38rem;
        border-radius: 0.2rem;
    }
}

@media screen and (max-width: 767.98px) {
    .prdt-list li {
        width: 100%;
    }
}


/*** 品牌产品-健康配套 ***/

.modal-detbox .modal-dialog {
    width: 100%;
    height: 100%;
}

.modal-detbox .modal-content {
    width: 800px;
    max-width: 90%;
    max-height: 90vh;
    overflow: hidden;
    overflow-y: auto;
    background-color: #fff;
    padding: 54px 60px;
    margin: 0 auto;
}

.modal-detbox .modal-close {
    width: 60px;
    height: 60px;
    display: block;
    background: url("/Img_mt/images/close2.png") no-repeat center center #00713b;
    background-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

.modal-detbox .prdt-tit {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 26px;
    position: relative;
    font-family: "SourceHanSansCN-Regular";
    margin-bottom: 20px;
}

.modal-detbox .prdt-tit:after {
    content: '';
    width: 2.67em;
    height: 1px;
    display: block;
    background-color: #00713b;
    position: absolute;
    left: 0;
    bottom: 0;
}

.modal-detbox .prdt-doc {
    font-size: 16px;
    line-height: 26px;
    min-height: 288px;
}

.modal-detbox .prdt-doc li {
    width: 100%;
    display: table;
    padding: 5px 0;
}

.modal-detbox .prdt-doc li h5 {
    float: left;
    white-space: nowrap;
    color: #00713b;
}

.modal-detbox .prdt-doc li .doc {
    width: 100%;
    display: table-cell;
    vertical-align: top;
}

.modal-detbox .prdt-doc img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 991.98px) {
    .modal-detbox .modal-content {
        padding: 0.54rem 0.3rem;
    }
    .modal-detbox .modal-close {
        width: 0.6rem;
        height: 0.6rem;
    }
    .modal-detbox .prdt-tit {
        font-size: 0.3rem;
        line-height: 0.4rem;
        padding-bottom: 0.26rem;
        margin-bottom: 0.2rem;
    }
    .modal-detbox .prdt-list {
        font-size: 0.17rem;
        line-height: 0.29rem;
    }
}


/**** 品牌产品-健康整装 ***/

.prdt2-sectone {
    width: 100%;
    overflow: hidden;
    position: relative;
    color: #fff;
}

.prdt2-sectone .imgs {
    width: 100%;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    position: relative;
}

.prdt2-sectone .imgs.web {
    height: calc(100vh - 80px);
}

.prdt2-sectone .imgs.app {
    height: 5.22rem;
}

.prdt2-sectone .bdbox {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 29.4%;
    z-index: 10;
}

.prdt2-sectone .bdbox .t1 {
    font-size: 35px;
    line-height: 1em;
    margin-bottom: 108px;
    position: relative;
}

.prdt2-sectone .bdbox .t1 span {
    font-size: 35px;
    display: block;
}

.prdt2-sectone .bdbox .t1:after {
    content: '';
    width: 1px;
    height: 30px;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 30px;
}

.prdt2-sectone .bdbox .w1 {
    font-size: 3.6em;
    line-height: 1em;
    font-family: "SourceHanSansCN-Regular";
    margin-bottom: 34px;
}

.prdt2-sectone .bdbox .t2 {
    font-size: 25px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    border-bottom: solid 1px #fff;
    padding: 0 5px;
}

.prdt2-sectone .more {
    position: absolute;
    left: 50%;
    bottom: 3em;
    z-index: 10;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.prdt2-sectone .more .tt {
    display: block;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1em;
}

.prdt2-sectone .more .arrow {
    width: 4em;
    height: 4em;
    display: block;
    margin: 1.5em auto 0;
    border-radius: 100%;
    border: solid 1px #fff;
    background: url("/Img_mt/images/arrow-down2.png") no-repeat center center;
    background-size: 1.5em;
}

.prdt2-body .row {
    overflow: visible;
}

.prdt2-sectwo {
    width: 100%;
    overflow: visible;
    padding: 80px 0 72px;
    border-bottom: solid 1px #e6e6e6;
}

.prdt2-sectwo .row-left {
    padding: 0;
}

.prdt2-sectwo .row-left .t1 {
    font-size: 2.4em;
    line-height: 1em;
    font-family: '微软雅黑';
}

.prdt2-sectwo .row-left .t2 {
    font-size: 24px;
    line-height: 1em;
    margin-top: 0.75em;
    color: #999;
}

.prdt2-sectwo .row-left .btn-return {
    margin-top: 40px;
}

.prdt2-sectwo .row-right {
    padding: 0;
}

.prdt2-sectwo .prdt2-doc {
  /*  font-size: 16px;
    line-height: 30px;
    margin-top: 30px; */

	font-size: 18px;
    line-height: 2em;
    margin-top: 38px;
}

.prdt2-stit {
    font-size: 1.8em;
    line-height: 1em;
    font-family: "SourceHanSansCN-Regular";
    color: #00713b;
    overflow: hidden;
    position: relative;
}

.prdt2-stit .tit {
    font-size: 30px;
    float: left;
}

.prdt2-doc {
    font-size: 18px;
    line-height: 2em;
    margin-top: 38px;
}

.prdt2-doc li {
    position: relative;
    padding-left: 5em;
}

.prdt2-doc li strong {
    position: absolute;
    left: 0;
    top: 0;
}

.prdt2-doc strong {
    font-weight: 400;
    font-family: "SourceHanSansCN-Regular";
}

.prdt2-doc strong .col2 {
    display: inline-block;
    width: 2em;
}

.prdt2-doc img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.prdt2-doc>img {
    margin-top: 0.28rem;
}

.prdt2-secthree {
    width: 100%;
    padding: 80px 0 42px;
    border-bottom: solid 1px #e6e6e6;
    align-items: center;
    margin-bottom: 118px;
}

.prdt2-secthree .prdt2-collapse {
    padding: 38px 0 70px;
}

.prdt2-secthree .row-left {
    padding-left: 0;
}

.prdt2-secthree .row-right {
    padding: 0;
}

.prdt2-secthree .row-right img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.prdt2-sectfour {
    padding-bottom: 32px;
    border-bottom: solid 1px #e6e6e6;
    position: relative;
}

.prdt2-foswip {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.prdt2-foswip .slide-imgs {
    width: 100%;
    height: 37.5em;
    display: block;
    overflow: hidden;
    position: relative;
}

.prdt2-foswip .image {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    position: relative;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.prdt2-foswip .slide-tit {
    text-align: center;
    font-size: 18px;
    line-height: 2em;
    margin-top: 10px;
}

.prdt2-foCtrl {
    width: 3em;
    height: 3em;
    display: block;
    border-radius: 100%;
    border: solid 1px #fff;
    background: no-repeat center center rgba(255, 255, 255, 0.3);
    background-size: 0.5em auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-bottom: 46px;
    text-align: center;
    z-index: 20;
    cursor: pointer;
    line-height: 2.8em;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.prdt2-foCtrl .fa {
    font-size: 30px;
    display: none;
    color: #fff;
}

.prdt2-foCtrl.prev {
    left: 1.5em;
    background-image: url("/Img_mt/images/arrow-left.png");
}

.prdt2-foCtrl.next {
    right: 1.5em;
    background-image: url("/Img_mt/images/arrow-right.png");
}

.prdt2-foCtrl.swiper-button-disabled {
    display: none;
}

@media screen and (min-width: 992px) {
    .prdt2-foCtrl:hover {
        border-color: #00713b;
        background-color: #00713b;
    }
}

.prdt2-foPage {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0.38rem !important;
    text-align: center;
    line-height: 0.38rem;
    z-index: 20;
}

.prdt2-foPage .bullet {
    width: 0.3rem;
    height: 0.38rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 3px;
    opacity: .5;
}

.prdt2-foPage .bullet:after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.prdt2-foPage .bullet.active {
    opacity: 1;
}

.prdt2-sectend {
    padding: 80px 0 134px;
    color: #999;
    text-align: center;
}

.prdt2-sectend .imgs {
    width: 190px;
    display: block;
    margin: 0 auto 60px;
    padding: 14px;
    border: solid 1px #e6e6e6;
}

.prdt2-sectend .imgs img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.prdt2-sectend .tit {
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 25px;
}

.prdt2-sectend .word {
    font-size: 18px;
    line-height: 28px;
}

.prdt2-sectend a[href]:hover {
    color: #00713b;
}

@media screen and (max-width: 991.98px) {
    .prdt2-sectone .imgs.web {
        height: 5.22rem !important;
    }
    .prdt2-sectone .bdbox {
        top: 1.47rem;
    }
    .prdt2-sectone .bdbox .t1 {
        font-size: 0.22rem;
        margin-bottom: 0.63rem;
    }
    .prdt2-sectone .bdbox .t1:after {
        height: 0.3rem;
        margin-top: 0.17rem;
    }
    .prdt2-sectone .bdbox .w1 {
        font-size: 0.43rem;
        margin-bottom: 0.15rem;
    }
    .prdt2-sectone .bdbox .t2 {
        font-size: 0.16rem;
        line-height: 0.18rem;
        padding: 0;
    }
    .prdt2-sectone .more {
        bottom: 0.36rem;
    }
    .prdt2-sectone .more .tt {
        font-size: 0.16rem;
    }
    .prdt2-sectone .more .arrow {
        width: 0.48rem;
        height: 0.48rem;
        margin-top: 0.16rem;
    }
    .prdt2-sectwo {
        padding: 0;
        border-bottom: none;
    }
    .prdt2-sectwo .row-left {
        width: 100vw;
        margin: 0 -0.18rem;
        padding: 0.35rem 1.5rem 0.45rem 0.18rem;
        border-bottom: solid 1px #ececec;
    }
    .prdt2-sectwo .row-left .t1 {
        font-size: 0.3rem;
    }
    .prdt2-sectwo .row-left .t2 {
        font-size: 0.18rem;
        margin-top: 0.16rem;
    }
    .prdt2-sectwo .row-left .btn-return {
        position: absolute;
        right: 0.18rem;
        top: 0.36rem;
        margin: 0;
    }
    .prdt2-collapse {
        width: 100vw;
        margin: 0 -0.18rem;
        padding: 0.28rem 0.18rem !important;
        border-bottom: solid 1px #ececec;
    }
    .prdt2-collapse .prdt2-stit {
        font-size: 0.24rem;
        line-height: 0.4rem;
        margin: 0;
    }
    .prdt2-collapse .prdt2-stit .icon {
        width: 0.24rem;
        height: 0.24rem;
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -0.12rem;
    }
    .prdt2-collapse .prdt2-stit .icon:before {
        content: '';
        width: 100%;
        height: 2px;
        display: block;
        background-color: #333;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px;
    }
    .prdt2-collapse .prdt2-stit .icon:after {
        content: '';
        width: 2px;
        height: 100%;
        display: block;
        background-color: #333;
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -1px;
    }
    .prdt2-collapse .prdt2-doc {
        display: none;
        font-size: 0.17rem !important;
        line-height: 0.29rem !important;
        margin-top: 0.18rem;
    }
    .prdt2-collapse.in .prdt2-stit .icon:after {
        display: none;
    }
    .prdt2-collapse.active .prdt2-doc {
        display: block;
    }
    .prdt2-secthree {
        padding: 0;
        border-bottom: none;
        margin-bottom: 0.6rem;
    }
    .prdt2-sectfour {
        margin: 0 -0.18rem;
        padding-bottom: 0.32rem;
    }
    .prdt2-foswip .slide-imgs {
        height: 4.5rem;
    }
    .prdt2-foswip .slide-tit {
        font-size: 0.17rem;
        line-height: 0.22rem;
        margin-top: 0.15rem;
    }
    .prdt2-sectend {
        padding: 0.46rem 0;
    }
    .prdt2-sectend .imgs {
        width: 1.15rem;
        padding: 0.08rem;
        margin-bottom: 0.34rem;
    }
    .prdt2-sectend .tit {
        font-size: 0.22rem;
        margin-bottom: 0.32rem;
    }
    .prdt2-sectend .word {
        font-size: 0.17rem;
        line-height: 0.22rem;
    }
    .prdt2-sectend .word span {
        display: block;
    }
    .prdt2-sectend .word a {
        margin-top: 2px;
    }
}


/*** 产品详情 ***/

.prdtDet-box {
    padding: 120px 0 190px;
}

.prdtDet-row {
    width: 100%;
    padding: 0 15px;
	margin-bottom: 8%;
}

.prdtDet-imgbox {
    width: 38%;
    max-width: 660px;
    float: left;
}

.prdtDet-bigImg {
    width: 100%;
    height: 22em;
    display: block;
    border: solid 1px #e6e6e6;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.prdtDet-bigImg .imgs {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: contain;
    position: relative;
}

.prdtDet-imgbot {
    width: 100%;
    height: 4.5em;
    overflow: hidden;
    position: relative;
    padding: 0 28%;
    border: solid 1px #e6e6e6;
    border-top-color: transparent;
    line-height: 4.5em;
}

.prdtDet-smImg {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.prdtDet-smImg .cont {
    width: 70px;
    max-width: 100%;
    height: 100%;
    position: relative;
    padding: 0.9em 0;
    margin: 0 auto;
    cursor: pointer;
}

.prdtDet-smImg .image {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: contain;
    position: relative;
}

.prdtDet-smImg .thumbs-active .cont:after {
    content: '';
    width: 100%;
    height: 4px;
    display: block;
    background: #00713b;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.prdtDet-sctrl {
    width: 3.7em;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 20;
    font-family: 'SimSun';
    font-weight: bold;
    color: #00713b;
    cursor: pointer;
}

.prdtDet-sctrl:after {
    content: '';
    width: 14px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center center;
    background-size: contain;
}

.prdtDet-sctrl i {
    display: none;
    font-style: normal;
    font-size: 30px;
}

.prdtDet-sctrl.prev {
    text-align: right;
    left: 0;
}

.prdtDet-sctrl.prev:after {
    background-image: url("/Img_mt/images/arrow-left2.png");
}

.prdtDet-sctrl.next {
    text-align: left;
    right: 0;
}

.prdtDet-sctrl.next:after {
    background-image: url("/Img_mt/images/arrow-right2.png");
}

.prdtDet-sctrl.swiper-button-disabled {
    display: none;
}

@media screen and (max-width: 1440px) {
    .prdtDet-imgbot {
        padding: 0 3em;
    }
    .prdtDet-sctrl {
        width: 2em;
    }
}

.prdtDet-body {
    width: 10000px;
    display: table-cell;
    vertical-align: top;
    padding: 10px 0 0 8.7%;
    position: relative;
	height: auto;
}

.prdtDet-body .btn-return {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.prdtDet-hd {
    position: relative;
    padding-right: 170px;
    margin-bottom: 2em;
}

.prdtDet-hd .tit {
    font-size: 2.4em;
    line-height: 1.25em;
    font-family: "SourceHanSansCN-Regular";
    margin-bottom: 0.583em;
}

.prdtDet-hd .desc {
    font-size: 16px;
    line-height: 1.625em;
    color: #666;
    margin-bottom: 2.1875em;
}

.prdtDet-hd .line {
    width: 80px;
    height: 1px;
    display: block;
    background: #e1cd00;
}

.prdtDet-intt {
    margin-bottom: 14px;
}

.prdtDet-intt span {
    display: inline-block;
    vertical-align: top;
    padding: 0 18px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    border-radius: 15px;
    background: #70bb2b;
}

.prdtDet-doc {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    word-break: break-all;
    text-align: justify;
    text-indent: 30px;
}
}

.prdtDet-param {
    margin-bottom: 34px;
}

.prdtDet-param .prdtDet-doc li {
    width: 100%;
    display: table;
}

.prdtDet-param .prdtDet-doc h5 {
    float: left;
    color: #00713b;
    font-family: "SourceHanSansCN-Regular";
    white-space: nowrap;
}

.prdtDet-param .prdtDet-doc .doc {
    width: 100%;
    display: table-cell;
    vertical-align: top;
}

.prdtDet-param .col2 {
    display: inline-block;
    width: 2em;
}

.prdtDet-td {
    margin-bottom: 34px;
}

.prdtDet-td:last-child {
    margin-bottom: 0;
}

.prdtDet-td .prdtDet-doc li {
    padding-left: 20px;
    position: relative;
}

.prdtDet-td .prdtDet-doc li:before {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    background: #00713b;
    border-radius: 100%;
    position: absolute;
    left: 6px;
    top: 12.5px;
}

@media screen and (max-width: 991.98px) {
    .prdtDet-row {
        padding: 0;
    }
    .prdtDet-box {
        padding: 0.35rem 0 0.5rem;
    }
    .prdtDet-imgbox {
        width: 100%;
        max-width: 100%;
        float: none;
    }
    .prdtDet-body {
        padding: 0;
        width: 100%;
        display: block;
        margin-top: 0.36rem;
    }
    .prdtDet-body .btn-return {
        position: static;
        margin: 0.36rem auto 0;
        width: 1.5rem;
        height: 0.4rem;
        line-height: 0.38rem;
        font-size: 0.16rem;
    }
    .prdtDet-body .btn-return .fa {
        margin-right: 0.12rem;
    }
    .prdtDet-hd {
        padding: 0;
        margin-bottom: 0.36rem;
    }
    .prdtDet-hd .tit {
        font-size: 0.3rem;
    }
    .prdtDet-hd .desc {
        font-size: 0.17rem;
        line-height: 0.29rem;
        margin-bottom: 0.3rem;
    }
    .prdtDet-hd .line {
        width: 0.48rem;
    }
    .prdtDet-param {
        margin-bottom: 0.36rem;
    }
    .prdtDet-td {
        margin-bottom: 0.36rem;
    }
    .prdtDet-intt {
        margin-bottom: 0.14rem;
    }
    .prdtDet-intt span {
        font-size: 0.18rem;
        line-height: 0.3rem;
    }
    .prdtDet-doc {
        font-size: 0.17rem;
        line-height: 0.29rem;
    }
    .prdtDet-sctrl:after {
        width: 0.14rem;
        height: 0.26rem;
    }
}


/**** 经典案例 ***/

.case-topnav {
    width: 100%;
    background: #f7f9fa;
    position: relative;
    border-top: solid 1px #dee0e1;
}

.case-topnav .list {
    width: 100%;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
}

.case-topnav li {
    width: 50%;
    float: left;
}

.case-topnav li:first-child {
    text-align: right;
}

.case-topnav li.active a {
    color: #00713b;
    font-family: "SourceHanSansCN-Regular";
}

.case-topnav li.active a:after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: #00713b;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.case-topnav a {
    width: 300px;
    max-width: 100%;
    height: 59px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    line-height: 54px;
    color: #666;
    padding: 3px 0 2px;
    position: relative;
}

.case-toplace {
    width: 100%;
    height: 60px;
    display: none;
}

body.fixed-casenav .case-toplace {
    display: block;
}

body.fixed-casenav .case-topnav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
}

.case-body {
    padding: 60px 0 70px;
}

.case-body .global-page {
    margin-bottom: 0;
    margin-top: 18px;
}

.case-classbox {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 3.25em 42px;
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 60px;
}

.case-classwip {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.case-classwip .swiper-slide {
    width: auto;
    min-width: 65px;
    margin: 0 3.9em 0 0;
    padding-bottom: 16px;
    position: relative;
}

.case-classwip .swiper-slide:last-child {
    margin-right: 0;
}

@media screen and (min-width: 992px) {
    .case-classwip .swiper-slide:hover .slide-tit {
        color: #00713b;
    }
    .case-classwip .swiper-slide:hover .slide-icon .icon1 {
        display: none;
    }
    .case-classwip .swiper-slide:hover .slide-icon .icon2 {
        display: block;
    }
}

.case-classwip .swiper-slide.active:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 7px 4px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #00713b;
    position: absolute;
    left: 50%;
    bottom: -7px;
}

.case-classwip .swiper-slide.active .slide-tit {
    color: #00713b;
}

.case-classwip .swiper-slide.active .slide-icon .icon1 {
    display: none;
}

.case-classwip .swiper-slide.active .slide-icon .icon2 {
    display: block;
}

.case-classwip a {
    display: block;
}

.case-classwip .slide-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 14px;
}

.case-classwip .slide-icon img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.case-classwip .slide-icon .icon2 {
    display: none;
}

.case-classwip .slide-tit {
    font-size: 16px;
    line-height: 18px;
    color: #666;
    white-space: nowrap;
    text-align: center;
}

.case-classCtrl {
    width: 3.25em;
    line-height: 72px;
    display: block;
    font-family: 'SimSun';
    color: #00713b;
    position: absolute;
    top: 0;
    z-index: 20;
    font-weight: bold;
    cursor: pointer;
}

.case-classCtrl:after {
    content: '';
    width: 0.7em;
    height: 1.3em;
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center center;
    background-size: contain;
}

.case-classCtrl span {
    display: none;
    font-size: 30px;
}

.case-classCtrl.prev {
    left: 0;
}

.case-classCtrl.prev:after {
    background-image: url("/Img_mt/images/arrow-left2.png");
}

.case-classCtrl.next {
    right: 0;
    text-align: right;
}

.case-classCtrl.next:after {
    background-image: url("/Img_mt/images/arrow-right2.png");
}

.case-classCtrl.swiper-button-disabled {
    display: none;
}

.case-classPage {
    width: 100%;
    position: relative;
    text-align: center;
    line-height: 0.38rem;
    z-index: 20;
    margin-top: 0.38rem;
}

.case-classPage .bullet {
    width: 0.3rem;
    height: 0.38rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 3px;
    opacity: .5;
}

.case-classPage .bullet:after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: #333;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.case-classPage .bullet.active {
    opacity: 1;
}

.case-twlist {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.case-twlist .slide-inner {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.case-twlist li a {
    margin-bottom: 74px;
}

@media screen and (min-width: 992px) {
    .case-twlist .slide-inner:hover .slide-zhe {
        opacity: .6;
        z-index: 5;
    }
    .case-twlist .slide-inner:hover .slide-doc {
        opacity: 1;
        z-index: 10;
    }
    .case-twlist .slide-inner:hover .doc {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        transition-delay: .3s;
        -webkit-transition-delay: .3s;
    }
}

.case-twlist .slide-imgs {
    width: 100%;
    height: 25em;
    display: block;
    overflow: hidden;
    position: relative;
    background: no-repeat center center;
    background-size: cover;
}

.case-twlist .slide-zhe {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.case-twlist .slide-doc {
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    overflow: hidden;
    opacity: 0;
    padding: 2.7em 3em;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -10;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.case-twlist .doc {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.case-twlist .slide-tit {
    font-size: 18px;
    line-height: 30px;
    margin-top: 23px;
    text-align: center;
}

.case-twCtrl {
    width: 3em;
    height: 3em;
    display: block;
    overflow: hidden;
    border-radius: 100%;
    border: solid 1px #fff;
    background: no-repeat center center rgba(255, 255, 255, 0.3);
    background-size: 0.5em auto;
    text-align: center;
    line-height: 2.9em;
    color: #fff;
    font-family: 'SimSun';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-bottom: 53px;
    z-index: 20;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.case-twCtrl span {
    display: none;
    font-size: 30px;
}

.case-twCtrl.prev {
    left: 1.5em;
    background-image: url("/Img_mt/images/arrow-left.png");
}

.case-twCtrl.next {
    right: 1.5em;
    background-image: url("/Img_mt/images/arrow-right.png");
}

.case-twCtrl.swiper-button-disabled {
    display: none;
}

@media screen and (min-width: 992px) {
    .case-twCtrl:hover {
        border-color: #00713b;
        background-color: #00713b;
    }
}

.case-twPage {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0.38rem !important;
    text-align: center;
    line-height: 0.38rem;
    z-index: 20;
}

.case-twPage .bullet {
    width: 0.3rem;
    height: 0.38rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 3px;
    opacity: .5;
}

.case-twPage .bullet:after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.case-twPage .bullet.active {
    opacity: 1;
}

.case-ctlist {
    min-height: 150px;
    overflow: visible;
    margin: 0 -15px;
}

.case-ctlist li {
    width: 20%;
    padding: 0 15px 30px;
    position: relative;
}

.case-ctlist li.active .item-num {
    top: 0;
}

.case-ctlist li.active .item-tit {
    color: #00713b;
}

.case-ctlist .item-inner {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    border: solid 1px #dcdcdc;
    padding: 0 19px;
}

.case-ctlist .item-tit {
    width: 100%;
    height: 148px;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    z-index: 5;
}

.case-ctlist .item-tit span {
    display: block;
    position: relative;
}

.case-ctlist .item-tit span:after {
    content: '';
    width: 2.22em;
    height: 1px;
    display: block;
    background-color: #70bb2b;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 5px;
}

.case-ctlist .item-num {
    font-size: 72px;
    line-height: 1em;
    font-family: "Arial";
    font-weight: bold;
    color: #f5f5f5;
    position: absolute;
    right: 0;
    top: 98px;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.case-ctlist .item-doc {
    display: none;
    font-size: 14px;
    line-height: 24px;
    margin-top: -30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 1600px) {
    .case-ctlist li {
        width: 25%;
    }
}

@media screen and (max-width: 991.98px) {
    .case-body {
        padding: 0.36rem 0 0.6rem;
    }
    .case-classbox {
        width: 100vw;
        padding: 0 0.48rem 0.32rem;
        margin: 0 -0.18rem;
    }
    .case-classwip .swiper-slide {
        margin-right: 0.3rem;
    }
    .case-classwip .slide-icon {
        width: 0.5rem;
        height: 0.5rem;
        margin-bottom: 0.1rem;
    }
    .case-classwip .slide-tit {
        font-size: 0.17rem;
        line-height: 1em;
    }
    .case-classCtrl {
        width: 0.3rem;
    }
    .case-classCtrl.prev {
        left: 0.18rem;
    }
    .case-classCtrl.next {
        right: 0.18rem;
    }
    .case-twlist {
        width: 100vw;
        margin: 0.5rem -0.18rem 0;
    }
    .case-twlist .slide-imgs {
        height: 4.5rem;
    }
    .case-twlist .slide-tit {
        font-size: 0.17rem;
        line-height: 0.22rem;
        margin-top: 0.15rem;
    }
    .case-twlist li {
        margin-bottom: .2rem
    }
    .case-ctlist {
        min-height: 1.5rem;
        margin: 0.3rem -0.1rem 0;
    }
    .case-ctlist li {
        width: 33.33%;
        padding: 0 0.1rem;
        margin-bottom: 0.2rem;
    }
    .case-ctlist .item-inner {
        display: table;
    }
    .case-ctlist .item-tit {
        height: 1.48rem;
        font-size: 0.2rem;
        line-height: 0.3rem;
    }
    .case-ctlist .item-num {
        font-size: 0.72rem;
        top: 0.98rem;
    }
}

@media screen and (max-width: 767.98px) {
    .case-ctlist li {
        width: 50%;
    }
}

@media screen and (max-width: 575.98px) {
    .case-ctlist li {
        width: 100%;
    }
}


/**** 渠道解决方案 ****/

.channel-box {
    width: 100%;
    overflow: hidden;
    padding: 80px 0 100px;
}

.channel-topbox {
    width: 100%;
    overflow: hidden;
    padding-bottom: 38px;
    text-align: center;
}

.channel-topbox .title {
    font-size: 2.4em;
    line-height: 1.333em;
    position: relative;
    padding-top: 1px;
}

.channel-topbox .title:before {
    content: '';
    width: 1.67em;
    max-width: 80px;
    height: 1px;
    display: block;
    background-color: #ffe600;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.channel-topbox .doc {
    width: 1080px;
    max-width: 100%;
    margin: 32px auto 0;
    font-size: 16px;
    line-height: 2em;
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

.channel-list {
    margin: 0 -1px;
}

.channel-list li {
    padding: 0 1px;
    margin-bottom: 2px;
}

@media screen and (min-width: 992px) {
    .channel-list li:hover .image {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    .channel-list li.open-det .item-titbox {
        top: 72px;
        margin-top: 0;
        transform: none;
        -webkit-transform: none;
    }
    .channel-list li.show .item-doc {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

.channel-list li.open-det .btn-chanl_open {
    display: none;
}

.channel-list li.open-det .btn-chanl_close {
    display: inline-block;
}

.channel-list .item-inner {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    color: #fff;
}

.channel-list .item-imgs {
    width: 100%;
    height: 540px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.channel-list .image {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    position: relative;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    z-index: 2;
}

.channel-list .image:after {
    content: '';
    width: 100%;
    height: 100%;
    display: none;
    background: #000;
    opacity: .4;
    position: absolute;
    left: 0;
    top: 0;
}

.channel-list .item-titbox {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    margin-top: 43px;
    z-index: 20;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.channel-list .item-tit {
    font-size: 2.4em;
    line-height: 1.25em;
}

.channel-list .btn-chanl_open {
    display: inline-block;
    vertical-align: top;
    padding: 18px 8px 0;
    font-size: 16px;
    line-height: 24px;
    border-bottom: solid 1px #fff;
    cursor: pointer;
    position: relative;
    z-index: 50;
}

.channel-list .btn-chanl_close {
    display: none;
    vertical-align: top;
    padding: 18px 25px 0;
    font-size: 16px;
    line-height: 24px;
    border-bottom: solid 1px #fff;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 344px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 50;
}

.channel-list .item-bd {
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 113, 59, 0.9);
    padding: 176px 0 124px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.channel-list .item-doc {
    width: 100%;
    height: 240px;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.channel-list .item-doc strong {
    font-family: "SourceHanSansCN-Regular";
    color: #ffe600;
}

.channel-list .doc {
    padding: 0 9%;
}

@media screen and (max-width: 991.98px) {
    .page-channel {
        background-color: #f5f5f5;
    }
    .channel-box {
        padding: 0.48rem 0 0.6rem;
    }
    .channel-topbox {
        padding-bottom: 0.4rem;
        text-align: left;
    }
    .channel-topbox .title {
        font-size: 0.29rem;
        line-height: 0.38rem;
    }
    .channel-topbox .title:before {
        width: 0.48rem;
        left: 0;
        transform: none;
        -webkit-transform: none;
    }
    .channel-topbox .doc {
        width: 100%;
        margin-top: 0.24rem;
        font-size: 0.17rem;
        line-height: 0.29rem;
    }
    .channel-list {
        margin: 0;
    }
    .channel-list li {
        padding: 0 0.18rem;
    }
    .channel-list .item-imgs {
        height: 3.24rem;
    }
    .channel-list .item-titbox {
        margin-top: 0;
        top: 1.42rem;
        transform: none;
        -webkit-transform: none;
    }
    .channel-list .item-tit {
        font-size: 0.29rem;
        line-height: 0.38rem;
    }
    .channel-list .btn-chanl_open {
        font-size: 0.16rem;
        line-height: 0.18rem;
        padding: 0.1rem 0 0;
    }
    .channel-list .btn-chanl_close {
        font-size: 0.16rem;
        line-height: 0.18rem;
        padding: 0.1rem 0.14rem 0;
        position: static;
        transform: none;
        -webkit-transform: none;
    }
    .channel-list .item-bd {
        padding: 0.28rem 0;
        border-bottom: solid 1px #93c0ab;
        margin-bottom: 0.48rem;
        position: static;
        background-color: transparent;
        transition: none;
        -webkit-transition: none;
    }
    .channel-list .item-doc {
        font-size: 0.17rem;
        line-height: 0.29rem;
        height: auto;
        padding: 0;
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        color: #333;
        transition: none;
        -webkit-transition: none;
    }
    .channel-list .item-doc strong {
        color: #00713b;
    }
    .channel-list .item-doc p {
        margin-bottom: 0.29rem;
    }
    .channel-list .item-doc p:last-child {
        margin-bottom: 0;
    }
    .channel-list .doc {
        padding: 0;
    }
}


/*** 董事长致辞 ***/

.chairman-box {
    padding: 80px 0;
}

.chairman-introd .row {
    width: 100%;
}

.chairman-introd .titbox {
    width: 23.75%;
    max-width: 380px;
    min-width: 300px;
}

.chairman-introd .introd {
    flex: 1;
    -webkit-flex: 1;
    font-size: 16px;
    line-height: 1.875em;
    padding-top: 4px;
    min-height: 300px;
}

.chairman-introd .introd strong,
.chairman-introd .introd b {
    font-family: "SourceHanSansCN-Regular";
    color: #00713b;
}

.chairman-bot {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 72px;
}

.chairman-bot img {
    width: 100%;
    max-width: 100%;
    display: block;
}

@media screen and (max-width: 991.98px) {
    .chairman-box {
        padding: 0.48rem 0 0.6rem;
    }
    .chairman-introd .titbox {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0.28rem;
    }
    .chairman-introd .introd {
        font-size: 0.17rem;
        line-height: 0.29rem;
    }
    .chairman-bot {
        margin: 0.4rem 0 0;
    }
}


/*** 人才招聘 ***/

.hr-box {
    padding: 80px 0 96px;
}

.hr-lvtt {
    margin-bottom: 80px;
}

.hr-layout {
    overflow: visible;
}

.hr-aside {
    width: 30%;
    max-width: 480px;
    margin-right: 20px;
    background: url("/Img_mt/images/hr-bg.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 36px 60px 54px 40px;
}

@media(max-width: 991.98px) {
    .hr-aside {
        padding: 36px 17px 54px 23px;
    }
}

.hr-word {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.hr-word .item {
    margin-bottom: 50px;
}

.hr-word .item:last-child {
    margin-bottom: 0;
}

.hr-word .tit {
    font-size: 24px;
    margin-bottom: 20px;
}

.hr-content {
    flex: 1;
    -webkit-flex: 1;
}

.hr-table {
    overflow: hidden;
    padding: 30px 30px 60px;
    border: solid 1px #e6e6e6;
    font-size: 14px;
    line-height: 30px;
}

.hr-table .row {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
}

.hr-table .td {
    padding: 0 30px;
    position: relative;
}

.hr-table .td1 {
    width: 38.8%;
}

.hr-table .td2 {
    width: 30%;
}

.hr-table .td3 {
    width: 22%;
}

.hr-table .td4 {
    width: 94px;
    max-width: 94px;
    height: 100%;
    padding: 0;
    text-align: center;
}

.hr-table .arrow {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.hr-table .arrow:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-width: 8px 7px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #999;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin-top: 5px;
}

.hr-thead {
    color: #999;
    font-family: "SourceHanSansCN-Regular";
    padding-bottom: 20px;
    border-bottom: solid 2px #e6e6e6;
}

.hr-tbody {
    min-height: 300px;
}

.hr-tr .item-hd {
    color: #222;
    height: 60px;
    border-bottom: solid 1px #e6e6e6;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

@media screen and (min-width: 992px) {
    .hr-tr .item-hd:hover {
        background-color: #f4f4f4;
    }
    .hr-tr .item-hd:hover .arrow:after {
        border-top-color: #00713b;
    }
}

.hr-tr .item-bd {
    display: none;
    color: #666;
    padding: 34px 30px 54px;
    border-bottom: solid 1px #e6e6e6;
}

.hr-tr .item-bd .item {
    margin-bottom: 30px;
}

.hr-tr .item-bd .item:last-child {
    margin-bottom: 0;
}

.hr-tr .item-bd h5 {
    font-size: 16px;
    color: #222;
}

.hr-tr .item-bd a {
    color: #00713b;
    font-family: "Arial";
}

.hr-tr.active .item-hd {
    background-color: #f4f4f4;
}

.hr-tr.active .item-hd .arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.hr-tr.active .item-hd .arrow:after {
    border-top-color: #00713b;
    margin-top: 3px;
}

.hr-tool {
    margin-top: 60px;
}

.hr-more {
    width: 160px;
    height: 46px;
    border-radius: 23px;
    font-size: 16px;
    line-height: 44px;
    font-family: inherit;
    margin: 0 auto;
}

.hr-foot {
    margin-top: 54px;
    font-size: 16px;
    line-height: 30px;
}

.hr-foot strong,
.hr-foot b {
    font-family: "SourceHanSansCN-Regular";
    color: #00713b;
}

@media screen and (max-width: 991.98px) {
    .hr-box {
        padding: 0.48rem 0 0;
    }
    .hr-lvtt {
        margin-bottom: 0.34rem;
    }
    .hr-layout {
        display: block;
    }
    .hr-aside {
        width: 100%;
        max-width: 100%;
    }
    .hr-content {
        width: 100%;
    }
    .hr-table {
        padding: 0.54rem 0 0.36rem;
        border: none;
        font-size: 0.17rem;
        line-height: 0.29rem;
    }
    .hr-table .td {
        padding: 0 0.12rem;
    }
    .hr-table .td1 {
        width: 42%;
    }
    .hr-table .td2 {
        width: 24.6%;
    }
    .hr-table .td3 {
        width: 1rem;
        max-width: 1rem;
        padding-right: 0;
    }
    .hr-table .td4 {
        width: 0.48rem;
        max-width: 0.48rem;
    }
    .hr-thead {
        padding-bottom: 0.22rem;
    }
    .hr-tr .item-hd {
        height: 0.7rem;
    }
    .hr-tr .item-bd {
        padding: 0.28rem 0.12rem 0.3rem;
    }
    .hr-tr .item-bd .item {
        margin-bottom: 0.28rem;
    }
    .hr-tr .item-bd h5 {
        font-size: 0.17rem;
    }
    .hr-tool {
        margin-top: 0.36rem;
        padding: 0 0.18rem;
    }
    .hr-more {
        width: 100%;
        height: 0.48rem;
        line-height: 0.46rem;
        font-size: 14px;
        border-radius: 0.24rem;
    }
    .hr-foot {
        margin: 0 -0.18rem;
        padding: 0.3rem 0.18rem 0.68rem;
        background: #f9f9f9;
        font-size: 0.17rem;
        line-height: 0.29rem;
    }
}


/**** 千年舟大学 ***/

.college-topbox {
    padding: 80px 0 0;
}

.college-topbox .doc {
    padding-bottom: 72px;
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 60px;
    text-align: justify;
    text-indent: 30px;
}

.college-tab {
    width: 100%;
    display: table;
}

.college-tab li {
    float: left;
    position: relative;
    margin-right: 20px;
    padding-bottom: 40px;
}

.college-tab li:last-child {
    margin-right: 0;
}

.college-tab li.active:after {
    content: '';
    width: 1px;
    height: 20px;
    display: block;
    background: #00713b;
    position: absolute;
    left: 50%;
    bottom: 10px;
}

.college-tab li.active a {
    background-color: #00713b;
    color: #fff;
}

.college-tab a {
    width: 200px;
    height: 46px;
    display: block;
    text-align: center;
    border-radius: 23px;
    font-size: 16px;
    line-height: 44px;
    background: transparent;
    border: solid 1px #00713b;
    color: #00713b;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

@media screen and (min-width: 992px) {
    .college-tab a:hover {
        background-color: #00713b;
        color: #fff;
    }
}

.college-tabcont {
    width: 100%;
    overflow: hidden;
    min-height: 200px;
    background: #fafafa;
    position: relative;
    padding: 72px 68px;
    margin-bottom: 80px;
}

.college-tabcont .tab-pane {
    display: none;
    font-size: 16px;
    line-height: 1.875em;
}

.college-tabcont .tab-pane.in {
    display: block;
}

.college-tabcont .tab-pane .row {
    align-items: center;
    -webkit-align-items: center;
}

.college-tabcont img {
    max-width: 100%;
    height: auto !important;
}

.college-tabcont .imgs.web {
    width: 61.875%;
    max-width: 990px;
    margin-right: 5%;
}

.college-tabcont .imgs.app {
    width: 690px;
    max-width: 100%;
    margin: 0.4rem auto 0;
}

.college-tabcont .imgs img {
    display: block;
}

.college-tabcont .doc {
    flex: 1;
    -webkit-flex: 1;
}

.college-nlist {
    min-height: 360px;
    margin: 0 -2.8% -60px;
}

.college-nlist li {
    padding: 0 2.8%;
    margin-bottom: 60px;
}

.college-nlist .item-inner {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 992px) {
    .college-nlist .item-inner:hover .image {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
}

.college-nlist .item-imgs {
    width: 100%;
    height: 16em;
    display: block;
    overflow: hidden;
    position: relative;
}

.college-nlist .image {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.college-nlist .item-tit {
    width: 100%;
    font-size: 14px;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    padding: 0 1em;
    background: #f0f0f0;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .college-tabcont .tab-pane .row {
        display: block;
    }
    .college-tabcont .tab-pane .imgs.web {
        width: 900px;
        margin: 0 auto 30px;
    }
}

@media screen and (max-width: 991.98px) {
    .college-topbox {
        padding-top: 0.48rem;
    }
    .college-topbox .doc {
        padding-bottom: 0.4rem;
        margin-bottom: 0.48rem;
    }
    .college-tab {
        width: auto;
        display: block;
        margin: 0 -0.09rem;
    }
    .college-tab li {
        width: 33.333%;
        padding: 0 0.09rem;
        margin: 0;
        padding-bottom: 0.36rem;
    }
    .college-tab li.active:after {
        height: 0.18rem;
        bottom: 0.09rem;
    }
    .college-tab a {
        width: 100%;
        height: 0.48rem;
        line-height: 0.46rem;
        font-size: 14px;
    }
    .college-tabcont {
        padding: 0.28rem 0 0.46rem;
        margin-bottom: 0.48rem;
    }
    .college-tabcont .tab-pane {
        font-size: 0.17rem;
        line-height: 0.29rem;
    }
    .college-nlist {
        margin-bottom: -0.34rem;
    }
    .college-nlist li {
        margin-bottom: 0.34rem;
    }
    .college-nlist .item-imgs {
        height: 2.3rem;
    }
    .college-nlist .item-tit {
        height: auto;
        font-size: 0.17rem;
        line-height: 0.22rem;
        padding: 0.14rem 0.18rem;
    }
}


/*** 企业文化 ***/

.culture-sect {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
    position: relative;
}

.culture-sect .row {
    width: 100%;
    position: relative;
    z-index: 10;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

.culture-sect .sect-bg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.culture-sect .sect-imgs {
    padding: 0;
}

.culture-sect .image {
    width: 100%;
    height: 27em;
    display: block;
    overflow: hidden;
    position: relative;
    background: no-repeat center center;
    background-size: cover;
}

.culture-sect .sect-body {
    padding: 0 9.6vw 0 5.2vw;
}

.culture-sect .sect-body .doc {
    margin-top: 2em;
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

.culture-sect .t1 {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 12px;
}

.culture-sect .t1 span {
    height: 30px;
    padding: 0 18px;
    display: inline-block;
    vertical-align: top;
    border-radius: 15px;
    background: #70bb2b;
    text-align: center;
}

.culture-sect .t2 {
    font-size: 2em;
    line-height: 1.25em;
    color: #00713b;
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

.culture-sect .subtt {
    font-size: 24px;
    line-height: 30px;
    margin: 28px 0;
    animation-delay: .25s;
    -webkit-animation-delay: .25s;
}

.culture-sect .doc {
    font-size: 16px;
    line-height: 30px;
}

.culture-sect .doc strong {
    font-family: "SourceHanSansCN-Regular";
    color: #00713b;
}

.culture-sect.reverse .row {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.culture-sect.reverse .sect-body {
    padding: 0 7vw 0 8.2vw;
}

.culture-sect.had-bg {
    height: 35em;
    color: #fff;
}

.culture-sect.had-bg .row {
    height: 100%;
}

.culture-sect.had-bg .t1 span {
    background: rgba(255, 255, 255, 0.3);
}

.culture-sect.had-bg .t2 {
    color: #fff;
}

.culture-sect.sect-end {
    padding: 80px 0 124px;
    margin: 0;
}

.culture-sect.sect-end .row {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
}

.culture-sect.sect-end .sect-body.left {
    padding-right: 4.1vw;
}

.culture-sect.sect-end .sect-body.right .doc {
    margin-top: 2.3em;
}

.culture-sect.had-subtt .sect-body .doc {
    margin-top: 0;
}

.culture-docSwip {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.culture-docSwip .doc {
    min-height: 180px;
}

.culture-docCtrl {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}

.culture-docCtrl .ctrl {
    width: 2.3em;
    height: 2.3em;
    display: block;
    overflow: hidden;
    border-radius: 100%;
    float: left;
    margin-right: 1em;
    background: no-repeat center center;
    border: solid 1px #00713b;
    background-size: 0.8em auto;
    cursor: pointer;
}

.culture-docCtrl .ctrl.prev {
    background-image: url("/Img_mt/images/arrow-left3.png");
}

.culture-docCtrl .ctrl.next {
    background-image: url("/Img_mt/images/arrow-right3.png");
    margin-right: 0;
}

.culture-docCtrl .ctrl.swiper-button-disabled {
    cursor: default;
    opacity: .2;
}

@media screen and (max-width: 1366px) and (min-width: 992px) {
    .culture-sect .sect-body {
        padding-left: 5em !important;
        padding-right: 5em !important;
    }
}

@media screen and (max-width: 991.98px) {
    .culture-sect {
        margin-top: 0.48rem;
        padding-bottom: 0.4rem;
        border-bottom: solid 1px #ededed;
    }
    .culture-sect .sect-imgs {
        margin-bottom: 0.3rem;
    }
    .culture-sect .image {
        height: 3.24rem !important;
    }
    .culture-sect .sect-body {
        padding-left: 0.18rem !important;
        padding-right: 0.18rem !important;
    }
    .culture-sect .t1 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .culture-sect .t1 span {
        height: 24px;
        padding: 0 0.12rem;
        border-radius: 12px;
    }
    .culture-sect .t2 {
        font-size: 0.29rem;
        line-height: 0.36rem;
    }
    .culture-sect .subtt {
        font-size: 0.17rem;
        line-height: 0.29rem;
        margin: 0.18rem 0 0;
    }
    .culture-sect .doc {
        font-size: 0.17rem;
        line-height: 0.29rem;
        margin: 0.18rem 0 0 !important;
    }
    .culture-sect .doc.scrollbox {
        height: auto !important;
    }
    .culture-sect.had-bg {
        height: 6rem;
        padding: 0;
        border-bottom: none;
    }
    .culture-sect.sect-end {
        padding: 0.48rem 0 0.5rem;
        border-bottom: none;
    }
    .culture-docSwip {
        min-height: 1.45rem;
    }
    .culture-docCtrl {
        margin-top: 0.22rem;
    }
    .culture-docCtrl .ctrl {
        width: 0.36rem;
        height: 0.36rem;
        background-size: 6px auto;
    }
    .culture-docCtrl .ctrl.prev {
        background-image: url("/Img_mt/images/arrow-left2.png");
    }
    .culture-docCtrl .ctrl.next {
        background-image: url("/Img_mt/images/arrow-right2.png");
    }
}


/*** 企业荣誉 ***/

.honor-box {
    padding: 80px 0 100px;
    background: url("/Img_mt/images/honor-bg.jpg") no-repeat center bottom;
    background-size: 100% auto;
}

.honor-tabbox {
    width: 100%;
    position: relative;
    margin-top: 60px;
}

.honor-tab {
    width: 860px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin: 0 auto 40px;
}

.honor-tab li {
    float: left;
    width: 20%;
    position: relative;
    margin-right: 20px;
}

.honor-tab li a {
    width: 100%;
}

.honor-tab li:last-child {
    margin-right: 0;
}

.honor-tab li.active a {
    background-color: #00713b;
    color: #fff;
}

.honor-tab a {
    width: 200px;
    height: 46px;
    display: block;
    text-align: center;
    border-radius: 23px;
    font-size: 16px;
    line-height: 44px;
    background: transparent;
    border: solid 1px #00713b;
    color: #00713b;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

@media screen and (min-width: 992px) {
    .honor-tab a:hover {
        background-color: #00713b;
        color: #fff;
    }
}

.honor-tabcont {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.honor-tabcont .tab-pane {
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
}

.honor-tabcont .tab-pane.in {
    display: block;
}

.honor-tabcont img {
    border: 1px solid #e6e6e6;
    padding: 10px;
    width: 100%;
    max-width: 100%;
    display: block;
}

.honor-tabcont .swiper-slide {
    width: 25%;
}

@media(max-width: 557px) {
    .honor-tabcont .swiper-slide {
        width: 50%;
    }
}

@media(max-width: 420px) {
    .honor-tabcont .swiper-slide {
        width: 100%;
    }
}

.honor-tabcont .swiper-page {
    width: 100%;
    text-align: center;
    line-height: 20px;
    margin: 22px 0 0;
}

.honor-tabcont .swiper-page .bullet {
    width: 40px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    opacity: .2;
    margin: 0 5px;
    cursor: pointer;
}

.honor-tabcont .swiper-page .bullet:after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: #00713b;
    position: absolute;
    left: 0;
    bottom: 0;
}

.honor-tabcont .swiper-page .bullet.active {
    opacity: 1;
}

.honor-yearbox {
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    margin-top: 80px;
    border-top: solid 1px #00713b;
}

.honor-yearItem {
    border-bottom: solid 1px #00713b;
}

.honor-yearItem .item-hd {
    width: 100%;
    height: 5.75em;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    overflow: hidden;
    position: relative;
    padding: 0 3.5em;
    cursor: pointer;
}

.honor-yearItem .item-hd .year {
    font-size: 2.4em;
    line-height: 1.25em;
    color: #00713b;
    font-family: "Arial";
}

.honor-yearItem .item-hd .arrow {
    width: 0;
    height: 0;
    display: block;
    border-width: 16px 8px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #00713b;
    position: absolute;
    right: 3.5em;
    top: 50%;
    margin-top: -8px;
}

.honor-yearItem .item-bd {
    width: 100%;
    display: none;
    overflow: hidden;
    padding: 13px 3.5em 36px;
    position: relative;
}

.honor-yearItem.active .item-hd .arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-top: -16px;
}

.honor-list {
    overflow: hidden;
    margin: 0 -10px;
    font-size: 16px;
    line-height: 30px;
}

.honor-list li {
    padding: 0 10px;
    margin-bottom: 1em;
    overflow: hidden;
}

.honor-list a {
    float: left;
}

@media(max-width: 1784px) {
    .honor-list {
        font-size: 14px
    }
}

@media screen and (min-width: 992px) {
    .honor-list a[data-imgSrc] {
        cursor: pointer;
    }
    .honor-list a:hover {
        color: #00713b !important;
    }
}

.honor-foot {
    margin-top: 60px;
}

#modalBigHover {
    z-index: 100000;
    padding: 10px;
    background: #fff;
    border: solid 1px #00713b;
}

#modalBigImg .modal-content {
    padding-top: 0.7rem;
}

#modalBigImg .prdt-doc {
    min-height: 1rem;
}

@media screen and (max-width: 991.98px) {
    .honor-box {
        padding: 0.48rem 0 0.6rem;
    }
    .honor-tabbox {
        margin-top: 0.48rem;
    }
    .honor-tab {
        width: auto;
        display: block;
        margin: 0 -5px 0.4rem;
    }
    .honor-tab li {
        width: 20%;
        padding: 0 5px;
        margin: 0;
    }
    .honor-tab a {
        width: 100%;
        height: 0.48rem;
        line-height: 0.48rem;
        font-size: 14px;
        border-radius: 0.24rem;
    }
    .honor-tabcont .swiper-page {
        line-height: 0.38rem;
        margin-top: 0;
    }
    .honor-tabcont .swiper-page .bullet {
        width: 0.3rem;
        height: 0.38rem;
        margin: 0 3px;
    }
    .honor-yearbox {
        margin-top: 0.39rem;
    }
    .honor-yearItem .item-hd {
        height: 0.7rem;
        padding: 0 0.12rem;
    }
    .honor-yearItem .item-hd .year {
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .honor-yearItem .item-hd .arrow {
        border-width: 8px 7px;
        right: 0.12rem;
        margin-top: -4px;
    }
    .honor-yearItem .item-bd {
        padding: 0.1rem 0.12rem 0.3rem;
    }
    .honor-yearItem.active .item-hd .arrow {
        margin-top: -10px;
    }
    .honor-list {
        font-size: 0.17rem;
        line-height: 0.29rem;
    }
    .honor-foot {
        margin-top: 0.48rem;
    }
}


/**** 公司简介 ****/

.about-sect1 {
    width: 100%;
    overflow: hidden;
    padding: 68px 0 70px;
   /* text-align: center; */
    text-indent: 30px;
    text-align: justify;
}

.about-sect1 .doc1 {
    font-size: .8em;
    line-height: 2em;
}

.about-sect1 .doc2 {
    padding-top: 50px;
    margin-top: 48px;
    font-size: 16px;
    line-height: 2em;
    position: relative;
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

.about-sect1 .doc2:before {
    content: '';
    width: 80px;
    height: 1px;
    display: block;
    background: #ffe600;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -40px;
}

.about-sect1 strong {
    font-weight: 200;
    color: #00713b;
}

.about-twSect {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
    position: relative;
}

.about-twSect .row {
    width: 100%;
    position: relative;
    z-index: 10;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

.about-twSect .sect-imgs {
    padding: 0;
}

.about-twSect .image {
    width: 100%;
    height: 27em;
    display: block;
    overflow: hidden;
    position: relative;
    background: no-repeat center center;
    background-size: cover;
}

.about-twSect .sect-body {
    padding: 0 9.6vw 0 5.2vw;
}

.about-twSect .sect-body .doc {
    margin-top: 2em;
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

.about-twSect .t1 {
    font-size: 2.4em;
    line-height: 1.25em;
}

.about-twSect .t1 strong {
    color: #00713b;
}

.about-twSect .t2 {
    font-size: 24px;
    line-height: 34px;
    color: #00713b;
    margin: 38px 0;
    animation-delay: .15s;
    -webkit-animation-delay: .15s;
}

.about-twSect .doc {
    font-size: 16px;
    line-height: 30px;
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

.about-twSect .doc strong {
    font-family: "SourceHanSansCN-Regular";
    color: #00713b;
}

.about-twSect.reverse .row {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.about-twSect.reverse .sect-body {
    padding: 0 9vw 0 8.2vw;
}

.about-twSect.sect2 {
    margin-top: 0;
}

.about-twSect.sect3 {
    padding-bottom: 80px;
}

.about-histbox {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #eef2f5;
    padding: 80px 0 100px;
}

.hist-row {
    width: 1280px;
    max-width: 90%;
    margin: 80px auto 0;
    position: relative;
}

.hist-aside {
    width: 310px;
    max-width: 310px;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    padding-right: 54px;
}

.hist-dataswip {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.hist-dataswip .swiper-wrapper {
    display: block;
}

.hist-dataswip li {
    padding-right: 26px;
    position: relative;
}

.hist-dataswip li:hover {
    color: #00713b;
}

.hist-dataswip li.active {
    color: #00713b;
}

.hist-dataswip li.active:after {
    content: '';
    width: 6px;
    height: 70px;
    display: block;
    background: #00713b;
    position: absolute;
    right: 0;
    top: 39px;
}

.hist-dataswip a {
    display: block;
    border-bottom: solid 1px #d2d2d2;
    text-align: right;
    padding: 35px 0;
}

.hist-dataswip .year {
    font-size: 36px;
    line-height: 1em;
    height: 1em;
    font-family: "Arial";
    font-weight: bold;
}

.hist-dataswip .tit {
    font-size: 24px;
    line-height: 30px;
    margin-top: 12px;
    font-family: "SourceHanSansCN-Regular";
}

.hist-content {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    position: relative;
}

.hist-content:before {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    background: #d2d2d2;
    position: absolute;
    left: 7px;
    top: 0;
    z-index: 1;
}

.hist-list {
    display: none;
}

.hist-list.active {
    display: block;
}

.hist-item {
    width: 100%;
    padding-left: 68px;
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
}

.hist-item:before {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 100%;
    border: solid 2px #00713b;
    position: absolute;
    left: 0;
    top: 47px;
    z-index: 1;
}

.hist-item:last-child {
    margin-bottom: 0;
}

.hist-item .item-inner {
    width: 100%;
    padding: 46px 50px 40px;
    background: #fff;
    position: relative;
}

.hist-item .item-inner:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border: solid 14px transparent;
    border-right-color: #fff;
    position: absolute;
    left: -28px;
    top: 40px;
}

.hist-item .item-year {
    font-size: 30px;
    line-height: 1em;
    height: 1em;
    color: #00713b;
    font-family: "Arial";
    margin-bottom: 20px;
}

.hist-item .item-bd {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.hist-item .item-bd li {
    padding-left: 1em;
    position: relative;
    margin-bottom: 15px;
}

.hist-item .item-bd li:before {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    background: #00713b;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 11px;
}

.hist-item .item-bd li:last-child .doc {
    padding-bottom: 6px;
}

.hist-item .item-bd .doc {
    width: 380px;
    max-width: 100%;
    padding: 20px 0 30px;
}

.hist-item .item-bd .doc img {
    max-width: 100%;
    height: auto !important;
    display: block;
}

@media screen and (max-width: 1220px) {
    .about-sect1 .doc1 br {
        display: none;
    }
    .hist-row {
        width: 100%;
        max-width: 100%;
    }
    .hist-aside {
        width: 280px;
        max-width: 280px;
        padding-right: 30px;
    }
    .hist-item {
        padding-left: 58px;
    }
    .hist-item .item-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1366px) and (min-width: 992px) {
    .about-twSect .sect-body {
        padding: 0 5em !important;
    }
}

@media screen and (max-width: 991.98px) {
    .about-sect1 {
        padding: 0.4rem 0;
        text-align: left;
    }
    .about-sect1 br {
        display: none;
    }
    .about-sect1 .doc1 {
        font-size: 0.18rem;
        line-height: 0.34rem;
    }
    .about-sect1 .doc2 {
        font-size: 0.18rem;
        line-height: 0.34rem;
        margin: 0.34rem 0 0;
        padding: 0;
    }
    .about-sect1 .doc2:before {
        display: none;
    }
    .about-twSect {
        margin-top: 0.48rem;
        padding-bottom: 0.4rem;
        border-bottom: solid 1px #ededed;
    }
    .about-twSect .sect-imgs {
        margin-bottom: 0.26rem;
    }
    .about-twSect .image {
        height: 3.24rem;
    }
    .about-twSect .sect-body {
        padding: 0 0.18rem !important;
    }
    .about-twSect .t1 {
        font-size: 0.29rem;
        line-height: 0.36rem;
    }
    .about-twSect .t2 {
        font-size: 0.17rem;
        line-height: 0.29rem;
        margin: 0.18rem 0 0;
    }
    .about-twSect .doc {
        font-size: 0.17rem;
        line-height: 0.29rem;
        margin: 0.18rem 0 0 !important;
    }
    .about-twSect.sect3 {
        padding-bottom: 0.44rem;
        border-bottom: none;
    }
    .about-histbox {
        padding: 0.48rem 0;
    }
    .hist-row {
        width: 100%;
        max-width: 100%;
        margin-top: 0.42rem;
        overflow: visible;
    }
    .hist-aside {
        width: 2.2rem;
        max-width: 2.2rem;
        padding-right: 0.2rem;
    }
    .hist-dataswip {
        overflow: visible;
    }
    .hist-dataswip li {
        padding-right: 0.2rem;
    }
    .hist-dataswip li.active:after {
        width: 2px;
        height: 0.6rem;
        top: 0.28rem;
    }
    .hist-dataswip a {
        padding: 0.24rem 0;
    }
    .hist-dataswip .year {
        font-size: 0.29rem;
        line-height: 0.3rem;
    }
    .hist-dataswip .tit {
        font-size: 0.2rem;
        line-height: 0.3rem;
        margin-top: 0.08rem;
    }
    .hist-item {
        padding-left: 0.48rem;
    }
    .hist-item:before {
        width: 0.14rem;
        height: 0.14rem;
        top: 0.32rem;
    }
    .hist-item .item-inner {
        padding: 0.24rem 0.32rem 0.22rem;
    }
    .hist-item .item-inner:before {
        top: 0.24rem;
        border-width: 0.14rem;
        left: -0.28rem;
    }
    .hist-item .item-year {
        font-size: 0.29rem;
        line-height: 0.3rem;
        margin-bottom: 0.14rem;
        font-weight: 600;
    }
    .hist-item .item-bd {
        font-size: 0.17rem;
        line-height: 0.29rem;
    }
    .hist-item .item-bd li {
        margin-bottom: 0.12rem;
        padding-left: 0.1rem;
    }
    .hist-item .item-bd li:before {
        width: 4px;
        height: 4px;
        top: 0.12rem;
    }
    .hist-item .item-bd .doc {
        width: 100%;
        padding: 0.18rem 0 5px;
    }
}

@media screen and (max-width: 767.98px) {
    .hist-row {
        display: block;
    }
    .hist-content {
        width: 100%;
        overflow: hidden;
    }
    .hist-content:before {
        display: none;
    }
    .hist-aside {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .hist-dataswip .swiper-wrapper {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
    }
    .hist-dataswip li {
        width: auto;
        padding: 0 0.48rem 0 0;
        white-space: nowrap;
    }
    .hist-dataswip li.active:after {
        display: none;
    }
    .hist-dataswip a {
        text-align: center;
        border-bottom: none;
        padding: 0 0 0.3rem;
    }
    .hist-item {
        padding: 0;
        margin-bottom: 0.24rem;
    }
    .hist-item:before {
        display: none;
    }
    .hist-item .item-inner:before {
        display: none;
    }
}


/*** 常见问题-频道页 ***/

.faq-sect1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: #fafafa;
}

.faq-sect1 .cont {
    padding: 0 15px;
}

.faq-sect1 .word {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    margin-top: 17px;
    animation-delay: .15s;
    -webkit-animation-delay: .15s;
}

.faq-sect1 .schbox {
    width: 690px;
    max-width: 100%;
    display: table;
    margin: 32px auto 0;
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

.faq-sect1 .schbox .table-cell {
    width: 100%;
    vertical-align: top;
}

.faq-sect1 .schbox .inpt {
    width: 100%;
    height: 46px;
    display: block;
    border: solid 1px #dcdcdc;
    font-size: 16px;
    line-height: 44px;
    color: #333;
    padding: 0 2em;
    border-radius: 23px;
    background: transparent;
}

.faq-sect1 .schbox .btn-sch {
    width: 160px;
    height: 46px;
    display: block;
    text-align: center;
    border-radius: 23px;
    background: #00713b;
    font-size: 16px;
    line-height: 44px;
    color: #fff;
    border: solid 1px #00713b;
    float: right;
    margin-left: 30px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

@media screen and (min-width: 992px) {
    .faq-sect1 .schbox .btn-sch:hover {
        background: transparent;
        color: #00713b;
    }
}

.faq-list {
    margin: 60px -10px -60px;
}

.faq-item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 60px;
}

.faq-item .item-inner {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: solid 1px #ccc;
    border-top-width: 10px;
    padding: 24px 0 27px;
}

.faq-item:nth-child(odd) .item-inner {
    border-top-color: #00713b;
}

.faq-item:nth-child(even) .item-inner {
    border-top-color: #70bb2b;
}

.faq-item .item-tit {
    font-size: 20px;
    line-height: 1.5em;
    padding: 0 30px 6px;
    position: relative;
    margin-bottom: 22px;
}

.faq-item .item-tit:after {
    content: '';
    width: 4em;
    height: 1px;
    display: block;
    background: #00713b;
    position: absolute;
    left: 30px;
    bottom: 0;
}

.faq-item .item-doc {
    width: 100%;
    height: 154px;
    display: block;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.faq-item .doc {
    width: 100%;
    overflow: hidden;
    padding: 0 30px;
}

.faq-sect2 {
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: #fff;
    padding: 80px 0;
    border-top: solid 1px #e6e6e6;
}

.faq-sect2 .list {
    width: 870px;
    margin: 0 auto;
    overflow: hidden;
}

.faq-sect2 .list li {
    float: left;
    margin-right: 60px;
}

.faq-sect2 .list li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1500px) {
    .faq-sect1 .cont {
        padding: 0;
    }
    .faq-item {
        width: 33.33%;
    }
}

@media screen and (max-width: 1100px) {
    .faq-item {
        width: 50%;
    }
}

@media screen and (max-width: 991.98px) {
    .faq-sect1 {
        padding: 0.48rem 0;
    }
    .faq-sect1 .word {
        font-size: 0.22rem;
        line-height: 0.3rem;
        margin-top: 0.18rem;
    }
    .faq-sect1 .schbox {
        margin-top: 0.18rem;
    }
    .faq-sect1 .schbox .inpt {
        height: 0.36rem;
        font-size: 0.17rem;
        line-height: 0.34rem;
        padding: 0 0.2rem;
        border-color: #00713b;
        border-radius: 0.18rem;
    }
    .faq-sect1 .schbox .btn-sch {
        width: 0.96rem;
        height: 0.36rem;
        border-radius: 0.18rem;
        font-size: 0.17rem;
        line-height: 0.34rem;
        margin-left: 0.18rem;
    }
    .faq-list {
        margin-top: 0.48rem;
        margin-bottom: -0.24rem;
    }
    .faq-item {
        margin-bottom: 0.24rem;
    }
    .faq-item .item-inner {
        padding: 0.25rem 0 0.4rem;
        border-top-width: 6px;
    }
    .faq-item .item-tit {
        font-size: 0.22rem;
        line-height: 0.3rem;
        padding: 0 0.16rem 0.14rem;
        margin-bottom: 0.1rem;
    }
    .faq-item .item-tit:after {
        width: 0.48rem;
        left: 0.16rem;
    }
    .faq-item .item-doc {
        height: 1.74rem;
        font-size: 0.17rem;
        line-height: 0.29rem;
    }
    .faq-item .doc {
        padding: 0 0.16rem;
    }
    .faq-sect2 {
        padding: 0.48rem 0;
    }
    .faq-sect2 .list {
        width: auto;
        margin: 0 -0.1rem;
    }
    .faq-sect2 .list li {
        width: 33.333%;
        padding: 0 0.1rem;
        margin: 0;
    }
    .faq-sect2 .list a {
        width: 100%;
        height: 0.48rem;
        line-height: 0.46rem;
    }
}

@media screen and (max-width: 767.98px) {
    .faq-sect1 {
        background: #fff;
    }
    .faq-sect1 .word {
        text-align: left;
    }
    .faq-sect1 .schbox {
        width: 100%;
    }
    .faq-item {
        width: 100%;
    }
    .faq-item .item-doc {
        height: auto;
        min-height: 1.74rem;
    }
}


/**** 售前问题 ****/

.faq-frmbox {
    padding: 80px 0 100px;
}

.faq-row {
    width: 100%;
    overflow: visible;
}

.faq-aside {
    padding: 0;
}

.faq-navlist {
    position: relative;
}

.faq-navlist:before {
    content: '';
    width: 4px;
    height: 100%;
    display: block;
    background: #eee;
    position: absolute;
    left: 0;
    top: 0;
}

.faq-navlist li {
    padding-left: 24px;
    position: relative;
    overflow: hidden;
}

.faq-navlist li.active:before {
    content: '';
    width: 4px;
    height: 100%;
    display: block;
    background: #00713b;
    position: absolute;
    left: 0;
    top: 0;
}

.faq-navlist li.active a {
    color: #00713b;
}

.faq-navlist a {
    float: left;
    cursor: pointer;
    font-size: 24px;
    line-height: 60px;
}

.form-faqbox {
    padding: 0;
}

.form-faqbox .row {
    margin: 0 -1.5em;
}

.form-faqbox .row-item {
    padding: 0 1.5em;
}

@media screen and (max-width: 991.98px) {
    .faq-frmbox {
        padding: 0.3rem 0 0.48rem;
    }
}


/*** 全屋定制解决方案 ***/

.soltDz-box {
    padding: 0 0 100px;
}

.soltDz-box .culture-sect {
    margin-top: 0;
    background: #f8f8f8;
}

.soltDz-box .culture-sect .image {
    height: 540px;
}

.soltDz-box .culture-sect.sect2 .doc {
    height: 217px;
}

.soltDz-box .culture-sect.sect3 .image {
    height: 600px;
}

.soltDz-box .culture-sect.sect3 .doc {
    min-height: 150px;
    max-height: 210px;
    overflow: hidden;
}

.soltDz-box .culture-docCtrl {
    margin-top: 25px;
}

.solt-titbox {
    padding: 80px 0;
}

@media screen and (max-width: 991.98px) {
    .soltDz-box {
        padding: 0;
    }
    .soltDz-box .culture-sect {
        background: #fff;
        margin-bottom: 0.48rem;
    }
    .soltDz-box .culture-sect.sect3 .doc {
        min-height: 1.45rem;
        max-height: auto;
    }
    .soltDz-box .culture-docCtrl {
        margin-top: 0.22rem;
    }
    .solt-titbox {
        padding: 0.48rem 0;
    }
}


/*** 全屋易装解决方案 ***/

.soltYz-box {
    padding: 0 0 100px;
}

.soltYz-sect {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.soltYz-sect .bg {
    width: 100%;
    height: 100%;
    display: block;
    background: no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.soltYz-sect .inside-inner {
    z-index: 10;
}

.soltYz-sect .sect-tit {
    font-size: 2.4em;
    line-height: 1.25em;
    margin-bottom: 0.75em;
}

.soltYz-sect .sect-doc {
    font-size: 16px;
    line-height: 30px;
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

.soltYz-sect1 {
    height: 30em;
    padding: 5.6em 0;
    color: #fff;
}

.soltYz-sect1 .sect-doc {
    width: 41%;
    max-width: 37em;
}

.soltYz-sect2 {
    text-align: center;
}

.soltYz-sect2 .topbox {
    padding: 70px 0 54px;
}

.soltYz-sect2 .sect-tit {
    margin-bottom: 0.54em;
}

.soltYz-sect2 .sect-doc {
    width: 81.25%;
    max-width: 1300px;
    margin: 0 auto;
    font-size: 16px;
}

.soltYz-sect2 .botbox {
    padding: 80px 0;
    background: #fafafa;
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

.soltYz-sect2 .botbox img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.soltYz-sect3 {
    padding: 17em 0;
}

.soltYz-sect3 .row {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}

.soltYz-sect3 .sect-imgs {
    width: 46%;
    max-width: 740px;
    margin-right: 6.5%;
    position: relative;
}

.soltYz-sect3 .sect-body {
    width: 47.5%;
    max-width: 760px;
    color: #fff;
}

.soltYz-tx {
    width: 520px;
    max-width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
}

.soltYz-tx img {
    display: block;
}

.soltYz-tx .adjust {
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    opacity: 0;
}

.soltYz-tx .tx {
    width: 31%;
    max-width: 160px;
    position: absolute;
    z-index: 5;
}

.soltYz-tx .tx img {
    width: 100%;
    max-width: 100%;
}

.soltYz-tx .tx:hover .def {
    display: none;
}

.soltYz-tx .tx:hover .hover {
    display: block;
}

.soltYz-tx .hover {
    display: none;
}

.soltYz-tx .tx0 {
    width: 44.23%;
    max-width: 230px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.soltYz-tx .tx1 {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.soltYz-tx .tx2 {
    right: 0;
    top: 50%;
    transform: translateY(-121.4%);
    -webkit-transform: translateY(-121.4%);
}

.soltYz-tx .tx3 {
    right: 0;
    top: 50%;
    transform: translateY(21.4%);
    -webkit-transform: translateY(21.4%);
}

.soltYz-tx .tx4 {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.soltYz-tx .tx5 {
    left: 0;
    top: 50%;
    transform: translateY(21.4%);
    -webkit-transform: translateY(21.4%);
}

.soltYz-tx .tx6 {
    left: 0;
    top: 50%;
    transform: translateY(-121.4%);
    -webkit-transform: translateY(-121.4%);
}

@media screen and (max-width: 991.98px) {
    .soltYz-box {
        padding: 0;
    }
    .soltYz-sect {
        text-align: left;
    }
    .soltYz-sect .sect-tit {
        font-size: 0.29rem;
        line-height: 0.4rem;
        margin-bottom: 0.2rem;
    }
    .soltYz-sect .sect-doc {
        width: 100%;
        max-width: 100%;
        font-size: 0.18rem;
        line-height: 0.29rem;
    }
    .soltYz-sect1 {
        height: 4.8rem;
        padding: 0.66rem 0;
    }
    .soltYz-sect2 .topbox {
        padding: 0.4rem 0 0.3rem;
    }
    .soltYz-sect2 .botbox {
        padding: 0.35rem 0 0.48rem;
    }
    .soltYz-sect3 {
        padding: 0;
    }
    .soltYz-sect3 .row {
        display: block;
        overflow: visible;
    }
    .soltYz-sect3 .sect-body {
        width: 100%;
        color: #333;
        padding: 0.4rem 0 0.3rem;
    }
    .soltYz-sect3 .sect-imgs {
        width: auto;
        max-width: 100vw;
        padding: 2.5rem 0.18rem;
        margin: 0 -0.18rem;
    }
    .soltYz-tx {
        width: 3.12rem;
    }
    .soltYz-tx .adjust {
        opacity: 1;
    }
}


/**** 个性产品-天然豆香 ****/

.special-titbox .an {
    width: 7.7em;
    font-size: 1.8em;
    line-height: 36px;
    padding-bottom: 15px;
    border-bottom: solid 2px #000;
}

.special-titbox .an b {
    display: block;
}

.special-titbox .dn {
    font-size: 1.8em;
    line-height: 40px;
    font-family: "SourceHanSansCN-Regular";
    margin-top: -0.5em;
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

.special-titbox .en {
    width: 7.7em;
    font-size: 1.8em;
    line-height: 36px;
    padding-bottom: 15px;
    border-bottom: solid 2px #fff;
}

.special-titbox .en b {
    display: block;
}

.special-titbox .cn {
    font-size: 1.8em;
    line-height: 40px;
    font-family: "SourceHanSansCN-Regular";
    margin-top: 0.5em;
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

.special-sect1 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.special-sect1 .row {
    width: 100%;
    min-height: 100vh;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

.special-sect1 .sect-imgs {
    width: 100%;
    height: 100%;
    display: block;
    background: no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.special-sect1 .sect-body {
    width: 32.3%;
    padding: 19.7vh 7vw 19.7vh 4.7vw;
    position: relative;
}

.special-sect1 .page-title {
    color: #00713b;
    margin-bottom: 1em;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

.special-sect1 .subtt {
    font-size: 1.5em;
    line-height: 1.33em;
    margin-bottom: 3.13em;
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
}

@media(min-width: 992px) {
    body .special-sect1 .subtt {
        font-size: 20px;
    }
}

.special-sect1 .sect-swip {
    width: auto;
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
}

.special-sect1 .sect-swip.col2 {
    width: 230px;
}

.special-sect1 .sect-swip.col2 .swiper-slide {
    width: 50%;
}

.special-sect1 .sect-swip.col2 .swiper-slide:nth-child(2n+2):after {
    display: none;
}

.special-sect1 .sect-swip.col3 .swiper-slide {
    width: 33.33%;
}

.special-sect1 .sect-swip.col3 .swiper-slide:nth-child(3n+3):after {
    display: none;
}

.special-sect1 .swiper-wrapper {
    width: auto;
    margin: 0 -2.5em -1.8em;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.special-sect1 .swiper-slide {
    text-align: center;
    margin-bottom: 1.8em;
    position: relative;
}

.special-sect1 .swiper-slide:after {
    content: '';
    width: 1px;
    height: 60px;
    display: block;
    background: #cfcece;
    position: absolute;
    right: 0;
    top: 19px;
}

.special-sect1 .swiper-slide:last-child:after {
    display: none;
}

.special-sect1 .swiper-slide img {
    width: 50px;
    display: block;
    margin: 0 auto 6px;
}

.special-sect1 .swiper-slide h5 {
    width: 4em;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
}

.special-sect1 .is-antd {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    opacity: 0;
}

.special-sect1.is-active .sect-imgs {
    width: 67.7%;
    height: 100%;
}

.special-sect1.is-active .is-antd {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    opacity: 1;
}

.trdx-sect2 {
    color: #fff;
    overflow: hidden;
}

.trdx-sect2 .row {
    width: 100%;
}

.trdx-sect2 .row-item {
    position: relative;
}

.trdx-sect2 .sect-left {
    padding: 4.2em 6.7vw 5.75em 4.7vw;
}

.trdx-sect2 .sect-right {
    padding: 4.2em 13vw 3em 4.7vw;
}

.trdx-sect2 .sect-right .special-titbox {
    margin-bottom: 2.6em;
}

.trdx-sect2 .sect-body {
    position: relative;
    z-index: 10;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
}

.trdx-sect2 .bg {
    width: 100%;
    height: 100%;
    display: block;
    background: no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.trdx-sect2 .special-titbox .en {
    width: 85.7%;
    max-width: 10em;
}

.trdx-sect2 .point {
    margin-top: 3.1em;
}

.trdx-sect2 .point li {
    width: 100%;
    position: relative;
    padding: 15px 0 15px 6.5em;
}

.trdx-sect2 .point li:nth-child(1) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

.trdx-sect2 .point li:nth-child(2) {
    animation-delay: .35s;
    -webkit-animation-delay: .35s;
}

.trdx-sect2 .point li:nth-child(3) {
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
}

.trdx-sect2 .point img {
    width: 4.5em;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.trdx-sect2 .point .tit {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
}

.trdx-sect2 .point .doc {
    font-size: 16px;
    line-height: 26px;
}

.trdx-sect2 .word {
    font-size: 1em;
    line-height: 1.6em;
    margin-top: 1em;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
}

.trdx-sect2 .word2 {
    font-size: 16px;
    line-height: 30px;
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
    text-align: justify;
    text-indent: 30px;
}

.trdx-sect2 .table-box {
    width: 100%;
    overflow: hidden;
    margin-top: 2.7em;
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
}

.trdx-sect2 td,
.trdx-sect2 th {
    border: solid 1px rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 30px;
    padding: 4px 20px;
}

.trdx-sect2 th {
    white-space: nowrap;
}

.trdx-sect2 .tips {
    font-size: 14px;
    line-height: 30px;
    margin-top: 12px;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
}

.trdx-sect3 {
    padding: 3em 0 3.7em;
    text-align: center;
    overflow: hidden;
}

.trdx-sect3 .swiper-wrapper {
    height: auto !important;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
}

.trdx-sect3 li {
    width: 20%;
    height: auto;
    position: relative;
    padding: 0 3.2vw;
}

.trdx-sect3 li:after {
    content: '';
    width: 1px;
    height: 60px;
    display: block;
  /*  background: #3fa980;   */
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
}

.trdx-sect3 li:last-child:after {
    display: none;
}

.trdx-sect3 img {
    width: 2.5em;
    display: block;
    margin: 0 auto;
}

.trdx-sect3 .tit {
    font-size: 1.2em;
    line-height: 1.25em;
    margin-top: 1.08em;
    white-space: nowrap;
}

.trdx-sect3 .doc {
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 1.25em;
}

.trdxSect3-page {
    text-align: center;
    line-height: 0.3rem;
    margin-top: 0.44rem;
}

.trdxSect3-page .bullet {
    width: 0.3rem;
    height: 0.3rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 2px;
    opacity: .2;
}

.trdxSect3-page .bullet:after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: #00713b;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.trdxSect3-page .bullet.active {
    opacity: 1;
}

.trdx-cont {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
    position: relative;
    z-index: 10;
}

.trdx-sect4 {
    position: relative;
    overflow: hidden;
    padding-bottom: 95px;
    background: #f5f5f5;
}

.trdx-sect4:after {
    content: '';
    width: 33%;
    max-width: 620px;
    height: 11.5em;
    display: block;
    background: #00713b;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.trdx-sect4 .sect-imgs {
    width: 100%;
    height: 470px;
    display: block;
    background: no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.trdx-sect4 .sect-body {
    padding-top: 102px;
    position: relative;
    z-index: 10;
}

.trdx-sect4 .special-titbox {
    color: #fff;
    margin-bottom: 100px;
}

.trdxSect4-swip {
    width: 100%;
    overflow: hidden;
    position: relative;
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

.trdxSect4-swip>.swiper-wrapper {
    width: auto;
    align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    margin: 0 -6.7vw;
}

.trdxSect4-swip>.swiper-wrapper>.swiper-slide {
    width: 50%;
    padding: 0 6.7vw;
    height: auto;
}

.trdxSect4-swip .slide-box {
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: #fff;
    padding: 30px 2em 10px;
    position: relative;
}

.trdxSect4-swip .slide-box img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.trdxSect4-swip .slide-tit {
    font-size: 1.5em;
    line-height: 1.33em;
    font-family: "SourceHanSansCN-Regular";
}

.trdxSect4-swip .slide-doc {
    min-height: 120px;
    font-size: 16px;
    line-height: 30px;
    margin-top: 22px;
}

.trdxSect4-swip .slide-chart {
    margin-top: 42px;
}

.trdxSect4-swip .slide-imgs {
    margin-top: 50px;
}

.trdxSect4-swip .slide-line {
    width: 100%;
    height: 5px;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.trdxSect4-swip .slide-line span {
    width: 33.333%;
    height: 100%;
    display: block;
    float: left;
}

.trdxSect4-swip .slide-line .s1 {
    background: #00713b;
}

.trdxSect4-swip .slide-line .s2 {
    background: #6fba2c;
}

.trdxSect4-swip .slide-line .s3 {
    background: #fff012;
}

.trdx-chartswip {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 43px;
    font-size: 16px;
    line-height: 30px;
}

.trdx-chartswip .doc {
    margin-top: 44px;
}

.trdx-chartPage {
    line-height: 30px;
    position: relative;
    margin: 56px 0 22px;
}

.trdx-chartPage .bullet {
    width: 40px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 5px;
    opacity: .2;
    cursor: pointer;
}

.trdx-chartPage .bullet:after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: #00713b;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.trdx-chartPage .bullet.active {
    opacity: 1;
}

.trdx-sect5 {
    width: 100%;
    position: relative;
    padding: 106px 0 100px;
    color: #fff;
}

.trdx-sect5 .sect-imgs {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.trdx-sect5 .word {
    width: 11em;
    max-width: 100%;
    font-size: 1.5em;
    line-height: 1.6em;
    margin-top: 2.27em;
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

.trdx-sect5 .list {
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
    font-size: 1.2em;
    line-height: 1.5em;
    margin-top: 2.5em;
}

.trdx-sect5 .list li {
    padding: 0.5em 0 0.5em 2.33em;
    position: relative;
}

.trdx-sect5 .list img {
    width: 1.67em;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.trdx-sect5 .list strong {
    font-family: "SourceHanSansCN-Regular";
}

.special-end {
    padding: 3.75em 0 4em 13.5vw;
    position: relative;
}

.special-end .special-titbox {
    margin-bottom: 3em;
    color: #00713b;
}

.special-end .special-titbox .en {
    border-bottom-color: #00713b;
}

.special-end.color-green {
    color: #3fa980;
}

.special-end.color-green .special-titbox .en {
    border-bottom-color: #3fa980;
}

.special-end.color-green .special-yyCtrl .ctrl {
    border-color: #36a980;
}

.special-end.color-green .special-yyCtrl .ctrl.prev {
    background-image: url("/Img_mt/images/arrow-left4.png");
}

.special-end.color-green .special-yyCtrl .ctrl.prev:not(.swiper-button-disabled):hover {
    background-color: #36a980;
}

.special-end.color-green .special-yyCtrl .ctrl.next {
    background-image: url("/Img_mt/images/arrow-right4.png");
    margin-bottom: 0;
}

.special-end.color-green .special-yyCtrl .ctrl.next:not(.swiper-button-disabled):hover {
    background-color: #36a980;
}

.special-end.color-green2 {
    color: #00713b;
}

.special-end.color-green2 .special-titbox .en {
    border-bottom-color: #00713b;
}

.special-yybox {
    position: relative;
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

.special-yySwip {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.special-yySwip .imgs {
    width: 100%;
    height: 32em;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    position: relative;
}

.special-yyCtrl {
    position: absolute;
    right: 100%;
    top: 50%;
    margin-right: 3em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.special-yyCtrl .ctrl {
    width: 3em;
    height: 3em;
    display: block;
    overflow: hidden;
    border-radius: 100%;
    background: no-repeat center center;
    border: solid 1px #00713b;
    background-size: 0.5em auto;
    cursor: pointer;
    margin-bottom: 1em;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.special-yyCtrl .ctrl.prev {
    background-image: url("/Img_mt/images/arrow-left2.png");
}

.special-yyCtrl .ctrl.prev:not(.swiper-button-disabled):hover {
    background-color: #00713b;
    background-image: url("/Img_mt/images/arrow-left.png");
}

.special-yyCtrl .ctrl.next {
    background-image: url("/Img_mt/images/arrow-right2.png");
    margin-bottom: 0;
}

.special-yyCtrl .ctrl.next:not(.swiper-button-disabled):hover {
    background-color: #00713b;
    background-image: url("/Img_mt/images/arrow-right.png");
}

.special-yyCtrl .ctrl.swiper-button-disabled {
    cursor: default;
    opacity: .2;
}

.special-yyPage {
    text-align: center;
    line-height: 0.3rem;
    position: absolute;
    left: 0;
    bottom: 4px !important;
    z-index: 20;
}

.special-yyPage .bullet {
    width: 0.3rem;
    height: 0.3rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 2px;
    opacity: .5;
}

.special-yyPage .bullet:after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.special-yyPage .bullet.active {
    opacity: 1;
}

@media screen and (max-width: 1500px) {
    .special-sect1 .sect-body {
        width: 40%;
        padding-right: 2.5em;
    }
    .special-sect1.is-active .sect-imgs {
        width: 60%;
    }
    .trdx-sect2 .row-item {
        padding-left: 2.5em;
        padding-right: 2.5em;
    }
    .trdx-sect2 td,
    .trdx-sect2 th {
        font-size: 14px;
        padding: 4px 1em;
    }
    .trdx-sect3 li {
        padding: 0 2.5em;
    }
    .trdx-sect3 .doc {
        font-size: 14px;
    }
    .trdx-cont {
        padding-left: 8em;
        padding-right: 8em;
    }
    .trdxSect4-swip>.swiper-wrapper {
        margin: 0 -2.5em;
    }
    .trdxSect4-swip>.swiper-wrapper>.swiper-slide {
        padding: 0 2.5em;
    }
    .special-end {
        padding-left: 8em;
    }
    .special-yyCtrl {
        margin-right: 2.5em;
    }
}

@media screen and (max-width: 1100px) {
    .trdxSect4-swip>.swiper-wrapper {
        margin: 0 -1.5em;
    }
    .trdxSect4-swip>.swiper-wrapper>.swiper-slide {
        padding: 0 1.5em;
    }
}

@media screen and (max-width: 991.98px) {
    .special-titbox .en {
        width: 7.7em;
        max-width: 100%;
        font-size: 0.29rem;
        padding-bottom: 0.1rem;
        border-bottom-width: 1px;
    }
    .special-titbox .cn {
        font-size: 0.29rem;
        margin-top: 0.1rem;
    }
    .special-sect1 .row {
        display: block;
        min-height: 0;
    }
    .special-sect1 .sect-imgs {
        position: static;
        height: 5.22rem;
    }
    .special-sect1 .is-antd {
        transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
    .special-sect1 .sect-body {
        width: 100%;
        padding: 0.36rem 0.18rem 0.44rem;
    }
    .special-sect1 .page-title {
        font-size: 0.36rem;
        margin-bottom: 0.18rem;
    }
    .special-sect1 .subtt {
        font-size: 0.22rem;
        line-height: 0.3rem;
        margin-bottom: 0.42rem;
    }
    .special-sect1 .sect-swip {
        width: 100% !important;
        margin: 0;
    }
    .special-sect1 .swiper-wrapper {
        width: 100%;
        margin: 0;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
    }
    .special-sect1 .swiper-slide {
        width: auto !important;
        padding: 0 0.15rem;
        margin: 0 0.3rem 0 0;
    }
    .special-sect1 .swiper-slide:after {
        display: none;
    }
    .special-sect1 .swiper-slide img {
        width: 0.6rem;
        margin-bottom: 0.1rem;
    }
    .special-sect1 .swiper-slide h5 {
        font-size: 0.17rem;
        line-height: 0.22rem;
    }
    .special-sect1.is-active .sect-imgs {
        width: 100%;
        height: 5.22rem;
    }
    .trdx-sect2 .sect-left {
        padding: 0.45rem 0.18rem 0.52rem;
    }
    .trdx-sect2 .sect-right {
        padding: 0.45rem 0.18rem 0.32rem;
    }
    .trdx-sect2 .point {
        margin-top: 0.28rem;
    }
    .trdx-sect2 .point li {
        padding: 0.12rem 0 0.12rem 0.98rem;
    }
    .trdx-sect2 .point img {
        width: 0.54rem;
        left: 0.18rem;
    }
    .trdx-sect2 .point .tit {
        font-size: 0.18rem;
        line-height: 0.24rem;
        margin-bottom: 0;
    }
    .trdx-sect2 .point .doc {
        font-size: 0.15rem;
        line-height: 0.22rem;
    }
    .trdx-sect2 .word {
        font-size: 0.18rem;
        line-height: 0.29rem;
        margin-top: 0.22rem;
    }
    .trdx-sect2 .word2 {
        font-size: 0.17rem;
        line-height: 0.29rem;
        margin-top: 0.3rem;
    }
    .trdx-sect2 .table-box {
        margin-top: 0.3rem;
    }
    .trdx-sect2 td,
    .trdx-sect2 th {
        white-space: nowrap;
    }
    .trdx-sect2 .tips {
        line-height: 18px;
        margin-top: 0.18rem;
    }
    .trdx-sect3 {
        padding: 0.48rem 0 0.22rem;
    }
    .trdx-sect3 li {
        padding: 0 0.18rem;
    }
    .trdx-sect3 img {
        width: 0.6rem;
    }
    .trdx-sect3 .tit {
        font-size: 0.22rem;
        line-height: 0.3rem;
        margin-top: 0.25rem;
    }
    .trdx-sect3 .doc {
        font-size: 0.17rem;
        line-height: 0.29rem;
        margin-top: 0.18rem;
        min-height: 1.16rem;
    }
    .trdx-cont {
        padding: 0 0.18rem;
    }
    .trdx-sect4:after {
        display: none;
    }
    .trdx-sect4 .sect-imgs {
        height: 2.82rem;
    }
    .trdx-sect4 .sect-body {
        padding-top: 0.44rem;
    }
    .trdx-sect4 .special-titbox {
        margin-bottom: 0.6rem;
    }
    .trdxSect4-swip {
        overflow: visible;
    }
    .trdxSect4-swip>.swiper-wrapper {
        width: 100%;
        margin: 0;
    }
    .trdxSect4-swip>.swiper-wrapper>.swiper-slide {
        width: 100%;
        padding: 0;
    }
    .trdxSect4-swip .slide-box {
        padding: 0.22rem 0.24rem;
    }
    .trdxSect4-swip .slide-tit {
        font-size: 0.29rem;
        line-height: 0.3rem;
    }
    .trdxSect4-swip .slide-doc {
        font-size: 0.17rem;
        line-height: 0.29rem;
        margin-top: 0.15rem;
    }
    .trdxSect4-swip .slide-chart {
        margin-top: 0.18rem;
    }
    .trdxSect4-swip .slide-imgs {
        margin-top: 0.36rem;
        margin-bottom: 0.5rem;
    }
    .trdxSect4-swip .slide-line {
        height: 3px;
    }
    .trdx-chartswip {
        font-size: 0.17rem;
        line-height: 0.29rem;
        margin-top: 0.18rem;
    }
    .trdx-chartswip .doc {
        margin-top: 0.16rem;
    }
    .trdx-chartPage {
        line-height: 0.3rem;
        margin: 0.4rem 0 0;
    }
    .trdx-chartPage .bullet {
        width: 0.3rem;
        height: 0.3rem;
        margin: 0 2px;
    }
    .trdx-sect5 {
        padding: 1.88rem 0 0.48rem;
    }
    .trdx-sect5 .word {
        font-size: 0.22rem;
        line-height: 0.29rem;
        margin-top: 0.42rem;
    }
    .trdx-sect5 .list {
        margin-top: 0.32rem;
        font-size: 0.17rem;
        line-height: 0.24rem;
    }
    .trdx-sect5 .list li {
        padding: 0 0 0 0.34rem;
        margin-bottom: 0.18rem;
    }
    .trdx-sect5 .list li:last-child {
        margin-bottom: 0;
    }
    .trdx-sect5 .list img {
        width: 0.24rem;
    }
    .special-end {
        padding: 0.45rem 0 0.48rem;
    }
    .special-end .special-titbox {
        padding: 0 0.18rem;
        margin-bottom: 0.34rem;
    }
}

@media screen and (max-width: 767.98px) {
    .trdx-sect3 .swiper-wrapper {
        align-items: flex-start;
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
    }
    .trdx-sect3 li {
        width: 100%;
    }
    .trdx-sect3 li:after {
        display: none;
    }
}

@media(min-width: 992.98px) {
    .about-sect1 .sm-inner {
        padding: 0 130px;
    }
}

.culture-sect .sect-body {
    padding: 0 8.6vw 0 5.2vw;
}

body .form-control {
    font-size: 16px;
}

.form-group.has-error .help-block {
    position: absolute;
    bottom: -19px;
}

.faq-item .item-inner {
    height: 300px;
}

.modalNav3 .navitem ul li {
    text-indent: .09rem;
}

.modalNav4 .navitem ul li {
    text-indent: .09rem;
}

.gcm-box .special-sect1 .sect-imgs {
    background-position: right center;
}

.gcm-box .special-sect1 .page-title {
    margin-bottom: 1em;
}

.gcm-box .special-sect1 .subtt {
    line-height: 1em;
    margin-bottom: 3.17em;
}

.gcm-box .special-sect1 .subtt p {
    padding: 0.3em 0 0.3em 0.3em;
    position: relative;
}

.gcm-box .special-sect1 .subtt .p1:before {
    content: '';
    width: 1.5em;
    height: 1.5em;
    display: block;
   /* border: solid 1px #333;  */
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.75em;
    z-index: -1;
}

.gcm-box .special-sect1 .subtt .white {
    background: #fff;
    display: inline-block;
}

.gcm-sect2 {
    overflow: hidden;
}

.gcm-sect2 .row {
    width: 100%;
}

.gcm-sect2 .row-item {
    position: relative;
}

.gcm-sect2 .sect-left {
    padding: 4.2em 6.7vw 2.9em 4.7vw;
    background: #fbfbfb;
}

.gcm-sect2 .sect-left .special-titbox .en {
    border-bottom-color: #333;
    white-space: nowrap;
}

.gcm-sect2 .sect-left .special-titbox .cn {
    width: 8em;
}

.gcm-sect2 .sect-right {
    padding: 4.2em 4.7vw 2em 4.7vw;
    color: #fff;
}

.gcm-sect2 .sect-right .special-titbox {
    margin-bottom: 2.6em;
}

.gcm-sect2 .sect-body {
    position: relative;
    z-index: 10;
}

.gcm-sect2 .bg {
    width: 100%;
    height: 100%;
    display: block;
    background: no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.gcm-sect2 .special-titbox .en {
    width: 85.7%;
    max-width: 10em;
}

.gcm-sect2 .word2 {
    font-size: 16px;
    line-height: 30px;
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
    text-align: justify;
    text-indent: 30px;
}

.gcm-sect2 .iconlist {
    margin: 3.3em -3em 0;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

.gcm-sect2 .iconlist li {
    width: 33.333%;
    position: relative;
}

.gcm-sect2 .iconlist li:after {
    content: '';
    width: 1px;
    height: 60px;
    display: block;
    background: #d3d3d3;
    position: absolute;
    right: 0;
    top: 0;
}

.gcm-sect2 .iconlist li:last-child:after {
    display: none;
}

.gcm-sect2 .iconlist img {
    width: 42px;
    display: block;
    margin: 0 auto 6px;
}

.gcm-sect2 .imgs1 {
    margin-top: 45px;
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
}

.gcm-sect2 .imgs1 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.gcm-sect2 .imgs2box {
    width: 100%;
    position: relative;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 2.4em;
}

.gcm-sect2 .imgs2box .img {
    width: 41.5%;
    max-width: 19.5em;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    margin-right: 11.7%;
}

.gcm-sect2 .imgs2box .img img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.gcm-sect2 .imgs2box .bd {
    max-width: 440px;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
}

.gcm-sect2 .imgs2box .dlist li {
    width: 100%;
    display: table;
    margin-bottom: 1em;
    position: relative;
    overflow: hidden;
}

.gcm-sect2 .imgs2box .dlist .tit {
    width: 32%;
    min-width: 8em;
    float: right;
    margin-left: 22px;
}

.gcm-sect2 .imgs2box .dlist .line {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.gcm-sect2 .imgs2box .dlist .line:before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: url("/Img_mt/images/gcm-line2.png") no-repeat center center;
    background-size: cover;
}

.gcm-sect2 .imgs2box .dlist .line:after {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -2.5px;
}

.gcm-sect3 {
    padding: 7.1em 0 6.5em;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.gcm-sect3 .page-title {
    color: #00713b;
}

.gcm-sect3 .page-title.web {
    margin-top: 82px;
    animation-delay: .25s;
    -webkit-animation-delay: .25s;
}

.gcm-sect3 .page-title.app {
    margin-bottom: 0.46rem;
}

.gcmsect3-swip {
    width: 100%;
    position: relative;
    text-align: center;
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

.gcmsect3-swip li:after {
    content: '';
    width: 1px;
    height: 3em;
    display: block;
    background: #00713b;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1.5em;
}

.gcmsect3-swip li:last-child:after {
    display: none;
}

.gcmsect3-swip .slide-box {
    max-width: 100%;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
}

.gcmsect3-swip .imgs {
    width: 3.2em;
    display: block;
    margin: 0 auto 1.3em;
}

.gcmsect3-swip .imgs img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.gcmsect3-swip .tit {
    font-size: 1.2em;
    line-height: 1.25em;
}

.gcm-sect4 {
    color: #fff;
    overflow: hidden;
    position: relative;
    padding: 5.25em 0 6em;
}

.gcm-sect4 .bg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background: no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.gcmSect4-swip {
    margin: 4.1em -0.1rem -3.3em;
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
}

.gcmSect4-swip .swiper-wrapper {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.gcmSect4-swip .swiper-slide {
    width: 50%;
    padding: 0 3.5em 0 6.6em;
    position: relative;
    margin-bottom: 3.3em;
}

.gcmSect4-swip .icon {
    width: 5.4em;
    display: block;
    position: absolute;
    left: 0;
    top: 30px;
}

.gcmSect4-swip .tit {
    position: relative;
    font-size: 24px;
    line-height: 1em;
    padding-top: 10px;
    margin-bottom: 1em;
}

.gcmSect4-swip .tit:before {
    content: '';
    width: 50px;
    height: 1px;
    display: block;
    background: #ffe600;
    position: absolute;
    left: 0;
    top: 0;
}

.gcmSect4-swip .doc {
    font-size: 16px;
    line-height: 24px;
}

.gcmSect4-page {
    text-align: center;
    line-height: 0.3rem;
    position: static;
    z-index: 20;
    margin-top: 0.44rem;
}

.gcmSect4-page .bullet {
    width: 0.3rem;
    height: 0.3rem;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 2px;
    opacity: .5;
}

.gcmSect4-page .bullet:after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.gcmSect4-page .bullet.active {
    opacity: 1;
}

.gcm-sect5 {
    background: #fbfbfb;
    padding: 6.2em 0 6.5em;
    overflow: hidden;
}

.gcm-sect5 .row-left {
    padding: 3.4vw 0 5vw;
}

.gcm-sect5 .page-title {
    color: #00713b;
}

.gcm-sect5 .doc1 {
    font-size: 1.5em;
    line-height: 1.33em;
    margin-top: 2.13em;
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

.gcm-sect5 .green {
    color: #00713b;
}

.gcm-sect5 .doc2 {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 0.9em;
    animation-delay: .25s;
    -webkit-animation-delay: .25s;
}

.gcm-sect5 .doc2 strong {
    font-family: "SourceHanSansCN-Regular";
}

.gcm-sect5 .row-right {
    padding: 0 0 0 1.3vw;
    align-self: center;
}

.gcm-sect5 .row-right img {
    width: 100%;
    max-width: 100%;
    display: block;
}

@media screen and (max-width: 1500px) {
    .gcm-sect2 .row-item {
        padding-left: 2.5em;
        padding-right: 2.5em;
    }
    .gcmSect4-swip .swiper-slide {
        width: 50%;
    }
}

@media screen and (max-width: 991.98px) {
    .gcm-box .special-sect1 .subtt p {
        padding: 0.1rem 0 0.1rem 0.12rem;
    }
    .gcm-box .special-sect1 .subtt .p1:before {
        width: 0.4rem;
        height: 0.4rem;
        margin-top: -0.2rem;
    }
    .gcm-box .special-sect1 .subtt .p2 {
        padding-bottom: 0;
    }
    .gcm-sect2 .sect-left {
        padding: 0.45rem 0.18rem 0.52rem;
    }
    .gcm-sect2 .sect-right {
        padding: 4.2em 4.7vw 2em 4.7vw;
    }
    .gcm-sect2 .bg {
        background-position: right center;
    }
    .gcm-sect2 .word2 {
        font-size: 0.17rem;
        line-height: 0.29rem;
        margin-top: 0.3rem;
    }
    .gcm-sect2 .iconlist {
        margin: 0.46rem 0 0;
        font-size: 0.17rem;
        line-height: 0.22rem;
    }
    .gcm-sect2 .iconlist li:after {
        height: 0.6rem;
        top: 50%;
        margin-top: -0.3rem;
    }
    .gcm-sect2 .iconlist img {
        width: 0.5rem;
        margin-bottom: 0.1rem;
    }
    .gcm-sect2 .imgs1 {
        margin-top: 0.46rem;
    }
    .gcm-sect2 .imgs2box {
        display: block;
        margin-top: 0.46rem;
    }
    .gcm-sect2 .imgs2box .img {
        width: 100%;
        max-width: 390px;
        display: block;
        margin: 0 auto;
    }
    .gcm-sect2 .imgs2box .bd {
        width: 100%;
        display: block;
        margin-top: 0.46rem;
        font-size: 0.17rem;
        line-height: 0.29rem;
    }
    .gcm-sect2 .imgs2box .dlist {
        width: 100%;
        float: none;
        overflow: hidden;
    }
    .gcm-sect2 .imgs2box .dlist li {
        width: 50%;
        padding-left: 0.2rem;
        display: block;
        float: left;
    }
    .gcm-sect2 .imgs2box .dlist .line {
        width: 5px;
        height: 5px;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -2.5px;
    }
    .gcm-sect2 .imgs2box .dlist .line:before {
        display: none;
    }
    .gcm-sect2 .imgs2box .dlist .line:after {
        left: 0;
    }
    .gcm-sect2 .imgs2box .dlist .tit {
        float: none;
        padding: none;
        margin: 0;
    }
    .gcm-sect3 {
        padding: 0.36rem 0 0.44rem;
    }
    .gcmsect3-swip .swiper-slide {
        width: auto;
        padding: 0 0.15rem;
        margin: 0 0.3rem 0 0;
    }
    .gcmsect3-swip .swiper-slide:after {
        display: none;
    }
    .gcmsect3-swip .imgs {
        width: 0.6rem;
        margin-bottom: 0.1rem;
    }
    .gcmsect3-swip .tit {
        font-size: 0.17rem;
        line-height: 0.22rem;
    }
    .gcm-sect3,
    .gcm-sect4 {
        padding: 0.48rem 0;
    }
    .gcmSect4-swip {
        margin: 0.48rem 0 0;
    }
    .gcmSect4-swip .swiper-wrapper {
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
    }
    .gcmSect4-swip .swiper-slide {
        margin-bottom: 0;
        padding: 0 0 0 1rem;
    }
    .gcmSect4-swip .icon {
        width: 0.8rem;
        top: 0.3rem;
    }
    .gcmSect4-swip .tit {
        font-size: 0.22rem;
        padding-top: 0.1rem;
    }
    .gcmSect4-swip .tit:before {
        width: 0.4rem;
    }
    .gcmSect4-swip .doc {
        font-size: 0.17rem;
        line-height: 0.29rem;
    }
    .gcm-sect5 {
        padding: 0.36rem 0 0.44rem;
    }
    .gcm-sect5 .row-left {
        padding: 0;
    }
    .gcm-sect5 .doc1 {
        font-size: 0.22rem;
        line-height: 0.3rem;
        margin-top: 0.42rem;
    }
    .gcm-sect5 .doc2 {
        font-size: 0.17rem;
        line-height: 0.29rem;
        margin-top: 1em;
    }
    .gcm-sect5 .row-right {
        padding: 0;
        margin-top: 0.32rem;
        animation-delay: .3s;
        -webkit-animation-delay: .3s;
    }
}

@media screen and (max-width: 767.98px) {
    .gcmSect4-swip .swiper-slide {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .gcmSect4-swip .icon {
        position: static;
        margin: 0 auto;
    }
    .gcmSect4-swip .tit {
        padding-top: 0;
        line-height: 0.3rem;
        margin-top: 0.25rem;
    }
    .gcmSect4-swip .tit:before {
        display: none;
    }
    .gcmSect4-swip .doc {
        margin-top: 0.18rem;
    }
}

@media(max-width: 991.98px) {
    .honor-pane1 .swiper-page {
        height: 31px
    }
}

.sect2 h4 {
    color: #00713b;
}

.about-twSect .t1 {
    color: #00713b;
}

@media(max-width: 991.98px) {
    .honor-tab {
        width: 190%
    }
    .scllo {
        overflow: scroll;
    }
    .scllo::-webkit-scrollbar {
        display: none;
    }
}


/*# sourceMappingURL=css.css.map */

.lin-text {
    position: absolute;
    top: 50%;
    z-index: 999;
    width: 100%;
    text-align: center;
    margin-top: 2.9em;
    font-size: 24px;
}

.goods-type .titbox {
    width: 23.75%;
    max-width: 380px;
    min-width: 300px;
}

.goods-type {
    padding: 5em 0 11.5em;
    background-image: url(/Img_mt/images/bs-pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    margin-bottom: 75px;
}

.goods-type .page-title::before {
    display: none;
}

.type-right {
    width: 76.25%;
}

.type-nav li {
    float: left;
    max-width: 290px;
    text-align: center;
    width: 30%;
    cursor: pointer;
    font-size: 1.5em;
    line-height: 2.33em;
}

.type-nav ul {
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.type-cen li {
    margin-top: 60px;
}

.type-cen li .itemes {
    max-width: 290px;
    width: 24%;
    border: 1px solid rgba(255, 255, 255, .5);
    text-align: center;
    padding: 62px 0;
    font-size: 18px;
    float: left;
    margin-right: 20px;
    max-width: 290px;
}

.type-cen li:nth-child(2) .itemes {
    width: 18%;
}

.type-cen li .itemes:last-child {
    margin-right: 0;
}

.type-nav .active {
    border-bottom: 2px solid #ffe600;
}

.type-cen li+li {
    display: none;
    opacity: 0;
}

.new-h {
    text-align: center;
    font-size: 2.4em;
    color: #00713b;
    padding-bottom: .83em;
}

.logo-left {
    width: 23.75%;
    max-width: 380px;
    min-width: 300px;
    float: left;
}

.icon-right-cen span {
    font-size: 18px;
    font-family: 'Arial';
    margin-left: 20px;
}

.icon-right {
    width: 75.25%;
    float: left;
    margin-top: 22px;
}

.icon-right-cen {
    float: left;
    width: 45%;
    max-width: 460px;
}

.my_phone {
    margin-top: 100px;
}

.page-wood .channel-list .item-titbox {
    margin-top: 0;
}

.wood-list .doc p {
    text-align: center;
}

.wood-list .doc p strong:first-child {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}

.wood-list .doc p strong:first-child:after {
    position: absolute;
    display: block;
    content: '';
    width: 2px;
    height: 16px;
    background-color: #ffe600;
    right: 0;
    top: 5px;
}

.wood-list .item-bd {
    padding: 230px 0 124px;
}

.goods-type .titbox {
    min-width: auto;
}

@media (min-width:1200px) {
    .yuan {
        vertical-align: 14px;
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 50%;
        margin: 0 10px;
    }
    .page-wood .chairman-introd {
        padding-bottom: 47px;
    }
}

@media (max-width:1792px) {
    .type-cen li .itemes {
        width: 24%;
        margin-right: 1.33%;
    }
}

@media (max-width:1390px) {
    .icon-right {
        width: 71.25%
    }
}

@media (max-width:1200px) {
    .icon-right {
        width: 64.25%
    }
    .icon-right-cen {
        width: 50%;
    }
    .logo-left img {
        width: 65%;
    }
    .logo-left {
        min-width: auto;
    }
    .icon-right {
        margin-top: 8px;
    }
}

@media (max-width:1050px) {
    .icon-right-cen:first-child {
        width: 40%;
    }
    .icon-right-cen:last-child {
        width: 60%;
    }
    .icon-right-cen span {
        margin-left: 5px;
    }
}

@media (max-width:991.98px) {
    .yuan {
        vertical-align: 0.05rem;
        display: inline-block;
        width: 7px;
        height: 7px;
        background: #fff;
        border-radius: 50%;
        margin: 0 10px;
    }
    .page-wood .inside-banbox .lvtit {
        margin-top: -0.47rem;
    }
    .lin-text {
        margin-top: .28rem;
    }
    .type-cen li::-webkit-scrollbar {
        display: none;
    }
    .goods-type .titbox {
        width: 100%;
        max-width: 100%;
    }
    .wood-list .doc p strong:first-child:after {
        top: 0px;
    }
    .goods-type {
        background-image: url(/Img_mt/images/bs-mob.png);
    }
    .scroll-type {
        width: 150%;
    }
    .type-cen li {
        overflow-x: scroll;
    }
    .type-nav {
        margin-top: .2rem;
    }
    .icon-right-cen span {
        font-size: .17rem;
    }
    .type-nav li {
        width: 33%;
        font-size: .17rem;
    }
    .goods-type .page-title {
        text-align: center;
        font-size: .29rem;
    }
    .new-h {
        font-size: .29rem;
        padding-bottom: .2rem;
    }
    .goods-type {
        padding: .2rem 0 1rem;
        margin-top: .4rem;
        margin-bottom: .35rem;
    }
    .type-cen li {
        margin-top: .2rem;
    }
    .type-cen li .itemes {
        padding: .2rem 0;
        font-size: .17rem;
    }
    .type-right {
        width: 100%;
    }
    .icon-right {
        width: 100%;
        margin-top: .25rem;
    }
    .my_phone {
        margin-top: .6rem;
    }
    .logo-left {
        width: 100%;
        max-width: 100%;
    }
    .logo-left img {
        max-width: 1.7rem;
        /*  display: block;
    margin: auto; */
    }
    .wood-list .item-bd {
        padding: 0.28rem 0;
    }
    .wood-list .item-titbox {
        top: 1.02rem;
    }
}

@media (max-width:633px) {
    .icon-right-cen {
        width: 100%!important;
    }
    .icon-right-cen+.icon-right-cen {
        margin-top: .1rem;
    }
}


/* 授权查询搜索页 开始 */

.p-search .inside-banbox .search-add {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 10;
}

.p-search .inside-banbox .lvtit {
    position: relative;
    padding-bottom: .66em;
}

.p-search .inside-banbox .lvtit:after {
    display: none;
}

.search-add .search-input {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.search-input input {
    width: 43.125em;
    height: 2.875em;
    border-radius: 23px;
    padding-left: 2em;
    font-size: .8em;
    color: #999;
    margin-left: 7rem;
    margin-right: 1.875em;
}

.search-input input::placeholder {
    color: #999;
}

.search-input .search-btn1 {
    width: 160px;
    height: 46px;
    font-size: .8em;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 23px;
    border: solid 1px #ffffff;
}

@media (min-width:991.98px) {
    .p-search .case-ctlist li {
        width: 25%;
    }
    .p-search .case-topnav li {
        width: 25%;
    }
}

@media (max-width:991.98px) {
    .p-search .inside-banbox .lvtit {
        padding-bottom: .3rem;
        font-size: .3rem;
    }
    .search-input input {
        width: 2.5rem;
        height: .5rem;
        padding-left: .35rem;
        font-size: .24rem;
        color: #999;
        margin: 0 0.15rem;
        border-radius: .4rem;
    }
    .search-input input::placeholder {
        color: #999;
    }
    .search-input .search-btn1 {
        width: 1.2rem;
        height: .5rem;
        font-size: .24rem;
        border-radius: .4rem;
        border: solid 1px #ffffff;
    }
    .p-search .case-ctlist .item-tit {
        height: auto;
        color: #333;
    }
    .p-search .case-ctlist .item-inner {
        margin-bottom: .28rem;
    }
    /* .p-search .case-ctlist .item-tit span:after {
        display: none;
    } */
}

.p-furniture .case-ctlist .item-num {
    display: none !important;
}

.p-furniture .case-ctlist .imgs {
    width: 100%;
    height: 7.5em;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.p-furniture .case-ctlist .item-doc {
    margin-top: 0;
}

.p-furniture .case-ctlist img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-furniture .case-ctlist .item-tit {
    color: #fff !important;
}


/* .p-furniture .case-ctlist .looks {
    color: #fff !important;
} */


/* 授权查询搜索页 结束 */

.p-furniture .imgs-mob {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
}

.p-search .case-ctlist .jiajc .item-inner .imgs {
    position: absolute;
    top: 0;
    left: 0;
}

.p-search .case-ctlist .jiajc .item-tit {
    color: #fff !important;
    padding-left: 20px;
}

.p-search .case-ctlist .jiajc .item-num {
    display: none !important;
}

.p-search .case-ctlist .jiajc .imgs-mob {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
}

@media (max-width: 991.98px) {
    .p-search .case-ctlist .jiajc .item-inner {
        height: 2.05rem;
    }
}

/* 授权查询 开始 */
.case-body .add-tit{
    font-size: 2.5rem;
    line-height: 1;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 1.5em;
}
.search-add-add{
    display: flex;
    display: -webkit-flex;
    float: right;
    margin-bottom: 1em;
}

.search-add-add .search-input input{
    width: 25em;
    border: 1px solid #999;
    border-radius: 0;
    padding-left: 1em;
    margin-left: 0;
}

.search-add-add .search-btn1{
    width: 100px;
    height: 46px;
    border-radius: 10px;
    background-color: #00552c;
}

/* .supplier .list{
    display: flex;
    display: -webkit-flex;
} */


.supplier .list .item{
    display: flex;
    display: -webkit-flex;
    border: 1px solid #999;
}

.supplier table {
    width: 100%;
    text-align: center;
    font-size: .8em;

}

.supplier table thead{
    background-color: #f4f4f4;
}

.supplier table tr td{
    padding: 1em 0;
}

.supplier table tr:first-child td{
    font-weight: bold;
}

.supplier table tr td:nth-child(1){
    width: 5%;
}

.supplier table tr td:nth-child(2){
    width: 47.5%;
}

.supplier table tr td:nth-child(3){
    width: 47.5%;
}

@media (max-width:991.98px) {
    .case-body .add-tit{
        font-size: .4rem;
        margin-bottom: .3rem;
    }
    .search-add-add{
        float: none;
        display: flex;
        justify-content: center;
    }
    .search-add-add .search-input input{
        width: 2rem;
        height: 0.4rem;
        padding-left: 0.1rem;
        font-size: .15rem;
        color: #999;
        margin: 0 0.15rem;
        border-radius: 0;
    }
    .search-add-add .search-btn1{
        width: 1.2rem;
    height: 0.4rem;
    font-size: .2rem;
    border-radius: 0.05rem;
    border: solid 1px #ffffff;
    }

    .supplier .tabbox{
        /* width: 150%; */
        overflow-x: scroll;
    }
    
    .supplier .tabbox::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
  }
  .supplier .tabbox::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
    background: #00552c;
  }
  .supplier .tabbox::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
    border-radius: 10px;
    background: #ededed;}
  
    .supplier table {
        width: 150%;
        font-size: .2rem;
        line-height: .3rem;
        overflow-x: scroll;
    }
    .supplier table tr td{
        padding: 0rem 0;
    }
    .supplier table tr td:nth-child(1){
        width: 15%;
    }
    
    .supplier table tr td:nth-child(2){
        width: 42.5%;
    }
    
    .supplier table tr td:nth-child(3){
        width: 42.5%;
    }
}
/* 授权查询 结束 */

