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

    .navbar-brand {
        height: 80px !important;
        /*line-height: 80px !important;*/
        text-align: center;
        padding: 0;
    }

    .navbar-nav > li {
        height: 80px;
        line-height: 80px;
    }

    .navbar-nav > li > a{
        font-size: 1.3rem;
    }
}

@media (min-width: 1367px){
    .header {
        height: 100px;
    }

    .navbar-brand {
        height: 100px !important;
        /*line-height: 100px !important;*/
        text-align: center;
        padding: 0;
    }

    .navbar-nav > li {
        height: 100px;
        line-height: 100px;
    }
    .navbar-nav > li > a{
        font-size: 1.7rem;
    }
}

.navbar-nav{
    width: 100%;
    padding: 0!important;
}

.navbar-nav > li{
    width: 12%;
    text-align: center;
    position: relative;
}

.navbar-nav > li > a{
    padding: 0 !important;
   /* display: inline-block;*/
}

.navbar-nav > li > a:hover{
    color: #A28363;
}

.navbar-nav > li.active >a{
    color: #A28363;
}

.navbar-nav > li:not(:last-child):after {
    border-right:1px solid #000000;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=0.45);
    position: absolute;
    height: 20%;
    top: 0;
    right: 0;
    /*left: 0;*/
    bottom: 0;
    margin: auto;
    content: '';
}

.gallery{
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}

.gallerys{
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: -ms-linear-gradient(top, #ffffff, #C7C7C7);
    background: -moz-linear-gradient(top, #ffffff, #C7C7C7);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#C7C7C7));
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#C7C7C7));
    background: -webkit-linear-gradient(top, #ffffff, #C7C7C7);
    background: -o-linear-gradient(top, #ffffff, #C7C7C7)
}

/*二级页面通用样式*/

.second-container{
    width: 70%;
    /*position: absolute;*/
    /*top: -200px;*/
    /*left: 0;*/
    /*right: 0;*/
    min-height: 1000px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    margin: -200px auto 0 auto;
    background: #fff;
    box-shadow:-4px 0px 20px rgba(0,0,0,.07),   /*left*/
                0px 2px 0px rgba(0,0,0,.07),   /*top*/
                4px 0px 20px rgba(0,0,0,.07),  /*right*/
                0px 5px 20px rgba(0,0,0,.07);   /*down*/
    /*rgba(0,0,0,.07)b5b2b2*/
    /*margin-bottom: 50px;*/
    z-index: 100;
}

.second-container-left{
    width: 24%;
    float: left;
    padding-right: 10px;
    margin-bottom: 70px;
}

.second-left-title{
    width: 80%;
    margin-left: 20%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.second-left-nav > ul{
    padding: 0 !important;
    margin-top: 60px;
}

.second-left-nav > ul > li{
    border-left: 5px solid #ffffff;
    padding-left: 14px;
    margin-left: 20%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.second-left-nav > ul > li.active{
    border-left: 5px solid #A28363;
    font-weight: bold;
}

.second-left-nav > ul > li a:hover{
    color: #A28363;
}

.second-left-nav hr{
    height: 1px;
    width: 72%;
    background-color: #e9d1b9;
    margin-left: 20%;
}

.second-hot-news{

    margin-top: 80px;
    margin-left: 20%;
    width: 80%;

    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 20px;
}

.second-hot-news ul {
    border-top: 1px solid #d3d3d3;
    padding-top: 20px;
}

.second-hot-news ul li{
    height: 40px;
    text-indent: 25px;
    position: relative;
    line-height: 40px;
    overflow: hidden;
}

.second-hot-news ul li span {
    position: absolute;
    top: 12px;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    text-indent: 0;
    text-align: center;
    background: #b8b8b8;
    color: #fff;
}

.second-hot-news ul li:nth-of-type(1) span{
    background:#ff0505;
}
.second-hot-news ul li:nth-of-type(2) span{
    background:#ff7d15;
}
.second-hot-news ul li:nth-of-type(3) span{
    background:#057fff;
}

.second-hot-news ul li a:hover{
    color: #A28363;
}

.second-intro-img{
    margin-left: 20%;
    width: 90%;
    margin-top: 50px;
}

.second-container-right{
    float: left;
    width: 76%;
    min-height: 700px;
    box-shadow: -10px 0px 16px rgba(0,0,0,.07);
}

.post-wrapper{
    min-height: 680px;
}

/*.second-container-right-content p img{*/
   /* max-width: 100%!important;*/
/*}*/

.second-container-right-content p video{
    max-width: 100%!important;
}

/*.second-container-right-content p img{*/
  /*  max-width: 100%!important;*/
/*}*/

/*关于我们start*/
.second-container-right hr{
    margin-top: 23px;
    margin-bottom: 60px;
}

.second-container-right-content{
    width: 85%;
    margin: 5rem auto 5rem auto;
}

.aboutus-title{
    width: 100%;
    text-align: center;
    /*margin-top: 60px;*/
    font-size: 22px;
}

/*关于我们end*/


/* 新闻中心 start */
.post-wrapper{
    width: 90%;
    margin: 0 auto auto auto;
    padding-bottom: 5rem;
}

.post-lists{
    border-bottom: 1px solid #F0EFF1;
    position: relative;
}

.second-news-list{
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    margin: auto;
}

@media  (min-width: 1500px) {
    .post-lists{
        height: 220px;
    }

    .new-content{
        height: 100%;
        float: left;
    }

    .new-img{
        width: 24%;
        height: 100%;
        float: left;
    }

    .new-title{
        width: 100%;
        height: 55px;
        line-height: 55px;
        /*font-weight: 900;*/
        font-size: 19px;
        overflow: hidden;
        padding-left: 10px;
    }

    .new-detail{
        padding: 10px 0 10px 10px;
        width: 100%;
        height: 121px;
        font-size: 15px;
        color: #97969B;
        /*text-overflow: ellipsis;*/
        /*display: -webkit-box;*/
        /*-webkit-box-orient: vertical;*/
        line-height: 2.2rem;
        /*word-wrap: break-word;*/
        /*word-break: break-all;*/
    }

    .new-date{
        width: 10%;
        height: 176px;
        line-height: 176px;
        font-size: 2.5rem;
        color: #97969B;
        float: left;
        /*word-wrap: break-word;*/
    }
}

@media  (max-width: 1500px) {
    .post-lists{
        height: 150px;
    }

    .new-content{
        height: 100%;
        float: left;
    }

    .new-img{
        width: 24%;
        height: 100%;
        float: left;
    }

    .new-title{
        width: 100%;
        height: 30px;
        line-height: 30px;
        /*font-weight: 600;*/
        font-size: 16px;
        overflow: hidden;
        padding-left: 10px;
    }

    .new-detail{
        padding: 10px 0 10px 10px;
        width: 100%;
        height: 90px;
        font-size: 13px;
        color: #97969B;
        /*text-overflow: ellipsis;*/
        /*display: -webkit-box;*/
        /*-webkit-box-orient: vertical;*/
        line-height: 1.7rem;
        /*word-wrap: break-word;*/
        /*word-break: break-all;*/
    }

    .new-date{
        width: 10%;
        height: 120px;
        line-height: 120px;
        font-size: 2rem;
        color: #97969B;
        float: left;
    }

}

.new-date{
    position: relative;
}

.new-date-location{
    max-height: 100%;
    white-space: nowrap;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.second-news-list{
    transition: .6s;
}

.new-title a{
    /*transition: 0.5s all;*/
    /*-webkit-transition: 0.5s all;*/
}

.new-title {
    overflow: hidden;
}

.new-content {
    overflow: hidden;
}

.second-news-list:hover{
    box-shadow: 0 16px 70px rgba(149,149,149,.3);
}

.second-news-list:hover >.new-content>.new-title>a{
    color: #A28363;
}

/*新闻中心 end*/


/*产品中心 start*/
.post-wrapper{
    width: 90%;
    margin: 5rem auto auto auto;
}

.second-products-list{
    width: 90%;
    height: 90%;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    margin: auto;
}

@media  (min-width: 1500px) {
    .product-lists{
        width: 33.33333333%;
        height: 400px;
        position: relative;
        min-height: 1px;
        padding-right: 25px;
        padding-left: 25px;
        float: left;
    }

    .product-content{
        height: 350px;
        /*border: 1px solid #F0EFF1;*/
        position: relative;
    }

    .product-withimg{
        width: 100%;
        height: 89px;
    }

    .product-withimg hr{
        width: 100%;
        height: 1px;
    }

    .product-title{
        height: 52.8px;
        line-height: 52.8px;
    }

    .product-detail{
        height: 35.2px;
        line-height: 35.2px;
    }
}

@media  (max-width: 1500px) {
    .product-lists{
        width: 33.33333333%;
        height: 300px;
        position: relative;
        min-height: 1px;
        padding-right: 25px;
        padding-left: 25px;
        float: left;
    }

    .product-content{
        height: 250px;
        /*border: 1px solid #F0EFF1;*/
        position: relative;
    }

    .product-withimg{
        width: 100%;
        height: 64px;
    }

    .product-title{
        height: 37.8px;
        line-height: 37.8px;
    }

    .product-detail{
        height: 25.2px;
        line-height: 25.2px;
    }
}

.product-img {
    width: 100%;
    height: 75%;
    position: relative;
}

.product-img:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #BA9B75;
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.product-content:hover .product-img:before{
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.product-img:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border: 1px solid #fff;
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.product-content:hover .product-img:after{
    filter: alpha(opacity=100);
    opacity: 1;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
}

.product-withimg{
    width: 100%;
    height: 22%;
}

.product-noimg{
    width: 100%;
    height: 100%;
}

.product-withimg a:hover{
    color: #BA9B75;
}

.product-noimg a:hover{
    color: #BA9B75;
}

.product-title {
    width: 100%;
    font-size: 1.5rem;
    overflow: hidden;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #b7b5b5;
}

.product-title a{
    color: #666;
}

.product-detail {
    width: 100%;
    font-size: 1rem;
    text-align: center;
}

.product-detail a{
    color: #666;
}

/*产品中心 end*/



/*员工风采 start*/
.post-wrapper{
    width: 90%;
    margin: 5rem auto auto auto;
}

@media  (min-width: 1500px) {
    .staff-lists{
        width: 33.33333333%;
        height: 400px;
        position: relative;
        min-height: 1px;
        padding-right: 25px;
        padding-left: 25px;
        float: left;
    }

    .staff-content{
        height: 350px;
        /*border: 1px solid #F0EFF1;*/
        position: relative;
    }

    .staff-img {
        width: 100%;
        height: 300px;
        position: relative;
    }

    .staff-withimg{
        width: 100%;
        height: 50px;
    }

    .staff-title{
        height: 50px;
        line-height: 50px;
    }

}

@media  (max-width: 1500px) {
    .staff-lists{
        width: 33.33333333%;
        height: 300px;
        position: relative;
        min-height: 1px;
        padding-right: 25px;
        padding-left: 25px;
        float: left;
    }

    .staff-content{
        height: 250px;
        /*border: 1px solid #F0EFF1;*/
        position: relative;
    }

    .staff-img {
        width: 100%;
        height: 200px;
        position: relative;
    }

    .staff-withimg{
        width: 100%;
        height: 50px;
    }

    .staff-title{
        height: 50px;
        line-height: 50px;
    }

}

.staff-img{
    overflow: hidden;
}

.staff-img img{
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.staff-img:hover img{
    transform: scale(1.1,1.1);
}

.staff-img:hover +.staff-withimg > .staff-title > a{
    color: #BA9B75;
}

.staff-withimg a:hover{
    color: #BA9B75;
}

.staff-noimg a:hover{
    color: #BA9B75;
}

.staff-title {
    width: 100%;
    font-size: 1.5rem;
    overflow: hidden;
    font-weight: bold;
    text-align: center;
    /*border-bottom: 1px solid #b7b5b5;*/
}

.staff-title a{
    color: #666;
}

/*员工风采 end*/


/* 分页 start */
.mt20{
    margin: 3rem auto auto auto;
    border: 0px;
}

a.page-curr {
    /*background-color: #2495E3;*/
    background-color: #BA9B75;
    color: #ffffff;
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    margin: 0 3px;
    /*border: #2495E3 solid 1px;*/
    /*border-radius: 4px;*/
}

a.page {
    background-color: #ffffff;
    /*color: #2495E3;*/
    color: #000;
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    margin: 0 3px;
    /*border: #2495E3 solid 1px;*/
    border: 1px solid #ffffff;
    /*border-radius: 4px;*/
}

a.page:hover{
    /*color: #006CB7;*/
    color: #BA9B75;
    /*border: #006CB7 solid 1px;*/
    border: #BA9B75 solid 1px;
}
/*分页 end*/


/* 产品详情页start */
.second-container-right{
    width: 76%;
}

/*.second-container-right>div*/
.second-container-right-content{
    width: 85%;
    margin: 8rem auto 10rem auto;
}

.post-wrapper .pt-100{
    width: 80%;
    margin: 8rem auto 10rem auto;
}

.interview{
    border-bottom: 1px solid #e0dfde;
    height: 30px;
    line-height: 30px;
}

.interview span{
    font-size: 13px;
}

.product-detail-content{
    margin-top: 5rem;
}

.product-detail-left-content{
    float: left;
    min-height: 300px;
    width: 70%;
}

.product-detail-left-content p img{
    max-width: 100%;
}

.product-detail-right-content{
    float: left;
    margin-left: 2%;
    width: 28%;
}

.product-detail-description p{
    margin-top: 10px;
    color: #a2a2a2;
    font-size: 12px;
}

.product-detail-title{
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 16px;
}

.product-detail-thumbnail{
    margin-top: 30px;
}

.thumbnail-left{
    float: left;
    font-size:12px;
    height:30px;
    line-height: 30px;
    text-align:center;
    width:46%;
    border-top: 1px solid #e0dfde;
    border-left: 1px solid #e0dfde;
    border-right: 1px solid #e0dfde;
}

.thumbnail-right{
    float: left;
    font-size:12px;
    height:30px;
    line-height: 30px;
    width:54%;
    border-bottom: 1px solid #e0dfde;
}

.des {
    margin-top: 60px;
    min-height: 250px;
}

.tab {
    padding: 0 10px;
    text-decoration: none;
    width: 90px;
    text-align: center;
    float: left;
}

.tab-curr{
    border-top: 1px solid #e0dfde;
    border-left: 1px solid #e0dfde;
    border-right: 1px solid #e0dfde;
    border-bottom: 1px solid #ffffff;
    height: 30px;
}

.ff-yh{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e0dfde;
    margin-bottom: 15px;
}

.ff-yh>div:hover{
    color: #00000061;
}

.ff-yh a{
    height: 100%;
}

.back-history{
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align:center;
    color: #ffffff;
    margin: 0 auto;
    background: #4C242C;
}

.back-history:hover{
    background: #984b5a !important;
}

.des div div{
    cursor: pointer;
}

.des div div p{
    color: #a2a2a2;
}
/* 产品详情页end */


.list_model_ul li{
    height: 62px;
    line-height: 62px;
    position: relative;
    font-size: 14px;
    border-bottom: 1px dotted #ddd;
    margin-left: 10%;
}

.list_model_ul li a{
    font-size: 14px;
}

.list_model_ul li a:hover{
    color: #A28363;
}

.list_model_ul li span{
    position: absolute;
    top: 0;
    right: 0;
}


.prevdiv{
    float: left;
    max-width: 40%;
}

.nextdiv{
    float: right;
    max-width: 40%;
}

.prevdiv a, .nextdiv a {
    font-size: 15px;
    font-weight: bold;
    color: #666;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    padding-top: 10px;
}

.prevdiv span, .nextdiv span {
    font-size: 15px;
    font-weight: bold;
    color: #666;
    display: block;
    padding-top: 10px;
}

.second-container-right-content img {
    max-width:100%!important;
    /*float: left;*/
    margin: 0 10px 5px 0;
}

.second-container-right-content p {
    text-align: justify;
}

