.wap_show {display:none;}
.agree_jsm em{position: absolute;line-height: 1;font-size: 12px;color: #fff;top:50%;left:50%;transform: translate(-50%,-50%);}
.agree_jsm em{opacity: 0;color: var(--red);}
.agree_js.on .agree_jsm{opacity: 1;background-color: #fff;}
.agree_js.on .agree_jsm em{opacity: 1;}
.header__top-wrapper>* {pointer-events:auto;}
.header__top-wrapper {align-items:center;background-color:transparent;background:hsla(0,0%,100%,.1);backdrop-filter:blur(15px);display:flex;padding:25px var(--plr);pointer-events:none;width:100%;z-index:999;position:fixed;left:0;top:0;width:100%;}
.header__logo {position:relative;height:22px;}
.header__logo img {height:100%;position:absolute;left:0;top:0;transition:all 0.3s ease;}
.header__logo2 {opacity:0;}
.header__menu {align-items:center;display:flex;margin-left:auto;}
.header__menu-sandwich {background:transparent;border:none;cursor:pointer;display:flex;flex-direction:column;height:20px;position:relative;transition:width .5s,opacity .5s,margin-right .5s;width:26px;}
.header__menu-sandwich:after,.header__menu-sandwich:before {content:"";height:2px;left:0;position:absolute;transition:transform .5s ease-in-out,top .5s ease-in-out,bottom .5s ease-in-out,background-color .3s;width:100%;}
.header__menu-sandwich:before {top:0;}
.header__menu-sandwich:after {top:calc(100% - 2px);}
.header__menu-sandwich span {align-self:center;display:block;height:2px;position:absolute;top:50%;transform:translateY(-50%);transition:width .5s ease-in-out,background-color .3s;width:100%;}
.header__menu-sandwich:after,.header__menu-sandwich:before,.header__menu-sandwich span {background-color:#fff;}
.sidebar--open .header__menu-sandwich:before {top:50%;transform:translateY(-50%) rotate(45deg);}
.sidebar--open .header__menu-sandwich:after {top:50%;transform:translateY(-50%) rotate(-45deg);}
.sidebar--open .header__menu-sandwich span {width:0;}
.header__menu-sandwich:hover span,.header__menu-sandwich:hover:after,.header__menu-sandwich:hover:before {background-color:#bcbcbc;}
.sidebar {background-color:#fff;display:flex;flex-flow:column nowrap;height:100vh;left:-100vw;position:fixed;top:0;transition:background-color .3s,left .6s ease-out;width:100vw;z-index:80;}
.sidebar__inner {display:flex;flex-flow:column nowrap;height:100%;pointer-events:auto;}
.sidebar--open .sidebar__inner {transition:background-color 0s;}
.sidebar__links-wrapper {display:flex;flex-direction:column;height:100%;}
.sidebar__wrapper {height:100%;margin-top:72px;overflow-x:hidden;overflow-y:auto;padding:0 var(--plr);scrollbar-color:#909090 transparent;scrollbar-width:thin;transition:height .5s ease-in-out;}
.sidebar-link {background-color:transparent;display:block;transition:background-color .2s;border-bottom:1px solid #eee;}
.sidebar-link .sidebar-link {border:none;}
.sidebar-link__link {align-items:center;color:#222;cursor:pointer;line-height:24px;display:flex;padding:18px 0;position:relative;transition:color .2s,background-color .2s;width:100%;}
.sidebar-link__link{font-size: var(--fs18);}
.sidebar-link__wrapper-inner .sidebar-link__link {padding-top:14px;padding-bottom:14px;}
.sidebar-link__link span {align-items:center;display:flex;padding-right:16px;pointer-events:none;position:relative;}
.sidebar-link__link i {flex-shrink:0;height:24px;line-height:24px;color:#222;margin-left:auto;pointer-events:none;transition:all .2s;}
.sidebar-link__wrapper {background-color:#fff;display:flex;flex-flow:column nowrap;left:0;opacity:0;padding-top:72px;position:absolute;top:0;transform:translateX(-100%);transition:transform .3s ease-in-out,opacity 0s .3s,visibility 0s .3s;visibility:hidden;min-height:calc(100vh - 72px);width:100%;z-index:2;}
.sidebar-link__wrapper-inner {background-color:#fff;display:flex;flex-flow:column nowrap;height:100%;}
.sidebar-link__wrapper-back {align-items:center;background-color:#f4f4f4;cursor:pointer;display:flex;padding:14px var(--plr);}
.sidebar-link__wrapper-back i {height:24px;line-height:24px;color:var(--blue);font-size:20px;font-weight:var(--b600);margin-right:16px;pointer-events:none;}
.sidebar-link__wrapper-link {align-items:center;color:var(--blue);cursor:pointer;display:flex;padding:14px var(--plr);transition:background-color .2s;}
.sidebar-link__wrapper-link{font-size: var(--fs18);}
.sidebar-link__wrapper-link span {font-weight:var(--b600);max-width:90%;padding-right:16px;pointer-events:none;transition:color .2s;}
.sidebar-link__wrapper-link i {height:24px;line-height:24px;color:var(--blue);margin-left:auto;pointer-events:none;transition:color .2s;}
.sidebar-link__wrapper-links {overflow-x:hidden;overflow-y:auto;padding:0 var(--plr);scrollbar-color:#909090 transparent;scrollbar-width:thin;}
.sidebar-link.active>.sidebar-link__wrapper {opacity:1;transform:translateX(0);transition:transform .5s ease-in-out;visibility:visible;}
.sidebar-link__wrapper-links .sidebar-link__link{font-size: var(--fs16);}
/* 打开 */
.sidebar--open .sidebar {left:0;}
.sidebar--open .header__top-wrapper {background-color:#fff;}
.sidebar--open .header__logo2 {opacity:1;}
.sidebar--open .header__logo1 {opacity:0;}
.sidebar--open .header__menu-sandwich:after,.sidebar--open .header__menu-sandwich:before,.sidebar--open .header__menu-sandwich span {background-color:#bcbcbc;}
/* 打开 */


/* 泛白 */

.white .header__top-wrapper {background-color:#fff;box-shadow: 0 5px 10px rgba(0,0,0,0.08);}
.white .header__logo2 {opacity:1;}
.white .header__logo1 {opacity:0;}
.white .header__menu-sandwich:after,.white .header__menu-sandwich:before,.white .header__menu-sandwich span {background-color:#bcbcbc;}
/* 泛白 */
/* 单 */

.scroll.header__top-wrapper {background-color:#fff;box-shadow: 0 5px 10px rgba(0,0,0,0.08);}
.scroll .header__logo2 {opacity:1;}
.scroll .header__logo1 {opacity:0;}
.scroll .header__menu-sandwich:after,.scroll .header__menu-sandwich:before,.scroll .header__menu-sandwich span {background-color:#bcbcbc;}

.dan .header__top-wrapper {background-color:#fff;box-shadow: 0 5px 10px rgba(0,0,0,0.08);}
.dan .header__logo2 {opacity:1;}
.dan .header__logo1 {opacity:0;}
.dan .header__menu-sandwich:after,.dan .header__menu-sandwich:before,.dan .header__menu-sandwich span {background-color:#bcbcbc;}
/* 单 */



@media only screen and (max-width:1440px) {
	:root {
		--w13:1200px;
	}
	
	.actopm{width: 100%;padding-left: 50px;padding-right: 50px;}
	.actopnav li{margin: 0 20px;}
	.actopr .actoprbtn1, .actopr .actoprbtn2{width: 160px;}
}
@media only screen and (max-width:1366px) {
	:root {
		--w13:90vw;
		--ptb: 90px;
		--fs70:55px;
		--fs60:50px;
		--fs52:42px;
		--fs36:32px;
		--fs32:28px;
		--fs24:20px;
		--fs20:18px;
		--fs18:16px;
	}
	
	.banmorea{font-size: 16px;}
	.acnecocmb{width: 36%;}
	.acblogmp1{height: 60px;min-height: inherit;}
	.ajoinama{width: 55%;}
	.gbb57amb img{max-height: 520px;object-fit: cover;}
	
}
@media only screen and (max-width:1280px) {
	:root {
		--w13:92vw;
		--pd:30px
	}
	.actopnav li{margin: 0 15px;}
	.actoprbtn2{margin-left: 15px;}
	.actopm{width: 100%;padding-left: 20px;padding-right: 20px;}
	
	.acmpronlink .acmpro9wz{padding: 35px !important;}
	
	.acmcus9{padding: 120px 0;}
	
	
	
	
}
@media only screen and (max-width:1024px) {
	:root {
		--ptb:55px;--plr:4%;--w13:100%;
		--pd:25px;
		--fs34:34px;
		--fs30:30px;
		--fs28:28px;
		--fs26:26px;
		--fs24:24px;
		--fs22:22px;
		--fs20:20px;
		--fs18:18px;
		--fs16:16px;
		--fs14:14px;
		--fs12:12px;
		--mt35p:35px;
	}
	.plr5{padding-left: 4%;padding-right: 4%;}
	
	body,input,textarea{font-size: var(--fs14);}
	.wap_hide {display:none;}
	.wap_show{display: block;}
	.wap_show.header__top-wrapper {display:flex;}
	
	.site-baner{height: 100vh;min-height: 520px;}
	.site-baner-p1{margin-bottom: 20px;}
	.site-baner-p2{margin-top: 55px;}
	
	.gbb57ama,.gbb57amb{width: 50%;position: relative;}
	.gbb57amb{width: 45%;display: block;}
	.gbb57aimgwap{display: none;}
	.gbb57am{display: flex;flex-wrap: wrap;justify-content: space-between;}
	.gbb57bm{padding-top:0;}
	.gbb57bp2{margin-top: var(--mt25p);flex-wrap: wrap;}
	.gbb57bp2m {width:50%;display:flex;flex-wrap: wrap;margin-bottom:30px;max-width: inherit;}
	.gbb57bp2m:last-child{margin-bottom:0;}
	.gbb57bp2icon{width:60px;height: 60px;}
	.gbb57bp2icon img{max-width:inherit;max-height:inherit;width: 100%;}
	.gbb57bp2mwz{width:calc(100% - 60px);padding-left:25px;}
	.gbb57bp2p2{margin-top:10px;}
	
	.acmpronlink .acmpro9wz{position:relative;padding:var(--pd) !important;max-width:100% !important;}
	/*.acmpronlink:nth-child(1) img{display:none;}*/
	.acmpronlink:nth-child(1) img{height:auto;min-height:inherit;}
	.acmpro9video{width:100%;height:auto;position:relative;vertical-align: top;}
	.acmpronlink img,.acmpro9video{height: auto;object-fit: cover;}
	.acmpronlink{background:#fff;box-shadow:0 10px 20px rgba(0,0,0,0.08);width:100%;}
	.acmpronlink{margin-top:20px;}
	.acmpronlink:nth-child(1){margin-top:0;}
	.acmpronlink:hover img{filter: blur(0);}
	.acmpro9p1{color:#222;}
	.acmpro9p2{color:#444;line-height:1.2;margin-top:10px;}
	.acmpro9p3{color:#666;}
	.acmpro9more{display:none !important;}
	.acmpron{margin-top:var(--mt25p);}
	
	.acmcus9{background-attachment: scroll;}
	.acmcus9{padding-top:var(--ptb);padding-bottom:var(--ptb);}
	.acmcus9m{flex-wrap: wrap}
	.acmcus9ma,.acmcus9mb{width:100%;}
	.acmcus9p2{display:none;}
	.acmcus9mb,.acmcus9logo{margin-top:var(--mt25p);}
	.acmcus9logom img{max-width:24%}
	.ackh9more{display:none;}
	
	.acnew9slide{width:70%}
	.acnew9swiper{width:100%;margin:0;}
	.acnew9swiper{padding:0;margin-top:var(--mt25p);padding-bottom:55px;}
	.acnew9swiper-pagination{padding-left:var(--plr)}
	.acnew9slide{box-shadow:none;}
	
	
	.acmsg10a,.acmsg10b{width:100%;}
	.acmsg10bmsgm {width: calc(50% - 5px);}
	.acmsg10bmsg{margin-bottom:10px;}
	.acmsg10btxt, .acmsg10btext{padding-left:10px;padding-right:10px;}
	.acmsg10bmsgm-100{width:100%;}
	.acmsg10btext{height: 120px;}
	
	.acabua{margin-top: 72px;}
	.acabuama,.acabuamb{width: 100%;}
	.acabuamore.wap_show{display: flex;justify-content: space-between;}
	.acabuamb p{margin-top: 20px;}
	.acabuamb{margin-top: var(--mt25p);}
	.acabuamore a{margin: 0;}
	
	.acnban2{margin-top: 72px;}
	.ajoinamams,.ajoinamb{margin-top: var(--mt25p);}
	.ajoinama,.ajoinamb{width:50%;}
	.ajoinana{padding: 35px var(--pd);}
	.ajoinamb{width: 45%;}
	.ajoinamb{text-align: center;}
	
	.ajoinanms{max-width: 100%;}
	.ajoinanms{margin-top: var(--mt25p);}
	.ajoinanamore{margin-top:45px;}
	.ajoincsubm{width: calc(50% - 8px);margin: 0;margin-top: 16px;}
	.ajoincsubm:nth-child(1){width: 100%;margin-top: 0;}
	.ajoincsub{padding: 20px 0;justify-content: space-between;}
	.ajoinclabel{font-size: var(--fs14);font-weight: var(--b400);}
	.ajoinctxt, .ajoincsubm .layui-form-select, .ajoincsubm .layui-form-select .layui-input{height: 30px;}
	.ajoinclabel, .ajoincsubm .layui-form-select .layui-input, .ajoinctxt, .ajoincsubm .layui-form-select dl dd{padding-left: 10px;padding-right: 10px;}
	.ajoincsubm .layui-form-select .layui-edge{right: 10px;}
	.ajoinctxt, .ajoincsubm .layui-form-select .layui-input{font-size: var(--fs16);}
	.ajoincp2icon2,.ajoincp2icon1{font-size: 14px;}
	.ajoincp2 span{margin-right:15px;}
	.ajoincicon{width: 40px;height: 40px;line-height: 40px;top: 5px;}
	.ajoinczwmtop{padding-right: 45px;}
	.ajoincmore{margin-top: var(--ptb);}
	
	
	.acnban2blog{height: auto;padding-bottom: 23.5%;min-height: 150px;}
	
	
	.acxwaa{width: 100%;}
	.acxwaa{box-sizing: border-box;}
	.acxwaaswiper{margin-top: 0;}
	.acxwaaswiper{padding: 0;margin-bottom: var(--mt25p);}
	.acxwaaimg,.acxwaawz{width: 50%;}
	.acxwaaslide{flex-wrap: wrap;box-shadow: none;border-radius: 0;}
	
	.acxwaawz{padding: var(--pd);}
	.acxwaaimg{border-radius:var(--border10)}
	.acxwaa {padding-top: var(--ptb);}
	.acxwaaswiper-page.wap_show{display: flex;justify-content: center;}
	.acnewsuba a{width: auto;}
	.acnewsuba a{line-height: 20px;padding: 8px 12px;margin: 0;margin-right: 10px;margin-bottom: 15px;}
	.acnewsuba a:last-child{margin-right: 0;}
	.acnewsuba{justify-content: flex-start;flex-wrap: wrap;}
	.acnewsub1{padding-top: var(--ptb);}
	.acnewsuba,.acnewsubr{width: 100%;}
	.acnewsubrtxt{padding-top: 10px;padding-bottom: 10px;}
	.acxwac,.acxwacm {margin-top: var(--mt25p);}
	.acxwacma{width: calc(50% - 10px);margin: 0;margin-right: 20px;}
	.acxwacma{margin-top: 20px;}
	.acxwacma:nth-child(-n+2){margin-top: 0;}
	.acxwacma:nth-child(2n){margin-right: 0;}
	.acxwacmp3{display: none;}
	.acxwacmwz{padding: var(--pd);}
	
	.acpages {display: flex;justify-content: center;}
	
	.accona{margin-top: 72px;}
	.ggms1, .ggms2{margin-top: 5px;}
	.acconan {flex-wrap: wrap;}
	.acconanm{width: 100%;background-color: #fff;padding: var(--pd);max-width: 100%;margin-top: 20px;}
	.acconanm:nth-child(1){margin-top: 0;}
	.acconanline{width: 100%;height: 1px;display: none;}
	.acconan {background: none;padding: 0;border-radius: 0;}
	.acconanms, .acconandesc{margin-top: 10px;}
	.acconanmore{position: relative;margin-top: 25px;}
	.acconan{margin-top: var(--mt25p);}
	.acconbn{margin-top: var(--mt25p);}
	.acconbtxt, .acconbtext{padding: 10px;}
	.acconbtxt, .acconbtext{margin-top: 5px;}
	.acconbnmn{width: calc(50% - 10px);}
	.acconbnmn{margin-top: 20px;}
	.acconbnmn-100{width: 100%;}
	.acconsubmit{margin-top: var(--mt25p);}
	.acconbn{padding: var(--pd);padding-top: 35px;}
	.acconb2{padding-top: var(--ptb);margin-top: 72px;}
	
	
	.more11, .more11 i{font-weight: var(--b400);}
	.acblogmlink{width: calc(50% - 10px);margin: 0;margin-top: 20px;margin-right: 20px !important;}
	.acblogmlink:nth-child(-n+2){margin-top:0;}
	.acblogmlink:nth-child(2n){margin-right: 0 !important;}
	.acblogmlinkm{padding: var(--pd);}
	.acblogmp2{margin-top: 5px;}
	.acblogmgdimg{max-height: 300px;}
	
	.acby9n{margin-top:var(--mt25p)}
	
	
	.tcmsgbgzw{width: 96%;}
	.tcmsgbgzw .acconbnmn label{top:15px;}
	.tcmsgclose{right: 0;top:0;}
	.tcmsgbgzw .banmorea{font-size:var(--fs16);}
	.accasemlink{width: calc(50% - 10px);margin: 0;margin-top: 20px;margin-right: 20px !important;}
	.accasemlink:nth-child(-n+2){margin-top:0;}
	.accasemlink:nth-child(2n){margin-right: 0 !important;}
	.accasemp0{margin-top: 0;}
	.accasemp1{margin-top: 15px;min-height:inherit;}
	.accasemmore{margin-top: 25px;}
	.accasemwz{padding: var(--pd) 0;}
	
	
	
	
	.aceventmlink{width: calc(50% - 10px);margin: 0;margin-right: 20px !important;}
	.aceventmlink:nth-child(2n){margin-right: 0 !important;}
	.aceventmlinkm{padding: var(--pd);}
	.aceventmimg{margin-top: 20px;}
	.aceventmimg1{display: none;}
	.aceventmimg2{display: block;}
	.aceventmimg img{max-height: 260px;object-fit: cover;}
	.aceventmlinkx{margin-bottom: 20px !important;margin-top: 0!important;}
	.aceventmp1{min-height: 56px;}
	.aceventmlinkm{margin-top: 0;}
	.aceventmlinkm{width: 100%;}
	.aceventmlink:last-child .aceventmlinkx:last-child{margin-bottom: 0 !important;}
	
	
	.acnbanwz-pt100{padding-top: 72px;}
	.acnbanwza,.acnbanwzb{width: 50%;}
	.acnbanwzb{width: 45%;}
	.acnbanwz{position: relative;top:0;transform: none;left: 0;padding-bottom: var(--ptb);}
	.acnbanp2{margin-top: var(--mt25p);}
	.acnbanp0{line-height: 1;padding: 10px 20px;}
	.acnbanwza{padding-top: var(--ptb);padding-bottom: var(--ptb);}
	.acnbanp3 a{margin-right:30px;}
	.acnbanp3 a:last-child{margin-right: 0;}
	.acnbanp3{display: flex;justify-content:flex-start;}
	.acnban1{min-height: inherit;height: auto;}
	
	.acnprodxqt{position: relative;max-width: 100%;width: 100%;justify-content: flex-start;}
	.acnprodxqtm{width: 50%;}
	.acnprodxqtp2{font-size: 60px;line-height: 1;}
	.acnprodxqtp2{margin-top: 12px;}
	.acnprodxam{width: 100%;}
	.acnprodxaicon{width: 70px;}
	.acnprodxawz{width: calc(100% - 70px);padding-left: 20px;}
	.acnprodxa2,.acnprodxa3,.acnprodxa4{padding-left: 0;}
	.acnprodxa4{display:block;}
	.acnprodxawz {padding-right: 40px;}
	.acnprodxayjt{z-index: 2; position: absolute;color: #fff;right: 0;padding-right: 15px;width: 100%;text-align: right;height: 106px;line-height: 106px;top:0;}
	.acnprodxasub{position: relative;display: none;visibility: visible;opacity: 1;}
	.acnprodxasubwap{left: 0;height: auto;padding: 0;margin-top: 10px;}
	.acnprodxasubm{height: auto;padding: var(--pd) 18px;display: block;}
	.acnprodxayjt i{display: inline-block;transition: all 0.3s ease;}
	.acnprodxayjt.cur i{transform: rotateZ(90deg);}
	.acnprodxa{margin-top: 20px;}
	
	
	.acnprobmimg2{display: none !important;}
	.acnprobmimg1{display: block !important;}
	.acnprobmimg ,.acnprobmwz{width: 100%;}
	.acnprobmwz{padding:var(--pd) 15px;}
	.acnprobm{margin-top: var(--mt25p);}
	
	.acnproewz,.acnproeimg{width: 100%;}
	.acnproeimg{max-width: inherit;}
	.acnproeimg1{display: block;margin-top: var(--mt25p);}
	.acnproeimg2{display: none;}
	.acnproeimg img{max-height: 450px;object-fit: cover;}
	
	.acnsaiaxb,.acnsaiaxa{width: 50%;}
	.acnsaiaxa{width: 45%;}
	.acnsaiaxb p:before{top:10px;}
	.acnsaiax,.acnsaiaxb{margin-top: var(--mt25p);}
	
	.acnsaiaob,.acnsaiaoa{width: 50%;}
	.acnsaiaob{width: 45%;}
	.acnsaiaoap1{font-size: var(--fs30);}
	.acnsaiaoali:first-child,.acnsaiaoali{padding:var(--pd) 0;}
	
	.acnsaibxa,.acnsaibxb{width: 100%;}
	.acnsaibxaimg{margin-top: 45px;width: 100%;}
	.acnsaibxaimg img{max-width: 60%;}
	.acnsaibxb{padding-top: 0;margin-top: var(--mt25p);}
	.acnsaibxbm{margin-top: 20px;}
	.acnsaibxbm:nth-child(1){margin-top: 0;}
	.acnsaibxaimg,.acnsaibmore{display: flex;justify-content: center;}
	.acnsaibxbm{padding: var(--pd);}
	
	
	
	.acnban1-irt{margin-top: 72px;}
	.birttit .ggtit1{font-size: var(--fs24);}
	.acnbanwzb-irt{position: relative;left: 0;top:0;transform: none;}
	
	.acnsaibxbtit{padding-right: 25px;}
	
	.acnbanbg:before{position: absolute;width: 100%;height: 100%;left:0;top:0;content:'';background: rgba(0,0,0,0.3);}
	.acnecoama,.acnecoamb{width: 50%;}
	.acnecoamb{width: 45%;}
	.acnecoam{align-items: flex-end;}
	.acnecoamaxm{margin-top: 50px;}
	.acnecoamaxp1{font-size: 28px;}
	.acnecoamaxp2{margin-top: 10px;padding-right: 0;}
	.acnecoamb img{max-height: 280px;object-fit: cover;}
	.acnecoamb{margin-top: var(--mt25p);}
	
	.ggtops .ggtit1{width: 100%;}
	.ggtopsr{margin-top: var(--mt25p);}
	.acnecobh5 ,.acnecobhms{padding-left: var(--pd);padding-right: var(--pd);}
	.acnecobh5 i{background: none !important;right:var(--pd);text-align: center;right: 0;}
	.acnecoblistm:hover .sdicon, .acnecobh5_js.cur .sdicon{background: none !important;color: var(--blue);}
	.acnecobms{padding: var(--pd);padding-top: 0;}
	.acnecobms p:before{top:10px;}
	
	.acnecocma,.acnecocmb{width: 100%;}
	.acnecocmore{margin-top: var(--mt25p);}
	.acnecocmb img{max-width: 80%;}
	.acnecocmb{justify-content: center;display: flex;padding: 50px var(--pd);background-color: #ebf8ef;margin-top: var(--mt35p);}
	
	.acnecodn{background: none !important;}
	.acnecodntit{position: relative;transform: none;}
	.acnecodnmn{height: auto;padding: 0;width: 100%;align-items: flex-start;}
	.acnecodnmnicon1{display: block !important;}
	.acnecodnmnicon2{display: none !important;}
	.acnecodnmnicon{width: 60px;}
	.acnecodnmnwz{width: calc(100% - 60px - 20px);margin: 0;margin-left: 20px;}
	.acnecodntit{}
	.acnecodntit{line-height: 1;padding: 0 ;background: none;}
	.acnecodnmnwz p:before{top:10px;}
	.acnecodn{margin-top: var(--mt35p);}
	.acnecodnmn{margin-top: var(--mt25p);}
	.acnecodnmnwz{padding: var(--pd);}
	.acnecodnmnicon{display: none !important;}
	.acnecodnmnwz{width: 100%;margin-left: 0;}
	.acnecodnmnwz p{margin-top: 5px;}
	.acnecodnmnwz p:nth-child(1){margin-top: 0;}
	.acnecodntit2{margin-top: var(--mt35p);}
	.acnecodntit:nth-child(1){margin-top: 0;}
	.acnecodnm{height: auto;}
	.acnecodn{padding-bottom: var(--pd);}
	.acnecodnmn2 .acnecodnmnwz{margin-right: 0;}
	.acnecoeslide{margin: 0;}
	.acnew9wz{padding: var(--pd);}
	.acnecoeswiper{margin-bottom: var(--mt25p);margin-top: var(--mt25p);}
	
	.newd{margin-top: 72px;}
	.newddown{margin-top: var(--mt25p);}
	.newdzw{padding-top: var(--mt35p);margin-top: var(--mt35p);}
	
	
	.acnban2 img{min-height: 150px;object-fit: cover;}
	.banmorea,.ggmore3{font-size: var(--fs14);line-height: 46px;width: auto;padding: 0 35px;}
	.ggmore3{padding: 0 50px;}
	
	.fot14bb{display:none;}
	.fdb2{align-items: flex-start;}
	.fot14c,.wsfxac {width:100%;}
	.fot14c{margin-top:20px;}
	.fdb2{padding-top:40px;}
	.fot14{padding-top:var(--ptb)}
	
	.site-baner-page2{bottom:35px !important}
	.acnew9p2{min-height:inherit;}
	
	.ajoinczwmms strong{font-size:16px !important;}
	
	.tcmsgbgzw,.acnecodnmnwz,.acnecocmb,.acnecoblistm.cur,.acnecoblistm,.acnecoamb,.acmpronlink,.acxwacma,.acconanm,.accasemimg,.aceventmimg,.aceventmlinkm,.acnprodxam,.acnprodxasubwap,.acnprobmimg,.acnsaiaob,.acnproeimg{border-radius:var(--border10)}
	.site-baner-p1{font-size: var(--fs30);}
	.mbh2,.acmcus9p1,.ggtit1{font-size: var(--fs34);}
	.newdh3,.acnecodntit,.acnecobh5,.gbb57bp2p1,.acmpro9p1,.acnew9p2,.ajoincp1,.acxwaap2,.acxwacmp2,.acconantit,.acblogmp1,.accasemp1,.aceventmp1,.acnprobtit,.acnsaibxbtit{font-size:var(--fs20)}
	.acnprodxawz{font-size: var(--fs18);}
	.acnecodnmnwz,.acmpro9p2,.acabuamb,.ajoinamams,.ajoinanms,.acnewsuba a,.acnprodxasubm,.acnproep2,.acnsaiaoap2,.acnecobms,.acnecocms{font-size:var(--fs16)}
	.acmcus9mbswiper,.ajoincp2,.ggms1, .ggms2,.acconanms,.acconbnmn label,.more11,.more11 i,.acnbanp0,.acnsaiaxb,.acnecoamaxp2{font-size:var(--fs14)}
	.fot14c,.acnew9p1{font-size:var(--fs12)}
}
@media only screen and (max-width:768px) {
	
		.acnbanp3{justify-content: space-between;}
		.acnproeimg img{max-height: 250px;}
		.acnbanp3 a{margin: 0;}
		.acnbanwza,.acnbanwzb{width: 100%;}
		.acnsaiaxb,.acnsaiaxa{width: 100%;}
		.acnsaiaob,.acnsaiaoa{width: 100%;}
		.acnecoama,.acnecoamb{width: 100%;}
		.acnecoamaxm,.acnecoamb{margin-top: var(--mt35p);}
		.acblogmlink{width: 100%;margin: 0 !important;margin-bottom: 20px !important;}
		.acblogmlink:last-child{margin-bottom: 0 !important;}
		.acblogmlink:nth-child(6n){display: none;}
		
		.acmpronlink img, .acmpro9video,.acmpronlink:nth-child(2) img,.acmpronlink:nth-child(3) img{height: 200px;min-height:inherit}
		
		.accasemlink{width: 100%;margin: 0 !important;margin-bottom: 20px !important;}
		.accasemlink:last-child{margin-bottom: 0 !important;}
		
		.aceventmlink{width: 100%;margin: 0;margin-right: 0 !important;}
		.aceventmlink:nth-child(2n){margin-right: 0 !important;}
		
		.ajoinama,.ajoinamb{width:100%;}
		.acxwaaimg,.acxwaawz{width: 100%;}
		.acxwaap3,.acxwaap4{display: none;}
		
		.gbb57ama, .gbb57amb{width:100%;}
		.gbb57amb {display: none;}
		.gbb57aimgwap {display: block;}
		
		.gbb57bp2m{width:100%;}
		
		.acnew9slide{width:100%;}
		
		.acblogmp1{height:auto;}
		
		.fot14ca p{width:100%}
	    .fot14ca {flex-wrap: wrap;}
		
		
		.acxwaaswiper{margin-bottom: 0;box-shadow:0 5px 15px rgba(0,0,0,0.08)}
		.acxwacma{width: 100%;margin: 0;margin-top: 20px;}
		.acxwacma:nth-child(-n+2){margin-top: 20px;}
		.acxwacma:nth-child(1){margin-top: 0;}
		
		.banmorea, .ggmore3{padding-left:25px;padding-right:25px;}
	
		
		
	
}
@media only screen and (max-width:320px) 
{
    .banmorea, .ggmore3{padding-left:15px;padding-right:15px;}
}