* {
	-ms-word-break: break-all;
}

body {
	text-align: left;
	color: #333333;
	line-height: 150%;
	font-family: "Microsoft YaHei", tahoma, arial, simsun, ;
	font-size: 16px;
min-width:1200px;
}

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;
}

ul {
	list-style: none;
}

li {
	list-style: outside none;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px currentColor;
	border-image: 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: 150px;
	position:relative;
	background: url(../images/top_bg.png) top center no-repeat;
}
.header img{
	position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    margin: auto;
}

/*nav*/

/*nav*/

.nav {
	display: flex;
	justify-content: space-around;
	padding: 0px;
	height: 55px;
	line-height: 55px;
	position: relative;
	z-index: 1;
	clear: both;

	
}

.nav-main {
	height: 55px;
	margin-top: 0px;
	background:#1285d3;
}

.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 32px;
	font-size: 18px;
font-weight: normal;
}

.nav .sub {
	display: none;
	width: 176px;
	left: 0;
	top: 50px;
	position: absolute;
	background: #1285d3;
	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: #1285d3;
}

.nav .on h3 a {
	background: #FFFFFF;
	color: #1285d3;
}

.footer{
	height: 140px;
	background: #0070bc;
	text-align: center;
	clear: both;
	color: #FFFFFF;
	padding-top: 40px;
	box-sizing: border-box;
	margin-top: 30px;
	line-height: 30px;
	/* display: table; */
}
/* .bq p{
	display: table-cell;
	vertical-align: middle;
} */