html, body{
    height: 115%;
}
.header-nav ul .nav-active a span{
    background: url('../images/shouye-lan.png') no-repeat;
    background-size: 100% 100%;
}
/* banner */
.banner{
    position: relative;
    height: 90%;
    overflow: hidden;
    background: #f0f0f0;
}
.banner-img{
    z-index: 1;
    position: relative;
    height: 100%;
}
.slide{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slide-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform;
}
.banner-cont{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-cont .cont{
    position: absolute;
    right: 168px;
    top: 202px;
}
.banner-cont .cont a{
    display: block;
    background: #0076a2;
    width: 200px;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border-radius: 3px;
    margin: 70px 0 0;
    cursor: pointer;
}
.slide__text-heading{
    color: #38496e;
    font-size: 64px;
    font-weight: normal;
    line-height: 64px;
    letter-spacing: 7px;
}
.slide__text-line{
    width: 208px;
    height: 1px;
    background: #38496e;
    margin: 20px 0;
}
.slide__text-desc{
    clear: both;
    font-size: 28px;
    line-height: 28px;
    color: #38496e;
    /* font-weight: lighter !important; */
    margin-bottom: 20px;
    letter-spacing: 5px;
}
.slide .slide-bg{
    background-image: url('../img/serviceone/home/banner-1366.png');
}

@media screen and (min-width: 1920px) {
    .banner{
        height: 100%;
    }
    .slide .slide-bg{
        background-image: url('../img/serviceone/home/banner-1920.png');
    }
    .banner-cont .cont{
        right: 219px;
        top: 290px;
    }
    .slide__text-heading{
        font-size: 85px;
    }
    .slide__text-desc{
        font-size: 37px;
        line-height: 45px;
    }
}
@media screen and (min-width: 2560px) {
    .slide .slide-bg{
        background-image: url('../img/serviceone/home/banner-2560.png');
    }
}
/*立即咨询*/
.data-bgcolor {
    height: 200px;
    background-color: #eff4f7;
}
.data-bgcolor .btn {
    border: 0px;
    background-color: #0072a6;
    color: #fff;
    border-radius: 3px;
    width: 120px;
    margin: 40px 0;
}
.data-bgcolor .btn:hover {
    background-color: #004e71;
}
.data {
    height: 200px;
    padding: 50px 0;
}
.data h3 {
    font-weight: lighter;
    font-size: 22px;
    color: #555;
    padding-left: 70px;
}
.data p {
    font-size: 12px;
    color: #7a9aa0;
    width: 85%;
    line-height: 25px;
    padding-left: 70px;
}
/* 4大优势 */
.advantage{
    background: #eff4f7;
    padding-bottom: 100px;
}
.decorate p{
    font-size: 0.875em;
    text-align: center;
    padding: 1px 0;
    color: #555;
    font-weight: lighter;
    letter-spacing: 1px;
}
.decorate .p1{
    font-size: 1.375em;
    padding-top: 25px;
    color: #555;
    font-weight: normal;
    letter-spacing: 0;
}
.decorate .p1 i{
    font-family: "4077TH";
    font-size: 44px;
    color: #555;
    margin-right: 13px;
}
.advantag-ul{
    width: 73%;
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0;
    padding-bottom: 10px;
}
.advantage-li{
    background: #fff;
    width: 223px;
    padding: 28px 0 50px;
    box-shadow: 2px 1px 11px 1px rgba(204,204,204,0.5);
}

@media screen and (min-width: 1600px){
    .advantage-li{
        width: 255px;
    }
}
@media screen and (min-width: 2300px){
    .advantage-li{
        width: 335px;
    }
}

.advantage-li h3{
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: #0072a6;
    margin: 26px 0 20px;
}
.advantage .p-cont{
    font-size: 14px;
    color: #888;
    line-height: 23px;
    padding:0 25px;
}
.advantage .p-img{
    width: 70px;
    height: 70px;
    background-size: 100% 100%;
    margin: auto;
}
.advantage .p-imgone{
    background: url('../img/serviceone/home/11.png') no-repeat;
}
.advantage .p-imgtwo{
    background: url('../img/serviceone/home/22.png') no-repeat;
}
.advantage .p-imgthree{
    background: url('../img/serviceone/home/33.png') no-repeat;
}
.advantage .p-imgfour{
    background: url('../img/serviceone/home/44.png') no-repeat;
}
/* detail-btn */
.detail-btn{
    margin-top: 60px;
}
.detail-btn a{
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #0072a6;
    color: #fff;
    border-radius: 3px;
    margin: auto;
    font-size: 14px;
    text-decoration: none;
}
.detail-btn a:hover{
    background: #00417e;
}
/* 9大应用 */
.application-wrap{
    padding-bottom: 26px;
    box-shadow: 2px 1px 11px 1px rgba(204,204,204,0.5);
}
.application{
    background-color: #fff;
    width: 77%;
    margin: 0 auto;
    margin-top: 40px;
}
.application-ul{
    overflow: hidden;
    margin-top: 25px;
}
.application-ul li{
    width: 26%;
    border-radius: 2px;
    padding: 18px 2.28% 25px;
    float: left;
    margin-right: 4%;
    line-height: 27px !important;
    white-space: normal;
    text-align: left;
    margin-bottom: 34px;
}
.application-ul .darkcolor{
    background: #0072a6;
}
.application-ul .lightcolor{
    background: #76bfea;
}
.application-ul .darkcolor a{
    background: #76bfea;
}
.application-ul .lightcolor a{
    background: #0072a6;
}
.application-ul .first{
    background-image: url('../img/serviceone/home/t-1.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.application-ul .second{
    background-image: url('../img/serviceone/home/t-2.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}
.application-ul .three{
    background-image: url('../img/serviceone/home/t-3.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}
.application-ul .four{
    background-image: url('../img/serviceone/home/t-4.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}
.application-ul .five{
    background-image: url('../img/serviceone/home/t-5.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}
.application-ul .six{
    background-image: url('../img/serviceone/home/t-6.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}
.application-ul .seven{
    background-image: url('../img/serviceone/home/t-7.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}
.application-ul .eight{
    background-image: url('../img/serviceone/home/t-8.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}
.application-ul .nine{
    background-image: url('../img/serviceone/home/t-9.png');
    background-repeat: no-repeat;
    background-position: right bottom;
}
.application-ul li h3{
    font-size: 1.25em;
    padding-bottom: 20px;
    color: #fff;
}
.application-ul li span{
    font-size: 0.875em;
    line-height: 23px;
    height: 46px;
    display: block;
    color: #fff;
}
.application-ul li a{
    padding: 0;
    display: block;
    width: 120px;
    height: 34px;
    border-radius: 2px;
    text-align: center;
    font-size: 0.875em !important;
    line-height: 34px !important;
    color: #fff !important;
    margin-top: 20px;
}
/* 标杆案例 */
.customer-wrap{
    background: #eff4f7;
    width: 100%;
    padding: 45px 0 100px 0;
    /* overflow: hidden; */
}
.customer{
    width: 77%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 48px;
    padding-bottom: 10px;
}
.customer li{
    width: 240px;
    background: #fff;
    padding-bottom: 24px;
    box-shadow: 2px 1px 11px 1px rgba(204,204,204,0.5);
}
.customer span{
    display: block;
    width: 100%;
    height: 180px;
}
.customer span img{
    width: 100%;
    height: 100%;
}
.customer h3{
    font-size: 18px;
    color: #555;
    margin: 20px 0 14px 20px;
}
.customer p{
    padding: 0 20px;
    line-height: 21px;
    font-size: 14px;
    color: #888;
    margin-bottom: 16px;
}
.customer a{
    color: #76bfea;
    font-size: 14px;
    border: 1px solid #76bfea;
    padding: 2px 20px;
    border-radius: 2px;
    margin-left: 20px;
}
.customer a:hover{
    background: #76bfea;
    color: #fff;
}
.customer-btn{
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #0072a6;
    color: #fff;
    border-radius: 3px;
    margin: auto;
    font-size: 14px;
}
.customer-btn:hover{
    background: #00417e;
}
/* 标杆客户 */
.rtcase-wrap{
    width: 100%;
    background: url(../img/首页/地图_64.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    box-shadow: 2px 1px 11px 1px rgba(204,204,204,0.5);
}
.rtcase{
    width: 79.5%;
    height: 645px;
    margin: 0 auto;
    padding-top: 35px;
    overflow: hidden;
    position: relative;
    padding-bottom: 160px;
}
.case-ul{
    padding: 0 0.7%;
    width: 198%;
    height: 510px;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    position: absolute;
}
.focus-wrap{
    width: 49.2%;
    height: 510px;
}
.case-ul1{
    display: flex;
    justify-content: space-between;
}
.case-ul1 li span{
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.case-ul1 li img{
    vertical-align: middle;
}
.case-ul1 li{
    width: 180px;
    height: 120px;
    margin-top: 60px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 8px #ccc;
}
.rtcase-wrap-ul .li-first{
    background: url('../img/首页/切换(左)@2x.png') no-repeat center center;
    left: 0;
}
.rtcase-wrap-ul .li-second{
    background: url('../img/首页/切换(右)@2x.png') no-repeat center center;
    right: 0;
}
.rtcase-wrap-ul li{
    width: 25px;
    height: 82px;
    position: absolute;
    top: 48%;
}

/* 移动端 */
.mobile_block{
    display: none;
}


.pyramid{
	width: 417px;
	height: 353px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: white;
}
.pyramid h3{
	font-size: 30px;
}
.pyramid_yellow{
	position: absolute;
	text-align: center;
	top: 72px;
	left: 164px;
}
.pyramid_green{
	position: absolute;
	text-align: center;
	top: 234px;
	left: 70px;
}
.pyramid_blue{
	position: absolute;
	text-align: center;
	top: 234px;
	left: 264px;
}

.three_strikes{
	width: 765px;
	height: 414px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
}
.boxes{
	position: absolute;
	top: 0;
	left: 40px;
	overflow: hidden;
}
.three_strikes_title{
	font-weight: bold;
	font-size: 20px;
	padding-top: 45px;
}
.three_strikes_p{
	color: #595959;
}
.decorate i{
	display: inline-block;
	width: 350px;
	height: 3px;
	background: #F0F0F0;
	vertical-align: middle;
}
.decorate_text{
	width: 1000px;
	margin: 0 auto;
	text-indent: 2em;
	line-height: 45px;
	font-size: 21px;
	color: #353535;
}
.logos{
	width: 1220px;
	height: 160px;
	margin: 0 auto;
}
.logos ul li{
	width: 200px;
	height: 160px;
	display: inline-block;
	text-align: center;
}

