


.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("../image/shubiao.png") no-repeat center;
    margin: 0 auto;
}
.guide-down {
    width: 11px;
    height: 9px;
    background: url("../image/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/cpbg.png) 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(../image/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(../image/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(../image/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%;
    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;
    }
}






.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(../image/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(../image/c1.png) no-repeat left center;
}
.n_contact_cont p:nth-child(2){
    background: url(../image/c2.png) no-repeat left center;
}
.n_contact_cont p:nth-child(3){
    background: url(../image/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(../image/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:0;
}
.xg_list .case_list li:nth-child(2){
    margin: 0 5%;
    /*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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/left2.png) no-repeat left center;
}
.page span:last-child{
    display: block;
    float: right;
    padding-right: 26px;
    background: url(../image/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(../image/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(../image/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%
}


