@charset "utf-8";
/*公共 - start*/
body{
	overflow: hidden;
	/* max-width: 1920px; */
	margin:auto;
    background: #fff;
}
*{
    font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial !important;
}
@font-face {
    font-family: 'MontserratBlack2';
    src: url('../fonts/montserratblack2.eot');
    src: url('../fonts/montserratblack2.eot') format('embedded-opentype'),
         url('../fonts/montserratblack2.woff2') format('woff2'),
         url('../fonts/montserratblack2.woff') format('woff'),
         url('../fonts/montserratblack2.ttf') format('truetype'),
         url('../fonts/montserratblack2.svg#montserratblack2') format('svg');
}
@font-face {
    font-family: 'MontserratBold';
    src: url('../fonts/montserratbold.eot');
    src: url('../fonts/montserratbold.eot') format('embedded-opentype'),
         url('../fonts/montserratbold.woff2') format('woff2'),
         url('../fonts/montserratbold.woff') format('woff'),
         url('../fonts/montserratbold.ttf') format('truetype'),
         url('../fonts/montserratbold.svg#montserratbold') format('svg');
}
@font-face {
    font-family: 'MontserratExtraBold4';
    src: url('../fonts/montserratextrabold4.eot');
    src: url('../fonts/montserratextrabold4.eot') format('embedded-opentype'),
         url('../fonts/montserratextrabold4.woff2') format('woff2'),
         url('../fonts/montserratextrabold4.woff') format('woff'),
         url('../fonts/montserratextrabold4.ttf') format('truetype'),
         url('../fonts/montserratextrabold4.svg#montserratextrabold4') format('svg');
}
.yx_content{
    width:1200px;
    margin:auto;
}
.yxedr_active p{
    font-size: 16px;
    line-height: 28px;
    color: #666;
}
.g_comimg{
    width:100%;
    position: relative;
    overflow: hidden;
}
.g_comimg img{
    width:100%;
    height:100%;
    top:0;
    left:0;
    transition: all .36s ease;
}
.g_comimg1{
    position: relative;
}
.g_comimg2{
    position: absolute;
}
.g_backgd{
    width:100%;
    position: relative;
}
.g_backgd img{
    width:auto;
    height:100%;
    position: relative;
    top:0;
    left:50%;
    transform: translateX(-50%);
}
/*公共 - end*/
/*规范*/
/*规范*/
/* 字体 */
.l_title1 h1{
    font-size: 72px;
    color: #fff;
}
.l_title1 h2{
    font-size: 42px;
    color: #333;
}
.l_title2 h2{
    font-size: 42px;
    color: #fff;
}
.l_title1 h3{
    font-size: 36px;
    color: #fff;
}
.l_title1 h4{
    font-size: 30px;
    color: #333;
}
.l_title2 h4{
    font-size: 30px;
    color: #fff;
}
.l_title1 h5{
    font-size: 24px;
    color: #333;
}
.l_title2 h5{
    font-size: 24px;
    color: #fff;
}
.l_title1 h6{
    font-size: 20px;
    color: #333;
}
.l_title2 h6{
    font-size: 20px;
    color: #fff;
}
/* 段落 */
.l_parag1 p{
    color: #666;
    font-size: 16px;
    line-height: 1.72;
    margin-bottom: 12px;
}
.l_parag2 p{
    color: #666;
    font-size: 18px;
    line-height: 1.72;
    margin-bottom: 14px;
}
/* 间距 */
.l_space1{
    padding: 120px 0;
}
/*规范*/
/*pc导航选中*/
.yxnav_active1 .l_navlia1{
    color: #ffc80a;
}
.yxnav_active2 .l_navlip2 p{
    color: #ffc80a;
}
/*ph导航选中*/
.yxnav_active1.g_phnav1{
    color:#032c8d;
}
.yxnav_active2.g_phnav2{
	color:#032c8d;
}
.yxnav_active3.g_phnav3{
    color:#032c8d;
}
 /* ph导航选中 */
 .yxnav_active1.ys_navph1_phnav1 {
    color: #ffc80a;
}
.yxnav_active2.ys_navph1_phnav2 {
    color: #ffc80a;
}
.yxnav_active3.ys_navph1_phnav3 {
    color: #fff;
}
/*ph导航&下拉*/
.ys_navph1_phxia {
    position: fixed;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 64px;
    z-index: 300;
    display: block !important;
    background-color: rgba(4,60,98);
}
.ys_navph1_xialaph {
    display: none;
    width: 100%;
    padding-bottom: 18px;
    height: calc(100vh - 64px);
    padding-top: 20px;
    padding:20px 20px 0;
}
.ys_navph1_xialaph h4{
    position: relative;
}
.ys_navph1_xialaph h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: .4;
    background-color: rgba(255,255,255);
}
.ys_navph1_xialaph h4 a {
    line-height: 50px;
    color: rgba(2552,255,255);
    font-size: 14px;
    /* text-transform: uppercase; */
}
.ys_navph1_xialaph h4 img{
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.ys_navph1_xialaph .ys_navph1_ul2{
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
}
.ys_navph1_xialaph .ys_navph1_ul2 .container_s{
    max-width: 100%;
    padding: 0 15px;
}
.ys_navph1_xialaph h5 {
    position: relative;
}
.ys_navph1_xialaph h5::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: .4;
    background-color: rgba(255,255,255);
}
.ys_navph1_xialaph h5 a{
    font-size: 12px;
    line-height: 44px;
    text-transform: uppercase;
    color: rgba(255,255,255);
}
.ys_navph1_xialaph h5 img{
    position: absolute;
    top: 50%;
    right: 5px;
    width: 13px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.ys_navph1_xialaph h4.active img.img_s,
.ys_navph1_xialaph h5.active img.img_s{
    display: none;
}
.ys_navph1_xialaph h4.active img.img_d,
.ys_navph1_xialaph h5.active img.img_d{
    display: block;
}
.ys_navph1_xialaph .ys_navph1_ul3{
    display: none;
}
.ys_navph1_xialaph h6{
    position: relative;
}
.ys_navph1_xialaph h6 a{
    font-size: 12px;
    line-height: 44px;
    text-transform: uppercase;
    color: rgba(255,255,255,.6);
}
.ys_navph1_xialaph h6::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: .4;
    background-color: rgba(255,255,255);
}
/* 搜索 */
.ys_navph1_ph_search {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    padding-left: 15px;
    margin-top: 32px;
}
.ys_navph1_ph_search_ph {
    width: 100%;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, .4);
    margin-top: 18px;
    float: left;
    border-radius: 17.5px;
    position: relative;
}
.ys_navph1_ph_search_ph input {
    width: 100%;
    height: 100%;
    text-indent: 20px;
    color: #fff;
}
.ys_navph1_ph_search_ph input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.8);
}
.wj_header_i_nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 10;
}
.ys_navph1_ph_searchfe {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 16px;
}
.ys_navph1_ph_searchfe img {
    width: 100%;
}
/* 语言版本切换 */
.ys_navph1_wj_hin_r_en a{
    color:#666;
}
.ys_navph1_wj_hin_r_en{
    margin-right: 15px;
}
/* header ys_navph1 */
.ys_navph1_header{
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(0);
    z-index: 999;
    width: 100%;
    height: 64px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
    display: none;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
}
.ys_navph1_header .ys_navph1_logo{
    width: 120px;
    line-height: 64px;
}
.ys_navph1_header .ys_navph1_logo img{
    width: 100%;
}
.ys_navph1_header .ys_navph1_phsearch{
    position: absolute;
    top: 50%;
    right: 70px;
    width: 25px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.ys_navph1_header .ys_navph1_wj_hin_right{
    padding-top: 25px;
}
.ys_navph1_header .ys_navph1_phsearch img{
    width: 100%;
}
.ys_navph1_ph_mea_cl{
    overflow: hidden;
    width: 28px;
    height: 100%;
}
.ys_navph1_header .ys_navph1_menuph {
    width: 28px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.ys_navph1_header .ys_navph1_menuph .ys_navph1_point{
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 14px;
}
.ys_navph1_header .ys_navph1_menuph .ys_navph1_point .ys_navph1_navbtn,
.ys_navph1_header .ys_navph1_menuph .ys_navph1_point .ys_navph1_navbtn::after,
.ys_navph1_header .ys_navph1_menuph .ys_navph1_point .ys_navph1_navbtn::before{
    width: 28px;
}
.ys_navph1_header .ys_navph1_menuph .ys_navph1_navbtn{
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    background: #666;
}
.ys_navph1_header .ys_navph1_menuph .ys_navph1_navbtn::after,
.ys_navph1_header .ys_navph1_menuph .ys_navph1_navbtn::before{
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    background: #666;
}
.ys_navph1_header .ys_navph1_menuph .ys_navph1_navbtn::after{
    top: -10px;
}
.ys_navph1_header .ys_navph1_menuph .ys_navph1_navbtn::before{
    top: 10px;
}
.ys_navph1_header .ys_navph1_menuph .ys_navph1_point.active .ys_navph1_navbtn{
    background: transparent;
}
.ys_navph1_header .ys_navph1_menuph .ys_navph1_point.active .ys_navph1_navbtn::after{
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.ys_navph1_header .ys_navph1_menuph .ys_navph1_point.active .ys_navph1_navbtn::before{
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
/* 导航 */
.l_syheads{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all .5s;
}
.l_navbarl, .l_navbarr {
    position: relative;
    z-index: 20;
    height: 100%;
}
.l_logo {
    width: 150px;
}
.l_logobox {
    position: relative;
    display: block;
    line-height: 80px;
}
.l_listimg {
    position: relative;
}
.l_logoimg_box {
    overflow: visible !important;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.l_logodef {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    transition: all .36s;
}
.l_logoimg_box img {
    object-fit: unset;
}
.l_logofixed {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    transition: all .36s;
    opacity: 0;
}
.l_navlia1{
    font-size: 18px;
    line-height: 80px;
    color: #fff;
    display: block;
    padding: 0 30px;
    transition: all .36s;
}
.l_navbarmid {
    padding-left: 50px;
    width: calc(100% - 150px - 280px);
}
.l_system_txt{
    padding-left: 10px;
}
.l_system_txt p{
    font-size: 18px;
    line-height: 80px;
    color: #fff;
    transition: all .36s;
}
.l_system_icon{
    width: 16px;
    line-height: 80px;
}
.l_navicons{
    width: 100%;
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: all .36s;
}
.l_navicons img{
    width: 100%;
}
.l_searchbox{
    line-height: 80px;
    padding-right: 34px;
    position: relative;
}
.l_searchbox::after{
    content: "";
    width: 1px;
    height: 20px;
    background-color: rgba(255,255,255,.3);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all .36s;
}
.l_language{
    padding-left: 30px;
}
.l_search_icon{
    width: 19px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: all .36s;
}
.l_search_icon img{
    width: 100%;
}
.l_language a{
    font-size: 18px;
    line-height:80px;
    color: #fff;
    transition: all .36s;
}
.l_navbarfr {
    width: 280px;
}
.l_system_box a{
    display: block;
}
.l_syheads.l_fixed{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 500;
    background: #fff;
    box-shadow: 0px 0px 15.75px 5.25px rgba(0, 0, 0, 0.04);
}
.l_syheads.l_fixed .l_navlia1{
    color: #333;
}
.l_syheads.l_fixed .yxnav_active1 .l_navlia1{
    color: #ffc80a;
}
.l_syheads.l_fixed .l_system_txt p{
    color: #333;
}
.l_syheads.l_fixed .l_language a{
    color: #333;
}
.l_syheads.l_fixed .l_logodef{
    opacity: 0;
}
.l_syheads.l_fixed .l_logofixed{
    opacity: 1;
}
.l_syheads.l_fixed .l_searchbox::after{
    background-color: rgba(51,51,51,.66);
}
.l_navxlp p{
    color: #acacac;
    font-size: 16px;
    line-height: 2;
    position: relative;
    z-index: 1;
}
.l_navxlle{
    width: 318px;
    background:#28282b;
    padding: 62px 38px 98px;
    position: relative;
}
.l_navtit h5{
    font-weight: bold;
    line-height: 1.75;
    position: relative;
    z-index: 1;
}
.l_navxlp{
    margin-top: 28px;
}
/* .l_navbg{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.l_navbg img{
    width: 100%;
} */
.l_navlip2 p{
    font-size: 16px;
    line-height: 1.75;
    color: #666666;
    transition: all .36s;
}
.l_navxlli{
    margin-bottom: 12px;
}
.l_navxlli:last-child{
    margin-bottom: 0;
}
.l_navxlri{
    padding: 46px 65px 52px;
    background-color: #f5f5f5;
}
.l_navxlul{
    margin-right: 96px;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    height: 228px;
}
.l_navxlul:last-child{
    margin-right: 0;
}
.l_navxlic{
    width: 17px;
    height: 10px;
    /* position: relative; */
    display: inline-block;
    margin-top: -18px;
    transform: rotate(90deg);
}
.l_navxlic img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .36s;
}
.l_navimg2{
    opacity: 0;
}
.l_navlip2 {
    width: calc(100% - 7px);
    padding-right: 18px;
}
.l_navli{
    position: relative;
}
.l_navxl{
    position: fixed;
    top: 80px;
    /*left: 85px; */
    display: none;
    box-shadow: 0px 0px 15.75px 5.25px rgb(0 0 0 / 4%);
}
.l_navxlnr {
    box-shadow: 0px 0px 15.75px 5.25px rgb(0 0 0 / 4%);
}
.l_navxla2 {
    display: block;
}
.l_system_box {
    margin-right: 34px;
}
.yxnav_active2 .l_navimg2{
    opacity: 1;
}
.yxnav_active2 .l_navimg1{
    opacity: 0;
}
/*banner-start*/
.g_sybannr{
    display: none;
    overflow: hidden;
}
.g_sybannr.on{
    display:block;
}
.g_sybannr::after{
    content: "";
    width: 100%;
    height: 32%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
/* .g_syban::before{
    content: "";
    width: 100%;
    height: 32%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
} */
.g_sybantu::after{
    content: "";
    width: 100%;
    height: 80%;
    background: linear-gradient(to top, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0;
    left: 0;
}
.g_sybantu::before{
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/pcbanmc.png) center / cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.g_syhdtop, .g_syhdbot{
    transition: all .36s ease;
}
.g_syhdbot{
    border-bottom: 1px solid rgba(255,255,255,.3)
}
.g_sylogo{
    width:384px;
    line-height: 90px;
}
.g_sysearch{
    margin-top: 30px;
    width:235px;
    height:34px;
    border-radius: 16.5px;
    border:1px solid #c1c7db;
}
.g_sysearch img{
    width:17px;
    cursor: pointer;
    display: block;
    margin-top: 8px;
    margin-right: 15px;
}
.g_sysearch input{
    display: block;
    width:calc(100% - 32px);
    padding:0 15px;
    height:100%;
}
.g_synavli p a{
    line-height: 70px;
    color:rgba(255,255,255,.8);
    font-size: 16px;
    display: block;
    transition: all .36s ease;
}
.g_syhdbot ul{
    width:100%;
}
.g_synavli{
    margin-right: 58px;
}
.g_synavli:last-child{
    margin-right: 0;
}
.g_sybansk{
    overflow: hidden;
}
.g_sybantu{
    width:100%;
    position: relative;
}
.g_sybantu img{
    width:100%;
}
.g_sybantu video{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
    width: 100%;
}
.g_syban{
    position: relative;
    z-index: 1;
}
.g_sybannr{
    position: relative;
}
.g_sybanwz{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.l_con1800{
    width: 1800px;
    margin: auto;
}
.g_sybantuph{
    display: none;
}
.l_sybantit h1{
    line-height: 1.5;
    font-weight: bold;
}
.l_sybantit{
    position: relative;
    padding-bottom: 30px;
}
.l_sybantit::after{
    content: "";
    width: 80px;
    height: 6px;
    background-color: #ffc80a;
    position: absolute;
    bottom: 0;
    left: 0;
}
.l_sybanp p{
    font-size: 36px;
    line-height: 1.75;
    color: #fff;
}
.l_sybanp{
    margin-top: 40px;
}
.l_banmrp{
    margin-left: 20px;
    transition: all .36s;
}
.l_banmrp p{
    font-size: 16px;
    line-height: 46px;
    color: #333;
    font-weight: bold;
}
.l_banmore a{
    display: block;
}
.l_banmrbox {
    width: 182px;
    background: #fff;
    text-align: center;
    padding-left: 28px;
}
.l_banmric{
    width: 9px;
    line-height: 46px;
}
.l_banmric img{
    width: 100%;
}
.l_banmore{
    margin-top: 120px;
    display: inline-block;
}
.g_sybansk .slick-dots li{
    width: 12px;
    height: 12px;
    background-color: #bbbbbb;
    margin: 0 5px;
    border: none;
}
.g_sybansk .slick-dots li.slick-active{
    width: 50px;
    border-radius: 6px;
    background-color: #fff;
}
.g_sybansk .slick-dots {
    bottom: 138px;
}
.l_stock_txt p{
    font-size: 18px;
    line-height: 1.75;
    color: #fff;
    font-weight: bold;
    height: 31.5px;
    overflow: hidden;
}
.l_stock_icon{
    width: 27px;
    position: relative;
}
.l_stock_icon img{
    width: 100%;
    height: 100%;
}
.l_img1{
    position: relative;
    top: 0;
    left: 0;
}
.l_img2{
    position: absolute;
    top: 0;
    left: 0;
}
.l_stock_txt {
    /* width: calc(100% - 27px); */
    padding-left: 30px;
}
.l_stocklis {
    display: inline-block;
}
.l_stockbox{
    border-top: 1px solid rgba(255,255,255,.6);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.l_stockbox::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
}
.l_stocklist {
    position: relative;
    z-index: 10;
}
.l_stockli {
    width: 33.333333%;
    text-align: center;
    padding: 34px 0;
    border-right: 1px solid rgba(255,255,255,.6);
}
.l_stockli:last-child{
    border-right: none;
}
.l_mouse_txt p{
    font-size: 14px;
    line-height: 1.75;
    color: #fff;
}
.l_mouse_icon{
    width: 19px;
    animation: mcjump 1s ease infinite;
}
.l_mouse_icon img{
    width: 100%;
}
.l_mouse_wheel {
    position: absolute;
    right: calc(50% - 900px);
    bottom: 150px;
    cursor: pointer;
}
.l_mouse_txt {
    padding-right: 50px;
}
@keyframes mcjump {
    0% {
        transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, -10px);
    }
    100% {
        transform: translate(-50%, 0);
    }
}
/*banner-end*/
.l_sybx1tit h2{
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
}
.l_sybx1p {
    width: 1000px;
    margin: auto;
    text-align: center;
}
.l_sybx1p.l_parag1 p{
    margin-bottom: 0;
}
.l_sybx1p{
    margin-top: 24px;
}
.l_sybx1li{
    border-right: 1px solid rgba(19,51,108,.1);
    width: 25%;
}
.l_sybx1li:last-child{
    border-right: none;
}
.l_sybx1p2 p{
    font-size: 20px;
    line-height: 1.75;
    color: #666666;
    height: 35px;
    overflow: hidden;
}
.l_sybx1p1 span{
    font-size: 80px;
    color: #333;
    line-height: 1.5;
    font-weight: bold;
}
.l_sybx1p1{
    font-size: 16px;
    color: #333;
    line-height: 1.75;
    font-weight: bold;
}
.l_sybx1wz{
    width: calc(100% - 101px);
    padding-left: 50px;
}
.l_sybx1li a{
    display: block;
    padding-left: 40px;
}
.l_sybx1li:first-child a{
    padding-left: 0;
}
.l_sybx1icon {
    width: 101px;
    position: relative;
}
.l_sybx1icon img{
    width: 100%;
    height: 100%;
}
.l_moreicon{
    width: 30px;
    margin-left: 15px;
    transition: all .36s;
    position: relative;
    top: 7px;
}
.l_moreicon img{
    width: 100%;
}
.l_more1p p{
    font-size: 16px;
    color: #333;
    line-height: 1.75;
    font-weight: bold;
}
.l_more1 {
    margin-top: 35px;
}
.l_sybx1bt{
    margin-top: 76px;
}
.l_sybx1bg{
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.06;
    width: 78%;
}
.l_sybx1bg img{
    width: 100%;
}
.l_sybox1 {
    position: relative;
    overflow: hidden;
}
.l_sybox2{
    position: relative;
}
.l_sybox2::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(11,12,15,.25);
    position: absolute;
    top: 0;
    left: 0;
}
.l_sybx2p p{
    font-size: 16px;
    line-height: 1.75;
    color: #ffc80a;
}
.l_sybx2tit h3{
    font-weight: bold;
    line-height: 1.75;
}
.l_sybx2nr{
    position: relative;
    z-index: 10;
}
.l_sybx2p1 p{
    font-size: 16px;
    color: #fff;
    line-height: 1.75;
}
.l_sybx2mr{
    width: 30px;
    position: relative;
}
.l_sybx2mr img{
    width: 100%;
    position: relative;
    z-index: 20;
}
.l_sybx2mr::after{
    content: "";
    width: 50px;
    height: 50px;
    background-color: #ffc80a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* z-index: -1; */
}
.l_sybx2mrs a{
    display: block;
    width: 100%;
    height: 100%;
}
.l_sybx2mrs{
    margin-left: 10px;
    margin-top: 82px;
}
.l_sybx2li{
    width: 20%;
    position: relative;
    height: 100%;
    transition: all .36s;
}
.l_sybx2li::after{
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(255,255,255,.5);
    position: absolute;
    top: 0;
    right: 0;
}
.l_sybx2li:last-child::after{
    display: none;
}
.l_sybx2tit {
    margin-top: 6px;
}
.l_sybx2list{
    height: 780px;
}
.l_sybx2lis{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.l_sybx2def{
    position: absolute;
    top: 275px;
    width: 100%;
}
.l_sybx2act{
    position: absolute;
    width: 100%;
    top: 210px;
    transition: all .36s;
    display: none;
}
.l_sybx2wz::before{
    content: "";
    width: 3px;
    height: 80px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -1px;
}
.l_sybx2li:last-child .l_sybx2wz::before{
    display: none;
}
.l_sybx2actbox{
    visibility: hidden;
}
.l_sybx2actbox.show{
    visibility: visible;
    animation: fadeIn .36s ease;
}
.l_sybx2limc{
    width: 875px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.l_sybx2limc::before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .36s;
    opacity: 0;
}
.l_sybx2li.on .l_sybx2limc::before {
    opacity: 1;
}
.l_sybx2wz {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 64%;
}
.l_sybx2def {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 55px;
}
.mc_c1s1_act{
    display: none;
    position: absolute;
    left: 0;
    top: -84px;
    width: 100%;
    height: 100%;
    padding: 24px 115px 24px;
}
.l_sybx2p1{
    margin-top: 20px;
}
.l_sybx2list {
    height:780px;
}
.l_sybx2li {
    position: relative;
    z-index: 1;
    width: 20%;
    height: 100%;
    transition: all .6s;
}
.l_sybx3bt{
    text-align: right;
    padding-right: 75px;
    margin-top: 135px;
    position: relative;
}
.l_sybx3img{
    width: 90%;
    display: inline-block;    
    position: relative;
}
.l_sybx3tu{
    width: 100%;
}
.l_sybx3tu img{
    width: 100%;
}
/* .l_typelist{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
} */
/* 
.l_typeli{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    transition: all .36s;
} */
.l_typeli img{
    width: 100%;
}
.l_sybx3litit h6{
    line-height: 1.75;
    font-weight: bold;
    transition: all .36s;
}
.l_sybx3tbli{
    padding: 18px 20px;
    background: #eee;
    margin-bottom: 5px;
    transition: all .36s;
    cursor: pointer;
}
.l_sybx3tab{
    width: 280px;
    text-align: left;
    position: absolute;
    top: -58px;
    left: 0;
    z-index: 2;
}
.l_sybx3lip p{
    font-size: 14px;
    line-height: 1.75;
    color: #999999;
}
.l_sybx3tbli .l_more1p p{
    color: #fff;
}
.l_sybx3lip{
    margin-top: 10px;
}
.l_sybx3hide{
    height: 0;
    overflow: hidden;
}
.l_sybx3tbli.on{
    background: #28282b;
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
}
.l_sybx3tbli.on .l_sybx3litit h6{
    color:#ffc80a
}
.l_sybx3tbli.on .l_sybx3hide{
    height: auto;
}
.l_sybx3tbli.on::after{
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 25px;
    right: -15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transition: all .36s;
    border-bottom-color: #1c1c1e;
    transform: rotate(90deg);
}
.l_sybx4mp p{
    font-size: 16px;
    color: #fff;
    line-height: 46px;
}
.l_sybx4mic{
    width: 30px;
    line-height: 46px;
}
.l_sybx4mic img{
    width: 100%;
}
.l_sybx4le {
    width: 355px;
}
.l_sybx4le .l_sybx1tit h2{
    text-align: left;
}
.l_sybx4ri{
    width: calc(100% - 355px);
    padding-left: 330px;
}
.l_sybx4le .l_sybx1p{
    width: auto;
    text-align: left;
}
.l_sybx4mores a{
    display: block;
    width: 182px;
}
.l_sybx4more {
    width: 100%;
    background-color: #28282b;
    padding: 0 20px;
}
.l_sybx4mores{
    margin-top: 110px;
}
.l_sybox4{
    background-color: #eeeeee;
}
.l_sybx4time p{
    font-size: 16px;
    line-height: 1.75;
    color: #666666;
}
.l_sybx4tit h6{
    font-weight: bold;
    line-height: 1.75;
    height: 70px;
    overflow: hidden;
}
.l_sybx4li{
    width: 33.333333%;
    padding: 0 14px;
    border-right: 1px solid rgba(51,51,51,.1);
}
.l_sybx4li:last-child{
    border-right: none;
}
.l_sybx4list{
    margin: 0 -14px;
}
.l_sybx4li a{
    display: block;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 55px;
}
.l_sybx4img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.l_sybx4img img{
    width: 100%;
    height: 100%;
    transition: all .36s;
}
.l_sybx4p p{
    font-size: 16px;
    line-height: 2;
    color: #999;
    height: 64px;
    overflow: hidden;
}
.l_sybx4tit {
    margin-top: 10px;
    margin-bottom: 16px;
}
.l_sybx4p{
    margin-top: 20px;
}
.l_con1600{
    width: 1600px;
    margin: auto;
}
.l_syfoot{
    background-color: #28282b;
}
.l_blogroll_cue p{
    font-size: 16px;
    color: #fff;
    line-height: 1.75;
}
.l_blogroll_li{
    margin-right: 30px;
}
.l_blogroll_li a{
    font-size: 16px;
    color: #999;
    line-height: 1.75;
    transition: all .36s;
}
.l_blogroll_main{
    padding-left: 30px;
}
.l_infop{
    font-size: 16px;
    color: #999;
    line-height: 1.75;
    opacity: 0.5;
    transition: all .36s;
}
.l_info1{
    padding-right: 35px;
    position: relative;
    padding-left: 35px;
}
.l_info1:first-child{
    padding-left: 0;
}
.l_info1::after{
    content: "";
    width: 1px;
    height: 20px;
    background-color: rgba(153,153,153,.5);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.l_info1:last-child::after{
    display: none;
}
.l_infop2{
    padding-left: 15px;
}
.l_infop p{
    line-height: 1.75;
}
.l_reference p{
    font-size: 14px;
    color: #999;
    line-height: 1.75;
    opacity: 0.5;
}
.l_reference a{
    color: #999;
}
.l_reference{
    padding: 23px 0;
    border-top: 1px solid rgba(221,221,221,.12);
}
.l_information {
    margin-top: 38px;
    margin-bottom: 18px;
}
.l_sytple{
    width: 664px;
    margin-top: -60px;
    /* margin-top:0px; */
    position: relative;
    overflow: hidden;
    /* cursor: pointer; */
}
.l_sytples{
    width: 100%;
    background-color: #222225;
    padding: 55px 110px 55px 80px;
}
.l_syftbg{
    width: 868px;
    position: absolute;
    top: 8px;
    left: 0;
    opacity: 0.02;
}
.l_syftbg img{
    width: 100%;
}
.l_fttptit h4{
    line-height: 1.75;
}
.l_fttpp,.l_fttptit,.l_fttpmore {
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.l_fttpp{
    margin-top: 30px;
}
.l_fttpp p{
    font-size: 18px;
    line-height: 2;
    color: rgba(255,255,255,.5);
}
.l_ftmorep p{
    font-size: 16px;
    color: rgba(255,255,255,.5);
    line-height: 44px;
}
.l_ftmoreic {
    width: 14px;
    line-height: 44px;
    transform: rotate(90deg);
}
.l_ftmoreic img{
    width: 100%;
}
.l_fttpmore {
    width: 160px;
    border: 1px solid #919192;
    padding: 0 30px;
    margin-top: 50px;
}
.l_sytpri{
    width: calc(100% - 664px);
    padding-left: 70px;
}
.l_sytpris{
    width: 100%;
    padding-top: 50px;
}
.l_ftlogo{
    width: 135px;
}
.l_ftlogo a{
    display: block;
    width: 100%;
}
.l_ftlogo img{
    width: 100%;
}
.l_ftstockli{
    padding-left: 60px;
    position: relative;
    top: 25px;
}
.l_ftnavli a{
    font-size: 18px;
    line-height: 1.75;
    color: #fff;
    position: relative;
    padding-left: 26px;
    transition: all .36s;
}
.l_ftnavli a::after{
    content: "";
    width: 7px;
    height: 7px;
    background-color: #ffc80a;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.l_ftnavli.on a::after{
    display: none;
}
.l_ftnavul {
    margin: 0 -44px;
}
.l_ftnavli {
    padding: 0 44px;
}
.l_ftnav{
    margin-top: 34px;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    position: relative;
    z-index: 100;
}
.l_fttp1 {
    position: relative;
    z-index: 100;
}
.l_codep p{
    font-size: 14px;
    line-height: 1.75;
    color: #999999;
    text-align: center;
}
.l_code1{
    margin-right: 36px;
}
.l_codeimg{
    width: 96px;
    position: relative;
}
.l_codeimg img{
    width: 100%;
    height: 100%;
}
.l_ftcodebox{
    margin-top: 38px;
}
.l_codep{
    margin-top: 15px;
}
.l_syfttp {
    margin-bottom: 65px;
}
.l_backbox{
    position: fixed;
    /* right: 160px; */
    right: calc(50% - 800px);
    bottom: 90px;
    width: 179px;
    z-index: 90;
    opacity: 0;
    transition: all .36s;
}
.l_backbox.on{
    opacity: 1;
}
.l_backbox.act{
    position: absolute;
    top: -62px;
}
.l_phone {
    width: 95px;
    height: 95px;
    background-color: #ffc80a;
    position: relative;
}
.l_phoneic{
    width: 31px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.l_phoneic img{
    width: 100%;
}
.l_phone a{
    display: block;
    width: 100%;
    height: 100%;
}
.l_back{
    width: 84px;
    height: 84px;
    background-color: #222225;
    position: relative;
    margin-top: 11px;
    cursor: pointer;
}
.l_backic{
    width: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.l_backic img{
    width: 100%;
}
.l_reference_ri p{
    font-size: 16px;
    color: #999;
    opacity: 0.1;
}
.l_syfoots{
    position: relative;
    z-index: 1;
    /* padding-top: 60px; */
}
.l_tcbutton{
    position: absolute;
    top: 22px;
    right: 22px;
    width: 22px;
    cursor: pointer;
}
.l_tcbutton img{
    width: 100%;
}
.l_tanchuang{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.23);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.l_tcwin{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    width: 1000px;
    padding: 40px 40px 60px;
    border-radius: 8px;
}
.l_tcwinnr{
    width: 100%;
}
.l_tctitle h5{
    line-height: 1.75;
    text-align: center;
}
.l_tcwinp p{
    text-align: center;
    margin-bottom: 0;
}
.l_tculli{
    width: 50%;
    padding: 0 12px;
    margin-bottom: 23px;
}
.he_h3p3ub {
    width: 100%;
    position: relative;
}
.he_h3p3ubte {
    width: 115px;
    position: relative;
    top: 8px;
}
.he_h3p2lep1 {
    font-size: 16px;
    line-height: 1.75;
    color: #333333;
    font-weight: bold;
}
.he_h3p2lep1 span {
    color: #d1090b;
}
.he_h3p3ubin {
    width: calc(100% - 115px);
    height: 45px;
    background: #f5f7f9;
}
.he_h3p3ubin input {
    width: 100%;
    height: 100%;
    padding: 0 15px;
}
.l_tclists{
    height: 377px;
}
.l_tclist {
    width: 100%;
    margin-top: 45px;
}
.he_h3p3xiala{
    width: calc(100% - 115px);
    position: relative;
}
.he_h3p3xiala .he_h3p3ubin{
    width: 100%;
    cursor: pointer;
}
/* .he_h3p3xiala input {
    cursor: pointer;
} */
.l_tcxlbt {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 20px 0px rgb(0 0 0 / 8%);
    z-index: 10;
    padding: 10px 5px;
    display: none;
}
.he_h3p3xhy {
    height: 142px;
}
/*.l_tculli1 {*/
/*    width: 100%;*/
/*}*/
.l_tcxltp{
    height: 100%;
    padding: 0 15px;
}
.l_tcxlp p{
    line-height: 45px;
}
.he_h3nar {
    width: 12px;
    line-height: 45px;
    transition: all .36s;
    transform: rotate(180deg);
}
.he_h3nar img{
    width: 100%;
}
.l_tcxlbt p {
    width: 100%;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.36s;
    font-size: 14px;
    color: #666;
}
.l_tcxlbtnr{
    height: 142px;
}
.l_tcxlbt .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 2px;
}
.he_h3p3ubin.on .he_h3nar{
    transform: rotate(360deg);
}
.he_h3p3li1 .he_h3p3ubin {
    height: 100px;
}
.he_h3p3ubin textarea {
    width: 100%;
    resize: none;
    padding: 15px;
}
.he_h3p3li1 {
    width: 100%;
    padding: 0 12px;
    margin-bottom: 23px;
}
.he_f1p5dfle {
    padding: 0 11px;
    width: 100%;
}
.he_h3p5 {
    width: 100%;
    padding-top: 0;
}
.he_h3p5le {
    width: 365px;
}
.he_h3p3ub {
    width: 100%;
    position: relative;
}
.he_h3p5ri {
    width: calc(100% - 365px);
    padding-left: 24px;
}
.he_cod {
    width: 158px;
    cursor: pointer;
}
.he_cod img{
    width: 100%;
}
.he_h3p5z {
    margin-top: 30px;
    padding-left: 14px;
    cursor: pointer;
}
.he_h3p5zle {
    width: 11px;
}
.he_h3p5zle img {
    width: 100%;
    transition: all 0.5s;
}
.he_h3p5zri {
    padding-left: 6px;
}
.he_f1p5dft{
    width: 100%;
    margin-top: 22px;
    padding: 0 12px;
}
/* .he_f1p5dfri {
    width: 165px;
} */
.he_h3p6bt button {
    width: 182px;
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    background-color: #28282b;
    padding: 0 20px;
}
.l_anmt_in {
    animation-delay: 0.3s;
    animation-name: fadeIn;
}
/* b1-start */
.l_nyphban{
    display: none;
}
.l_con1400{
    width: 1400px;
    margin: auto;
}
.l_bread {
    text-align: right;
    padding: 38px 0;
}
.l_nybrdul {
    display: inline-block;
}
.l_nybanli a {
    font-size: 14px;
    color: #848383;
    line-height: 1.75;
    padding-left: 8px;
    transition: all .36s;
    position: relative;
}
.l_nybanli img {
    width: 16px;
    position: relative;
    top: 4px;
}
.l_nybanli p {
    line-height: 1.75;
    padding-left: 10px;
}
.l_nybanli a::after {
    content: ">";
    padding: 0 4px;
}
.l_nybanli:last-child a::after{
    display: none;
}
.l_nybrdul .l_nybanli:last-child a:last-child{
    color: #ffffff;
}
.l_nybread{
    width: 100%;
    background: #28282b;
}
.l_nybanp p{
    font-size: 20px;
    line-height: 1.75;
    color: #ffc80a;
}
.l_nybantit h1{
    font-size: 52px;
    line-height: 1.75;
    color: #fff;
    font-weight: bold;
}
.l_nyban{
    position: relative;
}
.l_nybanwz{
    position: absolute;
    bottom: 62px;
    left: 50%;
    transform: translateX(-50%);
}
.l_nybanimg{
    position: relative;
}
.l_nybanimg img{
    width: 100%;
}
.l_nybanimg::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
}
.l_nyban::after{
    content: "";
    width: 100%;
    height: 70%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
}
.l_b1box1{
    background: #f8f8f8;
}
.l_b1box2 .l_sybx1p{
    margin-top: 2px;
}
.l_b1bx2li{
    padding-top: 56px;
    padding-bottom: 92px;
    border-bottom: 1px solid #eeeeee;
}
.l_b1bx2li:last-child{
    border-bottom: none;
}
.l_b1bx2tab{
    margin: 0 -30px;
}
.l_tabli{
    padding: 0 30px;
    cursor: pointer;
}
.l_tabli.on p{
    color: #333;
}
.l_tabli.on p::after{
    width: 100%;
}
.l_tabli p{
    font-size: 16px;
    line-height: 1.75;
    color: #bbbbbb;
    transition: all .36s;
    position: relative;
    font-weight: bold;
}
.l_tabli p::after{
    content:"";
    width: 0;
    height: 10px;
    background: #ffc80a;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    transition: all .36s;
    /* opacity: 0; */
}
.l_b1bx2bt{
    margin-top: 50px;
}
.l_b1bx2img{
    margin-top: 50px;
    position: relative;
}
/* .l_b1bx2img1:not(:first-child){
    display: none;
} */
.l_b1bx2img1{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.l_b1bx2img1 img{
    width: 100%;
}
.l_b1bx2img1.on{
    position: relative; 
}
.l_b1bx3tit h2{
    line-height: 1.75;
    font-weight: bold;
}
.l_b1bx3tit1{
    padding-left: 72px;
    position: relative;
}
.l_b1bx3tit::before{
    content: "";
    width: 52px;
    height: 50px;
    background: url(../images/xie.svg) center / cover no-repeat;
    /* background: #fff;
    transform: skew( 150deg); */
    position: absolute;
    top: 20px;
    left: 0;
}
.l_b1bx3tit2 {
    padding-left: 72px;
    position: relative;
    margin-left: 72px;
    margin-top: 10px;
}
.l_b1box3{
    height: 497px;
    position: relative;
}
.l_b1bx3nr {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}
.l_b1bx4mr a{
    display: inline-block;
}
.l_b1bx4mr .l_more1{
    margin-top: 64px;
}
.l_b1bx4tit h5{
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.l_b1bx4tit h5::after{
    content: "";
    width: 100%;
    height: 10px;
    background: #ffc80a;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: -1;
}
.l_b1bx4le{
    width: 300px;
}
.l_b1bx4ri{
    width: calc(100% - 300px);
    padding-left: 260px;
}
.l_b1bx4p.l_parag1 p{
    margin-bottom: 0;
}
.l_b1bx4p {
    margin-top: 26px;
}
.l_b1bx4le .l_sybx1tit h2{
    text-align: left;
}
.l_b1bx4img{
    width: 100%;
    height: 100%;
    position: relative;
}
.l_b1bx4img img{
    width: 100%;
    height: 100%;
}
.l_b1bx4img::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
}
.l_b1bx4bt{
    margin-top: 75px;
    position: relative;
    /* overflow: hidden; */
}
.l_b1bx4bt.on .l_b1bx4sp{
    display: block;
}
.l_b1bx4bt.on .l_b1bx4img{
    display: none;
}
.l_b1bx4sp{
    width: 100%;
    height: 100%;
}
.l_b1bx4sp video{
    width: 100%;
    height: 100%;
}
.l_b1video{
    width: 100%;
    height: 100%;
}
.l_b1bx4sp .l_b1bx4img{
    display: none;
}
.l_b1bx4bt .l_b1bx4sp{
    display: none;
}
.l_b1bx5p.l_parag1 p{
    margin-bottom: 0;
}
.l_b1bx5tit h2{
    font-weight: bold;
    line-height: 1.75;
}
.l_b1bx5le {
    /* width: 648px; */
    width: 46%;
}
.l_b1bx5img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.l_b1bx5img img{
    width: 100%;
    height: 100%;
    transition: all .36s;
}
.l_b1bx5ri {
    width: calc(100% - 46%);
    padding-left: 110px;
}
.l_b1bx5li{
    display: flex;
    align-items: center;
    margin-bottom: 130px;
}
.l_b1bx5li.on {
    flex-direction: row-reverse;
}
.l_b1bx5p {
    margin-top: 60px;
}
.l_b1bx5li.on .l_b1bx5ri {
    padding-left: 0;
    padding-right: 110px;
}
/* b1-end */
/* b2-start */
.l_b2bx1bt .l_b1bx4img::after{
    display: none;
}
.l_b2box1{
    position: relative;
}
.l_b2sect .l_b2box1 .l_parag2 p{
    margin-bottom: 0;
    line-height: 2;
}
.l_b2box3.l_space1{
    padding-bottom: 0;
}
.l_b2box3{
    position: relative;
}
.l_b2bx3bg{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.l_b2bx3bg img{
    width: 100%;
}
.l_b2bx3bt{
    margin-top: 88px;
}
.l_b2bx1bg{
    position: absolute;
    top: 108px;
    left: -90px;
    z-index: -1;
    width: 100%;
    opacity: 0.04;
}
.l_b2bx1bg img{
    width: 100%;
}
.l_b2bx3tab{
    margin: 0 -15px;
}
.l_b2tabli.on{
    display: block;
}
.l_b2tabli{
    width: 14%;
    padding: 0 15px;
    cursor: pointer;
    position: relative;
    display: none;
}
.l_b2tabli p{
    font-size: 18px;
    color: #999;
    line-height: 1.75;
    transition: all .36s;
    text-align: center;
    font-weight: bold;
    height: 62px;
    overflow: hidden;
}
.l_b2bx3p p::before{
    content: "";
    width: 9px;
    height: 11px;
    background: url(../fonts/b2jt.svg) center / cover no-repeat;
    position: absolute;
    top: 8px;
    left: 0;
}
.l_d1bx4li{
    padding: 0 100px;
}
.l_d1bx4list {
    margin:0 -100px;
}
.l_b2bx3bt2{
    height: 598px;
    position: relative;
}
.l_b2bx3bt2 .slick-list,
.l_b2bx3bt2 .slick-track{
    height: 100%;
}
.l_b2bx3qh1.on{
    display: block;
}
.l_b2bx3qh1{
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}
.l_b2bx3p p{
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
    width: 720px;
}
.l_b2bx3p p:last-child{
    margin-bottom: 0;
}
.l_b2bx3p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-left: 60px;
}
.l_b2tabli::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 16px solid transparent;
    width: 0;
    height: 0;
    transition: all .36s;
    border-bottom-color: #232630;
    opacity: 0;
}
.l_b2bx3bt1 {
    padding: 0 90px;
    position: relative;
}
.l_b2bx3jt img{
    width: 30px;
}
.l_b2bx3jts {
    position: absolute;
    top: calc(50% - 21px);
    left: 0;
    /* transform: translateY(-50%); */
    width: 100%;
}
.l_b2bx3jt{
    cursor: pointer;
}
.l_b2tabli.slick-current p{
    color: #333;
}
.l_b2bx3tab  .slick-list{
    padding-bottom: 42px;
}
.l_b2tabli.slick-current::before{
    opacity: 1;
}
/* .l_b2bx3bt2 .slick-list{
    height: 100%;
}
.l_b2bx3bt2 .slick-track{
    height: 100%;
} */
.l_b2bx4tabli{
    margin-bottom: 32px;
    cursor: pointer;
}
.l_b2bx4tabli:last-child{
    margin-bottom: 0;
}
.l_b2bx4tabli p{
    font-size: 16px;
    line-height: 1.75;
    color: #999999;
    transition: all .36s;
    font-weight: bold;
    position: relative;
    padding-left: 40px;
}
.l_b2bx4tabli.on p{
    color: #ffc80a;
}
.l_b2bx4tabli.on p::after{
    opacity: 1;
}
.l_b2bx4tabli p::after{
    content: "";
    width: 24px;
    height: 1px;
    background: #ffc80a;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all .36s;
    opacity: 0;
}
.l_b2bx4ri{
    width: 84%;
    /* width: 1186px; */
    text-align: right;
    position: relative;
}
.l_b2bx4le{
    width: calc(100% - 84%);
    padding-right: 30px;
    margin-top: 40px;
}
.l_b2bx4tit h6{
    font-weight: bold;
    line-height: 1.75;
    text-align: left;
}
.l_b2bx4p p{
    font-size: 14px;
    line-height: 1.75;
    color: #999999;
}
.l_b2bx4sz span{
    font-size: 24px;
    line-height: 1.75;
    color: #ffc80a;
    font-family: 'MontserratBold' !important;
}
.l_b2bx4list{
    margin: 0 -20px;
}
.l_b2bx4li{
    width: auto;
    padding: 0 20px;
    text-align: left;
}
.l_b2bx4img{
    width: 63%;
    /* width: 752px; */
    display: inline-block;
}
.l_b2bx4img img{
    width: 100%;
}
.l_b2bx4wz {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    bottom: -74px;
    z-index: 10;
    width: 69%;
    padding: 48px 94px 65px 55px;
}
.l_b2bx4list {
    margin-top: 20px;
}
.l_b2bx4tab{
    margin-top: 162px;
}
.l_b2bx4ris{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.l_b2bx4ris.act{
    z-index: 22;
}
.l_b2box4{
    position: relative;
}
.l_b2box4::after{
    content: "";
    width: 65%;
    height: 100%;
    background: #f7f8fa;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.l_b2bx5wz p{
    font-size: 24px;
    line-height: 1.75;
    color: #333;
    font-weight: bold;
    transition: all .36s;
    height: 42px;
    overflow: hidden;
}
.l_b2bx5wz{
    padding-bottom: 18px;
    position: relative;
    margin-top: 34px;
}
.l_b2bx5wz::after{
    content: "";
    width: 37px;
    height: 3px;
    background: #ffc80a;
    position: absolute;
    bottom: 0;
    left: 0;
}
.l_b2bx5list{
    margin: 0 -23px;
}
.l_b2bx5li{
    width: 33.333333%;
    padding: 0 23px;
}
.l_b2bx5li a{
    display: block;
    width: 100%;
}
.l_b2bx5tu{
    width: 100%;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.06);
}
.l_b2bx5imgs{
    width: 86%;
    display: inline-block;
}
.l_b2bx5img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.l_b2bx5img img{
    width: 100%;
    height: 100%;
    transition: all .36s;
}
.l_b2bx5bt{
    margin-top: 60px;
}
.l_b2bx2le .l_sybx1tit h2{
    color: #fff;
}
.l_b2bx2list{
    margin: 0 -4px;
}
.l_b2bx2li.on{
    display: block;
}
.l_b2bx2li{
    width: 25%;
    padding: 0 4px;
    display: none;
}
.l_b2box2{
    height: 710px;
    position: relative;
    overflow: hidden;
}
.l_b2bx2bg{
    width: 68%;
    position: absolute;
    top: 0;
    right: 0;
}
.l_b2bx2bg img{
    width: 100%;
    /* width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); */
}
.l_b2bx2bg::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(40,40,43,.22);
    position: absolute;
    top: 0;
    left: 0;
}
.l_b2box2::after{
    content: "";
    width: 32%;
    height: 100%;
    background: #28282b;
    position: absolute;
    top: 0;
    left: 0;
}
.l_b2bx2nr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.l_b2bx2img{
    position: absolute;
    width: 552px;
    top: 157px;
    left: 0;
    z-index: 1;
    /* opacity: 0.8; */
}
.l_b2bx2img img{
    width: 100%;
}
.l_b2bx2lis{
    background: #fff;
    padding-top: 38px;
    padding-bottom: 65px;
    padding-left: 45px;
    padding-right: 69px;
    width: 100%;
}
.l_b2bx2sz p{
    font-size: 24px;
    line-height: 1.75;
    color: #cccccc;
    font-family: "Montserrat" !important;
}
.l_b2bx2tit1 h6{
    line-height: 1.75;
    height: 35px;
    overflow: hidden;
}
.l_b2bx2p.l_parag1 p{
    margin-bottom: 0;
}
.l_b2bx2p p{
    height: 110.08px;
    overflow: hidden;
}
.l_b2bx2tit1 {
    margin-top: 10px;
}
.l_b2bx2p {
    margin-top: 15px;
}
.l_b2bx2le {
    width: 190px;
}
.l_b2bx2ri {
    width: calc(100% - 190px);
    padding-left: 90px;
}
.l_b2bx2list .slick-prev, 
.l_b2bx2list .slick-next{
    width: 68px;
    height: 45px;
    background: #fff;
    box-shadow: 0px 0px 45.59px 1.41px rgba(0, 0, 0, 0.1);
    z-index: 193;
}
.l_b2bx2list .slick-prev{
    left:-50px
}
.l_b2bx2list .slick-next{
    right:-50px
}
.l_b2bx2list .slick-prev::after{
    content: "";
    width: 30px;
    height: 11px;
    background: url(../fonts/blackleft.svg) center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.l_b2bx2list .slick-next::after{
    content: "";
    width: 30px;
    height: 11px;
    background: url(../fonts/blackjt.svg) center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* b2-end */
/* c2-start */
.l_c2tabli p{
    font-size: 24px;
    line-height: 1.75;
    color: #28282b;
    transition: all .36s;
    position: relative;
    font-weight: bold;
}
.l_c2tabli p::after{
    content: "";
    width: 0;
    height: 10px;
    background: #ffc80a;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    transition: all .36s;
}
.l_c2tabli.on p::after{
    width: 100%;
}
.l_c2bx1tab {
    margin: 0 -40px;
}
.l_c2tabli {
    padding: 0 40px;
    cursor: pointer;
}
.l_c2bx1bt{
    margin-top: 40px;
}
.l_c2boxs{
    position: relative;
}
.l_c2bg{
    width: 100%;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: -1;
    opacity: .23;
}
.l_c2bg img{
    width: 100%;
}
.l_c2bx1ri{
    width: 55%;
    height:412px;
    overflow: hidden;
}
.l_c2bx1ris{
    width: 100%;
    height: 100%;
    transition: all 1.56s;
    opacity: 0;
}
.l_c2bx1wzs1.slick-current .l_c2bx1ris {
    animation: widthk 4.6s ease 1;
    -webkit-animation: widthk 4.6s ease 1;
    opacity: 1;
} 
@keyframes widthk {
    0% {
        width: 0%;
        opacity: 0;
    }
    30% {
        width: 100%;
        opacity: 1;
    }
    70% {
        width: 100%;
        opacity: 1;
    }
    100% {
        width: 0%;
        opacity: 0;
    }
} 
.l_c2bx1img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.l_c2bx1img img{
    width: 100%;
    height: 100%;
    transition: all .36s;
}
.l_c2bx1video video{
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.l_c2bx1ris.on .l_c2bx1sp{
    display: none;
}
.l_c2bx1list{
    background: #fff;
    box-shadow: 0px 0px 15.75px 5.25px rgb(0 0 0 / 4%);
    padding: 66px 70px;
    margin-top: 36px;
}
.l_c2bx1sz p{
    font-size: 18px;
    line-height: 1.75;
    color: #999999;
}
.l_sybx2ti1 p{
    color: #666666;
    font-family: "Montserrat" !important;
    line-height: 1.75;
    font-size: 18px;
}
.l_sybx2ti2{
    font-size: 18px;
    line-height: 1.75;
    color: #999999;
}
.l_c2bx1sz{
    padding-bottom: 12px;
    /* border-bottom: 1px solid #eeeeee; */
}
.l_c2bx1wzs1{
    padding-top: 85px;
    border-top: 1px solid #eee;
    position: relative;
}
.l_c2bx1wzs1::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #ffc80a;
}
.l_c2bx1wzs1.slick-current::after {
    width: 100%;
    animation: mymove 3s linear forwards;
}
@keyframes mymove {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.l_c2bx1wzs1.slick-current {
    -webkit-animation: fadeInLeft 1.6s ease both;
    animation: fadeInLeft 1.6s ease both;
    /* animation-delay: 0.8s; */
}
.l_c2bx1le {
    width: calc(100% - 55%);
    padding-right: 108px;
    padding-top: 32px;
}
.l_c2bx1tit h4{
    font-weight: bold;
    line-height: 1.75;
}
.l_c2bx1p {
    margin-top: 26px;
}
.l_c2bx2lbs{
    padding: 0 80px;
}
.l_c2bx2lb1 .slick-list{
    padding-bottom: 20px;
}
.l_c2bx2lb1{
    width: 100%;
    margin: 0 -23px;
}
.l_c2bx2li.on{
    display: block;
}
.l_c2bx2li{
    width: 33.333333%;
    padding: 0 23px;
    display: none;
}
.l_c2bx2lis{
    width: 100%;
    background: #fff;
    border: 1px solid #ebeef1;
    position: relative;
    text-align: center;
    /* padding: 68px 0; */
}
.l_c2bx2lis::after{
    content: '';
    display: block;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 16px solid transparent;
    width: 0;
    height: 0;
    transition: all .36s;
    border-top-color: #232630;
    opacity: 0;
}
.l_c2bx2lis::before {
    content: '';
    width: 100%;
    height: 100%;
    border: 5px solid transparent;
    top: 0;
    left: 0;
    border-radius: 0;
    position: absolute;
    transition: all .36s;
}
.l_c2bx2liimg{
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.l_c2bx2liimg img{
    width: 100%;
    height: 100%;
    transition: all .36s;
}
.l_c2bx2li.slick-current .l_c2bx2lis::before{
    border: 5px solid #232630;
    z-index: 10;
}
.l_c2bx2li.slick-current .l_c2bx2lis::after{
    opacity: 1;
}
.l_c2bx2tit h3{
    font-weight: bold;
    line-height: 1.75;
    color: #333;
}
.l_c2bx1info p{
    font-size: 16px;
    line-height: 1.75;
    color: #666666;
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
}
.l_c2bx1info p::before{
    content: "";
    width: 9px;
    height: 11px;
    background: url(../fonts/b2jt.svg) center / cover no-repeat;
    position: absolute;
    top: 8px;
    left: 0;
}
.l_c2bx2p p{
    font-size: 16px;
    line-height: 1.75;
    color: #666666;
}
.l_c2bx2p{
    margin-top: 10px;
    margin-bottom: 35px;
}
.l_c2bx2lb2 {
    margin-top: 78px;
    width: 100%;
}
.l_c2bx2lb2s {
    width: 100%;
}
.l_c2bx2ri {
    width: 554px;
}
.l_c2bx2le {
    width: calc(100% - 554px);
    padding-right: 40px;
}
.l_c2bx2rilb1{
    width: 100%;
}
.l_c2bx1limg1.on{
    display: block;
}
.l_c2bx1limg1 {
    width: 100%;
    display: none;
}
.l_c2bx1limg1 img{
    width: 100%;
}
.l_c2bx2rilb2{
    width: 490px;
    margin: auto;
    position: relative;
    z-index: 10;
    top: -30px;
}
.l_c2bx2rlb{
    width: 100%;
    margin: 0 -5px;
}
.l_c2bx2rilb2s.on{
    display: block;
}
.l_c2bx2rilb2s{
    width: 20%;
    padding: 0 5px;
    display: none;
}
.l_c2bx2rilb2s1{
    width: 100%;
    position: relative;
    cursor: pointer;
}
.l_c2bx2rilb2s img{
    width: 100%;
}
.l_c2bx2rilb2s1::after{
    content: "";
    width: 100%;
    height: 100%;
    border: 4px solid #ffc80a;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .36s;
    opacity: 0;
}
.l_c2bx2rilb2s.slick-current .l_c2bx2rilb2s1::after{
    opacity: 1;
}
.l_c2box2 {
    position: relative;
}
.l_c2box2::after{
    content: "";
    width: 100%;
    height: 1080px;
    background: #f8f8f8;
    position: absolute;
    bottom: -180px;
    left: 0;
    z-index: -1;
}
.l_sybx2btr {
    position: relative;
    width: 57%;
    /* width: 700px; */
    overflow: hidden;
    /* height: 470px; */
}
/* .l_sybx2btr .he_sybx2ig {
    width: 100%;
    height: 100%;
    transition: all 1.56s;
    opacity: 0;
} */
.l_sybx2btl {
    width: calc(100% - 57%);
    padding-right: 78px;
    overflow: hidden;
    margin-top: 80px;
}
.l_sybx2ltp{
    width: 455px;   
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    position: absolute;
    z-index: 1;
    left: 80px;
    top:100px;
}
/* .l_sybx2lb1.on{
    display: block;
}
.l_sybx2lb1 {
    display: none;
} */
.l_sybx2lb1{
    padding: 64px 80px;
}
.l_sybx2nrbot{
    position: relative;
    margin-top: 36px;
}
.l_sybx2lbs{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 50px 0px rgb(0 23 124 / 6%);
}
/* .l_sybx2lb1.slick-current .l_sybx2btlnr {
    -webkit-animation: fadeInLeft 1.6s ease both;
    animation: fadeInLeft 1.6s ease both;
} */
.l_sybx2lb1.slick-current .he_sybx2ig {
    animation: widthk 4.6s ease 1;
    -webkit-animation: widthk 4.6s ease 1;
    opacity: 1;
}
.l_sybx2btlnr{
    position: relative;
    padding-top: 85px;
}
.l_sybx2btlnr::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #ffc80a;
}
.l_sybx2lb1.slick-current .l_sybx2btlnr::after {
    width: 100%;
    animation: mymove 3s linear forwards;
}
@keyframes mymove {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
/* .l_sybx2nrbot1:not(:first-child){
    display: none;
} */
/* c2-end */
/* d1-start */
.l_d1bx1nr{
    padding-left: 60px;
    padding-right: 60px;
}
.l_d1bx1nrs{
    width: 100%;
    position: relative;
}
.l_d1bx1ri {
    width: 45%;
}
.l_d1bx1img{
    width: 100%;
}
.l_d1bx1img img{
    width: 100%;
}
.l_d1bx1le {
    width: calc(100% - 45%);
    padding-right: 64px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.l_d1bx1le .l_sybx1tit h2{
    text-align: left;
}
.l_d1bx1p {
    margin-top: 32px;
}
.l_d1bx2sp{
    width: 100%;
    position: relative;
}
.l_d1bx2sp img{
    width: 100%;
}
.l_d1bx2sp::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
}
.l_d1bx2btn{
    width: 144px;
    position: absolute;
    /* top: 50%; */
    top:170px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.l_d1bx2tp{
    position: relative;
}
.l_d1bx2btn img{
    width: 100%;
}
.l_d1bx2list {
    padding: 0 60px;
    margin-top: 47px;
}
.l_d1bx2li{
    width: 25%;
    padding: 0 35px;
    border-right: 1px solid #e1e0df;
}
.l_d1bx2litit h6{
    font-size: 22px;
    line-height: 1.75;
    color: #333;
    font-weight: bold;
    height: 38.5px;
    overflow: hidden;
}
.l_d1bx2p p{
    font-size: 16px;
    line-height: 1.75;
    color: #999;
    height: 140px;
    overflow: hidden;
}
.l_d1bx2bts{
    margin-top: -230px;
    background: #f5f5f5;
    position: relative;
    padding-top: 50px;
    padding-bottom: 86px;
}
.l_d1bx2p{
    margin-top: 16px;
}
.l_d1bx2list .slick-prev, 
.l_d1bx2list .slick-next{
    width: 68px;
    height: 45px;
    background: #fff;
    box-shadow: 0px 0px 45.59px 1.41px rgb(0 0 0 / 10%);
    z-index: 193;
}
.l_d1bx2list .slick-prev{
    left: -33px;
}
.l_d1bx2list .slick-next{
    right: -33px;
}
.l_d1bx2list .slick-prev::after {
    content: "";
    width: 30px;
    height: 11px;
    background: url(../fonts/blackleft.svg) center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.l_d1bx2list .slick-next::after {
    content: "";
    width: 30px;
    height: 11px;
    background: url(../fonts/blackjt.svg) center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.l_d1bx2bg1{
    width: 100%;
}
.l_d1bx2bg1 img{
    width: 100%;
}
.l_d1bx2btnr{
    position: relative;
    z-index: 1;
}
.l_d1bx2bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.l_d1bx3le .l_sybx1tit h2{
    text-align: left;
}
.l_d1bx3le{
    width: 320px;
}
.l_d1bx3ri{
    width: calc(100% - 320px);
    padding-left: 95px;
}
.l_d1bx3ris{
    width: 100%;
}
.l_d1bx3p {
    margin-top: 30px;
}
.l_d1bx3ris{
    margin: 0 -25px;
}
.l_d1bx3li{
    width: 25%;
    padding: 0 25px;
}
.l_d1bx3lis{
    width: 100%;
}
.l_d1bx3img::after{
    content: "";
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background-color: rgb(238, 238, 238);
    box-shadow: inset 0px 1px 29px 0px rgba(0, 0, 0, 0.13); 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.l_d1bx3img{
    width: 100%;
    position: relative;
}
.l_d1bx3img img{
    width: 100%;
    height: 100%;
    transition: all .36s;
}
.l_d1bx3wz p{
    font-size: 20px;
    line-height: 1.75;
    color: #333;
    height: 70px;
    overflow: hidden;
}
.l_d1bx3wz{
    margin-top: 35px;
}
.l_d1bx3ris .slick-dots li {
    width: 12px;
    height: 12px;
    background-color: #666666;
    margin: 0 5px;
    border: none;
}
.l_d1bx3ris .slick-dots li.slick-active {
    width: 50px;
    border-radius: 6px;
    background-color: #000000;
}
.l_d1bx3ris .slick-dots{
    bottom: -22px;
}
.l_d1bx3ris .slick-list{
    padding-top: 10px;
}
.l_d1bx4p p{
    color: #999;
    height: 110.08px;
    overflow: hidden;
}
.l_d1bx4tit h5{
    font-weight: bold;
    line-height: 1.75;
    height: 42px;
    overflow-x: hidden;
}
.l_d1bx4lile{
    width: 58%;
}
.l_d1bx4img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.l_d1bx4img img{
    width: 100%;
    height: 100%;
    transition: all .36s;
}
.l_d1bx4liri{
    width: calc(100% - 58%);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.08);
}
.l_d1bx4lis{
    position: relative;
}
.l_d1bx4p {
    margin-top: 25px;
}
.l_d1bx4wz{
    padding: 98px 90px 0 80px;
}
.l_d1bx4mr .l_more1{
    margin-top: 80px;
}
.l_d1bx4li a{
    width: 100%;
    display: block;
}
.l_d1bx4bt {
    padding-top: 45px;
    padding-bottom: 205px;
}
.l_d1bx4list .slick-dots li {
    width: 12px;
    height: 12px;
    background-color: #666666;
    margin: 0 5px;
    border: none;
}
.l_d1bx4list .slick-dots li.slick-active {
    width: 50px;
    border-radius: 6px;
    background-color: #000000;
}
.l_d1bx4list .slick-dots{
    bottom: -12px;
}
.l_d1bx4list .slick-list{
    padding-top: 30px;
    padding-bottom: 55px;
}
.l_d1bx4li {
    display: none;
}
.l_d1bx4li.on{
    display: block;
}
.l_d1bx3li{
    display: none;
}
.l_d1bx3li.on{
    display: block;
}
.l_d1bx2li{
    display: none;
}
.l_d1bx2li.on{
    display: block;
}
.l_tanvideo {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
    z-index: 999;
    display: none;
}
.l_vwin {
    position: absolute;
    width: 1200px;
    /* height: 685px; */
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.l_shup1 {
    width: 52px;
}
.l_shup {
    position: absolute;
    width: 46px;
    right: -50px;
    top: -50px;
    cursor: pointer;
}
.l_shup img {
    width: 100%;
}
/* .l_vwin video {
    width: 100%;
    outline: none;
} */
.l_d1box4{
    position: relative;
}
.l_d1box4::after{
    content: "";
    width: 100%;
    height: 576px;
    background: #f8f8f8;
    position: absolute;
    bottom: -150px;
    left: 0;
    z-index: -1;
}
/* d1-end */
/* e1-start */
.l_e1sect .l_sybx1p.l_parag2 p{
    line-height: 2;
    /* margin-bottom: 0; */
}
.l_e1sect .l_sybx1p {
    width: 1080px;
}
.l_e1box2{
    background: #f7f8fa;
}
.l_e1bx2lile {
    width: 50%;
}
.l_e1bx2img{
    width: 100%;
    position: relative;
}
.l_e1bx2img img{
    width: 100%;
    height: 100%;
}
.l_e1bx2ri{
    width: 50%;
    padding-left: 155px;
    padding-right: 155px;
}
.l_e1bx2tit h4{
    font-weight: bold;
    line-height: 1.75;
}
.l_e1bx2p p{
    margin-bottom: 0;
}
.l_e1bx2sz p{
    font-size: 160px;
    line-height: 1.5;
    color:rgba(40,40,43,.05);
    font-family: "Arial" !important;
    font-weight: bold;
}
.l_e1bx2p {
    margin-top: 20px;
    position: relative;
    z-index: 10;
}
.l_e1bx2tit {
    position: relative;
    display: inline-block;
}
.l_e1bx2sz {
    position: absolute;
    top: -118px;
    right: -240px;
}
.l_e1bx2li{
    margin-bottom: 114px;
    position: relative;
    display: flex;
    align-items: center;
}
.l_e1bx2li:last-child{
    margin-bottom: 70px;
}
.l_e1bx2li.on{
    flex-direction: row-reverse;
}
.l_e1bx2list{
    margin-top: 95px;
}
.l_e1bx2li.on .l_e1bx2ri{
    padding-left: 96px;
    padding-right: 236px;
}
/* e1-end */
/* f1-start */
.l_f1sect{
    background: #f8f8f8;
}
.l_f1bx1p p{
    font-size: 20px;
    line-height: 1.75;
    color: #333333;
}
.l_f1box1 {
    position: relative;
    overflow: hidden;
}
.l_f1bx1bg{
    position: absolute;
    top: 75px;
    left: 0;
    width: 680px;
}
.l_f1bx1bg img{
    width: 100%;
}
.l_f1bx1nr {
    position: relative;
    z-index: 10;
}
.l_f1bx1le {
    width: 340px;
}
.l_f1bx1p {
    width: calc(100% - 340px);
    padding-left: 110px;
}
.l_f1box3{
    height: 542px;
    position: relative;
}
.l_f1box3::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    position: absolute;
    top: 0;
    left: 0;
}
.l_f1bx3btn{
    width: 144px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    cursor: pointer;
    transition: all .36s;
    display: none;
}
.l_f1bx3btn img{
    width: 100%;
}
.l_f1box3.on .l_f1bx3btn{
    display: block;
}
.l_con1200{
    width: 1200px;
    margin: auto;
}
.l_f1bx2tit h3{
    color: #333333;
    line-height: 1.75;
    font-weight: bold;
}
.l_f1bx2p p{
    font-size: 20px;
    line-height: 1.75;
    color: #ffc80a;
}
.l_f1box2{
    background: #fff;
    padding: 75px 0;
}
.l_f1bx2p1 {
    margin-top: 36px;
}
.l_f1bx2p1 p{
    line-height: 2;
    margin-bottom: 15px;
}
.l_f1bx4ri{
    width: 56%;
}
.l_f1bx4le{
    width: calc(100% - 56%);
    padding-right: 65px;
}
.l_f1bx4img{
    width: 100%;
    position: relative;
}
.l_f1bx4img img{
    width: 100%;
    height: 100%;
}
.l_f1bx4p {
    margin-top: 38px;
}
.l_f1bx4p p{
    line-height: 2;
}
.l_f1bx4lis {
    display: flex;
    align-items: center;  
}
.l_f1bx4li {
    position: relative;
    padding: 100px 0;
    background: #fff;
    margin-top: 46px;
}
.l_f1bx4li.on .l_f1bx4lis {
    flex-direction: row-reverse;
}
.l_f1bx4li.on .l_f1bx4le{
    padding-right: 0;
    padding-left: 50px;
}
.l_f1bx4li:last-child{
    padding-bottom: 200px;
}
/* f1-end */
/* f2-start */
.l_f2bx1bt{
    margin-top: 80px;
    position: relative;
}
.l_f2bx1bt img{
    width: 100%;
}
.l_f2bx1bt1{
    position: absolute;
    top: 0;
    left: 0;
}
.l_f2sect .l_b2box1 .l_parag2 p{
    line-height: 2;
    margin-bottom: 0;
}
.l_f2sect .l_b2bx1nr{
    position: relative;
    z-index: 10;
}
.l_f2sect .l_b2box1{
    position: relative;
}
.l_f2sect .l_b2box1.l_space1{
    padding-bottom: 90px;
}
.l_f2bg{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.l_f2bg img{
    width: 100%;
}
.l_f2box2{
    padding-top: 114px;
    padding-bottom: 90px;
    background: #333333;
    position: relative;
    overflow: hidden;
}
.l_f2bx2bg{
    width: 100%;
    position: absolute;
    top: -140px;
    left: 50%;
    transform: translateX(-50%);
}
.l_f2bx2bg img{
    width: 100%;
}
.l_f2bx2p p{
    font-size: 20px;
    line-height: 1.75;
    color: #999999;
    text-align: center;
}
.l_f2bx2tit h4{
    font-size: 32px;
    line-height: 1.75;
    color: #fff;
    font-weight: bold;
}
.l_f2bx2li{
    width: 50%;
    padding: 0 55px;
    margin-bottom: 50px;
}
.l_f2bx2list{
    margin: 0 -55px;
}
.l_f2bx2p1 p{
    font-size: 50px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    position: relative;
}
.l_f2bx2p1 p::after{
    content: "";
    width: 100%;
    height: 10px;
    background: #ffc80a;
    position: absolute;
    bottom: 13px;
    left: 0;
    z-index: -1;
}
.l_f2bx2p2 p{
    font-size: 16px;
    line-height: 1.75;
    color: #666666;
}
.l_f2bx2le {
    width: calc(100% - 48%);
    padding-right: 155px;
}
.l_f2bx2ri {
    width: 48%;
}
.l_f2bx2img{
    width: 100%;
}
.l_f2bx2img img{
    width: 100%;
}
.l_f2bx2p1 {
    width: 140px;
    position: relative;
    z-index: 1;
}
.l_f2bx2lis {
    position: relative;
}
.l_f2bx2p2 {
    width: calc(100% - 140px);
    position: absolute;
    bottom: 15px;
    right: 0;
}
.l_f2bx2bt {
    margin-top: 92px;
    padding-left: 62px;
}
.l_f2bx2tit{
    margin-bottom: 68px;
}
.l_f2bx2p{
    width: 1190px;
    margin: auto;
    position: relative;
    z-index: 20;
}
.l_f2bx2nr {
    position: relative;
    z-index: 10;
}
.l_f2bx3p {
    margin-top: 30px;
}
.l_f2bx3p.l_parag1 p{
    line-height: 2;
    margin-bottom: 0;
}
.l_f2bx3nr{
    padding-left: 42px;
    padding-right: 42px;
}
.l_f2bx3bt{
    width: 100%;
    margin-top: 45px;
}
.l_f2bx3list{
    margin: 0 -27px;
}
.l_f2bx3li{
    width: 50%;
    padding: 0 27px;
    display: none;
}
.l_f2bx3li.on{
    display: block;
}
.l_f2bx3img{
    width: 100%;
    position: relative;
}
.l_f2bx3img img{
    width: 100%;
    height: 100%;
}
.l_f2bx3jt{
    width: 68px;
    height: 45px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 45.59px 1.41px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
}
.l_f2bx3jt::after{
    content: "";
    width: 30px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.l_f2bx3prev::after{
    background:url(../fonts/blackleft.svg) center / cover no-repeat;
}
.l_f2bx3next::after{
    background:url(../fonts/blackjt.svg) center / cover no-repeat;
}
.l_f2bx3jts {
    margin-top: 58px;
}
.l_f2bx4wz{
    width: 604px;
    padding-left: 42px;
}
.l_f2box4{
    height: 734px;
    position: relative;
}
.l_f2bx4nr{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.l_f2box4 .l_sybx1tit h2{
    text-align: left;
}
.l_f2bx4p{
    margin-top: 40px;
}
.l_f2bx4p.l_parag1 p{
    line-height: 2;   
    margin-bottom: 22px;
}
.l_f2bx5tbli p{
    font-size: 26px;
    line-height: 1.75;
    color: #333333;
    font-weight: bold;
    position: relative;
    z-index: 1;
    cursor: pointer;
    height: 45.5px;
    overflow: hidden;
}
.l_f2bx5tbli p::after{
    content: "";
    width: 100%;
    height: 10px;
    background: #ffc80a;
    position: absolute;
    bottom: 8px;
    left: 0;
    z-index: -1;
}
.l_f2box5{
    margin-top: -90px;
    position: relative;
    padding-bottom: 54px;
}
.l_f2bx5tbli{
    padding: 23px 40px;
}
.l_f2bx5tab{
    /* margin: 0 -40px; */
    background: #fff;
    display: inline-block;
}
.l_f2bx5tit1 h5{
    font-weight: bold;
    line-height: 1.75;
}
.l_f2bx5tit1{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}
.l_f2bx5bt{
    margin-top: 45px;
}
.l_f2bx5img{
    width: 100%;
}
.l_f2bx5img img{
    width: 100%;
}
.l_f2bx5nrp {
    margin-top: 38px;
}
.l_f2bx5li:not(:first-child){
    display: none;
}
.l_f2bx5linr{
    margin-top: 68px;
}
.l_f2bx5linr2,
.l_f2bx5list2{
    width: 100%;
}
.l_f2bx5img1{
    width: 100%;
    position: relative;
}
.l_f2bx5img1 img{
    width: 100%;
    height: 100%;
}
/* .l_f2bx5list2{
    margin: 0 -23px;
} */
.l_f2bx5li2{
    width: 50%;
    padding: 0 23px;
    margin-bottom: 40px;
}
/* .l_f2bx5linr2{
    margin-top: 42px;
} */
.l_f2bx5wz {
    margin-top: 28px;
}
.l_f2bx5wz p{
    padding-left: 20px;
    position: relative;
    height: 82.56px;
    overflow: hidden;
}
.l_f2bx5wz p::before{
    content: "";
    width: 7px;
    height: 7px;
    background: #ffc80a;
    position: absolute;
    top: 10px;
    left: 0;
}
/* f2-end */
/* g1-start */
.l_g1box1{
    background: #f8f8f8;
    padding-top: 70px;
    padding-bottom: 76px;
}
.l_g1bx1p p{
    text-align: center;
    margin-bottom: 32px;
}
.l_g1bx1p p:last-child{
    margin-bottom: 0;
}
.l_g1bx1p {
    width: 1060px;
    margin: auto;
    margin-top: 44px;
}
.l_g1bx2ics{
    text-align: center;
}
.l_g1bx2ic{
    width: 57px;
    display: inline-block;
    position: relative;
}
.l_g1bx2ic img{
    width: 100%;
    height: 100%;
}
.l_g1bx2wz p{
    font-size: 18px;
    line-height: 1.75;
    color:#333333;
    font-weight: bold;
}
.l_g1bx2list{
    margin: 36px -90px 80px;
}
.l_g1bx2li{
    width: 25%;
    padding: 0 90px;
}
.l_g1bx2lis{
    width: 100%;
    text-align: center;
}
.l_g1bx2wz{
    height: 63px;
    overflow: hidden;
    margin-top: 16px;
}
.l_g1bx2nr {
    padding-left: 60px;
    padding-right: 60px;
}
.l_g1bx2list2{
    margin: 0 -9px;
}
.l_g1bx2li2{
    width: 50%;
    padding: 0 9px;
}
.l_g1bx2li2s{
    padding: 38px 70px 40px 65px;
    border: 2px solid #eee;
}
.l_g1bx2ic2{
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.l_g1bx2ic2 img{
    width: 100%;
    height: 100%;
}
.l_g1bx2wz2{
    width: calc(100% - 50px);
    padding-left: 50px;
}
.l_g1bx2wz2 p{
    margin-bottom: 0;
    line-height: 2;
    height: 96px;
    overflow: hidden;
}
.l_g1bx2li2s1 {
    position: relative;
}
.l_g1bx3lip1 span{
    font-size: 40px;
    font-family: "Montserrat" !important;
    font-weight: bold;
    padding-right: 10px;
}
.l_g1bx3lip1 p{
    font-size: 14px;
    line-height: 1.75;
    color: #ffc80a;
}
.l_g1bx3lip2 p{
    font-size: 20px;
    color: #999;
    line-height: 1.75;
    height: 35px;
    overflow: hidden;
}
.l_g1bx3list{
    margin: 0 -87px;
    margin-top: 60px;
}
.l_g1bx3li{
    width: 20%;
    padding: 0 87px;
}
.l_g1bx3lip2{
    margin-top: 10px;
}
.l_g1bx3bt{
    position: relative;
    height: 700px;
    margin-top: 60px;
}
.l_g1bx3bt::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(6,6,6,.3);
    position: absolute;
    top: 0;
    left: 0;
}
.l_g1bx3list2 {
    position: relative;
    z-index: 10;
    height: 100%;
}
.l_g1bx3li2{
    width: 25%;
    border-right: 1px solid #999;
    height: 100%;
    position: relative;
}
.l_g1bx3li2s{
    width: 100%;
    padding-left: 36px;
    padding-right: 56px;
    position: absolute;
    bottom: 75px;
    z-index: 20;
}
.l_g1bx3li2p p{
    font-size: 16px;
    line-height: 2;
    color: #fff;
    height: 64px;
    overflow: hidden;
}
.l_g1bx3tit2 h5{
    font-weight: bold;
    line-height: 1.75;
    height: 42px;
    overflow: hidden;
}
.l_g1bx3tit2 {
    margin-bottom: 32px;
}
.l_g1bx3li2p {
    margin-bottom: 20px;
}
.l_g1bx3li2p:last-child{
    margin-bottom: 0;
}
.l_g1bx3li2::after{
    content:"";
    width: 100%;
    height: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .9), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .36s;
}
.l_g1box5{
    position: relative;
    height: 630px;
}
.l_g1box5::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(40,40,43,.2);
    position: absolute;
    top: 0;
    left: 0;
}
.l_g1box5::before{
    content:"";
    width: 45%;
    height: 47%;
    background: rgba(40,40,43,.9);
    position: absolute;
    bottom: 0;
    left: 0;
}
.l_g1bx5tit h2{
    font-size: 40px;
    line-height: 1.75;
    color: #fff;
    font-weight: bold;
}
.l_g1bx5nr{
    position: absolute;
    z-index: 10;
    bottom: 90px;
    left: 382px;
}
.l_g1bx6list .l_g1bx2wz h6{
    font-size: 18px;
    line-height: 1.75;
    color: #333;
    font-weight: bold;
    height: 31.5px;
    overflow: hidden;
}
.l_g1bx6list .l_g1bx2wz p{
    font-size: 16px;
    line-height: 1.75;
    color: #bec3c7;
    height: 56px;
    overflow: hidden;
    font-weight: inherit;
    margin-top: 10px;
}
.l_g1bx6nr {
    padding-left: 60px;
    padding-right: 60px;
}
.l_g1bx6list .l_g1bx2wz{
    height: auto;
}
.l_g1bx6list .l_g1bx2list {
    margin: 36px -90px 62px;
}
.l_g1box6.l_space1{
    padding-bottom: 54px;
}
.l_g1box7{
    height: 430px;
    position: relative;
}
.l_g1bx7p p{
    font-size: 24px;
    line-height: 1.75;
    color: #fff;
    text-align: center;
}
.l_g1bx7nr{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.l_g1bx7p{
    margin-top: 25px;
}
.l_g1bx8info_box{
    width: 530px;
    border-radius: 10px;
    background: #fff;
    margin-top: 80px;
}
.l_g1bx8tit h5{
    font-size: 26px;
    line-height: 1.75;
    color: #333333;
    font-weight: bold;
}
.l_g1bx8name p{
    font-size: 18px;
    line-height: 1.75;
    color: #333333;
    font-weight: bold;
    height: 31.5px;
    overflow: hidden;
}
.l_g1bx8_phone a{
    font-size: 18px;
    line-height: 1.75;
    color: #666666;
}
.l_g1box8 .l_sybx1tit h2{
    text-align: left;
}
.l_g1bx8icon{
    width: 38px;
    position: relative;
}
.l_g1bx8icon img{
    width: 100%;
    height: 100%;
}
.l_g1bx8name{
    width: 84px;
    padding-left: 26px;
}
.l_g1bx8_phone{
    width: calc(100% - 84px - 38px);
    padding-left: 20px;
}
.l_g1bx8list{
    margin-top: 32px;
}
.l_g1bx8li{
    margin-bottom: 24px;
}
.l_g1bx8li:last-child{
    margin-bottom: 0;
}
.l_g1box8{
    background: #f8f8f8;
    position: relative;
    z-index: 1;
    overflow: hidden;   
    padding-top: 150px;
    padding-bottom: 265px;
}
.l_g1bx8infos{
    padding: 40px 40px 40px 90px;
}
.l_g1bx8dh{
    margin-bottom: 15px;
}
.l_g1bx8dh:last-child{
    margin-bottom: 0;
}
.l_g1bx8map{
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.l_g1bx8img{
    width: 100%;
}
.l_g1bx8img img{
    width: 100%;
}
.l_g1bx8quan{
    width: 28px;
    position: absolute;
    left: 48%;
    top: 46%;
}
.l_point{
    width: 100%;
    position: relative;
    z-index: 10;
}
.l_point img{
    width: 100%;
}
.l_b1k5fang {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* z-index: -1; */
}
.l_b1k5fang::before {
    width: 0;
    height: 0;
    border: 1px solid #dadbdb;
    background: rgba(0,0,0,.1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .36s;
    overflow: visible;
    border-radius: 50%;
    animation-name: page-loader-ripple2;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    z-index: -1;
    content: '';
    animation-delay: 1s;
    animation-timing-function: linear;
}
.l_b1k5fang::after {
    content: '';
    width: 0;
    height: 0;
    border: 1px solid #dadbdb;
    background: rgba(0,0,0,.1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .36s;
    overflow: visible;
    border-radius: 50%;
    animation-name: page-loader-ripple2;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    z-index: -1;
    content: '';
    animation-delay: 2s;
    animation-timing-function: linear;
}
.l_b1k5fang.l_b1k5fang2::before {
    animation-delay: 3s;
}
.l_b1k5fang.l_b1k5fang2::after {
    animation-delay: 4s;
}
.l_b1k5fang.l_b1k5fang3::before {
    animation-delay: 5s;
}
.l_b1k5fang.l_b1k5fang3::after {
    animation-delay: 6s;
}
@keyframes page-loader-ripple2 {
    0% {
      width: 28px;
      height: 28px;
      opacity: 0.3;
    }
    100% {
        width: 120vw;
        height: 120vw;
      opacity: 0;
    }
}
.l_g1bx4ri{
    width: 61%;
}
.l_g1bx4lb{
    width: 100%;
}
.l_g1bx4img.on{
    display: block;
}
.l_g1bx4img{
    width: 100%;
    position: relative;
    display: none;
}
.l_g1bx4img img{
    width: 100%;
    height: 100%;
}
.l_g1bx4le{
    width: calc(100% - 61%);
    padding-right: 90px;
    margin-top: 110px;
}
.l_g1box4{
    padding-top: 144px;
    padding-bottom: 260px;
}
.l_g1bx4nr{
    position: relative;
}
.l_g1bx4wz{
    width: 53%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 31px 0px rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: -85px;
}
.l_g1bx4wz.l_parag2 p{
    margin-bottom: 0;
    line-height: 2;
}
.l_g1bx4wzs{
    padding: 70px 58px 85px;
}
.l_g1bx4lb .slick-dots li{
    width: 10px;
    height: 10px;
    border: none;
    background: rgba(40,40,43,.3);
    margin: 0 5px;
}
.l_g1bx4lb .slick-dots li.slick-active{
    width: 40px;
    background: #28282b;
    border-radius: 5px;
}
.l_g1bx4lb .slick-dots {
    bottom: -45px;
    text-align: right;
}
/* g1-end */
/* h1-start */
.l_h1bx1tit1 h2{
    font-size: 56px;
    line-height: 1.5;
    color: rgba(51,51,51,.1);
    font-weight: bold;
}
.l_h1box1 .l_sybx1tit h2{
    text-align: left;
}
.l_h1bx1li{
    width: 50%;
    position: relative;
    overflow: hidden;
}
.l_h1bx1li1{
    background: #323636;
}
.l_h1bx1p p{
    font-size: 16px;
    line-height: 1.75;
    color: #989898;
    height: 28px;
    overflow: hidden;
    font-weight: bold;
}
.l_h1bx1li2 .l_h1bx1p p{
    color: #333333;
}
.l_h1bx1litit{
    margin-top: 10px;
}
.l_h1bx1litit h3{
    line-height: 1.75;
    font-weight: bold;
    height: 126px;
    overflow: hidden;
}
.l_h1bx1lis{
    padding: 132px 90px 125px;
    position: relative;
    z-index: 1;
}
.l_h1bx1list{
    margin-top: 58px;
    position: relative;
}
.l_h1bx1li2{
    background: #ffc80a;
}
.l_h1bx1li2 .l_h1bx1litit h3{
    color: #333333;
}
.l_h1bx1bg{
    position: absolute;
    width: 830px;
    bottom: -85px;
    left: 0;
    opacity: 0.15;
}
.l_h1bx1bg img{
    width: 100%;
}
.l_h1bx1li1 .l_h1bx1bg{
    display: none;
}
.l_h1bx1ic{
    width: 72px;
    /* width: 27px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.l_h1bx1ic img{
    width: 100%;
}
/* .l_h1bx1ic::after{
    content:"";
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
} */
.l_h1bx2p.l_parag1 p{
    color: #000000;
    line-height: 2;
}
.l_h1box2 .l_sybx1tit h2{
    text-align: left;
}
.l_h1bx2nrs{
    width: 314px;
}
.l_h1bx2p {
    margin-top: 10px;
}
.l_h1bx2jts .l_f2bx3jts {
    margin-top: 65px;
}
.l_h1box2{
    position: relative;
    /* overflow: hidden; */
}
.l_h1box2::after{
    content: "";
    width: 75%;
    height: 100%;
    background: #f8f8f8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.l_h1bx2nr {
    position: relative;
    z-index: 1;
}
.l_h1bx2bg{
    position: absolute;
    width: 1498px;
    top: -26px;
    left: -566px;
    opacity: 0.04;
}
.l_h1bx2bg img{
    width: 100%;
}
.l_h1bx2list{
    margin: 0 -48px;
}
.l_h1bx2li.on{
    display: block;
}
.l_h1bx2li{
    width: 33.333333%;
    padding: 0 48px;
    display: none;
}
.l_h1bx2lis{
    width: 100%;
}
.l_h1bx2lb{
    width: 66%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.07);
    position: absolute;
    top: 160px;
    right: 0;
    z-index: 1;
}
.l_h1bx2ics{
    text-align: center;
}
.l_h1bx2ic{
    width: 50px;
    position: relative;
    display: inline-block;
}
.l_h1bx2ic img{
    width: 100%;
    height: 100%;
}
.l_h1bx2tit h5{
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
    height: 42px;
    overflow: hidden;
}
.l_h1bx2lip.l_parag1 p{
    line-height: 1.75;
    margin-bottom: 0;
    height: 84px;
    overflow: hidden;
}
.l_h1bx2lbs{
    padding: 90px 104px 155px;
}
.l_h1bx2tit {
    margin-top: 44px;
}
.l_h1bx2lip {
    margin-top: 18px;
}
.l_h1bx3p p{
    text-align: center;
}
.l_h1bx2s {
    position: relative;
    overflow: hidden;
}
.l_h1bx3li{
    width: 14.285714%;
    border-right: 2px solid rgba(0,0,0,.1);
    height: 100%;
    position: relative;
}
.l_h1bx3lis{
    width: 100%;
    padding: 0 30px;
    position: absolute;
    bottom: -125px;
    transition: all .36s;
}
.l_h1bx3bt{
    height: 779px;
    position: relative;
    overflow: hidden;
    margin-top: 62px;
}
.l_h1bx3bt::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(6,6,6,.5);
    position: absolute;
    top: 0;
    left: 0;
}
.l_h1bx3litit h5{
    line-height: 1.75;
    font-weight: bold;
    margin-bottom: 50px;
    transition: all .36s;
    height: 42px;
    overflow: hidden;
}
.l_h1bx3p2.l_parag1 p{
    line-height: 1.75;
    color: #fff;
}
.l_h1bx3list {
    position: relative;
    z-index: 1;
    height: 100%;
}
.l_h1bx3li::after{
    content: "";
    width: 100%;
    height: 0;
    background: rgba(0,0,0,.35);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all .36s;
}
.l_h1bx3nr{
    padding-top: 80px;
}
.l_h1bx3p {
    margin-top: 22px;
}
.l_h1box3.l_space1{
    padding-bottom: 0;
}
.l_h1box4{
    background: #f8f8f8;
}
.l_h1bx4nr {
    position: relative;
}
.l_h1bx4bg{
    position: absolute;
    top: 36%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}
.l_h1bx4bg1,.l_h1bx4bg2 {
    width: 108px;
    position:absolute;
}
.l_h1bx4bg1 img,.l_h1bx4bg2 img{
    width: 100%;
}
.l_h1bx4bg1{
    left: 70px;
}
.l_h1bx4bg2{
    right: 70px;
}
.l_h1bx4zws{
    position: relative;
    z-index: 20;
}
.l_h1bx4zw{
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 70px 255px 100px;
}
.l_h1bx4tit h4{
    font-size: 22px;
    line-height: 1.75;
    color: #333;
    text-align: center;
}
.l_h1bx4p.l_parag1 p{
    color: #999;
    text-align: center;
}
.l_h1box4 .l_sybx1tit {
    position: relative;
    padding-bottom: 18px;
}
.l_h1box4 .l_sybx1tit::after{
    content: "";
    width: 30px;
    height: 4px;
    background: #ffc80a;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.l_h1bx4p {
    margin-top: 16px;
}
.l_h1bx4tit{
    margin-top: 22px;
}
.l_h1bx5nr .l_sybx1tit h2{
    text-align: left;
}
.l_h1bx5tp{
    width: 480px;
    padding-left: 20px;
}
.l_h1bx5p.l_parag1 p{
    line-height: 2;
}
.l_h1bx5p {
    margin-top: 12px;
}
.l_h1bx5le{
    width: 50%;
    margin-top: 45px;
}
.l_h1bx5ri{
    width: 50%;
    padding-left: 30px;
}
.l_h1bx5list{
    width: 100%;
}
.l_h1bx5li{
    width: 100%;
    margin-bottom: 28px;
    position: relative;
}
.l_h1bx5img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.l_h1bx5img img{
    width: 100%;
    height: 100%;
    transition: all .36s;
}
.l_h1bx5li:last-child{
    margin-bottom: 0;
}
.l_h1bx5bt{
    margin-top: 116px;
}
.l_h1bx5ri .l_h1bx5li{
    margin-bottom: 42px;
}
.l_h1bx5wz h5{
    font-weight: bold;
    line-height: 1.75;
    height: 42px;
    overflow: hidden;
}
.l_h1bx5wz p{
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
    height: 27.52px;
    overflow: hidden;
}
.l_h1bx5wz{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 45px;
    padding: 0 44px;
    z-index: 10;
}
.l_h1bx5li::after{
    content: "";
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, .9), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .36s;
}
.l_h1bx6time p{
    font-size: 14px;
    color: #999;
    line-height: 1.75;
    font-family: "Helvetica CE 35 Thin" !important;
}
.l_h1bx6kind p{
    font-size: 14px;
    color: #999;
    line-height: 1.75;
}
.l_h1bx6kind{
    padding-left: 10px;
}
.l_h1bx6tit1 h6{
    font-weight: bold;
    line-height: 1.75;
}
.l_h1bx6p p{
    margin-bottom: 0;
    margin-top: 24px;
    opacity: 0.8;
}
.l_h1bx6ri {
    width: 65%;
}
.l_h1bx6img{
    width: 100%;
}
.l_h1bx6img img{
    width: 100%;
}
.l_h1bx6le {
    width: calc(100% - 65%);
    padding-right: 50px;
}
.l_h1box6 .l_h1bx5p p{
    text-align: center;
}
.l_h1box6{
    position: relative;
}
.l_h1box6::after{
    content: "";
    width: 66%;
    height: 616px;
    background: #f8f8f8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.l_h1bx6mid {
    margin-top: 65px;
}
.l_h1bx6tit1 {
    position: relative;
    padding-bottom: 24px;
}
.l_h1bx6tit1::after{
    content: "";
    width: 80px;
    height: 2px;
    background: #ffc80a;
    position: absolute;
    left: 0;
    bottom: 0;
}
.l_h1bx6more{
    width: 148px;
    background: #28282b;
    margin-top: 56px;
}
.l_h1bx6more a{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    display: block;
}
.l_h1bx6list{
    margin: 0 -40px;
}
.l_h1bx6li{
    width: 33.333333%;
    padding: 0 40px;
}
.l_h1bx6li .l_h1bx6le{
    width: 100%;
    padding-right: 0;
}
.l_h1bx6li .l_h1bx6tit1::after{
    display: none;
}
.l_h1bx6li .l_h1bx6tit1 h6{
    height: 35px;
    overflow: hidden;
}
.l_h1bx6li .l_h1bx6tit1 {
    padding-bottom: 0;
}
.l_h1bx6li .l_h1bx6p p{
    margin-top: 30px;
    height: 82.56px;
    overflow: hidden;
}
.l_h1bx6lis{
    border-bottom: 2px solid #eee;
    padding-bottom: 44px;
    position: relative;
}
.l_h1bx6lis::after{
    content: "";
    width: 0;
    height: 2px;
    background: #ffc80a;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .36s;
}
.l_h1bx6li a{
    width: 100%;
    display: block;
    position: relative;
}
.l_gimg {
    position: absolute;
    z-index: -1;
    /* display: none;
    pointer-events: none; */
}
.l_in1s1_gimg {
    width: 400px;
}
.l_in1s1_gimg img{
    width: 100%;
    height: 100%;
}
.l_gimg.on {
    position: fixed;
}
.l_h1bx6bt{
    margin-top: 85px;
}
.l_h1bx6more1 .l_more1{
    width: 182px;
    background: #28282b;
    display: inline-block;
    margin-top: 75px;
}
.l_h1bx6more1 .l_more1p p{
    line-height: 48px;
    color: #ffffff;
}
.l_h1bx6more1 .l_moreicon{
    line-height: 48px;
    top: 0;
}
.l_h1bx6more1{
    text-align: center;
}
.l_more1s a{
    display: block;
    padding: 0 20px;
}
/* h1-end */
/* h3-start */
.l_h3bx1bt{
    margin-top: 55px;
}
.l_h3bx1li{
    margin-bottom: 45px;
}
.l_h3box2{
    background: #f8f8f8;
}
.l_h3bx2li p{
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    font-weight: bold;
    position: relative;
    display: inline-block;
    z-index: 10;
}
.l_h3bx2li p::after{
    content: "";
    width: 100%;
    height: 8px;
    background: #ffc80a;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: -1;
}
.l_h3bx2le {
    width: 41%;
}
.l_h3bx2img{
    width: 100%;
}
.l_h3bx2img img{
    width: 100%;
}
.l_h3bx2ri{
    width: calc(100% - 41%);
    padding-left: 110px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.l_h3bx2ri .l_sybx1tit h2{
    text-align: left;
}
.l_h3bx2p{    
    margin-top: 36px;
}
.l_h3bx2p.l_parag1 p{
   line-height: 2;
   margin-bottom: 0;
}
.l_h3bx2list{
    margin-top: 36px;
}
.l_h3bx2li{
    margin-bottom: 40px;
}
.l_h3bx2li:last-child{
    margin-bottom: 0;
}
.l_h3bx2nrs {
    position: relative;
}
.l_h3bx3list{
    margin: 0 -80px;
}
.l_h3bx3li{
    width: 25%;
    padding: 0 80px;
    border-right: 1px solid #eee;
}
.l_h3bx3tit1 h5{
    font-weight: bold;
    line-height: 1.75;
    height: 42px;
    overflow: hidden;
}
.l_h3bx3p {
    margin-top: 16px;
    padding-bottom: 20px;
}
.l_h3bx3p.l_parag1 p{
    line-height: 2;
    height: 96px;
    overflow: hidden;
    margin-bottom: 0;
}
.l_h3bx3sz p{
    font-size: 50px;
    line-height: 1.5;
    color: #ffc80a;
    opacity: 0.5;
    font-family: "Montserrat" !important;
    font-weight: bold;
}
.l_h3bx3lis{
    position: relative;
}
.l_h3bx3sz{
    position: absolute;
    top: -28px;
    right: -45px;
    z-index: -1;
}
.l_h3bx3tit2 {
    display: inline-block;
}
.l_h3bx3tit1 {
    position: relative;
    display: inline-block;
}
.l_h3bx3bt{
    margin-top: 65px;
}
.l_h3bx4p p{
    line-height: 2;
    color: #fff;
}
.l_h3bx4list{
    margin: 0 -70px;
}
.l_h3bx4li{
    width: 33.333333%;
    padding: 0 70px;
}
.l_h3bx4sz p{
    font-size: 40px;
    line-height: 1.75;
    color: #ffc80a;
    font-weight: bold;
    font-family: "Montserrat" !important;
}
.l_h3bx4tit h6{
    font-weight: bold;
    line-height: 1.75;
}
.l_h3bx4tit {
    position: relative;
    top: 20px;
    padding-left: 18px;
}
.l_h3bx4litp {
    border-bottom: 1px solid #ffc80a;
    padding-bottom: 4px;
}
.l_h3bx4libt {
    margin-top: 15px;
}
.l_h3bx4libt p{
    line-height: 2;
    height: 96px;
    overflow: hidden;
}
.l_h3bx4bt{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.06);
    padding: 66px 140px 75px;
    margin-top: 70px;
}
.l_h3bx4bg{
    height: 460px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.l_h3bx4bg img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.l_h3box4{
    position: relative;
    padding-top: 90px;
}
.l_h3bx4p{
    width: 890px;
    margin: auto;
    margin-top: 20px;
}
.l_h3bx4p p{
    text-align: center;
}
.l_h3bx5ri {
    position: relative;
    width: 41%;
}
.l_h3bx5img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.l_h3bx5img img{
    width: 100%;
}
.l_h3tabli{
    position: relative;
    padding-right: 80px;
}
.l_h3tablis{
    padding-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.l_h3tabli:last-child{
    padding-right: 0;
}
.l_h3tablis::after{
    content: "";
    width: 100%;
    height: 2px;
    background: #ffc80a;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}
.l_h3tablis::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    width: 0;
    height: 0;
    transition: all .36s;
    border-bottom-color: #ffc80a;
    opacity: 0;
}
.l_h3tabli p{
    font-size: 18px;
    line-height: 1.75;
    color: #999;
    font-weight: bold;
    transition: all .36s;
    height: 31.5px;
    overflow: hidden;
}
.l_h3tabli.on p{
    color: #333;
}
.l_h3bx5tab{
    border-bottom: 1px solid #eeeeee;
    /* margin: 0 -40px;  */
}
.l_h3bx5bt{
    margin-top: 50px;
}
.l_h3bx5le {
    width: calc(100% - 41%);
    padding-right: 120px;
}
.l_h3bx5p {
    margin-top: 30px;
    position: relative;
}
.l_h3bx5p p{
    line-height: 2;
}
.l_h3bx5le .l_sybx1tit h2{
    text-align: left;
}
.l_h3tabli.on .l_h3tablis::before{
    opacity: 1;
}
.l_h3tabli.on .l_h3tablis::after{
    opacity: 1;
}
.l_h3bx5p1:not(:first-child){
    display: none;
}
.l_h3bx1ri {
    width: 574px;
}
.l_h3bx1ris{
    width: 100%;
}
.l_h3bx1ris img{
    width: 100%;
}
.l_h3bx1img{
    width: 100%;
}
.l_h3bx1img img{
    width: 100%;
}
.l_h3bx1le{
    width: calc(100% - 574px);
    padding-right: 230px;
}
.l_h3bx1tit h5{
    font-weight: bold;
    line-height: 1.75;
}
.l_h3bx1lip {
    margin-top: 10px;
}
.l_h3bx1lip p{
    line-height: 2;
    margin-bottom: 0;
}
.l_h3bx1li{
    position: relative;
}
.l_h3bx1li::after{
    content: "";
    width: 345px;
    height: 1px;
    background: #ffc80a;
    position: absolute;
    top: 50%;
    right: -445px;
    transform: translateY(-50%);
    z-index: -2;
}
.l_h3bx1li::before {
    content: "";
    width: 34px;
    height: 34px;
    background: url(../fonts/point1.svg) center / cover no-repeat;
    position: absolute;
    top: 50%;
    right: -115px;
    transform: translateY(-50%);
    z-index: -1;
}
/* h3-end */
/* i5-start */
.l_i5bx1le {
    width: 29%;
    position: relative;
}
.l_i5bx1bg{
    width: 100%;
}
.l_i5bx1bg img{
    width: 100%;
}
.l_i5bx1img{
    width: 45%;
    /* width: 183px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.l_i5bx1img img{
    width: 100%;
}
.l_i5bx1ri{
    width: calc(100% - 29%);
    padding-left: 80px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.l_i5bx1ris{
    width: 100%;
}
.l_i5bx1ris .l_sybx1tit h2{
    text-align: left;
}
.l_i5bx1nr {
    position: relative;
}
.l_i5bx1nrs{
    position: relative;
}
.l_i5bx1p p{
    line-height: 2;
    margin-bottom: 0;
}
.l_i5bx1p {
    margin-top: 40px;
}
.l_i5box2.l_space1{
    padding-top: 0;
}
.l_i5bx2list{
    margin: 0 -10px;
}
.l_i5bx2li{
    width: 50%;
    padding: 0 10px;
}
.l_i5bx2lis{
    width: 100%;
    position: relative;
}
.l_i5bx2tit h4{
    font-weight: bold;
    line-height: 1.75;
    height: 52.5px;
    overflow: hidden;
}
.l_i5bx2p p{
    color: #fff;
    line-height: 2;
    margin-bottom: 0;
    height: 96px;
    overflow: hidden;
}
.l_i5bx2img{
    width: 100%;
    position: relative;
}
.l_i5bx2img img{
    width: 100%;
    height: 100%;
}
.l_i5bx2lis::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
}
.l_i5bx2lis::before{
    content: "";
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, .9), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .36s;
    z-index: 1;
}
.l_i5bx2wz{
    padding: 0 38px;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 1;
}
.l_i5bx2p {
    margin-top: 26px;
}
.l_i5bx3tit h3{
    line-height: 1.75;
    text-align: center;
}
.l_i5box3{
    height: 441px;
    position: relative;
}
.l_i5box3 .l_sybx1tit{
    text-align: center;
}
.l_i5box3 .l_sybx1tit h2{
    position: relative;
    display: inline-block;
    z-index: 1;
}
.l_i5box3 .l_sybx1tit h2::after{
    content: "";
    width: 100%;
    height: 10px;
    background: #ffc80a;
    position: absolute;
    bottom: 12px;
    left: 0;
    z-index: -1;
}
.l_i5bx3tit {
    margin-top: 8px;
}
.l_i5bx3nr{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.l_i5bx4nr {
    padding-left: 70px;
    padding-right: 48px;
    position: relative;
}
.l_i5bx4ri {
    width:50%;
    /* width: 658px; */
}
.l_i5bx4img{
    width: 100%;
}
.l_i5bx4img img{
    width: 100%;
}
.l_i5bx4le{
    width: 50%;
    padding-right: 90px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.l_i5bx4p p{
    line-height: 1.75;
    margin-bottom: 0;
}
.l_i5bx4le .l_sybx1tit h2{
    text-align: left;
}
.l_i5bx4nrs{
    width: 100%;
    position: relative;
}
.l_i5bx4p {
    margin-top: 40px;
}
.l_i5box4 {
    position: relative;
    overflow: hidden;
}
.l_i5bx4bg{
    position: absolute;
    /* top: -360px; */
    top: 50%;
    transform: translateY(-50%);
    left: 415px;
    width: 90%;
    z-index: -1;
    opacity: 0.8;
}
.l_i5bx4bg img{
    width: 100%;
}
/* i5-end */
/* h6-start */
.l_h6bx2p p{
    color:#fff;
    text-align: center;
}
.l_h6box2{
    position: relative;
}
.l_h6box2::after{
    content: "";
    width: 100%;
    height: 625px;
    background: #333333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.l_h6tabli p{
    font-size: 18px;
    line-height: 1.75;
    color: #666666;
    height: 31.5px;
    overflow: hidden;
    transition:all .36s;
    font-weight: bold;
}
.l_h6tabli{
    padding-right: 110px;
}
.l_h6tabli:last-child{
    margin-right: 0;
}
.l_h6tablis{
    width: 100%;
    cursor: pointer;
}
.l_h6tabli.on p{
    color: #fff;
}
.l_h6bx2p {
    margin-top: 18px;
}
.l_h6bx2tab {
    margin-top: 60px;
}
.l_h6bx2list{
    width: 100%;
    margin: 0 -40px;
}
.l_h6bx2li.on{
    display: block;
}
.l_h6bx2li{
    width: 100%;
    padding: 0 40px;
    display: none;
}
.l_h6bx2bt{
    width: 924px;
    margin: auto;
    margin-top: 80px;
}
.l_h6bx2list .slick-prev, .l_h6bx2list .slick-next {
    width: 68px;
    height: 45px;
    background: #fff;
    box-shadow: 0px 0px 45.59px 1.41px rgb(0 0 0 / 10%);
    z-index: 193;
}
.l_h6bx2list .slick-prev {
    left: -50px;
}
.l_h6bx2list .slick-next {
    right: -50px;
}
.l_h6bx2list .slick-prev::after {
    content: "";
    width: 30px;
    height: 11px;
    background: url(../fonts/blackleft.svg) center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.l_h6bx2list .slick-next::after {
    content: "";
    width: 30px;
    height: 11px;
    background: url(../fonts/blackjt.svg) center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.l_h6bx2list .slick-list{
    overflow: inherit;
}
.l_h6bx2bt1:not(:first-child){
    display: none;
}
.l_h6bx2lis{
    width: 100%;
    position: relative;
}
.l_h6bx2wz h5{
    line-height: 1.75;
    transition: all .36s;
    opacity: 0;
}
.l_h6bx2wz{
    margin-top: 40px;
    margin-left: -40px;
}
.l_h6bx2img::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .36s;
}
.l_h6bx2li.slick-current .l_h6bx2img::after{
    opacity: 0;
}
.l_h6bx2li.slick-current .l_h6bx2wz h5{
    opacity: 1;
}
.l_h6bx2li.slick-current .l_h6bx2img {
    transform: scale(1.1);
}
.l_h6bx3lip p{
    font-size: 18px;
    color: #999;
    line-height: 1.75;
    transition: all .36s;
    font-weight: bold;
}
.l_h6bx3liic{
    width: 30px;
    position: relative;
    top: 10px;
    transition: all .36s;
    opacity: 0;
}
.l_h6bx3liic img{
    width: 100%;
}
.l_h6bx3li.on{
    display: block;
}
.l_h6bx3li{
    display: none;
}
.l_h6bx3tbli{
    position:relative;
    padding-bottom: 16px;
    margin-bottom: 30px;
    cursor: pointer;
}
.l_h6bx3tbli::after{
    content: "";
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .36s;
    opacity: 0;
}
.l_h6bx3le {
    width: 230px;
}
.l_h6bx3le .l_sybx1tit h2{
    text-align: left;
}
.l_h6bx3p {
    margin-top: 15px;
}
.l_h6bx3tab{
    margin-top: 84px;
}
.l_h6bx3tbli.on::after{
    opacity: 1;
}
.l_h6bx3tbli.on .l_h6bx3liic{
    opacity: 1;
}
.l_h6bx3ri{
    width: calc(100% - 230px);
}
.l_h6bx3ris{
    position: relative;
    width: 100%;
}
.l_h6bx3wz p{
    font-size: 24px;
    line-height: 1.75;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}
.l_h6bx3list {
    width: 100%;
}
.l_h6bx3li,.l_h6bx3lis{
    width: 100%;
}
.l_h6bx3img{
    width: 890px;
    position: relative;
    display: inline-block;
}
.l_h6bx3img img{
    width: 100%;
    height: 100%;
}
.l_h6bx3wz{
    width: 386px;
    height: 127px;
    background: #333;
    position: relative;
    margin-top: -50px;
    margin-left: 70px;
}
.l_h6bx3lis{
    text-align: right;
}
.g-sypt3-arr2 .act{
    font-size: 24px;
    line-height: 1.75;
    font-weight: bold;
    color: #333;
}
.g-sypt3-arr2 p{
    font-size: 18px;
    line-height: 1.75;
    color: #dedede;
    font-weight: bold;
    transition: all .36s;
}
.l_h6bx3lbs{
    width: 25px;
    height: 15px;
    position: relative;
    top: 17px;
    cursor: pointer;
}
.l_h6lbimg{
    width: 100%;
    height: 100%;
    position: relative;
}
.l_h6lbimg img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .36s;
}
.l_h6lbimg2{
    opacity: 0;
}
.g-sypt3-arr2{
    margin: 0 10px;
}
.l_h6bx3ri .l_c3bx6lb{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.l_h6bx3ris1{
    width: 100%;
}
.l_h6bx3ris1:not(:first-child){
    display: none;
}
.l_h6bx4list{
    width: 100%;
    margin-top: 24px;
}
.l_h6bx4li.on{
    display: block;
}
.l_h6bx4li{
    width: 100%;
    display: none;
}
.l_h6bx4lis{
    width: 100%;
}
.l_h6bx4litit h5{
    line-height: 1.75;
}
.l_h6bx4img{
    width: 100%;
    position: relative;
    margin-top: 38px;
}
.l_h6bx4img img{
    width: 100%;
    height: 100%;
}
.l_h6bx4wz .l_sybx1tit h2{
    text-align: left;
}
.l_h6bx4p {
    margin-top: 16px;
}
.l_h6bx4wz{
    width: 635px;
    padding: 105px 75px;
    position: absolute;
    top: 0;
    right: 102px;
}
.l_h6bx4nr{
    position: relative;
}
.l_h6bx4lb{
    padding-top: 170px;
}
.l_h6bx4wz::after{
    content: "";
    width: 100%;
    height: 914px;
    background: #f8f8f8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.l_h6bx5p {
    width: 770px;
    margin: auto;
    margin-top: 35px;
}
.l_h6bx5p p{
    text-align: center;
    margin-bottom: 0;
}
.l_h6bx4p p{
    margin-bottom: 0;
}
.l_h6bx4le{
    width: 470px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.l_h6bx4ri{
    width: calc(100% - 470px);
    padding-left: 110px;
}
.l_h6bx4ris{
    width: 100%;
}
.l_h6bx6li.on{
    display: block;
}
.l_h6bx6li{
    width: 33.333333%;
    padding: 0 15px;
    display: none;
}
.l_h6bx6list{
    margin: 0 -15px;
}
.l_h6bx6lis{
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 11px 50px 0px rgba(213, 218, 225, 0.5);
    text-align: center;
    padding: 48px 0;
    position: relative;
}
.l_h6bx6img{
    width: 100%;
    position: relative;
}
.l_h6bx6img img{
    width: 100%;
    height: 100%;
}
.l_h6bx4le .l_sybx1tit h2{
    text-align: left;
}
.l_h6bx6imgs{
    width: 58%;
    display: inline-block;
    position: relative;
    z-index: 10;
}
.l_h6box6 .l_h6bx6li{
    display: block !important;
}
.l_h6bx6lis::after{
    content: "";
    width: 204px;
    height: 204px;
    border-radius: 50%;
    background: #ebeef1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.l_h6box6{
    position: relative;
}
.l_h6box6::after{
    content: "";
    width: 51%;
    height: 100%;
    background: #f8f8f8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.l_h6bx6nrs{
    position: relative;
}
.l_h6bx6tit h4{
    font-weight: bold;
    line-height: 1.75;
}
.l_h6bx6p {
    margin-top: 20px;
}
.l_h6bx6p p{
    margin-bottom: 0;
}
.l_h6bx7le{
    width: 59%;
    /* width: 830px; */
}
.l_h6bx7ri{
    width: calc(100% - 59%);
    padding-left: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.l_h6bx7list{
    margin: 0 -6px;
}
.l_h6bx7li.on{
    display: block;
}
.l_h6bx7li{
    width: 50%;
    padding: 0 6px;
    display: none;
}
.l_h6bx7lis{
    width: 100%;
}
.l_h6bx7img{
    position: relative;
    width: 100%;
}
.l_h6bx7img img{
    width: 100%;
    height: 100%;
}
.l_h6bx7ris{
    width: 100%;
}
.l_h6bx7p {
    margin-top: 20px;
}
.l_h6bx7p p{
    line-height: 2;
}
.l_h6bx7nrs {
    position: relative;
}
.l_h6bx7le .l_f2bx3jts {
    margin-top: 76px;
}
.l_h6box7 {
    position: relative;
    margin-top: 55px;
}
.l_h6bg{
    position: absolute;
    bottom: -40px;
    left: -296px;
    z-index: -1;
    opacity: 0.03;
}
.l_h6bg img{
    width: 100%;
}
.l_h6box7::after{
    content: "";
    width: 51%;
    height: 480px;
    background: #f8f8f8;
    position: absolute;
    top: 46px;
    right: 0;
    z-index: -1;
}
.l_h6bx1p {
    width: 1130px;
    margin: auto;
    margin-top: 30px;
}
.l_h6bx1p  p{
    text-align: center;
    line-height: 2;
}
.l_h6bx2img{
    width: 100%;
    position: relative;
    transition: all .36s;
}
.l_h6bx2img img{
    width: 100%;
    height: 100%;
    transition: all .36s;
}
.l_h6bx1mid {
    width: 770px;
    /* width: 654px; */
    /* position: relative; */
    z-index: 20;
    /* left: -70px; */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 95px;
}
.l_h6bx1mid img{
    width: 100%;
}
.l_h6bx1litit h5{
    font-weight: bold;
    line-height: 1.75;
    display: inline-block;
    position: relative;
}
.l_h6bx1litit h5::after{
    content: "";
    width: 100%;
    height: 10px;
    background: #ffc80a;
    position: absolute;
    bottom: 8px;
    left: 0;
    z-index: -1;
}
.l_h6bx1le{
    width: 475px;
    padding-right: 125px;
    /* padding-right: 170px; */
    padding-left: 40px;
    margin-top: 75px;
}
.l_h6bx1img{
    position: relative;
    left: 70px;
}
.l_h6img{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.l_imgin{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.l_h6bx1lip p{
    color: #999;
}
.l_h6bx1lip {
    margin-top: 16px;
}
.l_h6bx1ri{
    width: calc(100% - 630px - 475px);
    position: absolute;
    right: 25px;
    /* right: 135px; */
    top: 50%;
    transform: translateY(-50%);
}
.l_h6bx1bt {
    position: relative;
    /* margin-top: 60px; */
}
.l_h6bx1li1{
    margin-bottom: 55px;
}
.l_h6bx1li {
    position: relative;
}
.l_h6bx1li::before{
    content: "";
    width: 34px;
    height: 34px;
    background:url(../fonts/point1.svg) center / cover no-repeat;
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translateY(-50%);
    z-index: -1;
}
.l_h6bx1li::after{
    content: "";
    width: 200px;
    height: 1px;
    background: #ffc80a;
    position: absolute;
    top: 50%;
    right: -255px;
    transform: translateY(-50%);
    z-index: -1;
}
/* .l_h6bx1li.l_h6bx1li1::after{
    top: 90%;
}
.l_h6bx1li.l_h6bx1li1::before{
    top: 90%;
} */
/* .l_h6bx1li.l_h6bx1li2::after{
    top: 65%;
}
.l_h6bx1li.l_h6bx1li2::before{
    top: 65%;
} */
.l_h6bx1li.l_h6bx1li3::after{
    right: inherit;
    left: -190px;
    width: 110px;
}
.l_h6bx1li.l_h6bx1li3::before{
    right: inherit;
    left: -100px;
}
/* h6-end */
/* f3-start */
.l_f3bx1t h3{
    font-weight: bold;
    color: #333333;
    line-height: 1.75;
}
.l_f3bx1ic{
    width: 43px;
    position: relative;
    top: 10px;
}
.l_f3bx1ic img{
    width: 100%;
    height: 100%;
}
.l_f3bx1t{
    padding-left: 30px;
}
.l_f3bx1list{
    margin: 0 -35px;
}
.l_f3bx1li{
    width: 33.333333%;
    padding: 0 35px;
}
.l_f3bx1lis{
    width: 100%;
}
.l_f3bx1wtit h5{
    font-size: 26px;
    line-height: 1.75;
    color: #333;
    font-weight: bold;
    height: 45.5px;
    overflow: hidden;
}
.l_f3bx1p p{
    font-size: 14px;
    line-height: 2;
    color: #666666;
}
.l_f3bx1liic{
    width: 118px;
    position: relative;
    display: inline-block;
}
.l_f3bx1liic img{
    width: 100%;
    height: 100%;
}
.l_f3bx1wz{
    margin-top: 38px;
}
.l_f3bx1p{
    margin-top: 15px;
}
.l_f3bx1bt{
    margin-top: 40px;
    padding-left: 106px;
}
.l_f3bx1liimg{
    padding-left: 15px;
    position: relative;
}
.l_f3bx1lc {
    width: 125px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.l_f3bx1lc img{
    width: 100%;
    height: 100%;
}
.l_f3bx1li:last-child .l_f3bx1lc{
    display: none;
}
.l_f3box2{
    background: #f8f8f8;
}
.l_f3bx2list{
    margin: 0 -33px;
    position: relative;
    z-index: 10;
}
.l_f3bx2li{
    width: 14.285714%;
    padding: 0 33px;
}
.l_f3bx2p h6{
    line-height: 1.75;
    font-weight: bold;
    height: 70px;
    overflow: hidden;
}
.l_f3bx2ics1,.l_f3bx2ics2{
    text-align: center;
}
.l_f3bx2img{
    width: 48px;
    position: relative;
    display:inline-block;
}
.l_f3bx2img img{
    width: 100%;
    height: 100%;
}
.l_f3bx2img2{
    width: 27px;
    position: relative;
    display: inline-block;
}
.l_f3bx2img2 img{
    width: 100%;
    height: 100%;
}
.l_f3bx2img2::after{
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    position:absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.f3bx2bt{
    margin-top: 96px;
    position: relative;
}
.f3bx2bt::after{
    content: "";
    width: calc(100% - 140px);
    height: 3px;
    background: #ffc80a;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.l_f3bx2ics2{
    margin-top: 42px;
}
.l_f3bx2p {
    margin-top: 32px;
}
.l_f3bx2lis{
    text-align: center;
}
.l_f3box3{
    background: #333333;
}
.l_f3box3 .l_f3bx1t h3{
    color: #fff;
}
.l_f3bx3lis p{
    font-size: 20px;
    line-height: 1.75;
    color: #333;
    font-weight: bold;
    transition: all .36s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    height: 35px;
    overflow: hidden;
}
.l_f3bx3list{
    margin: 0 -48px;
    position: relative;
    z-index: 1;
}
.l_f3bx3li{
    width: 20%;
    padding: 0 48px;
    text-align: center;
    position: relative;
}
.l_f3bx3li::after{
    content: "";
    width: 29px;
    height: 17px;
    background: url(../fonts/guanlijt2.svg) center / cover no-repeat;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}
.l_f3bx3li:last-child::after{
    display: none;
}
.l_f3bx4list{
    margin: 0 -1px;
}
.l_f3bx3lis{
    width: 167px;
    height: 167px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    display: inline-block;
}
.l_f3bx3lis::after{
    content: "";
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .36s;
}
.l_f3bx3li.on .l_f3bx3lis::after{
    background: rgba(255,200,10,.1);
}
.l_f3bx3li.on .l_f3bx3lis{
    background: rgba(255,200,10);
}
.l_f3bx4li{
    width: 25%;
    padding: 0 1px;
}
.l_f3bx3bt{
    position: relative;
    margin-top: 100px;
}
.l_f3bx3bt::after{
    content: "";
    width: calc(100% - 50px);
    height: 2px;
    background: url(../images/line.png) center / cover no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.l_f3bx4lis{
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 31px 0px rgba(0, 0, 0, 0.05);
    padding: 46px 0 86px 50px;
    position: relative;
}
.l_f3bx4wz h6{
    font-weight: bold;
    line-height: 1.75;
    height: 35px;
    overflow: hidden;
}
.l_f3bx4liic {
    width: 56px;
    position: relative;
}
.l_f3bx4liic img{
    width: 100%;
    height: 100%;
}
.l_f3bx4bt{
    padding: 0 26px;
    margin-top: 65px;
}
.l_f3bx4wz {
    padding-left: 80px;
    position: relative;
    top: 10px;
}
.l_f3bx4sz p{
    font-size: 126px;
    line-height: 1.5;
    color: #b5b5b5;
    opacity: 0.1;
    font-weight: bold;
    font-family: "Arial" !important;
}
.l_f3bx4sz{
    position: absolute;
    top: -10px;
    right: 0;
}
.l_f3bx4lis1 {
    position: relative;
    z-index: 1;
}
/* f3-end */
/* h2-start */
.l_h2bxli p{
    font-size: 16px;
    line-height: 1.75;
    color: #999999;
    font-weight: bold;
    transition: all .36s;
}
.l_h2bxleft{
    width: 130px;
    position: relative;
    z-index: 20;
}
.l_h2bx1ri{
    width: calc(100% - 130px);
    padding-left: 140px;
}
.l_h2bx1ris{
    width: 100%;
}
.l_h2bx1p p{
    font-size: 20px;
    line-height: 2;
    color:#333;
}
.l_h2box1 .l_sybx1tit h2,
.l_h2box2 .l_sybx1tit h2,
.l_h2box3 .l_sybx1tit h2,
.l_h2box4 .l_sybx1tit h2,
.l_h2box5 .l_sybx1tit h2{
    text-align: left;
}
.l_h2bx1p{
    margin-top: 24px;
}
.l_h2bx2list{
    margin:0 -35px
}
.l_h2bx2li{
    width: 50%;
    padding: 0 35px;
    margin-bottom: 30px;
}
.l_h2bx2li:last-child{
    margin-bottom: 0;
}
.l_h2bx2lis{
    width: 100%;
}
.l_h2bx2tit h6{
    font-weight: bold;
    line-height: 1.75;
}
.l_h2bx2ic {
    width: 24px;
    position: relative;
    top: 6px;
}
.l_h2bx2ic img{
    width: 100%;
    height: 100%;
}
.l_h2bx2tit{
    padding-left: 14px;
}
.l_h2bx2bt span{
    font-weight: bold;
    color: #333333;
}
.l_h2bx2bt p{
    font-size: 16px;
    line-height: 2;
    color: #999999;
    padding-left: 28px;
    position: relative;
}
.l_h2bx2bt p::before{
    content: "";
    width: 9px;
    height: 11px;
    background: url(../images/b2jt.svg) center / cover no-repeat;
    position: absolute;
    top: 8px;
    left: 0;
}
.l_h2bx2bts{
    margin-top: 50px;
}
.l_h2bx2bt{
    margin-top: 16px;
    /* height: 320px;
    overflow: hidden; */
}
.l_h2box3{
    background: #222931;
}
.l_h2box3 .l_sybx1tit h2{
    color: #fff;
}
.l_h2bx3bt{
    padding-left: 15px;
    margin-top: 50px;
}
.l_h2bx3ic{
    width: 47px;
    position: relative;
}
.l_h2bx3ic img{
    width: 100%;
    height: 100%;
}
.l_h2bx3litit h5{
    line-height: 1.75;
    font-weight: bold;
}
.l_h2bx3p p{
    font-size: 16px;
    line-height: 2;
    color: #fff;
}
.l_h2bx3litit{
    padding-left: 54px;
    width: 150px;
}
.l_h2bx3p{
    padding-left: 65px;
    width: calc(100% - 47px - 150px);
}
.l_h2bx3li {
    margin-bottom: 90px;
}
.l_h2bx3li:last-child{
    margin-bottom: 0;
}
.l_h2bx4p{
    width: 950px;
    margin-top: 20px;
}
.l_h2bx4list{
    margin: 0 -9px;
}
.l_h2bx4li.on{
    display: block;
}
.l_h2bx4li{
    width: 50%;
    padding: 0 9px;
    display: none;
}
.l_h2bx4lis{
    width: 100%;
}
.l_h2bx4img{
    width: 100%;
    position: relative;
}
.l_h2bx4img img{
    width: 100%;
    height: 100%;
}
.l_h2bx4bt{
    margin-top: 65px;
}
.l_h2bx4bt .l_f2bx3jts {
    margin-top: 70px;
}
.l_h2box5{
    background: #f8f8f8;
}
.l_h2bxli{
    margin-bottom: 15px;
    cursor: pointer;
}
.l_h2sect{
    position: relative;
}
.l_h2nav {
    position: absolute;
    top: 135px;
    left: calc(50% - 700px);
    /* left: 50%;
    transform: translateX(-50%); */
    z-index: 2; 
}
.l_h2bxli.on p{
    color: #ffc80a;
}
.l_h2content{
    position: relative;
}
.l_h2box1 {
    position: relative;
    height: 590px;
}
.l_h2bx1bg img{
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.l_h2bx6tit h2{
    font-size: 46px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}
.l_h2bx6tits {
    width: 746px;
    float: right;
}
.l_h2box6 {
    height: 658px;
    position: relative;
}
.l_h2bx6bg img{
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.l_h2bx6nr {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.l_h2bx6tit{
    position: relative;
    overflow: hidden;
}
.l_h2bx6tit2 h2{
    position: relative;
}
.l_h2bx6tit2 h2::after{
    content: "";
    width: 220px;
    height: 19px;
    background: #ffc80a;
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: -1;
}
.l_h2bx5bt p{
    margin-bottom: 30px;
}
.l_h2bx5bt {
    margin-top: 10px;
}
/* h2-end */
/* i3-start */
.l_i3sect{
    position: relative;
}
.l_i3sect .l_h2box1{
    height: auto;
    overflow:hidden;
}
.l_i3bx1bg{
    width: 1419px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.03;
}
.l_i3bx1bg img{
    width: 100%;
}
.l_i3bx2year p{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    color: rgba(51,51,51,.5);
    transition: all .36s;
}
.l_i3bx2span p{
    font-size: 14px;
    line-height: 1.75;
    color: #999;
    height: 24.5px;
    overflow: hidden;
}
.l_i3bx2txt p{
    font-size: 16px;
    line-height: 2;
    color: rgba(102,102,102,.5);
    transition: all .36s;
    margin-bottom: 15px;
}
.l_i3bx2bt{
    margin-top: 98px;
}
.l_swiper_con .swiper-slide{
    width: 28%;
    height: 410px;
    overflow: hidden;
}
.l_i3bx2txt{
    /* height: 320px; */
    overflow: hidden;
}
.l_i3bx2lis{
    padding: 0 30px;
    padding-bottom: 100px;
    border-right: 1px solid #edecec;
    height: 100%;
}
.l_swiper_con .swiper-slide:first-child .l_i3bx2lis{
    border-left: 1px solid #edecec;
}
.l_swiper_con .swiper-slide.swiper-slide-active .l_i3bx2year p{
    color: #333333;
}
.l_swiper_con .swiper-slide.swiper-slide-active .l_i3bx2txt p{
    color: #333333;
}
.l_swiper_con.swiper-container .swiper-pagination {
    top: auto;
    bottom: 0;
    height: 2px;
    background: #edecec;
}
.l_swiper_con.swiper-container {
    padding-bottom: 90px;
}
.l_swiper_con .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #ffc80a;
    height: 4px;
}
.l_h2bx2bts .swiper-button-next, 
.l_h2bx2bts .swiper-button-prev {
    width: 62px;
    height: 62px;
    color: #ffc80a;
    /* opacity: 0; */
    transition: all .36s;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    top: calc(50% - 40px);
    background-color: rgb(248, 248, 248);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    outline: none;
}
.l_h2bx2bts .swiper-button-next.swiper-button-disabled,
.l_h2bx2bts .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}
.l_h2bx2bts {
    position: relative;
}
.l_h2bx2bts .swiper-button-next:after,
.l_h2bx2bts .swiper-button-prev:after{
    --swiper-navigation-size: 30px;
}
.l_i3sect .l_h2box2{
    background: #f8f8f8;
}
.l_i3bx3list{
    margin: 0 -9px;
}
.l_i3bx3li{
    width: 20%;
    padding: 0 9px;
    margin-bottom: 18px;
}
.l_i3bx3lis{
    width: 100%;
    background: #69696b;
    padding: 36px 0;
}
.l_i3bx3lis a{
    display: block;
    text-align: center;
}
.l_i3bx3img{
    width: 75%;
    position: relative;
    display: inline-block;
}
.l_i3bx3img img{
    width: 100%;
    height: 100%;
}
.l_i3bx3p p{
    color: #fff;
}
.l_i3bx3p {
    margin-top: 10px;
}
.l_i3bx3bt{
    margin-top: 82px;
}
.l_i3more{
    width:155px;
    background: #fff;
    text-align: center;
    cursor: pointer;
    margin-top: 54px;
}
.l_i3mrp p{
    line-height: 48px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.l_i3mric {
    width: 10px;
    line-height: 48px;
    transform: rotate(90deg);
}
.l_i3mric img{
    width: 100%;
}
.l_i3mrp {
    padding-right: 34px;
}
.l_i3mores {
    display: inline-block;
}
.l_i3bx4bt .l_h6bx6li {
    width: 25%;
}
.l_i3bx4bt .slick-list{
    padding-top: 50px;
    padding-bottom: 50px;
}
.l_i3bx4bt .l_f2bx3jts {
    margin-top: 20px;
}
.l_i3bx4bt .l_h6bx6lis {
    box-shadow: 0px 11px 18px 0px rgb(213 218 225 / 50%);
}
.l_i5bx5tbli p{
    font-size: 18px;
    line-height: 1.75;
    color: #bbbbbb;
    transition: all .36s;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
    height: 31.5px;
    overflow: hidden;
}
.l_i5bx5tbli.on p{
    color: #333333;
}
.l_i5bx5tbli p::before{
    content: "";
    width: 6px;
    height: 5px;
    background-color: #bbbbbb;
    position: absolute;
    top: 43%;
    left: 0;
    transform: translateY(-50%);
    transform: skew(-30deg);
    transition: all .36s;
}
.l_i5bx5tbli.on p::before{
    background: #333;
}
.l_i5bx5tbli {
    margin-right: 30px;
    padding-bottom: 7px;
    position: relative;
}
.l_i5bx5tbli::after{
    content: "";
    width: 100%;
    height: 2px;
    background: #28282b;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .36s;
    opacity: 0;
}
.l_i5bx5tbli.on::after{
    opacity: 1;
}
.l_i3bx5bt1:not(:first-child){
    display: none;
}
.l_i3bx5lb1{
    margin: 0 -4px;
}
.l_i5bx5lbli.on{
    display: block;
}
.l_i5bx5lbli{
    width: 25%;
    padding: 0 4px;
    display: none;
}
.l_i3bx5lis{
    width: 100%;
    padding: 20px;
    background-color: rgb(246, 247, 247);
    box-shadow: 0px 11px 18px 0px rgb(213 218 225 / 50%);   
    position: relative;
}
.l_i3bx5img{
    width: 100%;
    position: relative;
}
.l_i3bx5img img{
    width: 100%;
    height: 100%;
}
.l_i3bx5bg{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.l_i3bx5bg img{
    width: 100%;
}
.l_i3bx5lis1{
    position: relative;
    z-index: 10;
}
.l_i3bx5li2{
    width: 25%;
    padding: 0 9px;
    margin-bottom: 16px;
}
.l_i3bx5swiper .swiper-wrapper{
    margin: 0 -8px;
}
.l_i3bx5li2s{
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 31px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    height: 84px;
    overflow: hidden;
}
.l_i3bx5p2 p{
    font-size: 16px;
    line-height: 1.75;
    color:#333;
}
.l_i3bx5bg1{
    width: 248px;
    position: absolute;
    top: 30px;
    left: 0;
    opacity: 0.05;
}
.l_i3bx5bg1 img{
    width: 100%;
}
.l_i3bx5p2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}
.l_i5bx5lbs2{
    margin-top: 80px;
}
.l_i5bx5lbs2 .l_f2bx3jts {
    margin-top: 34px;
}
.l_i3bx6p p{
    font-size: 16px;
    line-height: 1.75;
    color: #999999;
    height: 28px;
    overflow: hidden;
}
.l_i3bx6sz p{
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    font-weight: bold;
}
.l_i3bx6sz span{
    font-size: 60px;
}
/* .l_i3bx6list{
    margin: 0 -93px;
} */
.l_i3bx6li{
    width: 25%;
    /* padding: 0 93px; */
}
.l_i3bx6lis{
    width: 100%;
}
.l_i3sect .l_h2box6 .l_sybx1tit h2{
    text-align: left;
}
.l_i3bx6bt{
    margin-top: 58px;
}
.l_i3bx6p{
    margin-top: 12px;
}
.l_i3sect .l_h2bx4p{
    width: 100%;
}
.l_i3sect .l_h2box6{
    height: auto;
    padding-bottom: 180px;
}
.l_i3bx6bg{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.l_i3bx6bg img{
    width: 100%;
}
.l_i5bx5tab{
    margin-top: 40px;
}
.l_i3bx5bt{
    margin-top: 30px;
}
.l_i3bx5lb1 .slick-list {
    padding: 30px 0;
}
/* i3-end */
/* sumi-start */
/* h4-start */
.s_h4c1top h6 {
    line-height: 1.75;
}
.s_h4c1top {
    padding-top: 57px;
    padding-bottom: 22px;
}
.s_h4c1tj {
    padding-top: 31px;
    padding-bottom: 47px;
    border-top: 1px solid #eee;
}
.s_h4c1tjl h6 {
    line-height: 1.75;
}
.s_h4c1tjl {
    width: 100px;
}
.s_h4c1tjr {
    width: calc(100% - 100px);
    padding-left: 20px;
}
.s_h4c1tjrnr {
    padding: 6px 15px;
    margin: 0 3px;
    transition: all .36s;
    cursor: pointer;
}
.s_h4c1tjrnr:nth-child(1) {
    margin-right: 20px;
}
.s_h4c1tjrnr p {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    transition: all .36s;
}
.s_h4c1tjrnr.on {
    background-color: #28282b;
}
.s_h4c1tjrnr.on p {
    color: #fff;
}
.s_h4c1tjr input{
    width: 292px;
    height: 50px;
    border: 1px solid #eee;
    padding: 0 20px;
    font-size: 16px;
    color: #666;
}
.s_h4c1tjr input::placeholder{
    font-size: 16px;
    color: #bbbbbb;
}
.s_h4c1tj4 .s_h4c1tjl {
    padding-top: 10px;
}
.s_h4c1sx {
    padding: 6px 15px;
    padding-right: 40px;
    position: relative;
    border: 1px solid #eee;
    margin-right: 20px;
}
.s_h4c1sxl p {
    font-size: 16px;
    color: #28282b;
    line-height: 1.75;
}
.s_h4c1sxr {
    width: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}
.s_h4c1sxr img {
    width: 100%;
}
.s_h4c1but {
    width: 130px;
    background-color: #28282b;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
}
.s_h4c1but p {
    font-size: 16px;
    color: #fff;
    line-height: 1.75;
}
.s_h4cont2 {
    padding-top: 90px;
}
.s_h4c2top {
    background-color: #f8f8f8;
    padding: 25px 0;
    margin-bottom: 7px;
}
.s_h4topnr h6 {
    line-height: 1.75;
}
.s_h4topnr {
    width: 25%;
    text-align: center;
    height: 35px;
    overflow: hidden;
}
.s_h4c2xl {
    margin-bottom: 20px;
}
.s_h4c2xlbot {
    padding: 0px 100px 64px;
    background-color: #f8f8f8;
    border-top: 1px solid #e4e4e4;
    display: none;
}
.s_h4c2xlbotbjq p {
    font-size: 16px;
    color: #888888 !important;
    line-height: 1.75;
    margin-bottom: 3px !important;
}
.yxedr_active p {
    font-size: 16px;
    color: #888888;
    line-height: 1.75;
    margin-bottom: 3px;
}
.s_h4c2xlbotbjq h4 {
    font-size: 18px;
    color: #333333;
    line-height: 1.75;
    margin-bottom: 5px;
    margin-top: 25px;
    font-weight: bold;
}
.s_h4c2xlbotjl {
    width: 130px;
    background-color: #ffc80a;
    margin-top: 42px;
}
.s_h4c2xlbotjl p {
    padding: 6px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 1.75;
    cursor: pointer;
}
.s_h4c2xltop {
    margin-bottom: 0;
    padding: 23px 0;
    cursor: pointer;
}
.s_h4c2xl.on .s_h4c2xlbot {
    display: block;
}
/* h4-end*/
/* h5-start */
.s_h5content {
    width: 1100px;
    margin: 0 auto;
}
.s_h5cont1 {
    padding: 70px 0;
    padding-left: 60px;
}
.s_h5qhbox {
    margin: 0 -28px;
}
.s_h5qhtop {
    margin-right: 65px;
    cursor: pointer;
}
.s_h5qhtopnr {
    padding-left: 20px;
    position: relative;
    padding-bottom: 15px;
}
.s_h5qhtopnr h5 {
    line-height: 1.75;
}
.s_h5qhtopnr::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .36s;
    opacity: 0;
}
.s_h5qhtopnr::before {
    content: "";
    width: 6px;
    height: 5px;
    background-color: #bbbbbb;
    position: absolute;
    top: 33%;
    left: 0;
    transform: translateY(-50%);
    transform: skew(-30deg);
    transition: all .36s;
}
.s_h5qhtopnr h5 {
    color: #bbbbbb;
    transition: all .36s;
}
.s_h5qhtop.on .s_h5qhtopnr::before {
    background-color: #333;
}
.s_h5qhtop.on .s_h5qhtopnr h5 {
    color: #333;
}
.s_h5qhtop.on .s_h5qhtopnr::after {
    width: 100%;
    opacity: 1;
}
.s_h5cont2nr {
    display: none;
}
.s_h5cont2nr:nth-child(1) {
    display: block;
}
.s_h5c2top {
    text-align: center;
    margin-bottom: 60px;
}
.s_h5c2bjq {
    padding-bottom: 150px;
}
.s_h5c2bjq p {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    margin-bottom: 16px;
}
.yxedr_active p {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    margin-bottom: 16px;
}
.s_h5c2bjq h5 {
    font-size: 16px;
    color: #999;
    line-height: 1.75;
    margin-bottom: 30px;
}
/* h5-end */
/* J-start */
.s_jcontent {
    padding-top: 130px;
    padding-bottom: 200px;
}
.s_jcont1 {
    padding-bottom: 110px;
}
.s_jc1logo {
    width: 205px;
}
.s_jc1logo img {
    width: 100%;
}
.s_jc2box {
    margin: 0 -7px;
}
.s_jc2list {
    width: 25%;
    padding: 0 7px;
    margin-bottom: 20px;
}
.s_jc2listnr {
    padding: 34px 20px 40px;
    width: 100%;
    box-shadow: 0px 3px 31px 0px rgba(0, 0, 0, 0.12);
}
.s_jc2top {
    width: 100%;
    position: relative;
}
.s_jc2topig {
    width: 70px;
    margin: 0 auto;
}
.s_jc2topig img {
    width: 100%;
}
.s_jc2bot {
    height: 28px;
    overflow: hidden;
    text-align: center;
    margin-top: 23px;
}
.s_jc2bot h6 {
    color: #666666;
    line-height: 1.75;
    height: 35px;
    overflow: hidden;
}
/* J-end */
/* l1 */
.s_l1c3rmore .l_more1 {
    margin-top: 0;
}
.s_l1cont1 .s_h5cont1 {
    padding-left: 0;
    padding-right: 0;
}
.s_l1cont2 {
    width: 100%;
    position: relative;
    margin-bottom: 150px;
}
.s_l1c2bg {
    width: 100%;
    height: 457px;
    position: relative;
}
.s_l1c2bg img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.s_l1c2lbox {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}
.s_l1c2top {
    width: 100%;
    display: none;
}
.s_l1c2top a{
    display: block;
}
.s_l1c2top.on {
    display: block;
}
.s_l1c2topl {
    width: 46.5%;
    position: relative;
    overflow: hidden;
}
.s_l1c2topl img {
    width: 100%;
    height: 100%;
    transition: all .36s;
}
.s_l1c2topl1 {
    position: relative;
    top: 0;
    left: 0;
}
.s_l1c2topl2 {
    position: absolute;
    top: 0;
    left: 0;
}
.s_l1c2topr {
    width: calc(100% - 46.5%);
    padding-left: 65px;
    padding-top: 25px;
    padding-right: 100px;
}
.s_l1c2time p {
    font-size: 18px;
    color: #999;
    line-height: 1.75;
}
.s_l1c2tit h5{
    font-size: 26px;
    line-height: 1.75;
    color: #333;
    height: 45.5px;
    overflow: hidden;
}
.s_l1c2tit {
    padding-top: 8px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
}
.s_l1c2tit::after {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #ffc80a;
    position: absolute;
    bottom: 0;
    left: 0;
}
.s_l1c2nr p {
    color: #999;
    margin-bottom: 0;
    height: 110.08px;
}
.s_l1c2more {
    width: 183px;
    background-color: #fff;
    padding: 10px 15px;
    margin-top: 62px;
}
.s_l1c2more .l_more1 {
    margin-top: 0;
}
.s_l1c2lb .slick-dots {
    bottom: -32%;
}
.s_l1c2lb .slick-dots li {
    font-size: 0;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 3px;
    margin: 0 6px;
    cursor: pointer;
    transform: skew(-30deg);
    background-color: #eeeeee;
    border-radius: inherit;
    border: none;
}
.s_l1c2lb .slick-dots li.slick-active {
    background: #ffc80a;
}
.s_l1cont3 {
    border-top: 1px solid #dddddd;
}
.s_l1c3 a {
    display: block;
    padding-top: 50px;
    padding-bottom: 55px;
    border-bottom: 1px solid #dddddd;
}
.s_l1c3l {
    width: 115px;
    padding-top: 23px;
}
.s_l1c3ltop h3 {
    font-family: 'MontserratBold' !important;
    color: #333;
}
.s_l1c3lbot p {
    font-family: 'MontserratBold' !important;
    font-size: 16px;
    color: #999;
    line-height: 1.75;
}
.s_l1c3r {
    width: calc(100% - 115px);
    padding-left: 95px;
}
.s_l1c3rig {
    width: 37.344398%;
    position: relative;
    overflow: hidden;
}
.s_l1c3rig img {
    width: 100%;
    height: 100%;
    transition: all .36s;
}
.s_l1c3rig1 {
    position: relative;
    top: 0;
    left: 0;
}
.s_l1c3rig2 {
    position: absolute;
    top: 0;
    left: 0;
}
.s_l1c3rwzbox {
    width: calc(100% - 37.344398%);
    padding-right: 55px;
    padding-top: 20px;
}
.s_l1c3rwznr p {
    color: #999;
    height: 55.04px;
    overflow: hidden;
}
.s_l1c3rwznr {
    margin-top: 22px;
    margin-bottom: 37px;
}
.s_l1c3rwztit h5 {
    line-height: 1.75;
    height: 42px;
    overflow: hidden;
}
/* 分页 */
.g_phfyfl {
    font-size: 14px;
    color: #333;
}
.mc_fybtn {
    color: #666;
}
.mc_fybtn {
    padding: 0;
}
.mc_pcfy a {
    float: left;
}
.mc_fybtn a {
    font-family: 微软雅黑;
    font-size: 14px;
    color: #333;
}
.mc_phfy {
    display: none;
}
.mc_phfy .lp {
    float: left;
}
.mc_phfy .rp {
    float: right;
}
.pc_fenye {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
}
.pc_fenye li {
    float: left;
    width: 45px;
    height: 58px;
    /* border: 1px solid transparent; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 58px;
    color: #333333;
    text-align: center;
    margin: 0px 10px;
    transition: .3s;
    position: relative;
}
.pc_fenye li::after {
    content: "";
    width: 0px;
    height: 0;
    border-top: 60px solid #fff;
    border-right: 10px solid transparent;
    position: absolute;
    top: -1px;
    left: -1px;
}
.pc_fenye li::before {
    content: "";
    width: 0px;
    height: 0;
    border-bottom: 60px solid #fff;
    border-left: 10px solid transparent;
    position: absolute;
    top: -1px;
    right: -1px;
}
.pc_fenye li.activepage {
    color: #fff;
    background-color: #ffc80a;
}
.s_l1cont4 {
    padding-top: 90px;
    padding-bottom: 180px;
}
/* l1-end */
/* l2-start */
.s_l2c1l {
    width: 160px;
}
.s_l2c1ltimeig {
    width: 18px;
    margin-top: 4px;
}
.s_l2c1ltimeig img {
    width: 100%;
}
.s_l2c1ltimewz {
    width: calc(100% - 18px);
    padding-left: 15px;
}
.s_l2c1ltimewz p {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
}
.s_l2c1ltimebox {
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}
.s_l2c1sharetop p {
    font-size: 16px;
    color: #333;
    line-height: 1.75;
    font-weight: bold;
}
.s_l2c1sharetop {
    padding-bottom: 7px;
}
.s_l2c1lwx {
    width: 30px;
    margin-right: 12px;
    position: relative;
}
.s_l2c1lwx img {
    width: 100%;
}
.s_l2c1lwx a {
    display: block;
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none !important;
}
.bsBox::after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(0, 0, 0, .84);
}
#bsWXBox .bsTop span {
    opacity: 1;
}
#bsWXBox .bsTop:before {
    opacity: 0;
}
#bsWXBox .bsTop:after {
    opacity: 0;
}
.s_l2c1r {
    width: calc(100% - 160px);
    padding-left: 150px;
}
.s_l2c1rbjq p {
    font-size: 16px;
    color: #666;
    line-height: 1.72;
    margin-bottom: 16px;
}
.yxedr_active p {
    font-size: 16px;
    color: #666;
    line-height: 1.72;
    margin-bottom: 16px;
}
.s_l2c1rbjq h5 {
    font-size: 16px;
    color: #333;
    line-height: 1.72;
    margin-bottom: 16px;
    /* font-weight: bold; */
}
.s_l2c1bot {
    background-color: #28282b;
    margin-top: 45px;
}
.s_l2c1botnr {
    width: 50%;
}
.s_l2c1botnr.on a p {
    color: #fff;
}
.s_l2c1botnr a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    
}
.s_l2c1botnr a p {
    font-size: 16px;
    color: #bbbbbb;
    line-height: 1.75;
    transition: all .36s;
    height: 28px;
    overflow: hidden;
}
.s_l2c1next {
    text-align: right;
}
.s_l2cont2 {
    background-color: #f5f5f5;
    padding-top: 70px;
    padding-bottom: 150px;
}
.s_l2c2tit h3 {
    color: #333;
    line-height: 1.75;
}
.s_l2c2tit {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 48px;
}
.s_l2c2tit::before {
    content: "";
    width: 51px;
    height: 2px;
    background-color: #ffc80a;
    position: absolute;
    bottom: 0;
    left: 0;
}
.s_l2c2list {
    margin: 0 -13px;
}
.s_l2c2li {
    width: 25%;
    padding: 0 13px;
    margin-bottom: 20px;
}
.s_l2c2lig {
    width: 100%;
    position: relative;
}
.s_l2c2lig img {
    width: 100%;
}
.s_l2c2lig1 {
    position: relative;
    top: 0;
    left: 0;
}
.s_l2c2lig2 {
    position: absolute;
    top: 0;
    left: 0;
}
.s_l2c2liwz {
    padding-top: 13px;
}
.s_l2c2litime p {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
}
.s_l2c2litit {
    height: 70px;
    overflow: hidden;
    margin-bottom: 13px;
}
.s_l2c2litit h6 {
    line-height: 1.75;
    color: #28282b;
}
.s_l2c2limore .l_more1 {
    margin-top: 0;
}
/* l2-end */
/* l4-start */
.s_l4content {
    padding-top: 103px;
    padding-bottom: 182px;
    position: relative;
}
.s_l4content::before {
    content: "";
    width: 100%;
    height: 383px;
    background-color: #f8f8f8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.l4cont1 {
    position: relative;
    z-index: 200;
}
.s_l4c1ltit h2 {
    line-height: 1.75;
    font-weight: bold;
}
.s_l4c1nr p {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
}
.s_l4c1nr a {
    display: inline-block;
    font-size: 16px;
    color: #666;
    line-height: 1.75;
}
.s_l4c1nrz {
    width: 65px;
}
.s_l4c1nry {
    width: calc(100% - 65px);
}
.s_l4c1lnrbox {
    margin-bottom: 6px;
}
.s_l4c1top {
    padding-top: 30px;
    padding-bottom: 122px;
}
.s_l4c1bot .s_l4c1lnrbox {
    margin-bottom: 40px;
}
.s_l4c1l {
    width: calc(100% - 47.857142%);
    padding-right: 100px;
}
.s_l4c1r {
    width: 47.857142%;
    position: relative;
}
.s_l4c1lbox {
    width: 100%;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.06);
}
.s_l4c1lb {
    display: none;
}
.s_l4c1lbig {
    width: 100%;
    position: relative;
}
.s_l4c1lbig img {
    width: 100%;
    height: 100%;
}
.s_l4c1lbig1 {
    position: relative;
    top: 0;
    left: 0;
}
.s_l4c1lbig2 {
    position: absolute;
    top: 0;
    left: 0;
}
.s_l4c1lbwz {
    padding: 60px 60px 80px 60px;
    /* background: #fff; */
}
.s_l4c1lbtit {
    margin-bottom: 20px;
}
.s_l4c1lbtit h5 {
    font-weight: bold;
    line-height: 1.75;
}
.s_l4c1lbot .s_l4c1lnrbox {
    margin-bottom: 8px;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.s_l4c1lbot .s_l4c1nrz {
    width: auto;
}
.s_l4c1lbot .s_l4c1nry {
    width: auto;
}
.s_l4c1lbut {
    width: 81px;
    height: 53px;
    box-shadow: 0px 0px 45.59px 1.41px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    cursor: pointer;
}
.s_l4c1lbutigbox {
    width: 100%;
    height: 100%;
    position: relative;
}
.s_l4c1lbutig {
    width: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.s_l4c1lbutig img {
    width: 100%;
}
.s_l4c1lbutnext {
    right: -40px;
}
.s_l4c1lbutprev {
    left: -40px;
}
.s_l4c1lbutprev .s_l4c1lbutig img {
    transform: rotate(180deg);
}
.s_l4c1lbox .slick-dots {
    bottom: -37px;
}
.s_l4c1lbox .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    border: none;
    background-color: #666;
}
.s_l4c1lbox .slick-dots li.slick-active {
    width: 50px;
    border-radius: 100px;
    background: #000;
}
/* l4-end */
/* sumi-end */
/*鼠标效果*/
@media screen and (min-width: 1200px){
    .l_h1bx6li a:hover .l_gimg{
        opacity: 1;
    }
    .l_h1bx3li:hover .l_h1bx3p2.l_parag1 p {
        height: auto;
    }
    .l_h1bx6li a:hover .l_h1bx6lis::after{
        width: 100%;
    }
    .l_h1bx5li:hover .l_h1bx5img img{
        transform: scale(1.05);
    }
    .l_banmore a:hover .l_banmrp{
        margin-left: 60px;
    }
    .l_navli:hover a{
        color: #ffc80a;
    }
    .l_navxlli:hover .l_navlip2 p{
        color: #ffc80a;
    }
    .l_navxlli:hover .l_navimg2{
        opacity: 1;
    }
    .l_navxlli:hover .l_navimg1{
        opacity: 0;
    }
    .l_sybx4li:hover .l_sybx4img img{
        transform: scale(1.05);
    }
    .l_sybx4li:hover .l_moreicon{
        margin-left: 40px;
    }
    .l_sybx1li a:hover .l_moreicon{
        margin-left: 40px;
    }
    .l_ftnavli:hover a{
        color: #ffc80a;
    }
    .l_blogroll_li a:hover{
        color: #ffc80a;
    }
    .l_syheads.l_fixed .l_navli:hover a{
        color: #ffc80a;
    }
    .l_info1:hover .l_infop{
        color: #ffc80a;
    }
    .l_tabli:hover p{
        color: #333;
    }
    .l_tabli:hover p::after{
       width: 100%;
    }
    .l_b1bx4mr a:hover .l_moreicon{
        margin-left: 40px;
    }
    .l_b2bx5li a:hover .l_b2bx5img img{
        transform: scale(1.05);
    }
    .l_d1bx4li a:hover .l_d1bx4img img{
        transform: scale(1.05);
    }
    .l_d1bx4li a:hover .l_moreicon {
        margin-left: 40px;
    }
    .l_g1bx3li2:hover::after{
        height: 89%;
    }
    .l_h1bx3li:hover::after{
        height: 100%;
    }
    .l_h1bx3li:hover .l_h1bx3lis {
        bottom:inherit;
        top: 50%;
        transform: translateY(-50%);
    }
    .l_h1bx3li:hover .l_h1bx3litit h5 {
        margin-bottom: 14px;
    }
    .l_h6lbimg:hover .l_h6lbimg2{
        opacity: 1;
    }
    .l_h6lbimg:hover .l_h6lbimg1{
        opacity: 0;
    }
    .s_h5qhtop:hover .s_h5qhtopnr h5 {
        color: #333;
    }
    .s_h5qhtop:hover .s_h5qhtopnr::before {
        background-color: #333;
    }
    .s_h5qhtop:hover .s_h5qhtopnr::after {
        width: 100%;
        opacity: 1;
    }
    .s_l1c2top:hover .l_moreicon {
        margin-left: 40px;
    }
    .s_l1c3:hover .l_moreicon {
        margin-left: 40px;
    }
    .pc_fenye li:hover {
        color: #fff;
        background-color: #ffc80a;
    }
    .s_l2c1botnr:hover.s_l2c1botnr a p {
        color: #fff;
    }
    .s_l2c2li:hover .l_moreicon {
        margin-left: 40px;
    }
    .s_h4c1tjrnr:hover {
        background-color: #28282b;
    }
    .s_h4c1tjrnr:hover p {
        color: #fff;
    }
    .s_l1c2top a:hover .s_l1c2topl img{
        transform: scale(1.05);
    }
    .s_l1c3 a:hover .s_l1c3rig img{
        transform: scale(1.05);
    }
    /* 新增板块 */
    .l_g1bx9lis:hover{
        box-shadow: 0px 9px 40px 0px rgba(107, 107, 107, 0.4);
    }
    .l_g1bx10lbs .swiper-slide:hover .l_g1bx10wz{
        opacity: 1;
    }
    .l_f2bx6btlis:hover .l_f2bx6img{
        opacity: 1;
    }
    .l_f2bx6btlis:hover .l_f2bx6ic{
        height: 0;
    }
    .l_f2bx6btlis:hover .l_f2bx6tit h6{
        color: #fff;
    }
    .l_f2bx6btlis:hover .l_f2bx6hide{
        height: 61.92px;
    }
    .l_f2bx6_circle:hover::before{
        width: 100%;
        height: 100%;
    }
}
/*载入效果*/
.g_fadein1{
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.3s; 
}
.g_fadein2{
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.8s; 
}
.g_fadein3{
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 1.2s; 
}
.g_fadein4{
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 1.6s; 
}
.g_fadeup1{
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.4s;
}
.g_fadeup2{
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.5s;
}
.g_fadeup3{
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.6s;
}
.g_fadeup4{
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.7s;
}
.g_fadeup5{
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.8s;
}
.g_fadeup6{
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.9s;
}
.g_fadeup7{
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 1s;
}
.g_fadedown1{
    -webkit-animation: fadeInDown 1s ease both;
    animation: fadeInDown 1s ease both;
    animation-delay: 0.4s; 
}
.g_fadeleft1{
    -webkit-animation: fadeInLeft 1s ease both;
    animation: fadeInLeft 1s ease both;
    animation-delay: 0.4s; 
}
.g_faderigth1{
    -webkit-animation: fadeInRight 1s ease both;
    animation: fadeInRight 1s ease both;
    animation-delay: 0.4s; 
}
.g_sybannr.slick-current .l_sybantit h1{
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.4s;
}
.g_sybannr.slick-current .l_sybantit::after{
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.6s;
}
.g_sybannr.slick-current .l_sybanp p{
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.8s;
}
.g_sybannr.slick-current .l_banmore{
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 1s;
}
.l_stockli:nth-child(3n+1){
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 1.2s;
}
.l_stockli:nth-child(3n+2){
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 1.5s;
}
.l_stockli:nth-child(3n+3){
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 1.8s;
}
.g_fadein5{
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.8s; 
}
.g_fadein6{
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.9s; 
}
.g_fadein7{
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 1s; 
}
.g_fadein8{
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 1.1s; 
}
.l_sybx4li:nth-child(3n+1){
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 0.9s;
}
.l_sybx4li:nth-child(3n+2){
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 1.1s;
}
.l_sybx4li:nth-child(3n+3){
    -webkit-animation: fadeInUp 1s ease both;
    animation: fadeInUp 1s ease both;
    animation-delay: 1.3s;
}
.l_c2box2.l_space1{
    padding-top: 0;
}
/* .l_navxlnr {
    display: flex;
}
.l_navxl {
    position: absolute;
}
.l_navxlris{
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    height: 228px;
} */
.l_sybx2btr .l_b1bx4img::after{
    display: none;
}
.l_sybx2btr .l_b1bx4bt{
    margin-top: 0;
}
/* .l_sybx2lb1:not(:first-child){
    display: none;
} */
/* .l_sybx2lb1.slick-current .l_b1bx4bt{
    animation: widthk 4.6s ease 1;
    -webkit-animation: widthk 4.6s ease 1;
 width: 100%;
}
.l_sybx2btr .l_b1bx4bt{
    width: 0;
    height: 100%;
    transition: all 1.56s;
} */
.l_searchxl {
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    z-index: 99;
    height: 390px;
    border-top: 1px solid #dfdede;
    display: none;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 4px 4px rgb(0 0 0 / 7%);
}
.l_schcenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.l_schform {
    width: 690px;
}
.l_schbox {
    font-size: 0;
    padding: 8px;
    border-bottom: 1px solid #dfdede;
}
.l_syscinpt {
    width: calc(100% - 20px);
}
.l_schinput {
    width: 100%;
    height: 26px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    padding: 3px 0;
    padding-right: 12px;
}
.l_syscimg {
    width: 20px;
    cursor: pointer;
}
.l_syscimg img {
    width: 100%;
}
.l_b1bx2img1 {
    display: none;
}
.l_b1bx2img1.on{
    display: block;
}
.l_navxlle {
    height: 326px;
}
.l_h6bx6nr.l_con1400.clearfix {
    position: relative;
}
.l_h6bx7nr.l_con1400.clearfix {
    position: relative;
}
.l_b2tabli::before {
    bottom: -42px;
}
.l_sybox2::after {
    background-color: rgba(11,12,15,.45);
}
.l_stockbox::after {
    background-color: rgba(0,0,0,.8);
}
.ys_navph1_phxia {
    background-color: rgb(51 51 51);
}
.ys_navph1_header .ys_navph1_logo {
    width: 110px;
}
/* .l_nybanimg {
    height: 600px;
}
.l_nybanimg img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
} */
.l_h2bx1p img{
    width: 100%;
}
.l_h2bx1p p {
    margin-bottom: 20px;
}
.l_i5bx5lb .l_f2bx3jts {
    margin-top: 30px;
}
.l_f2bx3jts1 {
    margin-top: 30px;
}
/* .l_navxlle {
    height: 418px;
}
.l_navxlul {
    height: 320px;
} */
.l_navxlul {
    height: 325px;
}
.l_navxlle {
    height: 423px;
}
.l_navxlul {
    margin-right: 65px;
}
.l_b2bx2lis {
    padding-left: 30px;
    padding-right: 40px;
}
.l_b2bx2tit1 h6 {
    height: 70px;
}
.l_d1bx2bts {
    padding-top: 30px;
}
.l_d1bx2p p {
    height: 168px;
}
/* 2021.9.3 */
.l_b2bx4li {
    width: 33.333333%;
}
.l_b2bx4p p{
    height: 49px;
    overflow: hidden;
}
.l_b2bx4sz span{
    height: 42px;
    overflow: hidden;
}
.l_b2bx4ris:not(:first-child){
    display: none;
}
.l_d1bx2litit h6,.l_d1bx2p p{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
     user-select: text;
}
.l_d1bx2bg {
    width: 114%;
}
.l_d1bx2p p {
    height: 224px;
}
.l_h1bx3p2.l_parag1 p {
    height: 0;
    overflow: hidden;
}
.l_h1bx3lis {
    bottom: -40px;
}
.l_h1bx3litit h5 {
    height: 84px;
}
.l_f2bx5wz p {
    height: 168px;
    overflow: hidden;
    line-height: 1.75;
}
.l_d1bx2list .slick-track {
    margin: auto;
}
.l_d1bx3wz p {
    text-align: center;
}
.l_sybx3tu img{
    opacity: 0;
}
.l_typeli.on{
    display: block;
}
.l_swiper_con .swiper-slide {
    height: 445px;
}
.l_swiper_con  .mCSB_inside>.mCSB_container {
    margin-right: 0;
}
.l_c2bx2p p {
    font-size: 20px;
    color: #999;
}
.l_g1bx2li {
    padding: 0 40px;
}
.l_g1bx6list .l_g1bx2wz p{
    height: auto;
}
.l_g1bx6list .l_g1bx2list {
    margin: 36px -40px 62px;
}
.l_b2bx4list  p{
    font-size: 14px;
    line-height: 1.75;
    color: #999999;
}
.l_h1bx2lip.l_parag1 p {
    height: auto;
    text-align: center;
}
.l_jback{
    line-height: 50px;
    background: #ededed;
    font-size: 14px;
    color: #999;
    width: 110px;
    /* position: absolute;
    bottom: 0;
    right: 40px; */
}
.l_jback a {
    display: block;
    line-height: 50px;
    padding-left: 26px;
    padding-right: 26px;
    color: #999;
}
.l_jsect{
    position: relative;
}
.l_navxlle {
    overflow: hidden;
}
.l_navbg img{
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.l_b1box5{
    padding-bottom: 30px;
}
.l_h1box6.l_space1,.l_i5box4.l_space1{
    padding-bottom: 150px;
}
.l_i3sect .l_h2box6 {
    padding-bottom: 210px;
}
.l_h3box5.l_space1{
    padding-bottom: 150px;
}
.l_h6box7.l_space1{
    padding-bottom: 150px;
}
.l_f3box4.l_space1{
    padding-bottom: 150px;
}
.l_b2box5.l_space1{
    padding-bottom: 150px;
}
.l_f2bx5list2s {
    margin: 0 -23px;
}
.l_f2bx5nrp p{
    line-height: 2;
}
.l_f2bx5nrp p:last-child{
    margin-bottom: 0;
}
.l_swiper_con .swiper-wrapper {
    margin: 0 -30px;
}
.l_h2bx2bts .swiper-button-prev{
    left: -100px;
}
.l_d1bx3wz p {
    font-size: 18px;
    height: 94.5px;
}
.l_vwin {
    width: 1000px;
    max-height: calc(100vh - 60px);
}
.l_i3bx3lis {
    text-align: center;
}
.l_h2bx2bts .swiper-button-next{
    right: -100px;
}
.l_i3bx3img {
    width: 100%;
}
.l_i3bx3lis{
    padding: 0;
}
.l_tculli1 .he_h3p3xiala input{
    width: 100%;
    height: 100%;
    padding: 0 15px;
}
.l_tculli1 .he_h3p3xiala{
    width: calc(100% - 115px);
    height: 45px;
    background: #f5f7f9;
}
.l_b2bx3qh1::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
}
.l_b2bx3p {
    z-index: 20;
}
/* 2021.9.7投资者关系新增样式 */
.l_t1bx1con .l_sybx1tit h2{
    text-align: left;
}
.l_t1infop1 p{
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}
.l_t1infop2 a{
    font-size: 24px;
    line-height: 1.75;
    color: #666666;
    font-family: "Montserrat" !important;
}
.l_t1info1{
    padding-right: 180px;
}
.l_t1bkic{
    width: 102px;
    position: relative;
}
.l_t1bkic img{
    width: 100%;
    height: 100%;
}
.l_t1bx1info2{
    margin: 0 -11px;
}
.l_t1bklj{
    width: 50%;
    padding: 0 11px;
}
.l_t1bklj a{
    display: block;
    background-color: #ffc80a;
    padding-top: 68px;
    padding-bottom: 82px;
    padding-right: 40px;
}
.l_t1bkp h4{
    line-height: 1.75;
    font-weight: bold;
}
.l_t1bkp {
    padding-left: 48px;
    position: relative;
    top: 17.5px;
}
.l_t1bx1info1 {
    margin-top: 42px;
    margin-bottom: 60px;
}
.l_t1infop2{
    margin-top: 10px;
}
.l_t1bklj1 a{
    padding-left: 112px;
}
.l_t1bklj2 a{
    padding-left: 94px;
}
.l_t1box1{
    padding-bottom: 160px;
}
.l_t1sect .s_h5qhtop {
    margin-right: 45px;
}
.l_b2bx2list .slick-next::after,
.l_b2bx2list .slick-prev::after{
    height: 10px;
}
.l_b2box2 {
    z-index: 1;
}
.l_d1bx2list .slick-prev::after,
.l_d1bx2list .slick-next::after{
    height: 10px;
}
.l_syfoots {
    z-index: 20;
}
/* .l_sybx2btl {
    user-select: text;
} */
.video_content {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate(0);
}
.video_content video{
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    width: 100%;
}
/* 2021.9.23 */
.l_b2bx5li {
    margin-bottom: 40px;
}
.l_b2bx5imgs {
    width: 100%;
}
.l_h1bx3nr{
    padding-top: 0;
}
.l_h1box2{
    margin-top: 120px;
    margin-bottom: 200px;
}
.l_h1bx3p p {
    color: #000000;
    line-height: 2;
}
.l_h1bx4tit h4{
    color: #000000;
    line-height: 2;
    font-size: 16px;
}
.l_h1bx2p {
    margin-top: 22px;
}
.l_gimg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 3;
}
.l_h1bx2li .l_more1{
    display: inline-block;
}
.l_h1bx2more{
    text-align: center;
}
.l_h1bx2lis{
    cursor: pointer;
}
.l_methodp p{
    line-height: 1.75;
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
}
.l_methodology{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.23);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.l_methodwin{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    width: 70%;
    padding: 40px;
    border-radius: 8px;
}
.l_methodnr{
    width: 100%;
}
.l_metho_button{
    position: absolute;
    top: 22px;
    right: 22px;
    width: 22px;
    cursor: pointer;
}
.l_metho_button img{
    width: 100%;
}
.l_methodnr {
    height: 200px;
}
.l_phnumber{
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: calc(100% + 150px);
    display: none;
}
.l_phnumber a{
    font-size: 20px;
    line-height: 1.75;
    color: #333;
    font-weight: bold;
}
.l_phone{
    cursor: pointer;
}
.l_phones{
    width: 100%;
    height: 100%;
}
.l_sybx2btr {
    width: 100%;
}
.l_sybx2ltp {
    top: inherit;
    bottom: 306px;
    width: calc(100% - 160px);
}
.l_sybx2btl {
    width: 100%;
    padding-right: 0;
}
.g_sybanwz,.l_b2bx2lis,.l_b2tabli p,.l_b2bx3p p,
.l_sybx2btlnr,.l_c2bx2le,.l_d1bx3wz p,.l_d1bx2lis,
.l_d1bx4wz,.l_f3bx1wz,.l_f3bx2p h6,.l_f3bx3lis p,
.l_g1bx3li2s,.l_h1bx2tit h5,.l_h1bx3lis,.l_h6bx3wz p,
.l_h6bx4litit h5,.s_l1c2topr {
    -webkit-user-select: text
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.l_c2bx1p p{
    line-height: 1.75;
    height: 112px;
    overflow: hidden;
}
.l_sybx2btlnr {
    padding-top: 40px;
}
.l_navlip2 p {
    white-space: nowrap;
}
/* .l_sybx2btl {
    position: relative;
}
.l_sybx2ti {
    position: absolute;
    top: 80px;
    right: -80px;
    z-index: 20;
    width: 100px;
    text-align: right;
}
.l_sybx2ti {
    display: inline-block;
} */
.l_sybx2ti {
    position: absolute;
    right: 80px;
    bottom: 290px;
}
.l_sybx2ltp {
    width: calc(100% - 260px);
}
.l_sybx2lb1.slick-current .l_sybx2btlnr::after{
    width: 100%;
}
@keyframes mymove {
    0% {
        width: 0;
    }
    100% {
        width: 92%;
    }
}
.s_h5cont1 {
    padding-left: 0px;
}
.s_h5qhtop {
    margin-right: 56px;
}
/* .l_typesp video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
    width: 100%;
} */
.l_typesp{
    display: none;
}
.l_typeli.act .l_typesp{
    display: block;
}
.l_typeli.act .l_typeimgs{
    display: none;
}
/* 2021.9.25 */
.l_b1bx4sp {
    position: relative;
}
.l_b1bx4button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90px;
    cursor: pointer;
    display: none;
}
.l_b1bx4button img{
    width: 100%;
}
.l_gimg {
    position: absolute;
    top: -66px;
    left: 25px;
    z-index: -1;
    opacity: 0;
    transition: all .36s;
}
.l_e1sect .l_b1bx4bt {
    margin-top: 40px;
}
.l_e1sect .l_b2bx1bt{
    width: 100%;
}
.l_e1sect .l_b1bx4bt{
    width: 80%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.l_b1bx4sp.open .l_b1bx4button{
    display: none;
}
.s_jcont1 {
    padding-bottom: 80px;
}
.s_jcontent {
    padding-top: 80px;
    padding-bottom: 80px;
}
.l_jbacks {
    padding-bottom: 80px;
}
.l_jback {
    font-size: 16px;
    width: 150px;
}
.l_jback a{
    text-align: center;
}
.l_e1sect .l_b1bx4button{
    display: block;
}
/* .l_jback {
    bottom: 60px;
    right: 60px;
} */
/* .l_sybx2btr {
    width: 57%;
}
.l_sybx2btl {
    margin-top: 40px;
} */
.l_typelist{
    width: 100%;
}
.l_typeli {
    width: 100%;
}
.l_typeimgs{
    width: 100%;
}
.l_typesp{
    width: 100%;
    position: relative;
}
.l_typesp video{
    width: 100%;
}
.l_typeli:not(:first-child){
    display: none;
}
.l_sybx3tab {
    top: 14px;
}
.l_sybx3bt {
    margin-top: 80px;
}
.l_sybx3bt{
    padding-right: 0;
}
.l_sybx3tab{
    position: static;
    top: inherit;
}
.l_sybx3img {
    width: calc(100% - 280px);
    padding-left: 30px;
}
.l_sybx3lbjts{
    display: none;
}
.l_methodnr {
    height: 66vh;
}
.l_methodp h2{
    font-size: 24px;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 20px;
}
/* 2021.10.14 */
.l_c2tabli p{
    display: inline-block;
}
.l_c2tabli{
    padding: 0;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.l_c2bx1tab {
    width: 120px;
    margin: 0;
}
.l_sybx2btlnr::after{
    display: none;
}
.l_c2bx1p p{
    height: auto;
}
.l_sybx2btlnr{
    padding-top: 0;
}
.l_sybx2btl {
    margin-top: 0;
}
.l_c2bx1p{
    margin-top: 0;
}
.l_sybx2lb1{
    padding: 0;
}
.l_sybx2nrbot1 {
    width: calc(100% - 120px);
    padding-left: 54px;
}
.l_sybx2lbs {
    width: 100%;
    background-color: inherit;
    box-shadow: none;
}
.l_sybx2nrbot{
    padding: 32px 50px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 50px 0px rgb(0 23 124 / 6%);
}
.l_c2tabli.on p::after{
    z-index:-1;
}
.l_sybx2lb1{
    display: none;
}
.l_sybx2lb1.on{
    display: block;
}
.l_h2bx4p{
    width: 100% !important;
}
.l_mettcimg {
    width: 100%;
    margin: auto;
}
.l_mettcimg img{
    width: 100%;
}
.l_methodwin {
    width: 55%;
}
.l_methodnr{
    height: auto;
}
/* 兰剑新增板块 */
.l_h1bx1nr1 .l_sybx1tit h2{
    font-size: 44px;
    text-align: center;
}
.l_h1bx1nr1 .l_h1bx1tit1 h2{
    font-size: 48px;
    color: rgba(234, 234, 234, 1);
    text-align: center;
}
.l_h1bx1nr1{
    margin-top: 100px;
}
.l_h1bx1_nr1wz p{
    font-weight: bold;
    color: #fff;
}
.l_h1bx1_nr1wz h2{
    font-size: 38px;
    font-weight: bold;
    line-height: 1.5;
}
.l_h1bx1nr1_li{
    width: 50%;
}
.l_h1bx1nr1_lis{
    width: 100%;
    position: relative;
}
.l_h1bx1_nr1img{
    width: 100%;
}
.l_h1bx1_nr1img img{
    width: 100%;
}
.l_h1bx1_nr1wz{
    position: absolute;
    bottom: 40px;
    left: 0;
    padding:0 80px;
    width: 100%;
}
.l_h1bx1nr1_bt{
    margin-top: 55px;
}
.l_h1bx1nr1_li1{
    margin-top: 68px;
}
.l_g1box9{
    background: rgba(250, 250, 250, 1);
    padding-top: 90px;
    padding-bottom: 80px;
}
.l_g1box9 .l_sybx1tit h2{
    font-size: 44px;
}
.l_g1bx9tit{
    margin-top: 42px;
}
.l_g1bx9tit h4{
    font-size: 28px;
    line-height: 1.75;
    text-align: center;
    font-weight: bold;
}
.l_g1bx9tit span{
    color: #FAC147;
}
.l_g1bx9list{
    margin: 0 -10px;
}
.l_g1bx9li{
    width: 16.666666%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.l_g1bx9lis{
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 12px 0px rgba(201, 178, 178, 0.25);
    transition: all .36s;
    padding: 26px 72px 24px 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.l_g1bx9bt{
    margin-top: 40px;
}
.l_g1bx9ic{
    width: 32px;
    position: relative;
}
.l_g1bx9ic img{
    width: 100%;
    height: 100%;
}
.l_g1bx9li_tit{
    margin-top: 26px;
}
.l_g1bx9li_tit h6{
    line-height: 1.75;
    font-weight: bold;
    height: 35px;
    overflow: hidden;
}
.l_g1bx9p p{
    font-size: 14px;
    color: #999;
    margin-top: 8px;
    margin-bottom: 0;
    height: 72.24px;
}
.l_g1bx9bg p{
    font-size: 150px;
    color: rgba(249, 249, 249, 1);
    font-family: 'robotobold' !important;
}
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-3-webfont.eot');
    src: url('../fonts/roboto-bold-3-webfont.eot') format('embedded-opentype'),
         url('../fonts/roboto-bold-3-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-3-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-3-webfont.ttf') format('truetype'),
         url('../fonts/roboto-bold-3-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.l_g1bx9bg{
    position: absolute;
    bottom: -24px;
    right: 0;
    z-index: -1;
}
.l_g1box10{
    padding-top: 100px;
    padding-bottom: 120px;
}
.l_g1bx10tbli h5{
    line-height: 1.75;
    font-weight: bold;
    transition: all .36s;
}
.l_g1bx10tbli{
    margin-right: 82px;
    position: relative;
    cursor: pointer;
}
.l_g1bx10tbli::after{
    content: "";
    width: calc(100% + 6px);
    height: 8px;
    background: rgba(255, 200, 10, 1);
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    transition: all .36s;
    opacity: 0;
}
.l_g1bx10tab {
    margin: 0 3px;
}
.l_g1bx10tbli.on::after{
    opacity: 1;
}
.l_g1bx10bt{
    margin-top: 54px;
}
.l_g1bx10lbs{
    margin-top: 30px !important;
    margin: 0 -16px;
}
/* .l_g1bx10li {
    padding: 0 16px;
} */
.l_g1bx10wz p{
    color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.l_g1bx10wz{
    position: absolute;
    bottom: 0;
    padding:34px 60px 22px 28px;
    transition: all .36s;
    opacity: 0;
}
.l_g1bx10wz::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .36s;
}
.l_g1bx10lis{
    position: relative;
    width: 100%;
}
.l_g1bx10tit h4{
    font-size: 32px;
    line-height: 1.75;
    font-weight: bold;
}
.l_g1bx10lbs .swiper-slide{
    width: auto;
    margin: 0 16px;
    height: 368px;
}
.l_g1bx10imgs{
    /* width: 100%; */
    height: 100%;
}
.l_g1bx10imgs img{
    width: auto;
    height: 100%;
}
.l_g1bx110lbjt {
    width: 24px;
    cursor: pointer;
    position: absolute;
}
.l_g1bx110lbjt img{
    width: 100%;
}
.l_g1bx10prev{
    transform: rotate(-180deg);
    left: -62px;
}
.l_g1bx10next {
    right: -62px;
}
.l_g1bx10lbs {
    position: relative;
}
.l_g1bx110lbjts {
    position: absolute;
    top: 50%;
    width: 100%;
}
.swiper-button-disabled {
    opacity: 0;
}
.l_g1bx10bt1:not(:first-child){
    display: none;
}
.l_f2bx6bt{
    margin-top: 120px;
}
.l_f2bx4bt_tit h4{
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
}
.l_f2bx4bt_tit1 h5{
    font-size: 22px;
    line-height: 1.75;
    text-align: center;
}
.l_f2box6{
    background-color: #F5F5F5;
}
.l_f2box6.l_space1{
    padding-bottom: 228px;
}
.l_f2bx6btul {
    margin: 0 -10px;
}
.l_f2bx6btli{
    width: 33.333333%;
    padding:0 10px;
}
.l_f2bx6btlis{
    width: 100%;
    position: relative;
    background-color: #fff;
}
.l_f2bx6btli:not(:first-child){
    display: none;
}
.l_f2bx6show_tit h6{
    line-height: 1.75;
    font-weight: bold;
    color: #666;
    transition: all .36s;
}
.l_f2bx6ic{
    width: 54px;
    position: relative;
    display: inline-block;
    transition: all .36s;
}
.l_f2bx6ic img{
    width: 100%;
    height: 100%;
    transition: all .36s;
}
.l_f2bx6btlist{
    margin-top: 60px;
}
.l_f2bx6_showwz{
    position: relative;
    z-index: 23;
}
.l_f2bx6_hide{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all .36s;
    opacity: 0;
    width: 100%;
}
.l_f2bx6img{
    width: 100%;
    position: relative;
    transition: all .36s;
    opacity: 0;
}
.l_f2bx6img img{
    width: 100%;
}
.l_f2bx6img::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}
.l_f2bx6tit h6{
    line-height: 1.75;
    color: #666;
    font-weight: bold;
    transition: all .36s;
}
.l_f2bx6wz{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}
.l_f2bx6hide p{
    color: #E0E0E0;
    margin-bottom: 0;
}
.l_f2bx6hide{
    width: 238px;
    display: inline-block;
    height: 0;
    overflow: hidden;
    transition: all .36s;
}
.l_f2bx6btul .slick-dots li{
    width: 14px;
    height: 14px;
    border: none;
    background: #C4C4C4;
    margin: 0 10px;
}
.l_f2bx6btul .slick-dots li.slick-active{
    background: rgba(243, 196, 28, 1);
}
.l_f2bx6btul .slick-dots {
    bottom: -64px;
}
.l_f2bx6btul .slick-prev,
.l_f2bx6btul .slick-next{
    width: 24px;
    height: 43px;
}
.l_f2bx6btul .slick-prev{
    background: url(../fonts/arrow1.svg) center / cover no-repeat;
    left: -62px;
}
.l_f2bx6btul .slick-next{
    background: url(../fonts/arrow2.svg) center / cover no-repeat;
    right: -62px;
}
.l_f2bx6tp .l_sybx1tit h2{
    font-size: 44px;
}
.l_f2bx6_circle{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: relative;
}
.l_f2bx6cir1 .l_f2bx6_circle{
    background: #8F8F91;
}
.l_f2bx6cir2 .l_f2bx6_circle{
    background: #FFC80A;
}
.l_f2bx6cir3 .l_f2bx6_circle{
    background: #e2e2e2;
}
.l_f2bx6_tpic{
    width: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.l_f2bx6_tpic img{
    width: 100%;
}
.l_f2bx6_circle::after{
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid rgba(220, 220, 220, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #F5F5F5;
    z-index: -1;
}
.l_f2bx6_circle::before{
    content: "";
    width: 0%;
    height: 0%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
}
.l_f2bx6cir1 .l_f2bx6_circle::before{
    background: rgba(130,130,132);
}
.l_f2bx6cir2 .l_f2bx6_circle::before{
    background: rgba(248,193,4);
}
.l_f2bx6cir3 .l_f2bx6_circle::before{
    background: rgba(214,211,211);
}
.l_f2bx6tpwz {
    width: 190px;
    padding-left: 26px;
}
.l_f2bx6tpwz h5{
    line-height: 1.75;
    font-weight: bold;
}
.l_f2bx6tpwz p{
    color: #333;
    margin-bottom: 0;
}
.l_f2bx6tpnr1 {
    display: flex;
    position: absolute;
    /* width: 100%; */
    z-index: 2;
    align-items: center;
}
.l_f2bx6tpnrs{
    margin-top: 200px;
}
.l_f2bx6tpbg{
    height: 410px;
    width: 410px;
    border-radius: 50%;
    border: 2px solid rgba(220, 220, 220, 1);
    display: inline-block;
    position: relative;
    animation: spin2 6s infinite linear;
    transform-origin: 50% 50%;
}
.l_f2bx6tpnrs{
    text-align: center;
    position: relative;
}
.l_f2bx6cir1 .l_f2bx6tpwz{
    text-align: left;
}
.l_f2bx6cir1{
    left: 44%;
    top: -120px;
}
.l_f2bx6cir2 {
    bottom: 10px;
    left: 15%;
    flex-direction: row-reverse;
}
.l_f2bx6cir2 .l_f2bx6_circle {
    float: right;
}
.l_f2bx6cir2 .l_f2bx6tpwz {
    float: left;
    text-align: right;
    padding-left: 0;
    padding-right: 26px;
}
.l_f2bx6cir3 .l_f2bx6tpwz {
    text-align: left;
}
.l_f2bx6cir3 {
    bottom: 10px;
    right: 15%;
}
.l_f2bx6bgwz h4{
    font-weight: bold;
    line-height: 1.75;
}
.l_f2bx6bgwz p{
    font-size: 22px;
    line-height: 1.75;
    color: #333;
}
.l_f2bx6bgwz {
    position: absolute;
    top: 125px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
@keyframes spin2 {
    to {
        transform: rotate(1turn);
    }
}
.l_f2bx6quan{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(220, 220, 220, 1);
    position: absolute;
}
.l_f2bx6quan1{
    top: 25%;
    left: 20px;
}
.l_f2bx6quan2{
    top: 25%;
    right: 20px;
}
.l_f2bx6quan3{
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}
.dongixo {
    animation-name: page-loader-ripple3;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.l_e1bx1ks_before {
    animation-delay: 0s;
}
.l_e1bx1ks_before,
.l_e1bx1ks_after {
    width: 200px;
    height: 200px;
}
.l_e1bx1ks_before,
.l_e1bx1ks_after {
    width: 0;
    height: 0;
    border: 1px solid rgba(220, 220, 220, 1);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .36s;
    overflow: visible;
    opacity: 0;
    border-radius: 50%;
}
.l_e1bx1ks_before{
    animation-delay: 0.2s;
}
.l_e1bx1ks_after {
    animation-delay: 1.2s;
}
.l_e1bx1ks2 .l_e1bx1ks_before {
    animation-delay: 2.2s;
}
.l_e1bx1ks2 .l_e1bx1ks_after {
    animation-delay: 3.2s;
}
@keyframes page-loader-ripple3 {
    0% {
      width: 200px;
      height: 200px;
      opacity: 1;
    }
    100% {
      width: 30vw;
      height: 30vw;
      opacity: 0;
    }
}
.l_f2bx6ph{
    display: none;
}
.l_f2bx6ph .l_f2bx6bgwz{
    position: static;
    transform: inherit;
    text-align: center;
}
.l_f2bx6li:not(:first-child){
    display: none;
}
.l_f2bx6lis .l_f2bx6tpnr1{
    position: relative;
    top: 0;
    left: 0;
}
.l_f2bx6ph{
    margin-top: 20px;
}
.l_f2bx6lbs {
    margin-top: 10px;
}
.l_f2bx6li {
    padding:0 20px;
}
.l_f2bx6lbs{
    margin: 0 -20px;
    margin-top: 15px !important;
}
.l_f2bx6ph .l_f2bx6cir2 {
    flex-direction: inherit;
}
.l_f2bx6ph .l_f2bx6cir2 .l_f2bx6tpwz {
    text-align: left;
}
/* 2022.1.5修改 */
.l_g1bx10wz {
    width: 100%;
}
/* .l_methodwin {
    width: 60%;
} */
.l_methodwin {
    width: 62%;
}
.l_h6bx3li{
    padding: 0 5px;
}
/* 2022.1.11修改 */
.l_f2bx5nrp img{
    width: 100%;
}
.l_f1box3s{
    height: 542px;
}
.l_f1box3 {
    max-width: 1920px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.l_nyban{
    z-index: 4;
}
.l_f1box1 {
    background: #f8f8f8;
    z-index: 1;
}
.l_f1box2{
    position: relative;
    z-index: 1;
}
.l_f1bx4li::after{
    content: "";
    width: 100%;
    height: 46px;
    background: #f8f8f8;
    position: absolute;
    top: 0;
    left: 0;
}
.l_f1bx4li{
    margin-top: 0 !important;
    padding-top: 146px;
}
.l_f1sect {
    position: relative;
    z-index: 2;
}
.ys_navph1_xialaph {
    padding: 20px !important;
}
.ys_navph1_ul1{
    max-height: calc(100% - 85px);
    overflow: scroll;
    margin-right: -15px;
    padding-right: 15px;
}
.l_g1bx110lbjts {
    z-index: 2;
}
.l_g1bx110lbjt {
    outline: 0;
}
.l_f1box3s {
    position: relative;
    width: 100%;
}
html.l_on{
    overflow: hidden;
}
.l_sybx3tbs11 {
    width: 280px;
    position: relative;
}
.l_sybx3tab{
    width: 100% !important;
}
.l_i3bx3li {
    width: 14.285714%;
}
.l_h2box3_2.l_space1{
    padding-top: 0 !important;
}
.l_h2box3_2.l_space1{
    padding-top: 0 !important;
}
.l_h6box7.l_h6emtycon{
    padding-top: 0 !important;
    margin-top: 0 !important;
}
/* 2022.4.6 */
.l_searchbox{
    padding-right: 0 !important;
}
.l_searchbox::after{
    display: none;
}
.l_navbarfr {
    width: 155px;
}
.l_navbarmid {
    width: calc(100% - 150px - 155px);
}
.l_irbx1ribt iframe{
    width: 99%;
}
.he_tongyi{
    display: flex;
    align-items: center;
    margin-top: 18px;
}
.he_tongri p{
    color: #999;
    font-size: 14px;
    line-height: 1.5;
}
.he_tongle{
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #337ab7;
    position: relative;
}
.he_tongri{
    padding-left: 10px;
}
.he_tongle img{
    width: 12px;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.36s;
    opacity: 0;
}
.he_tongle.on img{
    opacity: 1;
}
.l_tclists {
    height: 430px;
}
.he_reference_ri a{
    padding-left: 10px;
    opacity: 0.5;
}
.l_reference {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.he_reference_ri a:first-child{
    padding-left: 0 !important;
}
.l_i3bx2bt {
    margin-top: 45px;
}
.l_navbarfr {
    width: 260px;
}
.l_navbarmid {
    width: calc(100% - 150px - 260px);
}
/*2023.3.9*/
.l_lang_icon{
    line-height: 80px;
}
.l_lang_icon .l_search_icon{
    width: 18px;
    transition: all .36s;
}
.l_language{
    position: relative;
    padding-left: 0 !important;
    margin-left: 30px;
}
.l_lang_bt a{
    font-size: 16px;
    line-height: 1.75 !important;
    text-align: center;
    display: block;
    padding: 6px 40px;
    position: relative;
}
.l_lang_bt{
    position: absolute;
    width: 100px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    box-shadow: 0px 0px 15.75px 5.25px rgb(0 0 0 / 4%);
    padding: 14px 0;
    display: none;
}
.l_lang_bt a::before {
    content: '';
    width: calc(100% - 20px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #ECECEC;
}
.l_lang_bt li:last-child a::before{
    display: none;
}
.l_lang_bt a:hover {
    color: #ffc80a !important;
}
.l_lang_tp{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.l_lang_parga p{
    font-size: 18px;
    line-height: 80px;
    color: #fff;
    transition: all .36s;
}
.l_syheads.l_fixed .l_lang_parga p{
    color: #333;
}
.l_language.on .l_lang_icon .l_search_icon{
    transform: rotate(180deg);
}

/* A1联系我们-start */
.inside_body .l_nybanimg::after{
    background: rgba(0, 0, 0, 0);
}
.inside_body .l_nyban::after{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    pointer-events: none;
}
.l_nybanbg_pc{
    display: block;
}
.l_nybanbg_ph{
    display: none;
}
.l_nyban_img{
    position: relative;
}
.l_nybanbg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.l_nybanbg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inside_body .l_nybanwz {
    position: absolute;
    bottom: auto;
    left: 50%;
    top: 55%;
    transform: translateX(-50%) translateY(-50%);
}
.inside_body .l_nybread{
    background: transparent;
}
.inside_body .l_nybanli:first-child p{
    display: none;
}
.inside_body .l_nybrdul .l_nybanli:last-child a:last-child, .inside_body .l_nybrdul .l_nybanli a{
    color: #D9D9D9;
}
.inside_body .l_nybantit h1{
    font-size: 64px;
}
.mod_text40{
    font-size: 40px;
    line-height: 1.2;
    color: #333;
    font-family: 'KhmerMNRegular' !important;
    font-weight: bold;
}
.ctact_from{
    padding-top: 80px;
}
.ctact_bot{
    padding: 140px 0 240px;
    background: #F7F8FA;
}
.ctact_bot h2{
    text-align: center;
    width: 58%;
    font-size: 48px;
    margin: 0 auto;
    line-height: 1.2;
    color: #333;
    font-weight: bold;
}
.ctact_bot_word p a{
    display: block;
    text-align: center;
    line-height: 1.5;
    color: #666;
    font-size: 24px;
}
.ctact_bot_word p a span{
    font-weight: bold;
}
.ctact_bot_word{
    margin: 26px 0 32px;
}
.ctact_bot_btn{
    display: flex;
    justify-content: center;
}
.ctact_bot_btn .l_fttpmore{
    padding: 0 25px;
    margin-top: 0px !important;
}
.ctact_bot_btn .l_ftmoreic {
    line-height: 54px;
}
.ctact_bot_btn .l_ftmorep p {
    line-height: 56px;
}
.ctact_head h2{
    margin-bottom: 56px;
}
.ctact_head_wrap{
    display: flex;
}
.ctact_head_le{
    width: 69%;
    border-right: solid 1px #999;
    padding-right: 284px;
}
.ctact_head_ri{
    width: 31%;
    padding-left: 76px;
}
.chlu_li_img {
    position: relative;
    overflow: hidden;
}
.chlu_li_img img{
    width: 100%;
    height: 100%;
    transition: all .36s;
}
.chlu_li_img1{
    position: relative;
    top: 0;
    left: 0;
}
.chlu_li_img2{
    position: absolute;
    top: 0;
    left: 0;
}
.mod_text28{
    font-size: 28px;
    font-family: 'KhmerMNRegular' !important;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
}
.mod_text32{
    font-size: 32px;
    font-family: 'KhmerMNRegular' !important;
    font-weight: bold;
    line-height: 1.2;
    color: #333;
}
.chlu_li_word p{
    color: #666;
    line-height: 1.5;
    margin-bottom: 10px;
}
.chlu_li_tit{
    margin: 30px 0 24px;
}
.chlu_li{
    margin-bottom: 70px;
}
.chlu_li:last-child{
    margin-bottom: 0px;
}
.chrt_tit{
    margin-bottom: 30px;
}
.chrt_word p{
    font-size: 20px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 12px;
}
.ctact_head_ri_tp{
    margin-bottom: 82px;
}
.inside_body .l_more1{
    display: inline-block;
    margin-top: 0px;
}
.inside_body .l_more1 a{
    display: block;
}
.ctact_head_ri .l_more1{
    margin-top: 8px;
}
.ctatc_free h2{
    margin-bottom: 60px;
}
.ctatc_free{
    background: #F7F8FA;
}
.ctatc_free_wrap{
    display: flex;
    margin: 0 -93px;
}
.ctatc_free_le, .ctatc_free_ri{
    width: 50%;
    padding: 0 93px;
}
.ctatc_free_word{
    margin: 24px 0 30px;
}
.ctatc_free_word p{
    color: #666;
    line-height: 1.5;
}
.ctatc_free_btm p a{
    font-size: 16px;
    line-height: 2;
    color: #666;
}
.ctatc_free_btm p a span{
    font-weight: bold;
}
.ctatc_free_btm{
    margin-bottom: 20px;
}
.ctatc_free_img img{
    width: 100%;
}
.ctact_free_min{
    display: inline-block;
    margin-bottom: 36px;
    position: relative;
    z-index: 10;
}
.ctact_free_min_tp{
    display: flex;
    padding: 4px 22px 4px 4px;
    border-radius: 27.5px;
    background: #FFF;
    cursor: pointer;
}
.cfmt_icon{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: relative;
    background: #FABF1B;
    margin-right: 16px;
}
.cfmt_icon img{
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.cfmt_ri{
    display: flex;
    align-items: center;
}
.cfmt_ri_word p{
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}
.cfmt_ri_pic{
    width: 10px;
    margin-left: 12px;
}
.cfmt_ri_pic img{
    width: 100%;
}
.ctact_free_min_btm{
    width: 208px;
    border-radius: 27.5px;
    background: #fff;
    padding: 16px 20px;
    position: absolute;
    top: 110%;
    left: 0;
    display: none;
}
.ctact_free_min_btm img{
    width: 100%;
}
.ctact_from_wrod p{
    color: #666;
    line-height: 1.5;
}
.ctact_from_wrod{
    margin: 24px 0 60px;
}
.ctact_from_cry_list{
    display: flex;
    margin: 0 -20px 20px;
}
.cfcl_input{
    width: 50%;
    padding: 0 20px;
}
.cfcl_input p{
    font-size: 20px;
    line-height: 1.75;
    color: #333;
    font-family: 'KhmerMNRegular' !important;
    margin-bottom: 7px;
}
.cfcl_input_cont{
    width: 100%;
    height: 60px;
    border: 1px solid #999;
    background: #F7F8FA;
}
.cfcl_input_cont input{
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    padding: 10px;
}
.ctact_from_priv p{
    font-size: 20px;
    line-height: 1.75;
    color: #333;
    margin-bottom: 7px;
    font-family: 'KhmerMNRegular' !important;
}
.cfcl_input_cont input::placeholder{
    color: #999;
    font-size: 16px;
    line-height: 1.75;
}
.cfcl_input label{
    width: 100%;
}
.ctatc_free_img img{
    width: 100%;
    transition: all .36s;
}
.ctatc_free_img{
    overflow: hidden;
}
.cfcl_phone .cfcl_input_cont{
    height: 60px;
}
/* 折叠表单 */
.ys_select {
    position: relative;
    z-index: 5;
    padding: 0 24px 0 10px;
    height: 60px;
    border: 1px solid #999;
    background: #F7F8FA;
}
.ys_select.zindex {
    z-index: 1000;
}
.ys_select_hd {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer
}
.ys_select_show {
    padding-right: 20px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    pointer-events: none;
    user-select: none
}
.ys_select_xtbbox {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .36s;
    width: 16px;
}
.ys_select_xtbbox img{
    width: 100%;
}
.ys_select_xtb {
    transition: all .36s
}
.ys_select_hd.on .ys_select_xtbbox {
    transform: translateY(-50%) rotate(180deg)
}
.ys_select_bd {
    display: none;
    position: absolute;
    left: 50%;
    top: 110%;
    z-index: 10;
    width:calc(100% + 2px);
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #999;
    background: #F7F8FA;
    overflow: auto;
}
.ys_select_bd .mCSB-scrollTools {
    visibility: hidden
}
.ys_select_bd.showscroll .mCSB-scrollTools {
    visibility: visible
}
.ys_select_li {
    cursor: pointer;
    font-size:16px;
    line-height: 1.75;
    color: #666;
    padding: 10px 24px;
    transition: all .36s;
}
.ys_select_bd .mCSB-outside+.mCSB-scrollTools .mCSB-draggerContainer {
    top: 15px;
    bottom: 15px
}
.ys_select_bd .mCSB_outside+.mCSB_scrollTools  {
    right: 0px !important;
}
.ys_select_bd .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}
.cfcl_Industry .ys_select_bd, .cfcl_help .ys_select_bd{
    max-height: 255px;
}
.cfcl_help, .cfcl_area{
    width: 100%;
}
.cfcl_area textarea{
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.cfcl_area .cfcl_input_cont{
    height: 190px;
}
.ctact_from_priv{
    width: 100%;
}
.ctact_from_priv_btm, .ctact_from_code_le{
    display: flex;
}
.ctact_from_priv_btm span, .ctact_from_code_le span{
    width: 18px;
    height: 18px;
    border: 1px solid #CBCBCB;
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 8px;
    margin-top: 5px;
    position: relative;
    background: #fff;
}
.ctact_from_priv_btm span::after, .ctact_from_code_le span:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 8px;
    height: 8px;
    background: #FABF1B;
    opacity: 0;
    transition: all .36s;
}
.ctact_from_priv_btm span.on::after, .ctact_from_code_le span.on:after{
    opacity: 1;
}
.ctact_from_priv_btm p a{
    color: #FABF1B;
    text-decoration: underline;
}
.ctact_from_priv_btm p{
    /*font-family: Arial !important;*/
    font-size: 14px;
    line-height: 1.5;
}
.ctact_from_code_le p{
    font-size: 18px;
    color: #999;
    line-height: 1.5;
}
.ctact_from_code{
    width: 32%;
    border: 1px solid #999;
    background: #F7F8FA;
    padding: 6px 40px 6px 13px;
}
.ctact_from_code_ri{
    width: 62px;
    cursor: pointer;
}
.ctact_from_code_ri img{
    width: 100%;
}
.ctact_from_code{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ctact_from_code2{
    width: 35%;
    /*display: flex;*/
    align-items: stretch;
    justify-content: space-between;
}
.ctact_from_code2 .ctact_from_code_ri{
    width: 44%;
}
.ctact_from_code2 .ctact_from_code_ri img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.ctact_from_code2 .ctact_from_code_le{
    width: 52%;
}
.ctact_from_code2 .cfcl_input{
    width: 100%;
    padding: 0px;
}
.cfcl_input_cont{
    height: 60px;
}
.ctact_from_code, .ctact_from_priv, .ctact_from_code2{
    margin-bottom: 30px;
}
.ctact_from_btn .l_fttpmore {
    margin-top: 0px !important;
    padding: 6px 38px;
}
.mod_domal{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.mod_domal_wrap{
    width: 690px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    padding: 86px 35px 84px;
}
.mod_domal_icon{
    width: 42px;
    margin: 0 auto 30px;
}
.mod_domal_icon img{
    width: 100%;
}
.mod_domal_word{
    width: 52%;
    margin: 0 auto ;
}
.mod_domal_word p{
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 1.4;
}
.ctact_from, .ctatc_free, .ctact_head, .ctact_bot{
    overflow: hidden;
}
/* A1联系我们-end */
/* A4咨询表单-start */
.a4_page .ctact_from{
    padding-bottom: 180px;
}
.cfcl_phone_item {
    position: absolute;
    top: 100%;
    left: 50%;
    width: calc(100% - 40px);
    z-index: 1;
    padding: 10px 0;
    height: 243px;
    background: #F8F8F8;
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    box-shadow: 0px 4px 12px 0px rgba(146, 146, 146, 0.25);
    display: none;
    transform: translateX(-50%);
}
.contact_flag, .flag_nub{
    width: 50px;
    margin-right: 12px;
    flex-shrink: 0;
}
.contact_flag img, .flag_nub img{
    width: 100%;
}
.contact_icon{
    width: 14px;
    transition: all .36s;
}
.contact_icon img{
    width: 100%;
}
.cucf_lic_top_area {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 100%;
}
.cfcl_phone .cfcl_input_cont{
    display: flex;
    /* padding:0 14px; */
}
.cfcl_phone .cfcl_input_cont input{
    padding: 10px 20px;
}
.cfcl_phone{
    position: relative;
}
.cucf_lic_info {
    padding: 10px 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 0;
    transition: all .36s;
}
.cfcl_phone.zindex{
    z-index: 10;
}
.cfcl_phone_top.on .contact_icon{
    transform: rotate(180deg);
}
.country_name, .country_code {
    color: #999;
    line-height: 1.6;
    font-size: 16px;
    transition: all 0.36s;
}
.cfcl_phone_item  .mCSB_outside+.mCSB_scrollTools {
    right: 0 !important;
}
/* A4咨询表单-end */
/*鼠标效果*/
@media screen and (min-width: 1200px){
    .cucf_lic_info:hover{
        background: #D9D9D9;
    }
    .mfsu_li_pic:hover img:nth-child(1){
        opacity: 0;
    }
    .mfsu_li_pic:hover img:nth-child(2){
        opacity: 1;
    }
    /* .chlu_li_img:hover img{
        transform: scale(1.05);
    } */
    .inside_body .l_more1 a:hover .l_moreicon {
        margin-left: 40px;
    }
    .ys_select_li:hover{
        background: #D9D9D9;
    }
    /* .ctatc_free_img:hover img{
        transform: scale(1.05);
    } */
}
/* 2024.04.24-新增-end */
.ys_ntll_li_icon{
    width: 14px;
    position: relative;
    flex-shrink: 0;
    margin-right: 10px;
}
.ys_ntll_li_icon img{
    width: 100%;
    transition: all .36s;
}
.ys_ntll_li_icon img:nth-child(2){
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.ys_navph1_top{
    display: flex;
    justify-content: space-between;
}
.ys_ntll_li a{
    display: flex;
    align-items: center;
}
.ys_ntll_li_word p{
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    transition: all .36s;
}
.ys_ntll_li{
    padding: 0 17px;
}
.ys_navph1_top_leul{
    margin: 0 -17px;
    display: flex;
    align-items: center;
}
.ys_navph1_top{
    padding: 16px 0;
    position: relative;
}
.ys_navph1_top::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height:1px;
    background: rgba(153, 153, 153, 0.20);
}
.inside_body .ys_ntll_li_icon img:nth-child(1){
    opacity: 0;
}
.inside_body .ys_ntll_li_icon img:nth-child(2){
    opacity: 1;
}
.inside_body .ys_ntll_li_word p{
    color: #333;
    font-family: 'KhmerMNRegular' !important;
}
.l_syheads.l_fixed .ys_ntll_li_icon img:nth-child(1){
    opacity: 0;
}
.l_syheads.l_fixed .ys_ntll_li_icon img:nth-child(2){
    opacity: 1;
}
.l_syheads.l_fixed .ys_ntll_li_word p{
    color: #333;
}
.l_navli8 .l_navxl{
    left: 75%;
}
.l_navli7 .l_navxl {
    left: 73%;
}
.l_navli4 .l_navxl {
    left: 58%;
}
.l_navli3 .l_navxl {
    left: 50%;
}
.l_navli5 .l_navxl{
    left: 65%;
}
.l_navbarmid{
    width: auto !important;
    padding-left: 0px !important;
}
a[href="https://www.yongsy.com"] {
    color: #333;
}
.cfcl_area textarea{
    resize: none;
}

.ctact_from_btn .l_fttpmore{
    background: #FABF1B;
    border: 1px solid #FABF1B;
}

.ctact_from_btn .l_fttpmore p{
    color: #fff;
}

.ctact_from_btn .l_ftmoreic{
    transform: none;
}

/*20240617*/

.inside_body .l_syheads {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    background: #fff;
    box-shadow: 0px 0px 15.75px 5.25px rgba(0, 0, 0, 0.04);
}
.inside_body .l_nyban {
    padding-top: 80px;
}
.inside_body .l_syheads .l_logofixed {
    opacity: 1;
}
.inside_body .l_syheads .l_navlia1{
    color: #333;
}
.inside_body .l_syheads .l_lang_parga p{
    color: #333;
}
.inside_body .l_syheads .yxnav_active1 .l_navlia1{
    color: #ffc80a;
}
.inside_body .l_syheads .l_system_txt p{
    color: #333;
}
.inside_body .l_syheads .l_language a{
    color: #333;
}
.inside_body .l_syheads .l_logodef{
    opacity: 0;
}
.inside_body .l_syheads .l_logofixed{
    opacity: 1;
}
.inside_body .l_syheads .l_searchbox::after{
    background-color: rgba(51,51,51,.66);
}
.inside_body .l_nybanimg::after{
    background: rgba(0, 0, 0, 0);
}
.inside_body .l_nyban::after{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    pointer-events: none;
}

/*20240617*/
.cfcl_input_word{
    display: none;
}
.cfcl_input_word p{
    color: #f00;
    line-height: 1.75;
    font-size: 16px;
}
.has_required.empty .cfcl_input_word{
    display: block;
}
.ctact_from_code2_wrap{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}