@charset "utf-8";
@import url(../js/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;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:#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:0.16rem; 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: block; vertical-align: baseline;}
img{ max-width:100%;max-height: 100%; border:none; border:0;display: inline-block;vertical-align: middle;}
a{ color:#070202; 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:#b1702b;}
/**: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 #e5e5e5;
	background: #fff url(../images/selectarr.svg) no-repeat right 0 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;}
.w1440{ z-index:1; position:relative; clear:both; max-width:14.4rem;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;}
.pt70{padding-top:0.7rem;}
.pt60{padding-top:0.6rem !important;}
.pb60{padding-top:0.5rem !important;}
.pb80{padding-bottom:0.8rem;}
.pb0{padding-bottom:0 !important;}
.pt0{padding-top:0 !important;}
.pb50{padding-bottom:0.5rem !important;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;width: 100%;z-index: -10;left: 0;}
.relative{position: relative;}
.flex{display: flex;display: -ms-flexbox;}
.flexj{display: flex;display: -ms-flexbox;justify-content: center;-ms-flex-pack: center;}
.flexa{display: flex;display: -ms-flexbox;align-items: center;}
.flexja{display: flex;display: -ms-flexbox;justify-content: center;-ms-flex-pack: center;align-items: center;-ms-flex-align: center;}
.flexjac{display: flex;display: -ms-flexbox;justify-content: center;-ms-flex-pack: center;align-items: center;-ms-flex-align: center;flex-direction: column;-ms-flex-direction: column;}
.flexjd{display: flex;display: -ms-flexbox;justify-content: center;-ms-flex-pack: center;flex-direction: column;-ms-flex-direction: column;}
.flexbwa{display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;flex-wrap: wrap;-ms-flex-wrap: wrap;align-items: center;-ms-flex-align: center;}
.flexba{display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;align-items: center;-ms-flex-align: center;}
.flexbw{display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;flex-wrap: wrap;-ms-flex-wrap: wrap;}
.flexw{display: flex;display: -ms-flexbox;flex-wrap: wrap;-ms-flex-wrap: wrap;}
.flexaw{display: flex;display: -ms-flexbox;flex-wrap: wrap;-ms-flex-wrap: wrap;align-items: center;-ms-flex-align: center;}
.flexjw{display: flex;display: -ms-flexbox;flex-wrap: wrap;-ms-flex-wrap: wrap;justify-content: center;-ms-flex-pack: center;}
.flexb{display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;}

/*font*/
.f000{color: #000;}
.f333{color: #333;}
.f555{color: #555;}
.f666{color: #666;}
.ffff{color: #ffffff !important;}
.fblue{color: #004898;}
.fred{color: #c60019;}
.forange{color: #af8b66;}
/* .t_justify{text-align: justify;} */
.f_lighter{font-weight: lighter;}
.f_normal{font-weight: normal;}
.f14{font-size: 14px;}
.f16{font-size: 0.16rem;}
.f18{font-size: 0.18rem;}
.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;}
.f30{font-size: 0.30rem;}
.f32{font-size: 0.32rem;}
.f36{font-size: 0.36rem;}
.f40{font-size: 0.40rem;}
.l24{line-height: 0.24rem;}
.l28{line-height: 0.38rem;}
.l32{line-height: 0.32rem;}
.l33{line-height: 0.33rem;}
.l34{line-height: 0.34rem;}
.l36{line-height: 0.36rem;}
.l38{line-height: 0.38rem;}
.l40{line-height: 0.40rem;}
.l48{line-height: 0.40rem;}
.iconfont{ font-size:20px;display: inline-block;vertical-align: middle;}
.date{color: #666;}
.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: 10;}
.dot5{-webkit-line-clamp: 5;}
.dot6{-webkit-line-clamp: 12;}
.dot7{-webkit-line-clamp: 7;}

@media ( max-width:1440px){
	html{font-size:6.2vw}
}
@media ( max-width:1024px){
.w1440{width: 88% !important;}
body{min-width:300px;padding-top: 45px;}
::-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;}
		.f30{font-size: 18px;}
		.f32{font-size: 18px;}
		.f40{font-size: 20px;}
		.l36,.l28,.l33,.l32,.l48,.l24,.l34{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;}
.imgbox.auto img{ width:auto; height:auto;object-fit: contain;max-width: 100%;max-height: 100%;}

.itemhover{transition: all ease 0.3s;display: block;}
.activehover{-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.18);
	box-shadow: 0 10px 20px rgba(0,0,0,0.18);
	-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:inline-block;position: relative;align-items: center;justify-content: center;margin: 0px auto;vertical-align: middle;}
.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{display: inline-block;transition: all 0.3s;width: 1.6rem;line-height: 0.5rem;color:#fff;position: relative;overflow: hidden;text-align: center;background: #9f6a34;}
.moreBtn em{position: relative;z-index: 1;display: inline-block;}
.moreBtn:after{display: inline-block;margin-left: 0.18rem;width: 12px;height: 12px;content: "";background: url(../images/arr_more.png) right center no-repeat;position: relative;z-index: 1;transition: all 0.5s;}
.moreBtn:before{left: 0;bottom: -200%;position: absolute;content: "";width: 200%;height: 200%;transition: all 0.5s 0.1s;background: #bf803f;}
.moreBtn:hover{color: #fff;}
.moreBtn:hover:after{transform: rotate(45deg);}
.moreBtn:hover:before{bottom:0%;width: 120%;height: 120%;}
.moreBtn.auto{display: block;margin: 0px auto;}

.mores{display: inline-block;margin-right: 10px;border: 1px solid #060b20;vertical-align: middle;padding: 0 0.28rem;line-height: 0.42rem;position: relative;color: #060b20;text-align: center;cursor: pointer;}
.mores:after{position: absolute;bottom: 0;width: 100%;height:0;content: "";background: #b1702b;transition: all 0.5s;left: 0;}
.mores em{position: relative;z-index: 1;}
.mores i{color: #b1702b;margin: -2px 0 0 10px;}
.mores:last-child{margin-right: 0;}
.mores:hover{border: 1px solid #b1702b;color: #fff;}
.mores:hover i{color: #fff;}
.mores:hover:after{height: 100%;}
.mores.w220{min-width: 2.2rem;}
.mores.w180{min-width: 1.8rem;}

@media(max-width:640px){
	.moreBtn{height: 35px;line-height: 35px;width: 100px;}
	.moreBtn:after{width: 20px;margin-left: 0.1rem;}

	.mores{line-height: 26px;}
}


/*pages*/
.Pages{clear: both;text-align: center;line-height: 0.48rem;position: relative;color: #555555;padding-top: 0.4rem;}
.Pages a{display: inline-block;vertical-align: middle;width: 0.5rem;height: 0.5rem;color:#555555;border:1px solid #e0e0e0;margin:0 0.1rem;}
.Pages a:hover,.Pages a.a_cur{color:#fff;background-color:#b1702b;border: 1px solid;border-color: #b1702b;}
.Pages .arr {color: #919191;}
.Pages .jump {padding-left: 0.08rem;}
.Pages .i_text {width: 0.5rem;height: 0.5rem;line-height: 0.48rem;text-align: center;border: 1px solid #e0e0e0;margin: 0 0.1rem;}
.Pages .i_button {width: 0.5rem;height: 0.5rem;color: #fff;border: 1px solid;background:#cdcdcd;margin-left: 0.1rem;padding: 0;cursor: pointer;}
.Pages .i_button:hover {background: #b1702b;}

@media ( max-width:640px){
.Pages{line-height: 30px;}
.Pages a,.Pages .text{width: 22px;height: 30px;}
.Pages .go{width: 26px;height: 30px;}
.Pages a{margin: 0 2px;}
.Pages .iconfont{vertical-align: top;}
}
/*pages end*/


/*Top*/
.Header{ height:0.8rem;line-height:0.79rem; position:fixed; width:100%; left:0; top:0;z-index:1000;transition: all 0.3s;text-align: right;color: #fff;border-bottom: 1px solid rgba(255,255,255,0.15);}
.Header a{color: #fff;}.Header a:hover{color: #b1702b;}
.Header .w1600{display: flex;justify-content: flex-end;align-items: center;position: static;}
.Header .Logo {position: absolute;z-index: 10;left: 8.33vw;}
.Header .Logo img{height: 0.49rem;transition: all 0.3s;}
.Searchico{ cursor:pointer;}
.Searchico:hover{color: #b1702b;}
.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: 4.5rem;padding: 12px;background-color: #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;position: absolute;right: 12px;top: 12px;background-color: #b1702b;}
.searchbox.on{opacity: 1;visibility: visible;top: 94%;z-index: 10;}

.Header .fwyy{line-height: 0.34rem;border-radius: 0.34rem;padding: 0 0.3rem;border: 1px solid #fff;height: 0.34rem;margin-right: 0.5rem;}
.Header .set{margin-right: 0.23rem;}
.Header .set i{font-size: 20px;}
.Header .set:hover{color: #b1702b;}
.Header .Ver{margin:0 0 0 0.23rem;position: relative;}
.Header .Ver span{transition: all 0.3s;display: inline-block;position: relative;vertical-align: middle;margin-left: 0.08rem;}
.Header .Ver .icondq4{font-size: 22px;transition: all 0.3s;}
.Header .Ver dt:hover{color: #b1702b;}
.Header .Ver dd{position: absolute;left: 50%;top: 110%;width: 120px;box-shadow: 0 5px 10px rgba(0,0,0,0.1);background-color:#fff;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 dd a:hover{color: #b1702b;}
.Header .Ver.on dd{opacity: 1;z-index: 10;top: 100%;visibility: visible;}

.MainNav{padding-right: 2.7vw;}
.MainNav li{margin:0 0 0 1.95vw;display: inline-block;}
.MainNav span a{ position:relative; z-index:100;display:block;transition: all ease 0s;}
.MainNav span a:after{left: 50%;transform: translateX(-50%);width:0;bottom: -1px;height: 3px;content: "";position: absolute;background: #b1702b;transition: all 0.5s;}
.MainNav .arr{ display:none;}
.MainNav li.onnav span a{color: #b1702b;cursor: pointer;}
.MainNav li.onnav span a:After,.MainNav li:hover span a:After{width: 130%;}

.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;font-family: Arial, Helvetica, sans-serif;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:#fff; 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.on,.Header.fix{background: #fff;color: #333;border-bottom: 1px solid #e5e5e5;}
.Header.on .Logo .show,.Header.fix .Logo .show{display:none;}
.Header.on .Logo .hide,.Header.fix .Logo .hide{display: inline-block;}
.Header.on a,.Header.fix a{color: #333333;}
.Header.on .fwyy,.Header.fix .fwyy{border: 1px solid #b1702b;background: #b1702b;color: #fff;}
.Header.fix{box-shadow: 0 10px 10px rgba(0,0,0,0.05);}
.Header.on .openbtn i,.Header.fix .openbtn i{background: #333;}


/* 下拉 */
.NavPull{ z-index:99;display:none; position:absolute; top:100%; left:0;width:100%;padding:0.2rem 0.3rem;background-color: #ffffff;box-shadow: 0 8px 15px rgba(0,0,0,0.08);text-align: left;line-height: 0.3rem;overflow: hidden;border-top: 1px solid #e5e5e5;text-align: center;}
.NavPull.null{display: none !important;}
.NavPull dd{display: inline-block;margin: 0 0.1rem;}
.NavPull dd a{display: block;padding: 0.05rem 0.1rem;color: #333;border-radius: 5px;}
.NavPull dd a:hover{background: #b1702b;color: #fff;}
.NavPull.pro{font-size: 0;text-align: left;padding-bottom: 3.385vw;color: #333;}
.NavPull.pro .navItem:not(:last-child){margin-bottom: 2.2vw;}
.NavPull.pro .title{width: 1.5rem;margin-right: 2.083vw;position: relative;}
.NavPull.pro .title:after{position: absolute;right: 0;top: 0.15rem;width: 1px;content: "";height: calc(100% - 0.3rem);background-color: #e1e1e1;}
.NavPull.pro .title span{display: block;width: 1.11rem;text-align: right;padding-bottom:0.1rem;position: relative;color: #333333;}
.NavPull.pro .title span:after{position: absolute;right: 0;bottom: -2px;content: "";width: 25px;height: 2px;background-color: #b1702b;}
.NavPull.pro dl{flex: 1;margin-left: -0.2rem;}
.NavPull.pro dd{text-align: center;width: calc(100% / 5 - 0.2rem);margin: 0 0 0 0.2ren;padding-top: 0.13rem;}
.NavPull.pro dd a{display: block;border-radius: 0;background: transparent !important;padding: 0;color: #666666 !important;}
.NavPull.pro dd a:hover{color: #b1702b !important;}
.NavPull.pro dd .imgbox{padding-top: 0.82rem;width: 1.36rem;margin: 0px auto 0.11rem;overflow: visible;}
.NavPull.pro .nav1 dd{text-align: left;}
.NavPull.pro .nav1 .cateTi{min-height:0.6rem;border-bottom: 1px solid #e5e5e5;margin-bottom: 0.16rem;position: relative;display: inline-block;min-width: 1.56rem;}
.NavPull.pro .nav1 .cateTi:After{position: absolute;left: 0;bottom: -1px;height: 1px;content: "";background-color: #b1702b;width: 0.2rem;transition: all 0.5s;}
.NavPull.pro .nav1 .cateTi a{text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; overflow:hidden; width:100%;-webkit-line-clamp: 2;}
.NavPull.pro .nav1 .dl dd p{width: 90%;}
.NavPull.pro .nav1 dd:hover .cateTi:After{width: 100%;}
.MainNav li.onnav dd{animation:fadeInUpSmall 0.2s .4s ease both;-webkit-animation:fadeInUpSmall 0.2s .4s ease both;-moz-animation:fadeInUpSmall 0.2s .4s ease both;}

@media(max-width:1440px){
	.MainNav li{margin: 0 0 0 1.8vw;}
	.Header .Logo{left: 5%;}
}
@media(min-width:1025px){
	.MainNav li:first-child{margin-left: 0;}
}
@media(max-width:1024px){
.Header{background: #fff;color: #333;border-bottom: 1px solid #e5e5e5;box-shadow: 0 10px 10px rgba(0,0,0,0.05);height: 46px !important;line-height: 46px !important;}
.Header .Logo{left: 3.5%;}
.Header .Logo img{height: 0.38rem;}
.Header .show{display:none;}
.Header .hide{display: inline-block;}
.Header a{color: #333333;}
.Header .fwyy{border: 1px solid #b1702b;background: #b1702b;color: #fff;padding: 0 5px;line-height: 22px;height: 24px;margin-right: 0.2rem;font-size: 12px;}
.Header .Ver{margin: 0 40px 0 0;}
.Header .Ver span{display: none;}
.Header .Ver .icondq4{font-size: 22px;}
.Header .openbtn {display: block;}
.Header .openbtn i{background: #333;}
.Header .Searchico{margin-right: 0.2rem;}

.MainNav{position: fixed;right: 0;top: 45px;width: 90%;height: calc(100% - 45px);right: -100%;transition: all 0.3s;opacity: 0;background-color:#ffffff;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;display: block;}
.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;}

.Searchico{display: inline-block;margin-right: 0.2rem;}
.searchbox{width: 100% !important;top: 110%;transform: translateY(0);padding: 10px;box-shadow: 0 10px 10px rgba(0,0,0,0.08);visibility: hidden;opacity: 0;z-index: -1;border-radius: 0;}

.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.pro dd{width: calc(100% / 3 - 0.2rem);flex: none;}
.NavPull.pro .title{margin-right: 0.2rem;}
}
@media(max-width:768px){
	.NavPull.pro dd{width: 100%;}
	.NavPull.pro .title{width: 100%;}
	.NavPull.pro dl{flex: none;width: 100%;margin-left: 0;}
	.NavPull.pro .navItem{width: auto;}
	.NavPull.pro .navItem:last-child{width: 50%;}
	.NavPull.pro .title span{text-align: left;width: auto;}
	.NavPull.pro .title span:after{right: auto;left: 0;}
	.NavPull.pro .title:after{display: none;}
}

/*Bottom*/
.Footer{ position:relative;background: #060b20 url(../images/footerbg.gif) no-repeat left top;color: #fff;padding: 0.51rem 0 0;z-index: 1;}
.Footer a{color: #fff;}.Footer a:hover{color: #b1702b;}
.Footer .blank{position: absolute;left: 0;top: -100vh;height: 100vh;z-index: -2;width: 100%;visibility: hidden;}
.Footer .Contact{padding-bottom: 0.35rem;margin-bottom: 0.42rem;border-bottom: 1px solid rgba(255,255,255,0.06);}
.Footer .Contact .logo img{height: 0.59rem;}
.Footer .Contact .lxwm{text-align: right;line-height: 25px;}
.Footer .Contact .lxwm p{margin-bottom: 0.12rem;line-height: 22px;}

.Footer .SiteMap{margin-left: -0.2rem;}
.Footer .SiteMap .item{padding: 0.14rem 0 0.27rem 0.2rem;flex: 1;}
.Footer .SiteMap .item.w20 {width: 20%;}
.Footer .SiteMap .item.w20 .list{width: 50%;}
.Footer .SiteMap .item dt{position: relative;padding-bottom: 0.13rem;margin-bottom: 0.12rem;}
.Footer .SiteMap .item dt:After{content: "";left: 0;bottom: 0;width: 0.64rem;height: 1px;position: absolute;background: rgba(255,255,255,0.06);}
.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{opacity: 0.7;}.Footer .SiteMap .item dd a:hover{opacity: 1;}
.Footer .SiteMap .item:hover dt:after{background: rgba(255,255,255,0.5);}
.Footer .ewm dd{padding-top: 0.07rem;color: #5e5651;text-align: center;}
.Footer .ewm dd img{width: 1.27rem;height: 1.27rem;padding: 0.08rem;background-color: #ffffff;display: block;margin: 0px auto 2px;}

.Footer .copyRight{padding: 0.34rem 0;position: relative;clear: both;border-top: 1px solid rgba(255,255,255,0.05);}
.Footer .copyRight .copy a{display: inline-block;}
.Footer .copyRight menu a:not(:last-child):after{display: inline-block;vertical-align: middle;margin: 0 0.16rem;width: 2px;height: 2px;content: "";background-color: #fff;border-radius: 50%;}

.Footer .fllowus li{position: relative;z-index: 10;}
.Footer .fllowus li:not(:first-child){margin-left: 0.3rem;}
.Footer .fllowus .icon{cursor: pointer;display: inline-block;position: relative;width: 0.58rem;height: 0.58rem;line-height: 0.58rem;border-radius: 50%;background: #15192d;text-align: center;}
.Footer .fllowus .icon img{width: 30px;height: 30px;}
.Footer .fllowus .ewm{padding: 10px;border-radius: 5px;background: #fff;width: 1.5rem;height: 1.5rem;bottom: 0.4rem;left: 50%;transform: translateX(-50%);transition: all 0.5s;position: absolute;opacity: 0;z-index: -1;visibility: hidden;}
.Footer .fllowus .ewm img{width: 100%;}
.Footer .fllowus .ewm:after{width: 10px;height: 10px;left: 50%;transform: translateX(-50%) rotate(45deg);content: "";position: absolute;background: #fff;bottom: -5px;}
.Footer .fllowus li:hover .ewm{bottom: 0.68rem;visibility: visible;z-index: 1;opacity: 1;}
.Footer .fllowus li:hover{z-index: 15;}
.Footer .fllowus li:hover .icon{background: #2a304e;}

.totop{position:fixed;right:0;bottom:-100%;text-align: center; cursor: pointer;overflow: hidden;visibility: hidden;opacity: 0;width: 0.5rem;height:0.5rem;line-height:0.5rem;z-index:210;background-color:#b1702b;color:#ffffff;box-shadow: 0 6px 30px rgba(0,72,152,0.2);}
.totop i{font-weight: bold;}
.totop span{display: none;}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;bottom: 0;}
.totop.fix{position: absolute;top: -10%;bottom: auto;height: 110%;padding-top: 0.6rem;width: 5.15vw;}
.totop.fix span{display: block;width: 20px;margin: 0px auto;line-height: 1.1;}
.totop.fix span:before{display: block;margin: 0.36rem auto 0.18rem;height: 1.2rem;width: 1px;background: #fff;content: "";}
.totop.fix:hover{background-color:#c98033;}

/* 右侧浮动 */
.RightFix{right: 0.8vw;bottom: 8%;background: #fff; box-shadow: 0 0 15px rgba(0,0,0,0.1);z-index: 1000;position: fixed;width: 0.68rem;border-radius: 0.68rem;}
.RightFix li{position: relative;}
.RightFix li:not(:last-child):after{position: absolute;left: 50%;bottom: 0;width: 0.34rem;transform: translateX(-50%);height: 1px;content: "";background: #eeeeee;}
.RightFix .btn{text-align: center;height: 0.68rem;position: relative;display: block;}
.RightFix .ico{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 25px;height: 25px;}
.RightFix .info{position: absolute;top: 50%;transform: translateY(-50%);padding: 0.2rem;background: #fff;right: 100%;width: 2.3rem;text-align: center;box-shadow: 0 0 15px rgba(0,0,0,0.1);border-radius: 10px;visibility: hidden;opacity: 0;z-index: -10;transition: all 0.5s;}
.RightFix .ewm{margin-bottom: 8px;}
.RightFix .ewm img{width: 1.3rem;}
.RightFix li:hover{background-color:#c98033;}
.RightFix li:hover:after{display: none;}
.RightFix li:first-child{border-radius: 0.68rem 0.68rem 0 0;}
.RightFix li:last-child{border-radius: 0 0 0.68rem 0.68rem;}
.RightFix li:hover .info{right: 110%;visibility: visible;z-index: 10;opacity: 1;}

@media(max-width:1440px){
	.RightFix{right: 0.48vw;}
}
@media(max-width:1024px){
	.RightFix{width: 100%;right: 0;border-radius: 0;bottom: 0;}
	.RightFix ul{display: flex;justify-content: space-between;}
	.RightFix li{flex: 1;border-radius: 0 !important;}
	.RightFix .btn{height: 40px;width: 40px;margin: 0px auto;}
	.RightFix .ico{width: 22px;height: 22px;}
	.RightFix .info{width: 150px;right: 50%;transform: translate(80%,0);top: auto;bottom: 0;}
	.RightFix li:hover .info{bottom: 50px;}

	.Footer .SiteMap .item.w20 {width: auto;}
 .Footer .SiteMap .item.w20 .list{width: auto;}
	.Footer .SiteMap{display: block;float: none;width: auto;margin-bottom: 0.35rem;}
	.Footer .SiteMap .item{border-bottom: 1px solid rgba(0,0,0,0.08);float: none;margin: 0 !important;width: auto;padding: 0;}
	.Footer .SiteMap .item dt:After{margin-bottom: 0;}
	.Footer .SiteMap .item dd{display: none;padding: 9px 0;}
	.Footer .SiteMap .item dt{margin-bottom: 0;padding-bottom:0;display: block;border-bottom: 1px solid rgba(255,255,255,0.05);line-height: 2.5;font-weight: normal;}
	.Footer .SiteMap .item dd a{margin-left: 15px;}
	.Footer .SiteMap .item dt i{display: block;}
	.Footer .SiteMap .ewm{padding-top: 0.2rem;text-align: center;}
	.Footer .SiteMap .ewm dt{margin-bottom: 0;}
	
	.Footer .copyRight{display: block;text-align: center;padding-bottom: 0.2rem;border-top: 0;padding-top: 0;}
	.Footer .fllowus{margin-top: 0.2rem;}
}
@media(max-width:768px){
	.totop.cd-is-visible{bottom: 40px;}
	.totop.fix{width: 20px;height: 40px;top: -4%;padding-top: 9px;}
	.totop.fix span{display: none;}
	.totop.fix span:before{height: 0.5rem;}
	.Footer{padding-bottom: 45px;}	.Footer .SiteMap .item dd{line-height: 28px;}
	.Footer .Contact .logo img{display: none;}
}
/*Bottom*/

.video_files{position: fixed;left: 50%;top: 50%;width: 75%;height: 75%;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 0 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:#b3783a;color:#fff;z-index: 10;cursor: pointer;}
.video_files video{width: 100%;height: 100%;object-fit: fill;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;}
}

.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;
}