.banner{
    position: relative;
}
.banner .apply{
    background: #ffffff;
    width: 470px;
    height: 230px;
    padding: 30px 20px;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 85px;
    margin-left: 130px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 1px #ccc;
}
.banner .apply h3{
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
}
.banner .apply .apply-fill{
    width: 100%;
    height: 40px;
}
.banner .apply .apply-fill>input[type="text"]{
    float: left;
    width: 300px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 10px;
    outline: none;
}
    .banner .apply .apply-fill > input[type="button"] {
        float: right;
        width: 120px;
        height: 40px;
        background: #00b9ef;
        border-radius: 30px;
        border: none;
        outline: none;
        color: #fff;
        cursor: pointer;
    }
.banner .apply p{
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}
.banner .apply .phone{
    margin-top: 10px;
    color: #2486ee;
    font-size: 28px;
    font-weight: bold;
}
.banner .apply .phone>img{
    vertical-align: middle;
}
.swiper-slide {
    display: table;
}

    .swiper-slide .middle {
        width: 650px;
        vertical-align: middle;
        display: table-cell;
    }

    .swiper-slide h1 {
        font-weight: 400;
        margin-bottom: 20px;
        letter-spacing: 1px;
        color: #fff;
        font-size: 50px;
        line-height: 50px;
    }

    .swiper-slide h2 {
        font-size: 20px;
        line-height: 42px;
        font-weight: 100;
        margin-bottom: 15px;
        color: white;
    }
.swiper-slide .anniu{
    width: 210px;
    height: 42px;
    line-height: 42px;
    border-radius: 42px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}
.swiper-slide .anniu a{
    font-weight: bold;
    font-size: 20px;
    color: #1580e4;
}
.swiper-slide .anniu:hover{
    background: #1580e4;
}
.swiper-slide .anniu:hover a{
    color: #fff;
}

#container{
    width: 100%;
}

.section{
    width: 100%;
    padding: 50px 0;
}

.title{
    width: 800px;
    margin: 0 auto;
    text-align: center;
}

.title h1{
    font-size: 30px;
    color: #0678cb;
}
.title p{
    font-size: 16px;
    color: #999;
    margin-top: 20px;
}

.system{
    width: 1200px;
    margin: 40px auto 0;
    overflow: hidden;
}

.system li{
    float: left;
    width: 389px;
    margin-top: 30px;
}
    .system li:hover {
        background: #f5f5f5;
    }

.system li a>img{
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 auto;
}

.system li h2{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

.system li h2 a{
    font-size: 20px;
    color: #333;
}

.system li .intro p{
    text-align: center;
    line-height: 26px;
    color: #999;
}

.system .line{
    float: left;
    width: 1px;
    height: 90px;
    margin-top: 110px;
    background: #545454;
}


.function{
    width: 100%;
    background-color: #0077C9;
    background-image: url("../images/function_bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 650px;
    margin-top: 150px;
    position: relative;
}

.function .function-intro{
    width: 1200px;
    position: absolute;
    top: -85px;
}

.function .function-intro li{
    float: left;
    width: 360px;
    height: 600px;
    background: #fff;
    margin: 0 20px;
    position: relative;
}

.function .function-intro li:hover{
    transform: translateY(-5px);
}

.function .function-intro li>a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.function-intro li>img{
    display: block;
    width: 100%;
}

.function-intro li h2{
    text-align: center;
    font-size: 26px;margin-top: 30px;
}

.function-intro li p{
    color: #999;
    text-align: center;
    margin-top: 20px;
    line-height: 20px;
}

.function .button{
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    font-size: 18px;
    background: #fff;
    color: #0077C9;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -90px;
}


.data{
    width: 100%;
    height: 400px;
    background: url("../images/data_bg.png") center center no-repeat #0077C9;
}
.data h1{
    color: #fff;
    font-size: 46px;
    font-weight: 100;
    text-align: center;
    padding-top: 70px;
}
.data .sum{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.data .sum li{

}
.data .sum li h3{
    font-size: 46px;
    color: #fff;
}
.data .sum li h3 span{
    font-size: 46px;
    color: #fff;
}
.data .sum li p{
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    line-height: 30px;
}



.solution{
    margin-top: 45px;
}

.solution li{
    float: left;
    width: 250px;
    height: 370px;
    border: 1px solid rgb(230, 230, 230);
    margin: 0 24px;
}

.solution li a>img{
    display: block;
    width: 100%;
}

.solution li .name{
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
    color: #4c4c4c;
}
.solution li .info{
    padding: 0 10px;
    line-height: 24px;
    font-size: 14px;
    color: #777;
}


.about>img{
    display: block;
    float: right;
    width: 400px;
}
.about .message{
    float: left;
    width: 730px;
}
.about .message .top{
    height: 60px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
}
.about .message .top h3{
    float: left;
    font-weight: 200;
    font-size: 30px;
}
.about .message .top .more{
    display: block;
    color: #666;
    float: right;
}
.about .message p{
    color: #666;
    margin: 20px 0;
    line-height: 24px;
    font-size: 16px;
    text-indent: 2em;
}
.about .message .about-us{
    margin-top: 50px;
    text-align: center;
}
.about .message .about-us li{
    display: inline-block;
    padding: 10px;
    border: 2px solid #eee;
    color: #666;
    font-size: 16px;
    margin: 0 20px;
}
.about .message .about-us li span{
    font-weight: bold;
    font-size: 30px;
    color: #000;
}


.news{
    margin-top: 40px;
}
.news .left{
    float: left;
    width: 590px;
    height: 400px;
    position: relative;
}
.news .left>img{
    display: block;
    width: 100%;
    height: 100%;
}
.left .left-message{
    width: 100%;
    padding: 30px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.left .left-message h2{
    font-size: 22px;
    font-weight: 100;
}

.news .right{
    float: right;
    width: 590px;
}

.news .right .news-item{
    width: 100%;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    margin-bottom: 5px;
    cursor: pointer;
}

.news .right .news-item:hover{
    background: #4f94e4;
}

.right .news-item>img{
    display: block;
    float: left;
    width: 160px;
    height: 110px;
}

.right .news-item a {
    color: #4c4c4c;
}

.right .news-item .message{
    float: right;
    width: 385px;
}
.right .news-item .message h2{
    font-weight: 100;
    font-size: 22px;
}
.right .news-item .message .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.enterprise li{
    float: left;
    width: 240px;
    margin-top: 30px;
}
.enterprise li>img{
    display: block;
    width: 100%;
}