.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
 }
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}
.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}
.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}
.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px){
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor:pointer;
}

.poorder #ert {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-he.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder #uioi {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-su.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder .tab-list .list .current {
    background-image:url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image:url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/ 
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news, 
    .xymob-menu-click .xypg-left-keys, 
    .xymob-menu-click .xypg-left-contact, 
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
    border-bottom: none;
}

.xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}




/*样式*/
.w1800{max-width: 1800px;width: 96%;margin:0 auto;}
.w1620{max-width: 1620px;width: 96%;margin:0 auto;}

.flex_a{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}



.flex_b{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}





.flex_c{    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;}

.head_11{position: relative;padding: 10px 0;z-index: 999;left:auto;width: 100%;transition: all .3s; background: rgba(0, 0, 0, 0.9);}

.head_11.scroll{position: relative;left:auto;background:rgba(0, 0, 0, 0.9);}




.head_23{width: 55.625%;}

.hh_aa{width: 118px;}


.logo_a span{
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
	letter-spacing: -1px;
	color: #ffffff;
    background:url(//wm.cdn.cn86.cn/fivehe/2025/12/918193e76d1fdlnh.png) no-repeat left 50%;margin-left: 15px;padding-left: 15px;}





/* 导航样式 */
.x-menu{width:calc(100% - 208px);}
.x-menu > li {
    margin: 0;
    text-align: center;
    float: none;
    position: relative;
        line-height: 40px;
}

.x-menu > li > a {
    font-size: 24px;
    color: #fff;
    display: block;text-transform: capitalize;position: relative;
}
.x-menu > li:hover > a {
    color: #be3102!important;
}



.x-menu > li::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        width: 0;
        height: 1px;
        margin: 0 auto; background: #be3102;
        transition: all ease .5s
    }


.x-menu > li:hover::after {
        width: 48px
    }






.x-menu > li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 300%;
    left: -100%;
    top: 40px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}


.x-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu > li > a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;display: none;
}

.x-menu > li .x-sub-menux {
    position: absolute;
    left: 100%;
    width: 100%;
    background: #fff;
    top: 40px;
    border-radius: 5px;
    padding: 10px 0;
    display: none;
}

.x-menu > li .x-sub-menux li {
    position: relative;
}

.x-menu > li .x-sub-menux li a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #010101;
    line-height: 1.5;
    padding: 0.5em
}

.x-menu > li .x-sub-menu li:hover .x-sub-menux {
    display: block;
}

.x-menu > li .x-sub-menux li a:hover {
    background: #e9eaeb;
}




.hh_aa{float: right;}
.hh_aa .btn{border:none;outline: none;color: #fff;}
.hh_aa .language-group .btn{color:#fff}

.hh_aa .btn.focus,.hh_aa .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25)
}



.hh_aa .dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: .255em;
    content: "";color: #d7000f;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent}






/* bb_swiper */
.bb_swiper{overflow: hidden;}
.bb_swiper li .img{width: 100%;overflow: hidden;}
.bb_swiper li .img img{width: 100%;}
.bb_banner{position: relative;z-index: 99;}

.bb_banner .swiper-pagination1 {
	bottom: 40px;text-align: center;
}
.bb_banner .swiper-pagination1 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #ffffff;
	border-radius: 50%;
	margin: 0 10px!important;
	transition: width .3s ease;
	opacity: 1;
}
.bb_banner .swiper-pagination1 .swiper-pagination-bullet-active {
		background-color: #d32634;opacity: 1;
}



/* box_11 */
.box_11{background:#f1efef;padding: 80px 0;overflow: hidden;}
.picScroll-left .hd2{position: absolute;left:0px;bottom:4.5vw;z-index: 999;}
.picScroll-left .hd .next{display:block;cursor:pointer;	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #9f9f9f;}

.picScroll-left .hd .next img{padding-right: 10px;}

.picScroll-left .hd .next a{color:#9f9f9f}
.picScroll-left .hd .next:hover a{color:#d10000}

    
.pcon{width: 72.75%;}
.dd_vv{width: 45.5%;}
.img_a11{width:50.5%;position: relative;padding: 30px;overflow: hidden;}
.img_a11 img{width:100%;border: solid 5px #ffffff;border-radius: 50%;}




.dd_vv h2 img{max-width: 100%;}
.dd_vv h2{margin-bottom: 30px;}
.dd_vv h3{	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #000000;margin-bottom: 0px;}


.dd_vv h3 p strong{text-transform: uppercase;font-weight: 400;}
.dd_vv h4{	width: 131px;
	height: 39px;
	background-color: #ffffff;
	box-shadow: 1px 1px 12px 1px 
		rgba(0, 0, 0, 0.11);font-weight: 400;
	border-radius: 20px;margin-bottom: 0px;	font-size: 14px;	color: #be3102;line-height: 39px;text-align: center;margin-top: 1.5vw;}



.img_a11 img{width:100%;border: solid 5px #ffffff;border-radius: 50%;}

.img_a11::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	background: url(//wm.cdn.cn86.cn/fivehe/2025/12/02b7410197uwfqtv.png) no-repeat center;
	animation: zhuan 7s infinite linear .65s;
	background-size: 100% 100%;left:0px;
}


@keyframes zhuan {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

    
.picScroll-left .hd ul li{width:100%;text-align: center;padding-left: 18px;}
.picScroll-left .hd ul li a{color: #212121;font-size: 18px;}
.picScroll-left .hd ul li.on{
    	background-color: #ffffff;
	box-shadow: 1px 1px 12px 1px 
		rgba(0, 0, 0, 0.11);
	border-radius: 47px;
}

.ys_nav .pp_img{width: 75px;border-radius: 50%;padding: 8px;background:#fff;}
.ys_nav .pp_img img{max-width: 100%;}
.ys_nav h2{width: calc(100% - 75px);text-align: right;color: #000000;	font-size: 28px;font-weight: 400;margin-bottom: 0px;}




.picScroll-left .hd ul li + li{margin-top: 10px;}
.picScroll-left .hd ul li.on h2{color:#be3102}

.pcon{margin-top:25px}
.pcon .tempWrap{width: 100%!important;}

.img_a img{width: 100%;}



/* box22 */
.box22{background:url(//wm.cdn.cn86.cn/fivehe/2025/12/1480baeb09iww7p3.png) no-repeat;padding:7.81vw 0 9.38vw;background-size:cover!important;background-attachment:fixed!important;overflow-x:hidden;background-position: center center;} 

.w1330{max-width: 1330px;margin: 0 auto;width: 96%;}
.at22{	font-family: Impact;
	font-size: 60px;
	font-weight: 600;
	letter-spacing: 0px;text-align: center;
	color: #ffffff;background-color: #be3102;line-height: 92px;max-width: 468px;margin: 0 auto;;}

.ab_nr{	font-family:Impact;
	font-size: 25px;
	font-weight: 200;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;margin-top: 35px;text-align: center;}

.sz_bg{background: rgba(0, 0, 0, 0.3);padding: 45px 0;margin-top: 7.5vw;}

.xx11{	width: 1px;
	height: 102px;
	background-color: #ffffff;}



.sul li .counter{	font-family: Impact;
	font-size: 97px;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: 0px;
	color: #ffffff;
	box-shadow: 1px 3px 2px 0px 
		rgba(0, 0, 0, 0.26);}

.sul li .sz_bk{margin-left: 10px;}
.sul li .sz_bk dd{	font-family: AdobeHeitiStd-Regular;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #ffffff;}

.sul li h3{	font-size: 24px;
	font-weight: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #ffffff;margin-top: 10px;margin-bottom: 0px;text-align: center;}



/* box33 */
.box33{margin-top: 80px;}
.web_tt span{	color: #be3102;font-family: Impact;font-weight: 600;}
.web_tt{text-align: center;	font-family: Impact;
	font-size: 75px;
	font-weight: 600;
	line-height: 52px;
	letter-spacing: 0px;
    color: #050505;
	text-shadow: 3px 3px 5px 1px 
		rgba(0, 0, 0, 0.16);text-transform: uppercase;}

.ad_ll{margin-top:50px;position: relative;z-index: 11;}
.ad_ll li{width: 32%;position: relative;z-index: 11;}
.ad_ll li .tb_a{width: 100%; overflow: hidden;}
.ad_ll li .tb_a img{width: 100%; display: block; transition: all 0.5s ease;}
.tb_b{position: absolute;width: 100%;top:25%;padding:20px;text-align:center;z-index: 99;}


.img_ab{width: 65px;margin:0 auto;overflow: hidden;height: 65px;}
.img_ab img{max-width: 100%;}

.tb_b h2{	font-size: 24px;
	font-weight: 400;
	line-height: 45px;
	letter-spacing: 0px;
	color: #ffffff;height:45px;overflow: hidden;text-transform: capitalize;margin-top:15px}

.tb_b h3{	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;height:100px;overflow: hidden;margin-top:15px}

.ad_ll::before{background:url(//wm.cdn.cn86.cn/fivehe/2025/12/633a74ded6ulmxaq.png) no-repeat ;
width: 100%;left:0px;background-size: 100% 100%;height: 187px;content: "";bottom: 0px;z-index: 99;position: absolute;}

.ad_ll li::after{position: absolute;
width: 100%;background: rgba(0, 0, 0, 0.85);content: "";height: 100%;left:0px;bottom: 0px;z-index: 12;display: none;}
/*
.ad_ll li:hover::after{display: block;}*/
.ad_ll li:hover .img_ab img{-webkit-filter: drop-shadow(0 50vh 0 #be3102);
    filter: drop-shadow(0 50vh 0 #be3102);
    transform: translateY(-50vh);}
.ad_ll li:hover .tb_a img {
    transform: scale(1.1);
}
.img_ab img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    transition: transform 0s
}



/* box44 */

.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.hz_ll{max-width: 1850px;margin:0 auto;margin-top: 60px;width: 96%;}
.hz_ll ul{position: relative;display: flex;flex-wrap: wrap;justify-content: center;margin-top: 55px;}
.hz_ll li a.img{width: 100%;display: block;overflow: hidden;}
.hz_ll li a.img img{width: 100%;}
.hz_ll li{position: relative;width: calc(100%/10 - 1%);text-align: center;margin: 0 .5% 0 .5%;z-index: 1;border-radius: 50%;overflow: hidden;border: 1.2px solid #ddd;}

.hz_ll li:first-child{margin-left: 0px;}

.hz_ll li:nth-child(n+11){margin-top: -.5%;}

.hz_ll li:nth-child(11){margin-left: 0.6%;}
.hz_ll li:nth-child(19){margin-right: 0.6%;}

.hz_ll li:nth-child(20){margin-left: 5.6%;}
.hz_ll li:nth-child(27){margin-right: 5.6%;}


.hz_ll li:nth-child(28){margin-left: 9.6%;}
.hz_ll li:nth-child(34){margin-right: 9.6%;}







/* box55 */
.box55{background:url(//wm.cdn.cn86.cn/fivehe/2025/12/6f4a6b52dcpeb90d.png) no-repeat 50% top;margin-top: 80px;padding-top: 85px;}
.hh_onr{max-width: 1842px;margin:0 auto;margin-top: 75px;width: 96%;}
.hh_onr p img{max-width: 100%;}
.hh_onr img{max-width: 100%;}




/* Customization Service */
.solutions-box {
margin-top: 70px;
}
.solutions-list {
  font-size: 0;
}


.solutions-list li + li{margin-left: 1.5%;}


.solutions-list li {
  width: 20%;
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  overflow: hidden;position: relative;
}

.solutions-list li::after{position: absolute;
width: 100%;height:100%;background: rgba(0, 0, 0, .5);content: "";left:0px;top:0px;}

.solutions-list li.active {
  width: 35%;
}

.solutions-list li.active::after{display: none;}
.solutions-list li .img {

}
.solutions-list li .img img {
}
.solutions-list li .text {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  text-align: left;
  padding:0 15px;color:#ffffff;font-size: 24px;
}


@media (max-width: 1100px) {
.solutions-list li .text{font-size: 20px;}
  }


@media (max-width: 1280px) {
.solutions-list li .text{font-size: 16px;}
  }

.ys_xx{margin-top: 35px;}
.ys_xx li{width: 48.8%;margin-bottom: 20px;}
.ys_xx li .img{width: 100%;}
.ys_xx li .img img{width: 100%;}
.ys_xx li h2{	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #212121;text-align: center;line-height: 30px;height:30px;overflow: hidden;}




/* Enterprise News */
.w1440{max-width: 1440px;margin:0 auto;width: 96%;}
.newx_con{background:url(//wm.cdn.cn86.cn/fivehe/2025/12/438041d972is4w83.png) no-repeat 50%;background-size: cover;padding: 108px 0;margin-top: 80px;}
.news_11{margin-top: 60px;width: 25.87%;}

.news_11 ul{background-color: #ffffff;
	border-radius: 5px;padding: 30px 20px;}

.news_11 h2{	font-family: SourceHanSansSC-Medium;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000000;height: 60px;overflow: hidden;margin-bottom: 0px;text-transform: uppercase;}

.news_11 h4{	font-family: SourceHanSansSC-Medium;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000000;
	opacity: 0.5;margin-bottom: 0px;margin-top: 10px;}
.xxp{	height: 1px;
	background-color: #050505;
	opacity: 0.24;width: 100%;margin-top: 15px;margin-bottom: 15px;}

.news_11 li:hover h2 { color: #BE3102 }


.news_22{margin-top: 60px;width: 72.63%;}
.news_22 li{width: 49%;	border-radius: 5px;position: relative;overflow: hidden;}
.news_22 li::after{background: rgba(0, 0, 0, .76);position: absolute;left:0px;top:0px;width: 100%;height: 100%;content: "";z-index: 22;}
.news_22 li .xw_img_a{width: 100%;}
.news_22 li .xw_img_a img{width: 100%;}
.news_22 li .xw_nr{position: absolute;width: 100%;top:35px;padding: 25px;z-index: 23;}

.news_22 li .xw_nr h2{	font-size: 24px;
	font-weight: 400;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #ffffff;height: 35px;overflow: hidden;margin-bottom: 0px;}

.news_22 li .xw_nr h3{	font-size: 14px;
	font-weight: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #ffffff;height: 35px;overflow: hidden;}

.news_22 li .time23{position: absolute;bottom: 25px;right:25px;z-index: 222;}
.news_22 li .time23 h4{margin-bottom: 0px;	font-family: SourceHanSansSC-Medium;
	font-size: 60px;
	font-weight: normal;
	line-height: 49px;
	letter-spacing: -3px;
	color: #ffffff;}

.news_22 li .time23 h5{	font-family: SourceHanSansSC-Regular;
	font-size: 18px;
	font-weight: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #ffffff;margin-bottom: 0px;}

.news_22 li:nth-child(n+3){margin-top: 2%;}


/* footer */
.dff{margin-top: 100px;}
.df_a h2{margin-bottom: 0px;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000000;}

.lxwn{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #000000;margin-top: 10px;}

.lxwn p{line-height: 26px;margin-bottom: 0px;}


.wm_ll{width: 35%;}
.wm_ll li{width: 31%;}
.wm_ll li .ewm{width: 100%;}
.wm_ll li .ewm img{width: 100%;}
.wm_ll li h3{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #000000;text-align: center;margin-top: 10px;}


.df_cc{width: 26%;text-align: center;}
.df_cc h2{margin-bottom: 15px;	font-size: 19px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #000000;}

.df_cc h3{margin-bottom: 15px;	font-size: 19px;
	font-weight: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #000000;}


.df_cc h4 p{margin-bottom: 0px;}
.df_cc h4 a{color: #000000;}
.df_cc h4{	font-size: 19px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #000000;margin-bottom: 0px;}


.smtb{margin-top: 20px;}
.smtb li{max-width: 55px;margin: 0 10px;}
.smtb li img{max-width: 100%;}


@media (max-width: 1660px) {
.logo_a span{font-size: 15px;}
.x-menu > li > a{font-size: 18px;}

.ys_nav h2{font-size: 25px;}
.dd_vv h3{font-size: 20px;}

.at22{font-size: 50px;}

.sul li .counter{font-size: 87px;}

.web_tt{font-size: 50px;}

.tb_b h2{font-size: 20px;}

.news_11 h2{font-size: 20px;}
.news_22 li .time23 h4{font-size: 50px;}

.smtb li{max-width: 48px;margin: 0 10px;}
}


@media (max-width: 1440px) {
.logo_a span{display: none;}


.ys_nav h2{font-size: 20px;}
.dd_vv h3{font-size: 18px;}

.at22{font-size: 40px;}

.sul li .counter{font-size: 67px;}

.web_tt{font-size: 40px;}

.tb_b h2{font-size: 18px;}

.news_11 h2{font-size: 18px;}
.news_22 li .time23 h4{font-size: 40px;}

.head_23{width: 67.625%;}

}


@media (max-width: 1370px) {


.ys_nav h2{font-size: 20px;}
.dd_vv h3{font-size: 18px;}

.at22{font-size: 40px;}

.ab_nr{font-size: 20px;}
.sul li .counter{font-size: 57px;}
.sul li .sz_bk dd{font-size: 16px;}
.sul li h3{font-size: 20px;}

.web_tt{font-size: 40px;}

.tb_b h2{font-size: 18px;}

.news_11 h2{font-size: 18px;line-height: 25px;height:25px;overflow: hidden;}
.news_22 li .time23 h4{font-size: 40px;}

.df_a{width: 28%;}

}


@media (max-width: 1200px) {
.df_a{width: 100%;}
.wm_ll{width: 100%;margin-top: 20px;}

.df_cc{width: 100%;margin-top: 30px;}
}


@media (max-width: 992px) {
.dd_vv{width: 100%;}
.img_a11{width: 100%;}
.pcon{width: 100%;}
.ys_nav{width: 100%;margin-top: 20px;}
.ys_nav ul{display: flex;
    flex-wrap: wrap;
    justify-content: space-between;width: 100%;}
.picScroll-left .hd ul li{width: 100%;}

.sul li{width: 50%;}
.xx11{display: none;}

.sul li{margin-bottom: 15px;}
.sul li .counter{font-size: 35px;}
.sul li .flex_a{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    }

.ad_ll li{width: 48%;position: relative;z-index: 11;margin-bottom: 20px;}


.hz_ll li{position: relative;width: calc(100%/3 - 1%);text-align: center;margin: 0 .5% 0 .5%;z-index: 1;border-radius: 50%;overflow: hidden;border: 1.2px solid #ddd;}

.hz_ll li{margin-bottom: 10px;}
.hz_ll li:nth-child(n+11){margin-top: 0%;}

.hz_ll li:nth-child(11){margin-left: 0%;}
.hz_ll li:nth-child(19){margin-right: 0%;}

.hz_ll li:nth-child(20){margin-left: 0%;}
.hz_ll li:nth-child(27){margin-right: 0%;}


.hz_ll li:nth-child(28){margin-left: 0%;}
.hz_ll li:nth-child(34){margin-right: 0%;}


.news_11{margin-top: 20px;	background-color: #ffffff;
	border-radius: 5px;width: 100%;padding: 30px 20px;}


    .news_22{margin-top: 30px;width: 100%;}
    .news_22 li{width: 100%;	border-radius: 5px;position: relative;overflow: hidden;margin-bottom: 20px;}
}


