@charset "utf-8";
:root{
    --c1:#7696d7;
    --c2:#222334;
    --c3:#616379;
    --c4:#f00;
    --c5:#760000;
}
a{
    color: #616379;
}
.c1{
    color: var(--c1);
}
.hc1:hover{
    transition: .3s;
    color: var(--c1) !important;
}
.c2{
    color: var(--c2);
}
.c3{
    color: var(--c3);
}
.c4{
    color: var(--c4);
}
.cb{
    color: #fff;
}
.c0{
    color: #000;
}
.out{
    width: 100%;
    overflow: hidden;
    background: #fdfdfd;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;}
HTML5 display-role reset for older browsers article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
ol,ul {list-style:none;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;}
::-webkit-scrollbar {width:5px;height:5px;}
::-webkit-scrollbar-track-piece {-webkit-border-radius:6px;background-color:rgba(0,0,0,0.2);}
::-webkit-scrollbar-thumb:vertical {height:5px;-webkit-border-radius:6px;background-color:rgba(125,125,125,0.7);}
::-webkit-scrollbar-thumb:horizontal {width:5px;-webkit-border-radius:6px;background-color:rgba(125,125,125,0.7);}
body{margin:0;padding:0}
a {text-decoration: none;color: #333;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
img {vertical-align: middle;}
li {list-style: none;}
.df{display: flex;}
.f_w,.fw{flex-wrap: wrap;}
.a_c{align-items: center;}
.a_s{
    align-items: flex-start;
}
.j_c{justify-content: center;}
.j_b{justify-content: space-between;}
.t_l{text-align: left;}
.t_c{text-align: center;}
.t_r{text-align: right;}
.ttu{text-transform: uppercase;}
.p_r{position: relative;}
.p_a100{position: absolute;z-index: 1;display: block;width: 100%;left: 0;right: 0;top: 0;bottom: 0;}
.oh1{display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.oh2{-webkit-line-clamp: 2;}
.oh3{-webkit-line-clamp: 3;}
.oh4{-webkit-line-clamp: 4;}
.fw100{
    font-weight: 100;
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.lh1{
    line-height: 1;
}
.lh11{
    line-height: 1.1;
}
.lh12{
    line-height: 1.2;
}
.lh13{
    line-height: 1.3;
}
.lh14{
    line-height: 1.4;
}
.lh15{
    line-height: 1.5;
}
.lh16{
    line-height: 1.6;
}
.lh17{
    line-height: 1.7;
}
.lh18{
    line-height: 1.8;
}
.lh19{
    line-height: 1.9;
}
.lh2{
    line-height: 2;
}
.ci100{
    position: relative;
}
.ci100>img{
    width: 100%;
}
.ci100>a{
    position: absolute;
    z-index: 2;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.ci100h{
    overflow: hidden;
}
.ci100h>img{
    transition: .3s;
}
.ci100h:hover>img{
    transform: scale(1.1);
}
.mw1280{
    width: 100%;
    max-width: 1300px;
    padding: 0 10px;
    margin: 0 auto;
}
.p10{
    padding: 10px;
}
.mt20{
    margin-top: 20px;
}
.mt50{
    margin-top: 50px;
}
.fs12{
    font-size: 12px;
}
.fs14{
    font-size: 14px;
}
.fs16{
    font-size: 16px;
}
.fs18{
    font-size: 18px;
}
.fs20{
    font-size: 20px;
}
.fs32{
    font-size: 32px;
}
.fs39{
    font-size: 39px;
}
.out_banner{
    position: relative;
}
.out_banner>img,.out_banner>video{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}
.out_banner_text{
    position: relative;
    z-index: 3;
    background: linear-gradient(70deg,#0a0b14 0%,rgba(118,0,0,.17) 100%);
    padding: 160px 0;
}
.out_banner_on>a{
    height: 52px;
    padding: 0 40px;
    background: var(--c1);
    display: flex;
    align-items: center;
}
.out_banner_tl{
    width: 50%;
}
.out_banner_img>img{
    max-width: 100%;
    height: 100px;
    object-fit: contain;
    min-width: 480px;
}
.out_banner_ct{
    padding-left: 10px;
    border-left: 3px solid var(--c1);
}
.out_banner_title{
    font-size: 63px;
}
.out_banner_tl>ul>li .e-svg{
    fill: #fff;
    transition: fill .3s;
    width: 14px;
    height: 14px;
    margin-right: 4px;
}
.out_banner_tl>ul>li{
    margin-bottom: 5px;
}
.out_b1>div>.df{
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, .1);
    transform: translateY(-80px);
    background: #fff;
    position: relative;
    z-index: 5;
}
.out_b1_l{
    width: calc(33.3% - 7px);
    margin-right: 10px;
    padding: 32px;
}
.out_b1_l:nth-child(3n){
    margin-right: 0;
}
.out_b1_limg{
    width: 72px;
    margin-right: 16px;
    border: 1px solid var(--c1);
    padding: 16px;
    border-radius: 50%;
}
.out_b1_limg>img{
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}
.out_b1_l:nth-child(3n){
    background: var(--c1);
}
.out_b1_l:nth-child(3n) .c2,.out_b1_l:nth-child(3n) .c3{
    color: #fff;
}
.out_b1_l:nth-child(3n) .out_b1_limg{
    border-color: #fff;
}
.out_b1_ltext{
    width: calc(100% - 90px);
}
.out_b1_ltext>.fs32{
    letter-spacing: -1.2px;
}
.ls-15{
    letter-spacing: -1.5px;
}
.out_b2{
    padding-bottom: 70px;
}
.out_b2_top{
    width: 33.3%;
}
.out_b2_t_ds{
    background: #fff;
    border-bottom: 5px solid #dcdcde;
    transition: .5s;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, .1);
    height: 100%;
    padding-bottom: 56px;
    position: relative;
}
.out_b2_t_ds:hover{
    border-color: var(--c1);
}
.out_b2_t_ds_t{
    padding: 20px;
}
.out_b2_t_ds_timg{
    width: 42px;
    margin-right: 20px;
}
.out_b2_t_ds_timg>img{
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}
.out_b2_t_ds_tt{
    width: 100%;
    padding: 0px 40px;
}
.out_b2_t_ds_img>img{
    width: 100%;
    aspect-ratio: 8 / 5;
    object-fit: cover;
}
.out_b2_t_ds_content{
    padding: 20px;
}
.out_b2_t_ds_content_l{
    width: 14px;
    margin-right: 10px;
}
.out_b2_t_ds_content_l .e-font-icon-svg{
    width: 100%；
    aspect-ratio: 1;
    object-fit: contian;
    fill: var(--c1);
}
.out_b2_t_ds_content_r{
    width: calc(100% - 24px);
}
.out_b2_t_ds_on{
    padding: 0 20px 20px 20px;
    position: absolute;
    left: 0;
    bottom: 5px;
    right: 0;
    width: 100%;
}
.out_b2_t_ds_on>a{
    height: 36px;
    display: flex;
    align-items: center;
    background: var(--c1);
    transition: .3s;
    width: 100%;
    justify-content: center;
}
.out_b2_t_ds_on>a:hover{
    background: var(--c5);
}
.out_b2_bottom_l{
    width: 42.4%;
}
.out_b2_bottom_r{
    width: 57.6%;
}
.out_b2_bottom_lc{
    margin-top: 24px;
}
.out_b2_bottom_lc:nth-child(1){
    margin-top: 0;
}
.out_b2_bottom_lc_l{
    width: 20px;
    margin-right: 10px;
}
.out_b2_bottom_lc_l .e-font-icon-svg{
    width: 100%；
    aspect-ratio: 1;
    object-fit: contian;
    fill: var(--c1);
}
.out_b2_bottom_lc_r{
    width: calc(100% - 30px);
}
.out_b2_bottom_r lite-youtube{
    width: 100%;
    aspect-ratio: 16 / 9;
}
.out_b2_bottom_on>a{
    height: 52px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    background: var(--c1);
    transition: .3s;
}
.out_b2_bottom_on>a:hover{
    background: var(--c5);
}
.out_b3_c{
    background: #f5f4f5;
    padding: 64px 0;
}
.out_b3_c:nth-child(2n){
    background: #fff;
}
.out_b3_c_on{
    justify-content: flex-end;
}
.out_b3_c_on>a{
    height: 36px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    background: var(--c1);
    transition: .3s;
}
.out_b3_c_on>a:hover{
    background: var(--c5);
}
.out_b3_c_img{
    width: 33.3%;
}
.out_b3_c_img.w50{
    width: 50%;
}
.out_b3_c_img.w100{
    width: 100%;
}
.out_b3_c_img>img{
    border-radius: 12px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: .3s;
}
.out_b3_c_img.w100>img{
    aspect-ratio: 16 / 9;
}
.out_b3_c_img>img:hover{
    filter: brightness(0.5);
}
.out_b3_c_img.w100>img:hover{
    filter: none;
}
.out_b4{
    padding: 64px 0;
}
.out_b4_l{
    padding: 16px 48px 16px 16px;
    width: 35%;
}
.out_b4_r{
    padding: 16px;
    width: 65%;
}
.out_b4_l_on>a{
    height: 36px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    background: var(--c1);
    transition: .3s;
}
.out_b4_l_on>a:hover{
    background: var(--c5);
}
.out_b4_r_l{
    border-bottom: 1px solid #d5d8dc;
}
.out_b4_r_lt{
    padding: 15px;
    cursor: pointer;
}
.out_b4_r_lt .out_b4_r_lt_r{
    transition: .3s;
}
.out_b4_r_lt:hover .out_b4_r_lt_r{
    color: var(--c1);
}
.out_b4_r_lt_l{
    width: 16px;
    margin-right: 3px;
}
.out_b4_r_lt_l>.e-font-icon-svg{
    width: 100%;
    aspect-ratio: 1;
    object-fit: contian;
    transition: .3s;
}
.out_b4_r_lt_r{
    width: calc(100% - 20px);
}
.out_b4_r_lc{
    overflow: hidden;
    opacity: 0;
    transition: .5s;
    max-height: 0;
}
.out_b4_r_l.act .out_b4_r_lt_l>.e-font-icon-svg{
    transform: rotate(-90deg);
}
.out_b4_r_l.act .out_b4_r_lc{
    padding: 15px 15px 30px 15px;
    opacity: 1;
    max-height: 500px;
}
.out_b5{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.out_b5>div{
    background-image: linear-gradient(70deg, #0a0b14 0%, rgba(34, 35, 52, .5) 100%);
    padding: 64px 0;
}
.out_b5_l{
    width: 50%;
    padding: 16px 80px 16px 16px;
}
.out_b5_l_title{
    font-size: 53px;
}
.out_b5_l_list>div{
    font-size: 21px;
    margin-bottom: 15px;
}
.out_b5_l_xian{
    border-bottom: 1px solid rgba(255,255,255,.17);
    padding: 3px 0;
}
.out_b5_l_img{
    padding-top: 15px;
}
.out_b5_r{
    width: 50%;
    background: #fff;
    padding: 64px;
}
.out_footer{
    padding-top: 40px;
}
.out_pop{
    position: fixed;
    background: rgba(0,0,0,0.5);
    width: 100vw;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
    justify-content: center;
    align-items: center;
    display: none;
}
.out_pop.act{
    display: flex;
}
.out_pop_box{
    width: 600px;
    background: #fff;
    padding: 20px;
    position: relative;
}
.out_pop_box_l,.out_pop_box_r{
    width: 50%;
}
.out_pop_box_limg>img{
    aspect-ratio: 1;
    object-fit: cover;
}
.out_pop_box_ltext{
    padding: 35px;
    background-color: #f9fafa;
}
.out_pop_box_close{
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    z-index: 2;
}
.out_pop_box_close:before{
    height: 20px;
    width: 2px;
    left: 9px;
    top: 0;
    position: absolute;
    content: '';
    display: block;
    background: #000;
    transform: rotate(45deg);
    transform-origin: center;
}
.out_pop_box_close:after{
    height: 2px;
    width: 20px;
    left: 0;
    top: 9px;
    position: absolute;
    content: '';
    display: block;
    background: #000;
    transform: rotate(45deg);
    transform-origin: center;
}
@media(max-width:990px){
    .out_banner_text{
        padding: 20px 0;
    }
    .out_banner_tl{
        width: 100%;
        padding: 4px 20px !important;
    }
    .p10{
        padding: 4px;
    }
    .out_banner_img>img{
        height: auto;
        min-width: 315px;
    }
    .mt20{
        margin-top: 8px;
    }
    .fs20{
        font-size: 14px;
    }
    .fs14,.fs16{
        font-size: 12px;
    }
    .fs32{
        font-size: 16px;
    }
    .fs39{
        font-size: 18px;
    }
    .out_banner_title{
        font-size: 20px;
    }
    .out_banner_on>a{
        height: auto;
        padding: 10px 20px;
    }
    .out_b1>div>.df{
        transform: translateY(0);
    }
    .out_b1_l{
        width: 100%;
        margin-right: 0;
        padding: 10px;
    }
    .out_b1_limg{
        width: 50px;
        margin-right: 10px;
        padding: 12px;
    }
    .out_b1_ltext{
        width: calc(100% - 60px);
    }
    .ls-15{
        letter-spacing: 0;
    }
    .out_b2{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .out_b2_top{
        width: 100%;
    }
    .out_b2_t_ds_t{
        padding: 10px;
    }
    .out_b2_t_ds_on{
        padding: 0 10px 10px 10px;
    }
    .out_b2_bottom_l,.out_b2_bottom_r{
        width: 100%;
    }
    .out_b2_bottom_on>a{
        padding: 10px 20px;
        height: auto;
    }
    .out_b2_bottom_lc{
        margin-top: 5px;
    }
    .out_b3_c,.out_b4,.out_b5>div{
        padding: 20px 0;
    }
    .out_b3_c_img,.out_b3_c_img.w50{
        width: 100%;
    }
    .out_b4_l{
        width: 100%;
        padding: 0;
    }
    .out_b4_r{
        padding: 10px 0 0 0;
        width: 100%;
    }
    .out_b4_r_lt,.out_b4_r_l.act .out_b4_r_lc{
        padding: 10px;
    }
    .out_b5_l{
        padding: 0;
        width: 100%;
    }
    .out_b5_l_title{
        font-size: 18px;
    }
    .out_b5_l_list>div{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .out_b5_l_img{
        padding-top: 0;
    }
    .out_b5_r{
        width: 100%;
        padding: 10px;
    }
    .out_pop_box{
        max-width: calc(100% - 20px);
        padding: 10px;
        max-height: calc(100% - 20px);
        overflow: auto;
    }
    .out_pop_box_ltext{
        padding: 10px;
    }
    .out_pop_box_close{
        z-index: 21;
        position: fixed;
        right: 14px;
        top: 14px;
    }
    .out_pop_box_l, .out_pop_box_r{
        width: 100%;
    }
    .out_pop_box_r br{
        display: none;
    }
}