.banner{
    height:824px;
    min-width: 1200px;
}
.swiper-container{
    height:100%;
}
.swiper-slide{
    height:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:#808080;
}
.banner img{
    max-width: 100%;
    display: block;
}
/*概况*/
.profile{
    padding:88px 0 100px;
}

.step-wrap{
    margin:59px auto 40px;
}
.step-wrap ul{
    overflow: hidden;
}
.step-wrap li{
    width:240px;
    float: left;
    text-align: center;
}
.step-wrap .step-icon{
    position: relative;
}
.step-wrap .step-icon:before{
    left:0;
}
.step-wrap .step-icon:after{
    right:0;
}
.step-wrap .step-icon:before,
.step-wrap .step-icon:after{
    width: 92px;
    height:1px;    
    background: #E80315;
    opacity: 0.45;
    position: absolute;
    content: '';
    top:50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.step-wrap li:first-child .step-icon:before,
.step-wrap li:last-child .step-icon:after{
    height:0;
}
.step-wrap .step-title{
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 16px;
    margin:10px 0 15px;
}
.step-wrap .step-info{  
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 14px;
}
.info-wrap{
    overflow: hidden;
}
.info-wrap > div{
    float:left;
}
.info-wrap .info-left{
    width:425px;
    height:350px;
    position: relative;
}
.info-wrap .info-left img{
    display: block;
    position: relative;
    z-index: 2;
}
.info-wrap .info-border{
    width:386px;
    height:300px;
    background: rgba(255, 255, 255, 0.45);
    border: 2px solid #E60012;
    position: absolute;
    top:43px;
    left:39px;
}
.info-wrap .info-right{
    width:704px;
    margin-left:70px;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 30px;
    padding-top:20px;
}
.info-wrap .info-important{
    color:#232323;
    font-size:18px;
}

/*核心业务*/
.business{
    height: 756px;
    padding-top:70px;
    background-image:url(../images/index/business.jpg);
    background-color: rgba(0, 0, 0, 0.3);
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}
.business-wrap{
    margin-top:60px;
}
.business-wrap::after{
    clear: both;
    content: '';
    display: block;
}
.business-item{
    width: 369px;
    height: 440px;
    text-align: center;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 34px 0px rgba(210, 210, 210, 0.5);
            box-shadow: 0px 10px 34px 0px rgba(210, 210, 210, 0.5);
    border-radius: 2px;
    padding:66px 10px 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float:left;
}
.business-item + .business-item{
    margin-left:46px;
}
.business-item p {       
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 25px;
}
.business-item img{
    display: block;
    margin:0 auto;
}
.business-item .business-title{  
    font-size: 18px;
    font-weight: 400;
    color: #101010;
    line-height: 27px;
    padding:25px 0 30px;
    position: relative;
    margin-bottom:30px;
}
.business-title::before{
    width: 60px;
    height: 4px;
    background: #EA0819;
    display: block;
    content: '';
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -30px;
}
.business-btn{
    width: 100px;
    height: 46px;
    line-height: 46px;
    background: #E60012;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin:40px auto 0;
    cursor: pointer;
}
.business-btn a{
    text-decoration: none;
    color: #FFFFFF;
}
/*资讯*/
.information{
    padding:70px 0;
}
.information-wrap{
    overflow: hidden;
    margin-top:60px;
}
.information-wrap > div{
    float:left;
}
.information-wrap .information-right{
    width:400px;
    margin-left:10px;
    overflow: hidden;
}
.information-wrap .information-right > div{
    float: left;
    cursor: pointer;
}
.information .information-model1{
    height:400px;
    width:790px;
    cursor: pointer;
    background:url(../images/index/business1.jpg) center no-repeat;
}
.information .information-model1 .information-cover{
    width:100%;
    height: 100%;
}
.information .information-model1 .information-title{
    font-size: 18px;
    font-weight: 600;
    color: #E60012;
    margin-bottom:10px;
}
.information .information-model1 .information-text{
    width: 370px;
    height: 96px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    letter-spacing: 1px;
}
.information .information-model1 .information-ewm{
    width:110px;
    height:140px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.25);
}
.information .information-model2{
    background:url(../images/index/business2.jpg) center no-repeat;
}
.information .information-model3{
    background:url(../images/index/business3.jpg) center no-repeat;
}
.information .information-model4{
    background:url(../images/index/business4.jpg) center no-repeat;
}
.information .information-model5{
    height:200px;
    width:200px;
    font-size: 22px;
    padding:56px 0 0 19px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF2A3B), to(#E60012));
    background: linear-gradient(180deg, #FF2A3B 0%, #E60012 100%);
}
.information .information-model5:hover{
    padding-left: 50px;
}
.information .information-sort{
    font-size: 30px;
    font-weight: bold;
    color: #E90618;
    line-height: 30px;
    margin-bottom:10px;
}
.information .information-title{
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 18px;
    margin-bottom:6px;
}
.information .information-text{    
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
}
.information .information-cover{
    height:200px;
    width:200px;
    padding:18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: rgba(0, 0, 0, 0.25);
}
/*运营网络*/
.operation{
    height:760px;
    background:url(../images/index/index_operation.jpg) center no-repeat;
    background-size:cover;
    padding-top:70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.operation-tab{
    width:328px;
    overflow: hidden;
    margin:30px auto 43px; 
}
.operation-tab > div{
    width: 162px;
    height: 50px;
    float: left;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0px 2px 2px 0px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.operation-tab .operation-acitve{
    background: rgba(230, 0, 18, 0.1);
}
.operation-tab > div:hover{
    opacity: .7;
}
.operation-tab .operation-acitve:hover{
    opacity: 1;
}
.operation-map{
    width:497px;
    height:411px;
    float: left;
}
.operation-map img{
    width:497px;
    display: none;
}
.operation-map img.active{
    display: block;
}
.operation-content{
    overflow: hidden;
}
.operation-text{
    float: left;
    width: 392px;
    height: 254px;
    padding:11px 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    margin:83px 0 0 127px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 1px;
    display: none;
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.operation-text.active{
    display: block;
}
.operation-text p:first-child{
    margin-top:10px;
    font-size: 16px;
}
.operation-text p + p{
    margin-top:10px;
}

/*合作伙伴*/
.partner{
    padding:89px 0 81px;
}
.partner-wrap{
    margin-top:50px;   
}
.partner-wrap ul{
    overflow: hidden;
}
.partner-wrap li{
    width:20%;
    float: left;
    cursor: pointer;
}


.head-logo{
    margin-right: 44px;
}
.head-nav li a{
    margin-top: 30px;
    line-height: 18px;
}
.title-wrap{
    height:60px;
}