@import '../iconfont/iconfont.css';

.ver > * {
    display: inline-block;
    vertical-align: middle;
}

.hv-scale {
    overflow: hidden;
}

    .hv-scale img {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }

    .hv-scale:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.c-base {
    color: #c39a6b;
}

.bg-base {
    background: #c39a6b;
}

.hv:hover {
    color: #c39a6b;
}

.hv-f:hover {
    color: #fff;
}

.tran3 {
    transition: 0.3s;
}

.table-cell {
    display: table;
    width: 100%;
}

    .table-cell > * {
        display: table-cell;
        vertical-align: middle;
    }

.row-pv10 {
    margin-left: -5px;
    margin-right: -5px;
}

    .row-pv10 > * {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }

.row-pv0 {
    margin-left: 0;
    margin-right: 0;
}

    .row-pv0 > * {
        padding-left: 0;
        padding-right: 0;
    }

.row-pv12 {
    margin-left: -6px;
    margin-right: -6px;
}

    .row-pv12 > * {
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 12px;
    }

.row-pv20 {
    margin-left: -10px;
    margin-right: -10px;
}

    .row-pv20 > * {
        padding-left: 10px;
        padding-right: 10px;
    }

.mv0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.pv0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.swiper-container {
    --swiper-theme-color: #c39a6b;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.6s !important;
}

.medium {
    font-family: medium;
}

.wrap {
    max-width: 1400px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
}

@media (max-width: 640px) {
    .wrap {
        width: 88%;
    }
}

body.bg-gray {
    background: #f3f3f3;
}
/* footer s*/
.ft-link {
    line-height: 24px;
    padding: 6px 0;
    background: #3a3a3b;
    color: #bbb;
}

    .ft-link a {
        display: inline-block;
        margin-right: 10px;
    }

footer {
    color: #fff;
    padding-bottom: 5px;
    background: #2b2c2e;
}

    footer a {
        color: #999;
    }

        footer a:hover {
            color: #fff;
        }

    footer .content {
        padding: 56px 0 60px;
    }

@media (min-width: 993px) {
    footer .ftcode {
        float: left;
        width: 16%;
    }

    footer .ftnavs {
        float: left;
        width: 56%;
        height: 205px;
        border-left: 1px solid #3b3b3c;
        border-right: 1px solid #3b3b3c;
        padding: 0 5%;
    }

        footer .ftnavs ul {
            display: -webkit-flex;
            display: flex;
            display: -webkit-box;
            display: box;
            -webkit-box-pack: justify;
            box-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
        }

        footer .ftnavs li:not(:last-child) {
            width: 20%;
        }

    footer .ftcontact {
        float: right;
    }
}

@media (min-width: 993px) {
    footer .ftcontact {
        max-width: 290px;
        width: 24%;
    }
}

footer .ftcontact h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

footer .ftcontact .txt {
    line-height: 24px;
    margin-bottom: 5px;
}

    footer .ftcontact .txt span {
        margin-left: 30px;
        display: block;
    }

footer .ftcontact .iconfont {
    float: left;
}

@media (min-width: 993px) {
    footer .ftcode .codeinner {
        display: inline-block;
        text-align: center;
    }
}

footer .ftcode .code {
    margin-bottom: 10px;
}

footer .ftcode .tip {
    color: #999;
}

footer .navitem h4 {
    font-size: 18px;
    position: relative;
    margin-bottom: 20px;
    font-weight: bold;
}

footer .navitem .icon-jia {
    float: right;
    transition: 0.3s;
    display: none;
    margin-right: 10px;
}

footer .navitem .info a {
    display: block;
    line-height: 2.1;
    color: #bbb;
}

    footer .navitem .info a:hover {
        color: #fff;
    }

footer .ft-bottom {
    padding: 40px 0;
    line-height: 1.8;
    border-top: 1px solid #3b3b3c;
    position: relative;
    color: #fff;
    text-align: center;
}

    footer .ft-bottom a {
        color: #fff;
    }

        footer .ft-bottom a:hover {
            color: #c39a6b;
        }

    footer .ft-bottom .copyright > * {
        margin-right: 5px;
    }

        footer .ft-bottom .copyright > * > * {
            display: inline-block;
            vertical-align: middle;
        }

@media (max-width: 992px) {
    footer .navitem {
        float: none;
        width: 100%;
    }

        footer .navitem .icon-jia {
            display: block;
        }

        footer .navitem h4 {
            position: relative;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            height: 46px;
            line-height: 46px;
            margin: 0;
        }

        footer .navitem .info {
            display: none;
            font-size: 15px;
            padding: 10px 30px;
            line-height: 2;
        }

    footer .ftcode {
        text-align: center;
    }

    footer .navitem .info a {
        color: rgba(255, 255, 255, 0.8);
    }

    footer .navitem.active .iconfont {
        transform: rotate(135deg);
    }

    footer .content {
        padding: 40px 0;
    }

    footer .companyinfo {
        padding: 40px 0 0;
        font-size: 13px;
    }

    footer .ftcontact {
        padding-top: 40px;
    }

    footer .ft-bottom {
        font-size: 12px;
    }

        footer .ft-bottom .company {
            color: #fff;
            font-size: 13px;
        }

        footer .ft-bottom a,
        footer .ft-bottom span {
            display: inline-block;
        }
}

@media (max-width: 992px) {
    footer .navitem h4 {
        font-weight: normal;
    }

    footer .ftcode {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    footer .ft-link {
        font-size: 12px;
    }

        footer .ft-link a {
            margin-right: 6px;
        }

    footer .ftcode .code {
        width: 2rem;
        height: 2rem;
    }

    footer .navitem h4 {
        font-size: 16px;
    }

    footer .ft-bottom {
        padding: 0.3rem 0;
    }
}
/* footer e*/
/* 手机端菜单*/
.menu_btn {
    width: 60px;
    height: 60px;
    z-index: 101;
    cursor: pointer;
    position: absolute;
    right: 12px;
    transform-origin: center center;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    -webkit-transform: translateY(-50%) scale(0.8);
    -moz-transform: translateY(-50%) scale(0.8);
    -ms-transform: translateY(-50%) scale(0.8);
    -o-transform: translateY(-50%) scale(0.8);
}

    .menu_btn i {
        position: absolute;
        width: 28px;
        height: 3px;
        background: #c39a6b;
        left: 12px;
        display: block;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }

        .menu_btn i:nth-of-type(1) {
            top: 20px;
        }

        .menu_btn i:nth-of-type(2) {
            top: 30px;
        }

        .menu_btn i:nth-of-type(3) {
            top: 40px;
            width: 14px;
        }

    .menu_btn.active i:nth-of-type(1) {
        -webkit-transform: rotate(225deg) translate(-7px, -7px);
        -moz-transform: rotate(225deg) translate(-7px, -7px);
        -ms-transform: rotate(225deg) translate(-7px, -7px);
        -o-transform: rotate(225deg) translate(-7px, -7px);
        transform: rotate(225deg) translate(-7px, -7px);
    }

    .menu_btn.active i:nth-of-type(3) {
        opacity: 0;
    }

    .menu_btn.active i:nth-of-type(2) {
        -webkit-transform: rotate(-225deg) translate(0, 0);
        -moz-transform: rotate(-225deg) translate(0, 0);
        -ms-transform: rotate(-225deg) translate(0, 0);
        -o-transform: rotate(-225deg) translate(0, 0);
        transform: rotate(-225deg) translate(0, 0);
    }

    .menu_btn:hover i:nth-of-type(3) {
        width: 28px;
    }

.header {
    background: #040404;
    z-index: 99999999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

    .header .wrap {
        height: 100px;
        margin-right: 1%;
        max-width: none;
        width: 100%;
        overflow: visible;
        position: relative;
    }

    .header .logo {
        height: 100%;
        width: 330px;
        background: url('../images/logo2.png') no-repeat 20px center;
    }

@media (min-width: 1201px) {
}

.header .head-menu {
    transition: 0.3s;
    min-width: 700px;
}

.header .hd-login {
    width: 100px;
    height: 38px;
    border: 1px solid #c39a6b;
    color: #c39a6b;
    display: block;
    line-height: 38px;
    cursor: pointer;
    transition: 0.3s;
    margin: 30px 30px 0 20px;
    text-align: center;
}

    .header .hd-login > * {
        display: inline-block;
        vertical-align: middle;
    }

    .header .hd-login .ic-user {
        background: url(../images/ic_user.png) no-repeat center;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        transition: 0.3s;
    }

    .header .hd-login:hover {
        background: #c39a6b;
        color: #fff;
    }

        .header .hd-login:hover .ic-user {
            background-image: url('../images/ic_user_f.png');
        }

@media (max-width: 1400px) {
    .header .hd-login {
        margin: 30px 10px 0 10px;
    }

    .header .pc-menus .item b {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .header .hd-login {
        position: absolute;
        right: 100px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
    }
}

@media (max-width: 992px) {
    .header .wrap {
        height: 80px;
    }

    .header .logo {
        height: 80px;
        width: 320px;
        background-size: auto;
        background-size: 70%;
    }
}

@media (max-width: 768px) {
    .header .hd-login {
        position: absolute;
        right: 100px;
        top: 50%;
        transform: translateY(-50%);
        width: 86px;
        height: 32px;
        line-height: 32px;
    }

        .header .hd-login .ic-user {
            margin-right: 6px;
        }
}

@media (max-width: 640px) {
    .header .logo,
    .header .wrap {
        height: 60px;
    }

    .header .logo {
        background-size: 80%;
        width: 50%;
    }

    .header .hd-login {
        right: 80px;
    }
}

@media (max-width: 480px) {
    .header .logo {
        width: 50%;
        background-size: 80%;
    }

    .header .menu_btn {
        right: 0;
    }
}

.head-menu {
    width: 60%;
}

.pc-menus {
    display: flex;
    justify-content: space-around;
}

    .pc-menus li {
        text-align: center;
        transition: 0.3s;
        position: relative;
        display: inline-block;
        padding: 28px 0 0;
        height: 100px;
    }

    .pc-menus .item {
        white-space: nowrap;
        text-align: center;
        line-height: 1.2;
        height: 100px;
        cursor: pointer;
    }

        .pc-menus .item b {
            font-size: 18px;
            display: block;
            margin-bottom: 6px;
            color: #c39a6b;
            font-weight: normal;
            transition: 0.3s;
        }

        .pc-menus .item em {
            font-size: 12px;
            color: #ccc;
        }

    .pc-menus .active b {
        font-weight: bold;
    }

    .pc-menus .active em {
        color: #c39a6b;
    }

    .pc-menus .dropinfo {
        display: none;
        background: #282828;
        border-top: 3px solid #c39a6b;
        padding: 6px 0;
        font-size: 16px;
        position: absolute;
        width: 190px;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

        .pc-menus .dropinfo a {
            display: block;
            position: relative;
            height: 46px;
            line-height: 46px;
            color: #c39a6b;
        }

            .pc-menus .dropinfo a:hover {
                color: #c39a6b;
                background-color: #040404;
            }

        .pc-menus .dropinfo img {
            float: right;
            padding-left: 20px;
            border-left: 1px solid #e1e1e1;
            width: 200px;
        }

    .pc-menus li:hover .item b {
        font-weight: bold;
        color: #c39a6b;
    }

    .pc-menus li:hover .dropinfo {
        display: block;
    }

.header + * {
    margin-top: 100px;
}

@media (max-width: 992px) {
    .header + * {
        margin-top: 80px;
    }
}

@media (max-width: 640px) {
    .header + * {
        margin-top: 60px;
    }
}

.m-menus-top {
    height: 60px;
    position: relative;
    line-height: 60px;
    padding-left: 8%;
    background: #c39a6b;
}

    .m-menus-top .icon-guanbi {
        color: #fff !important;
        cursor: pointer;
        position: absolute;
        right: 8%;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.4rem;
    }

.header.fixed {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.m-menus {
    width: 66%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -66%;
    background: #fff;
    overflow: hidden;
    line-height: 40px;
    font-size: 15px;
    z-index: 999;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .m-menus a {
        color: #333;
    }

    .m-menus.active {
        right: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .m-menus ul {
        height: calc((100vh - 60px ));
        overflow-y: auto;
        padding: 10px 0 50px;
    }

    .m-menus .item {
        cursor: pointer;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        position: relative;
    }

        .m-menus .item .iconfont {
            position: absolute;
            right: 8%;
            top: 50%;
            transform: translateY(-50%);
            font-size: 15px;
            color: #999;
            font-weight: bold;
            transition: 0.3s;
        }

        .m-menus .item > a,
        .m-menus h5 {
            display: block;
            padding: 0 8%;
            line-height: 46px;
            color: #000;
            position: relative;
            border-bottom: 1px solid #f2f2f2;
            font-size: 15px;
        }

    .m-menus dl {
        display: none;
        background: rgba(0, 0, 0, 0.05);
        padding: 8px 0 12px 15%;
        font-size: 14px;
    }

        .m-menus dl a {
            color: #666;
            display: block;
            line-height: 26px;
        }

    .m-menus .trans {
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .m-menus .item.active h5 > a {
        color: #c39a6b;
    }

    .m-menus .item.active h5 > * {
        font-weight: bold;
    }

    .m-menus .open h5 > a,
    .m-menus .open h5 p {
        font-weight: bold;
    }

    .m-menus .open h5 .iconfont {
        transform: rotate(180deg) translateY(50%);
    }

.index-banner {
    max-width: 1400px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    position: relative;
    width: 100% !important;
}

@media (max-width: 768px) {
}

@media (max-width: 640px) {
    .index-banner {
        width: 88%;
    }
}

.index-banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.index-banner .swiper-pagination-bullet-active {
    background: #c39a6b;
}

.index-banner .swiper-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .index-banner .swiper-slide img {
        visibility: hidden;
    }

.index-banner .content {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    width: 88%;
    max-width: 1400px;
}

.index-banner .textbox {
    color: #fff;
    font-family: medium;
    line-height: 72px;
}

    .index-banner .textbox .entit {
        font-size: 72px;
        color: #c39a6b;
        text-transform: uppercase;
        font-weight: bold;
    }

    .index-banner .textbox h5 {
        font-size: 72px;
        font-weight: bold;
        margin: 0;
        letter-spacing: 2px;
        margin: 0.1rem 0 0;
    }

    .index-banner .textbox .en {
        font-size: 24px;
    }

@media (max-width: 1440px) {
    .index-banner {
        max-height: 70vh;
    }

        .index-banner .swiper-pagination {
            bottom: 0.3rem;
        }
}

@media (max-width: 1200px) {
    .index-banner .textbox {
        line-height: 0.72rem;
    }

        .index-banner .textbox .en {
            font-size: 0.26rem;
        }

        .index-banner .textbox .entit,
        .index-banner .textbox h5 {
            font-size: 0.66rem;
        }
}

@media (max-width: 768px) {
    .index-banner .swiper-pagination {
        bottom: 0.1rem;
    }
}

@media (max-width: 640px) {
    .index-banner {
        height: 300px;
    }

        .index-banner .swiper-slide {
            overflow: hidden;
        }

            .index-banner .swiper-slide img {
                height: 100%;
                max-width: none;
                position: relative;
                left: 50%;
                transform: translateX(-50%);
            }

        .index-banner .textbox {
            padding: 0.3rem 0.1rem;
            text-align: center;
            line-height: 34px;
        }

            .index-banner .textbox .en {
                font-size: 16px;
            }

            .index-banner .textbox .entit,
            .index-banner .textbox h5 {
                font-size: 32px;
            }
}

.ihd {
    font-family: medium;
}

    .ihd .en {
        font-size: 0.6rem;
        color: #c39a6b;
        text-transform: uppercase;
        font-weight: bold;
    }

    .ihd h2 {
        font-size: 36px;
        font-weight: bold;
    }

@media (max-width: 1440px) {
    .ihd .en {
        font-size: 0.5rem;
    }
}

@media (max-width: 768px) {
    .ihd .en {
        font-size: 30px;
    }

    .ihd h2 {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .ihd .en {
        font-size: 26px;
    }

    .ihd h2 {
        font-size: 20px;
    }
}

.icompany {
    background: #f3f3f3;
}

@media (min-width: 1200px) {
    .icompany {
        display: table;
        width: 100%;
    }

        .icompany > * {
            display: table-cell;
            vertical-align: middle;
        }

        .icompany .box {
            width: 50%;
        }

        .icompany .lbox {
            text-align: right;
        }

            .icompany .lbox .inner {
                display: inline-block;
                max-width: 700px;
                text-align: left;
                width: 44vw;
                padding: 20px 10% 20px 0;
            }

            .icompany .lbox .info {
                margin: 0.4rem 0 0.44rem;
                color: #666;
                max-width: 510px;
            }
}

.icompany .lbox {
    line-height: 1.76;
}

    .icompany .lbox dl {
        margin-top: 0.3rem;
    }

        .icompany .lbox dl dt {
            font-size: 18px;
            margin-bottom: 0.16rem;
            font-weight: normal;
        }

        .icompany .lbox dl dd {
            line-height: 1.76;
        }

    .icompany .lbox .more {
        width: 200px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #c39a6b;
        color: #fff;
        font-size: 18px;
        font-family: medium;
        display: block;
        transition: 0.3s;
    }

        .icompany .lbox .more:hover {
            transform: scale(0.96);
        }

@media (max-width: 1350px) {
    .icompany .lbox .info {
        margin: 0.3rem 0;
    }

    .icompany .lbox dl {
        margin-top: 0.3rem;
    }

        .icompany .lbox dl dt {
            margin-bottom: 0.1rem;
        }
}

@media (max-width: 640px) {
    .icompany .lbox {
        line-height: 1.6;
    }

        .icompany .lbox dl dd {
            line-height: 1.6;
        }

        .icompany .lbox dl dt {
            font-size: 16px;
        }

        .icompany .lbox .more {
            width: 150px;
            height: 38px;
            line-height: 38px;
            text-align: center;
            font-size: 16px;
        }
}

.icompany .rbox {
    position: relative;
}

    .icompany .rbox .video {
        width: 100%;
        height: 6rem;
    }

    .icompany .rbox video {
        object-fit: cover;
    }

    .icompany .rbox .playbtn {
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        background: url('../images/poster.jpg') no-repeat center center;
        background-size: cover;
        position: absolute;
        z-index: 9999;
    }

        .icompany .rbox .playbtn .playinner {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            z-index: 5;
        }

    .icompany .rbox .play {
        width: 110px;
        height: 110px;
        background-image: url('../images/ic_play.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        display: block;
        cursor: pointer;
    }

@media (max-width: 1200px) {
    .icompany {
        padding-bottom: 50px;
    }

        .icompany .lbox {
            padding-top: 50px;
            padding-bottom: 50px;
            max-width: 1400px;
            width: 92%;
            margin-left: auto;
            margin-right: auto;
        }

        .icompany .rbox {
            text-align: center;
            max-width: 1400px;
            width: 92%;
            margin-left: auto;
            margin-right: auto;
        }

            .icompany .rbox img {
                width: 100%;
            }
}

@media (max-width: 1200px) and (max-width: 640px) {
    .icompany .lbox {
        width: 88%;
    }
}

@media (max-width: 1200px) and (max-width: 640px) {
    .icompany .rbox {
        width: 88%;
    }
}

@media (max-width: 480px) {
    .icompany .rbox {
        width: 100%;
    }

        .icompany .rbox .play {
            width: 70px;
            height: 70px;
        }

        .icompany .rbox .video {
            height: 300px;
        }
}

.igood {
    text-align: center;
    padding: 1.1rem 0 0.5rem;
}

    .igood .ihd {
        margin-bottom: 0.9rem;
    }

@media (max-width: 480px) {
    .igood {
        padding-top: 0.8rem;
    }

        .igood .ihd {
            margin-bottom: 0.6rem;
        }
}

.iswiperGood {
    text-align: center;
    font-size: 16px;
}

    .iswiperGood .tit {
        padding: 30px 0;
    }

    .iswiperGood .swiper-wrapper {
        white-space: nowrap;
    }

    .iswiperGood .swiper-slide {
        float: left;
        width: 20vw;
        text-align: center;
        padding-top: 10px;
    }

        .iswiperGood .swiper-slide img {
            width: 80%;
        }

        .iswiperGood .swiper-slide a {
            display: block;
            transition: 0.3s;
        }

            .iswiperGood .swiper-slide a:hover {
                color: #c39a6b;
                transform: translateY(-10px);
            }

    .iswiperGood .pnextbox {
        position: absolute;
        max-width: 1400px;
        width: 88%;
        left: 50%;
        top: 30%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 555;
    }

        .iswiperGood .pnextbox .pnext {
            width: 0.6rem;
            height: 0.6rem;
            line-height: 0.6rem;
            border-radius: 50%;
            background: #f3f3f3;
            outline: none;
            transition: 0.3s;
        }

            .iswiperGood .pnextbox .pnext:after {
                font-size: 26px;
                color: #999;
            }

            .iswiperGood .pnextbox .pnext:hover {
                background: #c39a6b;
            }

                .iswiperGood .pnextbox .pnext:hover:after {
                    color: #fff;
                }

@media (max-width: 1200px) {
    .iswiperGood .swiper-slide {
        width: 25vw;
    }
}

@media (max-width: 992px) {
    .iswiperGood {
        padding-bottom: 0.5rem;
    }

        .iswiperGood .tit {
            font-size: 14px;
            padding-top: 20px;
        }
}

@media (max-width: 768px) {
    .iswiperGood .swiper-slide {
        width: 33.33vw;
    }
}

@media (max-width: 480px) {
    .iswiperGood {
        padding-bottom: 0.3rem;
    }

        .iswiperGood .swiper-slide {
            width: 50vw;
        }

        .iswiperGood .tit {
            font-size: 12px;
            padding-top: 16px;
        }

        .iswiperGood .swiper-pagination-bullet {
            width: 6px;
            height: 6px;
        }
}

.igood-info {
    max-width: 1400px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    width: 100%;
}

@media (max-width: 768px) {
}

@media (max-width: 640px) {
    .igood-info {
        width: 88%;
    }
}

.igood-info .row {
    margin-left: 0;
    margin-right: 0;
}

    .igood-info .row > * {
        padding-left: 0;
        padding-right: 0;
    }

@media (min-width: 769px) {
    .igood-info li {
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        display: box;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        box-align: center;
        -webkit-box-align: start;
        box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        overflow: hidden;
        position: relative;
    }

        .igood-info li .img,
        .igood-info li .content {
            width: 50%;
        }

        .igood-info li::before {
            content: '';
            display: block;
            width: 0px;
            height: 0px;
            border: 12px solid transparent;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 5;
        }

        .igood-info li:hover {
            background: #c39a6b;
            color: #fff;
        }

            .igood-info li:hover h4 {
                color: #fff;
            }

            .igood-info li:hover p::before {
                background: #fff;
            }

    .igood-info .row:nth-child(1) li::before {
        border-right-color: #fff;
        left: 50%;
        margin-left: -24px;
    }

    .igood-info .row:nth-child(1) li:hover::before {
        border-right-color: #c39a6b;
    }

    .igood-info .row:nth-child(2) li::before {
        border-left-color: #fff;
        left: 50%;
    }

    .igood-info .row:nth-child(2) li:nth-child(1)::before {
        border-color: transparent transparent transparent #fff;
        margin-left: 0;
    }

    .igood-info .row:nth-child(2) li:nth-child(1):hover::before {
        border-color: transparent transparent transparent #c39a6b;
    }

    .igood-info .row:nth-child(2) li:hover::before {
        border-left-color: #c39a6b;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .igood-info .row:nth-child(1) li:nth-child(2)::before {
        border-color: transparent transparent transparent #fff;
        left: 50%;
        margin-left: 0;
    }

    .igood-info .row:nth-child(1) li:nth-child(2):hover::before {
        border-color: transparent transparent transparent #c39a6b;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .igood-info .row:nth-child(2) li:nth-child(1)::before {
        border-color: transparent #fff transparent transparent;
        left: 50%;
        margin-left: -24px;
    }

    .igood-info .row:nth-child(2) li:nth-child(1):hover::before {
        border-color: transparent #c39a6b transparent transparent;
    }
}

.igood-info .content {
    padding: 8% 0.4rem 0;
    position: relative;
}

.igood-info h4 {
    font-size: 24px;
    margin-bottom: 0.2rem;
    color: #c39a6b;
}

.igood-info .info p {
    margin-top: 0.16rem;
    padding-left: 0.2rem;
    position: relative;
    line-height: 1.71428571;
}

    .igood-info .info p::before {
        content: '';
        display: block;
        width: 0.1rem;
        height: 0.1rem;
        background: #c39a6b;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 7px;
    }

@media (min-width: 1200px) {
    .igood-info .img {
        overflow: hidden;
    }

        .igood-info .img img {
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            -moz-transition: 0.5s;
            transition: 0.5s;
        }

        .igood-info .img:hover img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }
}

@media (max-width: 1600px) {
    .igood-info .content {
        padding: 5% 3% 0;
    }

    .igood-info .row:nth-child(2) .content {
        padding-top: 10%;
    }

    .igood-info .info p {
        margin-top: 6px;
    }
}

@media (max-width: 1360px) {
    .igood-info .content {
        padding: 4% 3% 0;
    }

    .igood-info .row:nth-child(2) .content {
        padding-top: 10%;
    }

    .igood-info h4 {
        font-size: 22px;
    }
}

@media (max-width: 1200px) {
    .igood-info h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .igood-info .info {
        font-size: 13px;
    }

        .igood-info .info p {
            margin-top: 4px;
            padding-left: 14px;
        }

            .igood-info .info p::before {
                width: 6px;
                height: 6px;
            }
}

@media (max-width: 992px) {
    .igood-info h4 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .igood-info .info {
        font-size: 14px;
    }

        .igood-info .info p {
            margin-top: 10px;
        }
}

@media (max-width: 768px) {
    .igood-info img {
        width: 100%;
    }

    .igood-info li {
        margin-bottom: 1rem;
    }
}

@media (max-width: 480px) {
    .igood-info .content {
        padding-top: 0.4rem !important;
        position: relative;
        margin-top: -1.1rem;
        background: rgba(255, 255, 255, 0.9);
    }

    .igood-info h4 {
        font-size: 20px;
        margin-bottom: 0.2rem;
        font-weight: bold;
    }

    .igood-info .info {
        padding-top: 10px;
        position: relative;
        margin-left: -0.2rem;
    }

        .igood-info .info p {
            margin-top: 6px;
        }
}

.inews {
    background-color: #f3f3f3;
    padding: 1.2rem 0 1.6rem;
}

    .inews .hd {
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        display: box;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        box-align: center;
        -webkit-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        .inews .hd .more {
            width: 200px;
            height: 48px;
            line-height: 48px;
            border: 1px solid #999;
            display: block;
            text-align: center;
            color: #999;
            transition: 0.3s;
        }

            .inews .hd .more:hover {
                background: #c39a6b;
                color: #fff;
                border-color: #c39a6b;
            }

@media (min-width: 641px) {
    .inews .hd {
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        display: box;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        box-align: center;
        -webkit-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-bottom: 0.66rem;
    }
}

@media (max-width: 640px) {
    .inews .hd {
        margin-bottom: 0.4rem;
    }

        .inews .hd .more {
            width: 120px;
            height: 36px;
            line-height: 36px;
            text-align: center;
        }
}

@media (max-width: 640px) {
    .inews {
        padding: 0.6rem 0 1rem;
    }
}

.inews .bd {
    position: relative;
}

    .inews .bd h4 {
        font-size: 20px;
        margin-bottom: 0.14rem;
    }

    .inews .bd h4 {
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

@media (max-width: 992px) {
    .inews .bd h4 {
        margin-bottom: 0.1rem;
        font-size: 18px;
    }

    .inews .bd .desc {
        font-size: 13px;
    }
}

.inews .newsnav .item {
    cursor: pointer;
}

@media (min-width: 993px) {
    .inews .newscontent {
        width: 50%;
    }

        .inews .newscontent .desc {
            line-height: 20px;
            height: 40px;
            display: -webkit-box;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            word-wrap: break-word;
            white-space: normal !important;
            -webkit-line-clamp: 2;
        }

    .inews .newsnav {
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        right: 0;
        margin-left: -0.2rem;
    }

        .inews .newsnav li {
            height: 25%;
            padding-left: 0.2rem;
            transition: 0.3s;
        }

        .inews .newsnav .inner {
            height: 100%;
            width: 46vw;
            max-width: 720px;
        }
}

@media (min-width: 993px) and (min-width: 993px) {
    .inews .newscontent .link {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 5;
        font-size: 14px;
        color: #fff;
        opacity: 0;
        transition: ease-in-out 0.3s;
        top: 40%;
        background: rgba(0, 0, 0, 0.3);
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 50%;
        text-align: center;
        line-height: 0.6rem;
    }

    .inews .newscontent:hover .link {
        opacity: 1;
        width: 1.6rem;
        height: 1.6rem;
        line-height: 1.6rem;
    }
}

.inews .newscontent .item:not(.active) {
    display: none;
}

.inews .newscontent {
    position: relative;
}

    .inews .newscontent img {
        width: 100%;
    }

    .inews .newscontent .imginfo {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        padding: 0.26rem 0.4rem;
        color: #fff;
    }

    .inews .newscontent .inner {
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        display: box;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        box-align: center;
    }

    .inews .newscontent .date {
        text-align: center;
        font-family: medium;
        margin-right: 0.5rem;
    }

    .inews .newscontent .id {
        font-size: 30px;
        background: #fff;
        width: 1rem;
        display: block;
        height: 0.4rem;
        line-height: 0.4rem;
        color: #333;
        margin-bottom: 0.1rem;
    }

    .inews .newscontent .year {
        font-size: 18px;
    }

    .inews .newscontent .info {
        max-width: 410px;
        min-width: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .inews .newscontent li {
        overflow: hidden;
    }

        .inews .newscontent li img {
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            -moz-transition: 0.5s;
            transition: 0.5s;
        }

        .inews .newscontent li:hover img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }

@media (max-width: 992px) {
    .inews .newscontent .id {
        font-size: 20px;
        margin-bottom: 6px;
        height: 0.3rem;
        line-height: 0.3rem;
        width: 0.8rem;
    }

    .inews .newscontent .year {
        font-size: 16px;
    }

    .inews .newscontent .date {
        margin-right: 0.3rem;
    }
}

.inews .newsnav .date {
    padding: 0 0.5rem;
    text-align: center;
    font-family: medium;
    line-height: 1;
}

.inews .newsnav .day {
    font-size: 30px;
    margin-bottom: 0.14rem;
    display: block;
}

.inews .newsnav .inner {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
}

.inews .newsnav .info {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.inews .newsnav .desc {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

@media (min-width: 993px) {
    .inews .newsnav .active {
        background: #c39a6b;
        color: #fff;
    }
}

@media (max-width: 992px) {
    .inews .newscontent .imginfo {
        padding: 0.26rem 0.2rem;
    }

    .inews .newscontent .desc {
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .inews .newsnav {
        max-width: 1400px;
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }

        .inews .newsnav .day {
            font-size: 26px;
            margin-bottom: 0.1rem;
        }

        .inews .newsnav li {
            padding: 0.3rem 0;
            border-bottom: 1px solid #ccc;
        }

            .inews .newsnav li .date {
                padding: 0;
                width: 1.1rem;
                text-align: left;
            }

                .inews .newsnav li .date .day {
                    font-size: 22px;
                    margin-bottom: 6px;
                }

                .inews .newsnav li .date .year {
                    font-size: 12px;
                }
}

@media (max-width: 992px) and (max-width: 640px) {
    .inews .newsnav {
        width: 88%;
    }
}

@media (max-width: 640px) {
    .inews .newsnav {
        width: 100%;
        padding-top: 0.1rem;
    }

    .inews .newscontent .id {
        height: 0.4rem;
        line-height: 0.4rem;
    }
}

@media (min-width: 769px) {
    .login-main {
        display: table;
        width: 100%;
    }

        .login-main > * {
            display: table-cell;
            vertical-align: middle;
        }

        .login-main .box {
            width: 50%;
        }
}

.login-main .lbox {
    position: relative;
    background: url(../images/login_bg.jpg) no-repeat center;
    background-size: cover;
}

    .login-main .lbox .inner {
        padding-left: 10%;
        display: inline-block;
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;
    }

    .login-main .lbox .tit {
        color: #fff;
        font-size: 54px;
        letter-spacing: 8px;
        font-weight: bold;
        margin-bottom: 0.2rem;
    }

    .login-main .lbox .line {
        width: 100px;
        height: 4px;
        background: #fff;
        position: relative;
        display: inline-block;
    }

        .login-main .lbox .line::before {
            content: '';
            display: block;
            position: absolute;
            width: 50%;
            height: 100%;
            background: #c39a6b;
            top: 0;
        }

@media (max-width: 992px) {
    .login-main .lbox .tit {
        font-size: 0.6rem;
        letter-spacing: 3px;
    }
}

@media (max-width: 768px) {
    .login-main .lbox {
        height: 2rem;
        margin-bottom: 1rem;
    }

        .login-main .lbox .tit {
            font-size: 26px;
            letter-spacing: 2px;
        }

        .login-main .lbox .line {
            height: 2px;
            width: 50px;
            display: block;
        }
}

.login-main .rbox .inner {
    position: relative;
    height: calc(100vh - 100px);
}

.login-main .rbox .logo {
    height: 65px;
    background-image: url('../images/login_logo.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8%;
    display: block;
}

@media (min-width: 769px) {
    .login-main .rbox .inner {
        width: 90%;
        max-width: 600px;
    }

    .login-main .iinner {
        right: 0;
        width: 4.5rem;
        float: right;
        height: 100%;
        position: relative;
    }

    .login-main .loginbox {
        width: 4.5rem;
        top: 40%;
        transform: translateY(-50%);
        position: absolute;
        right: 0;
    }
}

@media (max-width: 768px) {
    .login-main .rbox {
        max-width: 1400px;
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
        width: 70% !important;
    }

        .login-main .rbox .inner {
            height: 6.6rem;
        }

        .login-main .rbox .logo {
            height: 0.6rem;
        }
}

@media (max-width: 768px) and (max-width: 640px) {
    .login-main .rbox {
        width: 88%;
    }
}

.loginbox h2 {
    font-size: 24px;
    margin-bottom: 44px;
    padding-left: 20px;
    position: relative;
}

    .loginbox h2::before {
        content: '';
        display: block;
        font-weight: bold;
        width: 5px;
        height: 22px;
        background: #c39a6b;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;
        left: 0;
    }

.loginbox .input {
    height: 56px;
    line-height: normal;
    border: 1px solid #cbcbcb;
    text-indent: 20px;
    font-size: 16px;
    display: block;
    width: 100%;
    transition: 0.3s;
}

    .loginbox .input:focus {
        border-color: rgba(195, 154, 107, 0.5);
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 8px rgba(195, 154, 107, 0.4);
    }

    .loginbox .input + .input {
        margin-top: 20px;
    }

.loginbox .submit {
    width: 100%;
    margin-top: 38px;
    transition: 0.3s;
    height: 56px;
    line-height: normal;
    background: #c39a6b;
    color: #fff;
    font-size: 16px;
    display: block;
    font-weight: bold;
}

    .loginbox .submit:Hover {
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 8px rgba(195, 154, 107, 0.6);
    }

@media (max-width: 768px) {
    .loginbox .input + .input {
        margin-top: 14px;
    }

    .loginbox .input {
        height: 40px;
        font-size: 14px;
    }

    .loginbox .submit {
        height: 44px;
        margin-top: 24px;
    }
}

.banner {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 1920px) {
    .banner {
        background-attachment: fixed;
    }
}

.banner .bg {
    visibility: hidden;
}

.banner .content {
    max-width: 1400px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    padding-bottom: 0.8rem;
    color: #fff;
    text-align: center;
}

@media (max-width: 768px) {
}

@media (max-width: 640px) {
    .banner .content {
        width: 88%;
    }
}

.banner .line {
    width: 100px;
    height: 4px;
    background: #fff;
    margin: 0 auto;
}

    .banner .line i {
        width: 50%;
        height: 100%;
        background: #c39a6b;
        display: block;
    }

.banner h2 {
    font-size: 0.54rem;
    margin-bottom: 0.36rem;
    font-weight: bold;
    letter-spacing: 4px;
}

@media (max-width: 1680px) {
    .banner {
        max-height: 66vh;
        overflow: hidden;
    }
}

@media (max-width: 1400px) {
    .banner .line {
        width: 1rem;
        height: 2px;
    }
}

@media (max-width: 768px) {
    .banner h2 {
        font-size: 30px;
        letter-spacing: 2px;
        margin-bottom: 0.3rem;
        font-weight: normal;
    }
}

@media (max-width: 640px) {
    .banner {
        height: 4rem;
    }

        .banner .content {
            padding-bottom: 0;
        }
}

@media (max-width: 480px) {
    .banner {
        height: 3rem;
    }
}

.basenav {
    line-height: 0.78rem;
    position: relative;
    height: 0.78rem;
    background: rgba(255, 255, 255, 0.9);
    max-width: 1920px;
    margin: -0.78rem auto 0;
}

    .basenav .inner {
        max-width: 1400px;
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        text-align: center;
    }

@media (max-width: 768px) {
}

@media (max-width: 640px) {
    .basenav .inner {
        width: 88%;
    }
}

.basenav .crumb {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #8b8b8b;
}

    .basenav .crumb a {
        color: #8b8b8b;
    }

        .basenav .crumb a:hover {
            color: #c39a6b;
        }

    .basenav .crumb .icon-shouye {
        margin-right: 0.1rem;
        font-size: 20px;
    }

    .basenav .crumb .icon-right {
        margin: 0 4px;
        font-size: 14px;
    }

.basenav .nav {
    display: block;
    padding: 0 60px;
    font-size: 20px;
}

    .basenav .nav.active {
        background: #c39a6b;
        color: #fff;
    }

.basenav .inner {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
}

.basenav .nav:not(.active):hover {
    color: #c39a6b;
}

@media (max-width: 992px) {
    .basenav .nav {
        padding: 0 0.5rem;
        font-size: 16px;
    }

    .basenav .crumb {
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .basenav {
        border-bottom: 0;
        margin-top: 0;
        border-bottom: 1px solid #c39a6b;
    }

        .basenav .inner {
            width: 100%;
        }

            .basenav .inner .nav {
                width: 50%;
            }

        .basenav .crumb {
            display: none;
        }
}

.good-type {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 0.7rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0.3rem;
    font-size: 16px;
}

    .good-type .item {
        color: #999;
        cursor: pointer;
    }

        .good-type .item + .item {
            margin-left: 1.5rem;
        }

    .good-type .active {
        color: #c39a6b;
    }

    .good-type img {
        display: block;
        margin: 0 auto 0.1rem;
    }

    .good-type .item:not(.active) img {
        filter: grayscale(1);
    }

    .good-type .item:hover {
        color: #c39a6b;
    }

        .good-type .item:hover img {
            filter: grayscale(0);
        }

.good-list {
    padding-bottom: 0.5rem;
}

    .good-list li {
        padding: 0.6rem 0;
        position: relative;
    }

        .good-list li:not(:last-child) {
            border-bottom: 1px solid #eeeeee;
        }

            .good-list li:not(:last-child)::before {
                content: '';
                display: block;
                position: absolute;
                width: 0;
                height: 1px;
                background: #c39a6b;
                left: 0;
                bottom: -1px;
                transition: 0.3s;
            }

    .good-list h3 {
        font-size: 30px;
        font-weight: bold;
        margin: 0 0 0.3rem;
    }

    .good-list .info {
        font-size: 16px;
        color: #666;
        line-height: 30px;
        max-width: 540px;
    }

    .good-list:not(.good-info) .info {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        white-space: normal !important;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        margin-bottom: 0.6rem;
        height: 120px;
    }

    .good-list .more {
        font-size: 16px;
        transition: 0.3s;
        display: inline-block;
    }

        .good-list .more .icon {
            width: 22px;
            height: 22px;
            line-height: 22px;
            text-align: center;
            border-radius: 50%;
            background: #9a9a9a;
            display: inline-block;
            margin-right: 0.1rem;
            border: 10px solid #e5e5e5;
            box-sizing: content-box;
            transition: 0.3s;
        }

        .good-list .more .icon-jia {
            color: #fff;
            font-size: 10px;
            display: block;
        }

        .good-list .more:hover {
            color: #c39a6b;
        }

            .good-list .more:hover .icon {
                background: #c39a6b;
                border-color: #f9f6f1;
            }

@media (min-width: 769px) {
    .good-list .hidelg {
        display: none !important;
    }

    .good-list li {
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        display: box;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        box-align: center;
        -webkit-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        .good-list li:hover h3 a {
            color: #c39a6b;
        }

        .good-list li:hover::before {
            width: 15%;
        }

    .good-list .content {
        padding-right: 4%;
        min-width: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: 50%;
    }

    .good-list .img {
        width: 50%;
        text-align: right;
        display: block;
        transition: 0.3s;
    }

        .good-list .img:hover {
            transform: scale(0.96);
        }

        .good-list .img a {
            display: inline-block;
            overflow: hidden;
            max-width: 400px;
        }

            .good-list .img a img {
                -webkit-transition: 0.5s;
                -o-transition: 0.5s;
                -moz-transition: 0.5s;
                transition: 0.5s;
            }

            .good-list .img a:hover img {
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1);
            }
}

@media (min-width: 769px) and (max-width: 992px) {
    .good-list .content {
        padding-right: 5%;
        width: 60%;
    }

    .good-list .img {
        width: 40%;
    }

    .good-list h3 {
        font-size: 20px;
        margin-bottom: 0.2rem;
    }

    .good-list .info {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .good-list h3 {
        font-size: 20px;
    }

    .good-list .info {
        font-size: 14px;
        color: #666;
        line-height: 25px;
        height: 75px;
        -webkit-line-clamp: 3;
        margin-bottom: 0.3rem;
    }

    .good-list .more {
        font-size: 14px;
    }

        .good-list .more .icon {
            border-width: 5px;
        }
}

@media (max-width: 768px) {
    .good-list .img img {
        display: block;
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .good-list .hidelg {
        display: block;
    }

    .good-list .hidexs {
        display: none;
    }

    .good-list .content {
        padding-top: 0.4rem;
    }
}

.newsbox-list {
    padding-top: 0.9rem;
}

    .newsbox-list li {
        border-bottom: 1px solid #eeeeee;
        padding: 0.6rem 0;
        position: relative;
    }

        .newsbox-list li::before {
            content: '';
            display: block;
            position: absolute;
            width: 0;
            height: 1px;
            background: #c39a6b;
            left: 0;
            bottom: -1px;
            transition: 0.3s;
        }

    .newsbox-list .time {
        font-size: 18px;
        color: #999;
        font-family: medium;
    }

    .newsbox-list h3 {
        font-size: 24px;
        font-weight: bold;
        margin: 0.2rem 0 0.3rem;
    }

    .newsbox-list .info {
        font-size: 16px;
        color: #666;
        line-height: 30px;
        display: -webkit-box;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        word-wrap: break-word;
        white-space: normal !important;
        -webkit-line-clamp: 2;
        height: 60px;
    }

@media (min-width: 641px) {
    .newsbox-list .imgxs {
        display: none;
    }

    .newsbox-list li {
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        display: box;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        box-align: center;
        -webkit-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        .newsbox-list li:hover h3 a {
            color: #c39a6b;
        }

        .newsbox-list li:hover::before {
            width: 100%;
        }

    .newsbox-list .content {
        padding-right: 10%;
        min-width: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .newsbox-list .inner {
        max-width: 840px;
    }

    .newsbox-list .img {
        width: 30%;
        text-align: right;
    }

        .newsbox-list .img a {
            display: inline-block;
            overflow: hidden;
            max-width: 400px;
        }

            .newsbox-list .img a img {
                -webkit-transition: 0.5s;
                -o-transition: 0.5s;
                -moz-transition: 0.5s;
                transition: 0.5s;
            }

            .newsbox-list .img a:hover img {
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1);
            }
}

@media (min-width: 641px) and (max-width: 992px) {
    .newsbox-list .content {
        padding-right: 5%;
    }

    .newsbox-list .img {
        width: 35%;
    }
}

@media (max-width: 992px) {
    .newsbox-list h3 {
        font-size: 20px;
    }

    .newsbox-list .info {
        font-size: 14px;
        color: #666;
        line-height: 25px;
        height: 50px;
    }
}

@media (max-width: 640px) {
    .newsbox-list {
        padding-top: 0.5rem;
    }

        .newsbox-list .imglg {
            display: none;
        }

        .newsbox-list .imgxs {
            display: block;
        }

        .newsbox-list .img img {
            display: block;
            width: 100%;
            margin-bottom: 0.2rem;
        }
}

.page {
    margin: 0;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .page li {
        margin: 0 0.16rem;
    }

    .page a {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border-radius: 50%;
        background: #f3f3f3;
        display: block;
        transition: 0.3s;
        font-size: 16px;
    }

    .page li:not(.disabled):hover a,
    .page .active a {
        background: #c39a6b;
        border-color: #c39a6b;
        color: #fff;
    }

        .page li:not(.disabled):hover a .iconfont,
        .page .active a .iconfont {
            color: #fff;
        }

    .page .iconfont {
        font-size: 0.3rem;
        color: #999;
        transition: 0.3s;
    }

    .page .disabled {
        opacity: 0.6;
    }

@media (max-width: 768px) {
    .page a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
}

.pagination-box {
    text-align: center;
    margin: 1.2rem 0 1.7rem;
}

.article-main {
    padding-top: 0.95rem;
    padding-bottom: 1.8rem;
}

@media (max-width: 480px) {
    .article-main {
        padding-top: 0.5rem;
        padding-bottom: 1rem;
    }
}

.article {
    max-width: 1400px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    max-width: 924px;
    background: #fff;
    padding: 0.65rem 0.36rem 0.8rem;
    position: relative;
}

@media (max-width: 768px) {
}

@media (max-width: 640px) {
    .article {
        width: 88%;
    }
}

.article .return {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #c39a6b;
    color: #fff;
    position: absolute;
    top: 0;
    right: -60px;
}

    .article .return .iconfont {
        font-size: 0.24rem;
    }

    .article .return:Hover {
        background: #b38550;
    }

.article .hd {
    padding-bottom: 0.24rem;
}

.article h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0.3rem;
    position: relative;
    line-height: 36px;
}

    .article h1::before {
        content: '';
        display: block;
        width: 6px;
        height: 36px;
        background: #c39a6b;
        position: absolute;
        top: 0;
        left: -0.36rem;
    }

.article .data {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #999;
}

    .article .data .time {
        font-size: 18px;
        font-family: medium;
    }

    .article .data .show {
        font-size: 16px;
    }

        .article .data .show .iconfont {
            font-size: 18px;
        }

.article .pnext {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 0.5rem;
    font-size: 16px;
}

    .article .pnext a {
        width: 2.3rem;
        height: 0.64rem;
        line-height: 0.64rem;
        border: 1px solid #dbdbdb;
        display: block;
        text-align: center;
        color: #999;
        transition: 0.3s;
    }

        .article .pnext a:hover {
            background: #c39a6b;
            color: #fff;
            border-color: #c39a6b;
        }

@media (max-width: 480px) {
    .article {
        width: 96%;
    }

        .article h1 {
            font-size: 22px;
        }

        .article .data .show,
        .article .data .time {
            font-size: 14px;
        }

            .article .data .show .iconfont,
            .article .data .time .iconfont {
                font-size: 16px;
            }
}

article {
    font-size: 16px;
    color: #666;
    line-height: 1.875;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 0.4rem 0 0.9rem;
}

    article p {
        margin-top: 0.3rem;
    }

    article img {
        display: block;
        margin: 0.3rem auto 0;
    }

.loginpage {
    height: calc(100vh - 100px);
    background: url('../images/login_bg2.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
}

    .loginpage h2 {
        font-size: 30px;
        text-align: center;
    }

        .loginpage h2::before {
            display: none;
        }

    .loginpage .loginbox {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 5;
        width: 80%;
        max-width: 580px;
    }

    .loginpage .logoinner {
        background: #fff;
        padding: 0.75rem 0.7rem 2.5rem;
        position: relative;
    }

    .loginpage .logo {
        height: 65px;
        background-image: url('../images/login_logo.jpg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 12%;
        display: block;
    }

@media (max-width: 768px) {
    .loginpage {
        height: calc(100vh - 60px);
    }

        .loginpage h2 {
            font-size: 24px;
        }

        .loginpage .loginbox {
            height: auto;
            padding: 0.5rem 0.5rem 2.5rem;
        }

        .loginpage .logo {
            height: 40px;
        }
}

.qamain {
    max-width: 1400px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    max-width: 890px;
    padding-top: 1.1rem;
    padding-bottom: 1.5rem;
}

@media (max-width: 768px) {
}

@media (max-width: 640px) {
    .qamain {
        width: 88%;
    }
}

.qamain h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0.33rem;
    padding-left: 0.24rem;
    position: relative;
}

    .qamain h2::before {
        content: '';
        display: block;
        width: 5px;
        height: 22px;
        background: #c39a6b;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5;
        left: 0;
    }

.qamain .tipbox {
    border: 1px solid #cbcbcb;
    text-align: center;
    font-size: 24px;
    color: #c39a6b;
    font-weight: bold;
    line-height: 2.3rem;
    margin-bottom: 1rem;
    border-radius: 5px;
}

.qamain li,
.qamain .example {
    color: #666;
    line-height: 24px;
}

.qamain ul {
    margin-bottom: 0.5rem;
}

    .qamain ul li {
        margin-bottom: 0.3rem;
        position: relative;
        padding-left: 0.2rem;
    }

        .qamain ul li::before {
            content: '';
            display: block;
            width: 5px;
            height: 5px;
            background: #c39a6b;
            border-radius: 50%;
            left: 0;
            position: absolute;
            top: 7px;
        }

@media (max-width: 480px) {
    .qamain {
        padding-top: 0.8rem;
        padding-bottom: 1rem;
    }

        .qamain h2 {
            font-size: 20px;
        }

        .qamain .tipbox {
            font-size: 20px;
            line-height: 2rem;
            margin-bottom: 0.5rem;
        }
}

.qa-banner {
    min-height: 5rem !important;
}

    .qa-banner .desc {
        font-size: 0.36rem;
        margin: 0.6rem 0 0.7rem;
    }

    .qa-banner .content {
        padding-bottom: 0;
    }

.qa-search {
    height: 58px;
    background: #fff;
    border-radius: 5px;
    line-height: 58px;
    max-width: 680px;
    display: block;
    margin: 0 auto;
    position: relative;
}

    .qa-search .ic-search {
        width: 64px;
        height: 100%;
        background: url(../images/ic_search.png) no-repeat center;
        position: absolute;
        left: 0;
        top: 0;
    }

    .qa-search .btn {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 0.5rem;
        height: 100%;
        padding: 0;
        width: 70px;
        outline: none;
        z-index: 55;
        background: url(../images/ic_btn.png) no-repeat center;
    }

    .qa-search input {
        width: 96%;
        display: block;
        height: 58px;
        line-height: normal;
        padding-left: 64px;
    }

@media (max-width: 640px) {
    .qa-search {
        height: 46px;
        line-height: 46px;
    }

        .qa-search .ic-search {
            width: 50px;
        }

        .qa-search input {
            height: 46px;
            padding-left: 46px;
        }
}

/*第二次修改*/


.qa-search-2 {
    background: #fff;
    border-radius: 5px;
    line-height: 58px;
    max-width: 680px;
    display: block;
    margin: 0 auto;
    position: relative;
}

    .qa-search-2 .select {
        width: 20%;
        color: #333;
        width: 160px;
        border-right: 1px solid #bbbbbb;
        position: relative;
        float: left;
        z-index: 55;
    }

        .qa-search-2 .select dt {
            height: 58px;
            line-height: 58px;
            font-weight: normal;
            cursor: pointer;
            user-select: none;
            position: relative;
        }

            .qa-search-2 .select dt .iconfont {
                color: #ccc;
                margin-left: 0.2rem;
                font-size: 13px;
                display: inline-block;
            }

            .qa-search-2 .select dt.open .iconfont {
                transform: rotate(180deg);
                margin-top: -2px;
            }

@media (max-width: 640px) {
    .qa-search-2 .select dt.open .iconfont {
        transform: rotate(180deg) translateY(50%);
    }
}

.qa-search-2 .select dd {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    padding: 5px 0;
    top: 100%;
    width: 160px;
    margin-top: 10px;
    background: #fff;
    border-radius: 5px;
    text-align: left;
    display: none;
}

    .qa-search-2 .select dd p {
        height: 24px;
        line-height: 24px;
        cursor: pointer;
        padding-left: 30px;
    }

    .qa-search-2 .select dd .active {
        background-color: #e5ddd4;
        color: #c39a6b;
    }

@media (max-width: 640px) {
    .qa-search-2 .select {
        background: none;
    }

        .qa-search-2 .select dt {
            height: 46px;
            line-height: 46px;
        }
}

.qa-search-2 .btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.5rem;
    height: 100%;
    padding: 0;
    width: 70px;
    outline: none;
    z-index: 55;
    background: url(../images/ic_search.png) no-repeat center;
}

.qa-search-2 .input-box {
    margin-left: 162px;
    position: relative;
}

.qa-search-2 .input {
    display: block;
    height: 58px;
    line-height: normal;
    width: 100%;
    padding-left: 0.28rem;
}

@media (max-width: 640px) {
    .qa-search-2 {
        height: 46px;
        line-height: 46px;
    }

        .qa-search-2 .select {
            width: 100%;
            float: none;
            margin-bottom: 5px;
            text-align: left;
            padding-left: 0.28rem;
            background: #fff;
            border-radius: 5px;
        }

            .qa-search-2 .select .iconfont {
                position: absolute;
                right: 0.3rem;
                top: 50%;
                transform: translateY(-50%);
            }

            .qa-search-2 .select dd {
                top: auto;
                bottom: 100%;
                margin: 0 0 10px 0;
            }

                .qa-search-2 .select dd p {
                    padding-left: 0.28rem;
                }

        .qa-search-2 .input-box {
            margin-left: 0;
            background: #fff;
            border-radius: 4px;
        }

        .qa-search-2 .btn {
            width: 50px;
            background-size: auto 20px;
        }

        .qa-search-2 .input {
            height: 46px;
        }
}


/**/


.contactbox {
    padding-top: 1.16rem;
    max-width: 1400px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
}

@media (max-width: 640px) {
    .contactbox {
        width: 88%;
    }
}

.contactbox .tit1 {
    margin-bottom: 0.6rem;
}

.contactbox .map {
    height: 5.1rem;
}

@media (max-width: 480px) {
    .contactbox {
        width: 100%;
    }
}
/*  map */
.BMap_cpyCtrl,
.anchorBL {
    display: none;
}

.map {
    height: 5.2rem;
}

@media (max-width: 640px) {
    .map {
        height: 400px;
    }
}

@media (max-width: 480px) {
    .map {
        height: 340px;
    }
}

#map label,
#map img {
    max-width: none;
    max-height: none;
}

.companyinfo {
    padding: 0.95rem 0 1.64rem;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .companyinfo ul {
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        display: box;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        box-align: center;
        -webkit-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 0 0.56rem;
    }
}

.companyinfo li {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
}

    .companyinfo li p {
        min-width: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

.companyinfo .icon {
    height: 0.48rem;
    line-height: 0.48rem;
    width: 0.48rem;
    text-align: center;
    background: #c39a6b;
    border-radius: 50%;
    color: #fff;
    display: block;
    margin-right: 0.16rem;
}

    .companyinfo .icon .iconfont {
        font-size: 0.22rem;
    }

@media (max-width: 1199px) {
    .companyinfo li {
        margin-bottom: 0.2rem;
    }
}

@media (max-width: 480px) {
    .companyinfo {
        font-size: 14px;
    }
}

.mapbox {
    background: #fff;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
}

    .mapbox .bottom {
        padding: 0.2rem 0.4rem;
    }

@media (min-width: 640px) {
    .mapbox .bottom {
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        display: box;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        box-align: center;
        -webkit-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        .mapbox .bottom .info {
            padding-right: 10%;
        }
}

.mapbox .info {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.mapbox .code {
    max-width: 115px;
}

.mapbox h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.mapbox .desc {
    color: #666;
}

@media (max-width: 768px) {
    .mapbox h3 {
        font-size: 18px;
    }
}

@media (max-width: 639px) {
    .mapbox .bottom {
        text-align: center;
        padding: 0.4rem 0.2rem;
        line-height: 1.76;
    }

        .mapbox .bottom .code {
            margin-top: 0.3rem;
        }
}

.contactbox .ihd {
    text-align: center;
    margin-bottom: 0.6rem;
}

.good-info {
    padding-top: 1.4rem;
    padding-bottom: 1.6rem;
}

    .good-info .inner {
        position: relative;
    }

    .good-info .return {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: #c39a6b;
        color: #fff;
        position: absolute;
        top: 0;
        right: -90px;
    }

        .good-info .return .iconfont {
            font-size: 0.24rem;
        }

@media (max-width: 1600px) {
    .good-info .return {
        top: -90px;
        right: 0;
    }
}

@media (min-width: 992px) {
    .good-info .img {
        width: 53%;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

    .good-info .content {
        width: 42%;
    }
}

.good-info h3 {
    color: #c39a6b;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 0.2rem;
}

.good-info .desc {
    font-size: 24px;
    padding-bottom: 0.24rem;
}

.good-info .info {
    padding: 0.3rem 0;
    line-height: 26px;
    min-height: 2.6rem;
    color: #666;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
}

@media (max-width: 991px) {
    .good-info .content {
        margin-top: 0.8rem;
        text-align: center;
    }

        .good-info .content .info {
            text-align: left;
        }

    .good-info .return {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        top: -60px;
    }
}

@media (max-width: 768px) {
    .good-info h3 {
        font-size: 30px;
    }

    .good-info .desc {
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .good-info .return {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        top: -38px;
    }
}

@media (max-width: 480px) {
    .good-info {
        padding-top: 0.8rem;
        padding-bottom: 0.9rem;
    }

        .good-info h3 {
            font-size: 22px;
        }

        .good-info .desc {
            font-size: 16px;
        }
}

.good-params {
    color: #fff;
    background: url('../images/good_bg.jpg') no-repeat center center;
    background-size: cover;
    padding-bottom: 2.3rem;
}

    .good-params .wrap {
        position: relative;
        padding-top: 1.3rem;
    }

    .good-params .hd {
        font-weight: bold;
        text-align: right;
        line-height: 1.6;
        position: relative;
        margin-top: -0.5rem;
    }

    .good-params h3 {
        font-size: 36px;
        font-weight: bold;
    }

    .good-params .desc {
        font-size: 30px;
    }

@media (min-width: 769px) {
    .good-params .content {
        padding-top: 20px;
        max-width: 1200px; /*920px*/
        width: 75%;
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        display: box;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        box-align: center;
        -webkit-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

.good-params ul {
    width: 3.76rem;
}

.good-params li {
    border-bottom: 1px solid #454545;
    height: 0.82rem;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
}

.good-params .tit {
    width: 1.44rem;
    min-width: 110px;
}

.good-params .progress {
    width: 1.36rem;
    height: 4px;
    background: #585858;
    margin-bottom: 0;
    margin-right: 12px;
    min-width: 110px;
}

    .good-params .progress .progress-bar {
        background: #c39a6b;
        height: 4px;
        display: block;
    }

.good-params .icon-xingxing {
    color: #525252;
}

    .good-params .icon-xingxing.on {
        color: #c39a6b;
    }

@media (max-width: 1200px) {
    .good-params {
        padding-bottom: 1.6rem;
    }
}

@media (max-width: 992px) {
    .good-params .hd {
        margin: 0 0 0.5rem;
        text-align: left;
    }

    .good-params .content {
        /*width: 96%;*/
    }

    .good-params ul {
        width: 45%;
    }
}

@media (max-width: 768px) {
    .good-params ul {
        width: 90%;
        max-width: none;
    }

    .good-params .progress,
    .good-params .tit {
        width: 30%;
    }
}

@media (max-width: 480px) {
    .good-params {
        padding-bottom: 1.5rem;
    }

        .good-params .wrap {
            padding-top: 1rem;
        }

        .good-params ul {
            width: 100%;
        }

        .good-params h3 {
            font-size: 26px;
        }

        .good-params .desc {
            font-size: 20px;
        }
}

.brand-box {
    text-align: center;
    padding: 0.8rem 0 0.9rem;
}

    .brand-box h2 {
        margin-top: 5px;
    }

    .brand-box .logo {
        display: block;
        margin: 0.6rem auto 0.4rem;
        max-width: 60%;
    }

    .brand-box .info {
        font-size: 16px;
        color: #666;
        line-height: 1.8;
    }

@media (max-width: 640px) {
    .brand-box .info {
        text-align: left;
        text-indent: 2em;
        font-size: 15px;
    }
}

.advSwiper {
    text-align: center;
}

    .advSwiper .pnextbox {
        position: absolute;
        max-width: 1400px;
        width: 88%;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 555;
    }

        .advSwiper .pnextbox .pnext {
            width: 0.6rem;
            height: 0.6rem;
            line-height: 0.6rem;
            border-radius: 50%;
            background: #f3f3f3;
            outline: none;
            transition: 0.3s;
        }

            .advSwiper .pnextbox .pnext:after {
                font-size: 26px;
                color: #999;
            }

            .advSwiper .pnextbox .pnext:hover {
                background: #c39a6b;
            }

                .advSwiper .pnextbox .pnext:hover:after {
                    color: #fff;
                }

    .advSwiper .swiper-pagination-bullet {
        background: #fff;
    }

    .advSwiper .swiper-slide {
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .advSwiper .img {
        visibility: hidden;
    }

    .advSwiper .content {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 5;
        width: 80%;
        z-index: 55;
        color: #fff;
        line-height: 1.7;
    }

        .advSwiper .content .t1 {
            font-size: 30px;
        }

        .advSwiper .content .t2 {
            font-size: 48px;
            font-weight: bold;
        }

@media (max-width: 992px) {
    .advSwiper {
        height: 400px;
    }
}

@media (max-width: 480px) {
    .advSwiper {
        height: 300px;
    }

        .advSwiper .content .t1 {
            font-size: 22px;
        }

        .advSwiper .content .t2 {
            font-size: 30px;
        }
}

.company-box {
    overflow: hidden;
    padding: 1.2rem 0 1.5rem;
    background: url(../images/bg_hill.jpg) no-repeat center bottom #fff;
    background-size: auto 80%;
}

    .company-box .ihd {
        margin-bottom: 0.6rem;
    }

    .company-box .bd {
        position: relative;
    }

@media (min-width: 992px) {
    .company-box {
        min-height: 650px;
    }

        .company-box .content {
            min-height: 650px;
            width: 45%;
            display: -webkit-flex;
            display: flex;
            display: -webkit-box;
            display: box;
            -webkit-box-orient: vertical;
            box-orient: vertical;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-pack: center;
            box-pack: center;
            -webkit-box-align: center;
            box-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

        .company-box .img {
            position: absolute;
            left: 50%;
            width: 50vw;
            top: 50%;
            transform: translateY(-50%);
            max-width: 980px;
            max-height: none;
            height: 100%;
            object-fit: cover;
            max-height: 650px;
        }
}

.company-box dl dt {
    color: #c39a6b;
    font-size: 24px;
}

.company-box dl dd {
    margin-top: 0.34rem;
    line-height: 30px;
}

@media (max-width: 991px) {
    .company-box dl dt {
        font-size: 18px;
    }

    .company-box .img {
        margin-top: 0.5rem;
    }
}
