@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* html{-webkit-text-size-adjust:100%;font-size:5.2083333vw;} */
html{-webkit-text-size-adjust:100%;font-size:5.2083333vw;overflow-x: hidden;}

html,body{height:100%;}

body{padding:0;margin:0;font-size:0.16rem;line-height:0.3rem; color:#333333; width:100%; zoom:1;font-family: sans-serif;background:#f6f6f6;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address,ol{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:16px; border-radius:0; -webkit-border-radius:0; color:#545454;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,pre,time,menu{ padding: 0px;margin: 0; display: block;font-family: sans-serif;}
pre{white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;}
/*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;display: inline-block;vertical-align: middle;}
a{ color:#333333; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/*transition: all ease 0.3s;*/}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#ff0000;}
/**:hover{transition: all ease 0.3s;}*/

/*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里面的边框是不一样的，所以复写了一下*/
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	border: 1px solid #edeef2;
	background: #f7f7f7 url(../png/selectarr.png) no-repeat right 0.19rem center;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-left: 12px;
	padding-right: 0.5rem;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
            width: 6px; height:6px;-webkit-overflow-scrolling : touch;
            background-color: #ebeced;}
::-webkit-scrollbar:hover{display: block;}
::-webkit-scrollbar-track{background: url(../gif/scrollbartrack.gif) center top repeat-y;}
::-webkit-scrollbar-thumb{
            border-radius: 5px;
												background: #e70c22 url(../png/scrollbg.png) center center no-repeat;
												}
::-webkit-scrollbar-button{
            height: 0px;width: 0;
            background-color: #ebeced;}

/*公用样式*/
.fl{ float:left;}.fr{ float:right;}.tl{ text-align:left !important;}.tr{ text-align:right;}.tc{ text-align:center !important;}
.auto{margin:0px auto;}
.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;}
.w1440{ z-index:1; position:relative; clear:both; max-width:14.4rem;width: 90%; margin:0px auto;}
.w1280{ z-index:1; position:relative; clear:both; max-width:12.8rem;width: 90%; margin:0px auto;}
.table{ display: table; width:100%;}
.table .row{ display: table-row;}
.table .cell{ display: table-cell; vertical-align: middle;}
.iblock{font-size:0;}
.iblock div,.iblock li{ display: inline-block; vertical-align: middle;font-size:16px;}
.ptb80{padding-top:0.8rem;padding-bottom:0.8rem;}
.pt80{padding-top:0.8rem;}
.pb80{padding-bottom:0.8rem;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;width: 100%;z-index: -10;left: 0;}
.relative{position: relative;}
.flexc{display: flex;justify-content: center;align-items: center;}
.flexcc{display: flex;justify-content: center;align-items: center;flex-direction: column;}
.flexcj{display: flex;justify-content: space-between;flex-wrap: wrap;}


/*font*/
.t-justify{text-align: justify;}
.fcred{color: #f0154a;}
.fc333{color: #333;}
.f14{font-size: 0.14rem;}
.f16{font-size: 0.16rem;}
.f18{font-size: 0.18rem;}
.f20{font-size: 0.2rem;}
.f22{font-size: 0.22rem;}
.l32{line-height: 0.32rem;}
.l36{line-height: 0.36rem;}
.f_fff{color:#fff;}
.f_666{color:#666;}
.f_999{color:#999;}
.f_blue{color:#00358a;}
.f_red{color:#e80c22;}
.f_lighter{font-weight: lighter;}
.iconfont{ font-size:0.24rem;display: inline-block;}
.tit{ display:block;overflow: hidden;word-break:normal;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.dot1,.dot2,.dot3,.dot4,.dot5,.dot6,.dot7{overflow: hidden;word-break:normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;}
.dot1{-webkit-line-clamp: 1;}
.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;}
.dot7{-webkit-line-clamp: 7;}

@media ( max-width:1440px){
	html{font-size:6.2vw}
}
@media ( max-width:1024px){
	/* html{font-size:8vw} */
	select,input,textarea,button{font-size: 14px;}
body{min-width:300px;padding-top: 50px;}
::-webkit-scrollbar{width: 5px; height:5px;}
.f_lighter{font-weight:normal;}
}
@media (min-width:768px) and (max-width:1024px) {
	html{font-size: calc((100 / 1100) * 100 * 1vw);} 
}
@media (max-width:640px) {
	html{font-size: calc((100 / 750) * 100 * 1vw);} 
		/* html{font-size:12.02083vw} */
		body{font-size: 14px;line-height: 24px;}
		.f14{font-size: 14px;}
		.f16{font-size: 14px;}
		.f18,.f20,.f22{font-size: 15px;}
		.l36{line-height: 24px;}
		.l32{line-height: 30px;}
		.iconfont{font-size: 16px;}
		.ptb80{padding-top:0.65rem;padding-bottom:0.65rem;}
	.pt80{padding-top:0.65rem;}
	.pb80{padding-bottom:0.65rem;}
}


/*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 {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;}
.imgbox img{ width:100%; height:100%;object-fit: cover;}

.ico{display:block;position: relative;align-items: center;justify-content: center;margin: 0px auto;}
.ico .i1,.ico .i2 {position: absolute;z-index: 100;width: 100%;height: 100%;z-index: 2;}
.ico img {position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 2;}
.ico .i1 {transition: 400ms;}
.ico .i2 {-webkit-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);transition: 500ms;}
.li:hover .ico .i2,.li.on .ico .i2,.item:hover .ico .i2,.item.slick-current .ico .i2,.item.on .ico .i2 {-webkit-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.li:hover .ico .i1,.li.on .ico .i1,.item:hover .ico .i1,.item.slick-current .ico .i1,.item.on .ico .i1 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2);transform: scale(1.2);}

.moreBtn{display: inline-block;position: relative;width: 1.9rem;line-height: 0.51rem;border:1px solid #a1a1a1;text-align: center;border-radius: 3px;overflow: hidden;}
.moreBtn em{display: block;position: relative;z-index: 1;}
.moreBtn:after{background: #e70c22;width: 0;left: 0;bottom: 0;height: 100%;transition: all 0.3s;content: "";position: absolute;}
.moreBtn i{margin: 0 -5px 0 5px;font-size: 20px;}
.moreBtn i:before{position: relative;top: 2px;}
.moreBtn:hover:after,.item:hover .moreBtn:after{ width:100%;}
.moreBtn:hover,.item:hover .moreBtn{color:#fff;border: 1px solid #e70c22;}

.more{border-bottom: 1px solid #d1d1d1;line-height: 0.38rem;font-size: 0.18rem;letter-spacing: 0.08em;display: inline-block;position: relative;color: #333333;}
.more:After{position: absolute;left: 0;bottom: -1px;height: 1px;width: 0;background: #e70722;transition: all 0.3s;content: "";}
.more i:before{position: relative;right: -4px;top: 4px;}
.more:hover:After{width: 100%;}
.more:hover {color: #e70722;}

.more2 i{font-size: 20px;}
.more2 i:before{position: relative;top: 3px;}
@media(max-width:640px){
	.more{font-size: 14px;}
}

/*pages*/
.Pages{clear: both;text-align: center;line-height: 0.48rem;position: relative;}
.Pages a{display: inline-block;vertical-align: middle;width: 0.5rem;height: 0.5rem;color:#666666;background-color:#eeeeee;margin:0 0.08rem;}
.Pages a:hover,.Pages a.a_cur{color:#fff;background-color:#e70c22;}
.Pages .arr {background-color:#fff;border: 1px solid #eeeeee;color: #333;}
.Pages .a_prevall i,.Pages .a_nextall i{margin: 0 -8px;}
@media ( max-width:640px){
.Pages{line-height: 30px;}
.Pages a{width: 30px;height: 30px;}
.Pages .a_prevall i,.Pages .a_nextall i{margin: 0 -5px;}
.Pages a{margin: 0 2px;}
}
/*pages end*/


/*Top*/
.Header{ height:1.1rem;line-height:1.1rem; position:fixed; width:100%; left:0; top:0;z-index:1000; text-align: right;font-size: 0;transition: all 0.3s;background: #fff;}
.Header .auto{padding: 0 0 0 0.97rem;position: relative;z-index: 1;}
.Header .dis{display: inline-block;vertical-align: top;}
.Header .Logo {float: left;position: relative;z-index: 10;}
.Header .Logo img{height: 0.91rem;transition: all 0.3s;}
.Header .shop{border-right: 1px solid #eeeeee;}
.Header .shop a{border-left: 1px solid #eeeeee;display: inline-block;vertical-align: top;width: 0.83rem;text-align: center;}
.Header .shop a:hover{background: #faecec;}
.Header .shop img{height: 0.23rem;transition: all 0.3s;}
.Header .shop a:hover img{transform: scale(1.05);}
.Header .Link{position: relative;padding: 0 0.5rem 0 0.3rem;}
.Header .Link:before{position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.Header .Link dt{cursor: pointer;}
.Header .Link dt i{margin-left: 0.19rem;}
.Header .Link dt i:before{top: 2px;position: relative;}
.Header .Link dt:hover i{color:#dc0000;}
.Header .Link dd{position: absolute;left:43%;top: 80%;width: 1.8rem;transform: translateX(-50%);background: #fff;line-height: 0.35rem;text-align: center;box-shadow: 0 10px 10px rgba(0,0,0,0.1);padding: 0.1rem;border-radius: 0 0 5px 5px;visibility: hidden;opacity: 0;z-index: -1;transition: all 0.3s;}
.Header .Link dd a{display: block;}
.Header .Link.on dd{z-index: 10;visibility: visible;opacity: 1;top: 100%;}
.Searchico{ cursor:pointer;width:0.72rem;color:#dc0000;text-align: center;font-weight: bold;height: 1.1rem;}
.Searchico:hover{color:#cc0000;background: #faecec;}
.Searchico .icongb{ display:none;}
.Searchico.on .icongb{ display:block;}
.Searchico.on .iconso{ display:none;}
.Searchico .iconfont{ font-size:25px;}
.searchbox{width:100%;position: absolute;line-height: 35px;opacity: 0;visibility: hidden;z-index: -1;top: 120%;transition: all 0.3s;text-align: left;width: 3.5rem;padding: 12px;background: #fff;box-shadow: 0 10px 10px rgba(0,0,0,0.1);right: 0;}
.searchbox .input{width:calc(100% - 70px); height:46px; line-height:46px; text-indent:1em;font-size: 14px;background: #eee;}
.searchbox .input::-webkit-input-placeholder{color:#999;}
.searchbox .btn {width: 70px;height: 46px;color:#fff;background: #e60012;position: absolute;right: 12px;top: 12px;}
.searchbox.on{opacity: 1;visibility: visible;top: 94%;z-index: 10;}

.MainNav{position: relative;}
.MainNav li{float: left; padding: 0 0.37rem 0 0.38rem;position: relative;}
.MainNav span a{ position:relative; z-index:1;display:block;transition: all ease 0s;}
.MainNav span a:after{width: 0;left: 50%;height: 2px;position: absolute;background:#e70c22;content: "";transition: all 0.3s;bottom: 0;}
.MainNav .arr{ display:none;}
.MainNav li:hover span a,.MainNav li.onnav span a{color:#e70c22;}
.MainNav li:hover a:after,.MainNav li.onnav a:after{ width:100%;left: 0;}
.MainNav .pro{position: static;}

.closebtn{ position:fixed; left:0px; top:50px; width:100%; height:100%; z-index:99; display:none;background: rgba(0,0,0,0.5);}
.openbtn{ cursor:pointer; height:25px; position:absolute; right:5%; top:0;height: 80%; z-index:1001;color:#fff;display: none;font-size: 12px;display: none;}
.openbtn span{ display:inline-block;vertical-align: middle;margin:0;}
.openbtn i{ display:block; height:2px; background:#333; border-radius:4px; margin:6px 0;transition: all ease 0.3s;width: 28px;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 9px) rotate(45deg) !important;
	-moz-transform: translate(0, 9px) rotate(45deg) !important;
	-ms-transform: translate(0, 9px) rotate(45deg) !important;
	-o-transform: translate(0, 9px) rotate(45deg) !important;
	transform: translate(0, 9px) rotate(45deg) !important;}
.openbtn.on .sp2 {
	-webkit-transform: translate(0, 0) rotate(-45deg) !important;
	-moz-transform: translate(0, 0) rotate(-45deg) !important;
	-ms-transform: translate(0, 0) rotate(-45deg) !important;
	-o-transform: translate(0, 0) rotate(-45deg) !important;
	transform: translate(0, 0) rotate(-45deg) !important;}
.openbtn.on .sp3 {width: 0;}

.Header.fixed3,.Header.fixed2{height: 80px;line-height: 80px;box-shadow: 0 10px 10px rgba(0,0,0,0.08);}
.Header.fixed3 .Searchico,.Header.fixed2 .Searchico{height: 85px;}
.Header.fixed2 .Logo img,.Header.fixed3 .Logo img {height: 0.7rem;}

.NavPull{ z-index:99;display:none; position:absolute; top:100%; left:50%;width:1.8rem;padding:0.2rem 0;text-align: center;line-height: 0.32rem;border: 1px solid #dad7d7;background: #fff;transform: translateX(-50%);}
.NavPull:before{position: absolute;right: 0;bottom: 0;width: 0.8rem;height: 1.45rem;background: url(../png/logo.png) no-repeat;background-size: contain;opacity: 0.06;content: "";}
.NavPull.null{display: none !important;}
.NavPull .name{width: 30%;text-align: center;color: #e70c22;font-size: 0.24rem;font-weight: normal;float: left;}
.NavPull .menu{width: 70%;text-align: left;}
.NavPull .menu .item{width: 25%;float: left;}
.NavPull .menu .item dt{margin-bottom: 0.09rem;}
.NavPull .menu dd a{color: #666666;display: block;}.NavPull .menu dl dd a:hover{color: #e70c22;}
.NavPull dl{position: relative;z-index: 2;}
.pro .NavPull{width:12.71rem; left:0.31rem;transform: translateX(0);padding:0.52rem 0;}

@media(max-width:1366px){
	.MainNav li{padding: 0 0.22rem;}
}
@media(max-width:1024px){
.Header,.Header.fixed3,.Header.fixed2{height: 50px;line-height: 50px;}
.Header .auto{padding-left: 5%;z-index: auto;}
.Header .Logo img{height: 35px !important;}
.Header .w1600{position: relative;z-index: 1000;}
.Header .tel span{display: none !important;}
.Header .menu {margin-right: 40px;}
.openbtn{display: block;}
.MainNav{position: fixed;right: 0;top: 50px;width: 70%;height: calc(100% - 50px);right: -100%;transition: all 0.3s;opacity: 0;background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.2);padding-top: 20px;overflow-y: auto;z-index: 100;}
.MainNav.on{right: 0;opacity: 1;}
.MainNav li{width: auto;float: none;text-align: left;margin: 0 15px;position: relative !important;padding: 0;}
.MainNav span a{text-align: left;font-size: 15px;padding-left: 15px;line-height: 40px;border-bottom: 1px solid #eee;color:#333 !important;}
.MainNav li:hover span a, .MainNav li.onnav span a{color:#02438d;}
.MainNav li:not(:first-child):After{display: none;}
.MainNav .arr{display: block;width: 80px;position: absolute;right: 0;top: 0;height: 40px;line-height: 40px;z-index: 5;}
.MainNav .arr i{position: absolute;right: 10px;font-size: 14px;color:#666;top: 0;transition: all 0.3s;}
.MainNav li.onnav .arr i{transform: rotate(-180deg);}

.Searchico{height: 50px !important;margin-right: 10%;}
.searchbox{width: 100%;}

.NavPull{position: static;width: 100% !important;margin:0;text-align: left;padding:10px;transform: translateX(0);line-height: 1.8;}
.NavPull a{font-size: 14px;padding:2px 0 2px 15px;}
.MainNav span a:after {bottom: 0;}
.NavPull .name{display: none;}
.NavPull .menu{width: auto;display: block;margin-right: 0;}
.NavPull .menu .item{width: auto;float: none;}
.NavPull .menu .item:not(:last-child){border-bottom: 1px solid #ddd;padding-bottom: 8px;margin-bottom: 8px;}
.pro .NavPull{padding: 0.2rem 0;}
}
@media(max-width:480px){
	.Header .shop a{width: auto;padding: 0 0.15rem;}
	.Searchico{margin-right: 55px;}
	.Header .Link{padding-right: 0.2rem;}
	.Searchico .iconfont{font-size: 20px;}
	.Header .Link dd{width: 2.5rem;line-height: 25px;}
}

/*Bottom*/
.Footer{ position:relative;padding: 0.76rem 0 0.38rem;background:#e1d8d9;}
.Footer .SiteMap{float: right;width:63.88%;}
.Footer .SiteMap dl dt{position: relative;line-height: 0.47rem;font-size: 0.18rem;}
.Footer .SiteMap dl dt:after{content: "";display: block;background: #ff0000;width: 24px;height: 2px;margin: 0 0 0.18rem 0;}
.Footer .SiteMap dl dt i{font-size: 16px;position: absolute;right: 0;top: 0;width: 100%;text-align: right;display: none;z-index: 3;}
.Footer .SiteMap dl dd a{transition: all 0.3s;}

.Footer .Contact{padding:0.14rem 0 0;width: 27.77%;float: left;}
.Footer .Contact .ewm img{display: block;margin: 0px auto 10px;padding: 0.09rem;width: 1.16rem;background: #fff;border: 1px solid #ebedef;}
.Footer .Contact .ewm li{text-align: center;padding-bottom: 0.85rem;}
.Footer .Copyright .ban{color: #1b1b1b;}
.Footer .Copyright .ban a{display: inline-block;margin-left: 0.22rem;color: #1b1b1b;}
.Footer .Copyright .ban a:hover{color: #ff0000;}

.ShopWeb{text-align: center;border-top: 1px solid #e5e5e5;padding: 0.25rem 0 0.24rem;position: relative;background: #fff;}
.ShopWeb .blank{position: absolute;left: 0;top: -100vh;height: 100vh;z-index: -2;width: 100%;}
.ShopWeb .title{position: absolute;left: 0;top: 0;}
.ShopWeb li{display: inline-block;}
.ShopWeb li:not(:last-child){padding-right: 1.5rem;position: relative;}
.ShopWeb li:not(:last-child):after{position: absolute;right: 0.72rem;top: 50%;position: absolute;content: "";width: 1px;background: #dfdfdf;height: 0.3rem;transform: translateY(-50%);}
.ShopWeb li img{height: 0.3rem;transition: all 0.3s;}
.ShopWeb li:hover img{transform: scale(1.05);}

.totop{position:fixed;right:1.7%;bottom:-100%;text-align: center; cursor: pointer;overflow: hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;width: 0.49rem;height: 0.49rem;line-height:0.49rem;z-index:210;background:#d71617;color:#fff;box-shadow: 0 6px 30px rgba(216,22,23,0.2);border-radius: 50%;}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;bottom: 0;}
.totop.fix{position: absolute;top: -0.25rem;bottom: auto;}
.totop.fix:hover{background-color:#d71617;}

@media(max-width:1024px){
	.Footer{padding: 0.5rem 0 0.3rem;}
	.Footer .SiteMap{display: block;float: none;width: auto;margin-bottom: 0.3rem;}
	.Footer .SiteMap dl{border-bottom: 1px solid rgba(0,0,0,0.08);padding-left: 0;margin-bottom: 5px;min-width: auto;float: none;}
	.Footer .SiteMap dl dd{display: none;padding-bottom: 9px;font-size: 15px;line-height: 30px;}
	.Footer .SiteMap dl dt{font-size: 16px;line-height: 30px;margin-bottom: 0;display: block;border-bottom: 1px solid rgba(255,255,255,0.05);}
	.Footer .SiteMap dl dd a{font-size: 14px;margin-left: 15px;}
	.Footer .SiteMap dl dt i{display: block;}
	.Footer .Contact{width: auto;float: none;text-align: center;}
	.Footer .Contact .ewm{justify-content: center;padding-bottom: 0.2rem;}
	.Footer .Contact .ewm li{padding: 0 0.1rem 0;}
	.totop{width: 30px;height: 30px;line-height: 30px;}
	.totop i{font-size: 18px;}
}
@media(max-width:640px){
	.ShopWeb .title{display: none;}
	.ShopWeb li:not(:last-child){padding-right: 0.5rem;}
	.ShopWeb li:not(:last-child):after{right: 0.25rem;}
	.Footer .Copyright{font-size: 12px;}
}
/*Bottom*/

.itemhover{transition: all ease 0.3s;}
.activehover{-webkit-box-shadow: 0 12px 32px rgba(0,0,0,0.12);
	box-shadow: 0 12px 32px rgba(0,0,0,0.12);
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);}
.itemhover2{transition: all ease 0.3s;display: block;}
.activehover2{
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);}

.video_files{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 10000;}
.video_files .close{position: absolute;right: 0;top: 0;text-align:center;width: 35px;height: 35px;line-height: 35px;background:#e50010;color:#fff;z-index: 10;cursor: pointer;}
.video_files video{width: 100%;height: 100%;left: 0;top: 0;position: absolute;object-fit: cover;background:#000;}

.wow {visibility: hidden;}
.TabSlide{position: relative;}


/*liMarquee.css*/
.str_wrap {
	overflow:hidden;
	zoom:1;
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	white-space:nowrap;
}
.str_move {
	white-space:nowrap;
	position:absolute;
	top:0;
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	display:inline;
	zoom:1;
	vertical-align:top;
	position:absolute;
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;
}