/* 企业文化tab样式 */
.chairman ul li:nth-child(2){
    border-bottom: 2px solid #1478f0;
    color: #1478f0;
}
.chairman ul li:nth-child(2) a{
    color: #1478f0;
}
/* 详情 */
.activity_top .activity_img a{
    display: block;
    width: 234px;
    height: 239px;
}
.activity_img_img:after {
    margin-top: 289px;
    content: "";
    width: 0;
    height: 2px;
    background: #1478f0;
    position: absolute;
    top: 50px;
    left: 0;
    transition: all .5s;
}

.activity_img_img:hover:after {
   /*   left: 0%;
    width: 100%; */
}
.activity_img{
    position: relative;
}
.activity_img_img {
    margin-top: 8px;
    width: 234px;
    height: 239px;
    overflow: hidden;
}
.activity_top .activity_img_img img{
    transition: all 0.6s;
}
.activity_img_img img:hover{
    /*  transform: scale(1.1); */
}

.aaa:hover {
    background: #1478f0;
    color: #fff;
}
.business_btn button:hover{
    background: #1478f0;
    color: #fff;
}
.activity{
    margin-top: 40px;
    margin-bottom: 80px;
}
.activity_top{
    height: 342px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
}
.activity_top .activity_p {
    margin-left: 29px;
    margin-top: 40px;
	width: 874px;
}
.activity_top .activity_p h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.activity_top .activity_p h3:hover {
    color: #1478f0;
}
.activity_top .activity_p h4{
    font-size: 16px;
    color: #999999;
    margin-bottom: 20px;
}
.activity_top .activity_p p{
    line-height: 30px;
    font-size: 16px;
    color: #666;
}
.activity_top .activity_p span{
    font-size: 14px;
    color: #1478f0;
    line-height: 30px;
}

/* 底部按钮 */
/* 底部按钮 */
.business_btn{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px;
}
.business_btn span{
    color: #333;
    cursor: pointer;
}
.business_btn span:nth-child(1){
    display: inline-block;
    height: 40px;
    width: 92px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #d7d7d7;
}
.business_btn span:nth-child(2){
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #d7d7d7;
}
.business_btn span:nth-child(3){
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #d7d7d7;
}
.business_btn span:nth-child(4){
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #d7d7d7;
}
.business_btn span:nth-child(5){
    display: inline-block;
    height: 40px;
    width: 92px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #d7d7d7;
}
.business_btn span:nth-child(6){
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.business_btn span:nth-child(7) input{
    display: inline-block;
    height: 40px;
    width: 50px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #d7d7d7;
    margin: 0 5px;
    outline: none;
}
.business_btn button{
    display: inline-block;
    height: 45px;
    width: 55px;
    line-height: 45px;
    text-align: center;
    border: 2px solid #d7d7d7;
    background: #eeeeee;
    cursor: pointer;
}