﻿@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:100px;overflow-x: hidden;}

html,body{height:100%;}

body{padding:1.2rem 0px 0 0px;margin:0;font-size:0.18rem;line-height:0.3rem; color:#333333; width:100%; zoom:1;background:#fff;}
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;}
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;}
aside{ 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:#e60012;}
/**: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;
	/*在选择框的最右侧中间显示小箭头图片*/
	/* background: #f4f5f6 url(../images/select.png) no-repeat right 12px center; */
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-left: 12px;
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
            width: 10px; height:10px;-webkit-overflow-scrolling : touch;
            background-color: #ebeced;}
::-webkit-scrollbar-track{
            background-color: #ebeced;}
::-webkit-scrollbar-thumb{
            border-radius: 10px;
												background:url(../images/scrollbg.png) center center no-repeat, linear-gradient(to right, #fe5001, #e70511);
												}
::-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;}
.w1400{ z-index:1; position:relative; clear:both; max-width:14rem;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%;}
.relative{position: relative;}


/*font*/
.f16{font-size: 0.16rem;}
.f20{font-size: 0.2rem;}
.f_666{color:#666;}
.iconfont{ font-size:24px; vertical-align:middle;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;
/* white-space: break-spaces; */
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:1366px){
	html{font-size:6.25vw}
}
@media ( max-width:1024px){
	html{font-size:9.765625vw}
	select,input,textarea,button{font-size: 14px;}
body{min-width:300px;padding-top: 50px;}
::-webkit-scrollbar{width: 5px; height:5px;}
}
@media(max-width:767px){
	html{font-size:12.02083vw}
	body{font-size: 14px;line-height: 24px;}
	.f16{font-size: 14px;}
	.ptb80{padding-top:0.6rem;padding-bottom:0.6rem;}
.pt80{padding-top:0.6rem;}
.pb80{padding-bottom:0.6rem;}
}


/*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;}
.imgbox img{ width:100%; height:100%;object-fit: cover;}

.ico{display:block;position: relative;align-items: center;justify-content: center;}
.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 {-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 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2);transform: scale(1.2);}

.btnam{text-align: center;display: block;width: 1.6rem;line-height: 0.48rem;clear: both;color:#cc141d;border-radius: 25px 25px 0 25px;overflow: hidden;border:1px solid #cc141d;position: relative;clear: both;}
.btnam em{position: relative;z-index: 1;}
.btnam:before{position:absolute;left: -1%;top: 100%;width: 102%;height: 102%;content: "";background:#cc141d;border-radius: 22px 22px 0 22px;transition: all 0.3s;opacity: 0;}
.btnam:After{display: inline-block;vertical-align: middle;content: "";width: 13px;height: 11px;margin-left: 0.15rem;background:url(../images/ico/arrmore2.png);position: relative;z-index: 2;transition: all 0.3s;}
.btnam:hover,.btnam.on{color:#fff;}
.btnam:hover:before,.btnam.on:before{top: -1%;opacity: 1;}
.btnam:hover:after,.btnam.on:after{background:url(../images/ico/arrmore.png);}
.btnam:hover:after{margin-left: 10px;}
.btnam.white{background:#fff;border:1px solid #fff;}
.btnam.white:hover{border:1px solid #cc141d;}
.btnam.autow{font-size: 0.24rem;padding: 0 0.5rem;width: auto;min-width: 1.6rem;display: inline-block;height: 0.6rem;line-height: 0.6rem;}

.btnam2{clear: both;text-align: center;display: block;width: 1.16rem;line-height: 0.35rem;clear: both;color:#e60012;border-radius: 25px 25px 0 25px;border:1px solid #e60012;position: relative;overflow: hidden;font-size: 0.18rem;}
.btnam2 em{position: relative;z-index: 2;}
.btnam2:before{position:absolute;right: 0;top: 100%;width: 100%;height: 100%;content: "";background:#e60012;border-radius: 25px 25px 0 25px;transition: all 0.3s;opacity: 0;z-index: 1;}
.btnam2:hover,.btnam2.on{color:#fff;}
.btnam2:hover:before,.btnam2.on:before{top: 0;opacity: 1;width: calc(100% - 5px);}
.btnam2:hover,.btnam2.on{background:#f7a3aa;border:1px solid #f7a3aa;}

.btnam3{text-align: center;display: block;width: 1.6rem;line-height: 0.48rem;clear: both;color:#cc141d;border-radius: 25px 25px 25px 0;overflow: hidden;border:1px solid #cc141d;position: relative;}
.btnam3 em{position: relative;z-index: 1;}
.btnam3:before{position:absolute;left: 0;top: 100%;width: 100%;height: 100%;content: "";background:#cc141d;border-radius: 25px 25px 25px 0;transition: all 0.3s;opacity: 0;}
.btnam3:hover,.btnam3.on{color:#fff;}
.btnam3:hover:before,.btnam3.on:before{top: 0;opacity: 1;}
.btnam3:hover:after{margin-left: 10px;}

.mores{color:#999999;position: relative;}
.mores:After{display: inline-block;vertical-align: middle;margin-left: 0.11rem;width:13px;height:11px;background:url(../images/ico/arrmore3.png);transition: all 0.3s;content: "";}
.item:hover .mores,.mores:hover,
.item.on .mores,.mores.on{color:#cc141d;}
.item:hover .mores:After,.mores:hover:After{margin-left: 0.2rem;background:url(../images/ico/arrmore2.png);}
.mores.on:After{background:url(../images/ico/arrmore2.png);}

@media(max-width:768px){
	.btnam,.btnam3{width: 100px;line-height: 28px;height: 28px;}
	.btnam2{line-height: 22px;font-size: 14px;width: 90px;}
}

/*pages*/
.Pages{clear: both;text-align: center;line-height: 0.5rem;position: relative;}
.Pages a{display: inline-block;vertical-align: middle;width: 0.5rem;color:#666666;border-radius: 50%;}
.Pages .num{padding:0 0.4rem;}
.Pages .num a:hover,.Pages .num a.a_cur{color:#fff;background:#e60012;}
.Pages .arr{height: 0.5rem;box-shadow: 0 5px 20px rgba(230,0,18,0.08);background:#fff;}
.Pages .arr i{display: inline-block;vertical-align: middle;width: 13px;height: 11px;background: url(../images/ico/arrmore3.png);}
.Pages .a_prev i{transform: rotate(-180deg);}
.Pages .arr:hover i{background: url(../images/ico/arrmore2.png);}

@media ( max-width:1024px){
.Pages{line-height:28px; font-size:14px;}
.Pages a{width: 28px;}
.Pages .arr{padding:0 5px;height: 28px;}
.Pages .p_page .num a{ width:28px;}
.Pages .arr i{font-size: 19px;}
}
/*pages end*/


/*Top*/
.Header{ height:1.2rem;line-height:1.2rem; position:fixed; width:100%; left:0; top:0;z-index:1000; text-align: right;font-size: 0;background:#fff;transition: all 0.3s;}
.Header .dis{display: inline-block;vertical-align: middle;}
.Header .Logo {float: left;}
.Header .Logo img{height: 0.56rem;transition: all 0.3s;}
.Header .Tel{font-size: 0.24rem;color:#e60012;padding-left: 28px;background:url(../images/ico/tel.png) 0px center no-repeat;font-weight: bold;}
.Header .Tel a{color:#e60012;}

.Searchico{ cursor:pointer; color:#fff;position: relative;width: 0.72rem;background:#fcb600;text-align: center;margin-left: 0.38rem;display: none !important;}
.Searchico:hover{background:#e9a800;}
.Searchico .icongb{ display:none;}
.Searchico.on .icongb{ display:block;}
.Searchico.on .iconso{ display:none;}
.Searchico .iconfont{ font-size:24px;}
.searchbox{width:4rem;position:absolute;line-height: 34px;padding:15px;background:#fff;transition: all 0.3s;right: 0;top: 110%;z-index:1000;text-align: left;box-shadow: 0 10px 10px rgba(0,0,0,0.1);visibility: hidden;opacity: 0;z-index: -1;transition: all 0.3s;}
.searchbox .input{width:calc(100% - 0.6rem); height:0.5rem;line-height: 0.5rem;background:rgba(0,0,0,0.1);padding:0 0.15rem;}
.searchbox button{width: 0.6rem;height: 0.5rem;color:#fff;background:#666;position: absolute;right: 15;top: 15px;}
.searchbox button:hover{background:#333;}
.searchbox.on{top: 100%;z-index: 100;visibility: visible;opacity: 1;}

.MainNav li{float: left; margin: 0 0.2rem 0 0; position:relative; z-index:100;}
.MainNav span a{ position:relative; z-index:1;display:block;transition: all ease 0s;font-weight: bold;font-size: 0.18rem;}
.MainNav span a:after{width: 0;left: 50%;height: 2px;position: absolute;background:#ff0000;content: "";transition: all 0.3s;bottom: 0;}
.MainNav .arr{ display:none;}
.MainNav li:hover span a,.MainNav li.onnav span a{color:#e60012;}
.MainNav li:hover a:after,.MainNav li.onnav a:after{ width:100%;left: 0;}

.NavPull{ z-index:99;display:none; position:absolute; text-align:center; top:1.2rem; left:50%;width:140px;margin-left:-70px; background:#fff; box-shadow:0 5px 15px rgba(0,0,0,0.2);}
.NavPull.null{background:none; padding:0;}
.NavPull dd{ position:relative;}
.NavPull a{ color:#333; display:block; padding:0.1rem;font-size: 0.16rem;line-height: 24px;text-transform: uppercase;}
.NavPull a:hover,.NavPull dd:hover a{ background:#e60012; color:#fff;}

.closebtn{ position:fixed; left:0px; top:50px; width:100%; height:100%; z-index:10; display:none;background: rgba(0,0,0,0.5);}
.openbtn{ cursor:pointer; height:25px; position:absolute; right:5%; top:0;height: 80%; z-index:999;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:#e60012; 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{transform: translateY(-120px);}
.bodyon .Header.fixed3{transform: translateY(0px);}
.Header.fixed3 .openbtn i,.Header.fixed2 .openbtn i{background:#333;}
.Header.fixed2{box-shadow: 0 10px 10px rgba(0,0,0,0.1);}

@media(max-width:1560px){
	.MainNav span a{font-size:0.16rem;}
	.MainNav li{margin-right:0.11rem;}
	.Header .Tel{font-size:0.2rem;}
}
@media(max-width:1024px){
.Header,.Header.fixed3{height: 50px;line-height: 50px;}
.Header .w1400{position: static;}
.Header .Logo img{height: 25px;}
.Header .Tel{padding-right: 38px;}
.Searchico{margin:0 42px 0 0.3rem;width: 30px;line-height: 30px;border-radius: 50%;}
.Searchico:after{display: none;}
.searchbox{width: 94%;right: 3%;}
.searchbox .input{height: 40px;line-height: 40px;width:calc(100% - 40px)}
.searchbox button{height: 40px;width: 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;}
.MainNav span a{text-align: left;font-size: 15px;padding-left: 15px;line-height: 40px;border-bottom: 1px solid #eee;color:#333;}
.MainNav li:hover span a, .MainNav li.onnav span a{color:#e60012;}
.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);}
.NavPull{position: static;width: 100%;margin:0;text-align: left;padding:10px;}
.NavPull a{font-size: 14px;padding:2px 0 2px 15px;}
.NavPull a:before{content: "";position: absolute;left: 2px;top: 50%;transform: translateY(-50%);background:#e60012;width: 5px;height: 2px;}
.Header.fixed3 .NavPull{padding:20px;}
}
@media(max-width:480px){
	.Header .Tel{font-size: 14px;}
}

/*Bottom*/
.Footer{ position:relative;background:url(../images/footerbg.jpg) center center no-repeat;background-size:cover;padding: 22px 0 1.68rem;color:#fff;font-size: 0.16rem;transition: all 0.3s;}
.Footer.on{padding: 22px 0}
.Footer .blank{position: absolute;left: 0;top: -100vh;height: 100vh;z-index: -2;width: 100%;}
.Footer .Contact{float: left;}
.Footer .Contact .item{display: flex;justify-content: space-between;padding:3px 0 0.28rem;min-width: 760px;}
.Footer .Contact .item dt{padding-bottom: 3px;}
.Footer .Contact .item dt img{display: inline-block;vertical-align: middle;margin-right: 14px;}
.Footer .Contact .item dd{padding-left: 31px;font-size: 0.24rem;}
.Footer a{color:#fff;}
.Footer a:hover{color:#e60012;}
.Footer .Ewmbox{float: right;text-align: center;color:#a7a7a7;display:flex;}
.Footer .Ewmbox .ewm:not(:last-child){margin-right:20px;}
.Footer .Ewmbox img{display: block;padding:4px;background:#fff;width: 100px;height: 100px;margin:0px auto 3px;}
.Footer .copyright{padding-left: 31px;opacity: 0.7;}

.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: 40px;height: 40px;z-index:210;background:#e60012 url(../images/top.png) center center no-repeat;box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;bottom: 0;}
.totop:hover{background-color:#cf0515;}
.totop.fix{position: absolute;top: -16px;bottom: auto;border-radius: 50%;}

.FreeForm{background:#e60012;border-radius: 0 1.5rem 0 0;padding:0.3rem 0;color:#fff;position: fixed;bottom: -100%;width: 100%;z-index: 100;transition: all 0.3s;box-shadow: 0 10px 30px rgba(0,0,0,0.2);border-top: 10px solid rgba(255,255,255,0.5);}
.FreeForm.on{bottom: 0;}
.FreeForm .w1400{display: flex;justify-content: space-between;padding-right: 1.8rem;}
.FreeForm .item{flex: 1;padding-right: 0.3rem;}
.FreeForm .item dt{line-height: 0.37rem;font-size: 0.3rem;display: none;}
.FreeForm .item input{height: 0.54rem;color:#fff;font-size: 0.2rem;width: 100%;color:#fff;padding:0 10px;border-bottom: 1px solid rgba(255,255,255,0.5);}
.FreeForm .item input::-webkit-input-placeholder{color: #fff;}
.FreeForm .item.class{width: 27%;}
.FreeForm .btnam{position: absolute;right: 0;top: 0.05rem;font-size: 0.22rem;}
.FreeForm .close{position: absolute;color:#cf0515;background:#fff;border-radius: 50%;box-shadow: 0 10px 10px rgba(0,0,0,0.1);width: 35px;height: 35px;text-align: center;
line-height:35px;right:5%;top: -15px;}
.FreeformOpen{position: fixed;left: -100%;width: 40px;text-align: center;padding:15px 5px;line-height:24px;background:#cf0515;border-radius: 0 20px 20px 0;color:#fff !important;bottom: 10%;transition: all 0.3s;z-index: 100;}
.FreeformOpen.on{left: 0;}

@media(max-width:1024px){
	.Footer .Ewmbox{width: auto;float: none;}
	.Footer .Contact{width: auto;float: none;}
	.Footer .Contact .item{min-width: auto;}
	.FreeForm .item dt{font-size: 16px;line-height: 30px;}
	.FreeForm .item input{font-size: 14px;height: 30px;}
	.FreeForm .item{padding-right: 0.5rem;}
	.FreeForm .btnam{top: 0;}
}
@media(max-width:767px){
	.Footer .Contact .item{flex-wrap: wrap;}
	.Footer .Contact .item dl{width: 50%;}
	.Footer .Contact .item dt{font-size:14px;}
	.Footer .Contact .item dd{font-size:16px;margin-bottom: 8px;}
	.FreeForm{border-radius: 0 0.5rem 0 0;}
	.FreeForm .w1400{flex-wrap: wrap;padding-right: 0;align-items: end;}
	.FreeForm .item{width: 50% !important;padding:0 0.2rem 0.2rem;flex: none;}
	.FreeForm .btnam{position: static;font-size: 15px;line-height: 26px;}
}
/*Bottom*/

.FloatRight{position: fixed;top: 4%;right: 1%;z-index: 10000;border-radius: 4px;box-shadow: 0 5px 17px rgba(230,0,18,0.09);width: 0.7rem;background:#fff;}
.FloatRight .item{text-align: center;line-height: 20px;position: relative;}
.FloatRight .item a{background:#fff;position: relative;z-index: 1;display: block;padding:0.15rem 0;border-bottom: 1px solid #fbd9dc;}
.FloatRight .item:first-child a{border-radius: 4px 4px 0 0;}
.FloatRight .item:last-child{border-bottom: 0px;}
.FloatRight .item:last-child a{border-radius: 0 0 4px 4px;}
.FloatRight .ico{display: block;width: 0.3rem;height: 0.3rem;margin:0px auto 5px;}
.FloatRight .ewm{position: absolute;padding:10px;border-radius: 10px;background:#fff;text-align: center;right: 0rem;top: 0;z-index: -100;visibility: hidden;opacity: 0;transition: all 0.3s;}
.FloatRight .ewm img{width: 120px;display: block;margin:0px auto 10px;max-width: none;}
.FloatRight .item.on .ewm{opacity: 1;visibility: visible;z-index: 1;right: 0.78rem;}

.FriendLink{position: relative;clear: both;margin:0.25rem 0;}
.FriendLink .w1400{padding-left: 120px;min-height: 30px;}
.FriendLink aside{position: absolute;left: 0;top: 0;padding-right: 22px;background:url(../images/ico/arrmore2.png) right center no-repeat;}
.FriendLink dd{display: inline-block;vertical-align: middle;margin-right: 0.25rem;}
.FriendLink a{color:#666;font-size: 0.16rem;}
.FriendLink a:hover{color:#cf0515;}
@media(max-width:767px){
	.FloatRight {width: 33px;font-size: 12px;right: 0;top: 45%;}
	.FloatRight .ico{width: 20px;height: 20px;}
	.FriendLink a{font-size: 14px;}
	.FriendLink .w1400{padding-left: 90px;min-height: 24px;}
}

.itemhover{transition: all ease 0.3s;display: block;}
.activehover{-webkit-box-shadow: 0 15px 38px rgba(0,0,0,0.18);
	box-shadow: 0 15px 38px rgba(0,0,0,0.18);
	-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: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 15;}
.Video_files .close{position: absolute;right: 0;top: 0;text-align:center;width: 35px;height: 35px;line-height: 35px;background:#005d4f;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;
}
.bshare-custom {display: inline-block;vertical-align: middle;margin-top: -2px;}

.list-paddingleft-2{margin:0 0 0 60px; padding:0!important;}

.Location{background:#fff;line-height: 3;position: relative;box-shadow: 0 5px 10px rgba(0,0,0,0.04)}
.Location span{color: #e60012}