﻿/*头部样式*/
.head {
    /*padding: 10px 0;*/
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;

}

.container {
    width: 1550px;
    margin: 0 auto;
}

.logo {
    float: left;
    padding-top: 10px;
    width: 20%;
}

.lang_en {
    float: right;
    background: url(../images/en.png) no-repeat left center;
    margin-right: 30px;
    padding: 5px 0 5px 25px;
    display: block;
    margin-top: 15px;
    /*display: none;*/
}

.heada {
    text-align: center;
    float: right;
    margin-top: 15px;
}

.jxtab5 {
    width: 100%;
    display: none;
}

.heada a {
    font-size: 14px;
    color: #333;
    padding: 0 15px;
    display: block;
    line-height: 34px;
    border: 1px solid #999;
}

.nav {
    float: left;
    display: flex;
    padding-left: 10%;
    margin-top: 0px;
}

.nav li {
    margin: 0 10px;
    position: relative;
}

.nav li a {
    display: block;
    font-size: 16px;
    color: #808080;
    text-align: center;
    padding: 0 15px 0px 15px;
    position: relative;
    line-height: 70px;
}

.nav li a:after {
    content: '';
    width: 0%;
    height: 3px;
    background: #999;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.6s ease-out;
}

.nav li:hover a:after {
    width: 100%;
    transition: all 0.6s;
}

.nav li.on a:after {
    width: 100%;
}

.nav li .b_nav {
    display: none;
    position: absolute;
    top: 69px;
    left: 0px;
    z-index: 99999;
    width: 100%;

}

.nav li .b_nav a {
    background-color: #999;
    font-size: 14px;
    color: #fff;
    line-height: 2em;
    padding: 5px 0;
}

.nav li .b_nav a:hover {
    background: #dab987;
}

.nav li .b_nav a:after {
    display: none;
}

.menu-button {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 7.5px 13px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #c2b799;
    z-index: 99999;
}

.menu-button .bar {
    display: block;
    height: 2px;
    background: #fff;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 30px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1) {
    transform: rotate(45deg);
    /*width: 40px;*/
}

.mnav .bar:nth-child(2) {
    opacity: 0;
}

.mnav .bar:nth-child(3) {
    transform: rotate(-45deg);
    /*width: 40px;*/
}

.mobileNav {
    display: none;
    background-color: #c2b799;
    text-align: center;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 99999;
    width: 100%;
}

.mobileNav li {
    line-height: 2em;
    padding: 1em 0;
}

.mobileNav li a {
    font-size: 1rem;
    color: #fff;
}


.index-banner {
    /* position: static; */
    width: 100%;
    /*height: 100vh;*/
    overflow: hidden;
    position: relative;
    z-index: 999;
}

#swiper-container1 {
    z-index: 9;
}

#swiper-container1 .swiper-slide {
    position: relative;
    overflow: hidden;
    background-size: contain !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    /*height:100vh; */
}

.swiper-wrapper {
    z-index: 999;
}

#swiper-container1 .swiper-slide .index_banner_text {
    position: absolute;
    top: 35%;
    left: 8%;
    z-index: 9999;
    color: #fff;
    /*opacity: 0;*/
}

#swiper-container1 .swiper-slide-active .index_banner_text {
    top: 35%;
    transition: all 1.2s;
    opacity: 1;
    -moz-transition: all 1.2s;
    /* Firefox 4 */
    -webkit-transition: all 1.2s;
    /* Safari and Chrome */
    -o-transition: all 1.2s;
    /* Opera */
}

#swiper-container1 .index_banner_text h3 {
    font-size: 98px;
    text-shadow: 2px 2px 2px #666;
    line-height: 1.4em;
    /*    text-align: right;*/
    font-weight: normal;
    margin-bottom: 50px;
}

#swiper-container1 .index_banner_text h3 span {
    display: block;
    font-size: 24px;
    line-height: 1.8em;
    margin-top: 50px;
}

#swiper-container1 .index_banner_text a {
    display: block;
    width: 178px;
    line-height: 46px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

#swiper-container1 .index_banner_text a:hover {
    background: #dab987;
    border: 1px solid #dab987;
}


@keyframes opacity2 {
    0% {
        opacity: 0
    }

    50% {
        opacity: .8;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes opacity2 {
    0% {
        opacity: 0
    }

    50% {
        opacity: .8;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes opacity2 {
    0% {
        opacity: 0
    }

    50% {
        opacity: .8;
    }

    100% {
        opacity: 0;
    }
}

.guide {
    width: 54px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    z-index: 9999;
}

.guide a {
    display: block;
}

.guide-shu {
    width: 17px;
    height: 22px;
    background: url("../images/shubiao.png") no-repeat center;
    margin: 0 auto;
}

.guide-down {
    width: 11px;
    height: 9px;
    background: url("../images/jiantou.png") no-repeat center;
    margin: 5px auto 0;
}

.guide-tex {
    font-size: 12px;
    color: #fff;
    opacity: 0.2;
    text-align: center;
    line-height: 12px;
    padding-top: 9px;
}

.guide-down,
.guide-tex {
    animation: 2s opacity2 0s infinite;
    -webkit-animation: 2s opacity2 0s infinite;
    -moz-animation: 2s opacity2 0s infinite;
}

@media(max-width: 1600px) {
    #swiper-container1 .swiper-slide-active .index_banner_text {
        top: 35%;
    }

    #swiper-container1 .index_banner_text h3 {
        font-size: 80px;
    }

    #swiper-container1 .index_banner_text h3 span {
        font-size: 24px;
        margin-top: 40px;
    }

    #swiper-container1 .index_banner_text a {
        width: 140px;
    }

    .nav li a {
        padding: 0 12px;
    }
}

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

    #swiper-container1 .index_banner_text h3 {
        font-size: 60px;
    }

    #swiper-container1 .index_banner_text a {
        width: 120px;
    }

    .container {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 3%;
    }

    .nav {
        padding-left: 8%;
    }

    .nav li {
        margin: 0 5px;
    }

    .nav li a {
        padding: 0 10px;
    }
}

@media(max-width: 1199px) {
    .container {
        padding: 0 1%;
    }

    .nav {
        padding: 0px 0;
        /*padding-left:7%;*/
    }

    .index-banner {
        height: 100%;
    }

    /*#swiper-container1{*/
    /*    height:100%!important;*/
    /*}*/
    /*#swiper-container1 .swiper-slide-active .index_banner_text{*/
    /*    top:30%;*/
    /*}*/
    #swiper-container1 .index_banner_text h3 {
        font-size: 42px;
    }

    #swiper-container1 .swiper-slide {
        height: 100%;
    }

    #swiper-container1 .index_banner_text h3 {
        font-size: 60px;
        margin-bottom: 30px;
    }

    /*    #swiper-container1 .index_banner_text h3 span{
        display: block;
        font-size: 24px;
        line-height: 1.8em;
    }*/
    #swiper-container1 .index_banner_text a {
        width: 120px;
    }

    .heada {
        display: none;
    }

    .nav {
        margin-top: 0;
        margin-left: 50px;
    }

    .nav li {
        margin: 0 5px;
    }

    .nav li a {
        padding: 0 10px;
    }

    .lang_en {
        margin-right: 0;
        margin-top: 10px;
    }
}

@media(max-width:960px) {
    .logo {
        width: 25%;
    }

    .nav {
        margin-left: 10px;
    }

    .lang_en {
        display: none;
    }
}

@media(max-width:800px) {
    .logo {
        width: 22%;
    }

    .nav {
        padding: 0;
    }

    .nav li a {
        font-size: 14px;
        padding: 0 5px;
    }

    /*.lang_en{*/
    /*    display:none;*/
    /*}*/
}

@media(max-width: 768px) {
    .head {
        position: relative;
        padding: 15px 0;
    }

    .nav {
        padding: 0;
        margin-top: 0;
    }

    .logo {
        width: 20%;
    }

    .banner_nav li {
        margin: 0 30px;
    }

    #swiper-container1 .swiper-slide-active .index_banner_text {
        top: 20%;
    }

    #swiper-container1 .index_banner_text h3 {
        font-size: 36px;
    }

    #swiper-container1 .index_banner_text h3 span {
        margin-top: 20px;

    }

    .nav {
        margin-left: 20px;
    }

    .nav li {
        margin: 0 3px;
    }

    .heada {
        display: none;
    }

    .lang_en {
        margin-right: 0;
        margin-top: 0;
    }

    #swiper-container1 .index_banner_text a {
        line-height: 38px;
    }

    .nav li a {
        line-height: 50px;
    }

    .nav li .b_nav {
        top: 49px;
    }
}

@media(max-width: 640px) {
    .head {
        /*position: relative;*/
        overflow: visible;
        padding: 0;
    }

    .logo {
        width: 50%;
        top: 20px;
        left: 10px;
        padding: 10px 0;
    }

    .nav {
        display: none;
    }

    .banner_nav {
        display: none;
    }

    .menu-button {
        display: block;

    }

    .lang_en {
        display: none;
    }

    #swiper-container1 .swiper-slide-active .index_banner_text {
        top: 30%;
    }

    #swiper-container1 .index_banner_text h3 {
        font-size: 24px;
        margin-bottom: 0;
    }

    #swiper-container1 .index_banner_text h3 span {
        font-size: 16px;
        margin-top: 10px;
    }

    #swiper-container1 .index_banner_text a {
        display: none;
    }

    .guide {
        display: none;
    }
}



.index_main1 {
    background: url(../images/bg1.jpg) no-repeat;
    background-size: cover;
    padding: 220px 0 100px 0;
}

.index_main1_content {
    border-left: 6px solid #dab987;
    color: #fff;
    width: 31%;
    float: right;
    background: rgba(0, 0, 0, .6);
    padding-left: 10%;
    padding-right: 13.5%;
    position: relative;
}

#swiper-container2 {}

#swiper-container2 .text {
    padding: 80px 5px 100px 5px;
}

#swiper-container2 .text h3 {
    font-size: 54px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 20px;
}

#swiper-container2 .text h3 span {
    font-size: 26px;
    color: #fff;
    display: block;
    margin-top: 10px;
}

#swiper-container2 .text p {
    font-size: 14px;
    color: #fff;
}

#swiper-container2 .text a {
    font-size: 16px;
    color: #fff;
    margin-top: 40px;
    border: 1px solid #fff;
    width: 178px;
    line-height: 46px;
    display: block;
    text-align: center;
    position: relative;
}

#swiper-container2 .text a:after {
    content: '';
    width: 0;
    height: 100%;
    background: #dab987;
    position: absolute;
    top: 0px;
    left: -1px;
    z-index: -1;
    transition: all 0.4s ease-out;
}

#swiper-container2 .text a:hover {
    /*    background: #dab987;*/
    border: 1px solid #dab987;
}

#swiper-container2 .text a:hover:after {
    width: 100%;
    transition: all 0.4s;
    border: 1px solid #dab987;
}

#swiper-container2 .swiper-pagination {
    text-align: left;
    bottom: 30px;
}

#swiper-container2 .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    margin: 0 10px;
}

#swiper-container2 .swiper-pagination .swiper-pagination-bullet-active {
    position: relative;
}

#swiper-container2 .swiper-pagination .swiper-pagination-bullet-active:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    border: 1px solid #fff;
    left: -5px;
    top: -5px;
    border-radius: 50%;
}

.index_main1_content .swiper-button-prev {
    width: 48px;
    height: 90px;
    background: url(../images/left1.png) no-repeat;
    left: 0;
    top: 50%;
    margin-top: -45px;
    outline: none;
}

@media(max-width: 1440px) {
    .index_main1 {
        padding: 150px 0 100px 0;
    }
}

@media(max-width: 1024px) {
    #swiper-container2 .text {
        padding: 50px 5px;
    }

    #swiper-container2 .text h3 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    #swiper-container2 .text h3 span {
        font-size: 20px;
    }

    #swiper-container2 .text a {
        margin-top: 20px;
        width: 120px;
        line-height: 38px;
    }

    #swiper-container2 .swiper-pagination {
        bottom: 10px;
    }
}

@media(max-width: 768px) {
    .index_main1 {
        padding: 50px 0;
    }

    .index_main1_content {
        width: 60%;
        padding-right: 5%;
    }

    #swiper-container2 .text h3 span {
        margin-top: 0;
    }
}

@media(max-width: 640px) {
    .index_main1_content {
        width: 90%;
        padding: 30px 3%;
    }

    .index_main1_content .swiper-button-prev {
        display: none;
    }

    #swiper-container2 .text {
        padding: 0px 5px;
    }

    #swiper-container2 .swiper-pagination {
        bottom: 0px;
        display: none;
    }

    #swiper-container2 .text h3 {
        font-size: 26px;
        line-height: 1.2em;
    }

    #swiper-container2 .text h3 span {
        font-size: 16px;
    }

    #swiper-container2 .text p {
        /*display:none;*/
        height: 4em;
        line-height: 2em;
        overflow: hidden;
    }
}



.index_main2 {
    background: url(../images/bg2.jpg) no-repeat top center;
    background-size: 100%;
    padding: 210px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #dedddd;
    box-shadow: 0 0 5px #e4e5e5;
}

.index_main2_text {
    width: 38.5%;
    float: right;
    text-align: right;
    font-size: 16px;
    color: #333;
}

.index_main2_text img.img2 {
    display: none;
}

.index_main2_text p {
    margin-top: 30px;
}

.index_main2_text a {
    display: block;
    width: 158px;
    line-height: 46px;
    font-size: 16px;
    color: #a1a1a1;
    border: 1px solid #ccc;
    text-align: center;
    margin: 50px auto 0;
}

.index_main2_text a:hover {
    background: #dab987;
    color: #fff;
    border: 1px solid #dab987;
}

@media(max-width: 1600px) {
    .index_main2 {
        padding: 120px 0 150px 0;
        background-size: cover;
    }

    .index_main2_text a {
        margin: 30px auto 0;
    }
}

@media(max-width: 1440px) {
    .index_main2 {
        padding: 100px 0 120px 0;
    }

    .index_main2_text a {
        margin: 20px auto 0;
    }
}

@media(max-width: 1024px) {
    .index_main2 {
        padding: 30px 0 50px 0;
    }
}

@media(max-width: 768px) {
    .index_main2 {
        background: none;
    }

    .index_main2_text {
        width: 96%;
        padding: 0 2%;
        float: none;
        text-align: left;
    }

    .index_main2_text img {
        width: 200px;
    }
}

@media(max-width: 640px) {
    .index_main2 {
        padding: 50px 0;
        background: url(../images/m_index_about.png) no-repeat;
        background-size: cover;
        min-height: 375px;
    }

    .index_main2_text img.img1 {
        width: 100px;
        display: none;
        margin: 0 auto 10px;
    }

    .index_main2_text img.img2 {
        display: block;
        /*width:160px;*/
        /*margin:0 auto 0;*/
    }

    .index_main2_text {
        width: 90%;
        padding: 0 5%;
    }

    .index_main2_text a {
        width: 120px;
        line-height: 38px;
        float: right;
        margin-top: 30px;
    }

    .index_main2_text p {
        margin-top: 30px;
        line-height: 2em;
    }
}


.index_main3 {
    display: flex;
}

.index_main3_l {
    width: 50%;
    background: #000;
    /*    background-size: contain;
    background:url(../images/movie1.jpg) no-repeat;*/
}

.index_main3_l img {
    height: 100%;
}

.index_main3_l video {
    width: 100%;
    height: 100%;
    outline: none;
}

.index_main3_l #videoPlay2 {
    display: none;
}

.index_main3_r {
    width: 35%;
    padding: 90px 10% 90px 5%;
    background: url(../images/bg3.jpg) no-repeat;
    background-size: cover;
}

.index_main3_r h3 {
    font-size: 40px;
    color: #fff;
    font-weight: normal;
}

.news_list1 {}

.news_list1 li a {
    font-size: 26px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

.news_list1 li p {
    font-size: 14px;
    color: #fff;
    line-height: 2em;
    height: 4em;
    overflow: hidden;
}

.news_list1 .index_news_more {
    display: flex;
    padding-top: 45px;
}

.news_list1 .index_news_more a {
    display: block;
    width: 178px;
    line-height: 46px;
    border: 1px solid #fff;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-right: 80px;
}

.news_list1 .index_news_more a:hover {
    background: #dab987;
    border: 1px solid #dab987;
}

@media(max-width:1440px) {
    .index_main3_r {
        padding: 50px 10% 50px 5%;
    }
}

@media(max-width: 768px) {
    .index_main3 {
        flex-wrap: wrap;
    }

    .index_main3_l {
        width: 100%;
        background: none;
    }

    .index_main3_l img {
        max-height: 100%;
        height: auto;
    }

    .index_main3_r {
        width: 90%;
        padding: 30px 5%;
    }

    .news_list1 li a {
        margin-bottom: 0px;
    }

    .news_list1 li p {
        line-height: 2em;
        height: 6em;
    }

    .news_list1 .index_news_more {
        padding-top: 20px;
    }

    .news_list1 .index_news_more a {
        width: 140px;
        line-height: 38px;
        margin-right: 30px;
    }

    .index_main3_l #videoPlay1 {
        display: none;
    }

    .index_main3_l #videoPlay2 {
        display: block;
    }
}

@media(max-width: 640px) {
    .index_main3_r h3 {
        font-size: 32px;
    }

    .news_list1 li a {
        font-size: 20px;
    }

    .news_list1 li p {
        font-size: 14px;
        color: #d9d9d9;
    }

    .news_list1 .index_news_more {
        padding-top: 10px;
    }

    .news_list1 .index_news_more a {
        width: 100px;
        font-size: 14px;
    }

    .news_list1 li p {
        line-height: 2em;
        height: 8em;
    }
}


.index_main4 {
    padding: 45px 0;
    background: #f7f7f7;
}

.index_main4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.index_main4 ul li {
    /* margin:0 8.15%;三个 */
    margin: 0 4%;
    text-align: center;
    width: 17%;
}

.index_main4 ul li a.img {
    display: block;
    width: 68px;
    height: 68px;
    line-height: 68px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 0 auto;
}

.index_main4 ul li h3 a {
    display: block;
    font-size: 16px;
    color: #4c4c4c;
    padding-top: 5px;
}

.index_main4 ul li p {
    line-height: 1.6em;
    font-size: 14px;
    color: #4c4c4c;
}


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

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

@media(max-width: 768px) {
    .index_main4 {
        padding: 20px 0;
    }

    .index_main4 ul li {
        margin: 0 5.15%;
        text-align: center;
        width: 23%;
    }
}

@media(max-width: 640px) {
    .index_main4 ul li {
        margin: 0 2.15%;
        width: 29%;
    }

    .index_main4 ul li a.img {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .index_main4 ul li img {
        max-width: 26px;
    }

    .index_main4 ul li h3 a {
        font-size: 14px;
    }

    .index_main4 ul li p {
        display: none;
    }
}


footer {
    background: url(../images/bg4.jpg) no-repeat top center;
    padding: 60px 0 50px 0;
}

.foot_l {
    float: left;
    width: 75%;
}

.f_logo {
    width: 40%;
}

.f_nav {
    margin: 30px 0 30px 0;
}

.f_nav a {
    font-size: 18px;
    color: #4c4c4c;
    padding: 0 40px;
    background: url(../images/dian1.png) no-repeat right center;
}

.f_nav a:first-child {
    padding-left: 0;
}

.f_nav a:last-child {
    padding-right: 0;
    background: none;
}

.f_address {
    font-size: 14px;
    color: #666;
    display: flex;
}

.f_address p {
    margin-right: 100px;
}

.f_address p:last-child {
    margin-right: 0;
}

.f_beian {
    font-size: 14px;
    color: #999;
    padding-top: 5px;
}

.f_beian a {
    font-size: 14px;
    color: #999;
}

.foot_r {
    float: right;
    text-align: center;
    padding-top: 80px;
    display: flex;
    /*    width: 15%;*/
}

.foot_r li {
    text-align: center;
}

.foot_r li:last-child {
    margin-left: 60px;
}

@media(max-width: 1440px) {
    footer {
        background-size: cover;
    }

    .foot_l {
        width: 72%;
    }

    .foot_r li:last-child {
        margin-left: 30px;
    }

    .f_address p {
        margin-right: 30px;
    }

    .f_nav a {
        padding: 0 30px;
    }
}

@media(max-width: 1024px) {
    footer {
        padding: 40px 0;
    }

    .foot_l {
        width: 100%;
        float: none;
    }

    .f_nav a {
        padding: 0 30px;
    }

    .f_address p {
        margin-right: 50px;
    }

    .foot_r {
        float: none;
        padding-top: 20px;
    }

    .foot_r li:last-child {
        margin-left: 20px;
    }
}

@media(max-width: 768px) {
    .foot_l {
        width: 100%;
        float: none;
    }

    .f_nav {
        /*display: none;*/
        margin: 15px 0;
    }

    .f_nav a {
        padding: 0 25px;
    }

    .foot_r {
        display: none;
    }
}

@media(max-width: 640px) {
    footer {
        padding: 30px 0;
    }

    .foot_l {
        text-align: center;
    }

    .f_logo img {
        width: 160px;
    }

    .f_nav {
        display: none;
    }

    .f_address {
        flex-wrap: wrap;
    }

    .f_address p {
        margin-right: 00px;
        width: 100%;
    }
}



/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.f_none {
    display: none;
}


/*------------内页-------------------*/
.n_head {
    position: relative;
    /*padding:10px 0;*/
    /*height: 70px;*/
}

.n_banner {
    width: 100%;
    margin: 0 auto;
}

.n_banner img {
    width: 100%;
    margin: 0 auto
}

.sitemp {
    padding: 15px 0;
    background-color: #f7f7f7;
}

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

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

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

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

/*n_about*/
.index_about1 {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 50px 0;
}

.index_about1_img {
    width: 50%;
}

.index_about1_text {
    width: 33%;
    background-color: #f5f5f5;
    padding: 60px 13.5% 0 3.5%;
}

.index_about1_text p {
    margin: 50px 0;
}

.index_about2 {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.index_about2_text {
    width: 50%;
    position: relative;
}

.index_about2_text .text {
    position: absolute;
    top: 8%;
    left: 35%;
    width: 60%;

}

.index_about2_text .text h2 {
    font-size: 36px;
    color: #c7bb9c;
    font-weight: normal;
    position: relative;
    padding-bottom: 15px;
    line-height: 1.4em;
    margin-bottom: 20px;
}

.index_about2_text .text h2:after {
    content: '';
    position: absolute;
    width: 175px;
    height: 4px;
    background-color: #323232;
    left: 0;
    bottom: 0;
}

.index_about2_text .text h2 span {
    display: block;
    font-size: 36px;
    color: #4c4c4c;
}

.index_about2_text .text p {
    font-size: 16px;
    color: #4c4c4c;
}

.index_about2_text .text h3 {
    font-size: 18px;
    color: #c7bb9c;
    font-weight: normal;
    line-height: 1.6em;
    margin-top: 20px;
}

.index_about2_img {
    width: 50%;
}

.index_about3 {
    width: 100%;
    text-align: center;
}

.index_about3 img.img2 {
    display: none;
}

.index_about4 {
    background: url(../images/about_bg2.jpg) no-repeat top center;
    margin-bottom: 30px;
}

.index_about4 .container {
    padding: 120px 0 0 0;
    display: flex;
    overflow: hidden;
    /*flex-wrap: wrap;*/
}

.index_about4 .container li {
    position: relative;
    z-index: 1;
    width: 23%;
    cursor: pointer;
    transition: all 0.6s ease-out;
    color: #fff;
    min-height: 440px;
    float: left;
    overflow: hidden;
}

.index_about4 .container li img {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
    max-width: 443px;
    width: 443px;
}

.index_about4 .container li .libg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, .5)
}

.index_about4 .container li h2 {
    position: absolute;
    bottom: 20px;
    left: 45px;
    z-index: 3;
    font-size: 24px;
    font-weight: normal;
}

.index_about4 .container li h2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #fff;
    z-index: 3;
}

.index_about4 .container li .text {
    display: none;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
    z-index: 4;

}

.index_about4 .container li .text h3 {
    font-size: 36px;
    font-weight: normal;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 5px;
}

.index_about4 .container li .text h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background: #fff;
}

.index_about4 .container li .text p {
    font-size: 16px;
}

.index_about4 .container li:hover {
    width: 32%;
    transition: all 0.6s;
}

.index_about4 .container li:hover img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.index_about4 .container li:hover h2 {
    display: none;
}

.index_about4 .container li:hover .text {
    display: block;
}

.index_about4 .container li:hover .libg {
    background: rgba(0, 0, 0, .2);
}

.index_about4 .container li.on {
    width: 32%;
    transition: all 0.6s;
}

.index_about4 .container li.on img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.index_about4 .container li.on h2 {
    display: none;
}

.index_about4 .container li.on .text {
    display: block;
}

.index_about4 .container li.on .libg {
    background: rgba(0, 0, 0, .2);
}

.ssp {
    width: 1000px;
    margin: 0 auto;
}

.ssp h2 {
    font-size: 60px;
    color: #4c4c4c;
    font-weight: normal;
    text-align: center;
}

.ssp h3 {
    font-size: 18px;
    color: #4c4c4c;
    font-weight: normal;
    text-align: center;
}

.ssp .text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 100px 0;
}

.ssp .text p {
    padding-left: 95px;
    padding-top: 15px;
}

.ssp .text p span {
    display: block;
    font-size: 26px;
    color: #4c4c4c;
    font-weight: bold;
    line-height: 1.6em;
}

@media(max-width: 1600px) {
    .index_about1_text {
        padding: 30px 13.5% 0 3.5%;
    }

    /*.index_about1_text p{*/
    /*    margin:30px 0;*/
    /*}  */
    .index_about1_text .img1 {
        width: 150px;
    }

    .index_about2_text .text h3 {
        font-size: 16px;
    }
}

@media(max-width: 1440px) {
    .index_about1_text p {
        margin: 40px 0;
    }

    .index_about4 .container {
        padding-top: 120px;
    }

}

@media(max-width: 1024px) {
    .index_about1_text {
        width: 45%;
        background-color: #f5f5f5;
        padding: 40px 2.5% 0;
    }

    .index_about1_img img {
        height: 100%;
    }

    .index_about2_text .text {
        width: 90%;
        left: 5%;
        top: 15%;
    }

    .index_about2_text {
        width: 94%;
        margin: 0 auto;
    }

    .index_about2_img {
        width: 94%;
        margin: 0 auto;
    }

    .index_about4 .container li .text {
        padding: 0 20px;
    }

    .index_about4 .container li .text h3 {
        font-size: 32px;
    }

    .index_about4 .container {
        padding-top: 50px;
    }

}

@media(max-width: 999px) {
    .ssp {
        width: 96%;
        padding: 0 2%;
    }

    .ssp h2 {
        font-size: 32px;
    }

    .ssp h3 {
        font-size: 16px;
    }

    .ssp .text {
        padding: 0 0 30px 0;
    }

    .ssp .text img {
        /*max-width:50%;*/
        display: block;
    }

    .ssp .text p {
        padding-left: 0px;
        padding-top: 15px;
        width: 100%;

    }

    .ssp .text p span {
        font-size: 20px;
        text-align: center;
        width: 100%;
    }
}

@media(max-width: 768px) {
    .index_about2_text .text h3 {
        color: #666;
    }

    .index_about3 img.img1 {
        display: none;
    }

    .index_about3 img.img2 {
        display: block;
    }

    .index_about4 {
        background-size: cover;
    }

    .index_about4 .container {
        flex-wrap: wrap;
        padding: 30px 0;

    }

    .index_about4 .container li {
        width: 50%;
        min-height: 100%;
    }

    .index_about4 .container li:hover {
        width: 50%;
    }

    .index_about4 .container li.on {
        width: 50%;
    }

    .index_about4 .container li h2 {
        display: block !important;
        left: 20px;
    }

    .index_about4 .container li h2:before {
        width: 20px;
    }

    .index_about4 .container li .text {
        display: none !important;
    }

    .index_about4 .container li img {
        width: 100%;
    }
}

@media(max-width: 640px) {
    .index_about1 {
        margin: 20px 0;
    }

    .index_about1_img {
        width: 100%;
    }

    .index_about1_img img {
        height: auto;
    }

    .index_about1_text {
        width: 90%;
        margin: 0 auto;
        padding: 30px 5%;
    }

    .index_about1_text p {
        margin: 15px 0;
    }

    .index_about2_text {
        background: url(../images/a2_2.jpg) no-repeat;
        background-size: cover;
        width: 100%;
    }

    .index_about2_text img {
        height: 100%;
        display: none;
    }

    .index_about2_text .text {
        position: relative;
        top: 0%;
        left: 0;
        margin: 0 auto;
        padding: 30px 0;
    }

    .index_about2_text .text h2 {
        font-size: 24px;
    }

    .index_about2_text .text h2 span {
        font-size: 20px;
    }

    .index_about2_text .text h2:after {
        width: 120px;
    }

    .index_about2_img {
        width: 100%;
    }

    .index_about4 {
        margin-bottom: 15px;
    }

    .index_about4 .container {
        padding: 15px 0;

    }

    .index_about4 .container li h2 {
        font-size: 20px;
    }
}

.n_contact {
    position: relative;
    overflow: hidden;
    /*    margin:50px 0;*/
    width: 100%;
}

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

.n_contact_cont {
    position: absolute;
    /*    width: 20%;*/
    /*    height: 100%;*/
    background: #b8aa9a;
    color: #fff;
    left: 10%;
    top: 0;
    padding: 50px 40px;
    top: 10%;
}

.n_contact_cont h1 {
    font-size: 30px;
    position: relative;
    margin-bottom: 20px;
}

.n_contact_cont h1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 60px;
    height: 2px;
    background: #fff;
}

.n_contact_cont h2 {
    font-size: 20px;
    color: #fff;
    padding-top: 10px;
}

.n_contact_cont p {
    font-size: 14px;
    margin: 15px 0;
    padding-left: 25px;
}

.n_contact_cont p:nth-child(1) {
    background: url(../images/c1.png) no-repeat left center;
}

.n_contact_cont p:nth-child(2) {
    background: url(../images/c2.png) no-repeat left center;
}

.n_contact_cont p:nth-child(3) {
    background: url(../images/c3.png) no-repeat left center;
}


.mess_container {
    width: 70%;
    margin: 50px auto 70px;
    position: relative;
    /*    padding: 0 15%; */
}

.mess_container2 {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.foot_message {
    /*    background: url(../images/message.jpg) no-repeat;
    padding:50px 0;
    background-size: cover;*/
}

.foot_message_title {
    text-align: center;
    font-size: 30px;
    color: #2f2f2f;
    margin-bottom: 30px;
    line-height: 1.6em;
}

.foot_message_title p {
    font-size: 18px;
    color: #7d7d7d;
}

.message1 {}

.message1 ul {
    display: flex;
}

.message1 ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
}

.message1 ul li:last-child {
    margin-right: 0;
}

.message1 ul li input {
    width: 100%;
    background: #fff;
    line-height: 40px;
    text-indent: 15px;
    font-size: 14px;
    color: #666;
    border: 1px solid #b4b4b4;
}

.message1 .mess_content {
    width: 100%;
}

.message1 .mess_content textarea {
    height: 80px;
    line-height: 40px;
    text-indent: 15px;
    font-size: 14px;
    color: #666;
    width: 100%;
    border: 1px solid #b4b4b4;
    padding: 0;
}

.message1 .mess_btn input.msgbtn {
    display: block;
    width: 152px;
    line-height: 38px;
    background-color: #b8aa9a;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: none;
    margin: 20px auto 0;
    /*    position: absolute;
    top:40px;
    right:0;
    */
}

.n_contact_new {
    background: url(../images/map_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 65px 0;
    margin-top: 60px;
}

.n_contact_new_l {
    float: left;
    width: 50%;
}

.n_contact_new_r {
    float: right;
    width: 50%;
    text-align: center;
    color: #fff;
    padding-top: 20px;
}

.n_contact_new_r h3 {
    font-size: 30px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.n_contact_new_r h3:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #fff;
}

.n_contact_new_r p img {
    display: inline-block;
    margin-top: 20px;
}

@media (max-width: 1600px) {
    .mess_container {
        width: 80%;
    }
}

@media (max-width: 1440px) {
    .mess_container {
        width: 85%;
    }

}

@media (max-width: 1199px) {
    .mess_container {
        box-sizing: border-box;
        width: 100%;
        padding: 30px 1%;
        margin: 0px auto 0px;
    }

    .mess_container2 {
        width: 100%;
    }

    .n_contact_new {
        margin-top: 30px;
    }

    .n_contact_container {
        width: 96%;
    }

    .n_contact_new {
        padding: 40px 0;
    }
}

@media (max-width: 768px) {
    .message1 .mess_btn input.msgbtn {
        position: relative;
        left: 0;
        top: 0px;
        margin-top: 20px;
    }

    .n_contact_new_r {
        padding-top: 0;
    }

    .n_contact_new_r h3 {
        margin-bottom: 15px;
    }
}

@media(max-width: 640px) {
    .n_map {
        height: 350px;
    }

    .n_contact_cont {
        position: relative;
        left: 0;
        top: 0;
        padding: 30px 20px;
    }

    .foot_message_title {
        font-size: 18px;
    }

    .foot_message_title p {
        font-size: 12px;
        padding-top: 5px;
    }

    .message1 ul {
        flex-wrap: wrap;
    }

    .message1 ul li {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .n_contact_new {
        padding: 20px 0;
    }

    .n_contact_new_l {
        width: 100%;
    }

    .n_contact_new_r {
        width: 100%;
    }

    .n_contact_new_r h3 {
        font-size: 24px;
    }

    .n_contact_new_r p img {
        margin-top: 10px;
    }
}

/*case_list*/
.n_banner_img {
    position: relative;
}

.n_banner_img .sitemp {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}

.sort {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 55px 0;
}

.sort li a {
    display: block;
    background-color: #fff;
    font-size: 18px;
    color: #b8aa9a;
    text-align: center;
    border: 1px solid #b8aa9a;
    margin: 0 8px;
    padding: 5px 50px;
}

.sort li a:hover {
    color: #fff;
    background-color: #b8aa9a;
}

.sort li.on a {
    color: #fff;
    background-color: #b8aa9a;
}

.case_list {
    display: flex;
    flex-wrap: wrap;
}

.case_list li {
    width: 30%;
    margin-left: 3.333%;
    position: relative;
    margin-bottom: 60px;
    overflow: hidden;
}

.case_list li a.img {
    display: block;
    overflow: hidden;
}

.case_list li .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 12%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    text-align: center;
}

.case_list li .text h3 {
    font-size: 24px;
}

.case_list li .text p {
    font-size: 16px;
}

.case_list li .text a {
    display: block;
    width: 148px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    margin: 45px auto 0;
}

.case_list li .text a:hover {
    color: #666;
    background-color: #fff;
}

.case_detail {}

.case_detail_top {
    display: flex;
    flex-wrap: wrap;
}

.gallery-top {
    width: 63%;
    float: left;
}

.gallery-top video {
    width: 100%;
    max-height: 500px;
    cursor: pointer;
}

.case_detail .gallery-thumbs {
    margin-top: 30px;
}

.case_detail .gallery-thumbs .swiper-slide {
    position: relative;
    cursor: pointer;
}

.case_detail .gallery-thumbs video {
    width: 100%;
    cursor: pointer;
    /*max-height: 500px;*/
}

.case_detail .gallery-thumbs .swiper-slide:after {
    content: '';
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.case_detail .gallery-thumbs .swiper-slide-thumb-active:after {
    display: none;
}

.case_detail_text {
    width: 32%;
    float: right;
    padding: 0 2.5%;
    box-shadow: 5px 5px 10px #eee;
}

.case_detail_text h2 {
    font-size: 24px;
    color: #3b3b3b;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.case_detail_text p {
    font-size: 14px;
    color: #333;
}

.case_detail_text p strong {}

.case_detail_text p a {
    color: #c2b799;
}

.case_detail_text_xg {
    margin-top: 30px;
}

.n_bg1 {
    background-color: #f7f7f7;
}

.xg_list {
    background-color: #f0f0f0;
    padding: 45px 0;
}

.xg_list h2 {
    font-size: 24px;
    color: #040000;
    padding-left: 35px;
    position: relative;
    font-weight: normal;
    margin-bottom: 20px;
}

.xg_list h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 22px;
    height: 22px;
    background-color: #c2b799;
}

.xg_list .case_list li {
    margin: 12px;
    display: flex;
    justify-content: space-around;
}

/* .xg_list .case_list li:nth-child(2){
    margin: 0 5%;
    //display: none;  
} */
.xg_list .case_list li:nth-child(3n+2) {
    margin: 10px 2%;
    /*display: none;*/
}

.case_list li .text a img {
    display: none;
}

@media(max-width: 1600px) {
    .case_list li .text a {
        width: 120px;
        margin: 30px auto 0;
        line-height: 36px;
    }
}

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

@media(max-width: 1199px) {
    .case_detail_text_xg {
        margin-top: 0px;
    }

    .case_detail_text {
        width: 35%;
        padding: 5px 1%;
    }

    .case_detail_text h2 {
        padding-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        font-size: 20px;
    }

    .gallery-top video {
        max-height: 100%;
    }

    .sort {
        padding: 30px 0;
    }

    .sort li a {
        padding: 5px 30px;
    }
}

@media(max-width: 768px) {
    .sitemp {
        padding: 5px 0;
    }

    .n_banner_img .sitemp {
        position: relative;
    }

    .sort {
        padding: 20px 0;
    }

    .sort li a {
        padding: 3px 20px;
        font-size: 16px;
    }

    .gallery-top {
        width: 100%;
        float: none;
    }

    .case_detail_text {
        width: 98%;
        float: none;
    }

    .case_detail .gallery-thumbs {
        margin-top: 20px;
    }

    .case_list li {
        width: 46%;
        margin: 2%;
    }

    .case_list li:nth-child(2) {
        margin: 2%;
    }

    .xg_list .case_list li {
        margin: 2%;
    }

    .xg_list .case_list li:nth-child(2) {
        margin: 0 2%;
    }

}

@media(max-width: 640px) {
    .sort {
        padding: 15px 0;
    }

    .sort li a {
        padding: 2px 10px;
        font-size: 14px;
    }

    .case_list li {
        width: 48%;
        margin: 1%;
    }

    .xg_list .case_list li {
        margin: 1%;
    }

    .xg_list .case_list li:nth-child(2) {
        margin: 0 1%;
    }

    .case_list li:nth-child(2) {
        margin: 1%;
    }

    .case_list li .text {
        padding-top: 12%;
    }

    .case_list li .text h3 {
        font-size: 16px;
        font-weight: normal;
    }

    /*.case_list li .text a{*/
    /*    width: 80px;*/
    /*    margin:10px auto 0;*/
    /*    line-height: 26px;*/
    /*    font-size: 14px;*/
    /*}*/
    .case_list li .text p {
        font-size: 14px;
        line-height: 1em;
        display: none;
    }

    .xg_list {
        padding: 20px 0;
    }

    .xg_list h2 {
        font-size: 20px;
        margin-bottom: 10px;
        padding-left: 25px;
    }

    .xg_list h2:before {
        top: 10px;
        width: 12px;
    }

    .case_list li .text a {
        font-size: 0px;
        border: none;
        background: none;
        margin: 10px auto 0;
    }

    .case_list li .text a:hover {
        color: none;
        background: none !important;
    }

    .case_list li .text a img {
        display: block;
        margin: 0 auto;
        /*width:20px;*/
    }
}

/*news_list*/
.news_list {}

.news_list li {}

.news_list {}

.news_detail {}

.info_title {
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.info_title h1 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
}

.info_title h3 {
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.info_title a.info_back {
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    background: url(../images/back.png) no-repeat left center;
    padding-left: 18px;
}

.news_detail .content {
    /* background: #fafafa; */
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    box-sizing: border-box;
}

.news_detail .content img {
    width: 100% !important;
    height: 100% !important;
}

.news_detail .page {
    width: 90%;
    margin: 0 auto 30px;
    padding: 50px 0 10px 0;
    border-bottom: 1px solid #ccc;
}


@media(max-width: 1024px) {
    .news_detail .content {
        padding: 30px 20px;
    }

    .news_detail .page {
        margin: 0 auto 30px;
        padding: 20px 0 10px 0;
    }
}

@media(max-width: 768px) {
    .info_title {
        width: 96%;
    }

    .news_detail .content {
        padding: 20px 20px;
        width: 96%;
    }

    .news_detail .page {
        width: 96%;
    }
}

@media(max-width: 640px) {
    .info_title {
        padding: 5px 0;
    }

    .info_title h1 {
        font-size: 20px;
    }

    .info_title a.info_back {
        display: none;
    }
}

/*news_list*/
.news_list {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}

.news_list li {
    width: 49%;
    margin: 0 2% 20px 0;
    background: #f7f7f7;
}

.news_list li:nth-child(2n) {
    margin: 0 0 20px 0;
}

.news_list li a {
    display: flex;
    padding: 40px 6%;
}

.news_list li span {
    font-size: 14px;
    color: #333;
    display: block;
}

.news_list li span b {
    font-size: 50px;
    display: block;
    line-height: 1.6em;
}

.news_list li .text {
    padding: 0 0 0 20px;
    margin: 0 0 0 25px;
    color: #333;
    width: 74%;
    position: relative;
}

.news_list li .text:before {
    content: '';
    width: 1px;
    height: 120px;
    background: #ccc;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.news_list li .text h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2em;
    height: 1.2em;
    overflow: hidden;
}

.news_list li .text p {
    font-size: 14px;
    margin: 15px 0 12px 0;
}

.news_list li .text .more2 {
    font-size: 14px;
    transition: all 0.6s ease-out;
}

.news_list li:hover {
    box-shadow: 0px 0px 30px #ccc;
}

.news_list li:hover .text .more2 {
    padding-left: 40px;
    background: url(../images/news_more.png) no-repeat left center;
    transition: all 0.6s;
}

.news_detail {}

.news_detail h1.title {
    padding: 0;
}

.news_detail .content {
    margin-bottom: 20px;
}

h3.title_bar {
    font-weight: normal;
}

.news_detail .page {
    padding: 10px 0 0 0;
    margin: 10px 0 10px 0;
    border-top: 1px solid #e5e5e5;
}

.n_relate {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto 0;
}

.n_relate h4 {
    font-size: 26px;
    color: #333;
    padding: 40px 0 15px 0;
}

@media(max-width: 1499px) {
    .n_container2 {
        width: 96%;
    }

    .n_relate {
        width: 96%;
    }

}

@media(max-width: 1349px) {
    .n_container1 {
        width: 96%;
    }

    .news_list li .text h3 {
        height: 2.4em;
    }
}

@media(max-width: 768px) {
    .news_list li {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .news_list li a {
        padding: 20px 2%;
    }

    .news_list li .text h3 {
        height: 1.2em;
    }

    .news_list li .text p {
        margin: 5px 0;
    }
}

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

/*n_dzdt*/

.n_dzdt {
    width: 90%;
    margin: 0 auto 0;
}

.dzdt_title {
    color: #4c4c4c;
    font-size: 36px;
    text-align: center;
    font-weight: normal;
    padding: 55px 0 45px 0;
    border-bottom: 1px solid #4d4d4d;
    margin-bottom: 55px;
}

.n_dzdt_cont {
    display: flex;
    flex-wrap: wrap;
}

.n_dzdt_code {
    width: 48%;
    padding-left: 2%;
}

.n_dzdt_code img {
    /*width:100%;*/
}

.message2 {
    box-shadow: 0px 0px 10px #ccc;
    padding: 35px;
    box-sizing: border-box;
    margin-bottom: 95px;
    width: 50%;
}

.message2 ul {
    display: flex;
    flex-wrap: wrap;
}

.message2 ul li {
    width: 45%;
    font-size: 20px;
    color: #999;
    position: relative;
    margin-bottom: 50px;
}

.message2 ul li span {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 66px;
}

.message2 ul li:nth-child(2n) {
    margin-left: 10%;
}

.message2 ul li input {
    width: 100%;
    background: none;
    border: none;
    line-height: 66px;
    font-size: 20px;
    color: #999;
    text-indent: 10px;
    border-bottom: 1px solid #ccc;
    outline: none;
}

.message2 ul li select {
    display: block;
    width: 100%;
    /*line-height: 66px;*/
    height: 66px;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    background: none;
    font-size: 20px;
    color: #999;
    cursor: pointer;
}

.mess2_content {
    width: 100%;
}

.mess2_content_text {
    width: 55%;
    font-size: 14px;
    color: #808080;
    float: left;
}

.mess2_content_text p:nth-child(2) {
    font-size: 16px;
    color: #505050;
    margin-top: 20px;
}

.mess2_btn {
    float: right;
}

.mess2_btn input {
    display: block;
    width: 200px;
    line-height: 54px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: #b8aa9a;
    border: none;
    cursor: pointer;
}

@media(max-width: 768px) {
    .n_dzdt {
        width: 98%;
    }

    .dzdt_title {
        font-size: 24px;
        padding: 10px 0 0 0;
        margin-bottom: 20px;
        border: none;
    }

    .dzdt_title img {
        width: 30px;
    }

    .n_dzdt_code {
        width: 100%;
    }

    .message2 {
        padding: 20px 10px;
        margin-bottom: 50px;
        width: 100%;
    }

    .message2 ul li {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .message2 ul li input {
        line-height: 40px;
    }

    .mess2_btn input {
        width: 120px;
        line-height: 40px;
        font-size: 14px;
    }

    .mess2_content_text p:nth-child(2) {
        margin-top: 10px;
    }
}

@media(max-width: 640px) {

    /*    .dzdt_title{
        font-size: 20px;
        margin-bottom: 10px;

    }
    .dzdt_title img{
        width: 22px;
    }*/
    .message2 {
        margin-bottom: 30px;
    }

    .message2 ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .message2 ul li:nth-child(2n) {
        margin-left: 0%;
    }

    .mess2_content_text {
        width: 100%;
        float: none;
    }

    .mess2_btn {
        float: none;

    }

    .mess2_btn input {
        margin: 10px auto 0;
    }
}

/*zhinan*/
.n_banner3 {
    position: relative;
    width: 100%;
    z-index: 1;
}

.n_banner3_text {
    position: absolute;
    z-index: 2;
    color: #fff;
    width: 100%;
    text-align: center;
    top: 30%;
    left: 0;
}

.n_banner3_text h3 {
    font-size: 58px;
    font-weight: normal;
}

.n_banner3_text p {
    font-size: 30px;
    line-height: 1.2em;
}

.n_gmzn {
    padding: 40px 0 40px 80px;
    border-left: 1px solid #ccc;
    width: 90%;
    margin: 60px auto 60px;
    box-sizing: border-box;
    position: relative;
}

.n_gmzn .n_dains {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ddd;
    position: absolute;
    z-index: 999;
}

.dian_top {
    top: 0;
    left: -9px;
}

.dian_bottom {
    bottom: 0;
    left: -9px;
}

.n_gmzn li {
    position: relative;
    margin-bottom: 60px;
}

.n_gmzn li a.img {
    display: block;
    position: absolute;
    left: -126px;
    top: 0;
}

.n_gmzn li .text {}

.n_gmzn li .text h3 {
    font-size: 40px;
    font-weight: normal;
    color: #b8aa9a;
}

.n_gmzn li .text span {
    display: block;
    font-size: 20px;
    color: #666;
    padding-top: 30px;
    font-weight: bold;
}

.n_gmzn li .text p {
    width: 40%;
}

.n_gmzn li .text a {
    display: block;
    background: #b8aa9a;
    width: 180px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-top: 25px;
}

@media(max-width: 1024px) {
    .n_gmzn li {
        margin-bottom: 40px;
    }

    .n_gmzn li .text h3 {
        font-size: 36px;
    }

    .n_gmzn li .text p {
        width: 60%;
    }

    .n_gmzn li .text span {
        padding-top: 10px;
    }

    .n_gmzn li .text a {
        width: 150px;
    }
}

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

    .n_banner3_text p {
        font-size: 24px;
    }

    .n_gmzn li .text p {
        width: 80%;
    }
}

@media(max-width: 640px) {
    .n_banner3_text {
        top: 20%;
    }

    .n_banner3_text h3 {
        font-size: 24px;
    }

    .n_banner3_text p {
        font-size: 16px;
        line-height: 1.8em;
    }

    .n_gmzn {
        padding: 0px 0;
        width: 96%;
        margin: 30px auto 30px;
        border: none;
    }

    .n_gmzn li {
        margin-bottom: 30px;
    }

    .n_gmzn li .text h3 {
        font-size: 24px;
    }

    .n_gmzn .n_dains {
        display: none;
    }

    .n_gmzn li a.img {
        position: relative;
        top: 0;
        left: 0;
        display: none;
    }

    .n_gmzn li .text span {
        font-size: 18px;
        padding-top: 0;
    }

    .n_gmzn li .text a {
        width: 100px;
        line-height: 36px;
        font-size: 14px;
        margin-top: 15px;
    }
}



/*product_list*/
.n_product_sort {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.n_product_sort_title {
    font-size: 46px;
    color: #fff;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 999;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.n_product_sort_title:after {
    content: '';
    position: absolute;
    width: 66px;
    height: 6px;
    background: #b2b2b2;
    left: 50%;
    margin-left: -33px;
    bottom: 0;
}

.n_product_sort_l {
    width: 50.5%;
    position: relative;
    padding: 10% 0;
    overflow: hidden;
}

.n_product_sort_r {
    width: 49.5%;
    position: relative;
    padding: 10% 0;
    overflow: hidden;
}

.box3Bg,
.box3Bg .swiper-wrapper,
.box3Bg .swiper-slide {
    height: 100% !important;
    width: 100% !important;

}

.box3Bg {
    position: absolute !important;
    top: 0;
    left: 0;
}

.box3Bg .swiper-wrapper {
    transform: translate(1px) !important;
    /*Ã¨Â§Â£Ã¥â€ Â³swiperÃ§Â¬Â¬Ã¤Â¸â‚¬Ã¤Â¸ÂªÃ¤Â¸ÂÃ¦â€Â¹Ã¥ÂËœ*/
    margin-left: -1px;
    left: 0 !important;
}

.box3Bg .swiper-slide {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    transform: scale(1.3);
    transition: 1s ease-in-out;

}

.box3Bg .swiper-slide:after,
.box1Bg .swiper-slide:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: block;
}

.box3Bg .swiper-slide-active {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2;
    transform: scale(1);
}

.bisList {
    width: 100%;
    /*padding-right: 15%;*/
    height: 100%;
    position: relative;
    z-index: 9;

}

.bisList1 {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    margin: 0 auto;
}

.bisList1 dd {
    display: block;
    width: 46%;
    margin: 10px 2%;
}

.bisList1 dd a {
    display: block;
    line-height: 80px;
    width: 100%;
    height: 80px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.bisList1 dd a:hover {
    background: #b8aa9a;
    border: 1px solid #b8aa9a;
}

.bisList1 dd.on a {
    background: #b8aa9a;
    border: 1px solid #b8aa9a;
}

.bisList2 {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    margin: 0 auto;
}

.bisList2 dd {
    display: block;
    width: 46%;
    margin: 10px 2%;
}

.bisList2 dd a {
    display: block;
    line-height: 80px;
    width: 100%;
    height: 80px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.bisList2 dd a:hover {
    background: #b8aa9a;
    border: 1px solid #b8aa9a;
}

.bisList2 dd.on a {
    background: #b8aa9a;
    border: 1px solid #b8aa9a;
}

.swiper-wrapper {
    position: relative;
}

.box3BgMask {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 8;
    opacity: 0.6;
}

.box1Bg,
.box1Bg .swiper-wrapper,
.box1Bg .swiper-slide {
    height: 100% !important;
    width: 100% !important;

}

.box1Bg {
    position: absolute !important;
    top: 0;
    left: 0;
}

.box1Bg .swiper-wrapper {
    transform: translate(1px) !important;
    margin-left: -1px;
    left: 0 !important;
}

.box1Bg .swiper-slide {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    transform: scale(1.3);
    transition: 1s ease-in-out;

}

.box1Bg .swiper-slide-active {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2;
    transform: scale(1);
}


@media(max-width: 1600px) {
    .bisList1 {
        width: 70%;
    }

    .bisList1 dd a {
        line-height: 70px;
        height: 70px;
    }

    .bisList2 {
        width: 70%;
    }

    .bisList2 dd a {
        line-height: 70px;
        height: 70px;
    }
}

@media(max-width: 959px) {
    .n_product_sort_l {
        width: 100%;
    }

    .n_product_sort_r {
        width: 100%;
    }

    .n_product_sort_title {
        font-size: 36px;
    }

    .bisList1 {
        width: 70%;
    }

    .bisList2 {
        width: 70%;
    }

    /*    .bisList1 dd a{
        line-height: 50px;
        height: 50px;
    }*/
}

@media(max-width: 640px) {
    .bisList1 {
        width: 80%;
    }

    .bisList1 dd a {
        line-height: 50px;
        height: 50px;
    }

    .bisList2 {
        width: 80%;
    }

    .bisList2 dd a {
        line-height: 50px;
        height: 50px;
    }

    .n_product_sort_title {
        font-size: 32px;
        padding-bottom: 0;
    }
}

/*product_detail*/
.n_product1 {
    background: url(../images/bg5.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0;
}

.n_product1 .container {
    position: relative;
}

.p_back {
    font-size: 40px;
    color: #4c4c4c;
    font-weight: bold;
    padding-left: 75px;
    background: url(../images/p_back.png) no-repeat left center;
}

.p_back:hover {
    color: #d5aa65;
}

.tabs1li {
    position: absolute;
    right: 0;
    top: 30%;
    margin-right: 6px;
    border-right: 1px solid #ccc;
    padding: 10px 20px 10px 0;
}

.tabs1li li {
    position: relative;
    text-align: right;
    margin-bottom: 20px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}

.tabs1li li:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    right: -24px;
    top: 12px;
    z-index: 999;
    background: #ccc;
}

.tabs1li li:before {
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    right: -27px;
    top: 9px;
    z-index: 999;
    /*background: #ccc;*/
    border: 1px solid #4d4d4d;
    opacity: 0;
}

.tabs1li li.on {
    font-size: 16px;
    color: #666;
}

.tabs1li li.on:before {
    opacity: 1;
}

.tabs1li li.on:after {
    background: #4d4d4d;
}

.tabs1li li:last-child {
    margin-bottom: 0;
}

.tabs2li {
    position: absolute;
    top: 0;
    left: 20%;

}

.tabs2li ul {
    display: flex;
    padding-top: 20px;
}

.tabs2li li {
    width: 148px;
    line-height: 52px;
    border: 1px solid #4d4d4d;
    font-size: 20px;
    color: #4c4c4c;
    text-align: center;
    margin-right: 50px;
    cursor: pointer;
}

.tabs2li li.on {
    color: #fff;
    font-size: 20px;
    background: #4d4d4d;
}

.tab2 .text {
    margin-right: 100px;
    float: left;
    padding-top: 10%;
}

.tab2 .text h3 {
    font-size: 50px;
    color: #4c4c4c;
    font-weight: normal;
}

.tab2 .img {
    float: left;
}

.tab2 {
    display: none;
    margin-top: 60px;
}

.tab3 {
    display: none;
    margin-top: 60px;
}

.tab4 {
    display: none;
    margin-top: 60px;
}

.tab5 {
    display: none;
    margin-top: 60px;
}

.tab6 {
    display: none;
    margin-top: 60px;
}

.tab7 {
    display: none;
    margin-top: 60px;
}


.p_title1 {
    font-size: 26px;
    color: #060303;
    font-weight: normal;
    padding-left: 30px;
    position: relative;
    margin: 20px 0;
}

.p_title1 span {
    font-size: 18px;

}

.p_title1:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 30px;
    left: 0;
    top: 12px;
    background: #d5aa65;
}

#swiper-container4 {
    padding-bottom: 85px;
}

.n_img1 {
    width: 100%;
}

.n_product2 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.n_product2_l {
    width: 50%;
    position: relative;
}

.n_product2_l img {
    /*height: 100vh;*/
}

.n_product2_l .text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    width: 60%;
    padding: 30px 13% 30px 27%;
    color: #fff;
}

.n_product2_l .text h3 {
    font-size: 30px;
    font-weight: normal;
}

.n_product2_l .text p {
    font-size: 14px;
    line-height: 1.8em;
}

.n_product2_r {
    width: 50%;
    position: relative;
}

.tab1li {
    position: absolute;
    left: -70px;
    height: 100%;
}

.tab1li ul {
    height: 100%;
}

.tab1li ul li {
    width: 70px;
    text-align: center;
    color: #fff;
    height: 20%;
    position: relative;
    font-size: 50px;
    cursor: pointer;
}

.tab1li ul li:nth-child(1) {
    background: #302f2f;
}

.tab1li ul li:nth-child(2) {
    background: #626262;
}

.tab1li ul li:nth-child(3) {
    background: #7d7d7d;
}

.tab1li ul li:nth-child(4) {
    background: #a0a0a0;
}

.tab1li ul li:nth-child(5) {
    background: #bfbfbf;
}

.tab1li ul li.on {
    background: #d4aa65;
}

.tab1li ul li.on:after {
    content: '';
    position: absolute;
    right: -25px;
    top: 50%;
    margin-top: -9px;
    width: 0;
    height: 0;
    border-width: 0 18px 18px;
    border-style: solid;
    border-color: transparent transparent #d4aa65;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
    /* Opera */
}

.tab1 {
    display: none;
}

.tab1 img {
    /*height: 100vh;*/
}

.n_product3 {
    background: #f7f7f7;
    padding: 50px 0;
}

.n_product3 .container {
    background: url(../images/deng.png) no-repeat right center;
}

.n_product3 ul {
    display: flex;
    flex-wrap: wrap;
}

.n_product3 ul li {
    width: 30%;
    margin-right: 10%;
}

.p_title2 {
    font-size: 30px;
    color: #666;
    position: relative;
    padding-left: 30px;
}

.p_title2:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 15px;
    height: 30px;
    background: #c2b799;
}

.p_title2 span {
    display: block;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    line-height: 1em;
}

.p_btn {
    /*width: 154px;*/
    line-height: 48px;
    background: #c2b799;
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin: 20px 0 0 30px;
    padding: 0 26px;
    display: inline-block;
}

.n_product3 ul li p {
    padding-left: 35px;
    background: url(../images/quan1.png) no-repeat 22px 8px;
}

.n_p1 {
    margin-top: 30px;
}

.n_product4 {
    padding: 35px 0;
}

.n_product4_list {
    display: flex;
    flex-wrap: wrap;
}

.n_product4_list li {
    width: 48%;

}

.n_product4_list li .n_product4_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.n_product4_list li .n_product4_list p {
    width: 50%;
    padding-left: ;
    box-sizing: border-box;
    padding-left: 65px;
    position: relative;
}

.n_product4_list li .n_product4_list p:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    left: 35px;
    top: 0px;
}

.n_product4_list li .n_product4_list p span {
    display: block;
    margin-bottom: 10px;
}

.n_product4_list li:nth-child(2) {
    margin-left: 4%;
}

.n_product4_list li:nth-child(3) {
    width: 100%;
}

.n_product4_list li:nth-child(3) .p_btn {
    margin-top: 50px;
}

.n_product4_list li:nth-child(3) .n_product4_list p {
    width: 20%
}

.n_product5 {
    padding: 40px 0;
    background: #f7f7f7;
}

.n_product6 {
    padding: 40px 0;
}

h2.p_title3 {
    font-size: 24px;
    color: #040000;
    padding-left: 35px;
    position: relative;
    font-weight: normal;
    margin-bottom: 20px;
}

h2.p_title3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 22px;
    height: 22px;
    background-color: #c2b799;
}

.n_table {
    text-align: center;
}

@media(max-width:1600px) {
    .tab1li ul li {
        font-size: 44px;
    }
}

@media(max-width: 1440px) {
    .tabs2li {
        left: 25%;
    }

    .tab2 .text {
        margin-right: 50px;
    }
}

@media(max-width: 1024px) {
    .n_product1 {
        padding: 30px 0;
    }

    .tabs2li {
        left: 30%;
    }

    .tab2 .text {
        margin-right: 30px;
    }

    .tab2 .img {
        width: 50%;
        float: left;
    }

    .tab2 {
        margin-top: 30px;
    }

    .tab3 {
        margin-top: 30px;
    }

    .tab4 {
        margin-top: 30px;
    }

    .tab5 {
        margin-top: 30px;
    }

    .tab6 {
        margin-top: 30px;
    }

    .tab7 {
        margin-top: 30px;
    }

    #swiper-container4 {
        padding-bottom: 30px;
    }

    .n_product2 {
        margin-top: 30px;
    }

    .n_product2_l .text {
        width: 75%;
        padding: 20px 20% 20px 5%;
    }

    .tab1li ul li {
        font-size: 36px;
    }

    .n_product3 {
        padding: 30px 0;
    }
}

@media(max-width: 768px) {
    .p_back {
        font-size: 32px;
        background-size: 30px;
        padding-left: 45px;
    }

    .tabs2li li {
        font-size: 16px;
        width: 120px;
        line-height: 36px;
        margin-right: 20px;
    }

    .tabs2li li.on {
        font-size: 16px;
    }

    .tab2 .text h3 {
        font-size: 32px;
    }

    .tab1li ul li {
        font-size: 24px;
    }

    .n_product4_list li .n_product4_list p {
        padding-left: 50px;
    }

    .n_product4_list li .n_product4_list p span {
        line-height: 1.6em;
    }

    .n_product4_list li:nth-child(3) .n_product4_list p {
        width: 30%;
    }

    .n_product2_l {
        width: 100%;
    }

    .n_product2_r {
        width: 100%;
    }

    .tab1li {
        left: 0;
    }

    .tab1li,
    .tab2li {
        position: relative;
        height: 50px;
    }

    .tab1li ul,
    .tab2li ul {
        display: flex;
        align-items: center;
    }

    .tab1li ul li,
    .tab2li ul li {
        width: 50px;
        flex: 1;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tab1li ul li.on:after,
    .tab2li ul li.on:after {
        right: 50%;
        margin-right: -18px;
        top: 90%;
        margin-top: 0px;
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
}

@media(max-width: 640px) {
    .n_product1 {
        padding: 10px 0;
    }

    .p_back {
        font-size: 24px;
        background-size: 24px 24px;
        padding-left: 35px;
    }

    .tabs2li {
        position: relative;
        top: 0;
        left: 0;
    }

    .tab2 {
        margin-top: 0px;
    }

    .tabs2li ul {
        padding-top: 10px;
    }

    .tab2 .text {
        width: 70%;
        margin-right: 0;
        float: none;
        padding-top: 0;
    }

    .tab2 .img {
        width: 70%;
        margin-top: 10px;
        float: none;
    }

    .tab2 .text h3 {
        font-size: 24px;
    }

    .tab3 {
        margin-top: 10px;
    }

    .tab4 {
        margin-top: 10px;
    }

    .tab5 {
        margin-top: 10px;
    }

    .tab6 {
        margin-top: 10px;
    }

    .tab7 {
        margin-top: 10px;
    }

    .n_product3 ul li {
        width: 100%;
        margin-right: 0;
    }

    .n_product4_list li {
        width: 100%;
        margin: 0;
    }

    .n_product4_list li:nth-child(2) {
        margin-left: 0%;
    }

    .p_btn {
        padding: 0 15px;
        font-size: 18px;
        line-height: 40px;
    }

    .n_product4_list li:nth-child(3) .p_btn {
        margin-top: 20px;
    }

    .p_title2 {
        font-size: 24px;
    }

    .p_title2:before {
        top: 14px;
        height: 25px;
    }

    .n_product5 {
        padding: 20px 0;
    }

    .n_product6 {
        padding: 20px 0;
    }
}







h1.title {
    font-size: 22px;
    color: #333;
    text-align: center;
    padding: 2em 0 0.5em 0;
    font-weight: normal;
}

h3.tag {
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.page {
    font-size: 14px;
    color: #767676;
    padding: 45px 0;
}

.page span:first-child {
    display: block;
    float: left;
    padding-left: 26px;
    background: url(../images/left2.png) no-repeat left center;
}

.page span:last-child {
    display: block;
    float: right;
    padding-right: 26px;
    background: url(../images/right2.png) no-repeat right center;
}

.page a {
    font-size: 14px;
    color: #767676;
}

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

    .page {
        padding: 20px 0;
    }

    .page span:first-child {
        float: none;
    }

    .page span:last-child {
        float: none;
        padding-left: 26px;
        padding-right: 0;
        background: url(../images/right2.png) no-repeat left center;
    }
}

.pageController {
    text-align: center;
    color: #505050;
    margin: 0 auto;
    margin: 2em 0;
    line-height: 24px;
}

.pageController a {
    background-color: #FFF;
    vertical-align: middle;
    border: #efefef 1px solid;
    color: #505050;
    padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
}

.pageController a:hover {
    background-color: #cabd9e;
    color: #fff;
    text-decoration: none;
    border: #efefef 1px solid;
}

.pageController .currPage {
    background-color: #cabd9e;
    color: #ff0000;
    border: #efefef 1px solid;
}

.pageController .t1 {
    float: left;
    margin-right: 5px;
    height: 24px;
    line-height: 22px;
    white-space: nowrap;
    display: none;
}

.pageController .t2 {
    vertical-align: middle;
    line-height: 39px;
}

.pageController .t2 #current {
    line-height: 39px;
    background-color: #cabd9e;
    vertical-align: middle;
    border: 1px solid #cabd9e;
    color: #fff;
    padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}

.pageController .t1 span {
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}

.pageController select {
    height: 24px;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    display: none;
}

.pageController select option {
    vertical-align: middle;
}



.m_f_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #c7bb9c;
    color: #fff;
    z-index: 9999;
    justify-content: center;
    width: 100%;
    display: none;

}

.m_f_fixed a {
    flex: 1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
}

.m_f_fixed a img {
    width: 25px;
    display: block;
    margin: 0 auto 0px;
}

#gotop {
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}

@media(max-width:1024px) {
    #gotop {
        display: none;
    }
}

@media(max-width:640px) {
    .m_f_fixed {
        display: flex;
    }

    footer {
        margin-bottom: 70px;
    }
}


.n_product_ti {
    background: #c2b799;
    text-align: center;
    padding: 60px 0;
    color: #fff;
}

.n_product_ti h2 {
    font-weight: normal;
    font-size: 50px;
    line-height: 1.8em;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.n_product_ti h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 5px;
    background: #fff;
}

.n_product_ti h2 span {
    font-size: 88px;
    font-family: 'Impact';
    text-transform: uppercase;
}

.n_product_ti h3 {
    font-weight: normal;
    font-size: 36px;
    font-family: 宋体;
}

.n_product_ti p {
    font-size: 18px;
    /*font-family: 'BritannicBold';  */
    font-family: 'Arial';
    font-weight: bold;
    line-height: 1.8em;
}

.n_product_list {}

.n_product_list li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.n_product_list li:nth-child(2n) {
    flex-direction: row;
}

.n_product_list li a.img {
    width: 50%;
}

.n_product_list li .text {
    width: 32%;
    padding: 100px 4.5% 0 13.5%;
    background: #f7f7f7;
}

.n_product_list li:nth-child(2n) .text {
    padding: 100px 13.5% 0 4.5%;
}

.n_product_list li .text h3 {
    font-weight: normal;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.n_product_list li .text h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background: #c5b99b;
}

.n_product_list li .text h3 a {
    display: block;
    font-size: 50px;
    color: #4c4c4c;
    text-transform: uppercase;
    line-height: 1.6em;
}

.n_product_list li .text h3 span {
    font-size: 32px;
    color: #4c4c4c;
    display: block;
}

.n_product_list li .text p {}

.n_product_list li .text a.more {
    display: block;
    width: 200px;
    line-height: 55px;
    font-size: 16px;
    color: #c5b99b;
    text-align: center;
    border: 1px solid #c5b99b;
    margin-top: 125px;
}

.n_product_list li .text a.more:hover {
    background: #c5b99b;
    color: #fff;
}

.x_title1 {
    background: url(../images/line1.png) no-repeat center;
    font-size: 30px;
    color: #4c4c4c;
    font-weight: normal;
    text-align: center;
    padding: 45px 0 30px 0;
}

.product_list_xgt {
    padding: 50px 0;
    background: #f5f5f5;
    margin-bottom: 35px;

}

.product_list_xgt .swiper-container {
    position: relative;
}

.swiper-button-next1 {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 9;
}

.swiper-button-prev1 {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9;
}

@media(max-width:1560px) {
    .n_product_list li .text {
        width: 40%;
        padding: 30px 5% 0;
    }

    .n_product_list li:nth-child(2n) .text {
        padding: 30px 5% 0;
    }

    .n_product_list li .text a.more {
        margin-top: 50px;
    }
}

@media(max-width:1440px) {

    /*.n_product_list li .text {*/
    /*    width: 42%;*/
    /*    padding: 30px 4% 0;*/
    /*}*/
    /*.n_product_list li:nth-child(2n) .text{*/
    /*    width: 42%;*/
    /*    padding: 30px 4% 0;*/
    /*}*/
    .n_product_list li .text h3 {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .n_product_list li .text h3 a {
        line-height: 1.6em;
        font-size: 42px;
    }

    .n_product_list li .text h3 span {
        font-size: 20px;
    }

    .n_product_list li .text a.more {
        margin-top: 30px;
        width: 160px;
        line-height: 45px;
    }

}

@media(max-width:1024px) {
    .n_product_list li .text {
        width: 44%;
        padding: 30px 3% 0;
    }

    .n_product_list li .text h3 {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .n_product_list li .text h3 a {
        font-size: 32px;
    }

    .n_product_list li .text h3 span {
        font-size: 20px;
    }

    .n_product_list li .text p {
        line-height: 1.8em;
    }

    .n_product_list li .text a.more {
        margin-top: 20px;
        width: 160px;
        line-height: 40px;
    }

    .n_product_list li:nth-child(2n) .text {
        padding: 30px 3% 0;
    }
}

@media(max-width:768px) {
    .x_title1 {

        font-size: 24px;
        padding: 20px 0;
    }

    .n_product_list li a.img {
        width: 100%;
    }

    .n_product_list li .text {
        width: 100%;
        padding: 30px 3%;
        box-sizing: border-box;
    }

    .n_product_list li:nth-child(2n) .text {
        width: 100%;
        padding: 30px 3%;
        box-sizing: border-box;
    }

    .product_list_xgt {
        padding: 20px 0;
    }

    .n_product_ti {
        padding: 30px 0;
    }

    .n_product_ti h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .n_product_ti h2 span {
        font-size: 50px;
    }

    .n_product_ti h3 {
        font-size: 24px;
    }

    .n_product_ti p {
        font-size: 16px;
    }
}

@media(max-width:640px) {
    .n_product_list li .text {
        padding: 20px 2%;
    }

    .n_product_list li:nth-child(2n) .text {
        padding: 20px 2%;
    }

    .n_product_list li .text h3 a {
        font-size: 24px;
    }

    .n_product_list li .text h3 span {
        font-size: 18px;
    }

    .n_product_list li .text h3 {
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .n_product_list li .text a.more {
        margin-top: 10px;
        width: 120px;
        font-size: 14px;
    }

    .x_title1 {
        background: none;
        font-size: 20px;
        padding: 10px 0;
    }

    .product_list_xgt {
        padding: 15px 0;
    }

    .n_product_ti {
        padding: 15px 0;
    }

    .n_product_ti h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .n_product_ti h2:after {
        margin-left: -20px;
        width: 40px;
        height: 2px;
    }

    .n_product_ti h2 span {
        font-size: 36px;
    }

    .n_product_ti h3 {
        font-size: 18px;
    }

    .n_product_ti p {
        font-size: 14px;
        font-weight: normal;
    }
}

.product_detail_list {
    padding: 45px 0;
}

.product_detail_list li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-bottom: 20px;
}

.product_detail_list li a.img {
    width: 39%;
}

.product_detail_list li .text {
    width: 59%;
    margin-right: 2%;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 50px 5% 0;
}

.product_detail_list li .text h2 {
    font-size: 40px;
    color: #4c4c4c;
    position: relative;
    margin-bottom: 20px;
}

.product_detail_list li .text h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 66px;
    height: 2px;
    background: #666;
}

.product_detail_list li .text p {
    font-size: 18px;
    color: #808080;
}

.more_a {
    margin-top: 85px;

}

.more_a a {
    display: block;
    width: 210px;
    line-height: 70px;
    text-align: center;
    font-size: 22px;
    background: #c2b799;
    color: #fff;
    float: left;
    margin-right: 55px;
}

.more_a a img {
    margin-right: 15px;
    display: inline-block;
}

.more_a a:hover {
    background: #b2a582;
}


.product_detail_list li:nth-child(2n) {
    flex-direction: row;
}

.product_detail_list li:nth-child(2n) .text {
    margin-right: 0;
    margin-left: 2%
}


.p_tabs {}

.p_tabs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}

.p_tabs ul li {
    flex: 1;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 80px;
    background: #999999;
    cursor: pointer;
}

.p_tabs ul li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
}

.p_tabs ul li:nth-child(3):after {
    opacity: 0;
}

.p_tabs ul li img {
    display: inline-block;
    margin-right: 20px;
}

.p_tabs ul li.on {
    background: #b2a582;
}

.p_tab1 {
    display: none;
    margin-bottom: 55px;
}

.p_sychg {
    padding: 0 0 40px 0;
}

.p_tab_title {
    font-size: 30px;
    padding-left: 30px;
    position: relative;
    line-height: 1em;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.p_tab_title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 30px;
    background: #c2b799;
}

.p_tab_title:after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 150px;
    height: 1px;
    background: #666;
}

.p_sychg .text {
    padding-left: 30px;
}

.p_sychg .text p {
    font-size: 18px;
}

.p_sychg_img {
    text-align: center;
}

.p_lykjd {
    background: #f5f5f5;
    padding: 55px 0;
}

.p_lykjd .container {
    position: relative;
}

.p_lykjd .text {
    position: absolute;
    top: 0;
    left: 0;
}

.p_lykjd .text p {
    padding-left: 20px;
    margin-left: 30px;
}

.p_lykjd .text p:nth-child(2) {
    font-size: 18px;
    background: url(../images/yd1.png) no-repeat left center;
}

.p_lykjd_img {
    text-align: center;
}

@media(max-width:1440px) {

    .more_a {
        margin-top: 50px;
    }

    .more_a a {
        margin-right: 30px;
    }

    .p_sychg {
        padding: 0 3% 30px 3%;
    }

    .p_lykjd .text {
        left: 3%;
    }
}

@media(max-width:1024px) {
    .product_detail_list li .text {
        padding: 30px 5% 0;
    }

    .product_detail_list li .text h2 {
        font-size: 32px;
    }

    .more_a {
        margin-top: 30px;
    }
}

@media(max-width:768px) {
    .p_tab1 {
        margin-bottom: 10px;
    }

    .product_detail_list li .text {
        width: 59%;
        padding: 20px 3% 0;
    }

    .product_detail_list li .text h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .more_a {
        margin-top: 10px;
    }

    .more_a a {
        margin-right: 10px;
        width: 170px;
        line-height: 60px;
        font-size: 20px;
    }

    .p_lykjd .text {
        position: relative;
    }

    .p_tabs ul li {
        font-size: 24px;
        line-height: 60px;
    }

    .p_tabs ul li img {
        margin-right: 10px;
        width: 30px;
    }
}

@media(max-width:640px) {
    .product_detail_list li a.img {
        width: 100%;
        text-align: center;
    }

    .product_detail_list li .text {
        width: 100%;
        padding: 20px 2%;
        margin-right: 0%;
    }

    .product_detail_list li .text h2 {
        font-size: 20px;
    }

    .product_detail_list li .text h2:after {
        width: 60px;
    }

    .product_detail_list li .text p {
        font-size: 14px;
    }

    .more_a a {
        width: 130px;
        font-size: 16px;
        line-height: 40px;
    }

    .more_a a img {
        width: 24px;
        margin-right: 10px;
    }

    .product_detail_list li:nth-child(2n) .text {
        margin-left: 0;
    }

    .product_detail_list {
        padding: 20px 0 0 0;
    }

    .p_tabs ul {
        margin-bottom: 15px;
    }

    .p_tabs ul li {
        font-size: 16px;
        line-height: 50px;
    }

    .p_tabs ul li img {
        margin-right: 5px;
        width: 22px;
    }

    .p_tab_title {
        font-size: 18px;
        padding-bottom: 0px;
        margin-bottom: 10px;
        padding-left: 25px;
    }

    .p_tab_title:after {
        opacity: 0;
    }

    .p_tab_title:before {
        height: 20px;
    }

    .p_sychg .text p {
        font-size: 14px;
    }

    .p_lykjd {
        padding: 20px 0;
    }

    .p_lykjd .container {
        padding: 0 2%;
    }

    .p_lykjd .text {
        left: 0;
    }

    .p_lykjd .text p:nth-child(2) {
        font-size: 16px;
    }

    .p_lykjd_img {
        margin-top: 10px;
    }

    .p_sychg {
        padding: 0 2% 20px 2%;
    }

    .p_lykjd .text p {
        margin-left: 5px;
    }

}

/*定制电梯*/
.dzdt_container {
    position: relative;
    width: 100%;
    padding: 55px 0;
    background: #f5f5f5;
}

.dzdt_l {
    width: 17%;
    float: right;
    background: #c2b799;
    padding: 30px 20px;
    box-sizing: border-box;
}

.dzdt_l h2 {
    font-size: 40px;
    color: #fff;
    font-weight: normal;
    padding-bottom: 30px;
}

.dztab {}

.dztab li {
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #fff;
    line-height: 50px;
    text-indent: 30px;
    margin-bottom: 20px;
    cursor: pointer;
}

.dztab li:hover {
    background: #fff;
    color: #666;
}

.dztab li.on {
    background: #fff;
    color: #666;
}

.dz_code {
    text-align: center;
    padding: 35px 0;
}

.dzdt_l a {
    display: block;
    margin: 0 auto;
    width: 190px;
    line-height: 48px;
    background-color: #5a5a5a;
    color: #fff;
    font-size: 18px;
    text-align: center
}

.dzdt_l a img {
    display: inline-block;
    margin-right: 8px;
}

.dzdt_r {
    width: 73%;
    float: left;
    margin: 0 5%;
    position: relative;
    box-sizing: border-box;
}

.dztabli1 {
    display: none;
}

/*框架*/
.kj_list {
    height: 100vh;
    position: relative;
    z-index: 1;
}

.kj_list li {
    text-align: center;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}

/*.kj_list li:hover{*/
/*    z-index: 3;*/
/*}*/
.kj_list li img {
    transform: scale(1);
    /*transition: all 0.6s ease-out;*/
    height: 207px;
}

.kj_list li p {
    font-size: 20px;
}

.kj_list li .xs {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    z-index: 999;
}

.kj_list li .xs img {
    transform: scale(0.7);
    height: 100%;
}

.kj_list li .xs p {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 10%;
    color: #fff;
}

.kj_list li.on {
    z-index: 9;
}

.kj_list li:nth-child(1) {
    left: 40%;
    top: 0;
}

.kj_list li:nth-child(2) {
    left: 60%;
    top: 20%;
}

.kj_list li:nth-child(3) {
    left: 51%;
    top: 55%;
}

.kj_list li:nth-child(4) {
    left: 29%;
    top: 55%;
}

.kj_list li:nth-child(5) {

    left: 20%;
    top: 20%;
}

.kj_list li:nth-child(6) {

    left: 40%;
    top: 28%;
}

/**/
.ceban_l {
    width: 38%;
    float: left;
}

.dztabli1 h2 {
    display: flex;
    justify-content: center;
    font-size: 30px;
    color: #050101;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 120px;
}

.dztabli1 h2 span {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #c5b89b;
    margin-right: 20px;
    margin-top: 4px;
}

.ceban_l h2 {}

.ceban_l ul li {
    display: flex;
    margin-bottom: 15px;
    line-height: 220px;
}

.ceban_l ul li img {
    width: 220px;
    height: 220px;
}

.ceban_l ul li p {
    font-size: 30px;
    color: #050101;
    line-height: 220px;
    display: flex;
}

.ceban_l ul li p span {
    font-size: 22px;
    margin-left: 10px;
}

.ceban_l ul li .xs {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 999;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10% 0;
}

.ceban_l ul li .xs img {
    max-height: 100%;
}

.ceban_r {
    width: 60%;
    float: right;
}

.ceban_r h2 {
    text-align: center;
}

/*门板*/
.dztab5 {}

.dztab5 li {
    font-size: 16px;
    color: #4c4c4c;
    max-height: 101px;
    display: inline-block;
    text-align: right;
    padding: 25px 120px 25px 0;
    line-height: 1.6em;
    position: absolute;
    cursor: pointer;
}

.dztab5 li.on {
    color: #c2b799;
    font-weight: bold;
}

.dztab6 li {
    font-size: 16px;
    color: #4c4c4c;
    max-height: 101px;
    display: inline-block;
    text-align: right;
    padding: 25px 120px 25px 0;
    line-height: 1.6em;
    position: absolute;
    cursor: pointer;
}

.dztab6 li.on {
    color: #c2b799;
    font-weight: bold;
}

.dztab5 li:nth-child(1) {
    background: url(../images/mb_icon1.png) no-repeat right center;
    right: 0;
    top: 5px;
}

.dztab6 li:nth-child(1) {
    background: url(../images/mb_icon1.png) no-repeat right center;
    right: 0;
    top: 5px;
}

.dztab5 li:nth-child(2) {
    background: url(../images/mb_icon2.png) no-repeat right center;
    right: 0;
    top: 130px;
}

.dztab6 li:nth-child(2) {
    background: url(../images/mb_icon6.png) no-repeat right center;
    right: 0;
    top: 130px;
}

.dztab5 li:nth-child(3) {
    background: url(../images/mb_icon3.png) no-repeat right center;
    right: 0;
    top: 260px;
}

.dztab6 li:nth-child(3) {
    background: url(../images/mb_icon9.png) no-repeat right center;
    right: 0;
    top: 260px;
}

.dztab5 li:nth-child(4) {
    background: url(../images/mb_icon4.png) no-repeat right center;
    right: 0;
    top: 390px;
}

.dztab6 li:nth-child(4) {
    background: url(../images/mb_icon12.png) no-repeat right center;
    right: 0;
    top: 390px;
}

.dztab5 li:nth-child(5) {
    background: url(../images/mb_icon5.png) no-repeat right center;
    right: 0;
    top: 520px;
}

.dztab6 li:nth-child(5) {
    background: url(../images/mb_icon15.png) no-repeat right center;
    right: 0;
    top: 520px;
}

.dztab5 li:nth-child(6) {
    background: url(../images/mb_icon6.png) no-repeat right center;
    right: 0;
    top: 650px;
}

.dztab6 li:nth-child(6) {
    background: url(../images/mb_icon16.png) no-repeat right center;
    right: 0;
    top: 650px;
}

.dztab5 li:nth-child(7) {
    background: url(../images/mb_icon7.png) no-repeat right center;
    right: 0;
    top: 780px;
}

.dztab5 li:nth-child(8) {
    background: url(../images/mb_icon8.png) no-repeat right center;
    right: 0;
    top: 920px;
}

.dztab5 li:nth-child(9) {
    background: url(../images/mb_icon9.png) no-repeat left center;
    text-align: left;
    padding: 40px 0 40px 120px;
    left: 0;

    top: 5px;
}

.dztab5 li:nth-child(10) {
    background: url(../images/mb_icon10.png) no-repeat left center;
    text-align: left;
    padding: 40px 0 40px 120px;
    left: 0;
    top: 130px;
}

.dztab5 li:nth-child(11) {
    background: url(../images/mb_icon11.png) no-repeat left center;
    text-align: left;
    padding: 40px 0 40px 120px;
    left: 0;
    top: 260px;
}

.dztab5 li:nth-child(12) {
    background: url(../images/mb_icon12.png) no-repeat left center;
    text-align: left;
    padding: 40px 0 40px 120px;
    left: 0;
    top: 390px;
}

.dztab5 li:nth-child(13) {
    background: url(../images/mb_icon13.png) no-repeat left center;
    text-align: left;
    padding: 40px 0 40px 120px;
    left: 0;
    top: 520px;
}

.dztab5 li:nth-child(14) {
    background: url(../images/mb_icon14.png) no-repeat left center;
    text-align: left;
    padding: 40px 0 40px 120px;
    left: 0;
    top: 650px;
}

.dztab5 li:nth-child(15) {
    background: url(../images/mb_icon15.png) no-repeat left center;
    text-align: left;
    padding: 40px 0 40px 120px;
    left: 0;
    top: 780px;
}

.dztab5 li:nth-child(16) {
    background: url(../images/mb_icon16.png) no-repeat left center;
    text-align: left;
    padding: 40px 0 40px 120px;
    left: 0;
    top: 920px;
}

.dztabli5 {
    display: none;
}

.dztabli5 {
    width: 57%;
    margin: 0 auto;
    text-align: center;
}

.dztabli6 {
    width: 57%;
    margin: 0 auto;
    text-align: center;
}

.cop_list {}

.cop_list2 {
    padding-top: 70px;
}

.cop_list p {}

.cop_list p:nth-child(1) {
    float: left;
    width: 30%;
}

.cop_list p:nth-child(2) {
    float: right;
    width: 65%;
}

.cop_list p:nth-child(3) {
    float: left;
    width: 40%;
}

.cop_list p:nth-child(4) {
    float: right;
    width: 55%;
}

.wh_content {
    display: flex;
    flex-wrap: wrap;
}

.wh1 {
    width: 50%;
    position: relative;
}

.wh_title {
    position: absolute;
    top: 0;
    right: 5%;
}

.wh_tab {}

.wh_tab li {
    position: absolute;
}

.wh_tab li:nth-child(1) {
    left: 150px;
    top: 0;
}

.wh_tab li:nth-child(2) {
    left: 235px;
    top: 75px;
}

.wh_tab li:nth-child(3) {
    top: 185px;
    left: 255px;
}

.wh_tab li:nth-child(4) {
    top: 285px;
    left: 200px;
}

.wh_tab li:nth-child(5) {
    top: 330px;
    left: 90px;
}

.whtab {
    display: none;
    padding: 80px 0;
}

.wh2 {
    width: 70%;
    margin-left: 15%;
}

.wh3 {
    width: 70%;
    margin-top: 1%;
    margin-left: 15%;
}

.wh4 {
    width: 70%;
    margin-top: 1%;
    margin-left: 15%;
}

.wh5 {
    width: 70%;
    margin-top: 1%;
    margin-left: 15%;
}

.mbs {
    display: flex;
    flex-wrap: wrap;
}

.mbs1 {
    /*display: flex;*/
    width: 50%;
    padding-left: 10%
        /*flex-wrap: wrap;*/
}

.mbs1 span {
    vertical-align: top;
    display: inline-block;
    padding-top: 15px;
    margin-left: 10px;
    text-align: center;
}

.mbs1 span img {}

.mbs2 {
    width: 30%;
    padding: 0 5%;
    color: #576d80;
    text-align: right;
}

.mbs2 h3 {
    font-size: 50px;
    font-weight: normal
}

.mbs2 p {
    font-size: 16px;
    line-height: 1.6em;
}

.mbs3 {
    width: 40%;
    padding-top: 70px;
}

.mbs4 {
    width: 40%;
    margin-left: 20%;
    padding-top: 70px;
}

/*B系列 厅门门板*/
.dztmmbtab {}

.dztmmbtab li {
    font-size: 16px;
    color: #4c4c4c;
    max-height: 101px;
    display: inline-block;
    text-align: right;
    /* padding: 25px 120px 25px 0; 有图片*/
    padding: 25px 25px 25px 0;
    line-height: 1.6em;
    position: absolute;
    cursor: pointer;
}

.dztmmbtab2 li {
    font-size: 16px;
    color: #4c4c4c;
    max-height: 101px;
    display: inline-block;
    text-align: right;
    /* padding: 25px 120px 25px 0; 有图片*/
    padding: 25px 25px 25px 0;
    line-height: 1.6em;
    position: absolute;
    cursor: pointer;
}

.dztmmbtab li.on {
    color: #c2b799;
    font-weight: bold;
}

.dztmmbtab2 li.on {
    color: #c2b799;
    font-weight: bold;
}

.dztmmbtab li:nth-child(1) {
    background: url(../images/mb_icon9.png) no-repeat left center;
    right: 50px;
    top: 5px;
    padding: 50px 0 50px 105px;
}

.dztmmbtab2 li:nth-child(1) {
    background: url(../images/mb_icon1.png) no-repeat left center;
    right: 126px;
    top: 5px;
    text-align: right;
    padding: 40px 0 40px 120px;
}

.dztmmbtab li:nth-child(2) {
    background: url(../images/mb_icon11.png) no-repeat left center;
    right: 50px;
    top: 180px;
    padding: 50px 0 50px 105px;
}

.dztmmbtab2 li:nth-child(2) {
    background: url(../images/mb_icon8.png) no-repeat left center;
    right: 126px;
    top: 180px;
    text-align: right;
    padding: 40px 0 40px 120px;
}

.dztmmbtab li:nth-child(3) {
    background: url(../images/mb_icon13.png) no-repeat left center;
    right: 50px;
    top: 360px;
    padding: 50px 0 50px 105px;
}

.dztmmbtab2 li:nth-child(3) {
    background: url(../images/mb_icon15.png) no-repeat left center;
    right: 60px;
    top: 360px;
    text-align: right;
    padding: 40px 0 40px 120px;
}

.dztmmbtab li:nth-child(4) {
    background: url(../images/mb_icon10.png) no-repeat left center;
    right: 50px;
    top: 540px;
    padding: 50px 0 50px 105px;
}

.dztmmbtab2 li:nth-child(4) {
    background: url(../images/mb_icon6.png) no-repeat left center;
    right: 70px;
    top: 540px;
    text-align: right;
    padding: 40px 0 40px 120px;
}

.dztmmbtab li:nth-child(5) {
    background: url(../images/mb_icon14.png) no-repeat left center;
    right: 50px;
    top: 720px;
    padding: 50px 0 50px 105px;
}

.dztmmbtab2 li:nth-child(5) {
    background: url(../images/mb_icon7.png) no-repeat left center;
    right: 38px;
    top: 720px;
    text-align: right;
    padding: 40px 0 40px 120px;
}

.dztmmbtab li:nth-child(6) {
    background: url(../images/mb_icon12.png) no-repeat left center;
    text-align: left;
    padding: 40px 0 40px 120px;
    left: 0;
    top: 5px;
}

.dztmmbtab2 li:nth-child(6) {
    background: url(../images/mb_icon16.png) no-repeat left center;
    text-align: left;
    padding: 40px 0 40px 120px;
    left: 0;
    top: 5px;
}

.dztmmbtab li:nth-child(7) {
    /* background: url(../images/mb_icon7.png) no-repeat left center; */
    text-align: left;
    padding: 40px 0 40px 120px;
    left: 0;
    top: 180px;
}

.dztmmbtab2 li:nth-child(7) {
    background: url(../images/mb_icon5.png) no-repeat top center;
    text-align: left;
    padding: 30px 0 40px 250px;
    left: -130px;
    top: 180px;
}

.dztmmbtab li:nth-child(8) {
    /* background: url(../images/mb_icon7.png) no-repeat left center; */
    text-align: left;
    padding: 40px 0 40px 120px;
    left: 0;
    top: 360px;
}

.dztmmbtab2 li:nth-child(8) {
    background: url(../images/VSTST08.png) no-repeat top left;
    text-align: left;
    padding: 40px 0 40px 120px;
    left: 0;
    top: 360px;
}

.dztmmbtab li:nth-child(9) {
    /* background: url(../images/mb_icon7.png) no-repeat left center; */
    text-align: left;
    padding: 40px 0 40px 120px;
    left: 0;
    top: 540px;
}

.dztmmbtab2 li:nth-child(9) {
    background: url(../images/VSTST09.png) no-repeat top left;
    text-align: left;
    padding: 40px 0 40px 120px;
    left: 0;
    top: 540px;
}

.dztmmbtab li:nth-child(10) {
    /* background: url(../images/mb_icon7.png) no-repeat left center; */
    text-align: left;
    padding: 40px 0 40px 120px;
    left: 0;
    top: 720px;
}

.dztmmbtab2 li:nth-child(10) {
    background: url(../images/VSTST10.png) no-repeat top left;
    text-align: left;
    padding: 40px 0 40px 120px;
    left: 0;
    top: 720px;
}

.dztmmbtabli {
    display: none;
}

.dztmmbtabli2 {
    display: none;
}

.dztmmbtabli {
    width: 57%;
    margin: 0 auto;
    text-align: center;
}

.dztmmbtabli2 {
    width: 57%;
    margin: 0 auto;
    text-align: center;
}

.dztmmbtabli-bxg {
    width: 46%;
    margin: 0 auto;
    text-align: center;
}


@media(max-width:1560px) {
    .dzdt_l h2 {
        font-size: 32px;
    }

    .mbs1 {
        padding-left: 8%;
    }

    .ceban_l ul li .img1 {
        width: 220px;
    }

    .dztabli5 {
        width: 46%;
    }

    .dztab5 li:nth-child(1) {}

    .dztab5 li:nth-child(2) {
        top: 80px;
    }

    .dztab5 li:nth-child(3) {
        top: 160px;
    }

    .dztab5 li:nth-child(4) {
        top: 240px;
    }

    .dztab5 li:nth-child(5) {
        top: 320px;
    }

    .dztab5 li:nth-child(6) {
        top: 400px;
    }

    .dztab5 li:nth-child(7) {
        top: 480px;
    }

    .dztab5 li:nth-child(8) {
        top: 560px;
    }

    .dztab5 li:nth-child(9) {}

    .dztab5 li:nth-child(10) {
        top: 80px;
    }

    .dztab5 li:nth-child(11) {
        top: 160px;
    }

    .dztab5 li:nth-child(12) {
        top: 240px;
    }

    .dztab5 li:nth-child(13) {
        top: 320px;
    }

    .dztab5 li:nth-child(14) {
        top: 400px;
    }

    .dztab5 li:nth-child(15) {
        top: 480px;
    }

    .dztab5 li:nth-child(16) {
        top: 560px;
    }

    /* b系列 厅门门板 */
    .dztmmbtabli {
        width: 46%;
    }

    .dztmmbtab li:nth-child(1) {}

    .dztmmbtab li:nth-child(2) {
        top: 140px;
    }

    .dztmmbtab li:nth-child(3) {
        top: 280px;
    }

    .dztmmbtab li:nth-child(4) {
        top: 420px;
    }

    .dztmmbtab li:nth-child(5) {
        top: 560px;
    }

    .dztmmbtab li:nth-child(6) {}

    .dztmmbtab li:nth-child(7) {
        top: 140px;
    }

    .dztmmbtab li:nth-child(8) {
        top: 280px;
    }

    .dztmmbtab li:nth-child(9) {
        top: 420px;
    }

    .dztmmbtab li:nth-child(10) {
        top: 560px;
    }
}

@media(max-width:1440px) {
    .dzdt_l h2 {
        font-size: 28px;
    }

    .mbs1 {
        padding-left: 5%;
        width: 55%;
    }

    .dztabli5 {
        width: 42%;
    }

    .dztabli6 {
        width: 42%;
    }

    .dztab5 li {
        background-size: 80px 80px !important;
        max-height: 80px;
    }

    .dztab6 li {
        background-size: 80px 80px !important;
        max-height: 80px;
    }

    .dztab5 li:nth-child(1) {
        padding: 30px 100px 30px 0;
    }

    .dztab6 li:nth-child(1) {
        padding: 30px 100px 30px 0;
    }

    .dztab5 li:nth-child(2) {
        top: 100px;
        padding: 30px 100px 30px 0;
    }

    .dztab6 li:nth-child(2) {
        top: 100px;
        padding: 30px 100px 30px 0;
    }

    .dztab5 li:nth-child(3) {
        top: 200px;
        padding: 30px 100px 30px 0;
    }

    .dztab6 li:nth-child(3) {
        top: 200px;
        padding: 30px 100px 30px 0;
    }

    .dztab5 li:nth-child(4) {
        top: 300px;
        padding: 30px 100px 30px 0;
    }

    .dztab6 li:nth-child(4) {
        top: 300px;
        padding: 30px 100px 30px 0;
    }

    .dztab5 li:nth-child(5) {
        top: 400px;
        padding: 30px 100px 30px 0;
    }

    .dztab6 li:nth-child(5) {
        top: 400px;
        padding: 30px 100px 30px 0;
    }

    .dztab5 li:nth-child(6) {
        /*top: 0px;          */
        padding: 30px 0 30px 100px;
    }

    .dztab6 li:nth-child(6) {
        /*top: 0px;          */
        padding: 30px 0 30px 100px;
    }

    .dztab5 li:nth-child(7) {
        top: 100px;
        padding: 30px 0 30px 100px;
    }

    /* b系列 厅门门板 */
    .dztmmbtabli {
        width: 42%;
    }

    .dztmmbtab li {
        background-size: 80px 80px !important;
        max-height: 80px;
    }

    .dztmmbtab li:nth-child(1) {
        padding: 30px 100px 30px 0;
    }

    .dztmmbtab li:nth-child(2) {
        top: 100px;
        padding: 30px 100px 30px 0;
    }

    .dztmmbtab li:nth-child(3) {
        top: 200px;
        padding: 30px 100px 30px 0;
    }

    .dztmmbtab li:nth-child(4) {
        top: 300px;
        padding: 30px 100px 30px 0;
    }

    .dztmmbtab li:nth-child(5) {
        top: 400px;
        padding: 30px 100px 30px 0;
    }

    .dztmmbtab li:nth-child(6) {
        /*top: 0px;          */
        padding: 30px 0 30px 100px;
    }

    .dztmmbtab li:nth-child(7) {
        top: 100px;
        padding: 30px 0 30px 100px;
    }

    .dztmmbtab li:nth-child(8) {
        top: 200px;
        padding: 30px 0 30px 100px;
    }

    .dztmmbtab li:nth-child(9) {
        top: 300px;
        padding: 30px 0 30px 100px;
    }

    .dztmmbtab li:nth-child(10) {
        top: 400px;
        padding: 30px 0 30px 100px;
    }


    .ceban_l ul li p {
        font-size: 24px;
    }
}

@media(max-width:1300px) {
    .dzdt_l {
        width: 17%;
        padding: 20px 10px;
    }

    .dzdt_l h2 {
        font-size: 22px;
        padding-bottom: 15px;
    }

    .dzdt_l a {
        width: 100%;
    }

    .dztab li {
        line-height: 40px;
        font-size: 16px;
        text-indent: 20px;

    }

    .kj_list li {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        width: 33.333%;
    }

    .dztabli1 h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .ceban_l {
        width: 100%;
        float: none;
    }

    .ceban_l h2 {
        justify-content: left;
    }

    .ceban_l ul {
        display: flex;
    }

    .ceban_l ul li {
        width: 50%;
        line-height: 180px;
    }

    .ceban_l ul li img {
        width: 180px;
        height: 180px;
    }

    .ceban_l ul li p {
        line-height: 200px;
    }

    .ceban_r {
        width: 100%;
        float: none;
    }

    .ceban_r h2 {
        justify-content: left;
    }

    .dztab5 {
        display: flex;
        flex-wrap: wrap;
    }

    .dztab6 {
        display: flex;
        flex-wrap: wrap;
    }

    .dztab5 li {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        padding: 90px 0 0 0 !important;
        text-align: center !important;
        width: 24%;
        margin-bottom: 20px;
    }

    .dztab6 li {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        padding: 90px 0 0 0 !important;
        text-align: center !important;
        width: 24%;
        margin-bottom: 20px;
    }

    .dztab5 li:nth-child(1) {
        background: url(../images/mb_icon1.png) no-repeat top center;
    }

    .dztab6 li:nth-child(1) {
        background: url(../images/mb_icon1.png) no-repeat top center;
    }

    .dztab5 li:nth-child(2) {
        background: url(../images/mb_icon2.png) no-repeat top center;

    }

    .dztab6 li:nth-child(2) {
        background: url(../images/mb_icon6.png) no-repeat top center;
    }

    .dztab5 li:nth-child(3) {
        background: url(../images/mb_icon3.png) no-repeat top center;

    }

    .dztab6 li:nth-child(3) {
        background: url(../images/mb_icon9.png) no-repeat top center;
    }

    .dztab5 li:nth-child(4) {
        background: url(../images/mb_icon4.png) no-repeat top center;

    }

    .dztab6 li:nth-child(4) {
        background: url(../images/mb_icon12.png) no-repeat top center;
    }

    .dztab5 li:nth-child(5) {
        background: url(../images/mb_icon5.png) no-repeat top center;

    }

    .dztab6 li:nth-child(5) {
        background: url(../images/mb_icon15.png) no-repeat top center;
    }

    .dztab5 li:nth-child(6) {
        background: url(../images/mb_icon6.png) no-repeat top center;

    }

    .dztab6 li:nth-child(6) {
        background: url(../images/mb_icon16.png) no-repeat top center;

    }

    .dztab5 li:nth-child(7) {
        background: url(../images/mb_icon7.png) no-repeat top center;

    }

    .dztab5 li:nth-child(8) {
        background: url(../images/mb_icon8.png) no-repeat top center;

    }

    .dztab5 li:nth-child(9) {
        background: url(../images/mb_icon9.png) no-repeat top center;

    }

    .dztab5 li:nth-child(10) {
        background: url(../images/mb_icon10.png) no-repeat top center;

    }

    .dztab5 li:nth-child(11) {
        background: url(../images/mb_icon11.png) no-repeat top center;

    }

    .dztab5 li:nth-child(12) {
        background: url(../images/mb_icon12.png) no-repeat top center;

    }

    .dztab5 li:nth-child(13) {
        background: url(../images/mb_icon13.png) no-repeat top center;

    }

    .dztab5 li:nth-child(14) {
        background: url(../images/mb_icon14.png) no-repeat top center;

    }

    .dztab5 li:nth-child(15) {
        background: url(../images/mb_icon15.png) no-repeat top center;

    }

    .dztab5 li:nth-child(16) {
        background: url(../images/mb_icon16.png) no-repeat top center;

    }


    .dztabli5 {
        width: 40%;
    }

    /* b系列 厅门门板 */
    .dztmmbtab,
    .dztmmbtab2 {
        display: flex;
        flex-wrap: wrap;
    }

    .dztmmbtab li,
    .dztmmbtab2 li {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        padding: 90px 0 0 0 !important;
        text-align: center !important;
        width: 24%;
        margin-bottom: 20px;
    }

    .dztmmbtab li:nth-child(1) {
        background: url(../images/mb_icon9.png) no-repeat top center;
    }

    .dztmmbtab2 li:nth-child(1) {
        background: url(../images/mb_icon1.png) no-repeat top center;
    }

    .dztmmbtab li:nth-child(2) {
        background: url(../images/mb_icon11.png) no-repeat top center;
    }

    .dztmmbtab2 li:nth-child(2) {
        background: url(../images/mb_icon8.png) no-repeat top center;
    }

    .dztmmbtab li:nth-child(3) {
        background: url(../images/mb_icon13.png) no-repeat top center;
    }

    .dztmmbtab2 li:nth-child(3) {
        background: url(../images/mb_icon13.png) no-repeat top center;
    }

    .dztmmbtab li:nth-child(4) {
        background: url(../images/mb_icon10.png) no-repeat top center;
    }

    .dztmmbtab2 li:nth-child(4) {
        background: url(../images/mb_icon7.png) no-repeat top center;
    }

    .dztmmbtab li:nth-child(5) {
        background: url(../images/mb_icon14.png) no-repeat top center;
    }

    .dztmmbtab li:nth-child(6) {
        background: url(../images/mb_icon12.png) no-repeat top center;
    }

    .dztmmbtab li:nth-child(7) {
        /* background: url(../images/mb_icon7.png) no-repeat top center; */
    }

    .dztmmbtab li:nth-child(8) {
        /* background: url(../images/mb_icon7.png) no-repeat top center; */
    }

    .dztmmbtab li:nth-child(9) {
        /* background: url(../images/mb_icon7.png) no-repeat top center; */
    }

    .dztmmbtab li:nth-child(10) {
        /* background: url(../images/mb_icon7.png) no-repeat top center; */
    }

    .dztmmbtabli {
        width: 40%;
    }


    .wh1 {
        width: 100%;
    }

    .wh2 {
        width: 100%;
        margin: 30px 0 15px 0;
        text-align: center;
    }

    .wh3 {
        width: 100%;
        text-align: center;
    }

    .wh4 {
        width: 100%;
        margin-left: 0;

        text-align: center;
    }

    .wh5 {
        width: 100%;
        margin-left: 0;

        text-align: center;
    }

    .mbs1 {
        padding-left: 0;
        width: 100%;
    }

    .mbs2 {
        text-align: left;
        width: 40%;
    }

    .mbs3 {
        width: 50%;
        padding-top: 0;
    }

    .mbs4 {
        width: 100%;
        margin-left: 0%;
        padding-top: 30px;
    }

    .dzdt_r {
        width: 77%;
        margin: 0 3%;
    }

    .dz_code {
        padding: 20px 0;
    }

    .kj_list li {
        width: 32%;
    }

    .kj_list li a.img {
        display: block;
        overflow: hidden;
    }

    .kj_list li a.img img {
        height: 100%;
        width: 100%;
    }
}

@media(max-width:1199px) {
    .dztabli5 {
        width: 40%;
    }

    .dztabli6 {
        width: 40%;
    }

    .dztmmbtabli {
        width: 40%;
    }
}

@media(max-width:768px) {
    .dzdt_r {
        width: 78%;
        margin: 0 1%;
    }

    .dzdt_l {
        width: 20%;
    }

    .dzdt_l h2 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .dztab li {
        margin-bottom: 10px;
    }

    .dz_code {
        padding: 15px 0;
    }

    .dzdt_l a {
        font-size: 16px;
    }

    .ceban_l ul li {
        line-height: 100px;
    }

    .ceban_l ul li img {
        width: 100px;
        height: 100px;
    }

    .ceban_l ul li p {
        line-height: 120px;
        font-size: 24px;
    }

    .ceban_l ul li p span {
        font-size: 18px;
    }

    .ceban_r {
        margin-top: 20px;
    }

    .dztabli1 h2 {
        margin-bottom: 20px;
    }
}

@media(max-width:640px) {
    .dzdt_container {
        padding: 20px 0;
    }

    .dztab {
        display: flex;
        flex-wrap: wrap;
    }

    .dztab li {
        width: 48%;
        margin: 1%;
    }

    .dz_code {
        display: none;
    }

    .dzdt_l a {
        margin-top: 10px;
    }

    .dzdt_l {
        width: 100%;
        float: none;
    }

    .dzdt_r {
        width: 100%;
        float: none;
        box-sizing: border-box;
        margin: 0;
        padding: 2%;
    }

    .kj_list li {
        width: 49%;
    }

    .ceban_l ul {
        flex-wrap: wrap;
    }

    .ceban_l ul li {
        width: 100%;
        line-height: 100px;
    }

    .ceban_l ul li img {
        width: 100px;
        height: 100px;
    }

    .ceban_l ul li p {
        line-height: 100px;
        margin-left: 10px;
    }

    .dztabli1 h2 span {
        margin-right: 10px;
        margin-top: 10px;
        width: 15px;
        height: 15px;
    }

    .ceban_l ul li {
        margin-bottom: 10px;
    }

}

.jx {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 45px;
}

.jx h1 {
    font-size: 30px;
    padding-right: 30px;
    position: relative;
    line-height: 52px;
    font-weight: normal;
    margin-left: 55px;
}

.jx h1:after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    width: 15px;
    height: 30px;
    background: #c2b799;
}

.jx_tab {
    display: flex;
}

.jx_tab li {
    width: 150px;
    line-height: 52px;
    border: 1px solid #4d4d4d;
    font-size: 18px;
    color: #4d4d4d;
    margin-left: 20px;
    text-align: center;
    cursor: pointer;
}

.jx_tab li.on {
    background: #4d4d4d;
    color: #fff;
}

.jxtab {
    display: none;
    position: relative;
}

.jx_tab_list {
    width: 10%;
    position: absolute;
    right: 0;
    top: 0;
}

.jx_tab_list2 {
    width: 15%;
    position: absolute;
    right: 0;
    top: 0;
}

.db_tab_list1 {
    width: 100%;
    position: absolute;
    list-style: none;

}

.jx_tab_list li,
.jx_tab_list2 li {
    text-align: center;
    width: 100%;
    position: relative;
    cursor: pointer;
    z-index: 1;
    line-height: 50px;
    margin-bottom: 10px;
}

.jx_tab_list li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 10px;
    transition: all 0.6s;
    z-index: -1;
}

.jx_tab_list2 li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 10px;
    transition: all 0.6s;
    z-index: -1;
}

.jx_tab_list li:nth-child(1):after {
    background: #818487;
}

.jx_tab_list2 li:nth-child(1):after {
    background: #818487;
}


.jx_tab_list li:nth-child(2):after {
    background: #52799e;
}

.jx_tab_list2 li:nth-child(2):after {
    background: #52799e;
}

.jx_tab_list li:nth-child(3):after {
    background: #97887f;
}

.jx_tab_list2 li:nth-child(3):after {
    background: #97887f;
}

.jx_tab_list li:nth-child(4):after {
    background: #a4ac96;
}

.jx_tab_list li:nth-child(5):after {
    background: #bdae90;
}

.jx_tab_list li:nth-child(6):after {
    background: #e9e9e9;
}

.jx_tab_list li:nth-child(7):after {
    background: #be4139;
}

.jx_tab_list li:nth-child(8):after {
    background: #7CFC00;
}

.jx_tab_list li:nth-child(9):after {
    background: #794271;
}

.jx_tab_list li:nth-child(10):after {
    background: #36f59c;
}

.jx_tab_list li:nth-child(11):after {
    background: #df4667;
}

.jx_tab_list li:nth-child(12):after {
    background: #d4cc5b;
}

.jx_tab_list li:nth-child(13):after {
    background: #e079ca;
}

.jx_tab_list li:nth-child(14):after {
    background: #b48f3d;
}

.jx_tab_list li:nth-child(15):after {
    background: #7ec6d8;
}

.jx_tab_list li:hover {
    color: #fff;
}

.jx_tab_list li:hover:after {
    width: 100%;
    transition: all 0.6s;
}

.jx_tab_list li.on {
    color: #fff;
}

.jx_tab_list li.on:after {
    width: 100%;
    transition: all 0.6s;
    /*opacity: 0;*/
}

.kjtab2 {
    width: 100%;
    display: none;
}

.jxtab2 {
    width: 100%;
    display: none;
}

.jxtab3 {
    width: 100%;
    display: none;
}

.jx_img {
    width: 85%;
    margin-right: 15%;
}

.tmmbtab2 {
    width: 100%;
    display: none;
}

.tmmbtab3 {
    width: 100%;
    display: none;
}



.db {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 45px;
}

.db h1 {
    font-size: 30px;
    padding-right: 30px;
    position: relative;
    line-height: 52px;
    font-weight: normal;
    margin-left: 55px;
}

.db h1:after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    width: 15px;
    height: 30px;
    background: #c2b799;
}

.db_tab {
    display: flex;
}

.db_tab li {
    width: 150px;
    line-height: 52px;
    border: 1px solid #4d4d4d;
    font-size: 18px;
    color: #4d4d4d;
    margin-left: 20px;
    text-align: center;
    cursor: pointer;
}

.db_tab li.on {
    background: #4d4d4d;
    color: #fff;
}

.dbtab {
    display: none;
    position: relative;
}

.db_tab_list {
    width: 10%;
    position: absolute;
    right: 0;
    top: 0;
}

.db_tab_list li {
    text-align: center;
    width: 100%;
    position: relative;
    cursor: pointer;
    z-index: 1;
    line-height: 50px;
    margin-bottom: 10px;
}

.db_tab_list1 li {
    text-align: center;
    width: 15%;
    position: relative;
    cursor: pointer;
    z-index: 1;
    line-height: 50px;
    margin-bottom: 10px;
}

.db_tab_list li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 10px;
    transition: all 0.6s;
    z-index: -1;
}

.db_tab_list1 li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 10px;
    transition: all 0.6s;
    z-index: -1;
}

.db_tab_list1 li:nth-child(1):after {
    background: #9ba6b2;
}

.db_tab_list1 li:nth-child(2):after {
    background: #fcc7c2;
}

.db_tab_list1 li:nth-child(3):after {
    background: #cc9e51;
}

.db_tab_list li:nth-child(1):after {
    background: #9ba6b2;
}

.db_tab_list li:nth-child(2):after {
    background: #fcc7c2;
}

.db_tab_list li:nth-child(3):after {
    background: #cc9e51;
}

.db_tab_list li:nth-child(4):after {
    background: #222323;
}

.db_tab_list li:nth-child(5):after {
    background: #BC8F8F;
}

.db_tab_list li:nth-child(6):after {
    background: #D2691E;
}

.db_tab_list li:nth-child(7):after {
    background: #8E8E38;
}

.db_tab_list li:nth-child(8):after {
    background: #7CFC00;
}

.db_tab_list li:hover {
    color: #fff;
}

.db_tab_list1 li:hover {
    color: #fff;
}

.db_tab_list li:hover:after {
    width: 100%;
    transition: all 0.6s;
}

.db_tab_list1 li:hover:after {
    width: 100%;
    transition: all 0.6s;
}

.db_tab_list li.on {
    color: #fff;
}

.db_tab_list1 li.on {
    color: #fff;
}

.db_tab_list li.on:after {
    width: 100%;
    transition: all 0.6s;
    /*opacity: 0;*/
}

.db_tab_list1 li.on:after {
    width: 100%;
    transition: all 0.6s;
    /*opacity: 0;*/
}

.dbtab2 {
    width: 100%;
    display: none;
}

.db_img {
    width: 85%;
    margin-right: 15%;
}

.Bwhtab {
    width: 100%;
    display: none;
}

.Bwhtab2 {
    width: 100%;
    display: none;
}

/* B系列-外呼  部分图片大小 */
.Bwhtab .wh_img img[alt]:not([alt="HB-GL-A31"]):not([alt="HB-GL-A32"]):not([alt="HB-GL-B31"]):not([alt="HB-GL-B32"]) {
    width: 54%;
}

.Bwhtab .wh_img img[alt="HB-CR-B11"] {
    width: 67% !important;
}

.wh_img {
    width: 85%;
    margin-right: 15%;
}

.Bcoptab {
    width: 100%;
    display: none;
}

.Bcoptab2 {
    width: 100%;
    display: none;
}

.cop_img {
    width: 85%;
    margin-right: 15%;
}

.Bcoptab2 .wh_img img[alt]:not([alt="COP-GL-A31"]) {
    width: 50%;
}

.Bkzgtab {
    width: 100%;
    display: none;
}

.Bkzgtab2 {
    width: 100%;
    display: none;
}

.kzg_img {
    width: 85%;
    margin-left: 7%;
}

.Bkzgtab2 .wh_img img[alt]:not([alt="标准版"]):not([alt="特别版"]) {
    width: 96%;
}


.swiper-containers1 .swiper-slide {
    padding: 5% 5% 10px 5%;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #ccc;
    cursor: pointer;
}

.swiper-containers1 .swiper-slide p {
    padding-top: 15px;
}

.swiper-pagination1 {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.swiper-pagination1 .swiper-pagination-bullet {
    background: #b3b3b3;
    opacity: 1;
    display: inline-block;
    position: relative;
    margin: 0 10px !important;
}

.swiper-pagination1 .swiper-pagination-bullet-active {
    background: #4d4d4d;

}

.swiper-pagination1 .swiper-pagination-bullet-active:after {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #4d4d4d;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
}

.jx_sb {
    margin-top: 30px;
}

.jx_sb h1 {
    width: 20%;
    float: right;
    text-align: right;
    font-size: 26px;
    color: #060303;
    font-weight: normal;
    position: relative;
    padding-right: 25px;
    line-height: 1em;
    box-sizing: border-box;
    margin-top: 3%;
    /*display: table;*/
    /*vertical-align: middle*/
}

.jx_sb h1:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    width: 15px;
    height: 25px;
    background: #c2b799;
}

.jx_sb h1 span {
    font-size: 18px;
}

.jx_sb_img {
    width: 80%;
    float: left;
}

@media(max-width:1560px) {
    .jx_sb h1 {
        font-size: 20px;
    }

    .jx_sb h1 span {
        font-size: 14px;
    }
}

@media(max-width:1300px) {
    .jx_sb h1 {
        width: 100%;
        float: none;
    }

    .jx_sb_img {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
}

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

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

@media(max-width:640px) {
    .jx {
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .jx h1 {
        font-size: 24px;
        text-align: left;
        width: 100%;
        margin-left: 0;
        padding-left: 30px;
    }

    .jx h1:after {
        left: 0;
    }

    .jx_tab {
        margin-top: 15px;
        justify-content: center;
        width: 100%;
    }

    .jx_tab li {
        width: 110px;
        margin: 0 10px;
        line-height: 40px;
        font-size: 16px;
    }

    .jx_tab_list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        position: relative;
        margin-bottom: 15px;
    }

    .jx_tab_list li {
        width: 48%;
        margin: 1%;
    }

    .jx_img {
        width: 100%;
        margin-right: 0;
    }

    .jx_sb h1 {
        font-size: 24px;
        text-align: left;
        width: 100%;
        margin-left: 0;
        padding-left: 30px;
    }

    .jx_sb h1:after {
        left: 0;
    }

    .cop_list p:nth-child(1) {
        float: none;
        width: 100%;
        margin: 20px 0;
    }

    .cop_list p:nth-child(2) {
        float: none;
        width: 100%;
    }

    .cop_list p:nth-child(3) {
        float: none;
        width: 100%;
    }

    .cop_list p:nth-child(4) {
        float: none;
        width: 100%;
    }

    .cop_list2 {
        padding-top: 20px;
    }

    .wh_tab {
        display: flex;
        flex-wrap: wrap;
    }

    .wh_tab li {
        position: relative;
        left: 0 !important;
        top: 0 !important;
        width: 33.333%;
        text-align: center;
        margin-bottom: 10px;
    }

    .wh_title {
        display: none;
    }

    .whtab {
        padding: 20px 0;
        text-align: center;
    }

    .mbs1 {
        display: flex;
        float: none;
    }

    .mbs1 .img1 {
        width: 60%;
        height: 100%;
    }

    .mbs2 {
        width: 100%;
        float: none;
    }

    .mbs2 h3 {
        font-size: 24px;
    }

    .mbs3 {
        width: 100%;
        float: none;
    }

    .mbs4 {
        width: 100%;
        float: none;
    }

    .db {
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .db h1 {
        font-size: 24px;
        text-align: left;
        width: 100%;
        margin-left: 0;
        padding-left: 30px;
    }

    .db h1:after {
        left: 0;
    }

    .db_tab {
        margin-top: 15px;
        justify-content: center;
        width: 100%;
    }

    .db_tab li {
        width: 110px;
        margin: 0 10px;
        line-height: 40px;
        font-size: 16px;
    }

    .db_tab_list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        position: relative;
        margin-bottom: 15px;
    }

    .db_tab_list li {
        width: 48%;
        margin: 1%;
    }

    .db_img {
        width: 100%;
        margin-right: 0;
    }

    .db_sb h1 {
        font-size: 24px;
        text-align: left;
        width: 100%;
        margin-left: 0;
        padding-left: 30px;
    }

    .db_sb h1:after {
        left: 0;
    }


}