@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	width: 100%;
	overflow-x: hidden;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, "微软雅黑";
	color: #000;
	background: #f7f8fc;
	width: 100%;

}

a {
	color: #666;
	text-decoration: none;
	outline: none;
}

img {
	border: 0px;
	vertical-align: middle;
}

a:link {
	text-decoration: none;
	outline: none;
}

a:visited {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #4066ab;
	outline: none;
}

ul,
p,
dl,
dt,
dd {
	padding: 0px;
	margin: 0px;
}

li {
	list-style-position: outside;
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 16px;
}

h5 {
	font-size: 12px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear_f {
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;
	display: block;
	_display: inherit;
}

.h10 {
	height: 10px;
	overflow: hidden;
	clear: both;
}

.h30 {
	height: 30px;
	overflow: hidden;
	clear: both;
}

.h60 {
	height: 60px;
	overflow: hidden;
	clear: both;
}

.h70 {
	height: 70px;
	overflow: hidden;
	clear: both;
}

.h100 {
	height: 100px;
	overflow: hidden;
	clear: both;
}

input,
textarea {
	background: transparent;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, "微软雅黑";
	color: #888;
	outline: none;
	border: 0px;
}

em {
	font-style: normal;
}

.font-20 {
	font-size: 20px !important;
}
.clearfix{clear:both;height: 0px;overflow: hidden;width: 100%;}
.ncontent{width: 1200px; margin: 0px auto;}
/* 头部 */

header{
	height: 100px;
	background: #1061c7;
}
.header{
	padding:0px;
	
}
.header .logo{
	width:125px;
	height:80px;
	float: left;
	margin-top: 15px;
}
.header .menu{
	float: left;
	margin-left:180px;

}
.header .menu ul{margin:0px;padding:0px;}
.header .menu ul>li{float: left;width: 130px;text-align: center;line-height: 100px;cursor: pointer;position: relative;}
.header .menu ul>li>a,.header .menu ul>li>a:visited{color: #fff;font-family: "微软雅黑";font-size:16px;font-weight: bold;display: block;height: 98px;}
.header .menu ul>li>a:hover{border-bottom:2px solid #fff}
.header .menu ul>li>ul{display: none;position: absolute;top:100px;z-index: 999;background-color: #1061C7;padding: 10px 0px;}
.header .menu ul>li:hover>ul{display: block;}
.header .menu ul>li>ul>li{line-height: 40px!important;}
.header .menu ul>li>ul>li a,.header .menu ul>li>ul>li a:visited{
	height: 35px;border:0px;
	font-size:14px;
}
.header .menu ul>li>ul>li:hover{background-color: #4066AB;}

.header .menu ul>li>ul>li a:hover{border:0px;}
.header .search{
	width:30px;
	float: right;
	margin-top:35px;
	position: relative;
	cursor: pointer;
	

}

.searchshow{
	display: none;
position: absolute;
top:65px;
left:-150px;
background-color: #fff;
width: 280px;
height: 50px;
border-radius: 10px;
color: #fff;
z-index: 999;
}

.searchshow input[type=text]{
	margin:6px;
	height: 30px;
	padding: 2px;
	width: 220px;
	line-height: 30px;
}
.searchshow .search-submit{border: 0px;width: 22px;height: 22px;background: url(../images/btn.png) no-repeat top center;position: absolute;top:15px;right:10px;}

footer{color: #fff;background: #1061c7;height: 340px;}


.footer-t{border-bottom:1px solid #fff;height: 200px;padding-top: 55px;}
.footer_logo{width:125px;float: left;}
.footer_menu{float: left;width: 510px;height: 190px;padding-left: 100px;}
.footer_menu ul li{line-height: 50px;}
.footer_menu ul li b{font-size:14px;margin-right:15px;}
.footer_menu a,.footer_menu a:visited{padding: 0px 3px;color: #fff;}
.footer_add{float: left;width:280px;}
.footer_add p{font-size: 16px;padding-left: 50px;margin-top:15px;line-height:30px;min-height: 40px;}
.footer_add p:first-child{background:url(../images/add.png) no-repeat left top;}
.footer_add p:last-child{background:url(../images/tel.png) no-repeat left top;}
.footer_ewm{float: right;}
.footer-b{padding-top:20px ;}
.footer-b p{width:600px;float: left;line-height: 50px;}
.footer-b .links{width:380px;float: right;}
.footer-b .links select{width:380px;border:1px solid #ddd;background-color: #fff;height: 50px;}


/* 链接 */
a.a_w,a:visited.a_w{color: #fff;}