﻿@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
 /* banner */
#banner{
    position: relative;
}
.swiper-container{
    width: 100%;
    max-width: 1920px;
}
#banner .swiper-slide img{
    width: 100%;
    display: block;
}
#banner .swiper-pagination-bullet{
    width: 50px;
    height: 4px;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
}
#banner .swiper-pagination-bullet-active{
    background: #d5be7e;
}
#banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 15px;
}
#banner .swiper-pagination-fraction, #banner .swiper-pagination-custom, #banner .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 40px;
}
@media (max-width: 991px){
    #banner .swiper-pagination-bullet{
        width: 40px;
    }
    #banner .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom: 20px;
    }
}
@media (max-width: 599px){
    #banner .swiper-pagination-bullet{
        width: 30px;
    }
    #banner .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom: 8px;
    }
    #banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0 8px;
    }
}
 /* header */
.header{
    position: absolute;
    height:100px;
    z-index: 666;
    top: 0px;
    width: 100%;
    left: 0px;
}
.header-main{
    position: relative;
    width: 100%;
}
.logo{
    width:388px;
    float: left;   
    margin-top: 25px;
}
.logo img{
    display: block;
    width: 100%;
}
.nav{
    float: right;
    margin-top: 24px;
}
.nav .gupiao{
    display: block;
    float: left;
    line-height: 50px;
    font-size: 16px;
    color: #d5be7e;
    margin-left: 40px;
}
.nav ul{
    float: left;
}
.nav ul li{
    float: left;
    margin-right: 60px;
}
.nav ul li > a{
    color:#fff;
    display: block;
    transition: all .3s;
    font-size: 14px;
    line-height: 50px;
}
.nav ul li:hover>a, .nav ul li.nav-active a{
    color: #d5be7e;
}
@media(max-width:1300px){
    .logo{
        width: 340px;
        margin-top: 29px;
    }
    .nav ul li{
        margin-right: 40px;
    }
    .nav .gupiao{
        margin-left: 20px;
    }
}
@media(max-width:1200px){
    .logo{
        width: 300px;
        margin-top: 31px;
    }
    .nav ul li{
        margin-right: 20px;
    }
}
@media(max-width:991px){
    .logo{
        margin-top: 16px;
    }
    .header{
        height: 100px;
    }
}
@media(max-width:599px){
    .logo{
        margin-top: 9px;
        width: 260px;
    }
    .header{
        height: 70px;
    }
}
.web-descrip{
    width: 100%;
    overflow: hidden;
    margin-top: -1px;
}
.webdes-main{
    float: right;
}
.bride{
    float: right;
    width: 470px;
    background: #09432c;
    padding-top: 145px;
    padding-bottom: 100px;
    text-align: center;
}
.bride h2{
    font-size: 34px;
    color: #fff;
    font-family: "宋体";
    line-height: 34px;
    margin-bottom: 40px;
}
.bride i{
    width: 55px;
    height: 2px;
    background: #c6a56b;
    display: block;
    margin: 0 auto 40px;
}
.bride span{
    font-size: 15px;
    line-height: 20px;
    color: #e9e4e0;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 200px;
}
.bride p{
    font-size: 15px;
    line-height: 20px;
    color: #e9e4e0;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 200px;
}
.bride img{
    display: block;
    margin: 0 auto;
}
.bed{
    float: right;
    width: 65%;
}
.bed img{
    display: block;
    width: 100%;
}
.bed-info{
    padding-top: 50px;
    padding-left: 70px;
    color: #372e27;
}
.bed-info h2{
    font-size: 29px;
    line-height: 29px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.bed-info p{
    font-size: 20px;
}
@media(max-width:1400px){
    .bride{
        width: 35%;
    }
}
@media(max-width: 1300px){
    .bride{
        width: 35%;
        padding-top: 100px;
    }
    .bride span{
        margin-bottom: 120px;
    }
    .bride p{
        margin-bottom: 120px;
    }
}
@media(max-width: 1200px){
    .bed-info h2{
        font-size: 22px;
        line-height: 22px;
    }
    .bed-info{
        padding-left: 30px;
    }
}
@media(max-width: 991px){
    .webdes-main{
        float: none;
        display: flex;
        flex-direction: row-reverse;
    }
    .bed{
        float: none;
        width: 60%;
        padding: 0 50px;
        margin: 40px auto;
    }
    .bride{
        float: none;
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .bed-info{
        padding-top: 30px;
        display: none;
    }
    .bride span{
        margin-bottom: 60px;
    }
    .bride p{
        margin-bottom: 60px;
    }
    .bride{
        width: 40%;
        margin-left: 0px;
        margin-right:0px;
    }
    .bed{
        padding: 0 0px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
}
@media(max-width: 599px){
    .bed-info{
        padding-left: 5px;
        padding-top: 20px;
        
    }
    .bed-info h2{
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .bed-info p{
        font-size: 15px;
    }
    .bride{
        width:40%;
        margin-left: 0px;
        margin-right:0px;
    }
    .bride h2{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .bride i{
        margin-bottom: 20px;
    }
    .bride p{
        margin-bottom: 30px;
    }
    .bride img{
        width: 35%;
    }
}
@media(max-width:449px){
    .bride h2{
        font-size: 16px;
    }
}
/* 公司简介 */
.home-about{
    padding-top: 80px;
    padding-bottom: 100px;
}
.habout-main{
    width: 100%;
    padding: 0 30px;
}
.habout-txt h2{
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 30px;
    color: #372e27;
    text-transform: uppercase;
}
.habout-txt p{
    font-size: 20px;
    line-height: 38px;
    text-indent: 24px;
    color: #372e27;
    font-weight: light;
}
.habout-ul{
    width: 100%;
    margin-top: 100px;
    background: #09432c;
    padding:60px 0px;
}
.habout-ul li{
    float: left;
    padding: 0px;
}
.habout-item{
    width: 100%;
    height: 102px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-right: 2px solid #fff;
}
.habout-ul li:last-child .habout-item{
    border-right: none;
}
.habout-item p{
    color: #fff;
    font-size: 22px;
}
.habout-item .num{
    margin-bottom: 10px;
}
.habout-item .num span{
    font-size: 50px;
    font-weight: bold;
}
@media(max-width: 1400px){
    .habout-item p{
        font-size: 18px;
    }
}
@media(max-width: 1200px){
    .home-about{
        padding-bottom: 80px;
    }
    .habout-ul{
        margin-top: 50px;
        padding: 40px 0px;
    }
    .habout-main{
        padding: 0px;
    }
    .habout-item .num span{
        font-size: 40px;
    }
    .habout-item p{
        font-size: 16px;
    }
}
@media(max-width: 991px){
    .home-about{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .habout-txt h2{
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 20px;
        text-align: center;
    }
    .habout-txt p{
        font-size: 16px;
        line-height: 30px;
    }
    .habout-ul{
        margin-top: 30px;
        padding: 0px;
        background: none;
    }
    .habout-ul li{
        background: #09432c;
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 15px;
    }
    .habout-ul li:nth-child(2n) .habout-item{
        border-right: none;
    }
    .habout-item{
        height: 100px;
    }
}
@media(max-width: 767px){
    .habout-item{
        padding: 20px 8px;
    }
    .habout-item .num span{
        font-size: 28px;
    }
    .habout-item p{
        font-size: 14px;
    }
    .home-about{
        padding-bottom: 30px;
    }
    /* .dc{
        border-bottom: 2px solid #fff;
    } */
    /* .habout-item {
    width: 80%;
    margin: 0 10% 15px 10%;
    } */
}
/* 业务领域 */
.yw-region{
    position: relative;
    width: 100%;
}
.region-bg{
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    overflow: hidden;
}
.region-bg img{
    width: 100%;
    display: block;
}
.region-title{
    padding-top: 50px;
    padding-left: 100px;
    font-size: 38px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 200px;
}
.region-title h2{
    margin-bottom: 12px;
    text-transform: uppercase;
}
.region-list-top{
    width: 80%;
    display: flex;
    flex-direction: row;
}
.region-item{
    width: 50%;
    background: #09432c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.region-item img{
    width: 100%;
    display: block;
}
@media(max-width: 767px)
{
    .dcpc img{
    /* display: none; */
}
.dcpc
{
    /* height:20px; */
    background:#fff;
    
 }
 }
.region-item:first-child{
    padding: 0 80px;
}
.region-item h4{
    font-size: 26px;
    line-height: 22px;
    margin-bottom: 25px;
}
.region-txt{
    font-size: 22px;
    line-height: 38px;
    text-align: justify;
    color: #fff;
}
.region-ul{
    width: 100%;
    background: #09432c;
    margin-bottom: 100px;
}
.region-ul li{
    float: left;
    width: 50%;
    padding-left: 80px;
    padding-right: 60px;
    padding-top: 80px;
    padding-bottom: 70px;
}
.region-ul li h2{
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 30px;
}
.region-ul li h2 a{
    color: #fff;
}
.region-ul li h2 a:hover{
    color: #c6a56b;
}
.region-ul li .region-txt{
    margin-bottom: 50px;
}
.region-ul li > img{
    width: 100%;
    display: none;
}
.tmall{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 37px;
}
.tmall span{
    display: inline-block;
    margin-left: 20px;
    font-size: 20px;
    color: #fff;
}
.tmall span a{
    color: #fff;
}
.tmall span a:hover{
    color: #c6a56b;
}
@media(max-width: 1300px){
    .region-title{
        padding-left: 50px;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 80px;
    }
}
@media(max-width: 991px){
    .region-bg{
        display: none;
    }
    .region-title{
        padding-top: 0px;
        padding-left: 10px;
        margin-bottom: 40px;
        text-align: center;
        color: #0a442c;
    }
    .region-list-top{
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 60px;
        background: transparent;
        flex-direction: column-reverse;
    }
    .region-item:first-child{
        padding: 50px;
        width: 100%;
    }
    .region-item:nth-child(2){
        width: 100%;
        /* max-width: 559px;
        margin: 0 auto; */
    }
    .region-ul{
        background: transparent;
    }
    .region-ul li{
        float: none;
        width: 100%;
        /* background: #09432c; */
        margin-bottom: 60px;
        padding: 0px;
    }
    .region-ul li > img{
        display: block;
    }
    .regionli-txt{
        background: #09432c;
        padding: 30px;
    }
    .regionli-txt h4{
        text-align: center;
    }
    .region-ul li h2{
        font-size: 26px;
        line-height: 26px;
        text-align: center;
    }
    .region-ul{
        margin-bottom: 50px;
    }
    .tmall{
        justify-content: center;
    }
    .tmall span{
        margin-left: 10px;
    }
}
@media(max-width:599px){
    .region-title{
        font-size: 26px;
        line-height: 26px;
    }
    .region-item:first-child{
        padding: 30px;
    }
    .region-txt{
        font-size: 18px;
        line-height: 30px;
    }
    .regionli-txt{
        padding: 30px 20px;
    }
    .region-list-top{
        margin-bottom: 30px;
    }
    .region-ul li{
        margin-bottom: 30px;
    }
    .region-ul li h2{
        margin-bottom: 20px;
    }
    .region-ul li .region-txt{
        margin-bottom: 30px;
    }
    .region-ul{
        margin-bottom: 40px;
    }
}
.vedio-main{
    padding-bottom: 120px;
}
.vedio-title{
    color: #fff;
    padding: 90px 90px 0px;
    text-align: right;
    margin-bottom: 400px;
}
.vedio-title h2{
    text-transform: uppercase;
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 20px;
}
.vedio-title p{
    line-height: 30px;
    font-size: 30px;
}
.vedio-img{
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom: 60px;
}
@media(max-width: 1600px){
    .vedio-img{
        width: 90%;
        margin-left:5%;
    }
}
@media(max-width: 1200px){
    .vedio-img{
        width: 100%;
        margin-left:0%;
    }
}
.vedio-img img{
    display: block;
    width: 100%;
}
.vedio-img video{
    display: block;
    width: 100%;
}
.play{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: all .5s;
    background: url(img/play_icon.png) no-repeat center;
}
.vedio-img:hover .play{
    opacity: 1;
}
.vedio-txt{
    text-align: center;
    color: #372e27;
}
.vedio-txt h3{
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: lighter;
}
.vedio-txt h4{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 18px;
}
.vedio-txt p{
    font-size: 22px;
}
@media(max-width: 1400px){
    .vedio-title{
        margin-bottom: 300px;
    }
}
@media(max-width: 1200px){
    .vedio-title{
        margin-bottom: 200px;
    }
}
@media(max-width: 991px){
    .vedio-title{
        margin-bottom: 40px;
        padding: 10px 0px 0px 10px;
        text-align: center;
        color: #0a442c;
    }
    .vedio-title h2{
        font-size: 30px;
        line-height: 30px;
    }
    .vedio-main{
        padding-bottom: 60px;
    }
}
@media(max-width:599px){
    .vedio-title{
        padding-top: 0px;
    }
    .vedio-title h2{
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .vedio-title p{
        font-size: 26px;
        line-height: 26px;
    }
    .vedio-img{
        margin-bottom: 30px;
    }
    .vedio-txt h3{
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .vedio-txt h4{
        font-size: 26px;
        line-height: 26px;
    }
    .vedio-txt p{
        font-size: 18px;
    }
    .vedio-main{
        padding-bottom: 40px;
    }
    .play{
        background-size: 78px 77px;
    }
}
/* 荣誉见证 */
.home-honor{
    width: 100%;
    overflow: hidden;
    background: url(img/honor_bg.png) no-repeat center;
    padding-bottom: 106px;
}
.honor-title{
    padding-top: 65px;
    padding-left: 80px;
    color: #fff;
    margin-bottom: 100px;
}
.honor-title h2{
    text-transform: uppercase;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px;
}
.honor-title p{
    font-size: 30px;
    line-height: 30px;
}
@media (max-width: 991px){
    .honor-title{
        padding-left: 0;
        text-align: center;
        padding-top: 40px;
        margin-bottom: 80px;
    }
}
@media (max-width: 599px){
    .honor-title h2{
        font-size: 30px;
    }
    .honor-title p{
        font-size: 24px;
        line-height: 24px;
    }
}
/* 底部 */
#footer{
    background: url(img/footer_bg.png) no-repeat top center;
    padding-top: 150px;
    padding-bottom: 45px;
}
.footer-logo{
    float: left;
    width: 255px;
    margin-right: 30px;
}
.copy{
    float: left;
    width: 42%;
    font-size: 14px;
    line-height: 37px;
    color: #fff;
}
.copy span{
    display: inline-block;
    margin: 0 8px;
}
.footer-tmall{
    float: right;
    width: calc(58% - 300px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.tmall-item{
    display: flex;
    flex-direction: row;
    height: 37px;
    align-items: center;
    margin-right: 50px;
}
.tmall-item span{
    display: block;
    margin-right: 8px;
    font-size: 16px;
}
.tmall-item span a{
    color: #fff;
}
.tmall-item span a:hover{
    color: #c6a56b;
}
.footer-logo img{
    display: block;
    width: 100%;
}
@media(max-width: 1400px){
    #footer{
        padding-top: 80px;
    }
    .copy{
        width: 30%;
        margin-left: 60px;
    }
    .copy span{
        display: block;
    }
    .tmall-item{
        margin-right: 30px;
    }
}
@media(max-width: 1200px){
    .footer-main{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .footer-logo{
        float: none;
        width: 200px;
        margin-right: 0px;
        margin-top: 10px;
    }
    .copy{
        width: 34%;
        float: none;
        margin-left: 0px;
    }
    .footer-tmall{
        float: none;
    }
    .tmall-item{
        margin-right: 0px;
    }
    .tmall-item:first-child{
        margin-right: 20px;
    }
}
@media(max-width: 991px){
    .footer-main{
        flex-direction: column;
        align-items: center;
    }
    #footer{
        padding-top: 80px;
        padding-bottom: 35px;
        background: url(img/footer_bg2.jpg) no-repeat center;
    }
    .footer-logo{
        margin-bottom: 60px;
    }
    .copy{
        width: 100%;
        line-height: 24px;
        text-align: center;
        color: #909b96;
    }
    .copy a{
        color: #909b96;
    }
    .footer-tmall{
        width: 100%;
        margin-top: 20px;
        justify-content: center;
        display: none;
    }
}
/* 走进百思寒模块 */
.header-inside{
    background: rgba(43, 36, 31, .8);
}
.banner-main{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding-top: 100px;
}
.banner-txt{
    padding-left: 8.5%;
    padding-top: 110px;
    color: #3d3d3d;
}
.banner-txt h2{
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 25px;
}
.banner-txt i{
    display: block;
    width: 49px;
    height: 2px;
    background: #3d3d3d;
    margin-bottom: 20px;
}
.banner-txt span{
    font-size: 28px;
    text-transform: uppercase;
}
@media(max-width: 1400px){
    .banner-txt{
        padding-top: 90px;
    }
}
@media(max-width: 1300px){
    .banner-txt{
        padding-top: 70px;
    }
}
@media(max-width: 1200px){
    .banner-txt{
        padding-top: 50px;
    }
}
@media(max-width: 991px){
    .banner-txt{
        padding-top: 20px;
    }
    .banner-txt h2{
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .banner-txt i{
        margin-bottom: 12px;
    }
    .banner-txt span{
        font-size: 24px;
    }
    .banner-main{
        padding-top: 70px;
        display: none;
    }
    .inside-banner{
        padding-top: 100px;
    }
    .header-inside{
        background: #09432c;
    }
    .header-inside .logo{
        margin-top: 31px;
    }
}
@media(max-width: 767px){
    .banner-txt{
        padding-top:10px;
    }
    .header-inside .logo{
        margin-top: 16px;
    }
}
@media(max-width: 599px){
    .banner-main{
        padding-top: 50px;
    }
    .banner-txt h2{
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .banner-txt i{
        margin-bottom: 10px;
    }
    .banner-txt span{
        font-size: 18px;
    }
    .inside-banner{
        padding-top: 70px;
    }
    .header-inside .logo{
        margin-top: 16px;
    }
}
@media(max-width: 449px){
    .banner-txt h2{
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .banner-txt i{
        margin-bottom:0px;
        width: 30px;
    }
    .banner-txt span{
        font-size: 12px;
        line-height: 14px;
    }
    .banner-txt{
        padding-left: 10%;
    }
}
.inside-nav{
    padding-top: 70px;
    padding-bottom: 45px;
    border-bottom: 1px solid #d0cecd;
    position: relative;
}
.inside-title{
    height: 26px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    color: #2b241f;
}
.inside-title h2{
    font-size: 24px;
    margin-right: 20px;
}
.inside-title span{
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}
.factory-main{
    padding-top: 60px;
    overflow: hidden;
}
.left-panel{
    width: 260px;
    float: left;
}
.left-panel li{
    margin-bottom: 25px;
    max-width: 90px;
}
.left-panel li a{
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    color: #2b241f;
    position: relative;
}
.left-panel li a::after, .left-panel li.panel-on a::after{
    position: absolute;
    width: 74px;
    height: 6px;
    background: url(img/left_panel_bg.png) no-repeat center;
    content: "";
    display: block;
    top: 50%;
    left: 86px;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .5s;
}
.left-panel li a:hover::after{
    opacity: 1;
}
.left-panel li.panel-on a::after{
    opacity: 1;
}
.right-panel{
    float: right;
    width: calc(100% - 260px);
}
.right-img{
    padding-right: 100px;
    margin-bottom: 70px;
}
.right-img img{
    display: block;
    width: 100%;
}
.right-title{
    border-bottom: 2px solid #d0cecd;
    padding-bottom: 18px;
}
.right-title h2{
    font-size: 30px;
    color: #2b241f;
    line-height: 30px;
    display: inline-block;
}
.right-title span{
    display: inline-block;
    color: #2b241f;
    font-size: 25px;
    text-transform: uppercase;
    margin-left: 15px;
}
.factory-txt{
    padding-right: 100px;
    padding-top: 10px;
    color: #2b241f;
}
.factory-info{
    font-size: 20px;
    line-height: 38px;
    padding-bottom: 100px;
}
.factory-info img{
    display: block;
    width: 100%;
}
.factory-txt .txt-p{
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 70px;
}
.mobile-nav-box{
    height: 88px;
    border-bottom: 3px solid #b8bdbb;
    display: none;
    padding-top: 19px;
}
.mobile-nav{
    display: flex;
    flex-direction: row;
    padding-left: 66px;
    height: 50px;
    align-items: center;
}
.mobile-nav li {
    padding: 0 15px;
    border-left: 4px solid #b8bdbb;
}
.mobile-nav li a{
    color: #2b241f;
    font-size: 24px;
}
.mobile-nav li.monav-on a, .mobile-nav li:hover a{
    color: #09432c;
}
@media(max-width: 1300px){
    .right-img{
        padding-right: 50px;
    }
    .factory-txt{
        padding-right: 50px;
    }
}
@media(max-width: 1200px){
    .inside-nav{
        padding-top: 50px;
        padding-bottom: 35px;
    }
}
@media(max-width: 991px){
    .inside-nav{
        padding: 0px;
        display: none;
    }
    .mobile-nav-box{
        display: block;
    }
    .inside-title{
        display: none;
    }
    .left-panel{
        width: 100%;
        display: none;
    }
    .left-panel li{
        margin-bottom: 0px;
        max-width: 100%;
    }
    .left-panel li a{
        height: 48px;
        line-height: 48px;
        text-align: center;
        width: 100%;
        border: 1px solid #d0cecd;
        border-top: none;
    }
    .left-panel li a::after, .left-panel li.panel-on a::after{
        display: none;
    }
    .left-panel li a:hover{
        color: #d5be7e;
    }
    .left-panel li.panel-on a{
        color: #d5be7e;
    }
    .factory-main{
        padding-top: 0px;
    }
    .right-panel{
        width: 100%;
        padding-top: 30px;
    }
    .right-img{
        padding-right: 0px;
        margin-bottom: 40px;
    }
    .factory-txt{
        padding-right: 0px;
    }
    .factory-info{
        padding-bottom: 50px;
    }
    .right-title h2{
        font-size: 24px;
        line-height: 24px;
    }
    .right-title span{
        font-size: 18px;
        margin-left: 10px;
    }
    .factory-txt .txt-p{
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 50px;
    }
    .aright-panel{
        display: flex;
        flex-direction: column-reverse;
    }
    .aright-title {
        display: flex;
        flex-direction: column;
        color: #083c27;
        border-bottom: none;
        padding-bottom: 0px;
    }
    .aright-title h2{
        color: #083c27;
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .aright-title span{
        margin-left: 0px;
        color: #083c27;
        font-size: 24px;
    }
}
@media(max-width:599px){
    .mobile-nav{
        padding-left: 10px;
    }
    .mobile-nav li{
        padding: 0 6px;
    }
    .mobile-nav{
        height: 30px;
    }
    .mobile-nav li a{
        font-size: 16px;
    }
    .mobile-nav-box{
        height: 68px;
    }
}
@media(max-width: 449px){
    .inside-title h2{
        font-size: 20px;
    }
    .inside-title span{
        font-size: 14px;
        line-height: 14px;
    }
}
.brand-banner-txt{
    color: #fff;
}
.brand-banner-txt i{
    background: #fff;
}
.brand-cont{
    padding-right: 100px;
}
.brand-txt{
    padding-top: 50px;
    padding-bottom: 60px;
    color: #2b241f;
    font-size: 20px;
    line-height: 48px;
    text-indent: 48px;
}
@media(max-width: 1300px){
    .brand-cont{
        padding-right: 50px;
    }
}
@media(max-width: 991px){
    .brand-txt{
        padding-top: 30px;
        padding-bottom: 40px;
        font-size: 18px;
        line-height: 38px;
        text-indent: 24px;
    }
    .brand-cont{
        padding-right: 0px;
    }
}
.culture-txt{
    padding-top: 50px;
    padding-bottom: 50px;
    color: #2b241f;
}
.culture-txt h2{
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
}
.culture-txt span{
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
}
.culture-txt p{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
@media(max-width: 991px){
    .culture-txt{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
}
/* 项目合作 */
.project-des{
    height: 160px;
    background: #d0bfad;
    width: 100%;
    color: #222524;
    padding-top: 40px;
    text-align: center;
}
.project-des h3{
    font-size: 34px;
    line-height: 34px;
}
.project-des span{
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
}
.project-img{
    float: right;
    width: 56%;
    margin-top: -40px;
}
.project-txt{
    color: #2b241f;
    padding-bottom: 100px;
}
.project-txt p{
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 40px;
}
.project-txt span{
    font-size: 25px;
    display: block;
    line-height: 25px;
    margin-bottom: 20px;
}
@media(max-width: 991px){
    .project-des h3{
        font-size: 24px;
        line-height: 24px;
    }
    .project-des span{
        font-size: 20px;
        line-height: 24px;
        padding-left: 5px;
    }
    .project-txt{
        padding-bottom: 50px;
    }
}
@media(max-width: 599px){
    .project-txt span{
        font-size: 18px;
        line-height: 18px;
    }
    .project-txt p{
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 25px;
    }
    .right-img{
        margin-bottom: 30px;
    }
    .project-img{
        float: none;
        width: 100%;
        margin-top: 0px;
    }
    .project-des{
        height: auto;
        padding: 40px 0px;
    }
    .project-txt{
        padding-bottom: 40px;
    }
}
/* 绒朵会员 */
.rd-des{
    padding-top: 0px;
}
.rd-des h3{
    line-height: 160px;
}
@media(max-width: 599px){
    .rd-des h3{
        line-height: 24px;
    }
    .rd-des{
        padding-top: 40px;
    }
}
/* 新闻中心 */
.news-date{
    width: 270px;
    float: left;
    position: relative;
}
.news-date i{
    width: 79%;
    height: 5px;
    background: #09432c;
    display: block;
}
.news-date-txt{
    padding-left: 35px;
    padding-top: 35px;
}
.news-time{
    display: inline-block;
    position: relative;
    padding-right: 32px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 22px;
    color: #000;
    line-height: 28px;
}
.news-time span{
    display: block;
}
.news-time::after{
    height: 49px;
    width: 2px;
    background: #2b241f;
    position: absolute;
    display: block;
    content: "";
    transform: rotate(45deg);
    right: 17px;
    bottom: 0px;
}
.newsdate-per h2{
    font-size: 25px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.newsdate-ms{
    font-size: 16px;
    line-height: 30px;
    color: #11110e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.news-img{
    float: right;
    width: calc(100% - 305px);
    overflow: hidden;
    margin-top: 38px;
}
.news-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.news-ul li:hover .news-img img{
    transform: scale(1.1);
}
.news-ul li:hover .news-date-txt h2{
    color: #09432c;
}
.news-ul li{
    margin-bottom: 55px;
}
.news-ul li:last-child{
    margin-bottom: 0px;
}
.pagenation{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 35px;
}
.pagenation a{
    display: inline-block;
    height: 32px;
    border: 1px solid #d2d2d2;
    line-height: 32px;
    padding: 0 10px;
    color: #bababb;
    margin: 0 4px;
}
.pagenation a:hover{
    background: #09432c;
    color: #fff;
    border-color: #09432c;
}
.pagenation .on{
    background: #09432c;
    color: #fff;
    border-color: #09432c;
}
@media(max-width: 1200px){
    .news-date{
        width: 240px;
    }
    .news-date-txt{
        padding-left: 15px;
        padding-top: 15px;
    }
    .news-time{
        margin-bottom: 20px;
    }
    .news-img{
        width: calc(100% - 260px);
    }
    .pagenation{
        margin-top: 80px;
    }
    .news-ul li{
        margin-bottom: 35px;
    }
}
@media(max-width: 767px){
    .news-date{
        width: 100%;
        margin-bottom: 20px;
    }
    .news-date i{
        width: 212px;
    }
    .news-date-txt{
        display: flex;
        flex-direction: row;
        padding-left: 0px;
    }
    .news-time::after{
        display: none;
    }
    .news-time{
        padding-right: 18px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .newsdate-per h2{
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 3px;
    }
    .news-img{
        width: 100%;
        margin-top: 0px;
    }
    .news-ul li{
        margin-bottom: 20px;
    }
    .pagenation{
        margin-top: 40px;
    }
    .newsdate-ms{
        line-height: 24px;
    }
}
@media(max-width: 449px){
    .news-time{
        font-size: 18px;
    }
    .newsdate-per h2{
        font-size: 20px;
        line-height: 20px;
    }
}
.news-title{
    margin-bottom: 80px;
}
.news-title h4{
    font-size: 25px;
    line-height: 36px;
    color: #000;
}
.newsd-main img{
    display: block;
    width: 100%;
    margin-bottom: 50px;
}
.newsd-main p{
    color: #000;
    font-size: 19px;
    line-height: 68px;
}
.newsd-main .news-txt{
    color: #000;
    font-size: 19px;
    text-indent: 24px;
    line-height: 36px;
    margin-bottom: 40px;
}
@media(max-width: 991px){
    .news-title{
        margin-bottom: 40px;
    }
}
@media(max-width: 599px){
    .newsd-main p{
        font-size: 18px;
        line-height: 34px;
    }
    .news-title h4{
        font-size: 20px;
    }
    .newsd-main .news-txt{
        font-size: 18px;
        line-height: 34px;
    }
}
/* 联系我们 */
.contact-main h2{
    font-size: 25px;
    line-height: 30px;
    color: #2b241f;
    text-align: center;
    margin-bottom: 88px;
}
.contact-list{
    margin-bottom: 90px;
}
.contact-list li{
    float: left;
}
.contact-item{
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.contact-icon{
    background: #1f410e;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}
.contact-item span{
    font-size: 14px;
    line-height: 24px;
    color: #656964;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.contact-item p{
    font-size: 16px;
    color: #2b241f;
}
.contact-item:hover .contact-icon{
    transform: rotateY(180deg);
}
.ditu-img{
    width: 100%;
    overflow: hidden;
    margin-bottom: 80px;
}
.ditu-img img{
    width: 100%;
    display: block;
}
.online-liuyan{
    width: 100%;
    background: url(img/liuyan_bg.png) no-repeat top center;
}
.ly-title{
    padding-top: 40px;
    color: #fff;
    margin-bottom:79px;
}
.ly-title h4{
    font-size: 25px;
    line-height: 26px;
    margin-bottom: 4px;
}
.ly-title p{
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}
.form-left{
    float: left;
    width: 50%;
    padding-right: 5px;
}
.form-right{
    float: right;
    width: 50%;
    padding-left: 5px;
}
.form-left textarea{
    height: 88px;
    margin-bottom: 18px;
    display: block;
    width: 100%;
    border: none;
    background: #fff;
    padding: 6px 5px;
    line-height: 24px;
    font-size: 16px;
    color: #000;
    outline: none;
    resize: none;
}
.form-left input:last-child{
    margin-bottom: 0px;
}
.form-right textarea{
    height: 194px;
    display: block;
    width: 100%;
    border: none;
    background: #fff;
    padding: 6px 10px;
    font-size: 16px;
    color: #000;
    outline: none;
    resize: none;
}
.ly-btn{
    display: block;
    margin-top: 38px;
    width: 143px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #d7000f;
    color: #fff;
    border: none;
    margin-bottom: 90px;
}
@media(max-width: 1200px){
    .contact-main h2{
        margin-bottom: 58px;
    }
    .contact-list{
        margin-bottom: 60px;
    }
}
@media(max-width: 991px){
    .contact-liuyan{
        padding-top: 0px;
    }
}
@media(max-width: 767px){
    .ly-btn{
        margin-bottom: 68px;
    }
    .contact-main h2{
        margin-bottom: 40px;
    }
    .contact-item span{
        margin-bottom: 4px;
    }
    .contact-list li{
        margin-bottom: 20px;
    }
    .contact-list{
        margin-bottom: 20px;
    }
    .ditu-img{
        margin-bottom:50px;
    }
    .ly-title{
        margin-bottom: 50px;
    }
}
@media(max-width: 599px){
    .form-left{
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }
    .form-right{
        width: 100%;
        padding: 0px;
    }
    .form-left input{
        height: 50px;
    }
    .form-right textarea{
        height: 120px;
    }
    .ly-title{
        margin-bottom: 40px;
    }
}
/* 产品中心 */
.pro-main{
    padding-bottom: 38px;
    border-bottom: 2px solid #2b2623;
}
.pro-img{
    width: 100%;
    overflow: hidden;
    margin-bottom: 45px;
}
.pro-main img{
    display: block;
    width: 100%;
}
.proimg-des{
    text-align: center;
    background: #dbd0c2;
    font-size: 18px;
    color: #36291a;
    line-height: 32px;
    padding: 45px 20px 60px;
}
.toTamll{
    height: 37px;
    padding-top: 80px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.toTamll a{
    color: #09432c;
    padding-right: 15px;
}
@media(max-width: 991px){
    .toTamll{
        padding-top: 50px;
        padding-bottom: 60px;
    }
}
@media(max-width: 449px){
    .pro-img{
        margin-bottom: 25px;
    }
    .proimg-des{
        padding-top: 30px;
        padding-bottom: 40px;
    }
}
.pros-txt2{
    padding-top: 118px;
    background: #09432c;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
}
.pros-txt2-top h2{
    font-size: 62px;
    text-transform: uppercase;
    color: #d0ae89;
    line-height: 62px;
    margin-bottom: 8px;
}
.pros-txt2-top span{
    font-size: 16px;
    text-transform: uppercase;
    color: #d0ae89;
    display: block;
    margin-bottom: 65px;
}
.pros-txt2 p{
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 8px;
    color: #fff;
}
.pros-txt2 .txt-span{
    font-size: 14px;
    color: #d0ae89;
}
.pros-nav-bom{
    padding-top: 50px;
}
.pro-nav{
    text-align: center;
}
.pro-nav li{
    display: inline-block;
    margin: 0 10px;
}
.pro-nav li a{
    font-size: 16px;
    line-height: 24px;
    color: #2b2623;
}
.pro-nav li a:hover{
    color: #09432c;
}
@media(max-width: 991px){
    .pros-nav-bom{
        padding-top: 30px;
    }
}



/*发展历程*/
.banner-fazhantxt{
    color: #fff;
}
.banner-fazhantxt i{
    background: #fff;
}


.fazhan-m ul li{
    display: flex;
    justify-content:space-between;
    margin-top: 90px;
    padding: 0 30px;
}
.fazhan-mimg{
    width: 210px;
    height: 150px;
    
    overflow: hidden;
}
.fazhan-mimg img { width:100%;}
.fazhan-mtxt{
    width: calc(100% - 156px);
}
.fazhan-mtxt .fazhan-mtxtm{
    margin-top: 5px;
}
.fazhan-tit h3{
    color: #000;
    text-align:center;
    font-weight: bold;
    font-size: 30px;
}
.fazhan-m{
    padding:90px 50px 0px;
    position: relative;
    margin-bottom: 160px;
}
.fazhan-line{
    width: 1px;
    height:93%;
    background: #083b27;
    position:absolute;
    top:100px;
    left: 50%;
}
.fazhan-mtxt h4{
    font-size: 36px;
    font-weight: bold;
    color: #727171;
    font-family: Candara;
}
.fazhan-m ul li:nth-of-type(2n+1) .fazhan-mtxt h4{
    text-align: right;
    position: relative;
}   
.fazhan-m ul li:nth-of-type(2n+1) .fazhan-mtxt h4::after{
    position: absolute;
    content: "";
    background: url(img/fazhantit-icon.png) no-repeat center;
    width: 18px;
    height: 18px;
    right:-39px;
} 
.fazhan-m ul li:nth-of-type(2n){
    margin-top: 260px;
}   
.fazhan-m ul li:nth-of-type(2n) .fazhan-mtxt h4::before{
    position: absolute;
    content: "";
    background: url(img/fazhantit-icon.png) no-repeat center;
    width: 18px;
    height: 18px;
    left: -9px;
}     
.FUTURE{
    text-align: center;
    color: #1f410e;
    font-weight:bold;
    margin-top: 50px;
}


@media(max-width:1200px){
    .fazhan-m{
        padding:90px 0px 0px;
    }
    .fazhan-mtxt{
        width: calc(100% - 130px);
    }
    .fazhan-mtxt .fazhan-mtxtm{
        font-size: 14px;
        line-height: 22px;
    }
}
@media(max-width:991px){
    .fazhan-m{
        padding:50px 30px 0px;
    }
    .fazhan-mtxt{
        width: calc(100% - 130px);
    }
    .fazhan-mtxt .fazhan-mtxtm{
        font-size: 16px;
        line-height: 26px;
    }
    .fazhan-line{
        display: none;
    }
    .fazhan-m ul li:nth-of-type(2n){
        margin-top:30px;
    }
    .fazhan-m ul li{
        margin-top:30px;
    }
    .fazhan-m{
        margin-bottom: 60px;
    }
}
@media(max-width:449px){
    .fazhan-m {
        padding: 20px 30px 0px;
    }
    .fazhan-mtxt .fazhan-mtxtm {
        font-size: 14px;
        line-height: 24px;
    }
    .fazhan-m {
        margin-bottom: 30px;
    }
    .FUTURE{
        margin-top: 20px;
    }
}

/*首页荣誉*/
#homehonor-box .owl-item img{
    width: 100%;
}  
#homehonor-box .owl-item{
    padding: 0 30px;
} 
.homehonor-boxtxt{
    color: #fff;
    text-align:center;
    margin-top: 30px;
   
}
.homehonor-boxtxt h4{
    line-height: 26px;
}
#homehonor-box .owl-controls .owl-buttons .owl-prev{
    position: absolute;
    left: -60px;
    opacity: 1;
    top: 38%;
    background: url(img/homehonor-prev.png) no-repeat center;
    width: 31px;
    height: 31px;
    cursor: pointer;
}
#homehonor-box .owl-controls .owl-buttons .owl-next{
    position: absolute;
    right:-60px;
    opacity: 1;
    top: 38%;
    background: url(img/homehonor-next.png) no-repeat center;
    width: 31px;
    height: 31px;
    cursor: pointer;
}
.pro-maintianmore img{
    width: 38px;
    height: 38px;
}
.pro-maintian{
    width: 220px;
    margin:90px auto 100px;
    
}
.pro-maintian a{
    display: flex;
    align-items: center;
    color: #09432c;
    justify-content: space-between;
}

@media(max-width:1600px){
   .home-honor .container{
       padding: 0 80px;
   }
}   
@media(max-width:1400px){
    .home-honor .container{
        padding: 0 50px;
    }

 } 
@media(max-width:1200px){
    .home-honor .container{
        padding: 0 50px;
    }
 } 
@media(max-width:991px){
    .pro-maintian {
        margin: 50px auto 50px;
    }
    #homehonor-box .owl-controls .owl-buttons .owl-prev{
        left: -30px;
    }
    #homehonor-box .owl-controls .owl-buttons .owl-next{
        right:-30px;
    }
    #homehonor-box .owl-item{
        padding: 0 15px;
    }
    .home-honor{
        padding-bottom: 50px;
    }
   
}
@media(max-width:599px){
    .home-honor{
        padding-bottom: 20px;
    }
}
@media(max-width:449px){
    .pro-maintian {
        margin:30px auto 30px;
    }
}
/*留言*/
.form-left textarea 
{
    border: 1.5px solid;
    background: #00000000;
    color: #fff;
}
.form-right textarea
{
    border: 1.5px solid;
    background: #00000000;
    color: #fff;
}
textarea::-webkit-input-placeholder { /* WebKit browsers */

    color: #fff;

}

textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */

    color:#fff;

}

textarea::-moz-placeholder { /* Mozilla Firefox 19+ */

    color: #fff;

}

textarea:-ms-input-placeholder { /* Internet Explorer 10+ */

    color: #fff;

}


.region-item  .dcpc-twoimg{
    display: none;
}
.bed img:last-child{
    display: none;
}
.mobile-banner{
    display: none;
}
.bed .webdes-imgtwo{
    display: none;
}
@media(max-width:991px){
    .region-item .dcpc-twoimg{
        display: block;
    }
    .region-item img:first-child{
        display: none;
    }
    .bed img:last-child{
        display: block;
    }
    .bed img:first-child{
        display: none;
    }
    .bed .webdes-imgtwo{
        display: block;
    }
    #banner{
        display: none;
    }
    .mobile-banner{
        display: block;
    }
    .mobile-banner img{
        width: 100%;
    }
}