.banner_1{
    width: 100%;
    height: 440px;
    margin-top: 63px;
    background-image: url("../image/applet/banner.png");
    background-position: center;
    background-repeat: no-repeat;
}
.banner_img{
    width: 100%;
}


.site{
    border-bottom: 1px solid #e5e5e5;
}
#index_box{
    float: left;
    padding: 25px 0px;
}
#index_box>img{
    display: block;
    float: left;
    margin-right: 27px;
    animation: index_img 1s linear infinite;
}
@keyframes index_img
{
    0% {transform: scale(1.2);}
    50% {transform: scale(1);}
    100% {transform: scale(1.2);}
}
#index_box .index>p{
    margin: 0px;
}
#index_box .index,#index_box .index a{
    color: #000;
    font-size: 1.4rem;
    line-height: 32px;
}
#index_box .index a.active{
    color: #df0012;
}
.advantage{
    margin: 70px 0px;
    color: #404040;
    font-size: 3.2rem;
    text-align: center;
}
.advantage-box{
    width: 100%;
    position: relative;
}
.advantage-box>img{
    margin: 0px auto;
}
.advantage-box>div{
    position: absolute;
    color: #404040;
    line-height: 30px;
    font-size: 1.8rem;
}
.advantage-box>div>p{
    width: 84px;
    height: 84px;
    display: block;
    text-align: center;
    line-height: 84px;
    color: #fff;
    font-size: 3.2rem;
    border-radius: 50%;
    margin: 0px;
}
.advantage-box .box1{
    width: 340px;
    top: 0px;
    left: 0px;
}
.advantage-box .box1>span{
    width: 216px;
    display: block;
    float: left;
    margin: 12px 0px;
}
.advantage-box .box1>p{
    float: right;
    background: -webkit-linear-gradient(left top, #afcbfc, #b8e4fa); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right bottom, #afcbfc, #b8e4fa); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right bottom, #afcbfc, #b8e4fa); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right bottom, #afcbfc , #b8e4fa); /* 标准的语法 */
}
.advantage-box .box2{
    width: 290px;
    left: 0px;
    bottom: 0px;
}
.advantage-box .box2>span{
    width: 290px;
    display: block;
    float: right;
    margin: 12px 0px;
}
.advantage-box .box2>p{
    margin-left: 150px;
    margin-bottom: 8px;
    background: -webkit-linear-gradient(left top, #9f95f5, #cfbffc); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right bottom, #9f95f5, #cfbffc); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right bottom, #9f95f5, #cfbffc); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right bottom, #9f95f5 , #cfbffc); /* 标准的语法 */
}
.advantage-box .box3{
    width: 435px;
    top: 0px;
    right: 0px;
}
.advantage-box .box3>span{
    width: 325px;
    display: block;
    float: right;
    margin: 12px 0px;
}
.advantage-box .box3>p{
    float: left;
    background: -webkit-linear-gradient(left top, #fa9c96, #fcbdb4); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right bottom, #fa9c96, #fcbdb4); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right bottom, #fa9c96, #fcbdb4); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right bottom, #fa9c96 , #fcbdb4); /* 标准的语法 */
}
.advantage-box .box4{
    width: 255px;
    right: 0px;
    bottom: 100px;
}
.advantage-box .box4>span{
    width: 165px;
    display: block;
    float: right;
}
.advantage-box .box4>p{
    background: -webkit-linear-gradient(left top, #8ce49f, #d0f6a3); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right bottom, #8ce49f, #d0f6a3); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right bottom, #8ce49f, #d0f6a3); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right bottom, #8ce49f , #d0f6a3); /* 标准的语法 */
}


.banner1_box{
    width: 100%;
    margin: 147px 0px 0px;
    position: relative;
    background-image: url("../image/applet/icon-bg1.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 80px 0px 40px;
}
.banner1_box::before{
    content: "";
    position: absolute;
    width: 494px;
    height: 292px;
    bottom: 0px;
    right: 70px;
    background-image: url("../image/applet/icon3.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.banner1_box .content{
    float: left;
    text-align: center;
}
.banner1_box .content>p{
    color: #ffffff;
    font-size: 4rem;
    margin-bottom: 27px;
    font-weight: bold;
    letter-spacing: 5px;
    text-shadow: 3px 6px 5px #000;
}
.banner1_box .content>span{
    display: block;
    color: #ffffff;
    font-size: 3rem;
    margin-bottom: 34px;
    letter-spacing: 5px;
}
.banner1_box .content>a{
    display: block;
    width: 118px;
    height: 36px;
    line-height: 36px;
    font-size: 2.1rem;
    color: #fff;
    text-align: center;
    background-color: #ffe200;
    float: right;
    margin-right: 160px;
}

.custom_tit{
    margin: 147px 0px 0px;
    width: 100%;
    text-align: center;
    color: #404040;
}
.custom_tit>p{
    font-size: 3rem;
    margin-bottom: 21px;
}
.custom_tit>span{
    display: block;
    font-size: 1.4rem;
    margin-bottom: 28px;
}

.custom_box{
    display: grid;
    grid-row-gap: 70px;
    grid-column-gap: 24px;
    grid-template-columns: repeat(auto-fill,minmax(220px,1fr));
    padding-bottom: 147px;
}
.custom_box>div>p{
    padding: 23px 0px;
    text-align: center;
    font-size: 2.1rem;
    color: #fff;
    margin: 0px;
}

.custom_box>div>div{
    height: 420px;
    padding-top: 55px;
    text-align: center;
    position: relative;
    box-shadow: 0px 0px 10px 0px #d7d7d7;
}
.custom_box>div>div>span{
    position: absolute;
    padding: 0px 40px;
    left: 0px;
    bottom: 80px;
    display: block;
    width: 100%;
    color: #565656;
    font-size: 1.4rem;
    line-height: 30px;
}
.custom_box .box1>p{
    background-color: #8880f2;
}
.custom_box>.box1>div>span{
    bottom: 125px;
}
.custom_box .box2>p{
    background-color: #6cdb9d;
}
.custom_box .box3>p{
    background-color: #fbad6b;
}
.custom_box .box4>p{
    background-color: #f98988;
}
.custom_box>div{
    transition: all .5s;
    margin-top: 70px;
}
.custom_box>div:hover{
    transform: translateY(-10px);
}


.banner2_box{
    background-color: #367bf0;

}
.banner2_box .content{
    float: left;
    text-align: center;
    padding: 117px 0px 110px;
}
.banner2_box .content>p{
    font-size: 5.9rem;
    color: #ffffff;
    margin-bottom: 26px;
}
.banner2_box .content>span{
    color: #ffffff;
    display: block;
}
.banner2_box .content>span:nth-of-type(1){
    font-size: 3.1rem;
    margin-bottom: 60px;
}
.banner2_box .content>span:nth-of-type(2){
    display: inline-block;
    font-size: 2.4rem;
    padding: 13px 35px;
    border: 1px solid #a7c5f9;
    border-radius: 30px;
}
.banner2_box img{
    float: right;
    display: block;
    margin: 36px 45px;
}
.tit_box{
    width: 100%;
    color: #404040;
    text-align: center;
    margin-top: 137px;
}
.tit_box>p{
    font-size: 3.2rem;
    margin-bottom: 23px;
}
.tit_box>span{
    font-size:1.8rem;
}
.acquire_box{
    width: 98%;
    border-radius: 25px;
    background-color: #367bf0;
    color: #fff;
    padding: 0px 21px;
    margin-top: 55px;
}
.acquire_box>img{
    display: block;
    float: left;
    margin: 21px 19px 21px 0px;
transition: all .5s;
}
.acquire_box>img:hover{
    transform: scale(1.1);
}
.acquire_box>div{
    margin: 29px 0px;
}
.acquire_box>div>p{
    font-size: 2.6rem;
    margin-bottom: 30px;
}
.acquire_box>div>span{
    font-size: 1.6rem;
    line-height: 30px;
}
.acquire_box2{
    background-color: #3cad37;
}
.acquire_uname{
    width: 100%;
}
.acquire_uname .box1{
    float: left;
    width: 37.5%;
    background-color: #367bf0;
    border-radius: 25px;
    color: #fff;
    margin-top: 140px;
}
.acquire_uname .box2{
    background-color: #3cad37;
}
.acquire_uname .box1>img{
    width: 88px;
    display: block;
    margin: -44px auto 12px;
    transition: all .5s;
}
.acquire_uname .box1>img:hover{
    transform: scale(1.1);
}
.acquire_uname .box1>p{
    display: block;
    text-align: center;
    width: 100%;
    font-size: 2.1rem;
    margin-bottom: 32px;
}
.acquire_uname .box1>div{
    width: 100%;
    position: relative;
    padding-right: 33px;
    text-align: right;
    box-sizing: border-box;
    display: inline-block;
}
.acquire_uname .box1.box2>div{
    text-align: left;
    padding-left: 33px;
    padding-right: 0px;
}
.acquire_uname .box1>div::before{
    content: "";
    position: absolute;
    bottom: 36px;
    left: 19px;
    width: 268px;
    height: 268px;
    background-image: url("../image/applet/icon9.png");
    background-size: 100% 100%;
}
.acquire_uname .box1.box2>div::before{
    display: none;
}
.acquire_uname .box2>div::after{
    content: "";
    position: absolute;
    bottom: 36px;
    right: 19px !important;
    width: 268px;
    height: 268px;
    background-image: url("../image/applet/icon11.png");
    background-size: 100% 100%;
}
.acquire_uname .box1>div>p{
    font-size: 1.6rem;
    margin-bottom: 24px;
}
.acquire_uname>img{
    display: block;
    float: left;
    width: 25%;
    margin-top: 52px;
    margin-left: -2px;
}
.objective{
    width: 100%;
    padding-bottom: 174px;
}
.objective .objective_box{
    width: 49%;
    float: left;
    margin-top: 52px;
}
.objective .objective_box2{
    float: right;
}
.objective .objective_box .objective_top{
    width: 100%;
    padding: 40px 63px 0px;
    background-color: #4282f0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    display: inline-block;
}
.objective .objective_box2 .objective_top{
    background-color: #3cad37;
}
.objective .objective_box .objective_top>div{
    position: relative;
    margin-bottom: 14px;
    padding: 0px 34px;
    display: grid;
    grid-row-gap: 70px;
    grid-column-gap: 57px;
    grid-template-columns: repeat(auto-fill,minmax(88px,1fr));
}
.objective .objective_box .objective_top>div::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    border-bottom: 1px dashed  #bbd2fa;
}
.objective .objective_box .objective_top>div>div>div{
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #ffffff;
    font-size: 2.1rem;
    line-height: 80px;
    text-align: center;
    background-color: #367bf0;
    transition: all .5s;
}
.objective .objective_box .objective_top>div>div>img{
    position: relative;
    z-index: 2;
    transition: all .5s;
}
.objective .objective_box .objective_top>a{
    color: #ffffff;
    font-size: 2.4rem;
    display: block;
    text-align: center;
    margin-bottom: 23px;
}
.objective .objective_box .objective_bottom{
    text-align: center;
    color: #404040;
    padding: 30px 0px 55px;
    box-shadow: 0px 0px 30px 0px #d7d7d7;
}
.objective .objective_box .objective_bottom>p{
    margin-bottom: 40px;
    font-size: 2.1rem;
}
.objective .objective_box .objective_bottom>span{
    display: block;
    margin-bottom: 20px;
    font-size: 1.6rem;
}
.objective .objective_box .objective_bottom>span:nth-of-type(3){
    margin-bottom: 0px;
}
.objective .objective_box2 .objective_top>div>div>div{
    background-color: #3cad37;
}
.use{
    position: relative;
    width: 100%;
}
.use::before{
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #367bf0;
}
.use::after{
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #3cad37;
}
.use>div{
    position: relative;
    z-index: 2;
}
.tit_box2{
    padding-top: 60px;
    text-align: center;
    margin-bottom: 48px;
}
.tit_box2>p{
    color: #ffffff;
    font-size: 3.2rem;
    margin-bottom: 40px;
}
.tit_box2>a{
    display: inline-block;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 11px 21px;
    margin: 0px;
}
.tit_box2>a:nth-of-type(1){
    color: #367bf0;
    margin-right: -2px;
}
.tit_box2>a:nth-of-type(2){
    color: #3cad37;
    margin-left: -2px;
}

.use .use_box{
    width: 50%;
    float: left;
    padding-right: 25px;
}
.use .use_box2{
    padding-right: 0px;
    padding-left: 25px;
    float: left;
}
.use .use_box>div{
    position: relative;
    width: 100%;
}
.use .use_box>div>img{
    width: 100%;
}
.use .use_box>div>div{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(89,89,89,.65);
    transition: all .3s;
    transform: scaleX(0);
}
.use .use_box>div>div>img{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.use .use_a{
    width: 100%;
    text-align: center;
    margin: 63px 0px 56px;
}
.use .use_a>a{
    display: inline-block;
    color: #404040;
    font-size: 1.8rem;
    padding: 19px 45px;
    border-radius: 30px;
    background-color: #ffffff;
    transition: all .3s;
}
.use .use_a>a:hover{
    transform: translateY(-5px);
}



.eight_advantage{
    display: grid;
    grid-row-gap: 70px;
    grid-column-gap: 24px;
    grid-template-columns: repeat(auto-fill,minmax(220px,1fr));
    margin-top: 86px;
    margin-bottom: 118px;
}
.eight_advantage>div{
    text-align: center;
    color: #404040;
}
.eight_advantage>div>img{
    margin-bottom: 34px;
    border-radius: 50%;
    transition: all .5s
}
.eight_advantage>div>img:hover{
    transform: translateY(-10px);
}
.eight_advantage>div>p{
    font-size: 2.4rem;
    margin-bottom: 23px;
}
.eight_advantage>div>span{
    font-size:1.6rem;
}


.banner3_box{
    width: 100%;
    background-image: url("../image/applet/icon-bg2.png");
    background-repeat: round;
    text-align: center;
    color: #ffffff;
}
.banner3_box p{
    font-size: 4.8rem;
    margin-bottom: 29px;
    display: block;
    margin-top: 50px;
}
.banner3_box span{
    font-size: 2.1rem;
    display: block;
}
.banner3_box a{
    display: inline-block;
    background-color: #fff;
    font-size: 1.6rem;
    color: #404040;
    padding: 19px 45px;
    border-radius: 30px;
    margin: 49px 0px 36px;
    transition: all .5s;
}
.banner3_box a:hover{
    transform: translateY(-5px);
}



@media (max-width: 767px){
    .banner_img{
        margin-top: 0px;
    }

    #index_box{
        margin-left: 10px;
    }
    .advantage{
        margin: 40px 0px;
    }
    .advantage-box>div{
        width: 100% !important;
        position: relative;
        display: inline-block;
        padding: 0px 10px;
        top: inherit !important;
        left: inherit !important;
        bottom: inherit !important;
        right: inherit !important;
        margin-bottom: 20px;
    }
    .advantage-box>div>p{
        float: left !important;
        margin: 0px !important;
    }
    .advantage-box>div>span{
        width: calc(100% - 84px) !important;
        padding-left: 15px;
    }
    .advantage-box .box2>span{
        margin: 0px;
    }
    .advantage-box .box4>span{
        margin: 12px 0px;
    }
    .banner1_box{
        margin-top: 20px;
        padding: 40px 0px;
    }
    .banner1_box .content>p{
        font-size: 1.6rem;
    }
    .banner1_box::before{
        display: none;
    }
    .banner1_box .content{
        width: 100%;
    }
    .banner1_box .content>span{
        font-size: 1rem;
    }
    .banner1_box .content>a{
        float: none;
        margin: 0px auto;
    }
    .custom_tit{
        margin-top: 40px;
    }
    .custom_tit>p{
        font-size: 2.5rem;
    }
    .custom_tit>span{
        padding: 0px 5px;
        font-size: 1rem;
        line-height: 15px;
        margin-bottom: 10px;
    }
    .custom_box{
        padding: 0px 10px 40px;
        grid-template-columns: repeat(auto-fill,minmax(130px,1fr));
        grid-row-gap: 0px;
        grid-column-gap: 10px;
    }
    .custom_box>div>div{
        height: 330px;
        padding-top: 30px;
    }
    .custom_box>div>div>span{
        padding: 0px 5px;
        bottom: 10px;
    }
    .custom_box>.box1>div>span{
        bottom: 72px;
    }
    .custom_box>.box3>div>span{
        bottom: 60px;
    }
    .custom_box>.box4>div>span{
        bottom: 50px;
    }
    .custom_box>div{
        margin-top: 40px;
    }
    .banner2_box .content{
        padding: 40px 0px;
        width: 100%;
        text-align: center;
    }
    .banner2_box .content>p{
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
    .banner2_box .content>span:nth-of-type(1){
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .banner2_box .content>span:nth-of-type(2){
        font-size: 1.5rem;
    }
    .tit_box{
        margin-top: 40px;
    }
    .tit_box>p{
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
    .tit_box>span{
        font-size: 1.3rem;
    }
    .acquire_box{
        width: 100%;
        margin-top: 40px;
        padding: 0px 9px;
    }
    .acquire_box>img{
        margin: 21px 0px;
    }
    .acquire_uname .box1{
        width: 100%;
        margin-top: 80px;
    }
    .acquire_uname .box1>div{
        padding-right: 5px;
    }
    .acquire_uname .box1>div::before{
        left: 5px;
    }
    .acquire_uname .box2>div::after{
        right: 5px !important;
    }
    .acquire_uname .box1.box2>div{
        padding-left: 5px;
    }
    .objective{
        padding-bottom: 40px;
    }
    .objective .objective_box{
        width: 100%;
    }
    .objective .objective_box .objective_top{
        padding: 40px 0px 0px;
    }
    .objective .objective_box .objective_top>div{
        grid-column-gap: 21px;
    }
    .use .box1{
        padding-left: 25px;
    }
    .use .box2{
        padding-right: 25px;
    }
    .eight_advantage{
        margin-top: 40px;
    }
    .eight_advantage{
        padding: 0px 15px;
        grid-template-columns: repeat(auto-fill,minmax(120px,1fr));
        grid-column-gap: 15px;
        margin-bottom: 40px;
    }
    .eight_advantage>div>span{
        line-height: 20px;
    }
    .banner3_box p{
        font-size: 2.5rem;
    }
    .use .use_box>div>div>img{
        width: 100%;
    }
}