@charset "utf-8";
/* CSS Document */

/*banner*/
.banner-box{
    height: 495px;
}
.banner{
    top: 0;
    z-index: 1;
    height: 600px;
}
.banner .piclist{
    height: 100%;
    margin-top: 100px;
}
.banner .piclist li{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .piclist li a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner img{
    display: block;
    width: 100%;
}
.banner .submitbox{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25px;
    text-align: center;
}
.banner .submitbox span{
    display: inline-block;
    width: 60px;
    height: 5px;
    margin: 0 15px 20px;
    background: #fff;
    cursor: pointer;
}
.banner .submitbox span.on{
    background: #eed19e;
}


/*产品列表*/
.product-list{
    width: 1152px;
    padding: 8px 0;
}
.product-list li{
    float: left;
    width: 337px;
    height: 395px;
    margin: 37px 37px 0 0;
    border: 5px solid #fff2d9;
    background: #eed19e;
    text-align: center;
    overflow: hidden;
}
.product-list li .header-box{
    height: 59px;
    padding-top: 11px;
    color: #4c3115;
}
.product-list li .header-box .china{
    font-size: 18px;
    line-height: 26px;
}
.product-list li .header-box .eng{
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}
.product-list li .pic-box{
    position: relative;
    height: 325px;
}
.product-list li .pic-box .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    opacity: 0;
}
.product-list li img{
    display: block;
    width: 100%;
    height: 100%;
}
.product-list li .pic-box .content{
    position: absolute;
    top: 95px;
    left: 0;
    z-index: 1;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    opacity: 0;
    -webkit-transform:translateY(40px);
    -moz-transform:translateY(40px);
    -o-transform:translateY(40px);
    transform:translateY(40px);
}
.product-list li .pic-box .content dl{
    height: 120px;
    overflow: hidden;
}
.product-list li .pic-box .content a{
    color: #c09a57;
}
.product-list li .pic-box .content a:hover{
    text-decoration: underline;
}
.product-list li:hover{
    border-color: #eed19e;
    background-color: #c09a57;
}
.product-list li:hover .pic-box .bg{
    opacity: 1;
}
.product-list li:hover .pic-box .content{
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0);
    opacity: 1;
}


/*服装展厅*/
.exhibition{
    text-align: center;
}
.exhibition .title{
    padding: 35px 0 10px;
    font-weight: 400;
    font-size: 18px;
    color: #694b26;
}
.exhibition .title p{
    position: relative;
    display: inline-block;
    padding: 0 40px;
}
.exhibition .title p:before{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #694b26;
    content: '';
}
.exhibition .title span{
    position: relative;
    z-index: 1;
    padding: 0 3px;
    background: #fff;
}
.exhibition .info{
    font-family: '宋体';
    font-size: 12px;
    line-height: 20px;
    color: #7e7e7e;
}
.exhibition .info a{
    color: #ba292d;
}
.exhibition .info a:hover{
    text-decoration: underline;
}
.exhibition .exhibition-slider{
    height: 310px;
    margin: 20px 0 60px;
    overflow: hidden;
}
.exhibition .exhibition-slider .box{
    height: 100%;
}
.exhibition .exhibition-slider a{
    float: left;
    display: block;
    width: 260px;
    height: 300px;
    box-sizing: border-box;
    margin-right: 15px;
    border: 5px solid #fff2d9;
    overflow: hidden;
}
.exhibition .exhibition-slider .img{
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.exhibition .exhibition-slider a:hover{
    border-color: #eed19e;
}
.exhibition .exhibition-slider a:hover .img{
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}


.article-box{
    padding-bottom: 100px;
}
.article-box .box{
    width: 550px;
    height: 315px;
    border: 1px solid #eed2a0;
    border-radius: 2px;
    overflow: hidden;
}


.article-box .box ul{
    height: 270px;
    overflow: hidden;
}


.article-box .box dt{
    height: 45px;
    padding: 0 12px;
    background: #eed19e;
    font-size: 14px;
    line-height: 45px;
    color: #866636;
    overflow: hidden;
}
.article-box .box dt .more{
    float: right;
    color: #ba292d;
}
.article-box .box dt .more:hover{
    text-decoration: underline;
}
.article-box .box dd{
    height: 245px;
    margin: 12px;
    overflow: hidden;
}
/*关于我们*/
.about-box{
    float: left;
    font-size: 12px;
    color: #686868;
    line-height: 22px;
}
.about-box .pic{
    float: right;
    width: 185px;
    height: 245px;
    margin-left: 12px;
    background-position: center center;
    background-size: cover;
}
.about-box .cont{
    margin-right: 197px;
    overflow: hidden;
}
.about-box p{
    text-indent: 2em;
}


/*新闻列表*/
.news-list{
    float: right;
}
.news-list li{
    height: 35px;
    border-bottom: 1px dotted #b1b1b1;
    font-size: 12px;
    color: #686868;
    overflow: hidden;
}
.news-list li:last-child{
    border: none;
}
.news-list li .title-box{
    height: 35px;
    font-family: '宋体';
    line-height: 35px;
    overflow: hidden;
}
.news-list li .title-box .time{
    float: right;
    color: #694b26;
}
.news-list li .title-box .title{
    margin-right: 105px;
}
.news-list li .info{
    height: 60px;
    margin-bottom: 7px;
    font-family: '新宋体';
    line-height: 20px;
}
.news-list li .info a{
    color: #694b26;
}
.news-list li .info a:hover{
    text-decoration: underline;
}
.news-list li.on{
    height: auto;
}
.news-list li.on .title-box{
    font-size: 14px;
    font-family: '微软雅黑';
    color: #694b26;
}