* {
	-ms-word-break: break-all;
}

body {
	color: #333;
	line-height: 150%;
	font-family:"微软雅黑" , "Microsoft Yahei", tahoma, arial, simsun, ;
	font-size: 14px;
}

html,body,div,ul,li,dl,dt,dd,form,input,select,h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	outline: none;
}
a:hover{color:#0068bd}

ul {
	list-style: none;
}

li {
	list-style: outside none;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px currentColor;
	border-image: none;
border:none;
}

input {
	font-size: 12px;
}

select {
	font-size: 12px;
}

table {
	border-collapse: separate;
	border-spacing: 2px;
}


/*common*/
.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/*header*/
.header{
	height: 110px;
	background: url(../images/header_bj.png) no-repeat;
	background-size: cover;
width:100%;min-width:1200px;
}
.header .logo{
	margin-top: 30px;
}
.header .zhu{
	color: #fff;
}
.header .sousuo{
	margin-top: 20px;
	margin-right: 20px;
	position: relative;
}
.header .ss{
	width: 20px;
	height: 20px;
	border-left: 1px solid #fff;
	padding-left: 10px;
	margin-left: 10px;
}
.search-wrap{position: absolute;width: 200px;height: 30px;border-radius: 30px;border:1px solid #DBDBDB;top: 23px;right:-7px;display: none;}
.search-input{width: 170px;height: 30px;background:transparent ;color: #fff;border: none; outline: none;float: left;}
.search-tu{float: left;border: none;outline: none;margin-top: 4px;}
/*header*/
/*nav*/

.nav {
	display: flex;
	justify-content: space-around;
	padding: 0px;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 1;
	clear: both;
}

.nav-main {
	height: 50px;
	margin-top: 19px;
}

.nav a {
	color: #fff;
}

.nav .nLi {
	float: left;
	position: relative;
	display: inline;
}

.nav .nLi h3 {
	float: left;
}

.nav .nLi h3 a {
	display: block;
	padding: 0 11px;
	font-size: 16px;
	/*font-weight: normal;*/
}

.nav .sub {
	display: none;
	width: 120px;
	left: 0;
	top: 50px;
	position: absolute;
	background: #0068bd;
	line-height: 26px;
	padding: 5px 0;
}

.nav .sub li {
	zoom: 1;
	text-align: center;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.nav .sub a {
	display: block;
	padding: 0 10px;
}

.nav .sub a:hover {
	background: #FFFFFF; 
	color: #ff8f00;
}

.nav .on h3 a {
	 background: #FFFFFF; 
	color: #ff8f00;
}

/*footer*/
.footer{
	background: url(../images/footer_bj.png) no-repeat;
	background-size: cover;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	padding: 30px 0;
width:100%;min-width:1200px;
	
}
.footer .logo{
	margin-top: 20px;
}