img{
    width: auto;
}

.content-box{
    width: 1200px;
    margin: 30px auto 40px auto;
    overflow: hidden;
}
.news-banner{
    width: 100%;
    height: 250px;
    background: url("../img/news.png") no-repeat center;
}
/*左侧导航栏start*/
.left-box{
    width: 1200px;
    float: left;
    margin-top: 5px;
    background-color: #cc9933;
}
.now-position{
    font-size: 14px;
    text-indent: 25px;
    background: url("../img/home-icon.png") 0  3px no-repeat;
    height: 35px;
    color: #666;
}
.now-position a{
    color: #666;
}
.left-box .one-column{
    background-color: #cc9933;
    height: 80px;
    color: #fff;
    text-indent: 45px;
}
.one-column .column-cn{
    padding-top: 12px;
    font-size: 24px;
}
.one-column .column-en{
    font-size: 18px;
    font-family: arial, sans-serif;
}
.left-box .two-column{
    float: left;
    height: 60px;
    color: #fff;
    width: 240px;
    text-align: center;
}
.two-column a{
    font-size: 18px;
    line-height: 60px;

    color: #fff;
    font-weight: bold;
}
.column-select{
    background-color:  #522219;
}
.two-column:hover{
    background-color:  #522219;
}
.web-info{
    position: relative;
}
.web-info-box{
    width: 306px;
    margin-top: 45px;
    padding: 30px 0 15px 0;
    background-color: #fff;
    border: solid 2px #cc9933;
    overflow: hidden;
    border-radius: 8px;
    font-size: 14px;
    text-indent: 45px;
    line-height: 35px;
}

.web-info-box .qrcode-img{
    float: left;
    width: 98px;
    margin-top: 5px;
}
/*左侧导航栏end*/

/*右侧新闻列表start*/
.right-box{
    width: 1158px;
    float: right;
    margin-top: 5px;
    padding: 0 20px 20px 20px;
    border: solid 1px #e4eaee;
    background-color: #fff;
    min-height: 400px;
}
.type-box{
    overflow: hidden;
    margin-top: 20px;

}
.type-box li{
    float: left;
    margin: 0 20px 20px 20px;
    width: 150px;
    border: solid 1px #cc9933;
    background-color: #cc9933;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.type-box li a{
    color: #fff;
}
.type-box .select{
    background-color:  #522219;
    border: solid 1px #522219;

    color: #fff;
}
.type-box .select a{
    color: #fff;
}
.type-box li a{
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.type-box li:hover{
    background-color:  #522219;
    border: solid 1px #522219;
}
.type-box li:hover a{
    color: #fff;
}

.product-li{
    overflow: hidden;
}
.product-li li{
    position: relative;
    padding: 20px 0;
    border-bottom: dashed 1px #e8e8e8;
    overflow: hidden;
}
.product-li li .news-box{
    border-left: solid 2px #dddddd;
    padding-left: 14px;
    overflow: hidden;
}
.news-box .img-box{
    width: 176px;
    height: 128px;
    float: left;
    overflow: hidden;
}
.news-box .img-box img{
    /*height: 128px;*/
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    transition: 1s;
    -ms-interpolation-mode: bicubic;
}
.news-box .img-box img:hover{
    transform: scale(1.2);
}
.news-box  .text-box{
    float: right;
    width: 588px;
}
.news-box  .text-box .title{
    font-size: 18px;
    margin: 8px 0 15px 0;
}
.news-box .intro{
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
}
.news-box .time{
    font-size: 12px;
    float: left;
    color: #b8b7b7;
}
.news-box .more{
    height: 25px;
    float: right;
}
.news-box .more a{
    font-size: 12px;
    background-color: #058aca;
    color: #fff;
    padding: 2px 10px;
    border-radius: 15px;
}
.right-box li:hover .news-box{
    border-left: solid 2px #e87616;
}
.right-box li:hover .title{
    color: #cc9933;
}
.right-box li:hover .more a{
    background-color: #cc9933;
}

/*产品样式*/
.product-li{
    overflow: hidden;
}
.product-li li{
    width: 377px;
    /*height: 442px;*/
    float: left;
    margin: 0 13px 11px 0;
}
.product-li .no-margin{
    margin-right: 0;
}
.product-li li .pic-box-limit{
    width: 377px;
    /*height: 350px;*/
    overflow: hidden;
}
.product-li li .pic-box{
    display: table-cell;
    width: 377px;
    /*height: 280px;*/
    overflow: hidden;
    border: solid 1px #cc9933;

    vertical-align: middle;
}
.product-li li .pic-box img{
     display: block;
    margin: 0 auto;
    vertical-align: middle;
    transition: 1s;
    -ms-interpolation-mode: bicubic;
    height:280px;

}
.product-li li .pic-box img:hover{
    transform: scale(1.2);
}
.product-li li .title-box{
    height: 50px;
    background-color: #cc9933;
    text-align: center;
    line-height: 48px;
}
.product-li li .title-box a{
    color: #fff;
}

/*分页*/
.page{
    text-align: center;
    height: 40px;
    margin: 20px  auto 0 auto;
}
.page .prev,.page .current,.page .num,.page .next,.page .first,.page .end{

    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    background-color: #f0f4f7;
    margin-right: 0;
}
.page .current{
    background-color: #cc9933;
    color: #fff;
}
.page a:hover{
    background-color: #cc9933;
    color: #fff;
}
/*右侧新闻列表end*/

/*详情页start*/
.detail-title-box{
    height: 100px;
    text-align: center;
    margin-top: 30px;
}
.detail-title-box .detail-title{
    font-size: 18px;
    margin-bottom: 20px;
}
.detail-title-box .detail-time{
    font-size: 12px;color: #666;
    float: left;
    margin-left: 250px;
}
.detail-content{
    line-height: 1.8;
    color: #666;
    font-size: 14px;
}

/*详情页end*/

