/* 璧拌繘娣卞畨tab鏍峰紡 */
#chairman_wapper{
    height: 98px;
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}
.chairman {
    height: 58px;
    background-color: #fff;
}
.chairman ul {
    float: left;
    margin-top: 38px;
}
.chairman ul li {
    height: 58px;
    width: 126px;
    line-height: 58px;
    float: left;
    text-align: center;
}
.chairman ul li:nth-child(6){
    border-bottom: 2px solid #1478f0;
    color: #1478f0;
}
.chairman ul li:nth-child(6) a{
    color: #1478f0;
}
.main{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
/* 鍏徃鑽ｈ獕 */
.honor.first {
    margin-top: 74px;
    margin-bottom: 70px;
}
.honor {
    margin-top: 9px;
}
.honor .honor_top{
    width: 286px;
    height: 227px;
    text-align: center;
    margin-bottom: 58px;
    display:inline-block;
    margin-right:18px;
    font-size:16px;
    vertical-align: top;

}
.content-honor{
	position: relative;
    z-index: 2;
    background-color: #fff;
}

.timeline {
    position: absolute;
    top: 0px;
    left: -151px;
    width: 135px;
    box-shadow: 0px 0px 49px 0px rgba(52, 52, 52, 0.13);
    border-radius: 5px;
    padding-left: 14px;
    box-sizing: border-box;
    padding-bottom: 13px;
}
.timeline li{
    margin-top: 13px;
    height: 30px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 0px 5px 5px 0px;
    font-size: 16px;
    line-height: 30px;
    border-left: 4px solid #1478f0;
    text-align: center;
    color: #1478f0;
    display: inline-block;
    cursor: pointer;
}
.timeline li:hover,.timeline li.active{
    background-color: #1478f0;
    color: #fff;
}
.honor .honor_top p{
    font-size:16px
}
.honor .honor_top:nth-child(4n+4){
    margin-right:0px;
}
.honor .honor_top .honor_img {
    margin-bottom: 18px;
    overflow: hidden;
    height: 195px;
}
.honor_top .honor_img img{
    transition: all 0.6s;
    max-height:195px;
    max-width:100%;
}
.honor_top .honor_img img:hover{
    /*  transform: scale(1.1); */
}
.honor_top:hover p{
    color: #1478f0;
}
.honor .title{
    color: #1478f0;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 5px;
    border-bottom: 2px solid #ededed;
    margin-bottom: 77px;
    width: 100%;
	padding-left:3px
}
@media screen and (max-width: 760px){
    .main{
        width: 100%;
    }
    .timeline{
        position: static;
        width: 100%;
        height: auto;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .timeline ul{
        overflow: hidden;
    }
    .timeline li{
        width: 25%;
        box-sizing: border-box;
        float: left;
        border: none;
    }
}