@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;
}
.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_title h1{
    font-size: 50px;
    line-height: 1.25;
}
.l_title h2{
    font-size: 32px;
    line-height: 1.3;
}
.l_title h3{
    font-size: 22px;
    line-height: 1.3;
}
/* 段落 */
.l_parag p{
    font-size: 16px;
    line-height: 1.375;
}
/*规范*/
/*规范*/
/*pc导航选中*/
.yxnav_active1 .l_navlia1{
    color: #000;
}
.yxnav_active2 .l_navli2a{
	color: #3E3A39;
}
/*ph导航选中*/
.yxnav_active1.g_phnav1{
    color:#032c8d;
}
.yxnav_active2.g_phnav2{
	color:#032c8d;
}
.yxnav_active3.g_phnav3{
    color:#032c8d;
}
/*ph导航&下拉*/
.ys_navph3_header {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 999;
    width: 100%;
    height: 64px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    transform: translateX(-50%);
    z-index: 998;
    display: none;
    box-shadow: 0px 5px 28.13px 0.87px rgb(0 0 0 / 6%);
}

.ys_navph3_header .ys_navph3_logo {
    width: 120px;
    line-height: 64px;
}

.ys_navph3_header .ys_navph3_logo img {
    width: 100%;
}

.ys_navph3_header .ys_navph3_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_navph3_header .ys_navph3_wj_hin_right {
    padding-top: 25px;
}

.ys_navph3_header .ys_navph3_phsearch img {
    width: 100%;
}

.ys_navph3_mea_cl {
    overflow: hidden;
    width: 32px;
    height: 100%;
}

.ys_navph3_header .ys_navph3_menuph {
    width: 30px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ys_navph3_header .ys_navph3_menuph .ys_navph3_point {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 22px;
    margin-top: 14px;
}

.ys_navph3_caidansuo button  {
    position: relative;
    right: 0;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 3px;
}

.ys_navph3_header .ys_navph3_menuph .ys_navph3_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_navph3_header .ys_navph3_menuph .ys_navph3_navbtn::after,
.ys_navph3_header .ys_navph3_menuph .ys_navph3_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_navph3_header .ys_navph3_menuph .ys_navph3_navbtn::after {
    top: -10px;
}

.ys_navph3_header .ys_navph3_menuph .ys_navph3_navbtn::before {
    top: 10px;
}

.ys_navph3_header .ys_navph3_menuph .ys_navph3_point.active .ys_navph3_navbtn {
    background: transparent;
}

.ys_navph3_header .ys_navph3_menuph .ys_navph3_point.active .ys_navph3_navbtn::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ys_navph3_header .ys_navph3_menuph .ys_navph3_point.active .ys_navph3_navbtn::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ys_navph3_search {
    width: 100%;
    overflow: hidden;
    margin-top: 18px;
}

.ys_navph3_search_ph {
    width: 100%;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-top: 0;
    float: left;
    border-radius: 17.5px;
    position: relative;
}

.ys_navph3_search_ph input {
    width: 100%;
    height: 100%;
    text-indent: 20px;
    color: #333333;
}

.ys_navph3_search_ph input::-webkit-input-placeholder {
    color: #999999;
}

.ys_navph3_search_ph button {
    width: 40px;
    height: 100%;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.ys_navph3_search button .icon-sousuo {
    font-size: 27px;
    color: #999999;
}


.ys_navph3_searchfe {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 16px;
}

.ys_navph3_searchfe img {
    width: 100%;
}

.ys_navph3_mengcen {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 30000;
}

.ys_navph3_caidansuo {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38%;
    height: 46px;
    border-bottom: 1px solid #ffffff;
}

.ys_navph3_caidansuo {
    width: calc(100% - 30px);
}

.ys_navph3_caidansuo input {
    width: calc(100% - 60px);
    height: 100%;
    font-size: 24px;
    color: #666666;
}

.ys_navph3_caidansuo input {
    width: calc(100% - 60px);
    height: 100%;
    font-size: 16px;
}


.ys_navph3_guanbi {
    width: 20px;
    display: block;
    position: absolute;
    right: 6%;
    top: 4%;
    cursor: pointer;
}

.ys_navph3_guanbi img {
    width: 100%;
}


.ys_navph3_first {
    position: fixed;
    top: 0;
    right: -100%;
    transition: all 0.36s;
    width: 100%;
    background: #fff;
    z-index: 1000;
    padding: 0 0 30px;
    /*height: 580px*/
    height: 100vh;
}

.ys_navph3_gun {
    height: 505px;
}

.ys_navph3_gunb {
    padding: 0 30px;
}

.ys_navph3_sec {
    position: fixed;
    top: 0;
    right: -100%;
    transition: all 0.36s;
    width: 100%;
    background: #fff;
    z-index: 1001;
    padding: 0 30px;
    height: 100vh;
}

.ys_navph3_firsttu {
    width: 14px;
    position: absolute;
    top: 22px;
    right: 30px;
    cursor: pointer;
}

.ys_navph3_firsttop {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #C7C9C8;
}

.ys_navph3_firstbot ul {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ys_navph3_g_sypt4nrfltu img {
    height: 100%;
}

.ys_navph3_firstlifl a {
    color: #3E3A39;
    line-height: 32px;
    font-size: 16px;
}

.ys_navph3_firstli {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.ys_navph3_firstlifr {
    width: 6px;
    line-height: 32px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.ys_navph3_yxnav_active1 .ys_navph3_firstlifl a {
    color: #000;
}

.ys_navph3_firstwz {
    color: #333;
    font-size: 16px;
    line-height: 60px;
    font-weight: bold;
}

.ys_navph3_yxnav_active2 .ys_navph3_firstlifl a {
    color: #000;
}

.ys_navph3_langphtop {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #C7C9C8;
    border-bottom: 1px solid #C7C9C8;
}

.ys_navph3_langphtop a {
    color: #333;
    line-height: 24px;
    font-size: 16px;
}

.ys_navph3_langphtop img {
    width: 6px;
    transform: rotate(90deg);
    margin-top: 5px;
    cursor: pointer;
}

.ys_navph3_langph {
    position: relative;
}

.ys_navph3_langphbot a {
    color: #333;
    line-height: 24px;
    font-size: 14px;
}

.ys_navph3_langphbot ul {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ys_navph3_langphbot {
    display: none;
}

.ys_navph3_loginb {
    margin-bottom: 10px;
    display: none;
}


.ys_navph3_header .ys_navph3_other1 img {
    width: 24px;
    cursor: pointer;
}

.ys_navph3_header .ys_navph3_other1 {
    line-height: 62px;
    margin-right: 5px;
}


.ys_navph3_first .ys_navph3_firsttop {
    width: calc(100% - 60px);
    margin: auto;
}

.ys_navph3_firsttu img {
    width: 100%;
}

.ys_navph3_firstli.yxnav_active1 a{
    color:#000;
}
.ys_navph3_firstli.yxnav_active2 a{
    color: #3E3A39;
}
/*banner-start*/
.g_sybannr{
    display: none;
    width: 100%;
    overflow: hidden;
}
.g_sybannr.on{
    display:block;
}
.g_syhead{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 500;
    background: #fff;
    box-shadow: 0px 5px 28.13px 0.87px rgb(0 0 0 / 6%);
}
.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_sybantuph{
    display: none;
}
.g_sybantu video{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
}
.g_syban{
    position: relative;
    margin-top: 64px;
}
.g_sybannr{
    position: relative;
}
.l_con1490{
    width: 1490px;
    margin: auto;
}
.g_sybanwz{
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translateX(-50%);
    /* width: 100%;
    padding: 0 216px; */
}
.g_sybanwz h1{
    color: #fff; 
    position: relative;
}
.g_sybanwz h1::after{
    content: "";
    width: 30px;
    height: 50px;
    background: url(../images/titbg.svg) center / cover no-repeat;
    position: absolute;
    left: -38px;
    top: 10px;
}
.l_banspbtn{
    width: 200px;
    background: #A41E20;
    cursor: pointer;
    text-align: center;
    /* margin-top: 212px; */
    position: absolute;
    bottom: 48px;
    left: calc(50% - 740px);
}
.l_banspbtn::before{
    content: '';
    width: 100%;
    height: 100%;
    background: #C92628;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    z-index: 0;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.l_banbtnp p{
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 48px;
}
.l_banbtn{
    width: 24px;
    line-height: 48px;
}
.l_banbtn img{
    width: 100%;
}
.l_banspbtns{
    display: inline-block;
    position: relative;
}
.l_banbtnp{
    padding-right: 48px;
}
.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_shup {
    position: absolute;
    width: 46px;
    right: -50px;
    top: -50px;
    cursor: pointer;
}
.l_vwin video {
    width: 100%;
    outline: none;
}
.l_shup img {
    width: 100%;
}
.g_sybansk .slick-dots{
    bottom: 48px;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.g_sybansk .slick-dots li.slick-active{
    background: rgba(255,255,255,0.70);
}
.g_sybansk .slick-dots li{
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,0.30);
    border: 1px solid #979797;
    margin: 0 4px;
}
.l_sybanp{
    margin-top: 32px;
    max-height: 72px;
    overflow: hidden;
}
.l_sybanp p{
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1.5;
}
.l_banbtnp1 p{
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 48px;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    position: relative;
}
.l_banbtnp2 p{
    line-height: 46px;
}
.l_banbtn1{
    width: 24px;
    line-height: 48px;
    position: relative;
}
.l_banbtn1 img{
    width: 100%;
}
.l_banspbtn1,.l_banspbtn2{
    width: 200px;
    cursor: pointer;
    text-align: center;
}
.l_banspbtn1{
    background: #A41E20;
    margin-right: 32px;
    position: relative;
}
.l_banspbtn1 a,.l_banspbtn2 a{
    display: block;
    width: 100%;
}
.l_banspbtn1::before{
    content: '';
    width: 100%;
    height: 100%;
    background: #C92628;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    z-index: 0;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.l_banspbtn2{
    border: 1px solid #FFFFFF;
    background: transparent;
    position: relative;
}
.l_banspbtn2::before{
    content: "";
    width: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    left: auto;
    right: 0;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    z-index: 0;
}
.l_banspbtns1{
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.l_banbtnp1{
    padding-right: 48px;
}
.l_banbtn2{
    width: 24px;
    height: 24px;
    position: relative;
    top: 13px;
    display: inline-block;
}
.l_banbtn2 img{
    width: 100%;
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.l_sybtnbox{
    position: absolute;
    bottom: 48px;
    left: calc(50% - 740px);
}
.l_banjt2{
    opacity: 1;
}
.l_banjt1{
    opacity: 0;
}
/*banner-end*/

/* 头部导航 */
.l_navhead{
    width: 100%;
    padding-left: 48px;
    padding-right: calc(50% - 745px);
}
.l_navleft{
    width: 250px;
}
.l_navlogo{
    width: 100%;
}
.l_navlogo a{
    width: 100%;
    display: block;
    line-height: 64px;
}
.l_navlogo img{
    width: 100%;
}
.l_navlia1{
    font-size: 16px;
    color: #3E3A39;
    letter-spacing: 0;
    text-align: right;
    line-height: 64px;
    display: block;
    transition: all .36s;
    padding: 0 15px;
    position: relative;
}
.l_navlia1::after{
    content: "";
    width: 0;
    height: 4px;
    background: #C92628;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .36s;
}
.yxnav_active1 .l_navlia1::after{
    width: calc(100% - 30px);
}
.l_navright{
    width: calc(100% - 250px);
    padding-left: 510px;
}
.l_search .l_shinput{
    width: 100%;
    height: 45px;
    border: 1px solid #CBCBCB;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}
.l_search .l_shinput input{
    width: 172px;
    height: 100%;
    line-height: 45px;
    font-size: 16px;
    float: left;
    padding-right: 10px;
    color:#c8c8c8;
}
.icon-search_{
    font-size: 22px;
    color: #CDCDCD;
    float: right;
    line-height: 45px;
    cursor: pointer;
    width: calc(100% - 172px);
}
.icon-search_:before {
    content: "\e620";
}
.l_navul{
    width: calc(100% - 220px);
    margin: 0 -15px;
}
.l_search{
    width: 220px;
    margin-top: 10px;
}
.l_search .l_shinput input::-moz-placeholder { 
    color:#c8c8c8;
    opacity: 1; 
}

.l_search .l_shinput input:-moz-placeholder { 
    color:#c8c8c8;
    opacity: 1; 
}

.l_search .l_shinput input::-webkit-input-placeholder { 
    color:#c8c8c8; 
}

.l_search .l_shinput input:-ms-input-placeholder { 
    color:#c8c8c8; 
}
.l_shicon{
    width: 24px;
    line-height: 48px;
}
.l_shicon img{
    width: 100%;
}
.l_shinputs{
    width: calc(100% - 24px);
    padding-left: 32px;
}
.l_shinput1{
    width: 100%;
    height: 48px;
}
.l_shinput1 input{
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #898989;
}
.l_sousuo{
    padding: 0 16px;
    width: 736px;
    margin: auto;
    background: #EEEEEE;
}
.l_sousuobox{
    width: 100%;
    background: #C9CACA;
    padding: 32px 0;
}
.l_shinput1 input::-moz-placeholder { 
    font-size: 16px;
    color: #898989;
}

.l_shinput1 input:-moz-placeholder { 
    font-size: 16px;
    color: #898989;
}

.l_shinput1 input::-webkit-input-placeholder { 
    font-size: 16px;
    color: #898989;
}

.l_shinput1 input:-ms-input-placeholder { 
    font-size: 16px;
    color: #898989;
}
.l_navxlnr{
    padding-left: 245px;
    padding-right: calc(50% - 745px);
}
.l_navxlbox{
    position: fixed;
    width: 100%;
    top: 64px;
    z-index: 1;
    left: 0;
    border: 1px solid #C9CACA;
    background: #FFFFFF;
    box-shadow: 0px 5px 28.13px 0.87px rgb(0 0 0 / 6%);
    display: none;
}
.l_navxlle {
    width: 414px;
    padding-top: 48px;
}
.l_navxlri{
    padding-top: 48px;
    width: calc(100% - 414px);
    padding-left: 235px;
    padding-bottom: 64px;
    border-left: 1px solid #C9CACA;
}
.l_navli2a{
    font-size: 22px;
    color: #3E3A39;
    letter-spacing: 0;
    line-height: 1.75;
    transition: all .36s;
}
.l_navulbox1{
    width: 266px;
    padding-right: 32px;
}
.l_navulbox1:last-child{
    padding-right: 0;
}
.l_navli2{
    margin-bottom: 16px;
}
.l_navli2:last-child{
    margin-bottom: 0;
}
.l_sybx1tit h2{
    color: #3E3A39;
    position: relative;
}
.l_sybx1tit h2::before{
    content: "";
    width: 21px;
    height: 36px;
    background: url(../images/titbg.svg) center / cover no-repeat;
    position: absolute;
    left: -29px;
    top: 8px;
}
.l_sybx1wz p{
    font-size: 22px;
    color: #3E3A39;
    line-height: 1.25;
    height: 55px;
    overflow: hidden;
}
.l_sybx1ul{
    margin: 0 -8px;
}
.l_sybx1li{
    width: 20%;
    padding: 0 8px;
    display: none;
}
.l_sybx1li.on{
    display: block;
}
.l_sybx1li a{
    display: block;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #C9CACA;
    position: relative;
}
.l_sybx1li a::after{
    content: "";
    width: 0;
    height: 4px;
    background: #C92628;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .36s;
}
.l_sybx1imgs{
    width: 100%;
    /* background-image: linear-gradient(134deg, #D0D0D1 0%, #898989 100%);
    text-align: center; */
}
.l_sybx1img{
    /* width: 134px; */
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    /* margin: 21px 0; */
}
.l_sybx1img img{
    width: 100%;
    transition: all .36s;
}
.l_img1{
    position: relative;
    top: 0;
    left: 0;
}
.l_img2{
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.l_sybx1wz{
    padding: 16px 16px 35px;
}
.l_sybox1.l_space1{
    padding-top: 80px;
}
.l_sybx1ul .slick-prev,.l_sybx1ul .slick-next{
    width: 24px;
    height: 24px;
}
.l_sybx1ul .slick-prev{
    background: url(../images/l_prev.svg) center / cover no-repeat;
    left: -26px;
}
.l_sybx1ul .slick-next{
    background: url(../images/l_next.svg) center / cover no-repeat;
    right: -26px;
}
.l_sybx1ul .slick-dots li{
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,0.30);
    border: 1px solid #979797;
    margin: 0 4px;
}
.l_sybx1ul .slick-dots li.slick-active{
    background: rgba(201,202,202,0.70);
}
.l_sybx1ul .slick-dots {
    position: absolute;
    bottom: -32px;
}
.l_sybx1ul .slick-disabled{
    opacity: 0;
}
.l_sybx1more{
    margin-top: 48px;
}
.l_sybox2.l_space1{
    padding-top: 0;   
}
.l_sybx2li{
    width: 50%;
    margin: -0.1px;
}
.l_sybx2li a{
    display: block;
    width: 100%;
    position: relative;
}
.l_sybx2litit h2{
    color: #FFFFFF;
    height: 83.2px;
    overflow: hidden;
}
.l_sybx2p p{
    opacity: 0.7;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1.5;
    height: 48px;
    overflow: hidden;
}
.l_sybx2img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.l_sybx2img img{
    width: 100%;
    /* height: 100%; */
    transition: all .36s;
}
.l_sybx2linr{
    padding-left: 48px;
    position: absolute;
    top: 0;
    z-index: 20;
    height: 100%;
}
.l_sybx2li1 .l_sybx2linr{
    padding-left: calc(100% - 745px);
}
.l_sybx2litit {
    width: 280px;
    margin-top: 48px;
}
.l_sybx2p{
    width: 360px;
    margin-top: 32px;
}
.l_sybx2more .l_banspbtn1 {
    padding-bottom: 46px; 
}
.l_sybx2more{
    position: absolute;
    bottom: 0;
}
.l_sybx2more1 {
    margin-top: 48px;
}
.l_sybx2more1 .l_banbtnp1{
    padding-right: 16px;
}
.l_space1{
    padding-top: 64px;
    padding-bottom: 96px;
}
.l_space2{
    margin-top: 32px;
}
.l_space3{
    padding-top: 80px;
    padding-bottom: 112px;
}
.l_sybx3lists{
    margin: 0 -8px;
}
.l_sybx3li{
    width: 20%;
    padding: 0 8px;
}
.l_sybx3linr{
    width: 100%;
    background: #FFFFFF;
    padding: 32px;
}
.l_sybx3p1 p{
    font-size: 22px;
    color: #3E3A39;
    letter-spacing: 0;
    line-height: 1.25;
    transition: all .36s;
    height: 27.5px;
    overflow: hidden;
}
.l_sybx3icon{
    width: 80px;
    position: relative;
    overflow: hidden;
    margin-top: 48px;
}
.l_sybx3icon img{
    width: 100%;
    /* height: 100%; */
    transition: all .36s;
}
.l_sybx3p2{
    margin-top: 64px;
}
.l_sybx3p2 p{
    font-size: 16px;
    color: #3E3A39;
    letter-spacing: 0;
    line-height: 1.5;
    height: 48px;
    overflow: hidden;
    transition: all .36s;
}
.l_sybox3{
    background: #EEEEEE;
}
.l_sybx3linr{
    position: relative;
}
.l_sybx3linr::after {
    content: "";
    width: 0;
    height: 4px;
    background: #C92628;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .36s;
}
.l_sybox4{
    padding-top: 96px;
    padding-bottom: 112px;
}
.l_sybx4lble{
    width: 50%;
}
.l_sybx4lble a{
    display: block;
    width: 100%;
}
.l_sybx4img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.l_sybx4img img{
    width: 100%;
    /* height: 100%; */
    transition: all .36s;
}
.l_sybx4lbri{
    background: #EEEEEE;
    width: 50%;
    padding: 48px 124px 33px 48px;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}
.l_sybx4tit h2{
    color: #3E3A39;
    height: 83.2px;
    overflow: hidden;
}
.l_sybx4p1{
    margin-top: 48px;
}
.l_sybx4p1 p{
    font-size: 16px;
    color: #898989;
    letter-spacing: 0;
    line-height: 1.75;
    height: 112px;
    overflow: hidden;
}
.l_sybx4mp{
    margin-right: 8px;
}
.l_sybx4mp p{
    font-size: 16px;
    color: #C92628;
    letter-spacing: 0;
    line-height: 1.75;
}
.l_sybx4mic{
    width: 24px;
    position: relative;
    top: 2px;
}
.l_sybx4mic img{
    width: 100%;
}
.l_sybx4more{
    display: inline-block;
    margin-top: 50px;
}
.l_sybx4more a{
    display: block;
}
.l_sybx4lb1 {
    position: relative;
    display: none;
}
.l_sybx4lb1.on{
    display: block;
}
.l_sybx4lb .slick-dots li{
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,0.30);
    border: 1px solid #979797;
    margin: 0 4px;
}
.l_sybx4lb .slick-dots li.slick-active{
    background: rgba(201,202,202,0.70);
}
.l_sybx4lb .slick-dots {
    bottom: 32px;
    width: auto;
    position: absolute;
    right: 48px;
}
.l_sybx4lb .slick-prev,.l_sybx4lb .slick-next{
    width: 24px;
    height: 24px;
}
.l_sybx4lb .slick-prev{
    background: url(../images/l_prev.svg) center / cover no-repeat;
    left: -40px;
}
.l_sybx4lb .slick-next{
    background: url(../images/l_next.svg) center / cover no-repeat;
    right: -40px;
}
.l_sybx4list{
    margin: 0 -8px;
}
.l_sybx4li{
    width: 25%;
    padding: 0 8px;
    margin-bottom: 16px;
}
.l_sybx4linr{
    position: relative;
    width: 100%;
}
.l_sybx4linr::after{
    content: "";
    width: 0;
    height: 4px;
    background: #C92628;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .36s;
}
.l_sybx4tp{
    width: 100%;
}
.l_sybx4tp a{
    width: 100%;
    display: block;
}
.l_sybx4img1{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.l_sybx4img1 img{
    width: 100%;
    /* height: 100%; */
    transition: all .36s;
}
.l_sybx4list{
    margin-top: 16px;
}
.l_sybx4wz{
    background: #EEEEEE;
    padding: 16px;
}
.l_sybx4p2 p{
    font-size: 16px;
    color: #3E3A39;
    letter-spacing: 0;
    line-height: 1.5;
    height: 48px;
    overflow: hidden;
}
.l_sybx4mr{
    margin-top: 36px;
    display: inline-block;
    width: 24px;
}
.l_sybx4mr a{
    display: block;
    width: 100%;
}
.l_sybx4mr img{
    width: 100%;
}
.l_sybx4more1{
    margin-top: 48px;
}
/* 底部 */
.l_syfoot{
    background: #2A2A2A;
}
.l_syftbt p{
    font-size: 16px;
    color: #898989;
    letter-spacing: 0;
    line-height: 1.75;
    /* text-align: center; */
}
.l_ftbta1{
    font-size: 16px;
    color: #898989;
    letter-spacing: 0;
    line-height: 1.75;
}
.l_syftbt{
    padding: 32px 0;
}
.l_syftlogo{
    width: 150px;
}
.l_syftlogo a,.l_syftlogo img{
    width: 100%;
}
.l_syfttp{
    padding-top: 48px;
}
.l_syftbtp1 p{
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1.75;
}
.l_syftcode{
    width: 120px;
    margin-top: 16px;
}
.l_syftcode img{
    width: 100%;
}
.l_syftbt1{
    margin-top: 32px;
}
.l_syftaddp1 p{
    font-size: 16px;
    color: #898989;
    letter-spacing: 0;
    line-height: 1.75;
}
.l_syftaddp2 p{
    font-size: 16px;
    color: #babbbb;
    letter-spacing: 0;
    line-height: 1.375;
}
.l_syftadd{
    margin-bottom: 16px;
}
.l_syftadd:last-child{
    margin-bottom: 0;
}
.l_syftbtle1{
    width: 360px;
    margin-right: 16px;
}
.l_ftnavli a{
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1.75;
    position: relative;
}
.l_ftnavli a::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position:absolute;
    left: 0;
    bottom: 0;
}
.l_syftbtri{
    width: 120px;
}
.l_syftbtle{
    width: calc(100% - 120px);
    padding-right: 260px;
}
/* f1-start */
.l_ny{
    margin-top: 64px;
}
.l_f1sect1{
    background: #EEEEEE;
    padding-bottom: 112px;
    /* margin-top: 64px; */
}
.l_f1box1{
    padding-top: 32px;
    padding-bottom: 48px;
}
.l_f1box1 .l_sybox4 {
    padding-top: 0;
    padding-bottom: 0;
}
.l_f1box1 .l_sybx4lists.l_space2{
    margin-top: 0;
}
.l_f1bx2tbli {
    padding: 5px 0;
    width: 180px;
    background: #FFFFFF;
    cursor: pointer;
    transition: all .36s;
}
.l_f1bx2tbli p{
    font-size: 16px;
    color: #3E3A39;
    letter-spacing: 0;
    line-height: 1.5;
    padding: 0 16px;
    transition: all .36s;
}
.l_f1bx2tbli.on{
    background: #C92628;
}
.l_f1bx2tbli.on p{
    color: #fff;
}
.l_f1bx2list .l_sybx4wz{
    background: #FFFFFF;
}
.l_f1bx2list .l_sybx4list {
    margin-top: 0;
}
.l_f1bx2list1{
    margin-top: 64px;
    padding-bottom: 32px;
}
.l_f1bx2time p{
    font-size: 22px;
    color: #898989;
    letter-spacing: 0;
    line-height: 1.75;
}
.l_f1bx2mp p{
    font-size: 16px;
    color: #C92628;
    letter-spacing: 0;
    line-height: 1.75;
    position: relative;
    /* text-align: right; */
}
.l_f1bx2mp p::after{
    content: ">";
    color: #C92628;
    padding: 0 5px;
}
.l_f1bx2li1 a{
    display: block;
    padding: 16px 376px 16px 32px;
    background: #fff;
}
.l_f1bx2lile{
    width: 342px;
}
.l_f1bx2liri{
    width: calc(100% - 342px);
    padding-left: 16px;
    border-left: 1px solid #C9CACA;
}
.l_f1bx2litit h3{
    color: #3E3A39;
    height: 57.2px;
    overflow: hidden;
}
.l_f1bx2more{
    margin-top: 32px;
}
.l_f1bx2li1{
    position: relative;
    margin-bottom: 16px;
}
.l_f1bx2li1:last-child{
    margin-bottom: 0;
}
.l_f1bx2li1::after{
    content: "";
    width: 0;
    height: 4px;
    background: #C92628;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .36s;
}
.l_f1box1 .l_sybx4tit h1{
    color: #3E3A39;
    font-size: 32px;
    line-height: 1.3;
    height: 83.2px;
    overflow: hidden;
}
.l_f1box1 .l_sybx4lbri{
    background: #fff;
}
/* f1-end */
/* 分页-start */
.pc_fenye {
    position: relative;
    /* left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center; */
}
.pc_fenye li {
    float: left;
    width: 24px;
    height: 28px;
    border: 1px solid transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #3E3A39; 
    text-align: center;
    margin: 0px 5px;
    transition: all .36s;
    position: relative;
}
.pc_fenye li::after{
    content: "";
    width: 0;
    height: 2px;
    background: #C92628;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .36s;
}
.g_phfy {
    display: none;
}
.g_phfyfl {
    font-size: 16px;
    color: #3E3A39;
}
.g_phfyfl a {
    font-size: 16px;
    color: #3E3A39; 
    line-height: 1.75;
}
.pc_fenye li.activepage::after {
    width: 100%;
}
.l_ftbxrip p{
    font-size: 16px;
    color: #3E3A39;
    line-height: 1.75;
}
.l_fybxle {
    width: calc(100% - 160px);
    padding-right: 20px;
}
.l_fybxri {
    width: 160px;
    text-align: right;
}
/* 分页-end */


/* f2-start */
.l_con1110{
    width: 1110px;
    margin: auto;
}
.l_f2brdli a{
    font-size: 16px;
    color: #3E3A39;
    letter-spacing: 0;
    line-height: 1.75;
    position: relative;
    transition: all .36s;
}
.l_f2brdli a::after{
    content: ">";
    padding: 0 5px;
}
.l_f2brdli:last-child a::after{
    display: none;
}
.l_f2bread{
    padding-top: 32px;
    padding-bottom: 24px;
}
.l_f2sect1{
    border-top: 1px solid #C9CACA;
    padding-bottom: 112px;
    background: #EEEEEE;
}
.l_f2bx1tit h1{
    position: relative;
}
.l_f2bx1tit h1::after{
    content: "";
    width: 30px;
    height: 50px;
    background: url(../images/titbg.svg) center / cover no-repeat;
    position: absolute;
    left: -38px;
    top: 10px;
}
.l_f2bx1info{
    margin-top: 48px;
    margin-bottom: 32px;
}
.l_f2bx1info p{
    font-size: 16px;
    color: #898989;
    letter-spacing: 0;
    line-height: 1.75;
}
.l_f2bx1con p{
    font-size: 16px;
    color: #3E3A39;
    line-height: 1.75;
    margin-bottom: 32px;
}
.yxedr_active p{
    font-size: 16px;
    color: #3E3A39;
    line-height: 1.75;
    margin-bottom: 32px;
}
.l_f2fyp p{
    font-size: 22px;
    color: #3E3A39;
    line-height: 1.75;
    transition: all .36s;
}
.l_f2fyic{
    width: 24px;
    position: relative;
    top: 8px;
}
.l_f2fyic img{
    width: 100%;
}
.f1bx2prev .l_f2fyp{
    padding-left: 8px;
}
.f1bx2next .l_f2fyp{
    padding-right: 8px;
}
.l_f2bx1fys{
    padding-top: 16px;
    margin: 0 -10px;
}
.l_f2bx1fy{
    width: 50%;
    padding: 0 10px;
}
.l_f2bx1fy a{
    display: inline-block;
}
.f1bx2next{
    text-align: right;
}
/* .l_f2brdli:last-child a{
    color: #C92628;
} */
/* f2-end */


/* g5-start */
.l_nybantit h1{
    color: #FFFFFF;
    position: relative;
}
.l_nybantit h1::after{
    content: "";
    width: 30px;
    height: 50px;
    background: url(../images/titbg.svg) center / cover no-repeat;
    position: absolute;
    left: -38px;
    top: 10px;
}
.l_nybanp p,.l_nybanp a{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.75;
}
.l_nybanimg{
    width: 100%;
}
.l_nybanimg img{
    width: 100%;
}
.l_nyban{
    position: relative;
}
.l_nyphban{
    display: none;
}
.l_naybanwz{
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}
.l_nybanp{
    margin-top: 32px;
    width: 360px;
}
.l_g5tabs{
    width: 100%;
    background: #898989;
}
.l_g5tabli{
    width: 212px;
    padding: 18px 0;
    cursor: pointer;
    transition: all .36s;
}
.l_g5tabli.on{
    background: #3E3A39;
}
.l_g5tabli p{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    height: 24px;
    overflow: hidden;
    transition: all .36s;
    padding: 0 16px;
}
.l_g5box1{
    /* padding-top: 80px;
    padding-bottom: 112px; */
    background: #EEEEEE;
}
.l_g5bx1tabs,.l_g5bx1list{
    padding-top: 32px;
}
.l_g5bx1tbli{
    background: #fff;
    width: 180px;
    padding: 4px 0;
    cursor: pointer;
}
.l_g5bx1tbli p{
    font-size: 16px;
    color: #3E3A39;
    letter-spacing: 0;
    line-height: 1.5;
    height: 24px;
    overflow: hidden;
    transition: all .36s;
    padding: 0 16px;
    position: relative;
}
.l_g5bx1tbli p::after{
    content: "";
    width: 1px;
    height: 100%;
    background: #898989;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .36s;
}
.l_g5bx1tbli.on p::after{
    opacity: 0;
}
.l_g5bx1tbli.on{
    background: #C92628;
}
.l_g5bx1tbli.on p{
    color: #FFFFFF;
}
.l_g5bx1tbli:last-child p::after{
    display: none;
}
.l_g5bx1list{
    margin: 0 -8px;
    margin-bottom: 16px;
}
.l_g5bx1li{
    width: 25%;
    padding: 0 8px;
    margin-bottom: 16px;
}
.l_g5bx1linr{
    padding: 16px;
    background: #FFFFFF;
}
.l_g5bx1if1 p{
    font-size: 16px;
    color: #C92628;
    letter-spacing: 0;
    line-height: 1.5;
    height: 24px;
    overflow: hidden;
    cursor: pointer;
}
.l_g5bx1if1{
    margin-right: 32px;
}
.l_g5bx1if1:last-child{
    margin-right: 0;
}
.l_g5bx1info{
    margin-top: 24px;
}
.l_g5bx1tit h4{
    font-size: 16px;
    color: #3E3A39;
    letter-spacing: 0;
    line-height: 1.5;
    height: 72px;
    overflow: hidden;
}
.l_g5sect1 .l_fybxri {
    display: none;
}
/* g5-end */



/* h2-start */
.l_h2nav{
    width: 100%;
    padding-left: 48px;
    background: #fff;
    border-top: 1px solid #C9CACA;
}
.l_h2navli a{
    font-size: 16px;
    color: #3E3A39;
    letter-spacing: 0;
    line-height: 48px;
    transition: all .36s;
    display: block;
    padding: 0 14px;
}
.l_h2navli.on a{
    color: #00001B;
}
.l_h2nav.on{
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    z-index: 400;
    box-shadow: 0px 5px 28.13px 0.87px rgb(0 0 0 / 6%);
}
.l_h2bx1p p{
    margin-bottom: 30px;
}
.l_h2bx1p p:last-child{
    margin-bottom: 0;
}
.l_h2bx1le{
    width: 224px;
}
.l_h2bx1p{
    width: calc(100% - 224px);
    padding-left: 152px;
}
.l_h2sect1 .l_f2bread{
    display: none;
}
.l_h2sect1 .l_h4banmr{
    display: none;
}
.l_h2box1{
    padding: 80px 0;
}
.l_h2box2{
    padding-top: 80px;
    padding-bottom: 128px;
    background: #EEEEEE;
}
.l_h2bx2list{
    margin: 0 -84px;
    margin-top: 80px;
}
.l_h2bx2bts{
    position: relative;
}
.l_h2bx2img::after{
    content: "";
    width: 100%;
    height: 100%;
    background: #eee;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.l_h2bx2bts::after{
    content: "";
    width: 99%;
    height: 42px;
    background-image: linear-gradient(90deg, rgba(201,38,40,0.00) 7%, #C92628 98%);
    position: absolute;
    bottom: 60px;
    left: 0;
}
.l_h2bx2li{
    width: 20%;
    padding: 0 84px;
}
.l_h2bx2lip1 p{
    font-size: 22px;
    color: #3E3A39;
    letter-spacing: 0;
    text-align: center;
    line-height: 2;
    height: 44px;
    overflow: hidden;
}
.l_h2bx2lip2 p{
    font-size: 16px;
    color: #3E3A39;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.75;
    height: 84px;
    overflow: hidden;
}
.l_h2bx2linr{
    width: 100%;
}
.l_h2bx2libt{
    width: 100%;
    margin-top: 16px;
    position: relative;
    text-align: center;
}
.l_h2bx2img{
    width: 162px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    z-index: 1;
    display: inline-block;
}
.l_h2bx2img img{
    width: 100%;
    /* height: 100%; */
    transition: all .36s;
}
.l_h2bx2sz p{
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.75;
    z-index: 30;
    position: relative;
}
.l_h2bx2sz{
    position: absolute;
    top: 0;
    left: 14px;
}
.l_h2bx2sz::after{
    content: "";
    width: 46px;
    height: 38px;
    background: #C92628;
    transform: skew(30deg);
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 20;
}
.l_h2bx3le{
    width: calc(100% - 74.6%);
    padding-right: 16px;
}
.l_h2bx3ri {
    width: 74.6%;
}
.l_h2bx3ri img{
    width: 100%;
}
.l_h2bx3p{
    margin-top: 50px;
}
.l_h2box3{
    padding: 80px 0;
}
.l_h2bx4le{
    width: 128px;
}
.l_h2bx4ri{
    width: calc(100% - 128px);
    padding-left: 248px;
}
.l_h2bx4rinr{
    width: 100%;
}
.l_h2bx3p p{
    color: #3E3A39;
}
.l_h2bx4p p{
    color: #3E3A39;
}
.l_h2bx4list{
    margin: 0 -8px;
}
.l_h2bx4li1{
    width: 33.333333%;
    padding: 0 8px;
}
.l_h2bx4img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.l_h2bx4img img{
    width: 100%;
    /* height: 100%; */
    transition: all .36s;
}
.l_h2bx4p{
    margin-bottom: 16px;
}
.l_h2bx4li{
    margin-bottom: 32px;
}
.l_h2bx4li:last-child{
    margin-bottom: 0;
}
.l_h2box4{
    padding-bottom: 112px;
    padding-top: 80px;
    background: #EEEEEE;
}
/* h2-end */


/* h3-start */
.l_h3sect1 .l_nybantit h1::after {
    background: url(../images/titbg1.svg) center / cover no-repeat;
}
.l_h3sect1{
    background: #EEEEEE;
}
.l_h3bx1list{
    margin: 0 -8px;
}
.l_h3bx1li{
    width: 25%;
    padding: 0 8px;
    margin-bottom: 16px;
}
.l_h3bx1li a{
    display: block;
    width: 100%;
    background: #FFFFFF;
    padding: 16px;
    position: relative;
}
.l_h3bx1li a::after{
    content: "";
    width: 0;
    height: 4px;
    background: #C92628;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .36s;
}
.l_h3bx1add p{
    font-size: 16px;
    color: #898989;
    letter-spacing: 0;
    line-height: 1.75;
}
.l_h3bx1zw p{
    font-size: 22px;
    color: #3E3A39;
    letter-spacing: 0;
    line-height: 1.75;
    height: 38.5px;
    overflow: hidden;
}
.l_h3bx1if1 p{
    font-size: 16px;
    color: #898989;
    letter-spacing: 0;
    line-height: 1.75;
}
.l_h3bx1ifri{
    width: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.l_h3bx1ifri img{
    width: 100%;
}
.l_h3bx1list{
    margin-top: 32px;
    margin-bottom: 16px;
}
.l_h3bx1zw{
    margin-top: 16px;
}
.l_h3bx1info{
    margin-top: 36px;
    position: relative;
}
.l_h3box1{
    padding-top: 80px;
    padding-bottom: 114px;
}
.l_h3sect1 .l_fybxri{
    display: none;
}
/* h3-end */


/* h5-start */
.l_h5sect1{
    background: #eee;
}
.l_h5bx1info p{
    font-size: 16px;
    color: #898989;
    letter-spacing: 0;
    line-height: 1.75;
}
.l_h5box1{
    padding-top: 24px;
}
.l_h5bx1info{
    margin-top: 16px;
}
.l_h5bx1con{
    padding-top: 48px;
    padding-bottom: 112px;
}
.l_h5bx1le{
    width: 736px;
}
.l_h5bx1ri{
    width: calc(100% - 736px);
    padding-left: 16px;
}
.l_h5bx1nr1 h6{
    font-size: 22px;
    color: #3E3A39;
    margin-bottom: 16px;
    line-height: 1.25;
}
.yxedr_active h6{
    font-size: 22px;
    color: #3E3A39;
    margin-bottom: 16px;
    line-height: 1.25;
}
.l_h5bx1nr1 p{
    margin-bottom: 0;
    line-height: 1.375;
}
.l_h5bx1nr1{
    margin-bottom: 48px;
}
.l_h5bx1if1{
    margin-bottom: 25px;
}
.l_h5bx1ifp2{
    width: calc(100% - 76px);
    padding-left: 8px;
}
.l_h5bx1ifp1{
    width: 76px;
}
.l_h5bx1if1 a{
    display: block;
    font-size: 16px;
    color: #3E3A39;
}
.l_h5bx1nr1:last-child{
    margin-bottom: 0;
}
.l_h5bx1if1:last-child{
    margin-bottom: 0;
}
/* h5-end */


/* h1-start */
.l_h1sect1 .l_nybanimg{
    height: 100vh;
}
.l_h1sect1 .l_nybantit h1::after {
    background: url(../images/titbg1.svg) center / cover no-repeat;
}
.l_h1sect1 .l_nybanp p{
    max-height: 84px;
}
.l_h1nysech{
    width: 736px;
    margin-top: 80px;
    background: #EEEEEE;
}
.l_h1shbt p{
    font-size: 16px;
    color: #3E3A39;
    line-height: 1.375;
    padding: 8px 16px;
    cursor: pointer;
    transition: all .36s;
    background: #eee;
}
.l_h1shlb{
    width: 130px;
    position: relative;
}
.l_h1shtpwz p{
    font-size: 16px;
    color: #898989;
    letter-spacing: 0;
    line-height: 1.375;
    transition: all .36s;
}
.l_h1shtp{
    padding: 13px 16px;
    cursor: pointer;
    position: relative;
}
.l_h1shlb::after{
    content: "";
    width: 1px;
    height: 32px;
    background: #898989;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.l_h1shic{
    width: 16px;
    position: relative;
    top: 3px;
}
.l_h1shic img{
    width: 100%;
    transition: all .36s;
}
.l_h1shbt{
    height: 150px;
    position: absolute;
    top: 48px;
    left: 0;
    background: #eee;
    width: 100%;
    display: none;
    border: 1px solid #898989;
    z-index: 20;
}
.l_h1shbt .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(144,147,153,.3);
}
.l_h1shbt .mCSB_inside>.mCSB_container {
    margin-right: 0;
}
.l_h1shbt .mCSB_scrollTools {
    right: -5px;
}
.l_h1shinp {
    width: calc(100% - 130px - 130px);
    padding:  0 16px;
}
.l_h1shic1 {
    width: 24px;
    line-height: 48px;
}
.l_h1shic1  img{
    width: 100%;
}
.l_h1input {
    width: calc(100% - 24px);
    padding-right: 20px;
}
.l_h1input input{
    width: 100%;
    height: 48px;
    font-size: 16px;
    color: #898989;
    line-height: 1.75;
}
.l_h1input input::-webkit-input-placeholder{
    font-size: 16px;
    color: #898989;
}
.l_h1shlb.on .l_h1shtpwz p{
    color: #3E3A39;
}
.l_h1shlb.on .l_h1shic img{
    transform: rotate(180deg);
}
.l_h1banxz .radio-inline{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.75;
    margin-right: 32px;
}
.l_h1banxz .radio-inline input {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: #EEEEEE;
    margin-top: -1px;
    margin-right: 12px;
}
.l_h1banxz .radio-inline input:checked::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 62%;
    height: 62%;
    background: #C92628;
}
.l_h1banxz{
    margin-top: 16px;
}
.l_h1bx1tit h2{
    font-size: 50px;
    color: #3E3A39;
    letter-spacing: 0;
    line-height: 1.25;
    position: relative;
}
.l_h1bx1tit h2::after {
    content: "";
    width: 30px;
    height: 50px;
    background: url(../images/titbg.svg) center / cover no-repeat;
    position: absolute;
    left: -38px;
    top: 10px;
}
/* .l_h1box1{
    padding-top: 80px;
    padding-bottom: 112px;
} */
.l_h1bx1p{
    width: 736px;
    margin-top: 32px;
    margin-bottom: 32px;
}
.l_h1bx1p p{
    color: #3E3A39;
}
.l_h1bx1li{
    width: 25%;
    margin-bottom: 16px;
}
.l_h1bx1li a{
    display: block;
    width: 100%;
}
.l_h1bx1img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.l_h1bx1img img{
    width: 100%;
    /* height: 100%; */
    transition: all .36s;
}
.l_h1bx1more{
    margin-top: 32px;
}
.l_h1bx2le{
    width: 50%;
    position: relative;
}
.l_h1video::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(62,58,57,0.80);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all .36s;
}
.l_h1video.on::after{
    opacity: 0;
    z-index: -1;
}
.l_h1video.act1::after{
    z-index: 10;
}
.l_h1video.on .l_h1play{
    opacity: 0;
}
.l_h1video.on .h1video{
    z-index: 99;
}
.l_h1video{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.l_spfmt{
    width: 100%;
    position: relative;
    z-index: 2;
    transition: all 0.36s;
}
/* .h1video{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
} */
.l_h1btn{
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 20;
}

.l_h1btn img{
    width: 100%;
    cursor: pointer;
    transition: all .36s;
}
.l_h1play{
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
}
.l_h1video.on .l_h1stop{
    z-index: 4;
}
.l_h1stop{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.l_h1video.on .l_spfmt {
    z-index: 0;
}
.l_h1bx2ri{
    width: 50%;
    padding-left: 54px;
}
.l_h1box2{
    padding: 128px 0;
    background: #EEEEEE;
}
.l_h1bx2p1 p{
    font-size: 22px;
    color: #898989;
    line-height: 1.75;
}
.l_h1box2 .l_h1bx1tit h2::after{
    display: none;
}
.l_h1bx2p2{
    width: 360px;
    margin-top: 32px;
}
.l_h1bx2p2 p{
    color: #898989;
}
.l_h1bx2more{
    margin-top: 65px;
}
.l_h1box3 .l_h1bx1tit{
    width: 404px;
}
.l_h1box1 .l_h1bx1tit{
    width: 290px;
}
.l_h1box3 .l_h1bx1p{
    margin-bottom: 46px;
}
.l_h1box3 .l_h3bx1li a{
    border: 1px solid #C9CACA;
}
.l_h1box3 .l_h3bx1list{
    margin-top: 0;
    margin-bottom: 34px;
}
/* .l_h1box3{
    padding-top: 80px;
    padding-bottom: 112px;
} */
.l_h1box4{
    width: 100%;
    background: #898989;
    padding: 80px 0;
}
.l_h1bx4nr1 {
    width: 136px;
}
.l_h1bx4nr1  img{
    width: 100%;
}
/* .l_h1bx4nrp2{
    margin-top: 32px;
} */
.l_h1bx4tsp  p{
    color: #fff;
}
.l_h1bx4p a{
    font-size: 16px;
    line-height: 1.375;
    color: #fff;
}
.l_h1bx4nrp1 h2{
    color: #fff;
}
.l_h1bx4p  p{
    color: #fff;
}
.l_h1bx4nr2 {
    width: calc(100% - 136px - 130px);
    padding-left: 240px;
    padding-right: 246px;
}
.l_h1bx4nr2s {
    width: 360px;
    padding-right: 16px;
}
.l_h1bx4nr2s:last-child{
    padding-right: 0;
}
.l_h1bx4nr3{
    width: 130px;
}
.l_h1bx43p p{
    color: #FFFFFF;
}
.l_h1bx4img{
    margin-top: 8px;
    width: 100%;
}
.l_h1bx4img img{
    width: 100%;
}
.l_h1banxz .radio-inline input:focus {
    outline: none;
}
/* .l_h1btn.on .l_h1play{
    opacity: 1;
} */
.l_h1video.act .l_spfmt{
    z-index: 2;
}
.l_h1video.act::after {
    opacity: 1;
}
.l_h1video.act .h1video {
    z-index: 0;
}
/* h1-end */


/* h4-atart */
.l_h4sect1 .l_nybanp{
    display: none;
}
.l_h4banmr{
    margin-top: 92px;
}
.l_h4sect1 .l_h3box1 {
    background: #eee;
}
.l_h4sect1 .l_fybxri {
    display: none;
}
.l_h4bx1p p{
    color: #3E3A39;
}
/* .l_h4bx1p{
    margin-top: 32px;
} */
.l_h4sect1 .l_f2bread{
    display: none;
}
.l_h4box1{
    padding: 80px 0;
}
.l_h4bx1le{
    width: 340px;
}
.l_h4bx1ri{
    width: calc(100% - 340px);
    padding-left: 36px;
    position: relative;
}
.l_h4bx1li p{
   color: #3E3A39;
   padding: 5px 0;
   transition: all .36s;
}
.l_h4bx1li.on p{
    background: #C9CACA;
}
.l_h4bx1li{
    padding: 10px 0;
    border-bottom:1px solid #3E3A39;
    cursor: pointer;
}
.l_h4bx1li:first-child{
    border-top:1px solid #3E3A39;
}
/* .l_h4bx1img{
    width: 100%;
} */
.l_h4bx1img img{
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.l_h4bx1wzp1 p{
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1.25;
}
.l_h4bx1ifs .l_h4bx1inp1:first-child {
    width: 48px;
}
.l_h4bx1ifs .l_h4bx1inp1:nth-child(2){
    width: calc(100% - 48px);
}
.l_h4bx1wz{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    padding: 48px 80px 0;
}
.l_h4bx1ris{
    width: 100%;
    position: relative;
    height: 648px;
    overflow: hidden;
}
.l_h4bx1lc1 {
    width: 33.333333%;
    padding: 0 48px;
}
.l_h4bx1lcimg{
    width: 136px;
    position: relative;
}
.l_h4bx1lcimg img{
    width: 100%;
    /* height: 100%; */
}
.l_h4bx1lc {
    margin:80px  -48px 0;
}
/* .l_h4bx1lcps{
    margin-top: 32px;
} */
.l_h4bx1lcp p{
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1.25;
    height: 27.5px;
    overflow: hidden;
}
.l_h4bx1info{
    margin-top: 44px;
}
.l_h4bx1inp1 p{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
}
.l_h4bx1ris:not(:first-child){
    display: none;
}
.l_h4bx1ris.on .l_h4bx1lc{
    display: none;
}
.l_h4bx1kp p{
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 1.25;
}
.l_h4bx1ris .l_h4bx1kp{
    display: none;
}
.l_h4bx1ris.on .l_h4bx1kp{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.l_h4bx1lc1nr{
    position: relative;
}
.l_h4bx1lc1nr::before{
    content: "";
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 61px;
    left: calc(33.333333% + 48px + 32px);
}
.l_h4bx1lc1nr::after{
    content: "";
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 61px;
    left: calc(33.333333% + 48px + 32px + 32px);
}
.l_h4bx1lcimg::before{
    content: "";
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 61px;
    right: -106px;
}
.l_h4bx1lcimg::after{
    content: "";
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 61px;
    right: -138px;
}
.l_h4bx1lc1:last-child .l_h4bx1lc1nr:before,
.l_h4bx1lc1:last-child .l_h4bx1lc1nr:after,
.l_h4bx1lc1:last-child .l_h4bx1lcimg::before,
.l_h4bx1lc1:last-child .l_h4bx1lcimg::after{
    display: none;
}
/* h4-end */


/* d2-start */
.l_d2sect1 .l_naybanwz{
    top: 0;
}
.l_d2sect1 .l_f2bread{
    width: 1490px;
    margin: auto;
}
.l_d2sect1 .l_f2brdli a{
    color: #C9CACA;
}
/* .l_d2sect1 .l_f2brdli:last-child a {
    color: #C92628;
} */
.l_d2box1{
    padding: 80px 0;
    border-bottom: 1px solid #C9CACA;
}
.l_d2bx1le{
    width: 50%;
}
.l_d2bx1ri{
    width: 50%;
    padding-left: 142px;
}
.l_d2bx1con h6{
    font-size: 22px;
    color: #3E3A39;
    line-height: 1.75;
    margin-bottom: 16px;
}
.l_d2bx1con p{
    font-size: 16px;
    color: #3E3A39;
    line-height: 1.375;
    margin-bottom: 25px;
}

.l_d2bx1lb{
    width: 100%;
}
.l_d2bx1img{
    width: 100%;
}
.l_d2bx1img a{
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.l_d2bx1img img{
    width: 100%;
    transition: all .36s;
}
.l_d2bx1lb .slick-prev,.l_d2bx1lb .slick-next{
    width: 24px;
    height: 24px;
}
.l_d2bx1lb .slick-prev{
    background: url(../images/l_prev.svg) center / cover no-repeat;
    left: -26px;
}
.l_d2bx1lb .slick-next{
    background: url(../images/l_next.svg) center / cover no-repeat;
    right: -26px;
}
.l_d2bx1lb .slick-dots li.slick-active{
    background: rgba(201,202,202,0.70);
}
.l_d2bx1lb .slick-dots li{
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,0.30);
    border: 1px solid #979797;
    margin: 0 4px;
}
.l_d2bx1lb .slick-dots{
    bottom: -32px;
}
.l_d2box2{
    padding-top: 80px;
    padding-bottom: 48px;
    border-bottom: 1px solid #C9CACA;
}
.l_d2bx2con p{
    font-size: 16px;
    color: #3E3A39;
    line-height: 1.75;
    margin-bottom: 32px;
}
.l_g5tabs.act{
    position: fixed;
    width: 100%;
    top: 64px;
    left: 0;
    z-index: 20;
}
/* d2-end */



/* e1-start */
.l_e1sect1 .l_sybx2list.l_space2{
    margin-top: 0;
}
.l_e1sect1 .l_sybox2{
    padding-bottom: 0;
}
.l_e1sect1 .l_f2bread{
    display: none;
}
.l_e1sect1 .l_h4banmr{
    display: none;
}
/* e1-end */



/* e2-start*/
.l_e2sect1 .l_nybanimg{
    position: relative;
}
.l_e2sect1 .l_nybanimg::after{
    content: "";
    width: 64%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.60) 47%, rgba(255,255,255,0.00) 81%);
    position: absolute;
    top: 0;
    left: 0;
}
.l_e2sect1 .l_f2brdli a{
    color: #C9CACA;
}
/* .l_e2sect1 .l_f2brdli:last-child a {
    color: #C92628;
} */
.l_e2sect1 .l_h4banmr{
    display: none;
}
.l_e2sect1 .l_f2bread {
    width: 1490px;
    margin: auto;
}
.l_e2sect1 .l_naybanwz{
    top: 0;
}
.l_e2bx1le{
    width: 128px;
}
.l_e2bx1ri{
    width: calc(100% - 128px);
    padding-left: 248px;
}
.l_e2bx1ris{
    width: 100%;
}
.l_e2bx1ris p{
    font-size: 16px;
    color: #3E3A39;
    line-height: 1.75;
    margin-bottom: 32px;
}
.l_e2box1{
    padding: 80px 0;
}
/* e2-end */



/* g3-start */
.l_g3box1{
    /* padding-top: 80px;
    padding-bottom: 114px; */
    background: #eee;
}
.l_g3bx1list{
    margin: 0 -8px 18px;
}
.l_g3bx1li{
    width: 50%;
    padding: 0 8px;
    margin-bottom: 16px;
}
.l_g3bx1linr{
    width: 100%;
    display: block;
    padding: 16px;
    background: #FFFFFF;
}

.l_g3bx1tit h3{
    color: #3E3A39;
    height: 57.2px;
    overflow: hidden;
}
.l_g3bx1mr{
    margin-top: 32px;
    width: 24px;
}
.l_g3bx1mr img{
    width: 100%;
}
.l_et2_moretext {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    z-index: 999;
}
.l_e2tc_window {
    position: absolute;
    width: 736px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.l_in1s2m_d {
    height: 100%;
}
.l_e2tc_content {
    padding: 66px 48px 32px 32px;
    background-color: #fff;
    width: 100%;
    height: 100%;
}
.l_et2_close {
    position: absolute;
    width: 24px;
    right: 16px;
    top: 16px;
    text-align: right;
}
.l_et2_close img {
    width: 100%;
    cursor: pointer;
}

.l_g3tcp1{
    width: 44px;
}
.l_g3tcp2{
    width: calc(100% - 44px);
    padding-left: 16px;
}
.l_g3tcp1 p{
    font-size: 22px;
    color: #C92628;
    line-height: 1.35;
}
.l_e2tc_top .l_g3tcp2 p{
    font-size: 22px;
    color: #3E3A39;
    line-height: 1.35;
    padding-bottom: 32px;
    border-bottom: 1px solid #C9CACA;

}

.l_e2tc_bot{
    margin-top: 32px;
    max-height: 480px;
}
.l_e2tc_bot .l_g3tcp2 p{
    color: #3E3A39;
    margin-bottom: 16px;
}
/* g3-end */


/* g1-start */
.l_g1bx1bt{
    margin-top: 80px;
    position: relative;
    width: 100%;
}
.l_g1bx1ri{
    width: 100%;
}
.l_g1bx1ris{
    width: 100%;
}
.l_g1bx1ris img{
    width: 100%;
}
.l_g1bx1le p{
    font-size: 32px;
    color: #00001B;
    line-height: 1.3;
}
.l_g1bx1le span{
    font-size: 32px;
    color: #C92628;
    line-height: 1.3;
}
/* .l_g1box1{
    padding-top: 80px;
    padding-bottom: 112px;
} */
.l_g1bx1le{
    position: absolute;
    top: 0;
    left: 0;
}
.l_g1sect1 .l_f2bread{
    display: none;
}
.l_g1sect1 .l_h4banmr{
    display: none;
}
/* g1-end */


/* d1-start */
.l_d1ban .l_sybanp{
    width: 360px;
}
.l_d1ban .l_sybanp p{
    height: auto;
}
/* .l_d1ban .l_sybtnbox {
    margin-top: 76px;
} */
/* .l_d1ban .l_banspbtn{
    margin-top: 76px;
} */
.l_d1box1{
    /* padding-top: 80px;
    padding-bottom: 112px; */
    background: #eee;
}
.l_d1bx1le{
    width: 340px;
}
.l_d1bx1ri{
    width: calc(100% - 340px);
    padding-left: 36px;
}
.l_d1bx1list{
    margin-top: 48px;
}
.l_d1bx1p p{
    color: #3E3A39;
    transition: all .36s;
}
.l_d1bx1ic{
    width: 24px;
}
.l_d1bx1ic img{
    width: 100%;
    transition: all .36s;
}
.l_d1bx1tp {
    padding: 15px 0;
    
    cursor: pointer;
}
.l_d1bx1cd1{
    border-bottom:  1px solid #3E3A39;
}
.l_d1bx1cd1:first-child .l_d1bx1tp{
    border-top:  1px solid #3E3A39;
}
.l_d1bx1bt p{
    color: #3E3A39;
    padding: 5px 20px;
    cursor: pointer;
    transition: all .36s;
}
.l_d1bx1bt p.on{
    background: #C9CACA;
}
.l_d1bx1bt{
    display: none;
}
.l_d1bx1cd1.act .l_d1bx1ic img{
    transform: rotate(180deg);
}
.l_d1rilist{
    margin: 0 -8px 16px;
}
.l_d1bx1li{
    width: 33.333333%;
    padding: 0 8px;
    margin-bottom: 16px;
}
.l_d1bx1li a{
    display: block;
    width: 100%;
    position: relative;
}
.l_d1bx1li a::after{
    content: "";
    width: 0;
    height: 4px;
    background: #C92628;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .36s;
}
.l_d1bx1img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.l_d1bx1img img{
    width: 100%;
    transition: all .36s;
}
.l_d1bx1wz{
    padding: 16px 16px 20px;
    background: #fff;
}
.l_d1bx1wzp p{
    font-size: 22px;
    color: #3E3A39;
    line-height: 1.25;
    height: 55px;
    overflow: hidden;
}
.l_d1bx1wzic{
    width: 24px;
}
.l_d1bx1wzic img{
    width: 100%;
}
.l_d1bx1ri .l_fybxri {
    display: none;
}
.l_d1rilist:not(:first-child){
    display: none;
}
/* d1-end */


/* g4-start */
.l_g4box1{
    /* padding-top: 80px;
    padding-bottom: 112px; */
    background: #eee;
}

.l_g4bx1le{
    width: 128px;
}
.l_g4bx1ri{
    width: calc(100% - 128px);
    padding-left: 248px;
}
.l_g4bx1ris1{
    width: 100%;
    background: #fff;
    padding:48px 32px 32px;
}
.l_g4bx1tit h2{
    color: #3E3A39;
}
.l_g4bx1tit{
    padding-bottom: 16px;
    position: relative;
}
.l_g4bx1tit::after{
    content: "";
    width: 100%;
    height: 2px;
    background:#C92628;
    position: absolute;
    left: 0;
    bottom: 0;
}
.l_g4bx1bt{
    margin-top: 30px;
    position: relative;
}
.l_g4bx1p{
    margin-bottom: 8px;
}
.l_g4bx1p p{
    color: #3E3A39;
}
.l_g4bx1ip{
    width: 100%;
    height: 48px;
    background: #EEEEEE;
    /* padding: 0 16px;
    border-bottom: 1px solid #898989; */
}
.l_g4bx1ip input{
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #3E3A39;
}
.l_g4bx1ip2{
    width: 268px;
    height: 48px;
    background: #EEEEEE;
 
    margin-right: 16px;
}
.l_g4bx1ip2 input{
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #3E3A39;
    padding: 0 16px;
    border-bottom: 1px solid #898989;
}
.l_g4bx1code{
    width: 160px;
    cursor: pointer;
}
.l_g4bx1code img{
    width: 100%;
}
.l_g4bx1bt2p.l_g4bx1p{
    margin-bottom: 0;
}
.l_g4bx1bt2p {
    margin-top: 13px;
    margin-left: 16px;
    cursor: pointer;
}
.l_g4bx1bt1{
    margin-bottom: 48px;
}
.l_g4bx1more{
    margin-top: 64px;
}
.l_g4bx1ris{
    width: 66%;
}
.l_g4bx1hdle p{
    font-size: 22px;
    color: #3E3A39;
    line-height: 1.75;
}
.l_g4bx1hdri p{
    font-size: 22px;
    color: #3E3A39;
    line-height: 1.75;
}
.l_g4bx1hd1{
    margin-bottom: 40px;
}
.l_g4bx1hd1:last-child{
    margin-bottom: 0;
}
.l_g4bx1hdle{
    width: 110px;
}
.l_g4bx1hdri{
    width: calc(100% - 110px);
    padding-left: 32px;
}
.l_g4bx1hdm{
    margin-top: 48px;
}
.l_g4bx1hdm a{
    font-size: 16px;
    color: #C92628;
    line-height: 1.5;
    position: relative;
}
.l_g4bx1hdm a::after{
    content:"";
    width: 100%;
    height: 1px;
    background-color: #C92628;
    position: absolute;
    left: 0;
    bottom:0;
}
.l_g4bx1hide{
    position: absolute;
    top: 0;
    left: -32px;
    background: #fff;
    width: calc(100% + 32px + 32px);
    padding: 18px 32px 32px;
    transition: all .36s;
    display: none;
}
.l_g4bx1show{
    position: relative;
    z-index: 20;
    background: #fff;
}
.l_g4box1.on{
    height: 680px;
}
/* g4-end */


/* b1-start */
.l_b1sect1 .l_f2bread,
.l_b1sect1 .l_h4banmr {
    display: none;
}
.l_b1box1{
    padding-top: 80px;
    padding-bottom: 127px;
    background-color: #eee;
}
.l_b1bx1cons {
    width: 75%;
}
.l_b1bx1con  p{
    font-size: 16px;
    color: #3E3A39;
    line-height: 1.75;
    margin-bottom: 20px;
}
.l_b1bx1con{
    width: 100%;
}
.l_b1bx1lb{
    width: 100%;
}
.l_b1bx1img{
    width: 100%;
    position: relative;
}
.l_b1bx1img img{
    width: 100%;
}
.l_b1bx1lb .slick-dots li {
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,0.30);
    border: 1px solid #979797;
    margin: 0 4px;
}
.l_b1bx1lb .slick-dots li.slick-active {
    background: rgba(255,255,255,0.70);
}
.l_b1bx1lb .slick-prev, .l_b1bx1lb .slick-next {
    width: 24px;
    height: 24px;
}
.l_b1bx1lb .slick-next {
    background: url(../images/l_wnext.svg) center / cover no-repeat;
    right: 16px;
}
.l_b1bx1lb .slick-prev {
    background: url(../images/l_wprev.svg) center / cover no-repeat;
    left: 16px;
    z-index: 1;
}
.l_b1box2{
    padding-top: 80px;
    padding-bottom: 84px;
}
.l_b1bx2bt{
    margin-top: 48px;
}
.l_b1bx2list{
    margin: 0 -8px;
}
.l_b1bx2li{
    width: 25%;
    padding: 0 8px;
    margin-bottom: 16px;
}
.l_b1bx2lis{
    width: 100%;
}
.l_b1bx2img{
    width: 100%;
    position: relative;
}
.l_b1bx2img img{
    width: 100%;
}
.l_b1bx2p p{
    color: #3E3A39;
    height: 22px;
    overflow: hidden;
}
.l_b1bx2p{
    padding-top: 8px;
}
.l_b1bx2bt .swiper-button-next:after{
    content: 'next';
    color: rgb(137, 137, 137);
}
 .l_b1bx2bt .swiper-button-prev:after{
    content: 'prev';
    color: rgb(137, 137, 137);
}
.l_b1bx2bt .swiper-button-prev{
    left: -30px;
    right: auto;
}
.l_b1bx2bt .swiper-button-next{
    right: -30px;
    left: auto;
}
.l_b1bx2bt .swiper-father{
    width: 100%;
    height: 100%;
    position: relative;
}
.l_b1bx2bt .swiper-button-next.swiper-button-disabled,.l_b1bx2bt .swiper-button-prev.swiper-button-disabled{
      opacity: 1;
}
.l_b1bx2bt .swiper-container{
    --swiper-pagination-color: #C9CACA;;/* 两种都可以 */
}
.l_b1bx2bt .swiper-father{
    --swiper-navigation-size: 24px;/* 设置按钮大小 */
}
.l_b1bx2bt .swiper-button-next,
.l_b1bx2bt .swiper-button-prev{
    top: calc(50% - 32px);
}
.l_b1bx2bt .swiper-pagination-bullet {
    background: rgba(255,255,255,.3);
    border: 1px solid #979797;
    opacity: 1;
}
.l_b1bx2bt .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
}
.l_b1bx2bt .swiper-wrapper{
    padding-bottom: 32px;
}
.l_b1bx2bt .swiper-container-horizontal>.swiper-pagination-bullets,
.l_b1bx2bt .swiper-pagination-custom,
.l_b1bx2bt .swiper-pagination-fraction{
    bottom: 0;
}
.l_b1bx3tit{
    margin-top: 16px;
}
.l_b1bx3p p{
    font-size: 22px;
    color: #C9CACA;
    line-height: 2;
}
.l_b1bx3wz {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.l_b1bx3tit h2{
    font-size: 50px;
    color: #FFFFFF;
    line-height: 1.25;
    position: relative;
}
.l_b1bx3tit h2::before {
    content: "";
    width: 30px;
    height: 50px;
    background: url(../images/titbg.svg) center / cover no-repeat;
    position: absolute;
    left: -38px;
    top: 10px;
}
.l_b1bx4p1{
    width: 20%;
    text-align: center;
}
.l_b1bx4p1 p{
    font-size: 22px;
    color: #3E3A39;
    text-align: center;
    line-height: 1.75;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.l_b1bx4p1 p::after{
    content: "";
    width: 100%;
    height: 4px;
    background: #C92628;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .36s;
    opacity: 0;
}
.l_b1bx4p1.slick-current p::after{
    opacity: 1;
}
.l_b1box4{
    padding-top: 64px;
    padding-bottom: 112px;
}
.l_b1bx4tp .slick-prev,.l_b1bx4tp .slick-next{
    width: 24px;
    height: 24px;
}
.l_b1bx4tp .slick-prev{
    background: url(../images/l_prev23.svg) center / cover no-repeat;
    left: -26px;
}
.l_b1bx4tp .slick-next{
    background: url(../images/l_next23.svg) center / cover no-repeat;
    right: -26px;
}
.l_b1bx4ri {
    width: 74.6%;
}
.l_b1bx4ri  img{
    width: 100%;
}
.l_b1bx4le {
    width: calc(100% - 74.6%);
    padding-right: 16px;
}
.l_b1bx4bt{
    margin-top: 68px;
}
.l_b1bx4tit h2{
    color: #3E3A39;
}
.l_b1bx4p p{
    color: #3E3A39;
}
.l_b1bx3sp{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.l_b1bx3img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    display: none;
}
.l_b1box3{
    height: 100vh;
    overflow: hidden;
    position: relative;
}
/* b1-end */


/* c1-start */
.l_c1bx1wz h1{
    color: #fff;
    position: relative;
}
.l_c1box1{
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.l_c1bx1wz{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 20;
}
.l_c1bx1wz h1::after{
    content: "";
    width: 30px;
    height: 50px;
    background: url(../images/titbg.svg) center / cover no-repeat;
    position: absolute;
    left: -38px;
    top: 10px;
}
.l_c1bx1p{
    width: 360px;
}
.l_c1bx1p p{
    color: #fff;
}
.l_c1bx1sp{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
}
.l_c1bx1img{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    display: none;
    z-index: -1;
}
.l_c1bx2p1 h3{
    color: #fff;
    text-align: center;
}
.l_c1bx2p2 h2{
    font-size: 50px;
    color: #FFFFFF;
    line-height: 1.25;
    text-align: center;
}
.l_c1box2{
    padding-top: 75px;
    padding-bottom: 100px;
    background: #2A2A2A;
    position: relative;
    overflow: hidden;
}
.l_c1bx2nr {
    position: relative;
    z-index: 20;
}
.l_c1bx2img{
    width: 488px;
    position: absolute;
    right: 366px;
    top: 0;
}
.l_c1bx2img img{
    width: 100%;
}
.l_c1box3 .l_c1bx2p1 h3{
    color: #898989;
}
.l_c1box3{
    background:#fff;
    height: 680px;
    position: relative;
    overflow: hidden;
}
.l_c1bx3nr{
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.l_c1box4{
    background: #2A2A2A;
    /* height: 620px; */
    overflow: hidden;
}
.l_c1bx4le{
    width: 50%;
    height: 100%;
    position: relative;
}
.l_c1bx4ri{
    width: 50%;
    padding-left: 96px;
    padding-top: 64px;
    /* padding-bottom: 137px; */
    padding-right: calc(50% - 745px);
    /* position: absolute;
    right: 0;
    top: 0;
    height: 100%; */
}
.l_c1bx4ris{
    width: 100%;
}
.l_c1bx4p p{
    font-size: 32px;
    color: #FFFFFF;
    line-height: 1.75;
}
.l_c1box4 .l_c1bx2p1 h3{
    text-align: left;
}
.l_c1bx4p{
    margin-top: 55px;
    padding-right: 20px;
}
.l_c1box4 .l_h1video::after{
    display: none;
}
.l_c1bx4nr {
    position: relative;
    width: 100%;
    height: 100%;
}
.l_c1box4 .l_spfmt{
    display: none;
}
.l_c1box4 .l_h1video{
    height: 100%;
    z-index: 20;
}
.c1video2{
    height: 100%;
    width: 100%;
}
.l_c1bx4img{
    position: absolute;
    left: 0;
    top: 50%;
    transform:translateY(-50%);
    width: 100%;
    height: 100%;
    display: none;
}
.l_c1box5{
    padding-top: 96px;
    padding-bottom: 112px;
    background-color: #fff;
}
.l_c1box5 .l_g5bx1tbli{
    background-color: #eee;
}
.l_c1box5 .l_g5bx1tbli.on {
    background: #C92628;
}
.l_c1bx5p{
    width: 736px;
}
.l_c1bx5list{
    margin: 0 -8px;
}
.l_c1bx5li{
    width: 25%;
    padding: 0 8px;
}
.l_c1bx5lis{
    width: 100%;
    cursor: pointer;
}
.l_c1bx5img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.l_c1bx5img img{
    width: 100%;
    height: 100%;
    transition: all .36s;
}
.l_c1bx5list .slick-prev,.l_c1bx5list .slick-next{
    width: 24px;
    height: 24px;
}
.l_c1bx5list .slick-prev{
    background: url(../images/l_prev.svg) center / cover no-repeat;
    left: -26px;
}
.l_c1bx5list .slick-next{
    background: url(../images/l_next.svg) center / cover no-repeat;
    right: -26px;
}
.l_c1bx5list .slick-dots{
    bottom: -40px;
}
.l_c1bx5list .slick-dots li.slick-active{
    background: rgba(201,202,202,0.70);
}
.l_c1bx5list .slick-dots li{
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,0.30);
    border: 1px solid #979797;
    margin: 0 4px;
}
.l_c1bx5qh1:not(:first-child){
    display: none;
}
/* c1-end */


/* g2-end */
.l_g2box1{
    /* padding-top: 80px;
    padding-bottom: 112px; */
    background-color: #eee;
}
.l_g2bx1le{
    width: calc(100% - 360px);
    padding-right: 16px;
}
.l_g2bx1les{
    width: 100%;
    background-color: #fff;
    padding: 48px 32px 32px;
}
.l_g2bx1list{
    margin: 0 -16px;
}
.l_g2bx1lis{
    width: 50%;
    padding: 0 16px;
}
.l_g2bx1dh{
    width: 96px;
    border-right: 1px solid #898989;
    cursor: pointer;
    position: relative;
    background: #EEEEEE;
    
}
.l_g2bx1lis2 .l_g4bx1ips {
    border-bottom: 1px solid #898989;
}
.l_g2bx1lis2 .l_g2bx1ip{
    border-bottom:none;
}
.l_g2bx1dh.on .l_g2bx1xl img{
    transform: rotate(180deg);
}
.l_g2bx1bt1{
    background: #EEEEEE;
    position: absolute;
    width: 100%;
    top: 48px;
    left: 0;
    height: 84px;
    display: none;
    border: 1px solid #898989;
}
.l_g2bx1bt1 p{
    font-size: 16px;
    line-height: 1.75;
    color: #3E3A39;
    text-align: center;
    cursor: pointer;
}
.l_g2bx1ip{
    width: calc(100% - 96px);
    padding-right: 0;
    padding-left: 16px;
}
.l_g2bx1lis2 .l_g4bx1ips{
    padding-left: 0;
}
.l_g2bx1lis2 .l_g2bx1tp {
    padding-left: 15px;
    padding-right: 8px;
}
.l_g2bx1bt1 .mCSB_inside>.mCSB_container {
    margin-right: 0;
}
.l_g2bx1bt1 .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(144,147,153,.3);
}
.l_g2bx1dp p{
    font-size: 16px;
    line-height: 48px;
    color: #3E3A39;
}
.l_g2bx1xl {
    width: 16px;
    line-height: 48px;
}
.l_g2bx1xl  img{
    width: 100%;
    transition: all .36s;
}
.l_g2bx1dp {
    width: calc(100% - 16px);
    padding-right: 8px;
}
.l_g2bx1lis{
    margin-bottom: 44px;
}
.l_g4bx13zs p{
    font-size: 16px;
    color: #898989;
    text-align: right;
    line-height: 1.375;
}
.l_g2bx1lis.l_g2bx1lis3{
    width: 100%;
}
.l_g2bx13bt{
    width: 100%;
    height: 192px;
    background: #EEEEEE;
}
.l_g2bx13bt textarea{
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.375;
    color: #3E3A39;
    padding: 10px 16px;
    resize: none;
}
.l_g2bx1lis.l_g2bx1lis4{
    margin-bottom: 64px;
    width: 100%;
}
.l_g2bx1lis1 input::-webkit-input-placeholder{
    font-size: 16px;
    color: #898989;
}
.l_g2bx1ri{
    width: 360px;
}
.l_g2bx1li1{
    margin-bottom: 16px;
}
.l_g2bx1li{
    background: #C9CACA;
    text-align: center;
}
.l_g2bx1img img{
    width: 144px;
}
.l_g2bx1li a{
    display: block;
    padding: 80px 35px;
}
.l_g2bx1lip1 p{
    font-size: 22px;
    color: #3E3A39;
    line-height: 1.25;
}
.l_g2bx1lip2{
    margin-top: 8px;
}
.l_g2bx1lip2 h2{
    color: #3E3A39;
}
.l_g2bx1img{
    margin-bottom: 48px;
}
.l_g2bx1mr1{
    width: 200px;
    background: #898989;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .36s;
    opacity: 0;
}
.l_g2bx1mr2{
    width: 200px;
    background: #898989;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .36s;
    opacity: 0;
}
.l_g2bx1more{
    position: relative;
}
.l_g2bx1more .l_banspbtn1{
    z-index: 20;
}
.l_g2bx1more.on .l_g2bx1mr1{
    opacity: 1;
    z-index: 25;
}
.l_g2bx1more.act .l_g2bx1mr2{
    opacity: 1;
    z-index: 30;
}
.l_g2bx1ics {
    width: 24px;
    line-height: 48px;
    cursor: pointer;
    height: 24px;
    display: inline-block;
    position: relative;
}
.l_g2bx1ics img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transition: all .36s;
}
.l_g2bx1ic1,.l_g2bx1ic2{
    opacity: 0;
}
.l_g2bx1ips .l_g4bx1ip {
    width: calc(100% - 24px);
    padding-right: 16px;
    border-bottom:none;
}
.l_g2bx1ips {
    background: #EEEEEE;
    border-bottom: 1px solid #898989;
    padding-right: 16px;
    position: relative;
}
.l_g2bx1ips.on{
    border-bottom: 1px solid #3E3A39;
}
.l_g2bx1ips.on .l_g2bx1ic1{
    opacity: 1;
}
/* .l_g2bx1ips.act{
    border-bottom: 1px solid #C92628;;
} */
.l_g2bx1ips.act .l_g2bx1ic2{
    opacity: 1;
}
.l_g2bx1ips.act .l_g2bx1bcp{
    display: block;
}
.l_g2bx1ips.on .l_g2bx1jhp{
    display: block;
}
.l_g2bx1bcp p{
    color: #C92628;
}
.l_g2bx1bcp {
    position: absolute;
    bottom: -30px;
    display: none;
}
.l_g2bx1jhp p{
    color: #08D619;
}
.l_g2bx1jhp {
    position: absolute;
    right: -74px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    display: none;
}
/* g2-end */


/* z1-start */
.l_sousuoy{
    border-bottom: 1px solid #C9CACA;
}
.l_z1right{
    padding-left: 106px;
    width:1112px;
}
.l_z1rights{
    width: 100%;
    border-bottom: 1px solid #3E3A39;
    height: 64px;
}
.l_z1riinp{
    width: calc(100% - 80px);
    padding: 0 16px;
    height: 100%;
}
.l_z1riinp input{
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #3E3A39;
}
.l_z1riic1{
    width: 24px;
    margin-right: 32px;
    line-height: 64px;
    cursor: pointer;
}
.l_z1riic1:last-child{
    margin-right: 0;
}
.l_z1riic1 img{
    width: 100%;
}
.l_z1riicon {
    width: 80px;
}
.l_z1bx1nr{
    padding-top: 48px;
    padding-bottom: 114px;
    width: 1112px;
    margin: auto;
}
.l_z1bx1p1 h1{
    font-size: 32px;
    line-height: 1.3;
    color: #3E3A39
}
.l_z1bx1p2{
    margin-top: 8px;
}
.l_z1bx1p2 p{
    font-size: 16px;
    color: #898989;
    line-height: 1.5;
}

.l_z1bx1ris{
    width: 100%;
}
.l_z1bx1bt{
    margin-top: 16px;
}
.l_z1bx1li{
    border-bottom: 1px solid #C9CACA;
}
.l_z1bx1li:last-child{
    border-bottom: 0;
    margin-bottom: 32px;
}
.l_z1bx1li a{
    display: block;
    padding: 32px 0;
}
.l_z1bx1tit h3{
    color: #C92628;
}
.l_z1bx1p3 p{
    color: #3E3A39;
}
.l_z1bx1p3{
    margin-top: 16px;
    /* height: 66px;
    overflow: hidden;*/
} 
.l_z1bx1bt .l_fybox{
    width: 1112px;
}
.l_z2shbox p{
    color: #3E3A39;
    text-align: center;
}
.l_z2shbox {
    border-top: 1px solid #979797;
    padding-top: 128px;
    display: none;
}
/* z1-end */

/*鼠标效果*/
@media screen and (min-width: 1200px){
    .l_g3bx1linr:hover::after{
        width: 100%;
    }
    .pc_fenye li:hover::after{
       width: 100%;
    }
    .l_banspbtn2:hover .l_banbtnp2 p{
        color: #C92628;
    }
    .l_banspbtn2:hover .l_banjt2{
        opacity: 0;
    }
    .l_banspbtn2:hover .l_banjt1{
        opacity: 1;
    }
    .l_banspbtn2:hover::before{
        width: 100%;
        left: 0;
        right: auto;
    }
    .l_banspbtn1:hover::before{
        width: 0;
        left: auto;
        right: 0;
    }
    .l_banspbtn:hover::before{
        width: 0;
        left: auto;
        right: 0;
    }
    .l_sybx1li a:hover::after{
        width: 100%;
    }
    .l_sybx1li a:hover .l_sybx1img img{
       transform: scale(1.05);
    }
    .l_sybx2li a:hover .l_sybx2img img{
        transform: scale(1.03);
    }
    .l_sybx3linr:hover::after{
        width: 100%;
    }
    .l_sybx3linr:hover .l_sybx3icon img{
        transform: scale(1.05);
    }
    /* .l_sybx3linr:hover .l_sybx3p1 p{
        font-weight: bold;
    }
    .l_sybx3linr:hover .l_sybx3p2 p{
        font-weight: bold;
    } */
    .l_sybx4lble a:hover .l_sybx4img img{
        transform: scale(1.05);
    }
    .l_sybx4linr:hover .l_sybx4img1 img{
        transform: scale(1.05);
    }
    .l_sybx4linr:hover::after{
        width: 100%;
    }
    .l_navli:hover .l_navlia1{
        color: #A41E20;
    }
    .l_navli:hover .l_navlia1::after{
        width: calc(100% - 30px);
    }
    .l_navli2a:hover{
        color: #A41E20;
    }
    .l_f1bx2li1:hover::after{
        width: 100%;
    }
    .l_f1bx2tbli:hover{
        background: #C92628;
    }
    .l_f1bx2tbli:hover p{
        color: #fff;
    }
    .l_f2brdli a:hover{
        color: #C92628;
    }
    .l_g5tabli:hover{
        background: rgba(62,58,57,0.50);
    }
    .l_g5bx1tbli:hover p{
        color: #fff;
    }
    .l_g5bx1tbli:hover{
        background: #C92628;
    }
    .l_g5bx1tbli:hover p::after{
        opacity: 0;
    }
    .l_h2bx4img:hover img{
        transform: scale(1.05);
    }
    .l_h3bx1li a:hover::after{
        width: 100%;
    }
    /* .l_h1shbt p:hover{
        background: #898989;
    } */
    .l_h1shbt p:hover {
        background: rgba(201,202,202);
    }
    .l_h1bx1li a:hover .l_h1bx1img img{
        transform: scale(1.05);
    }
    .l_d1bx1bt p:hover{
        background: #DEDEDE;
    }
    .l_d1bx1li a:hover .l_d1bx1img img{
        transform: scale(1.05);
    }
    .l_d1bx1li a:hover::after{
        width: 100%;
    }
    .l_c1bx5lis:hover .l_c1bx5img img{
        transform: scale(1.05);
    }
    .l_f2bx1fy:hover .l_f2fyp p{
        color: #A41E20;
    }
    .l_h1video.on:hover .l_h1stop{
        opacity: 1;
    }
    .l_h1video.on:hover .l_h1btn{
        z-index: 100;
    }
    /* 2021.11.2 */
    .l_sybx2li:hover::after{
        width: 100%;
    }
    .l_navli2a:hover::after{
        width: 100%;
    }
    /* 北元新增鼠标经过效果 */
    /* 人才招聘 */
    .l_rebx1lis:hover .l_rebx1img img{
        transform: scale(1.05);
    }
    .l_abbx5lis:hover .l_rebx1img img{
        transform: scale(1.05);
    }
    
}
/*载入效果*/
.g_fadein1{
    -webkit-animation: fadeIn 1s ease both;
    animation: fadeIn 1s ease both;
    animation-delay: 0.3s; 
}
.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; 
}
.l_syftbt p a{
    color: #898989;
}
.l_ftnavli{
    margin-bottom: 15px;
}
.l_b1bx4bts  {
    padding: 0 20px;
}
.l_g3bx1linr{
    cursor: pointer;
}
/* .l_d1box1 .l_d1bx1nr.l_space3{
    padding: 0;
} */
/* .l_d1bx1bt {
    display: block;
} */

.l_d1bx1tp.on+.l_d1bx1bt{
    display: block;
}
/* 2021.7.27 */
.l_sybx3p2 p{
    height: 72px;
}
.l_g3tcp2 img{
    max-width: 100%;
}
.l_c1bx5list .slick-prev {
    z-index: 20;
}
.l_d2bx1lb .slick-prev {
    z-index: 20;
}
.l_h4bx1lc {
    margin: 80px -52px 0;
}
.l_h4bx1lc1 {
    padding: 0 52px;
}
.l_sybx3linr{
    cursor: pointer;
}
.l_b1bx4tp .slick-prev, .l_b1bx4tp .slick-next {
    z-index: 20;
}
.l_sybx2p p {
    height: 96px;
}
.l_d1bx1wzp {
    width: calc(100% - 24px);
    padding-right: 10px;
}
.l_sousuo{
    border-bottom: 1px solid #898989;
}
.l_g4bx1ip input{
    padding: 0 16px;
    border-bottom: 1px solid #898989;
}
.l_g4bx1ip input[type=text]:focus,
.l_g4bx1ip2 input[type=text]:focus{ 
    border-bottom: 1px solid #3E3A39;
}
.l_g4code .l_g4bx1ip2 input[type=text]:focus{
    border-bottom: none;
}
.l_c1box4 {
    height: 620px;
}
.l_c1bx4le .l_h1video,.l_c1bx4le .c1video2{
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.l_h1video.act1::after{
    opacity: 1;
}
.l_h1video.act1 .h1video{
    z-index: 0;
}
.l_h1video.act1 .l_spfmt {
    z-index: 2;
}
.l_h1video.act1 .l_h1play {
    opacity: 1;
}
.l_h1video.act1 .l_h1stop{
    z-index: 0;
}
.l_search .l_shinput {
    height: 35px;
}
.l_search .l_shinput input {
    line-height: 35px;
}
.icon-search_ {
    line-height: 35px;
}
.l_search {
    margin-top: 14px;
}
.l_search .l_shinput {
    border: 1px solid #eee;
}
.l_search .l_shinput input {
    font-size: 14px;
    color: #ddd;
}
.l_search .l_shinput input::-moz-placeholder { 
    color:#ddd;
    opacity: 1; 
}

.l_search .l_shinput input:-moz-placeholder { 
    color:#ddd;
    opacity: 1; 
}

.l_search .l_shinput input::-webkit-input-placeholder { 
    color:#ddd; 
}

.l_search .l_shinput input:-ms-input-placeholder { 
    color:#ddd; 
}
.ys_navph3_header .ys_navph3_logo {
    width: 170px;
}
.l_search {
    margin-top: 15.5px;
}
.l_h2navli.on a {
    font-weight: bold;
}
.l_search .l_shinput input {
    color: #999;
}
.l_search .l_shinput input::-moz-placeholder { 
    color:#999;
    opacity: 1; 
}

.l_search .l_shinput input:-moz-placeholder { 
    color:#999;
    opacity: 1; 
}

.l_search .l_shinput input::-webkit-input-placeholder { 
    color:#999; 
}
.l_c1box4 .l_c1bx2p1 h3 {
    color: #898989;
}
.l_c1bx1sp 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_g2sect1 .l_g4bx1ip input{
    border-bottom: none;
}
.l_g2bx1lis5 .l_g4bx1ip input{
    border-bottom: 1px solid #898989;
}
.l_g2bx13bt {
    border-bottom: 1px solid #898989;
}
/* .l_g2bx13bt textarea{
    border-bottom: 1px solid #898989;
} */
.l_g4bx1ip input[type=text]:focus,
.l_g4bx1ip2 input[type=text]:focus{ 
    border-bottom: 1px solid #3E3A39;
}
/* .l_g2bx13bt textarea:focus{
    border-bottom: 1px solid #3E3A39;
} */
.l_g2bx1lis1 .l_g4bx1ip input[type=text]:focus,
.l_g2bx1lis2 .l_g4bx1ip input[type=text]:focus
{
    border-bottom: none;
}
.l_banbutton {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
}
.l_banbutton .l_h4banmr{
    margin-top: 0;
}
.l_f2bx1nr.l_con1110,
.l_f2sect1 .l_f2bread.l_con1110{
    margin-left: 216px;
}
.h1video{
    width: 100%;
}
.l_g2bx1jhp {
    display: none !important;
}
.l_g2bx1ip .l_g4bx1ip {
    width: calc(100% - 24px);
    padding-right: 16px;
}
.l_g2bx1ip.on .l_g2bx1ic1{
    opacity: 1;
}
.l_g2bx1ip.act .l_g2bx1ic2{
    opacity: 1;
}
.l_g2bx1ip.act .l_g2bx1bcp{
    display: block;
}
.l_g2bx1ip{
    padding-right: 16px;
}

.l_g2bx1ip {
    position: relative;
}
.l_g2bx1lis5 .l_g4bx1ip input{
    border-bottom: none;
}
.l_g2bx1lis5 .l_g4bx1ip input[type=text]:focus{ 
    border-bottom: none;
}
.l_g2bx1txt {
    width: calc(100% - 24px);
    height: 100%;
}
.l_g2bx13bt.on .l_g2bx1ic1{
    opacity: 1;
}
.l_g2bx13bt.act .l_g2bx1ic2{
    opacity: 1;
}
.l_g2bx13bt.act .l_g2bx1bcp{
    display: block;
}
.l_g2bx13bt {
    padding-right: 16px;
    position: relative;
}
.l_g4code {
    width: 268px;
    padding-right: 16px;
    margin-right: 16px;
    background: #EEEEEE;
    position: relative;
}
.l_g4code .l_g4bx1ip2{
    width: calc(100% - 24px);
    padding-right: 16px;
    margin-right: 0;
    background: none;
}
.l_g4code.on .l_g2bx1ic1{
    opacity: 1;
}
.l_g4code.act .l_g2bx1ic2{
    opacity: 1;
}
.l_g4code.act .l_g2bx1bcp{
    display: block;
}
.l_g4code .l_g4bx1ip2 input{
    border-bottom: none;
}
.l_g4code {
    border-bottom: 1px solid #898989;
}
.l_d2bx1con p{
    line-height: 1.5;
}
.l_b1bx2bt .swiper-button-next, .l_b1bx2bt .swiper-button-prev {
    outline: none;
}
.yxnav_active2 .l_navli2a{
    color: #000;
}
.g_sybantu::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.l_nybanimg{
    position: relative;
}
.l_nybanimg::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.l_g2bx1bt1 {
    z-index: 2;
}
.g_phfy a{
    font-size: 16px;
    color: #3E3A39;

}
.mc_fybtn {
    line-height: 1.75;
}
.l_navulbox1 {
    width: 310px;
}
.l_b1bx4ris{
    width: 100%;
}
.l_b1bx4ris1{
    width: 100%;
}
.l_h1banxz .radio-inline input {
    border-radius: 0;
}
.l_b1bx4ri {
    width: 52%;
}
.l_b1bx4le {
    width: calc(100% - 52%);
}
.l_b1bx2p p,
.l_b1bx4p p,
.l_c1bx1p p,
.l_c1bx5p p,
.l_h1bx1p p,
.l_h1bx2p2 p,
.l_h1bx4p a,
.l_h2bx1p p,
.l_h2bx3p p,
.l_h2bx4p p{
    line-height: 1.5;
}
.l_shinput1 input {
    color: #3E3A39;
}
.l_search .l_shinput input {
    color: #3E3A39;
}
.l_b1bx4le {
    padding-right: 80px;
}
.l_navli2a {
    color: #888;
}
.l_g3bx1linr::after {
    content: "";
    width: 0;
    height: 4px;
    background: #C92628;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .36s;
}
.l_g3bx1linr{
    position: relative;
}
.l_sybx2more {
    bottom: 46px;
}
.l_sybx2more .l_banspbtn1 {
    padding-bottom: 0;
}
.l_sousuobox {
    padding: 25px 0;
}
.l_shinput1 {
    height: 40px;
}
.l_shicon {
    line-height: 40px;
}
.l_g5tabli {
    padding: 12px 0;
}
.l_navli2a {
    font-size: 18px;
}
.l_g1icon {
    width: 18px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}
.l_g1icon img{
    width: 100%;
}
.l_g1iconp p{
    color: #999999;
}
.l_sybx2litit {
    width: 100%;
}
.l_f1bx2li1 a{
    position: relative;
}
.l_f1bx2lile{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.l_f1bx2litit h3{
    line-height: 57.2px;
}
.l_navxlri {
    padding-bottom: 90px;
}
.l_d1btnp p{
    font-size: 18px;
    line-height: 1.75;
}
.l_d1btnic {
    width: 24px;
    position: relative;
    top: 2px;
    transition: all .36s;
}
.l_d1btnic img{
    width: 100%;
}
.l_d1button {
    margin-bottom: 20px;
    display: none;
}
.l_d1button.on .l_d1btnic{
    transform: rotate(180deg);
}
.l_g4bx1hide{
    position: relative;
}
.l_g4box1.on{
    height: auto;
}
.ys_navph3_sec .ys_navph3_firstlifl{
    width: 100%;
}
.ys_navph3_sec .ys_navph3_firstlifl a{
    width: 100%;
    display: block;
}
.g_sybanwz,.l_sybx1wz p,.l_sybx4lbri,.l_b1bx4p1 p,.l_b1bx4le{
    -webkit-user-select: text
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
     user-select: text;
}
/* 2021.11.2 */
.l_sybx2li{
    position: relative;
}
.l_sybx2li::after {
    content: "";
    width: 0;
    height: 4px;
    background: #C92628;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .36s;
}
.l_sybox4 {
    padding-top: 0;
}
.l_g3bx1tri {
    width: 450px;
    background: #fff;
    padding: 0 16px;
}
.l_g3bx1shic{
    width: 24px;
    line-height: 48px;
    cursor: pointer;
}
.l_g3bx1shic img{
    width: 100%;
}
.l_g3bx1shin {
    width: calc(100% - 24px);
    padding-left: 20px;
}
.l_g3bx1shin input{
    width: 100%;
    height: 48px;
    font-size: 16px;
    color: #898989;
    line-height: 1.75;
}
.l_g3bx1shin input::-webkit-input-placeholder{
    font-size: 16px;
    color: #898989;
}
.l_navxlri{
    border-left: none;
}
.l_navli2{
    padding: 0 30px;
    margin-bottom: 0 !important;
    display: inline-block;
}
.l_navxlnr {
    padding: 0 !important;
}
.l_navxlri{
    width: 100% !important;
    padding: 0 !important;
    text-align: center;
}
.l_navli2a{
    display: block;
    padding: 15px 0;
    line-height: 30px;
    position: relative;
}
.l_navli2a::after{
    content: "";
    width: 0;
    height: 4px;
    background: #C92628;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .36s;
}
.l_navulbox1{
    display: inline-block;
    width: 100% !important;
}
/* .yxnav_active2 .l_navli2a::after{
    width: 100%;
} */
.l_tcphone a{
    font-size: 26px;
    line-height: 1.75;
    font-weight: bold;
    color: #333;
}
.l_tcwinp p{
    font-size: 16px;
    color: #666;
    line-height: 1.75;
}
.l_tcbutton {
    margin-top: 30px;
}
.l_tanchuang{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    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: 500px;
    padding: 50px;
}
.l_tcwinnr {
    width: 100%;
    text-align: center;
}
.l_tcwinnr .l_banspbtn1{
    display: inline-block;
}
.l_tcbutton .l_banspbtn1{
    margin-right: 0;
    width: 170px;
}


/* 北元新增页面样式-start */



/* 关于北元-start */
.l_abbx1p p{
    font-size: 22px;
    line-height: 1.75;
    color: #fff;
}
.l_abbx1li h2{
    color: #fff;
    height: 41.6px;
    overflow: hidden;
}
.l_abbx1li{
    width: 33.333333%;
    text-align: center;
    height: 100%;
    position: relative;
    border-right: 1px solid rgba(255,255,255,.47);
    cursor: pointer;
}
.l_abbx1li:last-child{
    border-right: none;
}
.l_abbx1lis{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.l_abbx1bt{
    height: 456px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}
.l_abbx1bt::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.47);
    position: absolute;
    top: 0;
    left: 0;
}
.l_abbx1_imgbox{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.l_abbx1_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
    overflow: hidden;
}
.l_abbx1img1{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.l_abbx1_img.act {
    opacity: 1;
}
.l_abbx1list {
    position: relative;
    z-index: 1;
    height: 100%;
}
.l_abbx1p{
    height: 231px;
    overflow: hidden;
    margin-top: 20px;
}
.l_abbox1,.l_abbox2,.l_abbox3{
    margin-bottom: 80px;
}
.l_abboxs{
    padding-top: 80px;
}
.l_abbx2p{
    margin-top: 30px;
    width: 85%;
}
.l_abbx2p p{
    line-height: 1.5;
    color: #3e3a39;
    margin-bottom: 22px;
}
.l_abbx2img{
    width: 100%;
    padding-top: 28px;
}
.l_abbx2img img{
    width: 100%;
}
.l_abbox3 .l_b1bx4tp .slick-prev{
    background: url(../images/ab_prev.svg) center / cover no-repeat;
}
.l_abbox3 .l_b1bx4tp .slick-next{
    background: url(../images/ab_next.svg) center / cover no-repeat;
}
.l_abbx3lb{
    margin-top: 40px;
}
.l_abbox4{
    margin-bottom: 110px;
}
.l_ableli p{
    font-size: 22px;
    line-height: 1.75;
    color: #010101;
    transition: all .36s;
}
.l_ableli{
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 36px;
    cursor: pointer;
    display: inline-block;
}
.l_ableli:last-child{
    margin-bottom: 0;
}
.l_ableli::after{
    content: "";
    width: 100%;
    height: 4px;
    background-color: #c92628;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .36s;
    opacity: 0;
}
.l_abbx4bt{
    margin-top: 70px;
}
.l_ableli.on::after{
    opacity: 1;
}
.l_abbx4le{
    width: 100px;
}
.l_abbx4ri{
    width: calc(100% - 100px);
    padding-left: 100px;
}
.l_abbx4ris{
    width: 100%;
}
.l_abbx4ris1:not(:first-child){
    display: none;
}
.l_abbx4tit h2{
    color: #000;
}
.l_abbx4p p{
    color: #000;   
    margin-bottom: 22px;
}
.l_abbx4p img{
    width: 100%;
}
.l_abbx4p{
    margin-top: 38px;
}
.l_abbx5li{
    width: 33.333333%;
    padding: 0 12px;
}
.l_abbx5li a{
    display: block;
    width: 100%;
}
.l_abbx5list{
    margin: 0 -12px;
}
.l_abbx5bt{
    margin-top: 40px;
}
.l_abbox5{
    margin-bottom: 100px;
}
.l_b1bx4p1:not(:first-child),
.l_b1bx4bts:not(:first-child){
    display: none;
}
.l_absect1 .l_c1bx1sp{
    position: static;
    transform: inherit;
    z-index: 10;
}
.l_absect1 .l_c1bx1img {
    position: absolute;
    z-index: 11;
}
.l_abbx1li .l_abbx1p{
    margin-top: 70px;
}
.l_abbx1li3 .l_abbx1p{
    margin-top: 20px;
}
/* 关于北元-eng */



/* 人才招聘-start */
.l_rebx1li{
    width: 25%;
    padding: 0 8px;
    margin-bottom: 45px;
}
.l_rebx1li a{
    display: block;
    width: 100%;
}
.l_rebx1list{
    margin: 0 -8px;
}
.l_rebx1lis{
    width: 100%;
}
.l_rebx1img{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.l_rebx1img img{
    width: 100%;
    height: 100%;
    transition: all .36s;
}
.l_rebx1bt{
    margin-top: 30px;
}
.l_rebx1wz {
    padding: 20px 0;
}
.l_rebx1wz h3{
    margin-bottom: 10px;
    height: 28.6px;
    overflow: hidden;
    color: #3e3a39;
}
.l_reboxs{
    margin-top: 45px;
}
.l_rebx1p{
    height: 44px;
    overflow: hidden;
}
.l_rebx1p p{
    color: #3e3a39;
}
.l_rebox1 h1{
    font-size: 32px;
    line-height: 1.3;
    color: #3E3A39;
    position: relative;
}
.l_rebox1 h1::before {
    content: "";
    width: 21px;
    height: 36px;
    background: url(../images/titbg.svg) center / cover no-repeat;
    position: absolute;
    left: -29px;
    top: 8px;
}
/* 人才招聘-eng */



/* 北元新增页面样式-end */


.l_ableli p {
    font-size: 16px;
}
/* 2022.2.16 */
.l_g2bx1li a {
    padding: 70px 35px;
}








