/*轮播图样式*/
.swiper-container{
    width:100%;
    max-width: 1200px;
    min-width: 1200px;
    height:400px;
    margin-bottom: 60px;
    position: relative;
}
.swiper-container .swiper-wrapper{
    width:100%;
    height:360px;
}
.swiper-container .swiper-wrapper .swiper-slide{
    width: 100%;
    height:360px;
    position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide img{
    width:100%;
    height:100%;
}
.swiper-container .swiper-pagination{
    position:absolute;
    bottom:0;
}
.swiper-pagination .swiper-pagination-bullet{
    width:50px;
    height:10px;
    background: #7fafd1;
    border-radius:0;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active{
    background: #005fa4;
}
/*公司简介 外包服务*/
.brief{
    width:100%;
    margin-bottom: 150px;
    padding-top: 28px;
    background: url("../images/bg.png") no-repeat center 0;
}
.brief .content{
    position: relative;
}
.brief .content .border{
    position: absolute;
    left:599px;
    top:75px;
}
.brief .content .introduction{
    float:left;
}
.brief .content .introduction .title{
    width:475px;
}
.brief .content .server{
    float:right;
}
.brief .content .server .title{
    width:495px;
    padding-bottom: 20px;
}
.brief .content .title{
    margin-bottom: 45px;
}
.brief .content .title span{
    font-size:22px;
    line-height:22px;
    color:#0f0f0f;
}
.brief .content .title span:nth-child(1){
    float:left;
}
.brief .content .title span:nth-child(2){
    float:right;
}
.brief .content .title span i{
    color:#666666;
}
.brief .content .title span a{
    color:#666666;
    font-size:16px;
    margin-top:3px;
}
.brief .content .contents{
    padding-left: 10px;
    height:108px;
}
.brief .content .contents img{
    float:left;
}
.brief .content .introduction-content img{
    width:85px;
    height:93px;
    margin-top: 8px;
}
.brief .content .server-content img{
    width:94px;
    height:60px;
    margin-top: 23px;
}
.brief .content .contents p{
    height:100%;
    width:360px;
    float:right;
    line-height: 27.5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
/*企业合作*/
.company{
    width:100%;
    padding-top: 28px;
    margin-bottom: 134px;
    background: url("../images/bg.png") no-repeat center 0;
}
.company .title{
    width:100%;
    margin-bottom: 60px;
    font-size:22px;
    line-height:22px;
    color:#0f0f0f;
}
.company .title em{
    color:#666666;
    font-size:16px;
    margin-top:3px;
}
.company .contents{
    width:100%;
}
.company .contents ul{
    width:100%;
    height:85px;
    margin-bottom: 30px;
    display: -webkit-flex;
    display:flex;
    justify-content: space-between;
}
.company .contents ul li{
    width:160px;
}
.company .contents ul li.beijingLongBei{
    width:360px;
}
.company .contents ul li.companys{
    border: 2px solid #e4e3e2;
    width:156px;
    line-height: 81px;
}
.company .contents ul li.bctc{
    line-height: 76px;
}
.company .contents ul li.bctc a img{
    height:65px;
    padding-top: -10px;
}
.company .contents ul li a{
    width:100%;
    height:100%;
}
.company .contents ul li a img{
    width:100%;
    height:100%;
}
