﻿@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.24rem;
	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;
}



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;
}

/**: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(../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: #246bb3 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: 90%;
	margin: 0px auto;
}

.w1800 {
	z-index: 1;
	position: relative;
	clear: both;
	max-width: 18rem;
	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;
}

.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;
}

.flexb {
	display: flex;
	justify-content: space-between;
}


/*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.16rem;
}

.f20 {
	font-size: 0.2rem;
}

.l32 {
	line-height: 0.32rem;
}

.l36 {
	line-height: 0.36rem;
}

.f_666 {
	color: #666;
}

.f_999 {
	color: #999;
}

.f_blue {
	color: #246bb3;
}

.f_red {
	color: #e80c22;
}



.f_lighter {
	font-weight: lighter;
}

.iconfont {
	font-size: 0.24rem;
	display: inline-block;
}

.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;
}

.desc {
	color: #666;
}

.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: 360px;
	}

	::-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);
	}
}

/*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;
	object-fit: contain;
}

.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);
}

/*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: #246bb3;
}

.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: 1rem;
	line-height: 1rem;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	text-align: right;
	font-size: 0;
	transition: all 0.3s;
	background: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.Header .w1440 {
	position: static;
}

.Header .dis {
	display: inline-block;
	vertical-align: top;
}

.Header .Logo {
	float: left;
	position: relative;
	z-index: 10;
}

.Header .Logo img {
	height: 43px;
	transition: all 0.3s;
}

@media screen and (min-width:1920px){
	.Header .Logo img {
		height: 0.43rem;
	}
}

.Header .Logo .show {
	display: none;
}

.Header .Logo .hide {
	display: inline-block;
}

.Header .Ver {
	position: relative;
	margin-left: 0.38rem;
}

.Header .Ver dt {
	color: #333;
}

.Header .Ver dt .icondq2 {
	font-size: 22px;
	margin: -2px 4px 0 0;
	vertical-align: middle;
}

.Header .Ver dt .iconxjt {
	font-size: 15px;
	margin-left: 5px;
}

.Header .Ver dd {
	position: absolute;
	left: 50%;
	top: 80%;
	width: 120px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	background: #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.on dd {
	opacity: 1;
	z-index: 1;
	top: 100%;
	visibility: visible;
}

.Searchico {
	cursor: pointer;
	color: #246bb3;
}

.Searchico .icongb {
	display: none;
}

.Searchico.on .icongb {
	display: block;
}

.Searchico.on .iconso {
	display: none;
}

.Searchico .iconfont {
	font-size: 25px;
}

.searchbox {
	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: #fff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	right: 5%;
}

.searchbox .input {
	width: calc(100% - 70px);
	height: 46px;
	line-height: 46px;
	text-indent: 1em;
	font-size: 0.14rem;
	background: #eee;
}

.searchbox .input::-webkit-input-placeholder {
	color: #999;
}

.searchbox .btn {
	width: 70px;
	height: 46px;
	color: #fff;
	background: #246bb3;
	position: absolute;
	right: 12px;
	top: 12px;
}

.searchbox.on {
	opacity: 1;
	visibility: visible;
	top: 94%;
	z-index: 10;
}

.MainNav {
	padding-right: 0.41rem;
	margin-right: 0.38rem;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.MainNav li {
	float: left;
	padding: 0 0.26rem;
	position: relative;
}

.MainNav li:last-child {
	padding-right: 0;
}

.MainNav span a {
	position: relative;
	z-index: 1;
	display: block;
	transition: all ease 0s;
}

.MainNav span a:after {
	width: 0;
	left: 50%;
	height: 14px;
	width: 0;
	position: absolute;
	background: url(../images/navline.png) center center no-repeat;
	content: "";
	transition: all 0.3s;
	bottom: 0;
	z-index: 10;
	transform: translateX(-50%);
}

.MainNav .arr {
	display: none;
}

.MainNav li:hover span a, .MainNav li.onnav span a {
	color: #246bb3;
}

.MainNav li:hover a:after, .MainNav li.onnav a:after {
	width: 48px;
}

.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.fix, .Header:hover, .Header.fix2 {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
	background: #fff;
}

.Header.fix .Logo .hide, .Header.fix2 .Logo .hide, .Header:hover .Logo .hide {
	display: inline-block;
}

.Header.fix .Logo .show, .Header.fix2 .Logo .show, .Header:hover .Logo .show {
	display: none;
}

.Header.fix .MainNav span a, .Header.fix2 .MainNav span a, .Header:hover .MainNav span a {
	color: #333;
}

.Header.fix .Searchico, .Header.fix2 .Searchico, .Header:hover .Searchico {
	color: #333;
	height: 1rem
}

.Header.fix .openbtn i, .Header.fix2 .openbtn i, .Header:hover .openbtn i {
	background: #246bb3;
}

.Header.fix .Ver dt, .Header.fix2 .Ver dt, .Header:hover .Ver dt {
	color: #333;
}

.Header.fix .MainNav li:hover span a,
.Header.fix2 .MainNav li:hover span a,
.Header.fix .MainNav li.onnav span a,
.Header.fix2 .MainNav li.onnav span a,
.Header:hover .MainNav li:hover span a,
.Header:hover .MainNav li.onnav span a {
	color: #246bb3;
}

.Header.fix .MainNav span a:after, .Header.fix2 .MainNav span a:after, .Header:hover .MainNav span a:after {
	background: url(../images/navline2.png) center center no-repeat;
}

.Header.fix .MainNav, .Header.fix2 .MainNav, .Header:hover .MainNav {
	border-right: 1px solid #e5e5e5;
}



@media screen and (min-width:1024px){
	.NavPull {
		z-index: 99;
		display: none;
		position: absolute;
		top: 100%;
		transform: translateX(50%);
		right: 50%;
		width: 2rem;
		padding: 0.3rem 0;
		text-align: center;
		line-height: 0.48rem;
		background: #fff;
		box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
		-webkit-transform: translateX(50%);
		-moz-transform: translateX(50%);
		-ms-transform: translateX(50%);
		-o-transform: translateX(50%);
	}
	#nav154 .NavPull{
		width:5rem;
	}
	#nav104 .NavPull{
		width:3rem;
	}
}
.headDl{
	 display: flex;
    flex-direction: column;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.NavPull dd {
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: top;
}

.NavPull dd:after {
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	background: #246BB3;
	content: "";
	opacity: 0;
	transition: all 0.5s;
}

.NavPull dd a {
	color: #333;
	border-radius: 25px;
	position: relative;
	z-index: 2;
	display: block;
	padding-right: 0;
}

.NavPull dd:hover:after {
	left: 0;
	opacity: 0;
}
.NavPull dd:hover a{
	color: #246BB3;
}

@media(max-width:1366px) {
	.MainNav li {
		padding: 0 0.2rem;
	}
}

@media(max-width:1024px) {
	.Header, .Header.fix, .Header.fix2 {
		height: 50px;
		line-height: 50px;
				max-width: 100vw

	}

	.Header .auto {
		padding-left: 5%;
		z-index: auto;
	}

	.Header .Logo img {
		height: 35px !important;
	}

	.Header .w1600 {
		position: relative;
		z-index: 1000;
		max-width: 100vw
	}

	.Header .tel span {
		display: none !important;
	}

	.Header .menu {
		margin-right: 40px;
	}

	.Header .Ver {
		margin: 0 0.7rem 0 0;
	}

	.openbtn {
		display: block;
	}

	.NavPull dd {
		display: inline-block;
		width: 100%;
	}

	.MainNav {
		position: fixed;
		right: 0;
		top: 50px;
		width: 80%;
		margin-right: 0;
		padding-right: 0;
		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);
	}

	.MainNav li:hover a:after, .MainNav li.onnav a:after {
		display: none;
	}

	.Searchico {
		margin-right: 0.4rem;
	}

	.searchbox {
		width: 90%;
	}

	.NavPull {
		position: static;
		width: 100% !important;
		margin: 0;
		text-align: left;
		padding: 10px;
		transform: translateX(0);
		line-height: 1.8;
		display: none
	}

	.NavPull a {
		font-size: 14px;
        padding-left: 0px;
        padding-top: 4px;
        padding-bottom: 4px;
	}

	.MainNav span a:after {
		bottom: 0;
	}
}

@media(max-width:768px) {
	body {
		font-size: 100px;
	}

	.Header .Ver {
		margin-right: 0.5rem;
	}

	.Searchico {
		margin-right: 0.1rem;
	}

	.Header .Logo img {
		height: 30px !important;
	}

}

@media(max-width:480px) {
	.Searchico .iconfont {
		font-size: 18px;
	}

	.Header .Ver {
		margin-right: 0.7rem;
	}
}

/*Bottom*/
.Footer {
	position: relative;
	padding: 1.2rem 0 0.21rem;
	background: #f5f6f7;
}

.Footer:after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	width: 4.94rem;
	height: 3.12rem;
	background: url(../images/logobg.png) no-repeat right top;
	background-size: contain;
}

.Footer a {
	color: #1a1a1a;
}

.Footer a:hover {
	color: #246bb3;
}

.Footer .blank {
	position: absolute;
	left: 0;
	top: -100vh;
	height: 100vh;
	z-index: -2;
	width: 100%;
}

.Footer .slogan {
	line-height: 0.4crem;
	font-size: 0.2rem;
	margin-bottom: 0.7rem;
	text-align: right;
}

.Footer .contact {
	float: left;
	width: 42%;
	line-height: 0.26rem;
	padding-bottom: 0.21rem;
}

.Footer .contact dt {
	color: #666666;
}

.Footer .contact dd {
	color: #1a1a1a;
	font-size: 0.14rem;
	padding-bottom: 0.1rem;
}

.Footer .contact .tel {
	line-height: 1.5;
	padding-top: 0.05rem;
	font-size: 0.3rem;
}

.Footer .center {
	float: left;
	width: 18%;
}

.Footer .siteMap {
	line-height: 0.3rem;
	padding-bottom: 0.25rem;
}

.Footer .link dt {
	color: #666666;
	line-height: 0.25rem;
}

.Footer .link dd {
	line-height: 0.32rem;
}

.Footer .link dd a {
	line-height: 1.25;
	margin-top:10px
}

.Footer .right {
	float: right;
	max-width:40%
}

.Footer .ewm {
	text-align: center;
}

.Footer .ewm li {
	float: left;
	line-height: 1.5;
	color: #666666;
	padding-left: 0.17rem;
	width:33.33%;font-size:0.14rem
}

.Footer .ewm img {
	width: 1.2rem;
	height: 1.2rem;
	padding: 0.05rem;
	background: #fff;
	display: block;
	margin: 0px auto 0.1rem;
}

.Footer .Copyright {
	padding: 0.21rem 0 0;
	clear: both;
	border-top: 1px solid #dcddde;
	color: #666666;
}

.Footer .Copyright a {
	color: #666666;
}

.Footer .Copyright a:hover {
	color: #246bb3;
}

.Footer .Copyright .ga {
	margin-left: 0.2rem;
}

.Footer .Copyright .ga img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}

.Footer .Copyright .nav a:not(:last-child) {
	margin-right: 0.24rem;
	position: relative;
}

.Footer .Copyright .nav a:not(:last-child):after {
	position: absolute;
	right: -0.13rem;
	top: 50%;
	content: "";
	transform: translateY(-50%);
	width: 1px;
	background: #dbdbdb;
	height: 12px;
}

.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: #246bb3;
	color: #fff;
	box-shadow: 0 6px 30px rgba(0, 130, 202, 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;
}

/*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;
	display: flex;
	justify-content: center;
	align-items: center;
}

.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;
}

.MainNav #nav0.onnav span a {
	color: #ffffff;
}

.MainNav #nav0:hover span a {
	color: #246BB3;
}

.MainNav #nav0.onnav span a:after {
	background: url(../images/navline.png) center center no-repeat;
}

.MainNav #nav0.onnav:hover span a:after {
	background: url(../images/navline2.png) center center no-repeat;
}

.Header:hover #nav0.onnav span a {
	color: #246BB3;
}

.Header:hover #nav0.onnav span a:after {
	background: url(../images/navline2.png) center center no-repeat;
}

.Header.fix #nav0.onnav span a {
	color: #246BB3;
}

.Header.fix #nav0.onnav span a:after {
	background: url(../images/navline2.png) center center no-repeat;
}

.HomeAbout .NumList .item .num sub{
	position: absolute;
	top: -6px;
	right: 20px;
}