.swiper{
    position: relative;
}
.swiper .text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color:#fff;
}
.swiper .text h3{
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 20px;
    text-indent: 50px;
    background: url("../images/team/about_icon.png") no-repeat left center;
}
.swiper .text p{
    font-size: 22px;
    letter-spacing: 20px;
    margin-top:15px;
}
.swiper .img img{
    width: 100%;
    height: 100%;
}
.team_top{
    background-color: #fff;
    border-bottom: 1px solid #e9eaeb;
}
.team_t_t ul{
   display: flex;
    justify-content: center;
}
.team_t_t ul li~li{
    margin-left:70px;
}
.team_t_t ul li a{
    display: block;
    font-size: 18px;
    color:#333333;
    padding: 26px 0;
    position: relative;
}
.team_t_t ul li:hover a{
    color:#ae0a29;
}
.team_t_t ul li a:after{
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    left:50%;
    transform: translateX(-50%);
    background-color:#ae0a29;
    bottom: -1px;
    transition: .3s;
}
.team_t_t ul li:hover a:after{
    width: 100%;
}
.team_bottom{
    background-color:#f5f5f5;
    padding: 60px 0 20px 0;
}
.team_b_b ul li{
    width: calc(25% - 30px);
    background-color: #fff;
    padding: 30px 15px 50px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.team_b_b ul li:hover{
    box-shadow: 0 2px 24px rgba(204,204,204,0.8);
}
.team_b_b ul li .img{
    width: 120px;
    height: 120px;
    margin: 9px auto;
    overflow: hidden;
}
.team_b_b ul li .img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.team_b_b ul li~li{
    margin-left: 40px;
}
.team_b_b ul li:nth-of-type(4n+1){
    margin-left: 0;
}
.team_b_b ul li .text span{
    text-align: center;
    line-height:45px;
    font-size: 16px;
    color: #282e3a;
}
.team_b_b ul li .text p{
    line-height: 27px;
    font-size: 14px;
    color: #282e3a;
    padding: 0 5px;
    margin-bottom: 30px;
}
.team_b_b ul li .text i{
    display:block;
    width: 29px;
    margin: 0 auto;
    height: 8px;
    background: url(../images/status/iconArrow.png) no-repeat center center;
}
.team_b_b ul li:hover .text i{
    background: url(../images/status/iconArrow_red.png) no-repeat center center;
}
@media (max-width:600px){
    .team_top{
        display: none;
    }
    .swiper .img{
        height: 200px;
    }
    .swiper .text h3{
        font-size: 24px;
        letter-spacing: 13px;
    }
    .swiper .text p{
        font-size: 18px;
        letter-spacing: 15px;
        margin-top: 10px;
    }
}
@media (max-width:470px){
    .swiper .img{
        height: 170px;
    }
    .swiper .text h3{
        font-size: 22px;
        letter-spacing: 8px;
        text-indent: 44px;
    }
    .swiper .text p{
        font-size: 18px;
        letter-spacing: 11px;
        margin-top: 10px;
    }
}
@media (max-width:343px){
    .swiper .text h3{
        letter-spacing:7px;
    }
    .swiper .text p{
        letter-spacing: 10px;
    }
}
@media (max-width:600px){
    .team_b_b ul li{
        width: 100%;
        float: none;
        margin-bottom: 20px;
        padding: 20px;
    }
    .team_b_b ul li~li{
        margin-left: 0;
    }
    .team_bottom{
        padding: 20px;
        box-sizing: border-box;
    }
    .team_b_b ul li .text p{
        margin-bottom:10px;
    }
    .team_b_b ul li .text i{
        margin-bottom: 5px;
    }
}
.contact ul li{
    height: 340px;
}
.contact ul li .img{
    margin-top:45px;
}
.contact ul li .img img{
    border-radius: 0;
}
.contact ul .location .img{
    width: 50px;
    height: 52px;
}
.contact ul .tel .img{
    width: 58px;
    height: 49px;
}
.contact ul .email .img{
    width: 50px;
    height: 39px;
}
.contact ul .qq .img{
    width: 46px;
    height: 52px;
}
.contact ul li .text span{
    margin: 30px 0;
    font-size: 20px;
    color:#282e3a;
    line-height: 22px;
}
.contact ul li .text p{
    line-height: 28px;
    color: #282e3a;
    font-size: 16px;
}
.contact ul li:hover{
    box-shadow:none;
}
@media (max-width:600px){
    .contact ul li{
        height:auto;
    }
    .contact ul li .img{
        margin:0 auto;
    }
    .contact ul .location .img{
        width: 30px;
        height: 32px;
    }
    .contact ul .tel .img{
        width: 38px;
        height: 29px;
    }
    .contact ul .email .img{
        width: 30px;
        height: 26px;
    }
    .contact ul .qq .img{
        width: 28px;
        height: 32px;
    }
    .contact ul li .text span{
        margin: 15px 0 10px 0;
        font-size: 18px
    }
    .contact ul li .text p{
        margin-bottom: 0;
        line-height: 25px;
    }
}
.team_detail{
    padding: 0 0 70px 0;
    background-color: #f5f5f5;
}
.team_detail .crumbnav{
    line-height: 76px;
}
.team_detail .crumbnav a{
    display: inline-block;
    color:#333;
}
.team_detail .crumbnav a:first-of-type{
    padding-left: 27px;
    background:url("../images/team/square.png") no-repeat left center;
}
.team_detail .crumbnav a.active{
    color:#ae0a29;
}
.detail_content{
    background-color: #f5f5f5;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 30px;
}
.detail_content .dl{
    padding-right: 50px;
}
.detail_content .dl .img{
    width: 120px;
    /* height: 120px; */
    overflow: hidden;
}
.detail_content .dl .img img{
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
}
.detail_content .dl > span{
    display: block;
    text-align: center;
    font-size: 20px;
    color:#282e3a;
    margin-top: 20px;
}
.detail_content .dr{
    width: calc(100% - 171px);
    border-left: 1px solid #e0e0e0;
    padding-left: 50px;
    box-sizing: border-box;
}
.detail_content .dr p{
    line-height: 28px;
    color: #666666;
    font-size: 16px;
    text-indent: 2em;
}
.detail_content .dr p~p{
    /* margin-top: 28px; */
}
@media (max-width:600px){
    .team_detail{
        padding: 0 20px 35px 20px;
    }
    .team_detail .crumbnav{
        line-height: 50px;
    }
    .detail_content{
        padding: 20px 20px 30px 20px;
    }
    .detail_content .dl,
    .detail_content .dr{
        width: 100%;
        float: none;
        padding: 0;
        border: 0;
    }
    .detail_content .dl .img{
        margin: 0 auto;
    }
    .detail_content .dl > span{
        margin: 10px 0 15px;
    }
    .detail_content .dr p~p{
        margin-top: 15px;
    }
}
.list_wrap{
    background-color: #f5f5f5;
    padding-bottom: 140px;
}
.list ul li{
    line-height: 99px;
    border-bottom: 1px solid #e0e1e2;
}
.list ul li p{
    padding-left: 55px;
    width:80%;
    box-sizing: border-box;
    background: url("../images/team/list_icon.png") no-repeat left center;
}
.list ul li:hover p{
    background: url("../images/team/list_icon_red.png") no-repeat left center;
}
.list ul li a{
    color:#282e3a;
}
.list ul li:hover a{
    color:#ae0a29;
}
@media (max-width:600px){
    .list_wrap{
        padding: 20px 20px 100px 20px;
    }
    .list ul li{
        line-height: 50px;
    }
    .list ul li p{
        padding-left:20px;
        background-size: 20px 20px;
    }
    .list ul li:hover p{
        background-size: 20px 20px;
    }
}
@media (max-width:500px){
    .list ul li p{
        width: 70%;
    }
}
@media (max-width:350px){
    .list ul li p{
        width:68%;
    }
}
.list_content .title{
    border-bottom: 1px solid #e0e0e0;
}
.list_content .title h2{
    font-size: 20px;
    color:#282e3a;
}
.list_content .title span{
    margin: 30px 0;
    color:#999999;
    font-size: 14px;
}
.list_content .content{
    padding: 40px 0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px;
}
.list_content .content p{
    text-indent: 2em;
    line-height: 28px;
    color: #666666;
    font-size: 14px;
}
.list_content .content p~p{
    margin-top: 28px;
}
.list_content .pagination a{
    color:#333333;
    font-size: 14px;
    line-height: 30px;
}
.list_content .pagination a:hover{
    color:#ae0a29;
}
.list_content .pagination a span{
    color:#999999;
}
@media (max-width:600px){
    .list_content .title h2{
        font-size: 18px;
    }
    .list_content .title span{
        margin: 15px 0;
    }
    .list_content .content{
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .list_content .content p~p{
        margin-top: 15px;
    }
    .list_content .pagination a{
        line-height: 25px;
    }
    .list_content .pagination a~a{
        margin-top: 10px;
    }
}
.list_content  .m{
    width:550px;
    height:250px;
    margin: 30px auto;
}
.video_content .content{
    border: 0;
    margin-bottom:0;
    padding-bottom:0;
}
@media (max-width:600px){
    .video_content{
        padding: 20px;
    }
    .video_content .m{
        width: 100%;
        height: 210px;
        margin: 10px auto;
    }
}
@media (max-width:400px){
    .video_content .m{
        height: 160px;
    }
}