@charset "utf-8";
html{-webkit-text-size-adjust:100%;font-size:100px; overflow-x: hidden;max-width: 100vw;}
html{font-size:5.2083334vw;}
@media (min-width:769px) and (max-width:1024px) {
	html{font-size: calc((100 / 1200) * 100vw);} 
}
@media (max-width:768px) {
	html{font-size: calc((100 / 992) * 100vw);} 
}
@media (max-width:480px){
    html{font-size:calc(100 / 480 * 100vw);}
}

@font-face{
	font-family:Barlow;
	src:url(../fonts/Barlow-Regular.ttf)
}


*{margin:0;padding:0;box-sizing: border-box;word-break: break-word;}
body{ font-family:sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:0.18rem; color:#333; width:100%;  zoom:1;line-height: 1.68;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
.h1,.h2,.h3,.h4,.h5,.h6{font-weight: 400;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#333;font-family:sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;  vertical-align:middle;}
a{ color:#333; text-decoration:none;}
a:focus {outline:none; -moz-outline:none;}
a:not(.nohover):hover{ text-decoration:none; color:#e60012;}
table{border-collapse: collapse;border-spacing: 0;border: 1px solid #b3b2b2;}
*.underline:hover{text-decoration: underline !important;}

.fl{ float:left;}
.fr{ float:right;}
.tl{ text-align:left !important;}
.tr{ text-align:right;}
.tc{ text-align:center !important;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden !important;height: 100vh;}
/* .bodyon .main-container{height: 100vh;overflow: hidden;} */
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;}
.table {display: table;width: 100%;border-collapse: collapse;}
.table-tr {display: table-row;}
.table-th {display: table-cell;height: 100%;border: 1px solid gray;text-align: center;vertical-align: middle;}
.table .cell {display: table-cell;vertical-align: middle;}
.flex{display: flex;}
.flex_sw{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.f-wrap{flex-wrap: wrap;}
.hidden,.hide {
	display: none;
}
.overhide{overflow: hidden;}
.t-sion{transition: all .5s ease-out;}
.cor666{color: #666;}
.cor999{color: #999;}
.cor333{color: #333;}
.corRed{color: #E5001D;}
.corfff{color: #fff;}
.corb57{color: #B57E43;}
.color_red {
	color: #E60012;
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.f-reverse{
	flex-direction: row-reverse;
}
.j-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.j-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.j-sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.j-start {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.f-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.f-colu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.a-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.a-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.a-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.a-baseline {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.pointer:hover {
	cursor: pointer;
}

.t-center {
	text-align: center;
}
.line-not,.line-not *{line-height: 1;}

/*单行文本省略号*/
.dot {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.dot1 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.dot2, .dot3, .dot4 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}
.dot5 {
	-webkit-line-clamp: 5;
}
.dot6 {
	-webkit-line-clamp: 6;
}

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

/*网页滚动条*/
::-webkit-scrollbar-button{display: none;}
::-webkit-scrollbar{width: 6px; height:6px;-webkit-overflow-scrolling : touch;background-color: #e6e6e6;}
::-webkit-scrollbar-track{background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{border-radius: 10px;background-color: #58504a;}
::-webkit-scrollbar-button{height: 0px;background-color: #e6e6e6;}

.scroll{overflow: auto;}
.scroll::-webkit-scrollbar-button{display: none;}
.scroll::-webkit-scrollbar{width: 2px; height:2px;-webkit-overflow-scrolling : touch;background-color: #f5f5f5;}
.scroll::-webkit-scrollbar-track{background-color: #f5f5f5;}
.scroll::-webkit-scrollbar-thumb{border-radius: 2px;background-color: #c5c5c5;}
.scroll::-webkit-scrollbar-button{height: 0px;background-color: #f5f5f5;}

/*effict*/
.Scale-img {overflow: hidden; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative;}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;transition: all .5s;-webkit-transition: all .3s;}
.imgbox img{ width:100%;height:100%;object-fit: cover;}

.ico{position: relative;margin:0 auto;}
.ico img{position: absolute;top:50%;left:50%;transform: scale(0) translate(-50%,-50%);transition: all .5s;max-height:100%;max-width:100%;transform-origin:top left;}
.ico .img1{transform: scale(1) translate(-50%,-50%);}
.item:hover .ico .img1{transform: scale(0) translate(-50%,-50%);}
.item:hover .ico .img2{transform: scale(1) translate(-50%,-50%);}

/*pages*/
.Pages{padding-top:0.6rem;text-align: center;}
.Pages a{display: inline-block;width:0.7rem;height: 0.7rem;border:1px solid #e6e6e6;margin:0 0.05rem;line-height: 0.7rem;color:#666;overflow: hidden;border-radius: 50%;}
.Pages .p_cur, .Pages .p_count, .Pages .p_total, .Pages .p_jump,.Pages .a_first,.Pages .a_end{display: none;}
.Pages .a_prev,.Pages .a_next,.Pages .a_first,.Pages .a_end{color:transparent;font-size: 12px;position: relative;}
.Pages .a_next::after,
.Pages .a_prev::after,
.Pages .a_first::after,
.Pages .a_end::after{content:'';display: block;width:100%;height:100%;position: absolute;top:0;left:0;background-position: center;background-repeat: no-repeat;}
.Pages .a_first::after{background-image: url(../images/page_first.png);}
.Pages .a_end::after{background-image: url(../images/page_end.png);}
.Pages .a_prev::after{background-image: url(../images/page_prev.png);}
.Pages .a_next::after{background-image: url(../images/page_next.png);}
.Pages .a_cur{background: #e60012;color:#fff;border:1px solid #e60012;}
.Pages a:hover{background: #e60012;color:#fff;border:1px solid #e60012;}
.Pages .a_next{margin-left: .3rem;}
.Pages .a_prev{margin-right: .3rem;}

.Pages .a_first:hover::after{background-image: url(../images/page_firstc.png);}
.Pages .a_end:hover::after{background-image: url(../images/page_endc.png);}
.Pages .a_prev:hover::after{background-image: url(../images/page_prevc.png);}
.Pages .a_next:hover::after{background-image: url(../images/page_nextc.png);}


@media(max-width:768px){
	.Pages a{margin:0 2px;}
	.Pages{padding-top:20px;}
}

/*pages end*/
.f14{font-size: 0.14rem;}
.f18{font-size: 0.22rem;}
.f20{font-size: 0.2rem;}
.f22{font-size: 0.22rem;}
.f24{font-size: 0.24rem;}
.f28{font-size: 0.24rem;}
.f30{font-size: 0.3rem;}
.f32{font-size: 0.32rem;}
.f36{font-size: 0.36rem;}
.f38{font-size: 0.38rem;}
.f40{font-size: 0.40rem;}
.f42{font-size: 0.42rem;}
.f44{font-size: 0.44rem;}
.f46{font-size: 0.46rem;}
.f48{font-size: 0.48rem;}
.f50{font-size: 0.50rem;}
.f52{font-size: 0.42rem;}
.f60{font-size: 0.6rem;}
.f62 {
	font-size: 0.62rem;
}
.f80{font-size: 0.8rem;}
.f90{font-size: 0.9rem;}


.light{font-weight: lighter;}
.bold{font-weight: bold;}

.w1600{width:92%;max-width:16rem;margin:0 auto;position: relative;z-index: 2;}

.line1{
	line-height: 1;
}

@media(max-width:1024px){
	.f14{font-size: 0.16rem;}
	.f20{font-size: 0.18rem;}
	.f24{font-size: 0.2rem;}
	.f36,
	.f30{font-size: 0.22rem;}
	.f40{font-size: 0.24rem;}
	.f44{font-size: 0.3rem;}
	.f52{font-size: 0.3rem;}
	.f80{font-size: 0.3rem;}
	.f90{font-size: 0.3rem;}
	.f60{font-size: 0.3rem;}
	.f62{font-size: 0.5rem;}

}


.m-btn{display: none;cursor: pointer;padding:0.15rem 0.05rem;border-radius: 5px;z-index:999;margin-top:0;margin-left:0.1rem;}
.m-btn span{display: block;width:25px;height:3px;background:#e60012;position: relative;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.m-btn span::before, .m-btn span::after{content:'';display: block;height:3px;width:25px;background: #e60012;position: absolute;left: 0;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.m-btn span:before {top: -8px;}
.m-btn span:after {bottom: -8px;}
.m-btn.active span {background: transparent;}
.m-btn.active span:before {transform: rotate(-48deg) translate(-6px, 5px);-webkit-transform: rotate(-48deg) translate(-6px, 5px);-o-transform: rotate(-48deg) translate(-6px, 5px);width: 24px;}
.m-btn.active span:after {transform: rotate(48deg) translate(-6px, -5px);-webkit-transform: rotate(48deg) translate(-6px, -5px);-o-transform: rotate(48deg) translate(-6px, -5px);width: 24px;}


.Top{line-height: 1rem;display: flex;align-items: center;justify-content: space-between;width:100%;position: fixed;z-index:9999;top:auto;left:0;padding:0 0.8rem;}
/* .Top .Logo{width:20%;} */
.Top .Logo img{height:0.42rem;}
.Top .MainNav ul li{float:left;}
.Top .MainNav ul li em{display: block;font-size: 0.18rem;position: relative;padding: 0 .32rem;position: relative;z-index: 100;}
.Top .MainNav ul li em a{color: #fff;}
.Top .MainNav ul li em:after{content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background: var(--main-color);
    transition-duration: .5s;
    bottom: 0;
    left: 15%;}

.home-page .Top .MainNav ul li.aon em a{color:#fff;}
.home-page .Top .MainNav ul li em:after{background-color: #fff;}

.header.black .MainNav ul li em a,
.hd-black .header .MainNav ul li em a{color: #333;}
.home-page .header.black .MainNav ul li.aon em a{color:#e60012;}
.home-page .header.black .MainNav ul li em:after{background-color: #e60012;}

/* .Top .MainNav ul li .sub .subBox{display: flex;flex-wrap: wrap;justify-content: center;} */
.Top .MainNav ul li .sub .subBox .column_name{padding-right:0.6rem;border-right:1px solid #efe4e4;line-height: 1;margin-right:0.6rem;display: none;}
.Top .MainNav ul li .sub .subBox dl{display: flex;flex-wrap: wrap;justify-content: center;}
/* .Top .MainNav ul li .sub .subBox dl dd{width:28%;margin-right:5%;margin-bottom:0.2rem;} */
.Top .MainNav ul li .sub .subBox dl dd a{color:#666666;font-size: 0.18rem;display: flex;align-items: center;padding: 0 .3rem;min-height: .7rem;;}
.Top .MainNav ul li .sub .subBox dl dd i{width:0.08rem;height:0.08rem;border:1px solid #666;transform: rotate(45deg);margin-left:0.2rem;border-left:none !important;
	border-bottom:none !important;display: none;}
.Top .MainNav ul li .sub .subBox dl dd:hover a{color:#e60012;}
.Top .MainNav ul li .sub .subBox dl dd:hover i{border:1px solid #e60012;}
.Top .MainNav ul li.aon em a{color:#e60012;}
	

.Header_other{display: flex;align-items: center;}
.Header_other .Search .SearchIco{cursor: pointer;width:0.16rem;}
.SearchBox{position: absolute;width:100%;box-sizing: border-box;top:100%;left:0;z-index:99;background: #333;padding:0.9rem 0.3rem;display: none;}
.SearchBox .w1600{position: relative;}
.SearchBox .close{width:0.3rem;height:0.3rem;background: url(../images/close.svg) no-repeat center center;background-size: contain;position: absolute;right:0rem;top:-0.6rem;cursor: pointer;}
.SearchBox .box{max-width:8rem;margin:0 auto;width:90%;}
.SearchBox .box .SearchInupt{background: #fff;padding-right:1rem;position: relative;}
.SearchBox .box .SearchInupt input{height:0.5rem;width:100%;;box-sizing: border-box;padding:0 0.2rem;display: block;}
.SearchBox .box .SearchInupt .btn{width:0.7rem;height:100%;background: url(http://10.130.129.98:8080/upload/image/2026-02/1770172626328.png) #e60012 no-repeat center center;position: absolute;right:0;top:0;background-size: 0.2rem;}

.Header_other .other_select .name{display: flex;align-items: center;cursor: pointer;}
.Header_other .other_select .name img{width:0.16rem;display: inline-block;margin-right:0.08rem;}
.Header_other .other_select .name i{display: inline-block;width:0.11rem;height:0.06rem;background: url(../images/down.svg) no-repeat center center;background-size: contain;margin-left:0.08rem;}
.Header_other .other_select{position: relative;}
.Header_other .other_select ul{position: absolute;top:100%;left:50%;transform: translateX(-50%);background: #fbf6f6;width:1rem;line-height: 1.6;text-align: center;display: none;z-index:99;}
.Header_other>div{margin-left:0.2rem;}
.Header_other .other_select ul::before{content:"";display: block;border:0.06rem solid transparent;border-bottom:0.06rem solid #fbf6f6;position: absolute;bottom:100%;left:50%;transform: translateX(-50%);}
.Header_other .other_select ul li a{display: block;transition: all .5s;padding:0.05rem 0.1rem;}
.Header_other .other_select ul li a:not(.nolink):hover{background: #e60012;color:#fff;}
.Header_other .other_select ul li a.nolink:hover{background-color: rgba(0,0,0,0.05);}
.Header_other .other_select:hover ul{display: block;}
.Header_other .User ul{width:2.3rem;font-size: .14rem;}

.Header_other .Wza a{display: flex;align-items: center;}
.Header_other .Wza img{width:0.16rem;display: inline-block;margin-right:0.08rem;}

@media (min-width: 1025px) {
	.Top .MainNav ul li .sub{width:100%;position: absolute;top:100%;left:0;z-index:99;transition: all 100ms ease;
	background: url(../images/navbg.jpg) no-repeat bottom right #fbf6f6;display: block !important;transform: translateY(-30px);visibility: hidden;opacity: 0;}
	.Top .MainNav ul li .sub .subBox dl dd a:hover{
		color: #fff;
		font-weight: bold;
		background: linear-gradient(left , rgb(230,0,18) 7% , rgb(230,0,25) 43%);
		background: -o-linear-gradient(left , rgb(230,0,18) 7% , rgb(230,0,25) 43%);
		background: -ms-linear-gradient(left , rgb(230,0,18) 7% , rgb(230,0,25) 43%);
		background: -moz-linear-gradient(left , rgb(230,0,18) 7% , rgb(230,0,25) 43%);
		background: -webkit-linear-gradient(left, rgb(230,0,18) 7%, rgb(230,0,25) 43%);
	}
	.Top .MainNav ul li:hover .sub{
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
		transition: all 300ms ease;
	}
	.Top .MainNav ul li em:hover:after,.Top .MainNav ul li.aon em:after{width: 70%;}
}


@media(max-width:1024px){
	.Top{padding:0 0.2rem;line-height: 0.7rem;top: 0;}
	.m-btn{display: block;}
	.Top .Logo{width:auto;}
	.Top .Logo img{height:0.32rem;}
	.Top .MainNav ul li .sub .subBox dl dd a{padding: 0;}
	.Top .MainNav{width:240px;height:calc(100vh - 0.7rem);background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);position: absolute;right:0;top:100%;width:0;opacity: 0;visibility: hidden;transition: all .5s;}
	.Top .MainNav ul li{border-bottom:1px dashed #e5e5e5;margin:0;}
	.Top .MainNav ul li em a{color:#333;}
	.Top .MainNav ul{padding:20px;width:240px;box-sizing: border-box;max-height:100%;overflow-y: auto;}
	.Top .MainNav ul li{width:100%;margin-right:0;box-sizing: border-box;line-height: 0.3rem;text-align: left;}
	.Top .MainNav ul li em{padding:0.15rem 0;padding-right:40px;text-align: left;padding-left:0;}
	.Top .MainNav ul li em b{display: block;width:40px;height:100%;background: url(../images/navmore.svg) no-repeat center center;background-size: 0.2rem;position: absolute;right:0;top:0;transition: all .5s;}
	.Top .MainNav ul li em b.on{transform: rotate(90deg);}
	.Top .MainNav ul li .sub{position: static;transform: translateX(0);box-shadow: 0 0 0 0 rgba(0,0,0,0);width:100%;padding:0;display: none;opacity: 1;}
	.Top .MainNav ul li .sub dl{width:100%;padding:0.1rem 0.2rem;}
	.Top .MainNav.show{width:240px;opacity: 1;visibility: visible;}
	.Top .MainNav ul li .sub .subBox{padding:0;}
	.Top .MainNav ul li .sub .subBox .column_name{display: none;}
	.Top .MainNav ul li .sub .subBox dl{width:100%;}
	.Top .MainNav ul li .sub .subBox dl dd{width:100%;margin-bottom:0.1rem;}
 .Header_other .SearchBox .close{top: -0.38rem;}
	.Header_other .SearchBox{padding: 0.5rem 0.3rem;}
	.nolink{color: #999;}
	.Header_other .User ul{width: 2.5rem;}
}

@media(max-width:768px){
	.Header_other .Wza{display: none;}
		.Top .MainNav ul li .sub .subBox dl dd a{min-height: 0.4rem;}
}

.Bottom{background: url(../images/footbg.jpg) no-repeat center center;background-size: cover;position: relative;z-index:9;}
.Bottom .BottomTop{padding:0.8rem 0 0.6rem 0;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;border-bottom:1px solid rgba(160,160,160,0.2);}
.Bottom .BottomTop .BottomLogo img{height:0.52rem;}
.Bottom .BottomTop .share ul{display: flex;}
.Bottom .BottomTop .share ul li{position: relative;margin-left:0.2rem;}
.Bottom .BottomTop .share ul li .icon{width:0.6rem;height:0.6rem;display: flex;align-items: center;justify-content: center;border-radius: 50%;background: rgba(146,158,166,0.2);transition: all .3s;}
.Bottom .BottomTop .share ul li .icon img{max-width:0.41rem;max-height:0.24rem;}
.Bottom .BottomTop .share ul li .tcbox{position: absolute;padding:0.08rem;background: #fff;width:1.36rem;position: absolute;bottom:110%;left:50%;transform: translateX(-50%);z-index:99;display: none;}
.Bottom .BottomTop .share ul li .tcbox::after{content:"";display: block;border:0.06rem solid transparent;border-top:0.06rem solid #fff;position: absolute;left:50%;top:100%;transform: translateX(-50%);}
.Bottom .BottomTop .share ul li:hover .icon{background: #e60012;}
.Bottom .BottomTop .share ul li:hover .icon img{filter: brightness(0) invert(1);}
.Bottom .BottomTop .share ul li:hover .tcbox{display: block;}
.Bottom .BottomBox{margin-top:0.5rem;display: flex;flex-wrap: wrap;justify-content: space-between;}
.Bottom .BottomBox .BottomNav{width:70%;display: flex;justify-content: space-between;}
.Bottom .BottomBox .BottomNav dl dt{font-size: 0.18rem;font-weight: bold;}
.Bottom .BottomBox .BottomNav dl b{display: block;width:0.16rem;height:0.03rem;background: #e60012;margin:0.03rem 0 0.17rem 0;transition: all 0.5s ease-in-out;}
.Bottom .BottomBox .BottomNav dl dd a{color:#666;display: block;font-weight: 100;}
.Bottom .BottomBox .BottomNav dl dd:hover a{color:#e60012;}
.Bottom .BottomBox .BottomNav dl dd{margin-bottom:0.06rem;}
.Bottom .BottomBox .BottomNav dl:hover b{width: 100%;}


.Bottom .BottomBox .BottomCon{width:21.5%;}
.Bottom .BottomBox .BottomCon ul li{display: flex;flex-wrap: wrap;color:#666666;margin-bottom:0.08rem;align-items: center;font-weight: 100;}
.Bottom .BottomBox .BottomCon ul li .name img{width:0.17rem;max-height:0.17rem;display: inline-block;margin-right:0.08rem;}
.Bottom .BottomBox .BottomCon ul li.tel{margin-bottom: 0.15rem;}
.Bottom .BottomBox .BottomCon ul li.tel .text{font-size: 0.3rem;color:#e60012;line-height: 1;font-weight: 500;}
.Bottom .BottomBox .BottomCon ul li .text{flex: 1;}

.Bottom .Ewa_list{padding:0.75rem 0 0.5rem 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
.Bottom .Ewa_list .name{font-size: 0.18rem;font-weight: bold;}
.Bottom .Ewa_list .name p{display: flex;}
.Bottom .Ewa_list .name p:first-child{margin-left:-0.18rem;}
.Bottom .Ewa_list .name p img{display: inline-block;}
.Bottom .Ewa_list .name p img:first-child{margin-left:0.1rem;}
.Bottom .Ewa_list .name p img:nth-child(2){opacity: 0.6;}
.Bottom .Ewa_list .name p img:nth-child(3){opacity: 0.2;}
.Bottom .Ewa_list ul{display: flex;justify-content: space-between;width:81.25%;}
.Bottom .Ewa_list ul li{text-align: center;}
.Bottom .Ewa_list ul li img{width:1.2rem;max-width:100%;margin: 0px auto;}
.Bottom .Ewa_list ul li p{line-height: 1.5;color:#666;margin-top:0.1rem;}

.Bottom .CopyRight{background: #e60012;padding:0.2rem 0;line-height: 1.6;}
.Bottom .CopyRight .w1600{display: flex;justify-content: space-between;align-items: center;}
.Bottom .CopyRight .Links{color:#fff;position: relative;}
.Bottom .CopyRight .Links .name{
	cursor: pointer;
	width: 1.8rem;
	height: .45rem;
	border: solid 1px rgba(255,255,255,0.6);
	border-radius: .45rem;
	padding: 0 .2rem;
	position: relative;
	display: flex;
	align-items: center;
}
.Bottom .CopyRight .Links .name:after{
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: .5rem;
	height: 100%;
	transition: all .3s ease-out;
	background: url(../images/arrow-down-white.png) no-repeat center/.12rem;
}
.Bottom .CopyRight .Links .name.on:after{
	transform: rotateZ(-180deg);
}
.Bottom .links-popup{
	position: absolute;
	left: 0;
	bottom: 110%;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 .1rem rgba(0,0,0,0.1);
	border-radius: .1rem;
	display: none;
	overflow: hidden;
}
.Bottom .links-popup a{display: block;color: #333;padding: .05rem;}
.Bottom .links-popup a:hover{background-color: var(--main-color);color: #fff;}
.Bottom .CopyRight .Txt{color:#fff;}
.Bottom .CopyRight .Txt a{color:#fff;}
.Bottom .CopyRight .Txt .other a{display: inline-block;}
.Bottom .CopyRight .Txt .other a::before{content:'・';display: inline-block;margin:0 0.05rem;}
.Bottom .CopyRight .Txt .other a:first-child::before{display: none;}
.ai-icon{position: fixed; right: .2rem;bottom: .2rem;width: 1rem;z-index: 99;}

@media(max-width:1024px){
	.Bottom .BottomTop{padding:0.4rem 0 0.3rem 0;}
	.Bottom .BottomTop .BottomLogo img{height:0.42rem;}
	.Bottom .BottomTop .share ul li .icon{width:0.48rem;height:0.48rem;}
	.Bottom .BottomTop .share ul li .icon img{max-width:0.3rem;max-height:0.18rem;}
	.Bottom .BottomBox .BottomNav{display: none;}
	.Bottom .BottomBox .BottomCon{width:100%;}
	.Bottom .Ewa_list{padding:0.3rem 0;}
	.Bottom .Ewa_list ul li p{font-size: 0.14rem;}
	.Bottom .BottomBox{margin:0.3rem 0 0 0;padding:0 0;}
}

@media(max-width:768px){
	.Bottom .Ewa_list ul{width:100%;}
	.ai-icon{bottom: 1rem;width: 0.6rem;right: 0.5%;}
	#esdMobleButton{right: 0.5% !important;}
}

@media(max-width:768px){
	.Bottom .BottomTop .BottomLogo {width:100%;text-align: center;}
	.Bottom .BottomTop .share ul{justify-content: center;}
	.Bottom .BottomTop .share{width:100%;margin-top:0.3rem;text-align: center;}
	.Bottom .BottomTop .share ul li{margin-left:0;margin:0 0.1rem;}
	.Bottom .Ewa_list ul{flex-wrap: wrap;margin-left:-2%;}
	.Bottom .Ewa_list ul li{width:31.33%;margin-left:2%;margin-bottom:0.2rem;}
	.Bottom .Ewa_list ul li p{font-size: 0.16rem;}
	.Bottom .CopyRight .w1600{flex-wrap: wrap;}
	.Bottom .CopyRight .Txt{text-align: center;margin-top:0.15rem;padding-top:0.15rem;border-top:1px solid rgba(255,255,255,0.2);}
	.Bottom .CopyRight{padding:0.3rem 0;}
	.Bottom .Ewa_list .name{margin-bottom:0.2rem;font-size: 0.2rem;}
	.Header_other>div{margin-left:0.15rem;}
}
@media(max-width:480px){
	.Bottom .CopyRight .Txt span{display: block;}
}


.swiper_button{width:0.6rem !important;height:0.6rem !important;border-radius: 50%;border:1px solid #e5e5e5;z-index:99;background: #fff;}
.swiper_button::after{font-size: 0.16rem !important;color:#666 !important;font-weight: bold;}
.swiper_button:hover{background: #e60012;border:1px solid #e60012;}
.swiper_button:hover::after{color:#fff !important;}


@media(max-width:1024px){
	.swiper_button{width:0.4rem !important;height:0.4rem !important;}
}

.d-block{display: block;}
.pr{position: relative;z-index: 5;}
.ab {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.scale .img,
.scale img{
	object-fit: cover;
	transition: all .5s;
}
.scale{
	overflow: hidden;
}
.scale:hover .img,
.scale:hover img{
	transform: scale(1.03);
}
.cover-image{
    position: relative;
    overflow: hidden;
}
.cover-image span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    transition: all .5s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    will-change: transform;
    transform: scale(1);
}
.cover-image span img{
    display: none;
}
/* 行高 */
.line-mn,
.line-mn * {
	line-height: 1.3;
}

.line-sm,
.line-sm * {
	line-height: 1.5;
}

.line-md,
.line-md * {
	line-height: 1.8;
}

.line-lg,
.line-lg * {
	line-height: 2;
}

@media (min-width: 1201px) {
    .cover-image:hover span, .scale:hover span{
        transform: scale(1.03);
    }
}

/* @media (max-width: 768px) {
    .cover-image span{position: static;}
    .cover-image span img{display: block;}
} */


/* 右侧购物平台 */
.carBtn{position: fixed;right: 0.5%;top: 55%;z-index: 100;cursor: pointer;}
.carBtn img{height: 0.87rem;transition: all 0.5s;}
.carBtn img:hover{transform: scale(1.06);}
.ewmPop{background-color: rgba(0,0,0,0.6);position: fixed;left: 0;top: 0;top: 0;width: 100%;height: 100%;pointer-events: none;z-index: 10000;opacity: 0;transition: all 0.5s;visibility: hidden;}
.ewmPop .innerbox{display: flex;align-items: center;justify-content: center;flex-direction: column;height: 100vh;}
.ewmPop .close{width: 0.31rem;height: 0.31rem;position: absolute;right: 0.3rem;top: 0.3rem;background: url(../images/close_red.svg) no-repeat center center/contain;cursor: pointer;}
.ewmPop .close:hover{opacity: 0.6;}
.ewmPop .inner{max-width: 12rem;width: 96%;border-radius: 0.15rem;text-align: center;padding: 0.4rem 0.5rem 0.5rem;background: url(../images/ewmbg.jpg) no-repeat center center/cover;position: relative;transition: all 0.5s ease-in-out;transform: scale(0.6);opacity: 0;}
.ewmPop .inner h2{color: #e60214;font-weight: normal;line-height: 0.51rem;margin-bottom: 0.42rem;}
.ewmPop .content{background-color: #fff;border-radius: 0.15rem;padding: 0.5rem 1rem;}
.ewmPop .content ul{display: flex;flex-wrap: wrap;justify-content: center;margin-bottom: -0.3rem;}
.ewmPop .content ul li{padding: 0 0.14rem 0.3rem;color: #666666;font-weight: 100;}
.ewmPop .content ul li img{display: block;margin: 0px auto 0.15rem;width: 1.54rem;}
.ewmPop.on {opacity: 1;pointer-events: auto;visibility: visible;}
.ewmPop.on .inner{transform: scale(1);opacity: 1;}

@media(max-width:768px){
	.ewmPop .content{padding: 0.25rem;}
	.carBtn img{height: 0.5rem;}
}
@media(max-width:480px){
	.ewmPop .inner{padding: 0.5rem 0.2rem 0.2rem;}
	.ewmPop .content ul {margin-bottom: -0.15rem;}
	.ewmPop .content ul li{padding-bottom: 0.15rem;}
	.ewmPop .content ul li img{width: 1rem;margin-bottom: 0;}
	.ewmPop .close{top: 0.15rem;right: 0.15rem;}
	.ewmPop .inner h2{font-size: 0.28rem;margin-bottom: 0.2rem;line-height: 1.2;}
}


:root{
	--main-color: #e60012;
	--swiper-theme-color: #e60012;
}

@media screen and (min-width:769px){
	.Bottom .CopyRight .w1600{
		flex-direction: row-reverse;
	}
	.LinksBox .Links{
		margin-left: 0 !important;
		margin-right: 0.2rem;
	}
}
@media screen and (max-width:768px){
	.Bottom .CopyRight .w1600{
		justify-content: center;
	}
	.Bottom .CopyRight .Txt{
		margin-top: 0;
		margin-bottom: 0.15rem;
	}
	.LinksBox .Links{
		margin-left: 0.1rem;
		margin-right: 0.1rem;
	}
}

.mb0 {
	margin-bottom: 0 !important;
}



.pd120{padding:1.2rem 0}
.pd100{padding:1rem 0}
.pt100{padding-top:1rem}
.pt50{padding-top:.5rem}
.pt80{padding-top:.8rem}
.pb80{padding-bottom:.8rem}
.pb100{padding-bottom:1rem}
.pt120{padding-top:1.2rem}
.pb120{padding-bottom:1.2rem}
.mb60{margin-bottom:0.6rem}
.mt30{margin-top:0.3rem}
.mt10{margin-top:0.1rem}
.mt20{margin-top:0.2rem}
.mt60{margin-top:0.6rem}
.mt50{margin-top:0.5rem}
.cover-img{overflow: hidden;}
.cover-img img{object-fit: cover;}

.mobile{display: none;}

@media screen and (max-width:1024px){
	.pd120{padding:0.5rem 0}
	.pd100{padding:0.5rem 0}
	.pt100{padding-top:0.5rem}
	.pb100{padding-bottom:0.5rem}
	.mb60{margin-bottom:0.3rem}
	.mt60{margin-top:0.3rem}
	.pt120{padding-top: 0.5rem;}
	.pb120{padding-bottom: 0.5rem;}
}

@media (max-width:768px){
	.mobile{display: block;}
	.desktop{display: none;}
}

@-webkit-keyframes zoomInSmall {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.8, 0.8, 0.8);
		transform: scale3d(0.8, 0.8, 0.8);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomInSmall {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.8, 0.8, 0.8);
		transform: scale3d(0.8, 0.8, 0.8);
	}

	50% {
		opacity: 1;
	}
}

.zoomInSmall {
	-webkit-animation-name: zoomInSmall;
	animation-name: zoomInSmall;
}

@-webkit-keyframes zoomInSmall2 {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomInSmall2 {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomInSmall2 {
	-webkit-animation-name: zoomInSmall2;
	animation-name: zoomInSmall2;
}

@-webkit-keyframes zoomInSmallCenter {
	from {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale3d(0.8, 0.8, 0.8);
		transform: translate(-50%, -50%) scale3d(0.8, 0.8, 0.8);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomInSmallCenter {
	from {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale3d(0.8, 0.8, 0.8);
		transform: translate(-50%, -50%) scale3d(0.8, 0.8, 0.8);
	}

	50% {
		opacity: 1;
	}
}

.zoomInSmallCenter {
	-webkit-animation-name: zoomInSmallCenter;
	animation-name: zoomInSmallCenter;
}

@-webkit-keyframes scaleAnimate {
	0% {
		-webkit-transform: scale(1);
		opacity: 0;
	}

	50% {
		-webkit-transform: scale(1.2);
		opacity: 0.7;
	}

	100% {
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes img-ptkey-top {
	0% {
		transform: translateY(-5%);
		clip-path: inset(0 0 100% 0);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		clip-path: inset(0 0 0 0);
		opacity: 1;
	}
}

.img-ptkey-top {
	animation: img-ptkey-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
	opacity: 0;
}

@keyframes heartbeat {
	0% {
		transform: translate(-50%, 0) scale(1)
	}

	50% {
		transform: translate(-50%, 0) scale(1.2)
	}

	100% {
		transform: translate(-50%, 0) scale(1)
	}
}


@keyframes turn {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}