@charset "utf-8";
/* CSS Document */


.page-box{
    text-align: center;
    font-size: 12px;
}
.page-box a,.page-box span{
    display: inline-block;
    margin-right: 10px;
    padding: 0 8px;
    border: 1px solid #d9d6d6;
    background: #eee;
    line-height: 18px;
    color: #898989;
}
.page-box .number:hover,.page-box span.number{
    background: #fdefd4;
    border-color: #eed19e;
    color: #ca8500;
}
.page-box a.btn{
    background: #fdefd4;
    border-color: #eed19e;
    color: #ca8500;
}
.page-box span.btn{
    color: #ccc;
}

.transition-btn{
    position: relative;
    overflow: hidden;
}
.transition-btn:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(175,135,60,.3);
    -webkit-transform:translateX(-100%);
    -moz-transform:translateX(-100%);
    -o-transform:translateX(-100%);
    transform:translateX(-100%);
    content: '';
    -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.transition-btn:hover:after{
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -o-transform:translateX(0);
    transform:translateX(0);
}



#sub-banner{
    height: 290px;
    margin-bottom: 25px;
    background-size: auto 396px;
    background-color: #010100;
    background-repeat: no-repeat;
    background-position: center 0;
    background-attachment: fixed;
}



#sub-nav{
    float: left;
    width: 300px;
}
#sub-nav .pin,
#sub-nav .nav{
    width: 300px !important;
}
#sub-nav dt{
    position: relative;
    height: 110px;
    margin-bottom: 1px;
    padding-left: 95px;
    line-height: 110px;
    background: #c09a57;
    color: #fff;
    vertical-align: bottom;
    overflow: hidden;
}
#sub-nav dt:after{
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -19px;
    width: 37px;
    height: 37px;
    background: url(../img/sub-bg.png) 0 0 no-repeat;
    content: '';
}
#sub-nav dt .eng{
    font-size: 17px;
}
#sub-nav dt .china{
    font-size: 20px;
    font-weight: bold;
}
#sub-nav dd{
    background: #eee;
    overflow: hidden;
}
#sub-nav dd:after{
    display: block;
    height: 25px;
    border: 1px solid #ddd;
    border-top: 0;
    content: '';
}
#sub-nav dd a{
    display: block;
    height: 39px;
    padding: 0 55px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #e2e2e2;
    font-size: 12px;
    font-family: '宋体';
    line-height: 40px;
    color: #585858;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}
#sub-nav dd a:first-child{
    border-top: 1px solid #ddd;
}
#sub-nav dd a .icon{
    float: right;
    font-size: 22px;
}
#sub-nav dd a.on,#sub-nav dd a:hover{
    background: #c09a57;
    border-left-color: #c09a57;
    border-right-color: #c09a57;
    border-top-color: #c09a57;
    color: #fff;
}
#sub-nav .quick{
    width: 310px;
    padding: 20px 0 40px;
}
#sub-nav .quick a{
    float: left;
    display: block;
    width: 143px;
    height: 40px;
    margin: 0 10px 10px 0;
    border: 1px solid #d9d6d6;
    background: #eee;
    text-align: center;
    color: #848484;
    line-height: 20px;
    text-transform: uppercase;
}
#sub-nav .quick a:hover{
    background: #c09a57;
    color: #fff;
}
#sub-nav .quick a .china{
    font-size: 14px;
}
#sub-nav .quick a .eng{
    font-size: 12px;
}

#sub-content{
    float: right;
    width: 785px;
}
#sub-content .header{
    border-bottom: 2px solid #dedede;
    font-size: 12px;
    font-family: '宋体';
    line-height: 26px;
    text-align: right;
    color: #7b7a7a;
    overflow: hidden;
}
#sub-content h3.page-title{
    height: 18px;
    margin: 17px 0 22px;
    padding-left: 15px;
    border-left: 4px solid #c09a57;
    font-size: 17px;
    color: #373737;
    font-weight: 400;
    line-height: 1;
}



#pic-list .page-bg{
    padding-bottom: 30px;
    overflow: hidden;
}
#pic-list #sub-content .tab-header{
    text-align: center;
}
#pic-list #sub-content .tab-header a{
    display: inline-block;
    width: 144px;
    height: 34px;
    margin: 0 12px;
    background: #eee;
    border: 1px solid #d9d6d6;
    font-size: 14px;
    line-height: 34px;
    color: #848484;
    overflow: hidden;
}
#pic-list #sub-content .tab-header a:hover,#pic-list #sub-content .tab-header a.on{
    background: #eed19e;
    border-color: #fff2d9;
    color: #67431e;
}
#pic-list #sub-content .list{
    width: 810px;
    padding: 25px 0 30px;
}
#pic-list #sub-content .list li{
    float: left;
    width: 179px;
    margin: 0 23px 23px 0;
}
#pic-list #sub-content .list li a{
    display: block;
    height: 215px;
    border: 2px solid #fdefd4;
    background: #eed19e;
    overflow: hidden;
}
#pic-list #sub-content .list .name{
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    color: #4c3115;
    text-align: center;
}
#pic-list #sub-content .list .pic{
    height: 180px;
    overflow: hidden;
}
#pic-list #sub-content .list .img{
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
#pic-list #sub-content .list a:hover{
    border-color: #eed19e;
    background-color: #c09a57;
}
#pic-list #sub-content .list 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);
}



#single-page .page-bg{
    padding-bottom: 50px;
}
#single-page article{
    padding: 0 0 18px;
    font-size: 12px;
    color: #4d4d4d;
    overflow: hidden;
}



#article .page-bg{
    padding-bottom: 30px;
}
#article article header{
    border-bottom: 2px solid #ececec;
    text-align: center;
}
#article article header .title{
    font-size: 18px;
    color: #151515;
    font-weight: 400;
    line-height: 30px;
}
#article article header .info{
    padding: 5px 0 8px;
    font-family: '宋体';
    font-size: 12px;
    color: #c09a57;
    line-height: 24px;
}
#article article header .info span{
    padding: 0 5px;
}
#article article .content{
    padding: 18px 0;
    font-size: 12px;
    color: #4d4d4d;
    overflow: hidden;
}
#article .btn-box{
    line-height: 30px;
    color: #bbb;
    font-size: 12px;
}
#article .btn-box .label,#article .btn-box a{
    color: #c09a57;
}
#article .btn-box a:hover{
    text-decoration: underline;
}



#product .page-bg{
    padding-bottom: 30px;
}
#product article{
    width: 610px;
    margin: auto;
    padding-bottom: 10px;
}
#product article header{
    border-bottom: 2px solid #ececec;
    text-align: center;
}
#product article header .title{
    font-size: 18px;
    color: #151515;
    font-weight: 400;
    line-height: 30px;
}
#product article header .info{
    padding: 5px 0 8px;
    font-family: '宋体';
    font-size: 12px;
    color: #979797;
    line-height: 24px;
}
#product article header .info span{
    padding: 0 5px;
}
#product article .content{
    padding: 18px 0 0;
    font-size: 12px;
    color: #4d4d4d;
    overflow: hidden;
}
#product article .content img{
    display: block;
    max-width: 610px;
    margin: 0 auto 15px;
}
#product article .back-btn{
    float: right;
    display: block;
    width: 88px;
    height: 28px;
    background: #fdefd4;
    border: 1px solid #eed19e;
    font-size: 12px;
    font-family: '宋体';
    line-height: 28px;
    text-align: center;
    color: #ca8500;
    overflow: hidden;
}





#news-list .page-bg{
    padding-bottom: 30px;
}
#news-list #sub-content .list{
    padding-bottom: 8px;
}
#news-list #sub-content .list li{
    position: relative;
    min-height: 165px;
    margin-bottom: 25px;
    padding: 0 0 10px 250px;
    border-bottom: 1px dashed #e5e5e5;
}
#news-list #sub-content .list .thumb{
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 165px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#news-list #sub-content .list .thumb:hover{
    opacity: .7;
}
#news-list #sub-content .list .title{
    padding-top: 10px;
    font-size: 18px;
    font-weight: 400;
}
#news-list #sub-content .list .title a{
    color: #151515;
}
#news-list #sub-content .list .title a:hover{
    color: #b07c04;
}
#news-list #sub-content .list .time{
    margin: 8px 0;
    font-size: 12px;
    color: #666;
}
#news-list #sub-content .list .info{
    height: 48px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 24px;
    color: #666;
    font-family: '宋体';
    overflow: hidden;
}
#news-list #sub-content .list .more{
    display: block;
    width: 90px;
    height: 30px;
    background: #c09a57;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-family: '宋体';
    line-height: 30px;
    overflow: hidden;
}




#depict-list .page-bg{
    padding-bottom: 30px;
}
#depict-list #sub-content dl{
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
#depict-list #sub-content dt{
  font-size: 18px;
  line-height: 23px;
}
#depict-list #sub-content dt a{
    color: #333;
}
#depict-list #sub-content dt a:hover{
    color: #b07c04;
}
#depict-list #sub-content .info{
  margin-top: 3px;
  padding-bottom: 5px;
  color: #999;
  border-bottom: 1px dotted #ccc;
}
#depict-list #sub-content .info span{
    margin-right: 12px;
}
#depict-list #sub-content .image{
    margin-top: 12px;
}
#depict-list #sub-content .image img{
  max-width: 200px;
  max-height: 200px;
}
#depict-list #sub-content .desc{
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}
#depict-list #sub-content .desc a{
    margin-left: 5px;
    color: #b07c04;
}
#depict-list #sub-content .desc a:hover{
    text-decoration: underline;
}




#txt-list .page-bg{
    padding-bottom: 30px;
}
#txt-list #sub-content .list{
    padding-bottom: 8px;
}
#txt-list #sub-content .list li{
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
}
#txt-list #sub-content .list a{
    color: #666;
}
#txt-list #sub-content .list a:hover{
    color: #c09a57;
}
#txt-list #sub-content .list .time{
    float: right;
}
#txt-list #sub-content .list .title{
    margin-right: 100px;
}
#txt-list #sub-content .list .line{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}