.banner{
    width: 100%;
}
.img-responsive{
	width: 100%;
}
.fl {
    float: left;
}

a:hover {
    text-decoration: none;
}

.fr {
    float: right;
}

/*员工活动*/
.staff_active{
    background-color: #eef0f8;
    text-align: center;
    margin: 0 auto;
}
.staff_active .wrap {
    width: 62.5%;
    padding: 80px 0px;
    margin: 0px auto 0px auto;
}
.staff_active .staff_active_title {
    text-align: center;
    background-color: white;
}
.staff_active .staff_active_title span {
    color: red;
    font-size: 26px;
    line-height: 60px;
}
.staff_active .active_item {
    margin-bottom: 60px;
}
.staff_active .ad_title{
    font-size: 28px;
    margin-bottom: 32px;
}
.staff_active .more{
    display: inline-block;
    float: right;
    margin-top: 1.3%;
    font-size: 14px;
    color: #676767;
}
.staff_active a{
    display: block;
    color: rgba(0,0,0,.9);
    transition: .3s;
	background:#fff;
    text-decoration: none;
}
.staff_active a:hover{
    color: #e62129;
}
.staff_active a big {
    display: block;
    overflow: hidden;
}
.staff_active a big img {
    transition: 1s;
}
.staff_active a big img:hover {
    transform: scale(1.3);
}
.staff_active a span {
    padding: 20px 10px;
    display: block;
}
.staff_active a h4 {
    font-size: 2.1rem;
    line-height: 30px;
}
.staff_active a p {
    font-size: 1.4rem;
    line-height: 16px;
    font-family: arial;
    transition: .1s;
}
.staff_active a:hover p {
    color: #e62129;
}
.staff_active a small {
    display: block;
    color: #808080;
    font-size: 1.4rem;
    line-height: 24px;
    padding: 10px 0px 0;
    transition: .3s;
}
.staff_active a:hover small {
    color: #e62129;
}


/*PHONE屏幕下的专用样式*/
@media screen and (max-width:767px) {
    .staff_active .wrap{
        width: 90%;
        padding: 40px 0px;
    }
    .staff_active .active_item {
	    margin-bottom: 20px;
	}
    .staff_active .ad_title{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .staff_active .staff_active_title span {
        line-height: 50px;
        font-size: 20px;
        font-weight: bold;
    }
    .staff_active a span {
        padding: 10px;
        display: block;
    }
    .staff_active a h4 {
        font-size:14px;
        line-height: 24px;
    }
    .staff_active a small {
        font-size: 12px;
        padding: 0px;
    }
    .staff_active a{
        margin-bottom: 20px;
    }

}
/*PAD屏幕下的专用样式*/
@media screen and (min-width: 768px) and (max-width:991px ){
    .staff_active .wrap{
        width: 90%;
        padding: 50px 0px;
    }
    .staff_active .staff_active_title span {
        font-size: 24px;
        line-height: 60px;
    }
    .staff_active a span {
        padding: 10px;
        display: block;
    }
    .staff_active a h4 {
        font-size:14px;
        line-height: 24px;
    }
    .staff_active a small {
        font-size: 12px;
        padding: 0px;
    }
}
/*中等PC屏幕下的专用样式*/
@media screen and (min-width:992px) and (max-width: 1199px) {
    .staff_active .wrap{
        width: 90%;
        padding: 60px 0px;
    }
    .staff_active a h4 {
        font-size:16px;
        line-height: 30px;
    }
    .staff_active .staff_active_title span {
        font-size: 24px;
        line-height: 60px;
    }
}
/*超大PC屏幕下的专用样式*/
@media screen and (min-width:1200px) {

}