﻿@charset "utf-8";

body {
    font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
}
/*分享翻译*/
#bsWXBox .bsTop:after {
    /*分享中文版本*/
    content: '- 微信';
    /*分享英文版本*/
    /* content: '- weixin'; */
    display: block;
    position: absolute;
    left: 85px;
    top: 50%;
    font-size: 14px;
    transform: translateY(-50%);
}

#bsWXBox .bsTop:before {
    /*分享中文版本*/
    content: '分享到';
    /*分享英文版本*/
    /* content: 'Share the'; */
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 14px;
    transform: translateY(-50%);
}

/*导航默认选中*/
.yxnav_active1 {}

.yxnav_active2 {}

/* - banner - start*/
.ys_banner {
    width: 100%;
    position: relative;
}

.ys_ban_li {
    position: relative;
    overflow: hidden;
}

.ys_ban_imgbox {
    position: relative;
    z-index: 1;
}

.ys_ban_imgbox img {
    width: 100%;
}

.ys_ban_li>a {
    display: block;
}

.ys_ban_ph {
    display: none;
}

.ys_ban_video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ys_ban_li:not(:first-child) {
    display: none;
}
.ys_ban_imgbox::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}
.ys_ban_txtbox{
    z-index: 5;
}
/* - banner - end*/


/* 规范开始 */
/* @tit */
.c_tit1{
    font-size: 48px;
    line-height: 1.5;
    color: #333;
}
.c_tit2{
    font-size: 40px;
    line-height: 1.5;
    color: #333;
}
.c_tit3{
    font-size: 30px;
    line-height: 1.7;
    color: #333;
}
.c_tit4{
    font-size: 24px;
    line-height: 1.75;
    color: #333;
}
.c_tit5{
    font-size: 18px;
    line-height: 1.75;
    color: #333;
}
.c_tit6{
    font-size: 16px;
    line-height: 2;
    color: #333;
}

/* yx-active */
.yxedr_active h2{
    font-size: 40px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 20px;
}
.yxedr_active h3{
    font-size: 30px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
}
.yxedr_active h4{
    font-size: 24px;
    line-height: 1.75;
    color: #333;
    margin-bottom: 18px;
}
.yxedr_active h5{
    font-size: 18px;
    line-height: 1.75;
    color: #333;
    margin-bottom: 14px;
}
.yxedr_active h6{
    font-size: 16px;
    line-height: 2;
    color: #333;
    margin-bottom: 16px;
}
/* @text */
.c_text,
.c_text p{
    font-size: 18px;
    color: #666;
    line-height: 1.75;
}
.c_text2,
.c_text2 p{
    font-size: 16px;
    color: #666;
    line-height: 1.75;
}
/* yx_active */
.yxedr_active p{
    font-size: 18px;
    color: #666;
    line-height: 1.75;
    margin-bottom: 14px;
}

/* @spc */
.c_mar110{
    margin-top: 110px;
}
.c_mar110B{
    margin-bottom: 110px;
}
.c_padd110{
    padding-top: 110px;
}
.c_padd110B{
    padding-bottom: 110px;
}
.c_mar60{
    margin-bottom: 60px;
}
.c_mar40{
    margin-bottom: 40px;
}
/* @btn */
.ys_ph_nav li.yxnav_active2>.ys_phnav_lisbox a {
    color: rgba(255,255,255,.6);
}
.ys_ph_nav li.yxnav_active3>.ys_phnav_lisbox a {
    color: rgba(255,255,255,.6);
}
.c_btn{
    display: inline-block;
    width: 200px;
    height: 60px;
    border-radius: 52px;
    border: 1px solid #fff;
    transition: all 0.36s;
    cursor: pointer;
}
.c_btncon{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c_btnp{
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
    transition: all 0.36s;
}
.c_imgbox img{
    width: 100%;
}
.pc_fenye li{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: transparent !important;
    color: #333333 !important;
    border-radius: 50%;
}
.pc_fenye li.activepage{
    border: 1px solid #002D56;
    border-radius: 50%;
}
.c_page .prev li::before,
.c_page .first li::before,
.c_page .end li::before,
.c_page .next li::before{
    display: none;
}

.c_page .c_imgbox{
    width: 18px;
    height: 18px;
    line-height: 35px;
}
.c_page .c_imgbox img{
    height: 18px;
}
.c_page .next,
.c_page .end{
    transform: rotate(180deg);
}
 /* page */

/* 小分页 */
.c_cutpage{
    display: flex;
    justify-content: space-between;
    margin: 0 -25px;
}
.c_cutpage_fl,
.c_cutpage_fr{
    padding: 0 25px;
    width: 50%;
}
.c_cutpage_fr .c_cutpage_a{
    justify-content: flex-end;
    display: flex;
}
.c_cutpage_name{
    flex-shrink: 0;
}
.ys_phfy a{
    color: #333;
}

/* 规范结束 */

/* bread */
.c_smnav1_item {
    padding: 0 10px;
    position: relative;
}
.c_smnav1{
    margin: 0 -10px;
}
.c_smnav1_item::before{
    content: ">";
    font-size: 14px;
    color: #999;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
}
.c_smnav1_item:last-child::before{
    display: none;
}
.c_smnav1_a{
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    transition: all 0.36s;
}
.c_smnav1_img{
    line-height: 24px;
    font-size: 0;
}

.c_smnav1_icon{
    line-height: 24px;
    margin-right: 7px;
    color: #999999;
}
.c_bread{
    margin-top: 35px;
    margin-bottom: 60px;
}
.c_smnav1_item:first-child{
    margin-left: 0;
}
/* d2-s */
.c_d2ban .c_banimg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.c_d2ban_h1{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 53%;
    transform: translateY(-50%);
}
.c_d2ban_h1 .c_tit1{
    font-weight: bold;
    color: #fff;
}
.c_d2ban_nav{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.c_d2ban_ul{
    display: flex;
}
.c_d2ban_li{
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.c_d2ban_li:last-child{
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.c_d2ban_lia{
    display: block;
    width: 170px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}
.c_d2ban_lia::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #194F78 0%, #A6CDE3 100%);
    z-index: -1;
    transition: all 0.36s;
} 

.c_d2ban_li.ys_active .c_d2ban_lia::after{
    width: 100%;
    left: 0;
}

.c_d2ban_li.c_nohover .c_d2ban_lia::after{
    width: 0% !important;
    left: 0;
}

.c_d2ban_bg{
    position: absolute;
    width: 190px;
    top: 46%;
    right: 16.54%;
}



.c_d2ul{
    margin-bottom: 95px;
}
.c_d2li{
    margin-bottom: 80px;
}
.c_d2clear{
    display: flex;
    flex-wrap: wrap;
}

.c_d2fl{
    width: 320px;
}
.c_d2fr{
    width: calc(100% - 320px);
    padding-left: 30px;
}
.c_d2fr_flex{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.c_d2fr_h{
    /* font-weight: bold; */
    margin-bottom: 25px;
}
.c_d2fr_p{
    padding-top: 20px;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.c_d2fr_p p{
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.c_d2fr_time{
    display: flex;
    align-items: center;
}
.c_d2fr_timeimg{
    width: 20px;
    position: relative;
    top: -2px;
    margin-right: 12px;
}
.c_d2fr_timetext{
    color: #999999;
}

.c_d2fl .ys_imgbox_cover{
    border-radius: 0 0 30px 0;
}
/* d2-e */

/* d3-s */
.c_d3box{
    padding-top: 90px;
}
.c_cutpage_con{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: noWrap;
}
.c_cutpage_a{
    font-size: 16px;
    line-height: 1.75;
    transition: all .36s;
    color: #9099A0;
}
.c_d3 .c_bread{
    margin-bottom: 55px;
}
.c_d3_newinfo{
    margin-bottom: 36px;
}
.c_d3_newh{
    margin-bottom: 23px;
}
.c_d3_newtime{
    color:#9099A0;
}
.c_d3_new{
    margin-bottom: 63px;
} 
/* d3-e */

/* e1-s */
.c_e1_banli{
    height: 178px;
    width: 338px;
    padding-left: 80px ;
    padding-right:48px ;
}
.c_e1_banlia{
    display: block;
    width: 100%;
    height: 100%;
}
.c_e1_banflex{
    display: flex;
    align-items: center;
    justify-content:space-between;
    height: 100%;
    width: 100%;
}
.c_e1_bannav{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.c_e1_bannavp{
    color: #fff;
    margin-top: 24px;
}
.c_e1_banfr{
    width: 30px;
    flex-shrink: 0;
    transition: all 0.36s;
}

.c_e1_banicon{
    width: 40px;
}
.c_e1_banicon img{
    width: 100%;
}
.c_e1_banul{
    border-radius: 0 60px 0 0;
    overflow: hidden;
    display: flex;
}
.c_e1_banli{
    background: linear-gradient(90deg, #07183C 0%, rgba(7, 24, 60, 0.15) 100%);
    backdrop-filter: blur(20px);
}

.c_e1_banli:last-child{
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) -148.83%, rgba(0, 0, 0, 0.2) -48.72%);
    backdrop-filter: blur(20px);
    border-radius: 0px 60px 0px 0px;
}

 .c_e1_banbg{
    position: absolute;
    top: 0;
    right: 0;
    width: 1527px;
    z-index: 1;
 }
 .c_e1_banbg img{
    width: 100%;
 }
 .c_e1_bancon .c_tit4{
    color: #fff;
 }
 .c_e1_bancon{
    z-index: 10;
    bottom: initial !important;
    top: 50%;
    transform: translateY(-25%);
 }
 .c_e1_banner{
    overflow: hidden;
    position: relative;
    z-index: 1;
 }
.c_e1_banimg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.06) !important;
}
.c_e1_banimg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(92.4deg, rgba(0, 0, 0, 0.2) 5.13%, rgba(0, 0, 0, 0) 94.09%);
}
.c_e1p1{
    padding-top: 130px;
    padding-bottom: 166px;
    overflow: hidden;
}
.c_e1p1_fl{
    width: 60%;
}
.c_e1p1_fl .ys_imgbox_cover{
    border-radius: 0 0 60px 0;
}

.c_e1p1_fr{
    width: 40%;
    padding-left:7.6%;
}
.c_e1p1_h{
    margin-top: 18px;
    margin-bottom: 40px;
}
.c_e1p1_p{
    margin-bottom: 35px;
}
.c_e1p1_p p{
    color: #333;
    line-height: 2;
}
.c_e1p1_li{
    padding-left: 20px;
    margin-bottom: 35px;
    position: relative;
}
.c_e1p1_li:last-child{
    margin-bottom: 32px;
}
.c_e1p1_li::before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color:#002D56;
    left: 0;
    top: 10px;
}
.c_e1p1_hb{
    font-weight: bold;
}
.c_e1p1_clear {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.c_e1p2_box{
    width: 100%;
    padding: 195px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.c_e1p2_box::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90.18deg, rgba(16, 31, 69, 0.8) 0.17%, rgba(9, 24, 60, 0.424) 99.87%);
    z-index: -1;
}
.c_e1p2h{
    font-size: 46px;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 70px;
}

.c_e1p2_ul{
    display: flex;
    justify-content: space-between;
    margin: 0 -16px;
}
.c_e1p2_li{
    width: 25%;
    padding: 0 16px;
}
.c_e1p2_lic{
    position: relative;
    height: 100%;
    padding: 140px 40px 76px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px) !important;
    border-radius: 0px 0px 30px 0px;
}
.c_e1p2_lt{
    position: absolute;
    top: 0;
    left: 0;
    width: 112px;
    height: 100px;
    background: linear-gradient(90deg, #143C5F 0%, #8AB0CE 100%);
    box-shadow: 0px 4px 29px rgba(80, 83, 87, 0.1);
    border-radius: 0 0 30px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c_e1p2_lt .c_imgbox{
    width:60px ;
}
.c_e1p2_lih{
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
}

.c_e1p2_lip p{
    color: #E9E9E9;
    line-height: 2;
}

.c_f1p1_clear{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.c_f1p1_fl,
.c_f1p1_fr{
    width: 50%;
}
.c_f1p1_flc{
    padding-left: 100px;
    padding-right: 20px;
}
/* e1-e */

/* f1-s */
.c_f1p4_p p{
    color: #fff;
}
.c_f1{
    overflow: hidden;
    background-color:#F3F5F8 ;
}
.c_f1 .c_bread{
    margin: 46px 0;}
.c_f1p1_box{
	padding:70px 0 100px;
	background-color:#f1f1f1;
	box-sizing:border-box;
}
.c_f1p1{
    background-color: #fff;
    border-radius: 0 0 60px 0;
    overflow: hidden;
	padding:60px;
}
.c_f1p1_flh{
    margin-bottom:34px;
}
.c_f1p1_address{
    margin-bottom: 20px;
}
.c_f1p1_phonea{
    color: #333333;
} 
.c_f1p1_frimg{
    overflow: hidden;
}
.c_f1p2_flh{
    margin-bottom: 50px;
}
.c_f1p2_flex .ys_imgbox_cover{
    width: 50px;
    flex-shrink: 0;
    margin-right: 18px;
}
.c_f1p2_ul{
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.c_f1p2_li{
    padding: 0 15px;
    width: 50%;
    margin-bottom: 35px;
}
.c_f1p2_lia{
    display: block;
    height: 100%;
    background-color: #fff;
    border-radius: 0 0 50px 0;
    overflow: hidden;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
    padding: 58px 70px 50px;
    position: relative;
}
.c_f1p2_lia::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 78%;
    height: 4px;
    background: linear-gradient(90deg, #005291 0%, rgba(150, 210, 243, 0) 101.42%);
}

.c_f1p2_box{
    margin-bottom: 75px;
}
.c_f1p2_flex{
    display: flex;
    align-items: center;
    padding-bottom: 22px;
    margin-bottom: 40px;
    border-bottom: 1px solid #E1E1E6;
}
.c_f1p2_lic .c_tit6{
    color: #666;
}
.c_f1p2_list{
    margin-bottom: 15px;
}
.c_lookall{
    display: inline-block;
    width: 200px;
    height: 60px;
    background: linear-gradient(90deg, #194F78 0%, #A6CDE3 100%);
    border-radius: 0px 0px 20px 0px;
    cursor: pointer;
}
.c_lookflex{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c_lookp{
    color: #fff;
    margin-right: 17px;
}
.c_lookall_box{
    text-align: center;
}
.c_f1p3_lih{
    text-align: left;
    color: #666666;
}
.c_f1p3_ul{
    /* display: flex;
    flex-wrap: wrap; */
    margin: 0 -28px;
}
.c_f1p3_li{
    width: 20%;
    padding: 0 28px;
}
.c_f1p3_linr{
    height: 100%;
    padding: 57px 20px 45px;
    /* background-color: #fff; */
    text-align: center;
    /* box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
    border-radius: 0px 0px 50px 0px; */
    position: relative;
}
.c_f1p3_linr::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 79%;
    height: 4px;
    background: linear-gradient(90deg, #005291 0%, rgba(150, 210, 243, 0) 101.42%);
}
.c_f1p3_lic .ys_imgbox_cover{
    width: 130px;
    display: inline-block;
    margin-bottom: 30px;
}
.c_f1p3_box{
    margin-bottom: 100px;
}

.c_f1p4_box{
    height: 26.25vw;
    max-height: 504px;
    background:url(../images/f1_img3.jpg) center/cover no-repeat;
    position: relative;
    z-index: 1;
    padding:140px 0 168px;
}
.c_f1p4_box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(90.18deg, rgba(16, 31, 69, 0.8) 0.17%, rgba(9, 24, 60, 0.424) 99.87%);
}
.c_f1p4_p{
    font-weight: bold;
    color: #fff;
    margin-bottom: 48px;
}
.c_f1p4_h{
    margin-bottom: 30px;
    color: #fff;
} 
.c_f1 .c_btnbox1 .c_btn{
    width: 130px;
    height: 40px;
}

.c_f1 .c_btnp {
    font-size: 14px;
}

.c_lookflex .c_imgbox{
    width: 16px;
}

.c_f1ban_img{
    position: absolute;
    width: 570px;
    bottom: 0;
    right: 0;
}
/* f1-e */
/* header-s */
.ys_ph_navbar2 .ys_phnav_logo{
    background-color:#04577C ;
}
.c_hd_logo {
    width: 169px;
}
.c_hd{
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.36s;
}
.c_hd_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.c_hd_logo{
    width: 169px;
    position: relative;
}
.c_hd_flli{
    margin: 0 15px;
    position: relative;
}

.c_hd_fllia{
    display: block;
    padding: 0 15px;
}
.c_hd_fllic{
    line-height: 90px;
    font-size: 16px;
    color:#333333 ;
    transition: all 0.36s;
    position: relative;
}
.c_hd_fllic::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 63px;
    height: 3px;
    background: linear-gradient( 90deg, #a5040a 0%, #c8161d 100%);
    width: 0;
    transition: all 0.36s;
}
.c_hd_flli.yxnav_active1 .c_hd_fllic::before{
    width: 100%;
}

.c_hd_flli2 .c_tit6{
    transition: all 0.36s;
    color: #666;
}
.c_hd_fllia2{
    position: relative;
}
.c_hd_fllia2::before {
    content: attr(data-text);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #000;
    z-index:10;
    font-size: 16px;
    line-height: 2;
    transition: all 0.36s;
    opacity: 0;
    background: linear-gradient(90deg, #005291 100%, #96D2F3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.c_hd_flli2.yxnav_active2 .c_hd_fllia2::before{
    opacity: 1;
}
.c_hd_flul2{
    position: absolute;
    width: 248px;
    padding:32px 0 10px;
    background-color: rgba(255,255,255,.8);
    left: 15px;
    display: block;
    top:calc(100% + 40px);
    transition: all 0.36s ease-in;
    opacity: 0;
    pointer-events:none;
    box-shadow: 0px 0px 25px 0px rgb(37 37 37 / 6%);
}
.c_hd_flli2{
    margin-bottom:25px;
    padding: 0 38px;
}

.c_hd_lang{
    display: flex;
    align-items: center;
    position: relative;
}

.c_hd_langcon{
    width: 82%;
    padding: 10px 0;
    background-color: #fff;
    text-align: center;
    position: absolute;
    top:45px !important;
    right: 0;
    display: none;
    border-radius: 0px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    transition: top 0.36s;
}
.c_hdactive .c_hd_langcon{
    top: 68px !important; 
}
.c_langicon1{
    width: 18px;
}
.c_langicon2{
    width: 16px;
    transition: all 0.36s;
}
.c_langdown{
    transform: rotate(180deg);
}
.c_hd_fr .c_tit6{
    margin-right: 24px;
    margin-left: 15px;
    color: #fff;
    transition: all 0.36s;
}
.c_hd_fr{
    display: flex;
    align-items: center;
}
.c_hd_lang{
    cursor: pointer;
}
.c_search{
    width: 22px;
    margin-left: 36px;
    cursor: pointer;
}
.c_white{
    background-color: #fff;
}
.c_search ,
.c_langicon1,
.c_langicon2{
    position: relative;
}
.c_hd .c_hd_logo img:first-child,
.c_langicon1 img:first-child,
.c_langicon2 img:first-child,
.c_search img:first-child{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
}
.c_hd .c_hd_logo img,
.c_langicon1 img,
.c_langicon2 img,
.c_search img{
    transition: all 0.36s;
}
.c_hd.c_hdactive .c_hd_logo img:first-child,
.c_hd.c_hdactive .c_langicon1 img:first-child,
.c_hd.c_hdactive .c_langicon2 img:first-child,
.c_hd.c_hdactive .c_search img:first-child,
.c_hd.c_black .c_hd_logo img:first-child,
.c_hd.c_black .c_langicon1 img:first-child,
.c_hd.c_black .c_langicon2 img:first-child,
.c_hd.c_black .c_search img:first-child{
    opacity: 1;
}
.c_hd.c_hdactive .c_hd_logo img:last-child,
.c_hd.c_hdactive .c_langicon1 img:last-child,
.c_hd.c_hdactive .c_langicon2 img:last-child,
.c_hd.c_hdactive .c_search img:last-child,
.c_hd.c_black .c_hd_logo img:last-child,
.c_hd.c_black .c_langicon1 img:last-child,
.c_hd.c_black .c_langicon2 img:last-child,
.c_hd.c_black .c_search img:last-child{
    opacity: 0;
}
.c_hd.c_hdactive .c_hd_fr .c_tit6,
.c_hd.c_hdactive .c_hd_fllic,
.c_hd.c_black .c_hd_fr .c_tit6,
.c_hd.c_black .c_hd_fllic{
    color: #333;
}
.c_hd.c_black{
    border-bottom: 1px solid #E4E4E4;
    background-color: #fff;
}
.c_hd_fllic{
    color: #fff;
}
.ys_ban_slick{
    width: 100vw;
}


/* header-s */
.ys_ban_imgbox::before{
    background: linear-gradient(107.65deg, #000000 0.63%, rgba(0, 0, 0, 0) 87.85%);
    opacity: 0.2;
}
/* 首页 */
.c_aleft_nav{
    position: absolute;
    top: 0;
    right: 0;
    width: 10.42vw;
    height: 100vh;
    z-index: 100;
    transition: all 0.7s cubic-bezier(0.100, 0.405, 0.310, 1.000);
    background: rgba(26, 27, 27, 0.2);
    backdrop-filter: blur(30px);
}
/* .c_aleft_nav::after{
    content: "";
    background: linear-gradient(90deg, rgba(1, 37, 79, 0.5) 2.61%, rgba(1, 37, 79, 0) 100%);
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
} */

.c_aleft_ul{
    margin-left: calc((100% - 60px) / 2);
    height: 100%;
    transition:margin-left 0.7s cubic-bezier(0.100, 0.405, 0.310, 1.000);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.c_aleft_bgul{
    position: absolute;
    width: 100%;
    left: 0%;
    height: 100%;
    top: 0;
    z-index: -1;
}
/* .c_aleft_bgul::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #01254F 2.61%, rgba(1, 37, 79, 0) 100%);
    opacity: 1;
}
.c_aleft_bgul::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #01254F;
    opacity: 0.5;
} */
.c_aleft_bglic{
    background: url(../images/a1_frbg.jpg) center/cover no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.c_aleft_bgli{
    display: none;
}
.c_aleft_lic{
    display: flex;
}
.c_aleft_lic a{
    display: flex;
    align-items: center;
    opacity: 0.5;
    transition: opacity 0.4s;
}
.c_aleft_lic .c_imgbox{
    flex-shrink: 0;
    width: 60px;
    margin-right: 30px;
    position: relative;
}
.l_a1lesvg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.c_aleft_lip{
    white-space: nowrap;
    color: #fff;
    overflow: hidden;
}
  
.c_aleft_li:last-child{
    margin-bottom: 0;
}
.c_aleft_lipc{
    font-size: 16px;
    line-height: 1.5;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.4s;
}

.c_a1_ban_txtbox{
    width: 100%;
    padding-right: 10.42vw;
    padding-left: 88px;
}

.c_a1hd_con{
    max-width: 100%;
    margin-right: 10.42vw;
    margin-left: 88px;
}
.c_a1hd .c_hd_fr{
    padding-right: 30px;
}
.c_a1_abn_title{
    color: #fff;
    padding-right: 30px;
    transform: translateY(0px);
    opacity: 0;
}
.c_a1_abn_btn{
    margin-top:62px ;
    opacity: 0;
    transform: translateY(0px);
}

.ys_ban_li.slick-active .c_a1_abn_title{
    /* animation: uptop 1s ease-in-out both ; */
    animation: fadeInUp 1s ease both;
    animation-delay: 0.8s;
}

.ys_ban_li.slick-active .c_a1_abn_btn{
    /* animation: uptop 1s ease-in-out both; */
    animation: fadeInUp 1s ease both;
    animation-delay: 0.8s;
}

@keyframes uptop {
    0%{
        transform: translateY(50px);
        opacity: 0;
    }
    100%{
        transform: translateY(0px);
        opacity: 1;
    }
}

.c_b1p2_nli.ys_active .c_b1p2_nlic{
    opacity: 1;
}
.c_b1p2_nli.c_markno .c_b1p2_nlic::after{
    width: 0% !important;
}
.c_b1p2_nli.ys_active .c_b1p2_nlic::after {
    width: 100%;
}


.c_a{
    width: 10.42vw;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
.c_a1_banner{
    position: relative;
}
.ys_ban_imgbox{
    height: 100vh;
}
.ys_ban_imgbox img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.c_a1dots{
    position: absolute;
    width: 100%;
    padding-right: 10.42vw;
    padding-left: 88px;
    bottom: 13.29vh;
}
.c_a1dots_flex .c_tit6{
    color: #fff;
    /* font-family: 'FZLanTingHeiS-R-GB'; */
}
.c_a1dots_flex{
    display: flex;
    align-items: center;
}
.c_a1dots_cen{
    position: relative;
    margin: 0 10px;
    width: 133px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}
.c_a1dots_cen .c_a1dots_light{
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: all 0.36s;
}
.c_a1ft_bot .c_ft_bot{
    width: 100%;
    bottom: 20px;
    padding: 0 10.42vw 0 88px;
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
}

.c_a1ft_bot .c_ft_botflex{
    padding-right: 65px;
}
/* 首页-e */

/* b1-s */


.c_banner{
    position: relative;
    overflow: hidden;
}
.c_banimg{
    position: relative;
}
.c_banimg::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90.18deg, rgba(16, 31, 69, 0.8) -2.75%, rgba(9, 24, 60, 0.424) 96.96%);
}

.c_b2banimg{
    min-width: 500px !important;
}
.c_b2 .c_banimg::after{
    background: linear-gradient(357.86deg, rgba(0, 0, 0, 0.36) 11.83%, rgba(0, 0, 0, 0) 62.31%);
}
/* .c_bancon{
    position: absolute;
    bottom: 15.625vw;
    width: 100%;
} */
.c_banc{
    max-width:1080px;
    margin: 0 auto;
    text-align: center;
}
.c_banh{
    color: #fff;
    margin-bottom: 13px;
}
.c_banp{
    margin-bottom: 12px;
}
.c_banp p{
    color: #fff;
}
.c_banx_inline{
    display: inline-block;
    cursor: pointer;
    margin-top: 20px;
}
.c_d2list,.c_d2box{
    overflow: hidden;
}
.c_banx{
    display: flex;
    align-items: center;
    justify-content: center;
}
.c_banxp{
    font-size: 16px;
    line-height: 1.75;
    color: #Fff;
    margin-right: 13px;
}
.c_banx .c_imgbox{
    flex-shrink: 0;
    width: 14px;
}
.c_b1ban_bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.c_b1p1_text{
    max-width: 1200px;
    margin: 0 auto;
}
.c_b1 .c_b1tit{
    color: #333;
    margin-bottom: 25px;
}
.c_b1 .c_b1p .c_tit5{
    color: #666;
    /* font-family:fzlt ; */
}
.c_b1p1_text{
    text-align: center;
}
.c_b1p1_box{
    margin-top: -5.21vw;
    position: relative;
    z-index: 10;
    padding-bottom: 190px;
    overflow: hidden;
}
.c_b1p1_tli:not(:first-child){
    display: none;
}
.c_b1p1_ul{
    /* display: flex;
    flex-wrap: wrap; */
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 100px rgba(133, 157, 167, 0.3);
    background-color: #fff;
}
.c_b1p1_li{
    width: 25%;
    cursor: pointer;
    transition: all 0.36s;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.c_b1p1_lic{
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    padding: 24px 40px 26px;
}
.c_b1p1_lih{
    transform: translateY(0px);
    transition: all 0.36s;
}
.c_b1p1_lip{
    transition: all 0.36s;
}
.c_b1p1_lip p{
    /* font-family:fzlt; */
    transition: all 0.36s;
}
.c_b1p1_tul{
    margin-bottom: 90px;
}
.c_b1p1_li::before{
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #c8161d  0%, #f9868a 100%);
    transition: all 0.36s;
    z-index: -1;
}
.c_b1p1_li.ys_active::before{
    left: 0;
    width:100%;
}
.c_b1p1_li.ys_active .c_b1p1_lih{
    color: #fff;
    transform: translateY(0px);
}
.c_b1p1_li.ys_active .c_b1p1_lip{
    margin-top: 0;
}
.c_b1p1_li.ys_active .c_b1p1_lip p{
    color: #fff;
}

.c_b1p1_list{
    position: relative;
    z-index: 1;
}
.c_b1p1_listbg{
    position: absolute;
    width: 1640px;
    top: 57%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%,-45%);
}

.c_b1p2_box{
    overflow: hidden;
    background:url(../images/b1_img3.jpg) center/cover no-repeat;
}
.c_b1p2_ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -47px;
}
.c_b1p2_li{
    width: 25%;
    padding: 0 47px;
}
.c_b1p2_llc{
    display: block;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 100px rgba(133, 157, 167, 0.3);
    border-radius: 0px 0px 50px 0px;
    padding: 58px 30px;
    position: relative;
    cursor: pointer;
}

.c_b1p2_llc .ys_imgbox_cover{
    transition: all 0.36s;
}

.c_b1p2_llc::after{
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 2px;
    width: 75%;
    background: linear-gradient(90deg, #c8161d 0%, rgba(150, 210, 243, 0) 101.42%);

}
.c_b1p2_llimg{
    width: 110px;
    margin: 0 auto;
    position: relative;
    transition: all 0.36s;
}
.c_b1p2_llc .ys_imgbox_cover{
    display: inline-block;
}
.c_b1p2_lih{
    margin-top: 24px;
    text-align: left;
}
.c_b1p2_llicon{
    position: absolute;
    top: 50%;
    left: 50%;
    width:43px;
    transform: translate(-50%,-50%);
}
.c_b1p2_nav{
    background: linear-gradient(90deg, #000 0.23%, #111 100%);
}
.c_b1p2_nul{
    display: flex;
}
.c_b1p2_nli{
    margin-right: 85px;
    cursor: pointer;
}
.c_b1p2_nlic{
    line-height:86px;
    color: #fff;
    /* font-family: fzlt; */
    position: relative;
    opacity: 0.8;
    transition: all 0.36s;
}
.c_b1p2_nlic::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: #fff;
    transition: all 0.36s;
}

.c_b1p2_c{
    padding: 104px 0 130px;
    overflow: hidden;
    background: url(../images/c_b2_img5.jpg) center/cover no-repeat;
}

.c_b1p2_sli{
    padding: 0 10px;
    /* margin: 0 10px; */
    display: inline-block;
    width: auto !important;
}

/* 整理 */
.c_b1p2_slic{
    padding: 7px 28px;
    border: 1px solid #DADADA;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.c_b1swiper{
    margin: 0 0px;
}
.c_b1p2_navs{
    padding: 0 38px;
    margin-bottom: 117px;
    position: relative;
}
.l_c1swbtns{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.l_c1swbtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.c_b1p2_prev {
    left: -38px;
}
.c_b1p2_next{
    right: 38px;
}
.l_c1swbtn.swiper-button-disabled{
    opacity: 0;
    pointer-events: none;
}
.c_b1swiper{
    position: static;
}

.c_b1swiper .swiper-button-prev{
    left: 0;
}
.c_b1swiper .swiper-button-next{
    right: 0;
}

.c_b1swiper .swiper-button-prev::after{
    display: none;
}
.c_b1swiper .swiper-button-next:after{
    display: none;
}

.c_b1p2_sli:first-child{
    padding-left: 0;
    margin-left: 0;
}
.c_b1p2_sli:last-child{
    margin-right: 0;
    padding-right: 0;
}
.c_b1p2_next .c_imgbox{
    width: 24px;
}
.c_b1p2_prev .c_imgbox{
    width: 24px;
}
.c_b1p2_fl{
    width: 540px;
}
.c_b1p2_fr{
    width: calc(100% - 540px);
    padding-left: 30px;
}
.c_b1p2_frimg{
    width: 100%;
}
.c_b1p2_frimg img{
    width: 100%;
}
.c_b1p2_fl{
    padding: 62px 54px 30px; 
    background: linear-gradient(180deg, #F8F8F8 76.34%, rgba(242, 242, 242, 0) 100%);
}
.c_b1p2_flli::before{
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 0 0 6px 0;
    background: linear-gradient(90deg, #c8161d 0%, #ea7175 100%);
}
.c_b1p2_flli{
    padding-left: 24px;
    position: relative;
    margin-bottom: 10px;
}

.c_b1p2_flh{
    margin-bottom: 28px;
}
.c_b1p2_fllih{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 16px;
}
.c_b1p2_fllip{
    font-size: 14px;
    line-height: 24px;
}

.c_hd.c_hdactive{
    background-color: #fff;
    box-shadow: 0px 0px 25px 0px rgb(37 37 37 / 6%);
}

.c_b1p2_sli .c_b1p2_slic::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
background: linear-gradient(90deg, #c8161d 0%, #ea7175 100%);
    transition: all 0.36s;

}

.c_b1p2_slic .c_tit6{
    transition: all 0.36s;
}
.c_b1p2_consli:not(:first-child){
    display: none;
}
.c_b1p2_xli:not(:first-child) {
    display: none;
}
/* b1-e */

/* b2-s */
.c_b2p2_img{
    width: 1238px;
    margin: 0 auto;
}
.c_b1p2_bot{
    margin-top: 30px;
}
.c_b2p2_ul{
    width: 67.46%;
}
.c_b2p2_bot{
    margin-top: 30px;
}
.c_b2p2_botc{
    width: 1160px;
    margin: 0 auto;
}
.c_b2p2_flex{
    display: flex;
    justify-content: space-between;
}
.c_b2p2_fr{
    width: 70%;
}
.c_b2p2_ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px;
}
.c_b2p2_li{
    width: 50%;
    padding: 0 50px;
    margin-bottom: 30px;
}

.c_b2p2_li_i{
    padding-left: 24px; 
    position: relative;
    margin-bottom: 30px;
}
.c_b2p2_li_i:last-child{
    margin-bottom: 0px;
}
.c_b2p2_li_i::before{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 10px;
    left: 0;
    border-radius: 0 0 6px 0;
    overflow: hidden;
    background: linear-gradient(90deg, #143C5F 0%, #8AB0CE 100%);
}
/* b2-e */

.c_b1p1_lip p{
    line-height: 1.5;
}
/* c1-s */
.c_banimg_bg2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* 必须有高度 */
    height: 100%;
    z-index: 10;
}
/* 粒子 */
canvas {
	display:block;
}
.waves {
	position:absolute;
	left:0;
	/* top:0; */
	right:0;
	bottom:0;
    width: 100%;
    height: 80%;
    bottom: 0;
}
/* 粒子 */






.c_c1banner{
    border-radius:0 0 200px 0;
    overflow: hidden;
}
.c_c1banner .c_banimg{
    z-index: 1;
}
.c_c1banner .c_banimg::after{
    z-index: 0;
    background: linear-gradient(90.18deg, rgba(16, 31, 69, 0.8) 3.02%, rgba(9, 24, 60, 0.424) 102.73%);
}
.c_c1banner .c_banimg::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) -1.38%, rgba(0, 0, 0, 0) 37.23%);
}
/* .c_c1banner .c_bancon {
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    z-index: 10;
} */
.c_c1banh{
    color: #fff;
    text-align: center;
}
.c_c1ban_bot{
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    z-index:20;
}
.c_c1ban_ul{
    /* margin-left: 27.8vw; */
    display: flex;
    justify-content: center;
}
.c_c1ban_li{
    width: 280px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.36s;
    position: relative;
    z-index: 1;
}
.c_c1ban_li.ys_active:after{
    width: 100%;
}
.c_c1ban_li::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: -1;
    transition: all 0.36s;
}

.c_c1ban_li.ys_active .c_tit5{
    color: #333333;
}

.c_c1ban_lic{
    display: block;
    text-align: center;
}
.c_c1ban_lic .c_tit5{
    line-height: 80px;
    color: #fff;
    transition: all 0.36s;
}
.c_c1p5 .l_d1bx3tp {
    align-items: end;
    margin-bottom: 44px;
}
.c_c1p1_box{
    position: relative;
}
.c_c1p1{
    width: 93.23%;
    height: 43.9vw;
    background: linear-gradient(90deg, #194F78 0%, #A6CDE3 100%);
    border-radius: 0px 0px 0px 80px;
    margin-top: -185px;
    padding-top: 9.58vw;
    padding-left: 5.73vw;
    overflow: hidden;
}
.c_c1p1_clear{
    margin-top: 98px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}   
.c_c1p1_fl{
    width: 50%;
}
.c_c1p1_fl img{
    width: 100%;
}
.c_c1p1_fr{
    width: 50%;
    padding-left:8.928%;
    padding-right: 5.83%;
}
.c_c1p1_fr .c_tit2{
    color: #fff;
    margin-bottom: 27px;
}
.c_c1p1_fr .c_tit5{
    color: #fff;
}
.c_c1p2_box{
    padding-top: 258px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.c_c1p2_tit{
    text-align: center;
}
.c_c1p2_swiper{
    width: 38vw;
    overflow: initial;
    position: relative;
}
.c_c1p2_li{
    margin: 0 36px;
}
.c_c1p2_lic{
    width: 38vw;
    height: 16.92vw;
    position: relative;
    border-radius: 0 0 60px 0;
    overflow: hidden;
    z-index: 1;
    /* background: url(../images/c1_p2_bg.png) center/cover no-repeat; */
}
.c_c1p2_licb{
    padding: 55px 92px;
}
.c_c1p2_lih{
    font-size: 20px;
    color: #fff;
    line-height: 2;
    margin-bottom:15px ;
}
.c_c1p2_lip{
    margin-bottom: 40px;
    color:#fff;
}
.c_c1p2_lit{
    width: 82px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.c_c1p2_lic::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(100.16deg, #143C5F 4.38%, rgba(138, 176, 206, 0.83) 96.77%);
}
.c_c1p2_prev,.c_c1p2_next{
    position: absolute;
    width: 48px;
    height: auto;
    transition: all 0.36s;
    border-radius: 50%;
    box-shadow: 0px 4px 100px 0 rgba(133, 157, 167, 0.7);
}
.c_c1p2_prev,.c_c1p2_next{
    opacity: 1;
}


.c_c1ban_li.c_nomark::after {
    width: 0% !important;
}
.c_c1ban_li.c_nomark .c_tit5{
    color: #fff !important;
}


.c_c1p2_prev img,
.c_c1p2_next img{
    transition: all 0.36s;
}
.c_c1p2_prev img:last-child,
.c_c1p2_next img:last-child{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.c_c1p2_prev img:last-child{
    transform: rotate(180deg);
}
.c_c1p2_next img:first-child{
    transform: rotate(180deg);
}
.c_c1p2_next::after,
.c_c1p2_prev::after{
    display: none;
}

.c_c1p2_next{
    right: 0;
    transform: translateX(50%);
}
.c_c1p2_prev{
    left: 0;
    transform: translateX(-50%);
}
.c_c1p2_prev img,.c_c1p2_next img{
    box-shadow: 0px 4px 100px 0 rgba(133, 157, 167, 0.06);
}
.c_c1p2_box{
    position: relative;
    z-index: 1;
    padding-bottom: 132px;
}
.c_c1p1_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.c_c1p1_bg img{
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.c_c1p1_bg_box{
    position:relative
}




.c_c1p3_con{
    width: 1485px;
    margin: 0 auto;
}
.c_c1p3_h{
    text-align: center;
}
.c_c1p3_ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -49px;
}
.c_c1p3_li{
    width: 33.333333%;
    padding: 0 49px;
}
.c_c1p3_lic{
    display: block;
    height:100%;
    padding: 50px 80px 146px;
    background: #FFFFFF;
    box-shadow: 0px 4px 100px rgba(133, 157, 167, 0.3);
    border-radius: 0px 0px 50px 0px;
    position: relative;
    overflow: hidden;
}
.c_c1p3_lic .ys_imgbox_cover{transition: all 0.5s;}
.c_c1p3_llimg{
    margin: 0;
}
.c_c1p3_llh {
    font-size: 26px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 27px;
    line-height: 1.5;
}
.c_c1p3_li2{
    position: relative;
    padding-left: 26px;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 12px;
}
.c_c1p3_li2:last-child{
    margin-bottom: 0;
}
.c_c1p3_li2::before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px; 
    width: 12px;
    height: 12px;
    background: linear-gradient(90deg, #194F78 0%, #A6CDE3 100%);
    border-radius: 0px 0px 6px 0px;
}
.c_c1p3_ll2bot{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 28px 80px;
    color: #fff;
    background: linear-gradient(90deg, #143C5F 0%, #8AB0CE 100%);
}
.c_c1p3_box{
    padding-bottom: 175px;
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.c_c1p4_box{
    padding: 100px 0 70px;
    background: linear-gradient(90deg, #143C5F 0%, #5B86AB 100%);
    position: relative;
    overflow: hidden;
}
.c_c1p4_imgbg{
    width: 1530px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
    animation: fangda 5s linear infinite both;
}
.c_c1p4_imgbg2{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(0.8);
}
@keyframes fangda {
    0%{
        opacity: 0; 
        transform: translate(-50%,-50%) scale(1);
    }
    5%{
        opacity: 1;
        transform: translate(-50%,-50%) scale(1);
    }
    to{
        transform: translate(-50%,-50%) scale(1.5); 
        opacity: 0;
    }
}
.c_c1p4_img{
    margin: 0 auto;
    animation: zhuan 100s linear;
}

@keyframes zhuan {
    0%{
        transform: rotate(0);
    }
    to{
        transform: rotate(360deg);
    }
}




.c_c1p4_con{
    width: 810px;
    position: relative;
    margin: 0 auto;
}


.c_c1p4_item{
    position: absolute;
}
.c_c1p4_itembg{
    position: relative;
    width: 130px;
    height: 130px;
    
    border-radius: 50%;
}
.c_c1p4ph{
    display: none;
}

.c_c1p4_item1 .c_c1p4_itembg{
    background: url('../images/c1p4_item1.png') no-repeat;
    background-size: 100% 100%;
}
.c_c1p4_item12 .c_c1p4_itembg{
    background: url('../images/c1p4_item1.png') no-repeat;
    background-size: 100% 100%;
}
.c_c1p4_item13 .c_c1p4_itembg{
    background: url('../images/c1p4_item1.png') no-repeat;
    background-size: 100% 100%;
}
.c_c1p4_item14 .c_c1p4_itembg{
    background: url('../images/c1p4_item2.png') no-repeat;
    background-size: 100% 100%;
}
.c_c1p4_item15 .c_c1p4_itembg{
    background: url('../images/c1p4_item2.png') no-repeat;
    background-size: 100% 100%;
}
.c_c1p4_item16 .c_c1p4_itembg{
    background: url('../images/c1p4_item2.png') no-repeat;
    background-size: 100% 100%;
}


.c_c1p1_bg .c_imgbox img:last-child{
    margin-top: 0px;
}


.c_c1p4_item1{
    top: 4%;
    left: 9%;
}
.c_c1p4_item12{
    top: 39%;
    left: -3%;   
}
.c_c1p4_item13{
    top: 72%;
    left: 8%; 
}

.c_c1p4_item14{
    top: 4%;
    right: 8%; 
}
.c_c1p4_item15{
    top: 39%;
    right: -3%; 
}
.c_c1p4_item16{
    top: 72%;
    right: 7%;
}

.c_c1p4_itext4,
.c_c1p4_itext5,
.c_c1p4_itext6{
    top: 50% !important;
    left: 40% !important;
    transform: translate(0%,-50%) !important;
}

.c_c1p4_itext{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-100%,-50%);
    white-space: nowrap;
}
.c_c1p4_cen{
    position: absolute;
    width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.c_c1p4_cenimg{
    width: 210px;
    margin-bottom: 32px;
    margin: 0 auto;
}
.c_c1p4_cenh{
    /* font-weight: bold; */
    color: #fff;
    margin-top: 32px;
    text-align: center;
}
.c_c1p5_box{
    overflow: hidden;
}
.c_c1p5_tfl{
    margin-right: 20px;
}
.c_c1p5_tfr{
    margin-top: 20px;
}
.c_c1p5_tflex{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c_c1p5_arrow{
    display: flex;
    justify-content: flex-end;
}
.c_c1p5_prev,.c_c1p5_next{
    width: 54px;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 3px 10px 2px rgba(219, 226, 235, 0.4);
    border-radius: 50%;
    transition: all 0.36s;
}
.c_c1p5_prev img,.c_c1p5_next img{
    transition: all 0.36s;
}

.c_c1p5_prev img:last-child,.c_c1p5_next img:last-child{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.c_c1p5_prev img:last-child{
    transform: rotate(180deg);
}
.c_c1p5_next img:first-child{
    transform: rotate(180deg);
}
.c_c1p5_next{
    margin-left: 12px;
}

.c_c1p5_swiper{
    margin: 0 -12px; 
    overflow: initial;
}
.c_c1p5_li{
    width: 620px;
    padding: 0 12px;
}
.c_c1p5_lic{
    position: relative;
    z-index: 1;
}
.c_c1p5_lic .ys_imgbox_cover::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(206.68deg, rgba(0, 0, 0, 0) -4.85%, rgba(0, 0, 0, 0.4) 50.73%);
    display: none;
}

.c_c1p5_lipb{
    width: 100%;
    padding-left: 70px;
    padding-right: 105px;
    bottom: 55px;
    z-index: 5;
}
.c_c1p5_lih{
    color: #fff;
    margin-bottom: 12px;
}
.c_c1p5_lip{
    color: #fff;
}
.c_c1p5{
    position: relative;
}
.c_c1p5::after{
    content: "";
    width: 400px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: -400px;
    bottom: 0;
    z-index: 5;
}

/* c1-e */
/* footer-s */
.c_ft_flbot{
    display: inline-block;
}
.c_ft_box{
    position: relative;
    padding-top: 78px;
    background-color: #dfdfdf;
    z-index: 2;
}

.c_ft_bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1245px;
    z-index: -1;
}
.c_ft_logo{
    display: block;
    width:225px;
    margin-bottom:25px;
}
.c_ft_contact{
    display: flex;
    align-items: center;
}
.c_ft_contact .c_tit5{
    color: #333;
}
.c_ft_ticon{
    width: 18px;
    margin-left: 14px;
    font-size: 0;
    transition: all 0.36s;
}

.c_ft_frlia{
    display: block;
    color: #333;
}

.c_ft_fr{
    width: 800px;
}
.c_ft_frclear{
    display: flex;
}
.c_ft_frul{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.c_ft_frlia{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
}
.c_ft_frli2{
    margin-bottom: 20px;
}
.c_ft_frlia2{
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    opacity: 1;
    transition: all 0.36s;
}

.c_gotop{
    position: absolute;
    cursor: pointer;
    right: 83px;
    top: 89px;
}
.c_gotop_img{
    margin: 0 auto;
    width: 32px;
}
.c_gotop_text{
    color: #fff;
    font-size: 14px;
    margin-top: 16px;
}
.c_ft_bot{
    width: 100%;
    padding-top:20px;
    padding-bottom: 20px;
}

.c_ft_bot span{
    color: #333;
    opacity: 1;
}
.c_ft_bot.c_ft_botaaa span{
    color: #fff;

}
.c_ft_bot a{
    color: #333;
    opacity: 1;
    font-size: 14px;
    line-height: 1.5;
}
.c_ft_bot.c_ft_botaaa a{
    color: #fff;
}

.c_ft_bot .cys{
    margin-left: 12px;
    opacity: 0.2;
}
.c_ft_botflex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.c_ft_botfl{
    margin-top: 8px;
}
.c_ft_botfr{
    display: flex;
    margin-top: 6px;
    
}
.c_ft_botfri{
    padding: 0 10px;
    position: relative;
}
.c_ft_botfri:first-child{
    padding-left: 0;
}


.c_ft_botfri:first-child::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    background-color: #fff;
    opacity: 0.5;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.c_b1p2_sli.ys_active .c_b1p2_slic::after {
    width: 100%;
    border: none;
}
.c_b1p2_sli.ys_active .c_b1p2_slic .c_tit6 {
    color: #fff;
}
/* footer-e */
.ys_ph_navbar2 .ys_phnav_menu{
    background-color: #c8171e;
}

.ys_ph_navbar2 .ys_phnav_menubtn span, .ys_ph_navbar2 .ys_phnav_menubtn::after, .ys_ph_navbar2 .ys_phnav_menubtn::before {
    background-color: #c8171e;
}

.ys_ph_navbar2 .ys_phnav_search .iconfont {
    color: #c8171e;
}
/* 搜索弹窗 */
.ys_search1_win{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.9);
    z-index: 999;
    display: none;
}
.ys_search1_box{
    position: relative;
    top: 50%;
    width: 50%;
    margin: auto;
    height: 80px;
    border-bottom: 1px solid #ffffff;
	background: rgba(123,0,5,0.6);
    padding: 25px 30px 30px;
    box-sizing: border-box;
}
.ys_search1_tbox input{
    width: calc(100% - 60px);
    height: 100%;
    font-size: 24px;
    color: #666666;
}
.ys_search1_but button{
    width: 100%;
    position: relative;
    right: 0;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 3px;
}
.ys_search1_close{
    width: 28px;
    display: block;
    position: absolute;
    right: 6%;
    top: 4%;
    cursor: pointer;
}
.ys_search1_close img{
    width: 100%;
}
.ys_search1_tbox{
    width:calc(100% - 50px);
    padding-right: 20px;
}
.ys_search1_but{
    width: 50px;
}
.ys_search1_tbox input{
    width: 100%;
}
.ys_search1_btn img{
    width: 100%;
}
.ys_search1 .ys_search1_btn {
    width: 90px;
    height: 115px;
    line-height: 115px;
    text-align: center;
}
.ys_search1 .ys_search1_btn {
    width: 20px;
    margin-right: 90px;
}
.c_b1p2_xul{
    position: relative;
}
.ys_phnav2_lang_modal{
    background-color: #c8171e;
}
/* Linda-start */
.l_logoimg_box {
    overflow: visible;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.l_listimg {
    position: relative;
}
.l_logodef {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    transition: all .36s;
}
.l_logofixed {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    transition: all .36s;
    opacity: 0;
}
.lklogoa{
	    opacity: 0;}
.lklogob{
    opacity: 1;}


.l_logo {
    width: 168px;
}
.l_logo a{
    display: block;
    width: 100%;
    line-height: 80px;
}
.l_hdnav{
  /*  width: calc(100% - 168px);*/
    padding-left: 45px;
}
.c_hd_flli2.yxnav_active2 .c_tit6{
    color: #fff;
}
.l_nymain{
    max-width: 1920px;
    margin: auto;
}
.l_c1p2p p{
    text-align: left;
}
.c_hd.c_hdactive .l_logofixed{
    opacity: 1;
}
.c_hd.c_hdactive .l_logodef{
    opacity: 0;
}
.l_bancont{
    z-index: 20;
    top: 52%;
}
.l_nybody .c_hd {
    border-bottom: 1px solid #E4E4E4;
}
.c_d3_newc p{
    font-size: 18px;
    color: #666;
    line-height: 1.75;
    margin-bottom: 14px;
}
.l_bancont h4{
    text-align: center;
    color: #fff;
}
.l_b1page .c_banp {
    width: 76.8%;
    margin: auto;
}
/* .l_b1page .l_bancont{
    text-align: center;
    bottom: 300px;
    top: inherit;
    transform: translateX(-50%);
} */
/* D1关于我们 */
.l_d1page .l_bancont{
    text-align: center;
    bottom: 55px;
    top: inherit;
    transform: translateX(-50%);
}
.l_d1page .c_banp p{
    font-size: 16px;
    line-height: 2;
    margin-bottom: 54px;
    margin-top: 40px;
}
.l_d1page .c_banx{
    opacity: 0.5;
}
.he_syp3bp {
    width: 100%;
    position: relative;
    margin-top: 50px;
    cursor: inherit !important;
    overflow: inherit !important;
}
.he_syp3bpul {
    width: 100%;
    position: relative;
}
.he_syp3bpli {
    width: 21% !important;
    margin: 0 11px;
    border-radius: 14px;
    overflow: hidden;
}
.he_syp3bpbx {
    width: 100%;
    position: relative;
}

.he_syp3bpgig {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0 30px;
    opacity: 0;
    transition: all 0.36s;
}
.he_syp3bpgig p {
    font-size: 18px;
    line-height: 1.75;
    color: #fff;
    height: 31.5px;
    overflow: hidden;
}
.he_syp3bpbx .ys_imgbox_cover{
    border-radius: 20px;
}
.he_syp3bpli.swiper-slide-active .he_syp3bpgig {
    opacity: 1;
}
.ys_footer{
    overflow: hidden;
}
.l_after{
    opacity: 0;
}
.he_swepbx {
    width: 54px;
    cursor: pointer;
    margin: 0 6px;
}
.he_swep{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.l_d1box4{
    padding-top: 150px;
    padding-bottom: 100px;
    overflow: hidden;
}
.he_syp3bpli.swiper-slide-active .he_syp3bpbx {
    transform: scale(0.94);
}
.he_syp3bpli.swiper-slide-active .ys_imgbox_cover::after {
    opacity: 0.8;
}
.he_syp3bpbx .ys_imgbox_cover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(7, 24, 60, 0) 68.38%, rgba(7, 24, 60, 0.8) 100%);
    z-index: 10;
    opacity: 0;
    transition: all 0.36s;
}
.l_d1page h2{
    text-align: center;
}
.l_d1bx4tab{
    margin-top: 27px;
    display: flex;
    justify-content: center;
}
.l_d1bx4li p{
    font-size: 16px;
    line-height: 2;
    color: #666;
    transition: all .36s;
}
.l_d1bx4li.on p{
    background: linear-gradient(90deg, #c8161d 0%, #9b0707 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.l_d1bx4li{
    padding: 0 40px 7px;
    position: relative;
    cursor: pointer;
}
.l_d1bx4li::after{
    content: "";
    width: 0;
    height: 4px;
    border-radius: 20px;
    background: linear-gradient(90deg, #c8161d 0%, #9b0707 100%);
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .36s;
}
.l_d1bx4li.on::after{
    width: 100%;
}
.l_d1bx4ul{
    position: relative;
}
.l_d1bx4ul::before{
    content: "";
    width: 100%;
    height: 4px;
    border-radius: 20px;
    background-color: #E8E8E8;
    box-shadow: 0px 4px 30px 0px rgba(133, 157, 167, 0.3);
    position: absolute;
    bottom: -4px;
    left: 0;
}
.l_d1bx4lis:not(:first-child){
    display: none;
}
.l_d1box5{
    padding-top: 156px;
    padding-bottom: 193px;
}
.l_d1bx5li{
    width: 33.333333%;
    padding: 0 17px;
}
.l_d1bx5ul{
    margin: 0 -17px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.l_d1bx5lis{
    width: 100%;
    box-shadow: 0px 4px 100px 0px rgba(133, 157, 167, 0.3);
    background-color: #fff;
    border-radius: 0 0 50px 0;
    padding: 60px 30px;
    height: 100%;
}
.l_d1box5{
    overflow: hidden;
}
.l_d1bx5lis .c_b1p2_llimg{
    margin: 0;
    width: 85px;
}
.l_d1bx5lis .c_b1p2_llicon {
    width: 34px;
}
.l_d1bx5wz{
    padding-left: 10px;
}
.l_d1bx5tit1 {
    margin: 26px 0;
}
/* .l_d1bx5tit2{
    background: linear-gradient(90deg, #194F78 0%, #A6CDE3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 100% 1.75em;
    background-repeat-y: repeat;
} */
.l_d1bx5lis .ys_imgbox_cover {
    transition: all 0.36s;
}
.l_d1box2{
    background: linear-gradient(90deg, #143C5F 0%, #8AB0CE 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* height: 800px; */
    padding-top: 97px;
}
.l_d1bx2bg{
    width: 76.666666%;
    position: absolute;
    top: 97px;
    left: 0;
    z-index: -1;
}
.l_d1bx2bg img{
    width: 100%;
}
.l_d1banbg{
    width: 998px;
    position: absolute;
    top: 0;
    left: -173px;
}
.l_d1banbg img{
    width: 100%;
}
.l_d1page .c_banimg::after{
    opacity: 0;
}
.l_d1bx2nr h2{
    color: #fff;
}
.l_d1bx2bt{
    padding-left: calc(50vw - 680px);
}
.l_d1bx2year{
    font-size: 48px;
    line-height: 1.6;
    color: #fff;
}
.l_d1bx2li p{
    color: #fff;
}
.l_d1bx2li{
    position: relative;
    padding-left: 22px;
    margin-bottom: 32px;
}
.l_d1bx2li::before{
    content: "";
    width: 12px;
    height: 12px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 0 0 6px 0;
    position: absolute;
    left: 0;
    top: 8px;
}
.l_d1bx2info{
    margin-top: 20px;
}
.l_d1bx2li:last-child{
    margin-bottom: 0;
}
.l_d1bx2sli{
    border-right: 1px solid rgba(255, 255, 255, .3);
    width: 24% !important;
    padding: 0 70px;
    position: relative;
    height: 576px !important;
}
.l_d1bx2sli:first-child{
    padding-left: 0;
}
.l_d1bx2sli::after{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    right: -4px;
    top: -7px;
}
.l_develop .swiper-container{
    padding-top: 7px;
}
.l_develop{
    position: relative;
}
.l_deveprev{
    width: 48%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.l_devenext{
    width: 52%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.l_d1bx2btn{
    width: 73px;
    cursor: pointer;
    position: absolute;
    z-index: 5;
    top: 110px;
    transition: all .36s;
    /* opacity: 0;
    pointer-events: none; */
    outline: 0;
}
.l_d1bx2btn img{
    width: 100%;
}

.l_d1prev{
    left: 50%;
    transform: translateX(-50%);
}
.l_d1next{
    left: 46%;
    transform: translateX(-50%);
}
.l_d1bx2sli:last-child{
    border-right: none;
}
.l_d1bx2sli:last-child::after{
    display: none;
}
.l_d1prev.act{
    opacity: 1;
    pointer-events: all;
}
.l_d1bx2ul {
    height: 350px;
}
.l_d1bx2ul .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(255,255,255,.15);
}
.l_d1bx2ul .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(255,255,255,.3);
}
.l_d1bx2ul .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}
.l_d1bx2ul .mCSB_outside+.mCSB_scrollTools {
    right: -45px !important;
}
/* .l_d1box1{
    padding-top: 142px;
    padding-bottom: 255px;
} */
.l_d1bx1tp {
    padding-top: 90px;
	padding-bottom:90px;
}
.l_d1bx1p {
    margin-top: 27px !important;
    text-align: left;
	
}
.l_d1bx1p p{
    font-size: 16px;line-height:40px;
	text-indent:2em;
}
/* 全球化专业检测领域的高科技企业效果 */
.he_syp2 {
    width: 100%;
    position: relative;

    overflow: hidden;
}
.mc_bs3_videobox {
  /*  width: 100vw;
	padding-bottom:50px;
    position: relative;
    z-index: 1;
    left: 50% !important;
    transform: translateX(-50%) !important;*/
}
.mc_bs3_videowrap {
   /* position: absolute;
    left: 50%;
    top: 50%;*/
    z-index: -1;
    /*transform: translate(-50%, -50%);*/
    width: 100vw;
   /* height: 100vh;*/
    max-width: none;
    overflow: hidden;
   /* display: none;*/
}
.mc_bs3_video {
    width: 100%;
    height: auto;
    max-width: none;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    min-height: 100vh;
    transition: inherit;
    /* background: transparent; */
}
.mc_bs3_svg {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 120%;
    max-width: none;
    transition: all 0.36s;
}
.mc_bs3_videobox.end .mc_bs3_svg {
    opacity: 0;
}
.mc_bs3_videobox.act .l_d1bx1tp {
    opacity: 0;
    visibility: hidden !important;
}

/* 荣誉证书 */
.l_d1bx3nr h2{
    text-align: left;
}
.l_button{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    transition: all .36s;
    background-color: #fff;
    box-shadow: 0px 3px 10px 2px rgba(219, 226, 235, 0.4);
    position: relative;
    cursor: pointer;
}
.l_button::after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(90deg, #143C5F 0%, #8AB0CE 100%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .36s;
    opacity: 0;
}
.l_btnicon{
    width: 7px;
    height: 12px;
    z-index: 5;
}
.l_btnicon img{
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .36s;
}
.l_d1bx3ri{
    width: 120px;
}
.l_d1bx3tp{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.l_d1bx3le{
    width: calc(100% - 120px);
    padding-right: 50px;
}
.l_d1box3{
    padding-top: 167px;
    padding-bottom: 257px;
    overflow: hidden;
    position: relative;
    height: 887px;
}
.l_d1bx3bt .swiper-slide{
    top: 60px;
    transition: all .5s;
    padding: 0 10px;
}

.l_d1bx3bt{
    position: relative;
    margin-top: 100px;

}
.l_button.swiper-button-disabled{
    opacity: 0.5;
    pointer-events: none;
}
#mc_a1s1_swiper1{
    overflow: inherit;
    width: 2120px;
    /* margin-left: -40px; */
}
.l_d1bx3bt .swiper-slide-next+.swiper-slide{
    top: -26px;
}
.l_d1scroll p{
    font-size: 16px;
    line-height: 2;
    color: #666;
}
.l_d1scroll img{
    width: 24px;
    margin-right: 10px;
}
.l_d1scroll{
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 132px;
}
.l_d1bx3bt .ys_imgbox_cover{
    width: 83%;
    margin: auto;
}
.l_d1bx3bt{
    width: 1960px;
}
.l_d1bx3img{
    width: 100%;
}
.l_d1bx3img img{
    width: 100%;
}
.c_b1p1 h2,.c_b1p{
    text-align: center;
}
.l_hdnavxl3{
    position: absolute;
    top: 0;
    left: 248px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    padding: 32px 38px 10px;
    box-shadow: 0px 0px 25px 0px rgb(37 37 37 / 6%);
    display: none;
}

.l_hdnavxl3 a{
    font-size: 16px;
    line-height: 2;
    transition: all 0.36s;
    color: #666;
}
.l_hdnavxl3 li.yxnav_active3 a {
    background: linear-gradient(90deg, #005291 0%, #96D2F3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.l_hdnavxl3 li{
    margin-bottom: 25px;
}

/* Linda-end */

/* .c_f1p2_li:nth-child(n+5){
    display: none;
} */

.c_lookall_box{
    display: none;
}


/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .l_deveprev:hover .l_d1bx2btn{
        opacity: 1;
        pointer-events: all;
    }
    .l_devenext:hover .l_d1bx2btn{
        opacity: 1;
        pointer-events: all;
    }
    .c_aleft_li.act .c_aleft_lic a:hover .l_a1lepic{
        opacity: 0;
    }
    .c_aleft_li.act .c_aleft_lic a:hover .l_a1lesvg{
        opacity: 1;
    }
    .l_hdnavxl3 li:hover a{
       color: #fff;
    }
    .c_b1p1_li:hover .c_b1p1_lih {
        color: #fff;
    }
    .c_b1p1_li:hover .c_b1p1_lip p {
        color: #fff;
    }
    .c_b1p1_li:hover::before{
        width: 100%;
    }
    .l_button:hover .l_after{
        opacity: 1;
    }
    .l_button:hover .l_before{
        opacity: 0;
    }
    .l_button:hover::after{
        opacity: 1;
    }
    .l_d1bx5lis:hover .ys_imgbox_cover {
        transform: rotate(180deg);
    }
    .he_swepbx:hover .l_after{
        opacity: 1;
    }
    .he_swepbx:hover .l_before{
        opacity: 0;
    }
    .c_smnav1_a:hover{
        color: #333;
    }
    .c_btn:hover {
        background-color: #fff;
    }
    .c_btn:hover .c_btnp{
        color: #04577C;
    }
    .pc_fenye .comp-tabli li:hover{
        border: 1px solid #002D56;
        border-radius: 50%;
    }
    .c_cutpage_a:hover{
        color: #125E96;
    }
    .c_d2ban_li:hover .c_d2ban_lia::after{
        width: 100%;
        left: 0;
    }
    .c_d2lia:hover .ys_imgbox_cover img{
        transform: scale(1.03);
    }
    .c_e1_banli:hover .c_e1_banfr{
        transform: translateX(10px);
    }

    .c_hd_flli:hover .c_hd_fllic::before{
        width: 100%;
    }
    .c_aleft_nav:hover .c_aleft_lipc{
        transform: translateY(0%);
        opacity: 1;
    }
    .c_aleft_nav:hover{
        width: 18.96vw;
    }
    .c_aleft_li a:hover{
        opacity: 1;
    }   
    .c_aleft_nav:hover .c_aleft_ul{
        /* margin-left:20%; */
        margin-left: calc(9.48vw - 87px);
    } 
    .c_aleft_nav:hover .c_aicon{
        opacity: 1;
    } 
    .c_b1p2_llc:hover .ys_imgbox_cover{
        transform: rotate(180deg);
    }
    .c_b1p2_nli:hover .c_b1p2_nlic::after{
        width: 100%;
    }
    .c_b1p2_nli:hover .c_b1p2_nlic,
    .c_b1p2_nli.ys_active .c_b1p2_nlic{
        opacity: 1;
    }
    .c_b1p2_sli:hover .c_b1p2_slic::after{
        width: 100%;
        border: none;
    }
    .c_b1p2_sli:hover .c_b1p2_slic .c_tit6{
        color: #fff;
    }
    .c_c1ban_li:hover .c_tit5{
        color: #333333;
    }
    .c_c1ban_li:hover::after {
        left: 0;
        width: 100%;
    }
    .c_c1p2_swiper:hover .c_c1p2_prev,
    .c_c1p2_swiper:hover .c_c1p2_next{
        opacity: 1;
    }
    .c_c1p2_next:hover img:last-child,
    .c_c1p2_prev:hover img:last-child{
        opacity: 1;
    }
    .c_c1p2_next:hover img:first-child,
    .c_c1p2_prev:hover img:first-child{
        opacity: 0;
    }
    .c_c1p3_lic:hover .ys_imgbox_cover{
        transform: rotate(360deg);
    }
    .c_c1p5_prev:hover img:last-child,.c_c1p5_next:hover img:last-child{
        opacity: 1;
    }
    .c_ft_contact:hover .c_ft_ticon {
        transform: translateX(8px);
    }
    .c_ft_frlia2:hover{
        opacity: 1; 
    }
    .c_hd_flli2:hover .c_hd_fllia2::before {
        opacity: 1;
    }
    .c_c1p5_lic:hover img{
        transform: scale(1.03);
    }
    .c_hd_flli2 .c_tit6:hover{
        color: rgba(255,255,255,1);
    }
    /* .c_f1p3_lic:hover .c_f1p3_linr{
        transform: translateY(-15px);
    } */
    .c_b1p2_llc:hover::after,
    .l_d1bx5lis:hover::after,
    .c_c1p3_lic:hover::after{
        animation: line .5s linear;
    }
    .c_f1p2_lia:hover::before,
    /* .c_f1p3_list:hover::after, */
    .c_f1p3_linr:hover::after{
        animation: line1 .5s linear;
    }
    /* .c_aleft_bgul:hover{
        background: rgba(19,85,135,1);
    } */
    .l_b1btn .c_btn:hover .c_btnp {
        color: #fff;
    }
}

/* 2022.9.21修改 */
.c_b2p2_fl{
    width: 350px;
}
.c_b2p2_fr{
    width: calc(100% - 350px);
    padding-left: 100px;
}
.l_shbody .c_hd_fllic,
.l_shbody .c_hd_fr .c_tit6{
    color: #333;
}
.l_shbody .l_logofixed,
.l_shbody .c_langicon1 img:first-child,
.l_shbody .c_langicon2 img:first-child,
.l_shbody .c_search img:first-child{
    opacity: 1;
}
.l_shbody .l_logodef,
.l_shbody .c_langicon1 img:last-child,
.l_shbody .c_langicon2 img:last-child,
.l_shbody .c_search img:last-child{
    opacity: 0;
}
.l_shbody .c_hd {
    border-bottom: 1px solid #E4E4E4;
    background-color: #fff;
    box-shadow: 0px 0px 25px 0px rgb(37 37 37 / 6%);
}
.ys_block{
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    transition: all .36s;
}
.c_c1p5_lih {
    height: 42px;
    overflow: hidden;
}
.c_c1p5_lip{
    height: 96px;
    overflow: hidden;
}
.l_hdnavxl3 li:last-child{
    margin-bottom: 0;
}
.l_hdnavxl3 {
    padding: 32px 38px;
}
.l_hdnavxl3 li {
    margin-bottom: 12px;
}
.c_c1p2_lit{
    width: auto;
    display: inline-block;
    padding: 0 15px;
}
.c_c1p2_lic{
    height: 100% !important;
}
.c_c1p2_li {
    height: auto;
}
.c_b1p2_nav .l_c1swbtns{
    display: none;
}
.c_b1p2_fl{
    max-height: 500px;
    overflow: hidden;
}
.c_b1p2_fl .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
.c_b1p2_fl .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.c_b1p2_fl .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: linear-gradient(90deg, #194F78 0%, #A6CDE3 100%);
}
.c_b1p2_fl .mCSB_scrollTools .mCSB_draggerContainer {
    top: 20px;
    bottom: 20px;
}
.c_b1p2_fl .mCSB_outside+.mCSB_scrollTools {
    right: 20px !important;
}
.c_b1p1_li {
    height: auto;
}
.c_b1p1_lic{
    height: 100%;
}
.c_b1p1_ul .slick-track{
    display: flex;
    align-items: stretch;
    margin: auto;
}
.c_b1p1_ul .slick-disabled{
    opacity: 0;
    pointer-events: none;
}
.c_b1p1_list .l_c1swbtns{
    left: 0;
}
.c_b1p1_list .c_b1p2_prev {
    left: -40px;
}
.c_b1p1_list .c_b1p2_next {
    right: -40px;
}
.c_b1p1_list .l_c1swbtn{
    cursor: pointer;
}
.c_b1p1_list .slick-disabled{
    display: none !important;
}
.c_b1p2_ul .slick-list {
    width: 100%;
    /* overflow: inherit; */
    padding: 100px 0;
    margin: -100px 0;
}
.c_b1p2_ul .slick-track{
    width: 100%;
}
.c_b1p2_llc{
    height: 100%;
    box-shadow: 0px 4px 48px rgb(133 157 167 / 30%);
}
.c_b1p2_li {
    height: auto;
}
.c_b1p2_ul .slick-track{
    display: flex;
    margin: auto;
}
.c_b1p2_li:not(:first-child){
    display: none;
}
.c_b1p2_llc{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.c_b1p2_ul .slick-prev,
.c_b1p2_ul .slick-next{
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.c_b1p2_ul .slick-prev{
    background: url(../fonts/b1_icon6.svg) center / cover no-repeat;
}
.c_b1p2_ul .slick-next{
    background: url(../fonts/b1_icon7.svg) center / cover no-repeat;
}
.c_b1p2_ul .slick-disabled{
    opacity: 0;
    pointer-events: none;
}
.c_e1p2_lih {
    font-size: 20px;
    font-weight: inherit;
}
.inside_page .c_a1hd_con{
    margin: 0 !important;
    padding: 0 calc(50vw - 720px);
}
.inside_page .c_a1hd .c_hd_fr {
    padding-right: 0;
}

.c_b1p2_navs .c_b1p2_prev .c_imgbox {
    width: 200px;
}
.c_b1p2_navs .c_b1p2_next .c_imgbox {
    width: 200px;
}
.c_b1p2_navs .c_b1p2_next {
    right: -45px;
}
.c_b1p2_navs .c_b1p2_prev{
    left: -120px;
}
/* 2022.10.8 */
.l_c1p2p p{
    text-align: center;
}
/* 2022.10.12 */
.c_b1p,.l_c1p2p,.l_d1bx1p{
    width: 82%;
    margin: auto;
}
.c_f1p3_linr{
    transition: all .36s;
}
.c_f1p2_lia {
    padding: 40px 70px;
}
.c_f1p2_flex {
    margin-bottom: 26px;
}
.c_e1p1_hb{
    font-weight: inherit;
}
.l_d1bx2year {
    font-size: 42px;
}
@keyframes line{
    0%{
        width: 0;
    }
    100%{
        width: 75%;
    }
}
@keyframes line1{
    0%{
        width: 0;
    }
    100%{
        width: 78%;
    }
}

.c_c1p3_lic{
    position: relative;
    overflow: inherit;
    background-color: transparent;
    padding: 0;
}
.c_c1p3_lic_tp{
    background-color: #fff;
    padding: 50px 80px 60px;
}
.c_c1p3_ll2bot {
    border-radius: 0px 0px 50px 0px;
    overflow: hidden;
    position: static;
}
.c_c1p3_lic::after,
.l_d1bx5lis::after{
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 2px;
    width: 75%;
    background: linear-gradient(90deg, #c8161d 0%, rgba(150, 210, 243, 0) 101.42%);
}
.l_d1bx5lis{
    position: relative;
}
.c_f1p3_linr::after{
    width: 78%;
}
.l_d1bx3le h2{
    font-size: 32px;   
}
.l_d1bx3le .l_nytitle{
    display: inline-block;
    position: relative;
    padding: 40px 60px;
}
.c_c1p2_lih{
    font-size: 26px;
}
.c_c1p2_li {
    opacity: 0.6;
    transition: all .36s;
}
.c_c1p2_li.swiper-slide-active{
    opacity: 1;
}
.c_b1p2_sli .c_b1p2_slic .c_tit6{
    font-size: 18px;
}
.c_b1p2_fllih,.c_b2p2_li_i{
    font-size: 16px;
}
.c_b1p2_flli {
    margin-bottom: 10px;
}
.c_b2p2_li_i::before {
    top: 7px;
}
.c_b1p2_nlic::after{
    height: 100%;
background: linear-gradient(90deg, #c8161d 0%, #ea7175 100%);
    z-index: -1;
}
.c_b1p2_nli {
    margin-right: 0 !important;
}
.c_b1p2_nlic {
    z-index: 1;
    padding: 0 30px;
}
.c_b1p1_lic{
    position: relative;
}
.c_b1p1_lic::after{
    content: "";
    width: 1px;
    height: calc(100% - 20px);
    opacity: 0.5;
    background: linear-gradient(180deg, rgba(11, 60, 96, 0) 7.81%, #c8161d  49.99%, rgba(8, 47, 75, 0) 92.19%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.c_b1p1_li:last-child .c_b1p1_lic::after{
    display: none;
}
.c_c1point{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 1);
    position: absolute;
    /* animation: twinkle 2s linear infinite; */
}
.c_c1point::after{
    content: "";
    width: 44%;
    height: 44%;
    border-radius: 50%;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(217, 217, 217, 0) 100%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
}
.c_c1p1_fl {
    position: relative;
}
.c_c1point1{
    left: 34.4%;
    top: 21%;
    /* animation-delay: .1s; */
}
.c_c1point2{
    right: 32.4%;
    top: 21%;
    /* animation-delay: .5s; */
}
.c_c1point3{
    left: 28.2%;
    top: 47%;
    /* animation-delay: .6s; */
}
.c_c1point4{
    right: 26%;
    top: 47%;
    /* animation-delay: .3s; */
}
.c_c1point5{
    left: 34.4%;
    top: 73.2%;
    /* animation-delay: .4s; */
}
.c_c1point6{
    right: 32.4%;
    top: 73.2%;
    /* animation-delay: .2s; */
}
@keyframes twinkle{
    0%{
        opacity: 0.5;
    }
    30%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}
.c_aleft_nav{
    backdrop-filter: blur(15px);
}
.l_d1bx3ic {
    width: 50px;
}
.l_d1bx3ic img{
    width: 100%;
}
.l_d1bx3ic1{
    position: absolute;
    left: 0;
    top: 0;
}
.l_d1bx3ic2{
    position: absolute;
    right: 0;
    bottom: 0;
}
.c_b1p1_lic {
    padding: 24px 30px 26px;
}
/* .l_a1lesvg{
    opacity: 0 !important;
} */

.c_aleft_bgli{
    opacity: 0.1;
}
/* .c_aleft_nav.act{
    background: rgba(19,85,135,1);
}
.c_aleft_nav:hover{
    background: rgba(19,85,135,1);
} */
/* 2022.10.14 */
.c_c1p2_box{
    padding-top: 120px;
}
@keyframes boderM {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    75% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}
.c_c1point::before{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: boderM 3s infinite;
}
.c_b1p2_lip p{
    font-size: 18px;
    line-height: 1.3;
    color: #666;
}
.c_b1p2_lip{
    margin-top: 14px;
}
.c_b1p2_lih{
    text-align: center;
}
.l_d1bx5lis .c_b1p2_llimg{
    margin: auto;
}
.l_d1bx5tit1 {
    text-align: center;
    margin-top: 22px;
    margin-bottom: 15px;
}
.l_d1bx5tit2 {
    font-size: 16px;
    line-height: 1.75;
    color: #c8161d;
    /* background: linear-gradient(90deg, #194F78 0%, #A6CDE3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 100% 1.75em;
    background-repeat-y: repeat; */
    text-align: center;
}
.l_d1bx5lis {
    padding: 40px 30px;
}
.c_c1p3_llimg{
    margin: auto;
}
.l_c1page .c_c1banner .c_banimg::before,
.l_c1page .c_c1banner .c_banimg::after{
    opacity: 0;
}
/* 2022.10.17 */
.c_b1p1_lic{
    text-align: center;
}
/* 2022.10.19 */
.l_d2page .c_smnav1_item:last-child{
    display: none;
}
.l_d2page .c_smnav1_item:nth-last-child(2):before{
    display: none;
}
.c_aleft_bg{
    display: none;
}
.c_aleft_nav {
    backdrop-filter: blur(10px);
}
.c_b1p2_navs{
    padding: 0 !important;
}
.c_b1p2_navs .c_b1p2_prev {
    left: -140px;
}
.c_b1p2_navs .c_b1p2_next {
    right: -140px;
}
.c_c1p1{
    background: linear-gradient(90deg, #143C5F 0%, #5B86AB 100%);
}
.c_c1p4_cenh {
    font-size: 26px;
}
.c_c1p4_cen {
    width: 380px;
}
.c_c1p5_lic::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255,.3);
    backdrop-filter: blur(2px);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.c_f1p2_lic .c_tit6 {
    padding-left: 68px;
}
.c_f1p2_lia {
    padding: 40px 60px;
}
.c_c1p1_box .c_c1p4_imgbg {
    width: 800px;
}
.c_c1p3_ul2{
    width: 70%;
    margin: auto;
}
.c_c1p3_ll2bot {
    text-align: center;
}
.c_b1p2_lip p{
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
}
.c_e1_banbg{
    display: none;
}
/* 2022.11.9 */
.c_c1p5_lip{
    height: 128px;
}
.c_c1p3_li:nth-child(2) .c_c1p3_ul2 {
    width: 62%;
}
.c_c1p3_li:nth-child(3) .c_c1p3_ul2 {
    width: 60%;
}
.l_d1banbg{
    display: none;
}
.c_f1p3_li{
    width: 16.666666%;
    padding: 0 8px;
}
.c_f1p2_flex .ys_imgbox_cover {
    width: 40px;
}
.c_f1p2_lia {
    padding: 20px 30px !important;
}
.c_f1p2_flex {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}
.c_aleft_ul {
    margin-left: calc(5.21vw - 30px);
}
.foot_info p{
    font-size: 16px;
    line-height: 1.45;
    color: #333;
    opacity: 1;
    margin-bottom: 10px;
}
.foot_info{
    margin-top: 10px;
}
.c_f1p3_li:not(:first-child){
    display: none;
}
.c_f1p3_lih{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
/* .c_f1p3_ul .slick-list{
    padding: 20px 0;
} */
.c_f1p3_ul{
    margin: 0 -8px;
}
.he_syp3bpgig::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.5);
    /* backdrop-filter: blur(10px); */
    /* -webkit-backdrop-filter: blur(10px); */
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}
.he_syp3bpgig {
    bottom: 0;
    padding: 10px 30px;
}
.l_f1arric {
    width: 40px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.c_f1p3_list{
    position: relative;
}
.l_f1arrbtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.l_f1prev {
    left: -60px;
}
.l_f1next {
    right: -60px;
}
.c_f1p3_ul .slick-track{
    display: flex;
    align-items: stretch;
}
.c_f1p3_li {
    height: auto;
}
.c_f1p3_li a{
    height: 100%;
}
.l_f1arric img{
    width: 100%;
}
/* 2022.11.11 */
.c_hd_flul2,.l_hdnavxl3{
    border-radius: 15px;
    /* background: rgba(255,255,255,.8); */
}
.c_aleft_lic a{
    opacity: 1;
}
.c_f1ban_img{
    display: none;
}
.c_b1p1_box .c_banh{
    color: #404040;
    text-align: center;
    margin-bottom: 0;
    font-size: 46px;
}
.l_b1page .l_bancont{
    text-align: center;
    top: inherit;
}
.c_b1p1_box {
    margin-top: -9vw;
}
.l_b1bx1p p{
    font-size: 18px;
    line-height: 1.5;
    color: #7f7f7f;
    display: inline-block;
    position: relative;
}
.l_b1bx1p{
    text-align: center;
    margin-bottom: 30px;
}
.l_b1bx1p p::before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    top: 10px;
    left: -10px;
}
.l_b1bx1p p::after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    top: 10px;
    right: -10px;
}
.c_b1p1_tul {
    margin-bottom: 70px;
}
/* 2022.12.2修改 */
/* c8171e {
    backdrop-filter: blur(10px);
} */
.c_hd_flul2::after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.l_hdnavxl3{
    backdrop-filter: blur(10px);
}
.mod_pro .c_hd_flul2_cont{
    max-height: 345px;
}
.c_hd_flul2_cont .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: linear-gradient(90deg, #194F78 0%, #A6CDE3 100%);
}
/* .mCSB_container,.mCustomScrollBox{
    overflow: inherit !important;
} */
.l_a1lesvg{
    width: 100%;
}
.l_a1lesvg svg{
    width: 100%;
    height: auto;
}
.c_f1p2_flex{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none;
}
.c_f1p2_flex .ys_imgbox_cover {
    width: 32px;
}
.c_f1p2_lic .c_tit6 {
    padding-left: 50px;
}

.c_f1p2_lic .c_tit6{
    line-height: 1.5;
}
.he_syp3bpgig{
    opacity: 1;
}
.c_hd_flli2 .c_tit6,.l_hdnavxl3 a{
    color: rgba(255,255,255,.95);
}
.c_hd_flul2,.l_hdnavxl3{
    background: rgba(200,22,29,0.9);
}
.l_b1btn{
    position: relative;
    z-index: 5;
    margin-top: 70px;
}
.l_b1btn .c_btn{
    background: linear-gradient( 90deg, #194F78 0%, #A6CDE3 100%);
    border: none;
}
.l_b1btn .c_btnbox1 {
    text-align: center;
}

.c_f1p3_box .c_f1p2_flh {
    margin-bottom: 32px;
}
.c_f1p3_list {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
    border-radius: 0px 0px 50px 0px;
    padding: 58px 80px;
}
.c_f1p3_list::after{
    content: "";
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #005291 0%, rgba(150, 210, 243, 0) 101.42%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .36s;
}
.c_f1p3_li{
    width: 33.333333%;
    padding: 0 20px;
}
.c_f1p3_ul{
    margin: 0 -20px;
}
.c_f1p3_linr::after{
    display: none;
}
.c_f1p3_linr{
    padding: 0 !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.l_f1p3_img{
    width: 194px;
    position: relative;
}
.l_f1p3_text{
    width: calc(100% - 194px);
    padding-left: 22px;
}
.l_f1p3_img_bg{
    width: 100%;
}
.l_f1p3_img_bg img{
    width: 100%;
}
.l_f1p3_text_tit{
    line-height: 1.5;
    color: #333;
    text-align: left;
    margin-bottom: 3px;
}
.l_f1p3_img_code {
    width: 67%;
    margin-left: 8px;
}
.l_f1arrbtn {
    left: 0;
}
.slick-disabled{
    opacity: 0.5;
    pointer-events: none;
}
.c_f1p3_parga p{
    text-align: right;
    color: #666;
}
.c_f1p3_parga{
    margin-top: 42px;
}
.c_f1p3_box{
    overflow: hidden;
}

.code_modal .ys_modal_content {
    width: 1440px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 6%);
    border-radius: 0px 0px 50px 0px;
    padding: 58px 80px;
}
.code_modal .c_f1p3_list{
    background-color: transparent;
    box-shadow: none;
    padding: 0 !important; 
}
.code_modal .c_f1p3_ul .slick-track {
    margin: auto;
}
.code_modal .c_f1p3_list::after {
    display: none;
}
.code_modal .ys_modal_content::after {
    content: "";
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #005291 0%, rgba(150, 210, 243, 0) 101.42%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .36s;
}
.l_d1bx2btn {
    top: 50%;
    transform: translateY(-50%);
}
.l_d1prev {
    left: -120px !important;
}
.l_d1next {
    right: 30px !important;
    left: auto !important;
}
.l_d1bx2btn.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.l_d1bx2bt {
    padding-left: calc(50vw - 678px);
}
.l_develop .swiper-container {
    overflow: hidden;
}

.l_hdnav{
	display:none;}
.l_hdnav.l_hdnavaa{
	display:block;}	
	
	/********可以删除******/
    .c_aleft_nav {
        width:10.96vw;
    }
	    .c_aleft_nav .c_aleft_lipc {
        transform: translateY(0%);
        opacity: 1;
    }
	.c_aleft_ul {
    margin-left: calc(3.21vw - 30px);
}
	/********可以删除******/
h2.c_f1p1_flh.c_tit2.l_webtitle.contact_aa{
	margin-bottom:5px;
	font-size:30px;
	text-align:left;}
.c_f1p1_address{
	margin-bottom:0px;}
@media screen and (max-width: 768px) {
	.c_f1p1{
		padding:20px;}
	
}
/******产品分页*******/
.ny_news_page {
	margin: 10px auto 60px;
	clear: both;
	padding-top: 10px;

}
.ny_news_page a, .ny_news_page span {
	display: block;
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	width: 70px;
	height: 40px;
	color: #333 !important;
	background-color: #f8f8f8;
	margin-right: 10px
}
.ny_news_page a:hover, .ny_news_page span {
	background-color: #c8161d;
	color: #fff !important;
}
.ny_news_page a.page_aa {
	background-color:#c8161d;
	color: #fff !important;
}
/***************************************************/
.pptpa{
	width:120px;
	margin:20px auto 15px;
	background-color:#f1f1f1;
	height:120px;
	border-radius:50%;
	overflow:hidden;
}
.pptpa img{
	width:90%;
	margin:5% auto;
}
.pptpa01{
	width:280px;
	margin:0 auto;
	display:flex;

}
.pptpa01a {
	width:120px;
	margin:20px auto 15px;
	background-color:#f1f1f1;
	height:120px;
	border-radius:50%;
	overflow:hidden;
}
.pptpa01a img{
	width:80%;
	margin:10% auto;
}

.pptpa0{
	width:280px;
	margin:0 auto;
	display:flex;	
}
.pptpa01c {
	width:120px;
	margin:20px auto 15px;

}
.pptpa01aa{
		background-color:#f1f1f1;
	height:120px;
	border-radius:50%;
	overflow:hidden;
	width:120px;
	
}

.pptpa01aa img{
	width:80%;
	margin:10% auto;
}

.pptpa01ab{
	margin-top:25px;
}
.c_b1p1_li:hover .pptpa01ab{
	color:#fff;
}

.c_tit4 a{
	color:#333;
}

/*产品详情********/
.cpa_01{
		float:right;
	max-width: 350px;
	margin-left: 35px;
	}
	.cpa_01 img{
		width:100%;
	}
	.c{
		clear: both;
		overflow: hidden;
	}
	.cpb01{
		margin-top: 40px;
		font-weight: bold;
		font-size:18px;
		line-height: 30px;
	}
	.cpb02{
		margin-top:20px;
	}
	.cpb02 img{
		max-width: 100%;
	}
	.cpc01{
		margin-top: 30px;

	}
	.cpb03{
	font-size:15px;
	line-height:24px;
	margin:30px auto;clear: both;
		overflow: hidden;
}	


@media screen and (max-width:768px) {
	.cpa_01{
		float:none;
	max-width: 100%;
	margin-left: 0px;
	margin-bottom:30px;
	}
}