﻿@charset "utf-8";
@import url(../scripts/wow/animate.css);
@import url(iconfont.css);

* {
  -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.18rem;line-height:0.32rem; color:#132948; width:100%; zoom:1;font-family:arial,sans-serif;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;font-family:arial,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:arial,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:#132948; 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:#00a4c9;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: var(--blue-color);}
::-moz-placeholder {color: var(--blue-color);}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: var(--blue-color);}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: var(--blue-color);}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	border: 1px solid #edeef2;
	background: #f7f7f7 /*url(../images/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(../images/scrollbartrack.gif) center top repeat-y;}
::-webkit-scrollbar-thumb{border-radius: 5px;background: #666 url(../images/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;}
.show{ display:inline-block;vertical-align: middle;}
.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;}
.w1600{ z-index:1; position:relative; clear:both; max-width:16rem;width: 88%; 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;}
.flex{display: flex;}
.flexj{display: flex;justify-content: center;}
.flexa{display: flex;align-items: center;}
.flexja{display: flex;justify-content: center;align-items: center;}
.flexcad{display: flex;justify-content: center;align-items: center;flex-direction: column;}
.flexcd{display: flex;justify-content: center;flex-direction: column;}
.flexbwa{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.flexba{display: flex;justify-content: space-between;align-items: center;}
.flexbw{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flexw{display: flex;flex-wrap: wrap;}
.flexb{display: flex;justify-content: space-between;}

/*font*/
:root {
	--blue-color: #132948;
	--blueq-color: #00a4c9;
	--blued-color: #606c7d;
	--blued2-color: #6d7f9a;
	--white-color: #fff;
}
.t-justify{text-align: justify;}
.f_lighter{font-weight: lighter;}
.f14{font-size: 0.15rem;}
.f16{font-size: 0.17rem;}
.f18{font-size: 0.19rem;}
.f20{font-size: 0.2rem;}
.f22{font-size: 0.22rem;}
.f24{font-size: 0.24rem;}
.f26{font-size: 0.26rem;}
.f28{font-size: 0.28rem;}
.f36{font-size: 0.36rem;}
.l32{line-height: 0.32rem;}
.l36{line-height: 0.36rem;}
.l38{line-height: 0.38rem;}
.iconfont{ font-size:20px;display: inline-block;vertical-align: middle;}
.tit{ display:block;	text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; overflow:hidden; width:100%;-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){
body{min-width:300px;}
::-webkit-scrollbar{width: 5px; height:5px;}
/* .f_lighter{font-weight:normal;} */
}
@media (min-width:769px) and (max-width:1024px) {
	html{font-size: calc((100 / 1000) * 100 * 1vw);} 
}
@media (max-width:768px) {
	html{font-size: calc((100 / 750) * 100 * 1vw);} 
}
	@media (max-width:640px) {
		select,input,textarea,button{font-size: 14px;}
		body{font-size: 14px;line-height: 24px;}
		.f14{font-size: 14px;}
		.f16{font-size: 14px;}
		.f18{font-size: 15px;}
		.f20{font-size: 16px;}
		.f22{font-size: 16px;}
		.f24{font-size: 16px;}
		.f26{font-size: 16px;}
		.f28{font-size: 17px;}
		.l36{line-height: 24px;}
		.l32{line-height: 24px;}
		.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;}

.itemhover{transition: all ease 0.3s;}
.activehover{-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.12);
	box-shadow: 0 5px 20px rgba(0,0,0,0.12);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);}
.itemhover2{transition: all ease 0.3s;display: block;}
.activehover2{
		-webkit-transform: translate3d(0, -2px, 0);
		transform: translate3d(0, -2px, 0);}

.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;max-width: 100%;max-height: 100%;left: 50%;top: 50%;z-index: 2;transform: translate(-50%,-50%);}
.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: translate(-50%,-50%) scale(1);transform: translate(-50%,-50%) 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: translate(-50%,-50%) scale(1.2);transform: translate(-50%,-50%) scale(1.2);}

.moreBtn{width: 0.58rem;height: 0.58rem;line-height:0.58rem;position: relative;display: inline-block;text-align: center;}
.moreBtn i{font-size: 20px;transition: all 0.5s;}
.moreBtn:After{left: 0;top: 0;width: 100%;height: 100%;position: absolute;content: "";background: url(../images/moredot.svg) no-repeat center center/contain;transition: all 0.5s;}
.moreBtn:hover:after,.item:hover .moreBtn:after{animation: turn 1s linear forwards;background: url(../images/moredot2.svg) no-repeat center center/contain;}
.moreBtn:hover i,.item:hover .moreBtn i{transform: scale(1.1);}
.moreBtn.auto{display: block;margin: 0px auto;}
@media(max-width:640px){
	.moreBtn{width: 35px;height: 35px;line-height: 35px;}
}

/*pages*/
.Pages{clear: both;text-align: center;line-height: 0.56rem;position: relative;padding-top: 0.3rem;}
.Pages a{display: inline-block;vertical-align: middle;width: 0.56rem;height: 0.56rem;background-color:rgba(255,255,255,0.4);margin:0 0.1rem;border-radius: 50%;}
.Pages a:hover,.Pages a.a_cur{color:var(--white-color);background-color:var(--blueq-color);}
.Pages .arr i{font-size: 20px;}
@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:1rem;line-height:0.99rem; position:fixed; width:100%; left:0; top:0;z-index:1000; text-align: right;font-size: 0;transition: all 0.3s;border-bottom: 1px solid rgba(255,255,255,0.1);}
.Header:after{width: 100%;height: 0%;content: "";position: absolute;left: 0;top: 0;background-color: var(--white-color) ;transition: all 0.5s;top: 0%;opacity: 0;}
.Header .dis{display: inline-block;vertical-align: top;}
.Header .Logo {float: left;position: relative;z-index: 10;}
.Header .Logo img{height: 0.48rem;transition: all 0.3s;}
.Searchico{ cursor:pointer;color:#fff;}
.Searchico:hover{color: #00a4c9;}
.Searchico .icongb{ display:none;}
.Searchico.on .icongb{ display:block;}
.Searchico.on .iconso{ display:none;}
.Searchico .iconfont{ font-size:22px;vertical-align: middle;}
.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-color: var(--white-color);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:var(--white-color);position: absolute;right: 12px;top: 12px;background-color: var(--blueq-color);}
.searchbox.on{opacity: 1;visibility: visible;top: 94%;z-index: 10;}

.Header .Ver{margin:0 0 0 0.3rem;position: relative;}
.Header .Ver:before{content: "";width: 1px;height: 10px;left: -0.15rem;top: 50%;transform: translateY(-50%);background: rgba(255,255,255,0.1);position: absolute;}
.Header .Ver dt span{width: 18px;height: 18px;border:1px solid rgba(255,255,255,0.5);border-radius: 50%;display: inline-block;vertical-align: middle;margin:-4px 9px 0 0;background-image:url(../images/diqiu.gif);background-size: contain;}
.Header .Ver dd{position: absolute;left: 50%;top: 100%;width: 120px;box-shadow: 0 5px 10px rgba(0,0,0,0.1);background-color:var(--white-color);text-align: center;transform: translateX(-50%);border-radius: 5px;opacity: 0;visibility: hidden;z-index: -1;transition: all 0.3s;}
.Header .Ver dd a{display: block;line-height: 35px;}
.Header .Ver.on dd{opacity: 1;z-index: 10;top: 75%;visibility: visible;}

.MainNav{position: relative;}
.MainNav li{float: left; margin-right:0.42rem;position: relative;}
.MainNav span a{ position:relative; z-index:100;display:block;transition: all ease 0s;color: var(--white-color);font-size: 17px;}
.MainNav span a:before,.MainNav span a:after{width: 0.45rem;height: 0.45rem;content: "";position: absolute;background-position: center center;background-size: contain;background-repeat: no-repeat;opacity: 0;transition: all 0.5s;}
.MainNav span a:before{top: 0.1rem;left: -0.23rem;background-image: url(../images/nav_bg1.png);}
.MainNav span a:after{bottom: 0.1rem;right: -0.23rem;background-image: url(../images/nav_bg2.png);}
.MainNav .arr{ display:none;}
.MainNav li:hover span a{color:#333;}
.MainNav li:hover a:before,.MainNav li.onnav a:before{animation: turn2 1s linear forwards;}
.MainNav li:hover a:after,.MainNav li.onnav a:after{animation: turn2 1s linear forwards;}

.closebtn{ position:fixed; left:0px; top:45px; 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:8px; z-index:1001;color:var(--white-color);display: none;font-size: 12px;display: none;line-height: normal;transition: all 0.3s;}
.openbtn span{ display:inline-block;vertical-align: middle;margin:0;}
.openbtn i{ display:block; height:2px; background-color:var(--white-color); 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.fix{box-shadow: 0 10px 10px rgba(0,0,0,0.1);height: 0.7rem;line-height: 0.69rem;}
.Header.fix:after,.Header:hover:after,.detailTop .Header:After{top: 0;height: 100%;opacity: 1;}
.Header.fix .Logo .hide,.Header:hover .Logo .hide,.detailTop .Header .Logo .hide{display: inline-block;}
.Header.fix .Logo .show,.Header:hover .Logo .show,.detailTop .Header .Logo .show{display: none;}
.Header.fix .MainNav span a,.Header:hover .MainNav span a,.detailTop .Header .MainNav span a{color: var(--blue-color);}
.Header.fix .MainNav li:hover span a,
.Header.fix .MainNav li.onnav span a{color: var(--blueq-color);}	
.Header.fix .MainNav span a:after,
.Header:hover .Searchico,.Header.fix .Searchico{color: var(--blueq-color);}
.Header:hover .Ver dt span,.Header.fix .Ver dt span{background-image:url(../images/diqiu2.gif);border: 1px solid;border-color:var(--blue-color);}
.Header:hover .MainNav span a:before,.Header.fix .MainNav span a:before{background-image: url(../images/nav_bg01.png);top: 0;}
.Header:hover .MainNav span a:after,.Header.fix .MainNav span a:after{background-image: url(../images/nav_bg02.png);bottom: 0;}
.Header:hover .Ver:before,.Header.fix .Ver:before{background: #ddd;}
.detailTop .openbtn i{background-color: var(--blue-color);}

/* 下拉 */
.NavPull{ z-index:99;display:none; position:absolute; top:100%; left:50%;width:2rem;padding:0.15rem;background-color: var(--white-color);transform: translateX(-50%);box-shadow: 0 8px 15px rgba(0,0,0,0.08);border-radius: 0 0 10px 10px;text-align: left;line-height: 0.3rem;overflow: hidden;}
.NavPull.null{display: none !important;}
.NavPull dl{position: relative;z-index: 2;margin: 0 0.15rem;}
.NavPull dl dd{padding: 0.1rem 0;border-bottom: 1px solid #e6e6e6;text-align: center;}
.NavPull dl dd:last-child{border-bottom: 0;}

@media(max-width:1440px){
	.MainNav li{margin-right: 0.4rem;}
}
@media(max-width:1024px){
.Header{height: 46px !important;line-height: 46px !important;}
.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;}
.Header .openbtn{display: block;}
.Header.fix .openbtn i,.Header:hover .openbtn i{background: #333;}
.MainNav{position: fixed;right: 0;top: 45px;width: 70%;height: calc(100% - 45px);right: -100%;transition: all 0.3s;opacity: 0;background-color:var(--white-color);box-shadow: 0 0 10px rgba(0,0,0,0.2);padding: 20px 0 0 0;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 !important;}
.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: 101;}
.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);}
.Header .MainNav span a:after{display: none;}
.Header .Ver{margin-right: 30px;}
.searchbox{width: 100%;}

.NavPull{position: static;width: 100% !important;margin:0;text-align: left;padding:10px;transform: translateX(0) !important;line-height: 2.2;border-radius: 10px;}
.NavPull a{font-size: 14px;padding:2px 0 2px 15px;}
.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;}
}
@media(max-width:480px){
	.Header .Logo img{height: 30px !important;}
	.Header .Ver dt span{margin-top: 0;}
}

/*Bottom*/
.Footer{ position:relative;background: #254675 /*url(../images/footerbg.jpg) no-repeat center center*/;color: var(--white-color);padding-top: 4vw;}
.Footer .SiteMap{padding-bottom: 3.75vw;border-bottom: 1px solid rgba(255,255,255,0.1);margin-bottom: 2.18vw;}
.Footer .SiteMap dl{flex: 1;padding-right: 2vw;}
.Footer .SiteMap dl dt{position: relative;margin-bottom: 0.17rem;}
.Footer .SiteMap a{color: var(--white-color);}.Footer a:hover{color: rgba(255,255,255,0.9);}
.Footer .SiteMap .item dt i{font-size: 16px;position: absolute;right: 0;top: 0;width: 100%;text-align: right;display: none;z-index: 3;}
.Footer .SiteMap .item dd a{color: var(--blued2-color);font-size: 0.15rem;}.Footer .SiteMap .item dd a:hover{color: var(--white-color);}
.Footer .ewmNews dd{padding-top: 0.07rem;}
.Footer .ewmNews dd img{width: 1.24rem;height: 1.24rem;padding: 0.07rem;background-color: var(--white-color);}
.Footer .bCon{padding-bottom: 2.6vw;border-bottom: 1px solid rgba(255,255,255,0.1);}
.Footer .bCon dt{color: var(--blued2-color);margin-bottom: 0.32rem;}
.Footer .bCon dd{line-height: 0.51rem;}
.Footer .contact{flex: 1;padding-right: 7.13vw;}
.Footer .contact p{position: relative;padding-left: 0.64rem;min-height: 0.32rem;}
.Footer .contact p span{position: absolute;left: 0;top: 0;width: 0.5rem;height: 0.5rem;line-height:0.45rem;border: 1px solid rgba(255,255,255,0.1);border-radius: 50%;text-align: center;}
.Footer .contact p span img{display: inline-block;vertical-align: middle;width: 20px;}
.Footer .share{font-size: 0;}
.Footer .share a{width: 0.51rem;height: 0.51rem;text-align: center;line-height: 0.51rem;background: rgba(255,255,255,0.06);display: inline-block;vertical-align: middle;border-radius: 50%;position: relative;}
.Footer .share a:not(:last-child){margin-right: 0.18rem;}
.Footer .share a:hover{background-color: var(--blueq-color);}
.Footer .share a .ico{display: inline-block;vertical-align: middle;width: 20px;}
.Footer .share .ewm{position: absolute;left: 50%;bottom: 80%;transform: translateX(-50%);background-color: var(--white-color);padding: 0.07rem;width: 1.25rem;transition: all 0.5s;opacity: 0;z-index: -1;visibility:hidden;}
.Footer .share a:hover .ewm{visibility: visible;z-index: 10;opacity: 1;bottom:105%;}
.Footer .share .ewm img{width: 100%;}
.Footer .copyRight{padding: 1.71vw 0;color: var(--blued2-color);}
.Footer .copyRight a{color: var(--blued2-color);}.Footer .copyRight a:hover{color: var(--white-color);}
.Footer .copyRight .copy a{display: inline-block;margin-left: 0.16rem;}
.Footer .copyRight menu a:not(:last-child):after{display: inline-block;vertical-align: middle;margin: 0 0.15rem;width: 3px;height: 3px;content: "";background-color: var(--blued2-color);border-radius: 50%;}

@media(max-width:1024px){
	.Footer .SiteMap{display: block;float: none;width: auto;margin-bottom: 0.3rem;}
	.Footer .SiteMap .item{border-bottom: 1px solid rgba(0,0,0,0.08);float: none;}
	.Footer .SiteMap .item dd{display: none;padding: 9px 0;}
	.Footer .SiteMap .item dt{margin-bottom: 0;display: block;border-bottom: 1px solid rgba(255,255,255,0.05);line-height: 2.5;}
	.Footer .SiteMap .item dd a{margin-left: 15px;}
	.Footer .SiteMap .item dt i{display: block;}
	.Footer .SiteMap .ewmNews{padding-top: 0.2rem;text-align: center;}
	.Footer .SiteMap .ewmNews dt{margin-bottom: 0;}
	
	.Footer .copyRight{display: block;text-align: center;padding-bottom: 0.2rem;}
}
@media(max-width:580px){
	.Footer .bCon{display: block;}
	.Footer .contact p span{width: 26px;height: 26px;line-height: 21px;}
	.Footer .contact p span img,.Footer .share a .ico{width: 15px;}
	.Footer .contact p{min-height: 30px;}
	.Footer .SiteMap .item dd a{font-size: 14px;}
	.Footer .share{padding: 0.2rem 0;}
	.Footer .share a{width: 30px;height: 30px;line-height: 30px;}
	.Footer .copyRight {font-size: 12px;}
	.Footer .ewmNews dd img{width: 120px;height: 120px;}
}

.totop{position:fixed;right:1.7%;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.5rem;height: 0.5rem;line-height:0.5rem;z-index:500;background:#f6ab05;color:#fff;box-shadow: 0 6px 30px rgba(216,22,23,0.2);border-radius: 50%;transform: translateY(0.5rem);}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;transform: translateY(0);}

.fixFloat{position: fixed;right: 1.7%;z-index: 100;bottom: 20%;}
.fixFloat li{position: relative;}
.fixFloat .ico{width: 0.5rem;height: 0.5rem;line-height:0.5rem;text-align: center;border-radius: 50%;background-color: #fff;box-shadow: 0 0 40px rgba(0,0,0,0.25);margin-bottom: 0.2rem;color: #f6ab05;}
.fixFloat li:hover .ico{background-color: #f6ab05;color: #fff;}
.fixFloat .info{position: absolute;right: 0;width: 2rem;text-align: center;background: #f6ab05;box-shadow: 0 0 10px rgba(0,0,0,0.08);padding: 0.2rem;font-size: 0.2rem;color: #fff;top: 50%;transform: translateY(-50%);border-radius: 5px;line-height: 1.3;visibility: hidden;z-index: -1;transition: all 0.3s;opacity: 0;}
.fixFloat .info span{display: block;font-size: 0.16rem;}
.fixFloat li.on .info {z-index: 10;visibility: visible;right: 105%;opacity: 1;}
.fixFloat .info a{color: #fff;}
@media(max-width:1024px){
	.totop,.fixFloat .ico{width: 30px;height: 30px;line-height: 30px;}
	.totop i{font-size: 18px;}
	.fixFloat{right: 1px;}
}
/*Bottom*/

.video_files{position: fixed;left: 50%;top: 50%;width: 60%;height: 60%;z-index: 1001;transform: translate(-50%,-50%);display: flex;justify-content: center;align-items: center;padding: 0.35rem;background: #fff;border-radius: 10px;box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
.video_files .close{position: absolute;right: 0;top: 0;text-align:center;width: 35px;height: 35px;line-height: 35px;background:#00a4c9;color:#fff;z-index: 10;cursor: pointer;}
.video_files video{width: 100%;height: 100%;object-fit: contain;background:#000;}
@media(max-width:1024px){
	.video_files{width: 100%;height: 100%;background: rgba(0,0,0,0.5);}
	.video_files video{object-fit: contain;height: auto;position: static;}
}

.scroll-animate.animated {visibility: hidden;}
.at_on,.wow {visibility: visible;}
.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;
}


.maplist *{text-align: left;}
.maplist .item{display: flex;border: 1px solid #ddd;padding: 15px;margin-bottom: 20px;font-weight: bold;line-height: 0.5rem;}
.maplist .item aside{width: 150px;text-align: center;background: #00a4c9;color: #fff;}
.maplist .item aside:hover{background: #008cac;}
.maplist .item aside a{color: #fff;}
.maplist .item ul{flex: 1;display: flex;flex-wrap: wrap;padding: 0 0.3rem;}
.maplist .item ul li:not(:last-child){margin-right: 0.3rem;}
.maplist .item:hover{border: 1px solid #00a4c9;}
@media(max-width:640px){
	.maplist .item{display: block;}
	.maplist .item aside{width: auto;line-height: 30px;}
	.maplist .item ul{padding: 0.15rem 0 0;}
}
