#container{
    width: 100%;
}

.banner2 {
    width: 100%;
    position: relative;
}

    .banner2 > img {
        display: block;
        width: 100%;
        height: 550px;
    }

    .banner2 .banner-con {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.banner-con .text {
    float: left;
    width: 1000px;
    color: #fff;
}

    .banner-con .text h1 {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .banner-con .text h2 {
        font-size: 20px;
        line-height: 42px;
        font-weight: 100;
        margin-bottom: 35px;
        color: white;
        text-align:left;
    }
    .banner-con .text p {
        font-size: 20px;
        margin-bottom: 20px;
    }

        .banner-con .text p > img {
            vertical-align: middle;
        }
    .banner-con .text .button {
        display: block;
        width: 164px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        background: #6173f4;
        border-radius: 5px;
        font-size: 18px;
        letter-spacing: 2px;
    }
.section{
    width: 100%;
    padding: 35px 0;
    background: #fff;
}

h2{
    text-align: center;
    font-size: 30px;
    font-weight: 100;
}

.module-box{
    margin-top: 30px;
}
.module-box>img{
    display: block;
    float: left;
    margin-top: 60px;
}
.module-box .module{
    float: right;
    width: 500px;
}

.module li{
    display: inline-block;
    width: 85px;
    margin: 10px 15px;
}

.module li a>img{
    display: block;
    width: 100%;
}

.module li p{
    text-align: center;
    margin: 5px 0;
    font-size: 16px;
}


.data{
    margin-top: 30px;
}

.data>img{
    display: block;
    float: left;
    width: 600px;
}

.data .message{
    float: right;
    width: 520px;
}

.data .message .item li{
    line-height: 40px;
}
.data .message .item li a{
    color: #333;
    font-size: 16px;
}

.data .message .item li>img{
    vertical-align: middle;
    margin-right: 10px;
}

.data .message .trend{
    width: 100%;
}

.data .message .trend li{
    width: 100px;
    display: inline-block;
    margin-right: 35px;
}
.data .message .trend li>img{
    display: block;
    width: 100%;
    cursor: pointer;
}
.data .message .trend li p{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.point-box{
    margin-top: 30px;
}
.point-box .point{
    display: inline-block;
    width: 520px;
    height: 72px;
    line-height: 36px;
    font-size: 16px;
    color: #666;
    background: #ccc;
    background: linear-gradient(45deg,transparent 36px,#ccc 0) bottom left,
    linear-gradient(135deg,transparent 36px,#ccc 0) top left;
    background-size: 100% 50%;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin: 20px 35px 0;
}

.point-box .point p{
    font-size: 28px;
    font-style: italic;color: #CC0000;
    line-height: 72px;
    display: block;
    float: left;
    margin-right: 20px;
}


.intro{
    margin-top: 30px;
    padding: 10px 20px;
    border: #cccccc 1px dotted;
}
.intro>img{
    display: block;
    float: left;
}
.intro .info{
    float: left;
    width: 418px;
    padding: 0 30px 0 50px;
}
.intro .info p{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
}


.equipment{
    margin-top: 30px;
    padding: 10px;
    border: #cccccc 1px dotted;
}
.equipment li{
    display: inline-block;
    width: 170px;
    padding: 10px;
    border: #cccccc 1px dotted;
    border-radius: 10px;
    margin: 0 11px;
}
.equipment li>img{
    display: block;
    width: 100%;
}
.equipment li>p{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}


.way{
    margin-top: 30px;
}
.way>img{
    display: block;
    float: left;
}
.way .way-right{
    float: right;
    width: 700px;
}
.way .way-right li{
    float: left;
    width: 195px;
    height: 140px;
    border: #cccccc 1px dotted;
    border-radius: 10px;
    padding: 20px;
    margin-right: 50px;
    margin-bottom: 30px;
}
.way .way-right li h3{
    text-align: center;
    font-size: 16px;
}
.way .way-right li p{
    font-size: 16px;
    margin-top: 15px;
}


.agreement{
    float: right;
    width: 620px;
    padding: 30px;
    border: #cccccc 1px dotted;
}
.agreement li{
    display: inline-block;
    width: 162px;
    height: 50px;
    border: #cccccc 1px dotted;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    margin-right: 30px;
    margin-bottom: 30px;
}


.case{
    float: right;
    width: 650px;
}
.case li{
    line-height: 36px;
    font-size: 16px;
}
.case li span{
    font-size: 20px;
    color: #20AEE5;
    margin-right: 10px;
}


.case2{
    width: 920px;
    margin: 0 auto;
}
.case2 li{
    display: inline-block;
    width: 220px;
    line-height: 40px;
    font-size: 16px;
}
.case2 li span{
    font-size: 20px;
    color: #20AEE5;
    margin-right: 10px;
}


.progress{
    width: 1000px;
    margin: 30px auto 0;
}
.progress .direction{
    width: 100%;
    overflow: hidden;
}
.progress .direction>img{
    display: block;
    float: left;
    width: 440px;
    height: 20px;
}
.progress .direction>p{
    float: left;
    width: 120px;
    text-align: center;
    font-size: 16px;
}
.progress .function{
    margin-top: 20px;
}
.progress .function li{
    display: inline-block;
    width: 190px;
    height: 66px;
    text-align: center;
    line-height: 64px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid rgb(21, 130, 121);
    margin-right: 75px;
}


.case3{
    width: 780px;
    margin: 30px auto 0;
    overflow: hidden;
}
.case3 li{
    float: left;
    width: 290px;
    line-height: 40px;
    font-size: 16px;
}
.case3 li span{
    font-size: 20px;
    color: #20AEE5;
    margin-right: 10px;
}


.manage{
    width: 800px;
    height: 490px;
    margin: 30px auto 0;
    position: relative;
}
.manage .manage-item{
    position: absolute;
}
.manage .manage-item li{
    line-height: 30px;
    font-size: 16px;
}
.manage .manage-item li span{
    color: #158B5A;
    font-size: 20px;
    margin-right: 10px;
}


.case4{
    margin-top: 30px;
}
.case4>img{
    display: block;
    float: right;
}
.case4 .case4-left{
    float: left;
    width: 700px;
}
.case4-left .degree li{
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 50px;
}
.case4-left .degree li span{
    font-size: 20px;
    color: #20AEE5;
    margin-right: 10px;
}
.case4-left .degree li p{
    font-size: 14px;
    line-height: 22px;
    color: #888;
}
.case4-left .trend{
    width: 100%;
}
.case4-left .trend li{
    width: 145px;
    display: inline-block;
    margin-right: 35px;
}
.case4-left .trend li>img{
    display: block;
    width: 100%;
    cursor: pointer;
}
.case4-left .trend li p{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}


.execute{
    margin-top: 30px;
}
.execute>img{
    display: block;
    float: right;
}
.execute .left{
    float: left;
    width: 700px;
}
.execute .left>p{
    font-size: 16px;
    line-height: 30px;
}
.execute .left .scene{
    width: 100%;
    margin-top: 30px;
}
.execute .left .scene li{
    color: #888;
    line-height: 40px;
    font-size: 16px;
}
.execute .left .scene li span{
    font-size: 20px;
    color: #158279;
    margin-right: 10px;
}


.function2 {
    width: 940px;
    margin: 30px auto 0;
    padding: 20px;
    border-radius: 8px;
    background-color: #03a6f0bf;
}
.function2 .function-top{
    display: flex;
    justify-content: space-between;
}
.function2 .function-top>img{
    width: 110px;
}
.function2 hr{
    width: 100%;
    border: rgb(33, 106, 95) 1px dashed;
    margin: 30px 0;
}
.function2 .function-main{
    width: 100%;
}
.function2 .function-main .name{
    width: 100px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: rgb(33, 106, 95);
    border-radius: 8px;
    margin: -55px auto 0;
    color: #fff;
}
.function2 .function-main .function-list li{
    line-height: 35px;
    font-size: 16px;
}
.function2 .function-main .function-list li span{
    font-size: 20px;
    color: #158279;
    margin-right: 10px;
}


.trend{
    margin-top: 30px;
}
.trend li{
    width: 145px;
    display: inline-block;
    margin-right: 55px;
}
.trend li>img{
    display: block;
    width: 100%;
    cursor: pointer;
}
.trend li p{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}


.goal{
    margin-top: 30px;
}
.goal li{
    display: inline-block;
    width: 170px;
    margin: 0 60px;
}
.goal li>img{
    display: block;
    width: 88px;
    margin: 0 auto;
}
.goal li>p{
    text-align: center;
    margin-top: 20px;
}
.goal li .item{
    line-height: 30px;
    color: #888;
    padding-left: 20px;
}
.goal li .item span{
    font-size: 20px;
    color: #3D9368;
    margin-right: 5px;
}


.question{
    margin-top: 30px;
}
.question li{
    float: left;
    width: 430px;
    line-height: 30px;
    color: #888;
}
.question li:nth-of-type(even){
    float: right;
}
.question li span{
    font-size: 20px;
    color: #3D9368;
    margin-right: 5px;
}
.case6{
    margin-top: 30px;
    padding: 10px;
    border: #cccccc 1px dotted;
}
.case6>img{
    display: block;
    float: left;
}
.case6 .message{
    float: right;
    width: 580px;
    padding: 20px;
}
.case6 .message .item{
    margin-top: 30px;
    overflow: hidden;
}
.case6 .message .item>img{
    display: block;
    float: left;
    margin-right: 10px;
}
.case6 .message .item>p{
    float: left;
    width: 460px;
    font-size: 16px;
    line-height: 30px;
}


.feature{
    margin-top: 30px;
}
.feature li{
    display: inline-block;
    width: 110px;
    margin: 0 85px;
}
.feature li>img{
    display: block;
    width: 100%;
}
.feature li>p{
    text-align: center;
    margin-top: 20px;
}


.case5{
    margin-top: 30px;
}
.case5>img{
    display: block;
    float: left;
}
.case5 .message{
    float: right;
    width: 500px;
    padding: 50px;
}
.case5 .message .item{
    font-size: 16px;
    line-height: 40px;
}
.case5 .message .item span{
    font-size: 20px;
    color: #158279;
    margin-right: 10px;
}

/* 15 */
.vision{
    margin-top: 30px;
    padding: 30px;
    border: #cccccc 1px dotted;
}
.vision .vision-type{
    width: 100%;
}
.vision-type li{
    display: inline-block;
    width: 260px;
    margin: 0 55px;
}
.vision-type li>img{
    display: block;
    margin: 0 auto;
}
.vision-type li .name{
    text-align: center;
    line-height: 50px;
}
.vision-type li .item{
    width: 100%;
    line-height: 40px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.vision-type li .item span{
    font-size: 20px;
    color: #3D9368;
    margin-right: 5px;
}
.vision .more{
    width: 275px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    background-color: rgb(61, 147, 104);
    border-radius: 5px;
    margin: 30px auto 0;
}
.vision .more a{
    font-size: 18px;
    color: #fff;
}
/* 15 结束 */


/* 16 */
.advantage{
    margin-top: 30px;
}
.advantage li{
    display: inline-block;
    width: 160px;
    margin: 0 38px;
}
.advantage li>img{
    display: block;
    width: 136px;
    height: 136px;
    margin: 0 auto;
}
.advantage li>p{
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}


#table{
    width: 760px;
    margin: 30px auto 0;
}
#table tr:nth-of-type(even){
    background: #ededed;
}
#table td , #table th{
    text-align: center;
    height: 40px;
    font-size: 16px;
}
#table th{
    background: #00b0f0;
    color: #fff;
}
/* 16 结束 */