*{
    color: #2c3b52;
}
h2{
    font-size: 36px;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 20px;
}
h3{
    font-size: 16px;
    text-align: center;
    padding: 23px 0 20px 0;
}
p{
    font-size: 14px;
    text-align: center;
    color: #9599a8;
    padding-bottom: 60px;
}


/*横幅广告*/
#banner{
    background-image: url(../img/message-banner.png);
    background-size: cover;
    height: 520px;
}
.banner-main{
    width: 1366px;
    margin: 0 auto;
}
.banner-word {
    padding-left: 80px;
    padding-top: 192px;
    float: left;
}
.banner-img {
    float: left;
    margin-top: 70px;
    margin-left: 130px;
}
#banner h1{
    font-size: 40px;
    color: white;
    padding-bottom: 50px;
}
#banner p{
    font-size: 16px;
    color: #cccccc;
    text-align: left;
    padding-bottom: 15px;
}

/*理由*/
.reason-parts{
    text-align: center;
}
.reason-part{
    width: 200px;
    text-align: center;
    display: inline-block;
    padding: 0 50px;
}
.reason-part img{
    width: 80px;
    height: 80px;
}
.reason-part p{
    text-align: left;
    line-height: 22px;
}

/*应用*/
.apply{
    background-color: #f7f8f8;
    position: relative;
    height: 918px;
}
.phone{
    width: 311px;
    height: 633px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    background-size: 100%;
}
.phone img{
    position: absolute;
    z-index: 1;
}
.point-title {
    position: relative;
    font-size: 13px;
    text-align: center;
    line-height: 50px;
    width: 80px;
    height: 50px;
}
.apply-main{
    width: 1306px;
    margin: 0 auto;
}
.apply-left{
    float: left;
    margin-left: 190px;
    margin-top: 100px;
}
.apply-right{
    float: right;
    margin-right: 190px;
    margin-top: 100px;
}
.apply-left div.apply-middle{
    margin-left: 40px;
}
.apply-right div.apply-middle{
    margin-left: -40px;
}
.apply-point{
    margin-bottom: 108px;
    position: relative;
    cursor: default;
}
.point-line{
    height: 1px;
    position: absolute;
    top: 25px;
    background-color: #606b7c;
    display: none;
}
.apply-left .point-line{
    left: 110px;
    width: 230px;
}
.apply-right .point-line{
    width: 230px;
    left: -260px;
}
.hexagon-left {
    top: -15px;
    left: 16px;
    width: 50px;
    height: 80px;
    border-top: 1px solid #606b7c;
    border-bottom: 1px solid #606b7c;
    border-radius: 5px;
    transform: rotate(30deg);
    position: absolute;
}
.hexagon-middle {
    width: 80px;
    height: 50px;
    border-left: 1px solid #606b7c;
    border-right: 1px solid #606b7c;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
}
.hexagon-right {
    top: -15px;
    left: 15px;
    width: 50px;
    height: 80px;
    border-top: 1px solid #606b7c;
    border-bottom: 1px solid #606b7c;
    border-radius: 5px;
    transform: rotate(-30deg);
    position: absolute;
}
.apply-point-hover{
    background-color: #cc1e25 !important;
    color: white !important;
    border-color: #cc1e25 !important;
    border-radius: 6px !important;
}
.apply-point-hover-line{
    display: block !important;
    background-color: #cc1e25 !important;
}
.apply-phone-img-hover{
    z-index: 2 !important;
}

/*功能*/
.function{
    background-image: url("../img/function-bg.png");
    height: 625px;
    position: relative;
}
.function-main{
    padding-left: 80px;
    padding-right: 40px;
    width: 1366px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
.function p{
    padding-bottom: 0;
}
.function h2{
    padding-top: 60px;
}
.function-part h3{
    color: black;
    font-size: 18px;
    text-align: left;
    padding-bottom: 15px;
}
.function-part p{
    font-size: 14px;
    color: #666a75;
    text-align: left;
    padding-bottom: 20px;
}
.function-left div:first-child,.function-right div:first-child{
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    padding-top: 0;
}
.function-part{
    padding-top: 17px;
}
.function-left{
    float: left;
}
.function-right{
    float: right;
}
.function img{
    width: 95px;
    height: 75px;
    position: absolute;
}
.function img.cube{
    width: 187px;
    height: 192px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
.function-middle{
    background-image: url("../img/function-circle.png");
    width: 855px;
    height: 434px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 60px;
}
.cube{
    z-index: 1;
}


/*流程*/
.process{
    height: 555px;
    background-color: #f7f8f8;
    text-align: center;
}
.process-arrow,.process-part{
    display: inline-block;
    height: 300px;
}
.process-part{
    width: 260px;
}
.process-icon{
    width: 170px;
    height: 176px;
    padding-bottom: 40px;
}
.process-part p{
    font-size: 18px;
    color: #2f353c;
}
.process-arrow img{
    margin-top: 70px;
}


/*-------------------自适应-----------------*/
@media screen and (max-width: 2560px){
    .process-part {
        width: 300px;
    }
}
@media screen and (max-width: 1680px){
    .reason-part {
        padding: 0 40px;
    }
    .apply-main {
        zoom: .95;
    }
    .function-main {
        zoom: .9;
    }
    .process-part {
        width: 260px;
        zoom: .9;
    }
    .banner-main {
        width: 1280px;
    }
    .banner-img {
        margin-left: 60px;
    }
}
@media screen and (max-width: 1280px){
    #banner {
        height: 374px;
    }
    .apply-main {
        width: 1000px;
    }
    .apply-left {
        margin-left: 30px;
    }
    .apply-right {
        margin-right: 30px;
    }
    .function-part p {
        font-size: 16px;
    }
    .reason-part {
        width: 180px;
        height: 250px;
        padding: 0 35px;
    }
    .process-content{
        zoom: .9;
    }
    .function-main {
        zoom: .75;
        padding-left: 60px;
        padding-right: 30px;
    }
    .banner-main {
        zoom: .8;
    }
}
@media screen and (max-width: 1024px){
    h2 {
        font-size: 24px;
        padding-top: 80px;
        padding-bottom: 10px;
    }
    h3 {
        font-size: 14px;
        padding-bottom: 15px;
    }
    p {
        font-size: 12px;
        padding-bottom: 50px;
    }
    #banner {
        height: 340px;
    }
    .banner-main {
        zoom: .6;
    }
    .reason-part {
        width: 150px;
        padding: 0 15px;
    }
    .apply {
        height: 808px;
    }
    .function {
        height: 505px;
    }
    .process {
        height: 425px;
    }
    .process h2 {
        padding-top: 60px;
    }
    .process p {
        padding-bottom: 40px;
    }
    .function-main {
        zoom: .7;
        padding-left: 30px;
        padding-right: 0;
        width: 1066px;
    }
    .apply-main {
        width: 800px;
    }
    .apply-left {
        margin-left: 20px;
    }
    .phone{
        zoom: .8;
    }
    .apply-right {
        margin-right: 20px;
    }

    .function-middle {
        top: 150px;
        zoom: .7;
    }
    .process-part {
        width: 250px;
        zoom: .7;
    }
    .process-arrow, .process-part {
        height: 200px;
    }
}

