﻿
@font-face {
    font-family: 'URBANISTBOLD';
    src: url('../font/URBANISTBOLD.eot');
    src: url('../font/URBANISTBOLD.eot') format('embedded-opentype'),
         url('../font/URBANISTBOLD.woff2') format('woff2'),
         url('../font/URBANISTBOLD.woff') format('woff'),
         url('../font/URBANISTBOLD.ttf') format('truetype'),
         url('../font/URBANISTBOLD.svg') format('svg');
}
@font-face {
    font-family: 'TEKOREGULAR';
    src: url('../font/TEKOREGULAR.eot');
    src: url('../font/TEKOREGULAR.eot') format('embedded-opentype'),
         url('../font/TEKOREGULAR.woff2') format('woff2'),
         url('../font/TEKOREGULAR.woff') format('woff'),
         url('../font/TEKOREGULAR.ttf') format('truetype'),
         url('../font/TEKOREGULAR.svg') format('svg');
}

.about_ban{
    width: 100%;
    height: calc(100vh - 60px - 40.5px);
}
.about_ban_img{
    width: 100%;
    height: 100%;
    position: relative;
}
.about_ban_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_ban_img::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.about_ban_text h1{
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}
.about_ban_text{
    z-index: 5;
}
.about_ban_text_btn{
    width: 190px;
    margin-top: 40px;
}
.abtb_view p{
    font-size: 16px;
    line-height: 50px;
    color: #fff;
}
.abtb_view img{
    width: 15px;
    margin-left: 14px;
}
.abtb_view{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #E60039;
    cursor: pointer;
}
.about_ban_scroll_icon{
    width: 30px;
    cursor: pointer;
    margin: auto;
}
.about_ban_scroll_icon img{
    width: 100%;
}
.about_ban_scroll_line{
    width: 1px;
    height: 20px;
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    margin: auto;
    margin-top: 8px;
    animation: led 1s infinite alternate-reverse ease-in-out;
}
.about_ban_scroll {
    z-index: 5;
    cursor: pointer;
}
@keyframes led {
    to {
        height:68px;
    }
}
.about_cont_network{
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.about_cont_network_box{
    padding-left: calc(50% - 700px);
}
.about_cont_network_bg,.acnb_pic  {
    width: 100%;
    height: 100%;
}
.about_cont_network_bg{
    z-index: -1;
}
.acnb_ri{
    width: 55%;
}
.acnb_ri img{
    width: 100%;
}
.acnb_le{
    width: 45%;
    padding-right: 108px;
    margin-top: 36px;
}
.acnb_le_tit h2{
    line-height: 1.5;
    text-align: left !important;
}
.acnb_le_tit span{
    color: #CC002C;
}
.acnb_le_img{
    width: 100%;
    margin-top: 40px;
    display: none;
}
.acnb_le_img img{
    width: 100%;
}
.alnu_li{
    width: 50%;
    padding: 0 38px;
    margin-bottom: 23px;
}
.acnb_le_num_ul{
    margin: 0 -38px;
}
.alnu_li_cont{
    width: 100%;
}
.alnu_li_cont_num{
    font-size: 50px;
    line-height: 1.1;
    color: #292929;
    margin-bottom: 15px;
    font-family: 'URBANISTBOLD';
}
.alnu_li_cont_parga{
    padding-top: 10px;
    border-top: 1px solid #B9B9B9;
}
.acnb_le_num_ul{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.acnb_le_btn{
    width: 150px;
    border-radius: 4px;
    background: #E60039;
    margin-top: 37px;
}
.acnb_le_btn a{
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    display: block;
}
.about_cont_inno{
    padding-bottom: 72px;
    overflow: hidden;
}
.about_main h2{
    font-weight: bold;
    text-align: center;
}
.about_cont_inno_value{
    margin-top: 30px;
    position: relative;
}
.aciv_img{
    width: 100%;
    position: relative;
}
.aciv_img img{
    width: 100%;
}
.aciv_img_ph{
    display: none;
}
.aciv_img::after{
    content: "";
    width: 100%;
    height: 100%;
    background: #001344;
    opacity: 0.35;
    position: absolute;
    top: 0;
    left: 0;
}
.aciv_text_ul_li{
    width: 50%;
    position: relative;
}
.aciv_text_ul{
    display: flex;
    flex-wrap: wrap;
}
.aciv_text_ul_li::after{
    content: "";
    width: 2px;
    height: 350px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.4;
}
.atul_cont_parga{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}
.atul_cont_tit{
    margin-top: 28px;
    text-align: center;
    font-size: 28px;
    line-height: 1.5;
    color: #fff;
}
.aciv_text{
    z-index: 5;
    width: 100%;
}
.about_cont_inno_data{
    margin-top: 66px;
}
.acid_ul_li{
    width: 25%;
    padding: 0 30px;
}
.acid_ul{
    margin: 0 -30px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.aulc_tp_icon{
    width: 60px;
}
.aulc_tp_num{
    width: calc(100% - 60px);
    padding-left: 28px;
    position: relative;
    top: 8px;
}
.aulc_tp_num p{
    font-size: 18px;
    color: #292929;
    line-height: 1.5;
}
.aulc_tp_num span{
    font-family: 'TEKOREGULAR';
    font-size: 54px;
    color: #292929;
    line-height: 1.2;
    margin-right: 10px;
}
.aulc_tp{
    display: flex;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #000;
}
.aulc_bt p{
    font-size: 18px;
    line-height: 1.75;
    color: #7D7D7D;
    margin-top: 10px;
}
.aulc_bt{
    padding-left: 88px;
}
.about_cont_dream{
    padding-bottom: 28px;
    position: relative;
    overflow: hidden;
}
.acdb_ul_li{
    width: 33.333333%;
    padding: 0 58px;
    margin-bottom: 82px;
}
.acdb_ul{
    margin: 0 -58px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.aulc_tit{
    font-size: 30px;
    line-height: 1.5;
    color: #292929;
    font-weight: bold;
    text-align: center;
}
.about_cont_dream_box{
    margin-top: 60px;
}
.acdb_ul_li_cont{
    padding: 0 60px;
    position: relative;
    height: 100%;
}
.aulc_parga p{
    color: #666;
    text-align: center;
    margin-top: 20px;
}
.aulc_bg{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    justify-content: space-between;
}
.aulc_bg img{
    width: 54px;
}
.about_padding1{
    padding-top: 100px;
}
.about_padding2{
    padding-bottom: 100px;
}
.acrl_ul_li{
    width: 33.333333%;
    padding: 0 20px;
}
.acrl_ul{
    margin: 0 -20px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.about_cont_respon_list{
    margin-top: 50px;
}
.acrl_ul_li_cont{
    height: 100%;
}
.aulc_box{
    transition: all .36s;
    height: 100%;
    background-color: #fff;
}
.aulc_box_text{
    padding: 36px 42px 40px;
}
.about_cont_respon{
    background-color: #EEF1F5;
    overflow: hidden;
}
.aulc_box_text_tit{
    font-size: 28px;
    line-height: 1.7;
    color: #292929;
    font-weight: bold;
}
.aulc_box_text_list{
    margin-top: 22px;
}
.aulc_box_text_list li{
    padding-left: 18px;
    position: relative;
    margin-bottom: 14px;
}
.aulc_box_text_list li::before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #E60039;
    position: absolute;
    top: 10px;
    left: 0;
}
.about_cont_recruit,.about_cont_new,.about_cont_upgrade,.about_cont_pro{
    padding-bottom: 120px;
}
.alct_icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    margin: auto;
    position: relative;
}
.alct_icon_img{
    width: 40px;
}
.alct_icon_img img{
    width: 100%;
}
.acru_li{
    width: 50%;
}
.about_cont_recruit_ul{
    display: flex;
    flex-wrap: wrap;
}
.about_cont_recruit{
    overflow: hidden;
}
.acru_li_cont{
    width: 100%;
    position: relative;
    display: block;
}
.alct_tit{
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 58px;
}
.acru_li_cont_img{
    width: 100%;
    position: relative;
}
.acru_li_cont_img::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    left: 0;
}
.acru_li_cont_img img{
    width: 100%;
}
.acru_li_cont_text {
    width: 100%;
    z-index: 5;
}
.alct_btn p{
    color: #fff;
    margin-right: 14px;
}
.alct_btn img{
    width: 16px;
}
.alct_btn_box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_cont_new_tp h2{
    text-align: left;
}
.about_cont_new_tp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.acnt_tab_ul_li p{
    font-size: 16px;
    line-height: 1.75;
    color: #292929;
    margin-right: 13px;
}
.acnt_tab_ul_li img{
    width: 16px;
}
.acnt_tab_ul_li a{
    display: flex;
    align-items: center;
}
.acnt_tab_ul_li{
    margin-right: 38px;
}
.acnt_tab_ul_li:last-child{
    margin-right: 0;
}
.acnt_tab_ul{
    display: flex;
}
.acnb_ul_li{
    width: 50%;
    padding: 0 24px;
}
.acnb_ul{
    margin: 0 -24px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.acnb_ul_li a{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0;
    border-bottom: 1px solid #C8D0DC;
    height: 100%;
}
.acnb_ul_li_date{
    width: 80px;
    height: 80px;
    border-radius: 15px;
    border: 2px solid #292929;
    position: relative;
}
.auld_time{
    width: 100%;
    text-align: center;
}
.auld_time_day{
    font-size: 22px;
    color: #E60039;
    line-height: 1.6;
    font-weight: bold;
}
.acnb_ul_li_text{
    width: calc(100% - 80px);
    padding-left: 32px;
}
.ault_lab p,.ault_tit{
    font-size: 18px;
    color: #292929;
    line-height: 1.6;
    transition: all .36s;
}
.ault_lab p{
    opacity: 0.4;
}
.ault_tit{
    margin-top: 11px;
}
.acnb_ul_li:nth-child(1) a,
.acnb_ul_li:nth-child(2) a{
    border-top: 1px solid #C8D0DC;
}
.about_cont_new_bt{
    margin-top: 30px;
}
.acnp_tab_li{
    font-weight: bold;
    transition: all .36s;
    margin: 0 17px;
    opacity: 0.2;
}
.acnp_tab_li.active{
    opacity: 1;
}
.acnp_tab{
    display: flex;
    align-items: center;
    justify-content: center;
}
.acnp_list{
    margin-top: 45px;
}
.about_cont_new_ph .acnb_ul_li{
    width: 100%;
    padding: 0;
}
.about_cont_new_ph .acnb_ul_li:nth-child(2) a{
    border-top: none;
}
.about_cont_new_ph .ault_tit {
    margin-top: 10px;
}
.acnp_list_item:not(:first-child){
    display: none;
}
.acnp_btn .acnb_le_btn {
    margin: 30px auto 0;
}
.about_cont_new_ph{
    display: none;
}
.about_cont_upgrade_bt{
    margin-top: 35px;
}
.acub_ul_li{
    width: 20%;
    padding: 0 6px;
    height: 568px;
    transition: all .36s;
}
.acub_ul{
    margin: 0 -6px;
    display: flex;
}
.acub_ul_li_cont{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.aulc_bgs{
    width: 510px;
    height: 100%;
}
.aulc_text{
    bottom: 36px;
    z-index: 5;
    width: 100%;
    padding: 0 20px;
}
.acub_ul_li_cont{
    position: relative;
}
.acub_ul_li_cont::after{
    content: "";
    width: 100%;
    height: 22%;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.aulc_text_tit{
    font-size: 34px;
    line-height: 1.75;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.aulc_text_tit span{
    font-size: 48px;
}
.aulc_text_parga p{
    color: #fff;
    text-align: center;
}
.acpb_li_cont{
    position: relative;
    box-shadow: 0px 0px 25px 0px rgba(44, 44, 44, 0.20);
}
.acpb_li_cont::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.05);
    position: absolute;
    top: 0;
    left: 0;
}
.acpb_li_cont::before{
    content: "";
    width: 100%;
    height: 25.4%;
    opacity: 0.4;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.acpb_li_cont_btn{
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
}
.acpb_li_cont_btn img{
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.acpb_li_cont_text{
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    bottom: 32px;
    width: 100%;
    z-index: 5;
    display: none;
}
/* .acpb_li {
    width: 65.7% !important;
    margin: auto;
} */
.about_cont_pro_bt {
    width: 920px;
    margin: auto;
}
.acpb_li_cont_img img{
    width: 100%;
}
#ys_swiper{
    overflow: visible !important;
    padding-bottom: 30px;
}
.about_cont_pro .ys_cont1400 .yx_space2{
    overflow: hidden;
}
.acpb_li {
    position: relative;
}
.acpb_li::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.4);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .36s;
}
.acpb_li.swiper-slide-active::after{
    background: rgba(255,255,255,0);
}
.about_cont_pro_bt .swiper-pagination-progressbar {
    background: #D3DCE9;
}
.about_cont_pro_bt .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 1px;
    top: auto;
    bottom: 0;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.about_cont_pro_bt .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #E60039;
    height: 2px;
    top: -1px;
}
.acpp_icon_arrow{
    width: 26px;
    cursor: pointer;
}
.acpp_icon_arrow img{
    width: 100%;
}
.acpp_icon{
    display: flex;
    align-items: center;
    width: 180px;
    margin: auto;
    justify-content: space-between;
}
.about_cont_pro_page{
    margin-top: 26px;
    position: relative;
}
.acpp_num{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.acpp_num p{
    font-size: 20px;
    line-height: 1.5;
    color: #7D7D7D;
}
.acpp_num .acpp_num_act{
    color: #E60039;
}
.aulc_phbg{
    width: 100%;
    display: none;
}
.aulc_phbg img{
    width: 100%;
}
.about_ph_tit{
    display: none;
}
.alci_ph{
    display: none;
}
.aulc_box_ph{
    display: none;
}
.acnb_ph{
    display: none;
}
.about_cont_upgrade,.about_cont_pro,.about_cont_new{
    overflow: hidden;
}
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .acnb_ul_li a:hover .ault_tit{
        color: #E60039;
    }
    .acub_ul_li:hover{
        width: 30%;
    }
    .acrl_ul_li_cont:hover .aulc_box{
        transform: translateY(-20px);
    }
}
/* 载入效果 */

.acdb_ul_li:nth-child(3n+1),
.acub_ul_li:nth-child(5n+1),
.acnb_ul_li:nth-child(2n+1){
    animation-delay: .2s;
}
.acdb_ul_li:nth-child(3n+2),
.acub_ul_li:nth-child(5n+2),
.acnb_ul_li:nth-child(2n+2){
    animation-delay: .3s;
}
.acdb_ul_li:nth-child(3n+3),
.acub_ul_li:nth-child(5n+3){
    animation-delay: .4s;
}
.acub_ul_li:nth-child(5n+4){
    animation-delay: .5s;
}
.acub_ul_li:nth-child(5n+5){
    animation-delay: .6s;
}
