﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td,img {
	margin: 0;
	padding: 0;
}

img {
	border: 0
}

ol,ul {
	list-style: none
}

input {
	outline: none;
	border: none;
}

html {
	_overflow-y: scroll;
}

html,body {
	min-width: 1200px;
	font-family: "Microsoft YaHei";
	_width: expression(document.body.clientWidth < 1200 ? "1200px" : "auto");
}
body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	min-width: 1200px;
	outline: none;
	overflow-x: hidden;
}

* {
	word-break: break-all;
	word-wrap: break-word
}
a {
	color: #333;
	text-decoration: none;
} 
a:hover {
	color: #0156a9;
	text-decoration: none;
} 
a:active {
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hide {
	display: none
}

.left {
	float: left
}

.right {
	float: right
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.clearfix {
	display: inline-block
}

* html .clearfix {
	height: 1%
}

.clearfix {
	display: block
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden;
	display: block
}

.textover {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.dib {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.main {
	width: 1200px;
	margin: 0 auto;
}

checkbox {
	border: 0px;
}
ul,li {
	list-style: none
}

.backcolor {
	background: #0156a9;
}

.top {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}

.top a {
	color: #333;
}

.top_left {
	width: 950px;
}

.top_right {
	width: 200px;
	text-align: right;
}

.header_nav {
	width: 100%;
	height: 110px;
	margin: 0 auto;
	z-index: 999;
}

.header_nav .main {
	width: 1200px;
	height: 110px;
	margin: 0 auto;
}

.header_nav .main .logo {
	display: block;
	float: left;
	height: 110px
}

.header_nav .main .logo img {
	padding-top: 10px;
    max-height: 100px;
}

.header_nav .main .frtxt {
	width: 658px;
	height: 110px;
	display: block;
	float: right;
}

.header_nav .main .frtxt .txt {
	display: block;
	text-align: right;
	height: 40px;
	font-size: 18px;
	color: #ff0000;
	line-height: 40px
}

.nav {
	width: 100%;
	height: 70px;
	margin: 0 auto;
}

.nav ul {
}

.nav ul li {
	float: left;
	height: 70px;
	position: relative;
}

.nav ul li a {
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	color: #333333;
	font-size: 16px;
	line-height: 70px;
}

.nav ul li a:hover {
	color: #0156a9;
	font-weight: bold
}

.nav ul li:hover {
	font-size: 16px;
	color: #0156a9 !important;
	background: url(../images/nav_hover.png) center bottom no-repeat;
}

.nav ul li:hover a {
	color: #0156a9;
	font-weight: bold
}

.nav ul li dl {
	position: absolute;
	left: 0px;
	top: 70px;
	z-index: 99999;
	background: #0157a9;
	display: none;
	width: 140%
}

.nav ul li:hover dl {
	position: absolute;
	left: 0px;
	top: 70px;
	z-index: 99999;
	background: #0157a9;
	display: block;
}

.nav ul li dl dt a {
	padding: 0;
	height: 40px;
	line-height: 40px !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 100;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #fff;
}

.nav ul li dl dt a:hover {
	background: #ce0002;
	color: #fff !important;
	line-height: 40px !important;
	font-size: 14px !important;
	font-weight: 100;
	border-bottom: 1px solid #fff;
/* width:100px*/
}

.nav .nav_on {
	color: #0156a9;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/nav_hover.png) center bottom no-repeat;
}

.header_nav.nav01 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	z-index: 999;
	background: #fff;
	box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}

.banner {
	width: 100%;
	text-align: center;
}

.banner img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.link {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background: #0156a9
}

.link ul {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}

.link ul li {
	float: left;
	height: 60px
}

.link ul li p {
	line-height: 60px;
	width: 100%;
	height: 60px;
	color: #ffffff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	font-size: 15px;
	font-weight: bold
}

.link ul li a {
	line-height: 60px;
	color: #ffffff;
	font-weight: 100;
	padding: 0 5px;
}

.bannerfo {
	width: 378px;
	height: 40px;
	border: 1px solid #dddddd;
	position: relative;
	margin-top: 20px;
	border-radius: 20px;
}

.bannerfo dl dt {
	display: inline
}

.bannerfo dl .inputbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 330px;
	height: 40px;
}

.bannerfo dl .inputbox input {
	width: 300px;
	height: 40px;
	padding: 0 15px;
	color: #aaaaaa;
	line-height: 40px;
	font-size: 14px;
	background: none
}

.bannerfo dl .menuser {
	position: absolute;
	left: 330px;
	top: 0;
	width: 48px;
	height: 38px;
	display: block;
	background: url(../images/search2.png) no-repeat 0 0;
}

.bannerfo dl .menuser input {
	width: 48px;
	height: 38px;
	background: none
}

.maintop {
	width: 1200px;
	height: 47px;
	margin: 0 auto;
	display: block;
	text-align: right
}

.maintop img {
}

.footer {
	width: 100%;
	margin: 0 auto;
	background: #0654a4
}

.footer .maina {
	width: 1200px;
	margin: 0 auto
}

.footer .maina .leftewm {
	width: 194px;
	height: 236px;
	display: block;
	float: left;
	background: #05488c;
	padding: 55px 18px 0;
	text-align: center;
	line-height: 38px;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff
}

.footer .maina .righttxt {
	width: 940px;
	height: auto;
	display: block;
	float: right;
	padding-top: 38px
}

.footer .maina .righttxt .dh {
	height: 46px;
	border-bottom: 1px solid #3473b1;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	line-height: 46px
}

.footer .maina .righttxt .dh a {
	font-size: 15px;
	color: #ffffff;
	line-height: 46px
}

.footer .maina .righttxt .txt {
	padding-top: 28px;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
}

.footer .maina .righttxt .txt a {
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
}