﻿body,button,dd,div,dl,form,h1,h2,h3,h4,h5,h6,html,img,input,li,ol,p,ul {
	margin: 0;
	padding: 0;
	border: 0
}
* {
	-webkit-tap-highlight-color: transparent;
}
body {
	font-family: "Microsoft YaHei", "ror", "Arial", "Helvetica Neue", Helvetica, sans-serif;
	background-color: #ffffff;
	overflow-x: hidden;
}

button,input,textarea,select {
	-webkit-appearance: none;
	resize: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: middle;
}

.none {
	display: none;
}

.online_x {
	cursor: pointer;
}

button:hover,
input[type=submit]:hover {
	cursor: pointer
}

button:focus,
input:active,
input:focus,
textarea:focus {
	/* border: 0*/
	outline: 0 none;
	outline-color: transparent;
}

a {
	color: #333;
	display: inline-block;
}

a:link {
	text-decoration: none
}

a:visited {
	text-decoration: none
}

a:hover {
	text-decoration: none;

}

a:active {
	text-decoration: none
}

li {
	list-style: none;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden
}
.clearfix:after,
.clearfix:before {
	content: "";
	display: table
}
.clearfix:after {
	clear: both
}
.clearfix {
	zoom: 1
}
.conwidth {max-width: 1440px;width: 90%;margin: auto;}
.o-main {padding-top: 90px;}



/*header*/
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 12;
	margin: auto;
	width: 100%;
	border-bottom: rgba(255, 255, 255, 0.12) solid 1px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.header.on,
.header.oth {
	background: #ea5a02;
	/*box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);*/
}

.header.hover {
	background: #ea5a02;
}

.header .wrap {
	width: 86.5%;
	margin: auto;
}

.header .content {}

.header .box {
	text-align: center;
	font-size: 0;
}

.header .logo {
	float: left;max-width:130px;
}

.header .logo a {
	height: 90px;
	line-height: 90px;
}

.header .logo a img {}

.header .head-right {
	float: right;
}

.header .nav {
	display: inline-block;
	margin-right: 20px;
}

.header .nav>ul>li {
	position: relative;
	float: left;
	padding: 0px 16px;
}

.header .nav>ul>li>a {
	position: relative;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 90px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header .nav>ul>li:hover>a,
.header .nav>ul>li.on a {
	color: rgba(255,255,255,.5);
}

.header .drop-down {
	position: absolute;
	top: 90px;
	left: 0;
	min-width: 230px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
	display: none;
}

.header .alter .drop-down {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.header .drop-down ul {
	padding: 5px 0px;
	box-sizing: border-box;
}

.header .drop-down li {}

.header .drop-down li ul {
	position: absolute;
	left: 100%;
	top: 0;
	min-width: 230px;
	min-height: 100%;
	display: none;
	background: #ffffff;box-shadow: -7px 10px 10px #dedede;
}

.header .drop-down ul li:hover ul {
	display: block;
}

.header .drop-down li {
	padding: 10px 0px; position:relative;
}
.header .drop-down a em{ font-style:normal; font-size:14px;}
.header .drop-down a {
	position: relative;
	display: block;
	text-align: left;
	color: #333333;
	font-size: 16px;
	line-height: 1.6;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 35px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.header .drop-down>ul>li>a {
	white-space: nowrap;
}

.header .drop-down>ul>li>a:before {
	content: '';
	position: absolute;
	right: 25px;
	top: 0;
	width: 10px;
	height: 100%;
	background: url(../images/arrow.png) center right no-repeat;
	background-size: 7px 11px;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.header .drop-down>ul>li:hover a:before {
	right: 15px;
	opacity: 1;
}

.header .drop-down a:hover {
	color: #ea5a02;
}

.header .drop-down li:hover>a {
	color: #ea5a02;
}

.header .drop-down a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
}

.header .drop-down a .ic2 {
	display: none;
}

.header .drop-down a:hover .ic1 {
	display: none;
}

.header .drop-down a:hover .ic2 {
	display: inline-block;
}

.header .drop-down a .t1 {
	font-size: 16px;
	color: #191E4C;
	line-height: 22px;
	text-align: left;
	padding: 0px 30px;
}

.header .drop-down a .t2 {
	margin-top: 12px;
	font-size: 14px;
	color: #687990;
	line-height: 20px;
	text-align: left;
	padding: 0px 30px;
	white-space: nowrap;
}

/*搜索*/
.searchdiv {
	float: left;
	text-align: center;
}

.header .show-search-btn {
	/*display: block;*/
	height: 90px;
	line-height: 90px;
	transition-duration: .3s;
	text-align: center;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.show-search-btn img {
	margin-left: 10px;
}

.show-search-btn svg {
	max-width: 24px;
	max-height: 24px;
}

.show-search-btn .ic2 {
	display: none;
}

.header .content.alter .show-search-btn .ic2,
.header.white .show-search-btn .ic2,
.header.hover .show-search-btn .ic2 {
	display: inline-block;
}

.header .content.alter .show-search-btn .ic1,
.header.white .show-search-btn .ic1,
.header.hover .show-search-btn .ic1 {
	display: none;
}

.search {
	position: fixed;
	z-index: 6;
	top: 90px;
	right: 0;
	height: auto;
	overflow: hidden;
	/*height: 100%;
  	max-height: 100vh;
  	overflow-y: scroll;
  	overflow-x: hidden;*/
	-webkit-overflow-scrolling: touch;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	visibility: hidden;
	transition-property: opacity, visibility;
	transition-duration: .5s;
	transition-delay: .5s;
}

.search.search-is-open {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.search.search-is-open .search__container {
	transform: translateY(0) translateZ(0);
}

.search__container {
	position: relative;
	z-index: 2;
	background-color: #fff;
	transform: translateY(-100%) translateZ(0);
	transition: transform .75s cubic-bezier(.77, 0, .175, 1);
}

.search__overlay {
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	opacity: .2;
}

.search,
.search__overlay {
	left: 0;
}

.search-header {
	position: relative;
	padding-top: 90px;
	padding-bottom: 120px;
}

.row {
	position: relative;
}

.search-header .search-loader {
	position: absolute;
	top: 17px;
	left: 2.6vw;
}

.search-header .search-btn-close {
	position: absolute;
	top: 0;
	right: 0;
}

.search-header .search-input {
	font-size: 24px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
}

.search-header .search-input__wrapper:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #d9d9d9;
	width: 100%;
}

.search-item {
	position: relative;
	display: block;
	overflow: hidden;
	transition: background-color .2s, opacity .3s, color .3s;
	transform-origin: 0 0;
	color: #1d1d1d;
}

.search-item:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 8.333%;
	right: 8.333%;
	height: 1px;
	background-color: #d9d9d9;
}

.search-item .solr-highlight {
	background-color: rgba(101, 32, 142, .2);
}

.search-close {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 28px;
	height: 72px;
	background: url(../images/close.png) no-repeat center;
	background-size: 28px 28px;
	cursor: pointer;
	z-index: 6;
	transition-duration: .5s;
}

.search-close:hover {
	transform: rotate(90deg);
}

.search .submit0 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 28px;
	height: 75px;
	background: url(../images/searchf.png) no-repeat center;
	border: none;
	background-size: 28px 28px;
	box-sizing: border-box;
	display: block;
}

.search-header .search-input {
	display: block;
	text-indent: 80px;
	line-height: 75px;
	font-size: 24px;
	color: #333;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	border-bottom: 1px solid #d9d9d9;
}

/*语言切换*/
.head-nation {
	float: left;
	position: relative;
	margin-left: 40px;
	margin-top: 30px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.header.white .head-nation,
.header.alter .head-nation {
	background: url(../images/lang.png) center left no-repeat;
}

.head-nation .current {
	cursor: pointer;
	margin-bottom: 10px;
	padding-left: 28px;
	min-height: 30px;
	background: url(../images/lang.png) center left no-repeat;
}

.head-nation .current .name {
	min-width: 50px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	vertical-align: middle;
	display: inline-block;
	transition: all .3s;
	text-align: center;
}

.head-nation ul {
	display: none;
	position: absolute;
	left: 0;
	left: 50%;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 40px;
	z-index: 100;
	background-color: #ffffff;
	padding: 0px 0px;
	text-align: left;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);max-height:500px; overflow-x:hidden;
}
/*.language-flag-en{display:none;}*/
.head-nation ul li a {
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 2.2;
	min-width: 90px;
	text-align: left;
	padding-left:20px;padding-right:10px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.head-nation ul li a:hover {
	color: #405aa8;
	background-color: #f9f9f9;
}

/**/
.menubtn {
	display: none;
	float: right;
	width: 45px;
	height: 70px;
	background: url(../images/menu-icon1.png) center right no-repeat;
	-moz-background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
	cursor: pointer;
}


.menubtn.on {
	background: url(../images/menu-icon2.png) center right no-repeat;
	-moz-background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
}

.m-nav {
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	height: calc(100vh - 70px);
	background: #fff;
	display: none;
	z-index: 99;
	overflow-y: scroll;
	box-sizing: border-box;
}

.m-nav .nav-list {
	padding-top: 30px;
	padding-left: 5%;
	padding-right: 5%;
}

.m-nav .nav-list>li {
	text-align: left;
	border-bottom: #e8e8e8 solid 1px;
	box-sizing: border-box;
}

.m-nav .nav-list .one-level {
	position: relative;
	padding-right: 40px;
}

.m-nav .nav-list .one-level i {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 60px;
	background: url(../images/img49.png) center no-repeat;
	background-size: 9px 15px;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.m-nav .nav-list .one-level.on i {
	background: url(../images/img49a.png) center no-repeat;
	background-size: 9px 15px;
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.m-nav .nav-list>li>a,
.m-nav .nav-list .one-level {
	font-size: 20px;
	color: #666666;
	display: block;
	height: 60px;
	line-height: 60px;
}

.m-nav .nav-list>li>a:hover,
.m-nav .nav-list .one-level.on,
.m-nav .nav-list .one-level:hover {
	color: #000; font-weight:bold;
}

.m-nav .nav-list .lang {
	text-align: center;
	margin-top: 10%;
	border-bottom: none;
}

.m-nav .nav-list .lang .one-level {
	padding-right: 0;
}

.m-nav .nav-list .one-level a,
.m-nav .nav-list .one-level span {
	display: inline-block;
	color: #666666;
}

.m-nav .nav-list .one-level span {
	margin: 0 30px;
}

.m-nav .nav-list .one-level:hover span {
	color: #666666;
}

.m-nav .nav-list li a .tit {
	color: #222222;
}

.m-nav .nav-list li a:hover .tit {
	color: #405aa8;
}

.m-nav .m-subnav {
	display: none;
	border-top: #e8e8e8 solid 1px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.m-nav ul li .m-subnav>li>a,
.m-nav ul li .m-subnav .two-level {
	display: block;
	font-size: 18px;
	color: #999999;
	padding-left: 15px;
	height: 45px;
	line-height: 45px;
}

.m-nav .m-subnav li ul {
	display: none;
	padding: 5px 15px;
}

.m-nav .m-subnav li ul li a {
	display: block;
	font-size: 16px;
	color: #999999;
	padding-left: 15px;
	height: 40px;
	line-height: 40px;
}

.m-nav ul li .m-subnav a .ic2 {
	display: none;
}

.m-nav ul li .m-subnav a:hover .ic1 {
	display: none;
}

.m-nav ul li .m-subnav a:hover .ic2 {
	display: inline-block;
}

.m-nav ul li .m-subnav a:hover,
.m-nav ul li .m-subnav .two-level.on {
	color: #405aa8;
}

.m-nav .subnav_2 {
	padding-left: 30px;
	display: none;
}

.m-nav .subnav_2 .subnav_2li>a,
.m-nav .three {
	display: block;
	font-size: 16px;
	color: #666666;
	height: 40px;
	line-height: 40px;
}

.m-nav .subnav_3 a {
	display: block;
	font-size: 15px;
	line-height: 2;
	color: #999999;
}

.m-nav .subnav_3 {
	display: none;
	padding: 0px 15px;
}
/*footer*/
.footer {
	border-top: #ea5a02 solid 6px;
	padding-top: 4.166%;
	background: #ea5a02;
}

.footer .content {}

.footer .foot_logo {
	float: left;
	text-align: right;max-width:130px;
}

.footer .foot_logo a {}

.footer .foot_logo a img {}

.foot_right {
	float: right;
	overflow: hidden;
}

.foot_nav {
	float: left;
}

.foot_nav ul li {
	float: left;
	width: 210px;
	margin-right: 90px;
}

.footer .subtit {
	
	color: #ffffff;
	font-size: 24px;
	padding-bottom: 15px;
	border-bottom: rgba(255,255,255,.5) solid 2px;
	margin-bottom: 28px;
}

.foot_nav ul li .drop-down {}

.foot_nav ul li .drop-down a {
	display: block;
	line-height: 2;
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.foot_nav ul li .drop-down a:hover {
	color: #FFFFFF;
}

.footer .foot_infor {
	float: right;
	width: 250px;
}

.footer .foot_infor .mode li {
	position: relative;
	padding-left: 30px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 10px;
}

.footer .foot_infor .mode li span {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	text-align: left;
}

.footer .foot_infor .mode li span img {}

.footer .foot_infor .iconbox {
	margin-top: 25px;
}

.footer .foot_infor .iconbox li {
	float: left;
	margin-right: 10px;
}.footer .foot_infor .iconbox li .iconfont{ font-size:20px; color:rgba(255, 255, 255, 0.6);}

.footer .foot_infor .iconbox li:nth-child(4n) {
	margin-right: 0px;
}
.footer .foot_infor ul.mode a{		text-align: left; width:auto;line-height:25px;color: rgba(255, 255, 255, 0.6);border:0;height:auto;border-radius:0;}
.footer .foot_infor ul li a {
	display: block;
	width: 44px;
	height: 44px;
	line-height: 40px;
	border: rgba(255, 255, 255, 0.6) solid 2px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}.footer .foot_infor ul.mode a:hover{ background:none;
	border: #ffffff solid 0px; color:#fff;}
.footer .foot_infor .mode li:hover a{background:none;
	border: #ffffff solid 0px;}
.footer .foot_infor ul li a img.ic2 {
	display: none;
}

.footer .foot_infor ul li:hover a img.ic1 {
	display: none;
}

.footer .foot_infor ul li:hover a img.ic2 {
	display: inline-block;
}

.footer .foot_infor ul li:hover a {
	background: #ffffff;
	border: #ffffff solid 2px;
}
.footer .foot_infor ul li:hover a .iconfont{ color:#333;}
.footer .copyright {
	margin-top: 4.166%;
	color: rgba(255, 255, 255, 0.4);
	font-size: 14px;
	line-height: 1.7;
	overflow: hidden;
}

.footer .copyright .conwidth {
	padding: 18px 0px;
	border-top: rgba(255,255,255,.5) solid 2px;
}

.footer .copyright a {
	color: rgba(255, 255, 255, 0.6);
}

.footer .copyright .designed {
	float: right;
}

.footer .copyright .designed a {
	color: rgba(255, 255, 255, 0.6);
}

.footer .copyright a:hover {
	color: #FFFFFF !important;
}
@media only screen and (max-width: 1536px) {
	
	/*header*/
	.header .nav>ul>li {
		padding: 0px 15px;
	}
	/*footer*/
	.foot_nav ul li {
		margin-right: 80px;
	}
	}
	
	
@media only screen and (max-width: 1440px) {
	/*header*/
	/*.header .nav>ul>li {
		padding: 0px 16px;
	}*/
	.header .nav>ul>li>a{
		font-size: 18px;
	}
	.head-nation {
		margin-left: 30px;
	}/*footer*/
	.foot_nav ul li {
		margin-right: 60px;
	}

	.footer .subtit {
		margin-bottom: 25px;
	}
	
	}	
	
	@media only screen and (max-width: 1366px) {
		
		/*header*/
	.header .nav>ul>li {
		padding: 0px 13px;
	}

	.header .nav>ul>li>a {
		font-size: 17px;
	}

	/*footer*/
	.foot_nav ul li {
		width: 200px;
		margin-right: 40px;
	}

	.footer .subtit {
		margin-bottom: 20px;
	}

		
	}
	
	
	@media only screen and (max-width: 1280px) {
		/*header*/
	.header .nav>ul>li {
		padding: 0px 12px;
	}

	.header .nav>ul>li>a {
		font-size: 16px;
	}

	.head-nation {
		margin-left: 20px;
	}	
		
	}
	
	@media only screen and (max-width: 1199px) {
		
	.header .nav {
		display: none;
	}
	
	.menubtn {
		display: block;
	}

	.header .logo a {
		height: 70px;
		line-height: 70px;
	}

	.header .show-search-btn {
		height: 70px;
		line-height: 70px;
	}

	.head-nation {
		margin-top: 20px;
		margin-left: 25px;
	}

	.search {
		top: 70px;
	}

	.search-header {
		padding-top: 50px;
		padding-bottom: 80px;
	}

	.search .submit0,
	.search-close {
		height: 64px;
	}

	.search-header .search-input {
		text-indent: 60px;
		line-height: 64px;
	}
	.footer .foot_infor{width:210px;}
		/*footer*/
	.footer .foot_logo {
		float: none;
		width: 100%;
		text-align: left;
	}

	.foot_right {
		float: none;
		width: 100%;
		margin-top: 50px;
	}

	.foot_nav {
		width: -moz-calc(100% - 210px);
		width: -webkit-calc(100% - 210px);
		width: calc(100% - 210px);
		box-sizing: border-box;
	}

	.foot_nav ul li {
		width: 29%;
		margin-right: 4.33%;
	}

	}
	
	
	.f-ke {display:none;}
	
	
	@media only screen and (max-width: 768px) {
		
		search-header {
		padding-top: 40px;
		padding-bottom: 60px;
	}.search .submit0 {
		background: url(../images/searchf.png) no-repeat center;
		background-size: 24px 24px;
	}

	.search-close {
		background: url(../images/close.png) no-repeat center;
		background-size: 24px 24px;
	}

	.search-header .search-input {
		text-indent: 40px;
		font-size: 21px;
	}
		/*footer*/
	.footer {
		padding-top: 50px;padding-bottom: 50px;
	}

	.footer .foot_logo {
	margin:auto;
		max-width: 110px;
		width: 100%; text-align:centerl
	}

	.foot_right {
		float: right;
		width: 100%;
		margin-top: 0px;
		padding-left: 0%;
		box-sizing: border-box;
	}

	.footer .foot_infor {
		float: none;
		width: 100%;
	}

	.footer .foot_infor .iconbox {
		display: none;
	}

	.foot_nav {
		display: none;
	}

	.footer .copyright {
		text-align: center;
	}

	.footer .copyright .designed {
		float: none;
		display: block;
	}
.f-ke {width:100%;float:left;position:fixed;bottom:0;height:40px;line-height:30px;display:block;z-index:99999;}
.f-ke ul li {width:50%;float:left;text-align:center;line-height:40px;background-color:#666;}
.f-ke ul li.f-ke_a {background-color:#f07226;}
.f-ke ul li a {color:#fff;}	 
		
		}
	
	
	
	@media only screen and (max-width: 640px) {
		
		/*header*/
	.search {
		top: 60px;
	}

	.search-header {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	.search-header .search-input {
		font-size: 18px;
	}

		
		
		}
	
	
@media only screen and (max-width: 540px) {
	
		.header .logo a {
		height: 60px;
		line-height: 60px;
	}

	.header .logo a img {
		max-height: 40px;
	}

	.header .show-search-btn {
		height: 60px;
		line-height: 60px;
	}

	.search {
		top: 60px;
	}


	.menubtn {
		height: 60px;
	}

	.head-nation {
		margin-top: 15px;
	}

	.search-header {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.search-header .search-input {
		font-size: 16px;
		line-height: 56px;
	}

	.search .submit0,
	.search-close {
		height: 56px;
		line-height: 56px;
	}

	.search .submit0 {
		background: url(../images/searchf.png) no-repeat center;
		background-size: 21px 21px;
	}

	.search-close {
		background: url(../images/close.png) no-repeat center;
		background-size: 21px 21px;
	}

	.m-nav {
		top: 60px;
		height: calc(100vh - 60px);
	}

	.m-nav .nav-list {
		padding-top: 20px;
	}

	.m-nav .nav-list>li>a,
	.m-nav .nav-list .one-level {
		font-size: 18px;
		height: 50px;
		line-height: 50px;
	}

	.m-nav .nav-list .one-level i {
		height: 50px;
	}

	.m-nav ul li .m-subnav>li>a,
	.m-nav ul li .m-subnav .two-level {
		font-size: 17px;
	}/*footer*/
	.footer {
		padding-top: 40px;
	}

	.footer .subtit {
		font-size: 21px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

	.footer .foot_infor .mode li {
		font-size: 15px;
	}
	
	}
	






