@import "common.css";
.head .slogan h2:first-child{
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.head .slogan h2:nth-child(2){
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

#content{
    width: 1200px;
    margin: 0 auto;
}
/*放大的图片*/
.big_img{
    position: fixed;
    width: 100%;
    height: 950px;
    background-color: rgba(204,204,204,0.5);
    text-align: center;
    padding-top: 145px;
    z-index: 20;
    display: none;
}
.big_img>img{
    width: 1000px;
    height: 660px;
}
/*右侧*/
#right{
    width: 910px;
    float: right;
}
/*文章*/
#right #article{
    border: 1px solid #ddd;
    padding:0 20px;
    margin-bottom: 20px;
}
#right #article>h1,#article>p{
    text-align: center;
}
#right #article>h1{
    margin-top: 30px;
    color: #333;
}
#right #article>p{
    margin-top: 15px;
    margin-bottom: 30px;
}
#right #article>p>span{
    margin:0 15px;
    font-size: 14px;
    color: #999;
}
#right #article>p>span>em{
    color: #999;
}
#right .arti_body{
    font-size: 14px;
    color: #999999;
    border-top: 1px solid #ddd;
    padding: 35px 0;
}
/*图片居中*/
#right .arti_body>p{
    text-indent:2em;
    margin-top: 20px;
}
#right .arti_body>p.img-wrap{
    width: 700px;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
    text-indent: 0;
}
#right .arti_body>p.img-wrap img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
#right .arti_body>p.line{
width: 700px;
height: 0;
margin: 0 auto;
border-top: 1px solid #ddd;
margin-top: 35px;
}
/*相关荣誉*/
#right .honor{
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 0 20px;
    position: relative;
}
#right .honor>div:first-child{
    font-size: 20px;
    padding: 20px 0px;
    border-bottom: 1px solid #ddd;

}
/*滚动图片*/

.honors{
    width: 868px;
    height: 250px;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}
.honors .slide {
    width: 1540px;
    height: 212px;
    overflow: hidden;
    position: absolute;
    left: 0;
}
.honors .slide div {
    width: 220px;
    height: 212px;
    float: left;
    margin-bottom: 10px;
}
.honors .slide div:hover{
    cursor: pointer;
}
.honors .slide div>span{
    display: block;
    width: 208px;
    height: 140px;
    margin-bottom: 10px;
}
.honors .slide div p{
    font-size: 14px;
    text-align: center;
    height: 50px;
    line-height: 25px;
    padding: 0 5px;
    margin: 0 auto;
}
.honors .slide div:hover p{
    color: #df2300;
    text-decoration: underline;
}

/*箭头*/
.honor .arrow{
    position: absolute;
    z-index: 10;
    width: 35px;
    height: 60px;
    background-image: url("../images/arrow_left.png");
    background-repeat:no-repeat;
    background-position:center;
    background-color: rgb(204,204,204);
    opacity: 0.5;
    filter: alpha(opacity = 50);/* 兼容IE6、7、8 */
    top: 50%;
    margin-top: -30px;
}
.honor a.next{
    background-image: url("../images/arrow_right.png");
    right: 0;
}
.honor a.prev{
    left: 0;
}
