.banner_bg{
    color: #FFFFFF;
}
.banner_top{
    position: absolute;
    top: 65px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_top .number{
    font-weight: bold;
    font-size: 76px;
}
.banner_top .line{
    width: 1px;
    height: 66px;
    margin: 0 20px;
    background-color: rgba(255,255,255,0.3);
}
.banner_top_bottom{

}
.banner_top_bottom .bottom_top{
    letter-spacing:3px;
}
.banner_top_bottom .bottom_bottom{
    letter-spacing:4px;
    /*font-weight: 100;*/
    margin-top: 5px;
    font-size: 25px;
}
.bottom_top{
    font-size: 35px;
    font-weight: 500;
}
.banner_bottom{
    position: absolute;
    top: 180px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 26px;
}
.banner_bottom .left span{
    font-size: 55px;
    position: relative;
    margin-right: 10px;
    letter-spacing: 0;
}
.banner_bottom .left span sup{
    position: absolute;
    top: -8px;
    right: -9px;
    font-size: 27px;

}
.banner_bottom .left{
    margin-right: 25px;
    font-weight: 500;
    letter-spacing:2px;
}
.banner_bottom .right{
    margin-top: 23px;
    font-weight: 500;
    letter-spacing:2px;
}
.banner_button{
    position: absolute;
    top: 310px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 20px;
}
.banner_button div{
    width: 160px;
    height: 45px;
    border: 1px solid #FFFFFF;
    border-radius: 40px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}
.proxy{
    position: relative;
    height: 116px;
    line-height: 116px;
    background: url("../img/ft-bg.jpg") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
}
.proxy .proxy_button{
    position: absolute;
    top: 35px;
    right: 410px;
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    color: #F68C3B;
    background-color: #FFFFFF;
    border-radius: 40px;
    cursor: pointer;
}
.software{
    background: url("../img/z37562.jpg") no-repeat;
    background-size: 100%;
    color: #FFFFFF;
}
.software_tit{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
.software_subtit{
    margin: 40px auto 40px auto;
    font-size: 18px;
    text-align: center;
    /*font-weight: 100;*/
}
.software_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 60px;
}
.software_box div{
    font-size: 20px;
    display: flex;
    align-items: center;
}
.software_box div div{
    width: 10px;
    height: 10px;
    background-color: #FFFFFF;
    border-radius: 50%;
    margin-right: 15px;
}
.advantage_tit{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666666;
    margin: 30px 0 40px;
    font-size: 18px;
}
.advantage_tit div span{
    color: #0053B8;
    margin-right: 10px;
    font-weight: 600;
}
.advantage_tit .advantage_line{
    width: 1px;
    height: 21px;
    background-color: #666666;
    margin: 0 30px 0;
}
.advantage_box{
    width: 290px;
}
.advantage_img img{
    width: 100%;
}
.advantage_bottom{
    padding: 15px;
    box-shadow: 5px 10px 10px rgba(217, 217, 217, 0.42);
}
.advantage_text{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.advantage_p{
    line-height: 2;
    font-size: 14px;
}
.support{
    background-color: #F8FCFF;
}
.support_box{
    display: flex;
    align-items: center;
    padding: 20px 0 20px 20px;
    border: 1px solid #0053B8;
    border-radius: 4px;
    width: 500px;
    margin-bottom: 20px;
}
.support_tit{
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
}
.support_text{
    line-height: 2;
}
.support_bottom{
    margin-left: 20px;
}
.elegant{
    background-color: #FAFDFF;
}
.reason_box img{
    margin: 0 auto;
}
.reason_tit{
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 20px;
    text-align: center;
}
.reason_text{
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.elegant_box{
    width: 264px;
}
.elegant_box img{
    width: 100%;
}
.elegant_box p{
    text-align: center;
    color: #333333;
    font-size: 14px;
    margin-top: 20px;
}
.team_content{
    box-shadow:0 5px 30px rgba(0,0,0,0.06);
    padding:50px 0;

}
.team_content div p{
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.team_content .active p{
    color: #333333;
    font-weight: bold;
}
.tingBox{
    margin-top: 50px;
}
@media screen and (max-width: 765px) {
    .advantage_box{
        width: 48%;
    }
    .advantage_text{
        font-size: 16px;
        text-align: center;
    }
    .advantage_bottom{
        padding: 10px;
        margin-bottom: 20px;
    }
    .reason_box{
        width: 48%;
    }
    .support_box{
        width: 48%;
        padding: 0;
        display: block;
    }
    .support_img img{
        margin: 0 auto;
    }
    .support_bottom{
        width: 90%;
        margin: 0 auto;
    }
    .support_tit{
        text-align: center;
    }
    .reason_tit{
        margin: 10px 0 10px;
    }
    .banner_bg img{
        width: auto;
        height: 305px;
    }
    .banner_bg{
        overflow: hidden;
    }
    .banner_top .number{
        font-size: 50px;
    }
    .banner_top .line{
        margin: 0 10px;
    }
    .bottom_top{
        font-size: 18px;
    }
    .banner_top_bottom .bottom_bottom{
        font-size: 12px;
    }
    .banner_bottom{
        display: block;
        font-size: 18px;
        top: 145px;
    }
    .banner_bottom .left{
        margin-right: 0;
        text-align: center;
    }
    .banner_bottom .right{
        text-align: center;
        margin-top: 5px;
    }
    .banner_bottom .left span{
        font-size: 30px;
    }
    .banner_bottom .left span sup{
        font-size: 20px;
    }
    .banner_button{
        top: 237px;
        font-size: 16px;
    }
    .banner_button div{
        width: 150px;
        height: 35px;
        line-height: 35px;
    }
    .proxy{
        padding: 15px 0;
        height: auto;
        line-height: normal;
        font-size: 20px;
    }
    .proxy .proxy_button{
        position: initial;
        display: block;
        width: 140px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        margin: 15px auto 0;
    }
    .elegant_box{
        width: 48%;
    }
    .tingBox{
        margin-top: 25px;
    }
    .software{
        background: url(../img/z37562.jpg) no-repeat center;
        background-size: auto;
    }
    .advantage_tit{
        margin: 10px auto 30px;
    }
    .advantage_tit .advantage_line{
        margin: 0 20px 0;
    }
    .advantage_tit div{
        font-size: 16px;
        text-align: center;
    }
    .advantage_tit div span{
        margin: auto;
    }
    .software_tit{
        font-size: 22px;
    }
    .software_subtit{
        margin: 10px auto 30px;
        font-size: 16px;
    }
    .software_box div{
        font-size: 16px;
    }
    .software_box div div{
        width: 7px;
        height: 7px;
        margin-right: 5px;
    }
    .software_box{
        margin: 0 auto 35px;
    }
    .elegant_box p{
        margin: 10px auto;
    }
}