@media screen and (max-width:767px){html,body{font-size:35px}}
@media screen and (min-width:768px) and (max-width:863px){html,body{font-size:40px}}
@media screen and (min-width:864px) and (max-width:959px){html,body{font-size:45px}}
@media screen and (min-width:960px) and (max-width:1055px){html,body{font-size:50px}}
@media screen and (min-width:1056px) and (max-width:1151px){html,body{font-size:55px}}
@media screen and (min-width:1152px) and (max-width:1247px){html,body{font-size:60px}} 
@media screen and (min-width:1248px) and (max-width:1343px){html,body{font-size:65px}} 
@media screen and (min-width:1344px) and (max-width:1439px){html,body{font-size:70px}} 
@media screen and (min-width:1440px) and (max-width:1535px){html,body{font-size:75px}} 
@media screen and (min-width:1536px) and (max-width:1631px){html,body{font-size:80px}} 
@media screen and (min-width:1632px) and (max-width:1727px){html,body{font-size:85px}}
@media screen and (min-width:1728px) and (max-width:1823px){html,body{font-size:90px}} 
@media screen and (min-width:1824px) and (max-width:1919px){html,body{font-size:95px}} 
@media screen and (min-width:1920px) and (max-width:2349px){html,body{font-size:100px}} 
@media screen and (min-width:2350px){html,body{font-size:122.3px}} 
.wrapper {
    height: 100% !important;
    height: 100%;
    margin: 0 auto; 
    overflow: hidden;
}
.one_bg{
    width: 100%;
    height: 100%;
    background: url(../images/one_1.png) 0% 0% / cover no-repeat;
}
.one_box{    
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 200px;
}
.one2{
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 0 20px 0;
    display: flex;
    
}
.one2_div{
    display: flex;
    flex-direction: column;
    flex:1;
    text-align: center;    
}
.one2_d1{
    font-size: 19px;
    color: #222;
    font-weight: bold;
    line-height: 1;
    margin: 12px 0 16px;
}
.one2_d2{
    font-size: 12px;
    color: #999999;
    width: 134px;
    height: 50px;
    margin: 0 auto 17px;
}
.one2_d3{
    width: 30px;
    height: 3px;
    background: linear-gradient(-90deg,#06319e 0%, #0b62cf 100%) #06319e;
    margin:  0 auto;
}
.one2_img{
    display: block;
    margin: 0 auto;
}
.one1{
    text-align: center;
    margin-bottom: 100px;
}

.one1_title1{
    position: relative;
    font-size: 109px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin-bottom: 91px;
    letter-spacing: 11px;
    z-index: 2;
}
.one1_title1::after{
    position: absolute;
    content: "";
    width: 808px;
    height: 216px;
    border: 10px solid rgba(2,53,146,.7);
    top: -54px;
    left: 108px;
    z-index: -1;
}
.one1_title2{
    font-size: 28px;
    color: #fff;
    line-height: 1;
    line-height: 28px;
}
.one1_title2 span{
    color:#666;
    margin: 0 15px;
}
.two_box{
     
}
.home_title{

}
.tit1{
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}
.tit2{
    font-size: 19px;
    color: #131313;
    margin-top: 24px;
    line-height: 1;
}
.two_box .tit2{
    color: #666;
}
.tit_img img{
    display: block;
}
.two2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.two2_t1{
    font-size: 36px;
    color: #023592;
    font-weight: bold;
    margin-bottom: 68px;
    position: relative;
}
.two2_t2{
    font-size: 36px;
    color: #023592;
    font-weight: bold;
}
.two2_img_5{
    margin-left: 28px;
}
.two2_img_2{
    display: inline-block;
    vertical-align: bottom;
    margin: 0 14px;
}
.two2_img_3{
    display: inline-block;
    vertical-align: bottom;
    margin-right: 15px;
}
.two2_t3{
    margin-top: 80px;
}
.two2_t3 .tit3{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
}
.two2_t3 .m2{
    font-size: 18px;
    color: #666;
    line-height: 30px;
    width: 580px;
    text-align: justify;
}
.two2_img_4{
    margin-right: -5px;
}
.three_box{
    width: 100%;
    padding-top: 72px;
    height: 100%;
    display: flex;
    align-items: center;
    background: url(../images/three_1.png) no-repeat;
    background-size: 100% 5.39rem;
}
.three_bg{
    
}
.tb_box{
     
}
.tb_box .tit2{
    line-height: 1.4;
}
.tb_list{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.tb_one{
    background-color: #fff;
    border-radius: 10px;
    width: 400px;
    padding: 50px 0 30px 0;
    box-shadow: 0 0px 4px rgba(0,0,0,.1);
}
.tb_img{

}
.tb_img img{
    display: block;
    margin: 0 auto;
}
.tb_title{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 25px;
}
.tb_des{
    font-size: 18px;
    color: #666;
    width: 316px;
    margin: 0 auto;
}
.two_bg{
    padding-top: 72px;
    height: 100%;
    display: flex;
    align-items: center;
}
.four_bg{
    padding-top: 72px;
    height: 100%;
    display: flex;
    align-items: center;
}
.tit2_a{
    float: right;
    font-size: 22px;
    color: #999;
}
.four_bg .tit2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.four_list{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.four_one{
    background-color: #fff;
    border-radius: 10px;
    width: 336px;
    box-shadow: 0 0px 4px rgba(0,0,0,.1);
}
.four_one:hover{
    cursor: pointer;
}
.four_one:hover .fo_more{
    background-color: #06319E;
    color: #fff;
}
.four_one:hover .fo_coin_1{
    background: url(../images/four_3.png) no-repeat;
    background-size: 100% 100%;
}
.fo_img{
    height: 260px;
}
.fo_img img{
    width: 100%;
    height: 100%;
}
.fo_bom{
    padding: 20px 15px;
}
.fo_bom .title{
    font-size: 18px;
    color: #06319E;
    font-weight: bold;
    margin-bottom: 10px;
}
.fo_bom .time{
    font-size: 14px;
    color: #999;
    margin-bottom: 24px;
}
.fo_bom .des{
    font-size: 14px;
    color: #999;
    margin-bottom: 22px;
}
.fo_more{
    width: 142px;
    height: 42px;
    line-height: 42px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    color: #999;
    background-color: #fafafa;
}
.fo_coin_1{
    display: inline-block;
    background: url(../images/four_2.png) no-repeat;
    width: 15px;
    height: 12px;
    background-size: 100% 100%;
    margin-left: 8px;
}
.five_box{
    height:  calc(100% - 429px);
}
.five_bg{
    padding-top: 72px;
    width: 100%;
    height: 100%;
    background: url(../images/five_5.png) 0% 0% / cover no-repeat;
    display: flex;
    align-items: center;
}
.five_bg .home_title{
    color: #fff;
}
.tit2_a2{
font-size: 19px;
color: #fff;
}
.five_service{
    display: flex;
    height: 1.85rem;
    align-items: center;
    width: 100%;
    margin: 30px auto 0;
    position: relative;
    background: url(../images/five_7.png) 0% 0% / cover no-repeat;
    background-size: 100% 100%;
}
.five_title{
    font-size: 0.5rem;
    color: #fff;
    position: absolute;
    top: -0.35rem;
    left: 50%;
    margin-left: -0.94rem;
}
.fs_one{
    flex: 1;
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
}
.right_nav{
    position: fixed;
    right: 0;
    top: 28%;
    width: 45px;
    height: 167px;
    background: linear-gradient(-44deg,#06319e 0%, #0b62cf 100%) #06319e;
    border-radius: 6px 0px 0px 6px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}
.rn_01_1{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    transition: all 0.6s
}
.rn_01{
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}
.appbox25 {
    display: none;
}
.appbox{
    opacity: 0;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: absolute;
    left: -200px;
    top: 0;
    width: 112px;
    color: #444;
    font-size: 14px;
    padding: 5px 10px;
    color: #06319E;
}
.appbox_coin{
    border: solid #ccc;
    border-width: 1px 1px 0 0;
    background: #fff;
    width: 10px;
    height: 10px;
    right: 0;
    margin-right: -6px;
    margin-top: -30px;
    position: absolute;
    transform: rotate(45deg);
}
.App-top-25-hover:hover +.appbox25{
    display: block;  
    animation:appbox25 .5s ease-in-out forwards; 
}
@keyframes appbox25{

    0%{ opacity:0; left: -175px;}
    100%{ opacity:1; left: -125px;}

}
.rn_01_2{
    width: 100%;
    cursor: pointer;
    transition: all 0.6s;
    display: block;
}
.rn_01_1:hover,.rn_01_2:hover{
    transform: scale(1.3);
}
.wechat_box{
    background: linear-gradient(-44deg,#06319e 0%, #0b62cf 100%) #06319e;
    border-radius: 5px;
    color: #fff;
    padding-bottom: 10px;
}
.wechat-top-25-hover:hover +.wechatbox25-top{ 
    display: block; 
    animation:wechatbox25-top .5s ease-in-out forwards; 
}
@keyframes wechatbox25-top{

    0%{ opacity:0; left: -100px;}
    100%{ opacity:1; left: -145px;}

}
.wechatbox25-top,
    .Programbox25-top,
    .appbox25-top{
        height:  150px;
        opacity: 0;
        position: absolute;
        left: -220px;
        top: 0;
    }
.wechatbox25-top{
    display: none;
}
.wc_img{
    width: 108px;
    height: 108px;
}
.sj-25 {
    border: solid #0b62cf;
    border-width: 1px 1px 0 0;
    background: linear-gradient(-44deg,#06319e 0%, #0b62cf 100%) #06319e;
    width: 10px;
    height: 10px;
    right: 0;
    margin-right: -5px;
    margin-top: -22px;
    position: absolute;
    transform: rotate(45deg);
}
.appbox2{
    opacity: 0;
    background: linear-gradient(-44deg,#06319e 0%, #0b62cf 100%) #06319e;
    border-radius: 5px;
    position: absolute;
    left: -200px;
    top: 0;
    width: 128px;
    font-size: 14px;
    padding: 10px 10px;
    color: #fff;
    border: 0;
}
.App-top-26-hover:hover +.appbox26{
    display: block;  
    animation:appbox26 .5s ease-in-out forwards; 
}
@keyframes appbox26{

    0%{ opacity:0; left: -175px;}
    100%{ opacity:1; left: -145px;}

}
.appbox_coin_2{
    border: 0;
    border-width: 1px 1px 0 0;
    background: linear-gradient(-44deg,#06319e 0%, #0b62cf 100%) #06319e;
    width: 10px;
    height: 10px;
    right: 0;
    margin-right: -6px;
    position: absolute;
    transform: rotate(45deg);
    top: 12px;
}
.five_content{
 
}
.fs_img img{
    width: 0.67rem;
}
.one1_title3{
    font-size: 14px;
    color:#fff;
    opacity: 0.5;
    margin-top: 10px;
}