header{
    height:80%;
    min-height: 620px;
    width:100%;
    background: linear-gradient(to bottom right,#0096f5,#003bc1);
    position: relative;
    overflow: hidden;
    padding-top:42px;
    z-index: 300;
}
header::before{
    content: "";
    display: block;
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background:   url("../images/hdbg.png") no-repeat center/auto 100%;
}
.hdbtbgc{
    background: #fff;
    height:200px;
    width:100%;
    position: absolute;
    bottom: 0;
    left:50%;
    margin-left:500px;
}
.hdbtbgc::before{
    content: "";
    height:100%;
    width:53px;
    background: url("../images/hdbtbgc.png") no-repeat right center/auto 101%;
    display: block;
    position: absolute;
    left:-51px;
    bottom: 0;
}

/* ==============nav========= */
.logoNav{
    width: 100%;
    height:100px;
    line-height: 88px;
    background-color: #fff;
    position: relative;
    z-index: 900;
}
.scrollT{
    background-color: rgba(255,255,255,.9) ;/*rgba(20,102,219,.9)*/
    padding:12px 0;
    height:78px;
    border-bottom:2px solid #0089E1;
    line-height: 56px;
    position: fixed;
    top:0;
    left:0;
    width:100%;
}


/*=========== slogan========== */
.slogan{
    position: absolute;
    top:100px;
    left:50%;
    margin-left:-600px;
    bottom:0;
}
header::after{
    content: "";
    display: inline-block;
    width:640px;
    height:100%;
    background: url("../images/sloganIm.png") no-repeat center 80%/100%;
    position: absolute;
    top:0;
    left:50%;
    z-index: 800
}
.sloganIn{
    padding:80px 0 0 100px;

}
.sloganTxt{
    position: relative;
    margin-bottom:60px;
}
.sloganTxt h1{
    font-size:100px;
    color:#fff;
    display: inline-block;
    font-weight:normal;
    float:left;
    line-height: 1em;
}
.sloganTxt>h2{
    font-size:46px;
    color:#ff960d;
    width:85px;
    font-weight:bold;
    display: inline-block;
    margin-left:8px;
    line-height: 1.15em;
}
.sloganIn>h2{
    color:#dbdbdb;
    font-size:36px;
    line-height: 1.5em;
    letter-spacing: 2px;
}
.sloganBtn{
    color:#fff;
    background: #ff960d ;
    border:none;
    margin-top:60px;
    width:300px;
    height:80px;
    line-height: 80px;
    text-align: center;
    font-size:32px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 1s;
    display: block
}
.sloganBtn:hover{
    background: #e36000 ;
}

/* ========== 栏目=========== */
.mainTit{
    width:100%;
    text-align: center;
    position: relative;
}
.mainTit::before,.mainTit::after{
    content:"";
    display: inline-block;
    width:25%;
    height:2px;
    background-color:#00a1f5; 
    position: absolute;
    top:50%;
}
.mainTit::before{
    left:0;
}
.mainTit::after{
    right:0;
}
.mainTit h2{
    color:#0044c6;
    font-size:32px;
}
.mainTit p{
    color:#949494;
    font-size:24px;
}

/*=========== 解决方案======== */

#solution,#services{
    width:100%;
    padding:80px 0 120px 0;
    background-color: #fff
}
.soluion{
    margin-top:32px;
}
.soluion .clear::after{
    display: none
}
.soluion ul{
    display: flex;
    width:103.5%;
    height:290px;
    margin-left:-1.7%;
}
.solutionList{
    width:20%;
    text-align: center;
    padding:40px 20px 20px 20px;
    transition:all 0.6s;
}
.solutionList img{
    width:100%;
    max-height:120px;
}
.solutionList h3{
    color:#0044c6;
    font-size:22px;
    margin-top:36px;
    cursor:default
}
.solutionList p{
    color:#656565;
    font-size:14px;
    width:90%;
    margin:12px auto 0 auto;
    cursor:default
}
.solutionList:hover,.solCurr{
    padding: 10px;
    box-shadow: 0 0 20px #00a1f5;
    border-radius: 5px;
}
.solutionList:hover h3,.solCurr h3{
    margin-top:18px;
}
.solutionList:hover p,.solCurr p{
    width:85%;
    font-size:13px;
}
.solutionList:hover .solutionBtn,.solCurr .solutionBtn{
    display: inline-block
}
.solutionBtn{
    width:60%;
    color:#fff;
    background-color: #00a1f5;
    border:0;
    border-radius: 5px;
    height:28px;
    margin-top:16px;
    line-height: 28px;
    font-size:14px;
    display: none;
}
/* ===========中部banner======= */
.banner{
    width:100%;
    height:480px;
    background: url("../images/middleBanner.png") no-repeat center/ auto 100%;
}
/* =========== 服务 ========= */
.mainTit2{
    position: absolute;
    top:0;
    left:0;
}
.mainTit2 p{
    color:#949494;
    font-size:24px;
}
.mainTit2 h2{
    color:#0056d0;
    font-size:48px;
}
.servics{
    position:relative;
}
.servics ul{
    width:100%;
    min-height:1100px;
}
.servics ul li{
    width:26%;
    display: inline-block;
    padding:20px 32px 42px 32px;
    box-shadow: -1px 2px 3px rgba(0,0,0,.1);
    position: absolute;
}
.servics ul li::before{
    content:"";
    display: block;
    position: absolute;
    left:50%;
    top: 70%;
    border-radius: 50%;
    width:0;
    height:0;
    background-color: rgba(143,217,255,.1);
    transition: all .5s;
}
.servics ul li:hover::before{
    width:100%;
    height:100%;
    border-radius: 0;
    top:0;
    left:0;
}
.servics ul li i{
    display: block;
    width:54px;
    height:54px;
    border-radius: 50%;
    font-size:40px;
    color:#fff;
    text-align: center;
    text-align: center;
    margin: 0 auto;
}
.servics ul li h2{
    font-size:24px;
    color:#262626;
    margin-top:24px;
}
.servics ul li p{
    font-size:16px;
    color:#262626;
    margin-top:16px;
    line-height: 1.8em;
    min-height: 84px;
}

.servics ul li img{
    display: block;
    margin:16px auto 0 auto;
    transition: all .5s
}
.servics ul li:hover img{
    transform: rotateY(180deg);
}
.ser01{
    background-color: #e5ffff;
    top:150px;
}
.ser01 i{
    background-color: #4ff2ef;
}
.ser02{
    background-color: #fff1e8;
    top:75px;
    left:50%;
    margin-left:-13%;
}
.ser02 i{
    background-color: #fda100;
}
.ser03{
    background-color: #faf2ff;
    top:0;
    right:0;
}
.ser03 i{
    background-color: #c289f4;
}
.ser06{
    background-color: #fff2f2;
    top:660px;
    left:0;
}
.ser06 i{
    background-color: #d02820;
}
.ser05{
    background-color: #fffde6;
    top:585px;
    left:50%;
    margin-left:-13%;
}
.ser05 i{
    background-color: #ffcc01;
}
.ser04{
    background-color: #eefff7;
    top:510px;
    right:0;
}
.ser04 i{
    background-color: #3ffda5;
}
/* =============经典案例 ========== */
#example{
    background: #fff url("../images/caseBg01.png") no-repeat top center / 100% 720px;
    height:900px;
}
#example .marWh{
    padding-top:180px;
    position: relative;
}
#example .mainTit h2{
    color:#fff;
}
#example .mainTit p{
    color:#d5d5d5
}
#example .mainTit::before, #example .mainTit::after{
    background-color: #fff;
}
.swiper-button-next, .swiper-button-prev{
    top:70%;
    background-color: #fff;
    width: 36px;
    height: 59px;
    padding: 12px;
    border-radius: 3px;
    background-size: 20px 36px;
}
.swiper-button-prev{
    left:-72px;  
}
.swiper-button-next{
    right:-72px
}
.example ul{
    width:100%;
}
.example ul li{
    background-color: #fff;
    height: auto;
    padding:24px 0 32px 0;
    border: 1px solid rgba(104, 136, 255, .2) ;
    box-shadow: 0 0 3px rgba(46, 84, 191, .2) ;
    position: relative;
    transition:all .5s
}
.example ul li:hover{
    border: 1px solid rgba(104, 136, 255, .6) ;
    box-shadow: 0 0 12px rgba(46, 84, 191, .4) ;
    background-color: rgba(143,217,255,.1);
}

.example ul li>i{
    width:60%;
    display: block;
    color:#575757;
    font-size:36px;
    margin:0 auto;
    text-align: center;
    position: relative;
    transition:all .5s
}
.example ul li:hover>i{
    color:#fff
}
.example ul li>i::before,.example ul li>i::after{
    content:"";
    display: block;
    width:35%;
    height:2px;
    background-color: #d2d2d2;
    position: absolute;
    bottom:0;
}
.example ul li>i::after{
    right:0
}
.example ul li>h2{
    color:#575757;
    font-size:20px;
    text-align: center;
    margin:36px 0;
    transition:all .5s
}
.example ul li:hover>h2{
    color:#fff
}
.example ul li>p{
    width:100%;
    height:180px;
    overflow: hidden;
}
.example ul li>p img{
    width: 100%;
    transition: all 1s;
}
.example ul li:hover>p img{
    width:140%;
    margin:-10% 0 0 -20%;
}
.example ul li>a{
    text-align: right;
    padding:0 0 2px 0;
    font-size:12px;
    float: right;
    margin:24px 24px 12px 0;
    color:#575757;
    border-bottom:1px solid #c6c6c6
}
.example ul li>a:hover{
    color:#1466db;
    border-color: #1466db
}
.example{
    margin-top:100px;
    padding:8px 0;
}
/* 简介 */
.aboutUs{
    padding:90px 20px 90px 50%;
    min-height:550px ;
    background: url("../images/aboutUsBg.png") no-repeat left center/ auto 100%;
}
.aboutTxt{
    color:#777;
    font-size:14px;
    line-height: 1.8em;
}
.aboutTxt p b{
    font-size:1.6em;
    color:#333
}
.aboutTxt p{
    text-indent: 2em;
    padding-bottom: 1em;
}
@media screen and (max-width:1440px){
    header{
        min-height: 500px;
        padding-top:28px;
    }
    .hdbtbgc{
        height:150px;
        margin-left:350px;
    }
    .hdbtbgc::before{
        width:40px;
        left:-38px;
    }
    
    /*========== slogan======== */
    .slogan{
        margin-left:-500px;
    }
}
@media screen and (max-width:1080px){
    /*========== slogan======== */
    header{
        height:660px;
        min-height:660px ;
    }
    header::after{
        background-size: 70%;
        background-position: left 60%;
        left:55%
    }
    .logo{
        width:40%
    }
    .slogan{
        position: relative;
        left:0;
        top:0;
        margin:0 auto;
    }
    .sloganIn{
        padding:70px 0 0 24px;
    }
    .soluion ul{
        height:270px
    }
    .solutionList h3{
        font-size:16px;
    }
    /* =============案例======== */
    #example{
        height:700px;
        background-size: 100% 560px;
    }
    #example .marWh{
        padding-top:120px;
    }
    .example{
        margin-top:68px;
    }
    .example ul li>p{
        height:120px;
    }
    .example ul li{
        padding:24px 0 8px 0;
    }
    .swiper-button-next, .swiper-button-prev{
        top:65%
    }
    .swiper-button-prev{
        left:-42px;  
    }
    .swiper-button-next{
        right:-42px
    }  
    .aboutUs{
        padding:36px 0;
        background-image:none;
    }
    .aboutTxt{
        font-size:1.6em
    }
    
}
@media screen and (max-width:720px){
    /* =========共用========== */
    .mainTit h2{
        font-size:16px;
    }
    .mainTit p{
        font-size:14px;
    }
    #solution, #services,#procedure,#message{
        padding:32px 0 42px 0
    }
    .scrollT{
        padding:6px 0
    }
    /* =========客服========== */
    .kmright ul{
        width:36px;
    }
    .kmright li{
        height:36px;
        line-height: 36px;
    }
    .kmright li i{
        font-size:20px;
    }
    /* ==========header======= */
    header {
        height: 340px;
        min-height: 340px;
    }
    header::after{
        width:290px;
        left:58%
    }
    .hdbtbgc {
        height: 80px;
        margin-left: 35%;
    }
    
    .logoNav{
        height:36px;
        line-height: 36px;
    }
    
    .sloganIn {
        padding: 42px 0 0 24px;
    }
    .sloganIn>h2{
        font-size:16px;
    }
    .sloganTxt{
        margin-bottom:32px;
    }
    .sloganTxt h1{
        font-size:32px;
    }
    .sloganTxt>h2{
        font-size:16px;
        width:24px;
    }
    .sloganBtn{
        width:50%;
        height:32px;
        margin-top:32px;
        line-height: 32px;
        font-size:16px;
        border-radius:5px;
    }
    /* ======解决方案========== */
    .soluion .clear::after{
        display: block
    }
    .soluion ul{
        display: block;
        height: auto;
        width: 100%;
        margin-left:0
    }
    .solutionList{
        width:100%;
        padding:24px 20px
    }
    .solutionList img{
        max-height: 150px;
    }
    .solutionList:hover, .solCurr{
        padding: 18px 16px;
    }
    /* banner */
    .banner{
        height:280px;
    }
    /* 服务 */
    .mainTit2 {
        width: 100%;
        text-align: center;
        position: relative;
    }
    .mainTit2 p{
        color: #949494;
        font-size:14px;
    }
    .mainTit2 h2 {
        color: #0044c6;
        font-size: 16px;
    }
    .mainTit2::before, .mainTit2::after {
        content: "";
        display: inline-block;
        width: 25%;
        height: 2px;
        background-color: #00a1f5;
        position: absolute;
        top: 50%;
    }
    .mainTit2::before {
        left: 0;
    }
    .mainTit2::after{
        right:0
    }
    .servics ul li{
        position: relative; 
        width:100%;
        top:12px;
        left:0;
        right:0;
        margin-left:0;
    }
    /* 案例 */
    #example .marWh{
        padding-top:68px;
    }
    #example {
        height: 460px;
        background-size: 100% 360px;
    }
    .example {
        margin-top: 32px;
    } 
    .example ul li>i{
        font-size:20px;
    }
    .example ul li>h2{
        margin:16px;
        font-size:14px;
    }
    .example ul li>p{
        height:80px;
    }
    .swiper-button-next, .swiper-button-prev{
        top:65%;
        width:18px;
        height: 28px;
        background-size: 12px 18px;
        padding:0
    }
    .swiper-button-prev{
        left:-20px;  
    }
    .swiper-button-next{
        right:-20px
    }  

    .aboutTxt{
        font-size:1.4em
    }
    
}