body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,button,textarea,p,th,td,span,a,b,i,strong{margin:0; padding:0; box-sizing: border-box;}
body {font-size: 14px; line-height: 1.5; color: #595757; background: #fff;font-family: "Source Han Sans CN", Arial, verdana, "微软雅黑", "microsoft yahei", SimHei;}
img{border:0;display: block;max-width: 100%;}
table {border-collapse: collapse;} 
input{border: none;}
textarea{font-family: "Source Han Sans CN", Arial, verdana, "微软雅黑", "microsoft yahei", SimHei;}
button{outline: none;border: none;}
a{text-decoration: none;background: none ;color: inherit;font-size: inherit;}
ul, li, ol{ list-style: none; }
h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 100%;}
.space_little{letter-spacing: 1px;}
:focus{ outline:none;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfix{ clear: both; content: ""; display: block; overflow: hidden }
.clear{clear: both;}
.fl{ float: left; }
.fr{float: right;}
:root {--primary-color: #008cd3;--vice-color: #dae24a}
.bgCover{width: 100%;height: 100%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: all .3s ease-out;}
.space{padding: 90px 0;}
.mori_wrap{width: 92%;max-width: 1550px;min-width: 1200px;margin: 0 auto;}
.mori_section{width: 1150px;margin: 0 auto;}
.oneLine{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.twoLine{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2; }
.fourLine{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 4; }
.cursor_default{cursor: default;}
.color_vice{color: var(--vice-color);}
.color_primary{color: var(--primary-color);}
.color_grey{color: #666;}
.color_white{color: #fff;}
.color_shadow{text-shadow: -1px -1px 0px #fff;}
.fs_large{font-size: 30px;}
.fs_medium{font-size: 20px;}
.fs_normal{font-size: 16px;}
.txtCenter{text-align: center;}
.txtRight{text-align: right;}
.txtLeft{text-align: left;}
.bold{font-weight: bold;}
.relative{position: relative;}
.coverTxt{position: absolute;right: 0;bottom: 0;background-color: rgba(0, 0, 0, .5);padding: 5px 10px;color: #fff;}
.grayBar{display: inline-block;background-color: #595757;padding: 4px 10px;font-size: 16px;color: #fff;margin: 10px 0;}
.mg_t_20{margin-top: 20px;}
.mg_t_50{margin-top: 50px;}
.mg_l_60{margin-left: 60px;}
.mg_t_b_26{margin: 26px 0;}
.flex{display: flex;flex-wrap: wrap;}
.flexCenter{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.flexBetween{display: flex;flex-wrap: wrap;justify-content: space-between;}
.flexBetweenCenter{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.flexColCenter{display: flex;flex-direction: column;justify-content: center;align-items: center;}
.nowrap{flex-wrap: nowrap;}
.img_center{margin: 0 auto;}
.scale_down{width: 80%;}
.scale_down60{width: 60%;}
.scale_down50{width: 50%;}

@font-face {
	font-family:AvantGardeM;
	src: url(/static/fonts/AvantGardeM.ttf);
}

@media screen and (max-width: 1500px){
	.space{padding: 60px 0;}
	.mg_t_50{margin-top: 40px;}
	.mg_l_60{margin-left: 50px;}
}

@media screen and (max-width: 1200px){
	*{-webkit-tap-highlight-color: transparent;}
	.space{padding: 30px 0;}
	.mori_wrap{max-width: 100%;min-width: 100%;}
	.mori_wrap,
	.mori_section{width: 100%;padding-left: 4% !important;padding-right: 4% !important;}
	.fs_large{font-size: 24px;}
	.fs_medium{font-size: 16px;}
	.mg_t_50{margin-top: 30px;}
	.mg_l_60{margin-left: 40px;}
	.mg_t_b_26{margin: 26px 0 15px;}
	.page_txt .mg_l_60{margin-left: auto;}
	.m_mg0{margin: 0!important;}
	.m_fill{width: 100%;margin-bottom: 0!important;}
	.m_clear_br{display: none;}
	.m_scale_down{width: 80%;}
	.nowrap{flex-wrap: wrap;}
	.m_width{width: 80%;}
}

@media screen and (max-width: 768px){
	.scale_down,
	.scale_down60{width: 100%;}
	.scale_down50{width: 100%;}
}

@keyframes bounce {
	0% { transform: scale(1); opacity: 1;}
	50% { transform: scale(0.6); opacity: 0;}
	100% { transform: scale(1); opacity: 1;}
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

/*头尾*/
.header {
	width: 100%;
	padding: 30px 0;
	background-color: rgba(255, 255, 255, .9);
	border-top: 15px solid #00223b;
	border-bottom: 1px solid #c3c3c3;
	position: relative;
	transition: all .3s ease-out;
}
.fixed{
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}
.header> .mori_wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.header .logo img {
	height: 56px;
	transition: all .3s ease-out;
}
.header .nav {
	margin-bottom: -30px;
	white-space: nowrap;
}
.header .nav>li {
	float: left;
	margin-right: 40px;
	line-height: 80px;
	font-size: 16px;
	color: #333;
	transition: all .3s ease-out;
}
.header .nav>li>a {
	display: block;
	font-family:AvantGardeM;
	position: relative;
}
.header .nav>li:last-child {
	margin-right: 0;
}
.header .nav>li.on>a {
	color: var(--primary-color);
}
.header .nav>li.on>a:after {
	width: 100%;
}
.header .nav .children {
	position: absolute;
	left: 0;
	z-index: 2;
	width: 100%;
	background: rgba(255, 255, 255, .9);
	padding: 30px 0;
	border-radius: 2px;
	transform-origin: top;
	transform: scaleY(0);
	opacity: 0;
	box-shadow: 0 1px 2px #eee;
	transition: all .3s ease-in-out;
	font-size: 16px;
	line-height: 1.5;
}
.header .nav .children .mori_section,
.header .nav .children .mori_wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.header .nav .children .top{
	font-weight: bold;
}
.header .nav .children .top:hover,
.header .nav .children li a:hover{
	color: var(--primary-color);
}
.header .nav .grandson{
	display: flex;
	align-items: flex-start;
	text-align: left;
}
.header .nav .grandson> li{
	margin-right: 70px;
}
.header .nav> li:nth-child(4) .children .mori_wrap{
	justify-content: space-around;
}
.header .nav> li:nth-child(4) .grandson> li{
	margin-right: 40px;
}
.header .nav> li:nth-child(4) .list li{
	font-size: 14px;
}
.header .nav .grandson> li:last-child{
	margin-right: 0 !important;
}
.header .nav .list li{
	margin-top: 15px;
	font-size: 16px;
	color: #838383;
}

.header .nav>li:nth-child(6) .children{
	display: none;
}

.header .right {
	display: flex;
	height: 22px;
}
.header .search{
	height: 100%;
}
.header .search .btn {
	padding: 0 10px 0 30px;
	height: 100%;
	background: var(--primary-color) url(/static/images/ico_search.png) no-repeat 10px center;
	border-radius: 6px;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.header .search form {
	width: 0;
	overflow: hidden;
	display: flex;
	transition: all .3s ease-out;
	background-color: #fff;
	border-radius: 4px;
}
.header .search.toggle form{
	width: 180px;
	height: 22px;
	border: 1px solid #ddd;
}
.header .search form .submit{
	background: url(/static/images/ico_search1.png) no-repeat center;
	width: 30px;
	height: 22px;
	display: block;
	cursor: pointer;
}
.header .search .text{
	width: 150px;
	border-radius: 4px;
	padding: 0 5px;
}
.header .lang {
	font-size: 16px;
	line-height: 22px;
	margin-left: 10px;
	padding-left: 22px;
	cursor: pointer;
	position: relative;
	z-index: 3;
	background: url(/static/images/icon_lang.png) no-repeat left 2px/18px;
}
.header .lang ul{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 150%;
	right: 0;
	z-index: -1;
	min-width: 100%;
	padding: 10px 0;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 2px #ccc;
}
.header .lang ul li a{
	display: block;
	padding: 5px 15px;
	white-space: nowrap;
	text-align: center;
}
.header .lang:hover ul{
	opacity: 1;
	visibility: visible;
	top: 100%;
	transition: all linear .3s;
}
.header .lang a:hover {
	color: var(--primary-color);
}
.header .menu_btn {
	display: none;
}
.header .menu_btn {
	width: 26px;
	height: 22px;
	cursor: pointer;
	display: none;
	position: relative;
}
.header .menu_btn span {
	display: inline-block;
	width: 100%;
	height: 3px;
	background-color: var(--primary-color);;
	position: absolute;
	transition: all .3s linear;
}
.header .menu_btn span:first-child {
	top: 0;
}
.header .menu_btn span:nth-child(2) {
	top: 10px;
}
.header .menu_btn span:last-child {
	top: 20px;
	width: 70%;
}
.header .menu_btn.toggle span:first-child {
	top: 11px;
	transform: rotate(45deg);
}
.header .menu_btn.toggle span:nth-child(2) {
	opacity: 0;
}
.header .menu_btn.toggle span:last-child {
	top: 11px;
	width: 100%;
	transform: rotate(-45deg);
}

.footer {
	height: auto;
}
.footer .nav{
	width: 100%;
	padding: 20px 0;
	background-color: #2c2f33;
}
.footer .nav li a{
	display: block;
	color: #fff;
	line-height: 1;
	border-right: 2px solid #fff;
	padding: 0 15px;
}
.footer .nav li a:hover{
	color: var(--primary-color);
}
.footer .nav li:last-child a{
	border-right: 0;
}
.footer .contact{
	background-color: var(--primary-color);
	padding: 80px 0;
}
.footer .contact a{
	width: 44%;
}
.footer .contact a img{
	margin: 0 auto;
}
.footer .logo img{
	width: 70%;
	margin: 0 auto;
}
.footer .btm{
	background-color: #262b2e;
	color: #00b9ef;
	padding: 70px 0;
}
.footer .btm .head{
	font-size: 24px;
	font-weight: bold;
}
.footer .btm .links .section{
	padding-bottom: 20px;
	border-bottom: 2px solid #00b9ef;
}
.footer .btm .links ul{
	margin-right: 100px;
}
.footer .btm .links ul:last-child{
	margin-right: 0;
}
.footer .btm .links ul li:first-child{
	font-weight: bold;
	font-size: 20px;
}
.footer .btm .links ul li{
	margin-bottom: 4px;
}
.footer .btm .links ul li:not(:first-child){
	background: url(/static/images/ico_arrow_primary.png) no-repeat 0/14px;
	text-indent: 20px;
}
.footer .btm .links ul li a{
	border-bottom: 1px solid var(--primary-color);
	transition: all .3s ease-out;
	position: relative;
	left: 0;
}
.footer .btm .links ul li a:hover{
	left: 4px;
}
.footer .btm .other a{
	margin: 20px 20px 0 0;
	width: 40px;
	transition: all .3s ease-out;
}
.footer .btm .other a:hover{
	transform: scale(1.1);
}

.backToTop{
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9;
	width: 40px;
	height: 40px;
	background: #fff url(/static/images/backToTop.png) no-repeat center/20px;
	box-shadow: 0 0 3px #e1e1e1;
	border-radius: 50%;
	cursor: pointer;
	display: none;
}

/*响应式*/
@media screen and (min-width: 1200px) {
	.header .nav>li>a:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 4px;
		background-color: var(--primary-color);
		transition: all .3s linear;
	}
	.header .nav>li:hover>a {
		color: var(--primary-color);
	}
	.header .nav>li:hover>a:after {
		width: 100%;
	}
	.header .nav>li:hover .children {
		transform: scaleY(1);
		opacity: 1;
	}
}

@media screen and (max-width: 1600px) {
	.header{
		padding: 15px 0;
		border-top-width: 10px;
	}
	.header .logo img{
		height: 39px;
	}
	.header .nav{
		margin-bottom: -16px;
	}
	.header .nav>li{
		margin-right: 26px;
		line-height: 52px;
	}
	.header .search.toggle form{
		width: 150px;
	}
	.header .search .text{
		width: 120px;
	}
	.header .lang{
		font-size: 14px;
		line-height: 22px;
	}
	.header .nav .list li{
		font-size: 14px;
		margin-top: 10px;
	}
	.footer .contact{
		padding: 30px 0;
	}
	.footer .contact ul li img{
		width: 40px;
	}
	.footer .contact ul li p.tit{
		margin: 10px 0 5px;
	}
	.footer .btm{
		padding: 40px 0;
	}
	.footer .btm .left ul li{
		margin-top: 8px;
	}
}

@media screen and (max-width: 1366px) {
	.header .nav> li:nth-child(1) .grandson> li{
		margin-right: 30px;
	}
	.header .nav> li:nth-child(4) .grandson> li{
		margin-right: 60px;
	}
	.header .nav> li:nth-child(5) .grandson> li{
		margin-right: 30px;
	}
	.footer .btm .links ul {
	    margin-right: 88px;
	}
}

@media screen and (max-width: 1200px) {
	body {
		overflow-x: hidden;
	}
	.ani{
		visibility: initial !important;
	}
	.header {
		padding: 10px 0;
		border-top-width: 2px;
	}
	.header> .mori_wrap{
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		align-items: center;
	}
	.header .logo img {
		height: 34px;
	}
	.header .menu_btn {
		display: block;
	}
	.header .nav{
		position: fixed;
		right: 0;
		top: 57px;
		z-index: 999;
		width: 0;
		height: calc(100vh - 57px);
		background-color: #fff;
		padding: 50px 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		overflow: hidden;
		transition: all .3s ease-out;
	}
	.header.toggle{
		position: fixed;
		z-index: 999;
		background-color: #fff;
	}
	.header.toggle .nav {
		width: 100%;
		overflow-y: auto;
		display: block;
	}
	.header .nav> li {
		width: 100%;
		line-height: 56px;
		margin-right: 0;
		padding: 0 4%;
		transition: all .3s linear;
		border-top: 1px solid #ebebeb;
	}
	.header .nav>li>a{
		font-weight: bold;
	}
	.header .right {
		display: none;
	}
	.header.toggle .right{
		width: 100%;
		padding: 14px 4%;
		height: 50px;
		background-color: #fff;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: fixed;
		left: 0;
		top: 57px;
		z-index: 999;
	}
	.header .nav .children{
		position: static;
		transform: none;
		opacity: 1;
		box-shadow: none;
		padding: 0;
		font-size: 15px;
	}
	.header .nav .children .top{
		display: none;
	}
	.header .nav .grandson{
		display: block;
		width: 100%;
	}
	.header .nav .grandson> li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.header .nav .list li{
		overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
	}
	
	.footer .nav{
		padding: 0;
	}
	.footer .nav li{
		display: none;
	}
	.footer .contact{
		padding: 40px 0;
	}
	.footer .contact a{
		width: 80%;
	}
	.footer .btm{
		padding: 40px 0;
	}
	.footer .btm .links ul{
		margin-right: 20px;
	}
	.footer .btm .links .logo{
		display: none;
	}
	
	.backToTop{
		right: 20px;
		bottom: 20px;
		width: 30px;
		height: 30px;
		background-size: 15px;
	}
}

@media screen and (max-width: 1024px) {
	.footer .btm .links ul{
		width: 100%;
		margin-right: 0;
	}
}
