@charset "utf-8";
/* CSS Document */

* {
	margin: 0 auto;
	padding: 0;
}
html {
	overflow-x: hidden;
	text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}
body, div, ul, ol, li, dl, dd, dt, form, span, p, textarea, h1, h2, h3, h4, h5 {
	margin: 0 auto;
	padding: 0;
	font-family: "微软雅黑", "Microsoft Yahei";
	list-style: none;
	overflow: hidden;
	cursor: default;
}
body{
	min-width: 1200px;
}
a,a:active,a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #2c69b3;
}
img {
	border: 0;
	outline: none;
	padding: 0;
}
select, input, textarea {
	border: 0;
	outline: none;
	padding: 0;
	resize: none;
}
input::-moz-focus-inner {
    border: 0;
	outline: none;
	padding: 0;
}
input[type='text'], input[type='password'], textarea {
    outline-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
.clearfix::before, .clearfix::after {
    content:"";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
}
 
.clearfix {
    *zoom: 1;
}

.left {
	float: left;
}
.right {
	float: right;
}
.color000{
	color: #000;
}
.color333{
	color: #333;
}
.color555{
	color: #555;
}
.color666{
	color: #666;
}
.color999{
	color: #999;
}
.colorfff{
	color: #fff;
}
.font14px{
	font-size: 14px;
}
.font16px{
	font-size: 16px;
}
.font20px{
	font-size: 20px;
}
.font24px{
	font-size: 24px;
}
.font36px{
	font-size: 36px;
}


body{
	background: #f9f9f9;	
}




/*logo*/
.top_back{
	width: 100%;
	min-width: 1200px;
	height: 208px;
	background: url(top_back.png) center no-repeat;
}
.logo{
	width: 1200px;
	height: 208px;
}
.logo .logoicon{
	width: auto;
	height: 100px;
	margin-top: 54px;
}
.logo .logoicon img{
	width: auto;
	height: 100px;
}
/*search*/
.search{
	width: 390px;
	height: 38px;
	margin-top: 85px;
	position: relative;
}
.search .searchcon{
	width: 320px;
	height: 36px;
	line-height: 36px;
	padding: 0 48px 0 20px;
	background: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 50px;
	font-family: "微软雅黑", "Microsoft Yahei";
	color: #999;
	font-size: 14px;
}
.search .searchan{
	width: 18px;
	height: 18px;
	background: url(search-an.png) center no-repeat;
	position: absolute;
	top: 10px;
    right: 20px;
	cursor: pointer; 
}


/*nav*/
.nav_back{
	width: 100%;
	min-width: 1200px;
	height: 50px;
	background: #2c69b3;
}
.nav{
	width: 1200px;
	height: 50px;
}
.nav a{
	width: 171px;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	float: left;
}
.nav a:hover{
	background: #164e91;
}
.nav .nav-sy{
	width: 130px;
	padding-left: 44px;
	background: url(nav_icon.png) 36px center no-repeat;
}
.nav .nav-sy:hover{
	background: #164e91 url(nav_icon.png) 36px center no-repeat;
}


/*当前位置*/
.pos{
	width: 1170px;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	background: #fff;
	font-size: 14px;
	color: #8698ad;
}
.pos a{
	padding: 0 5px;
	color: #8698ad;
}
.pos a:hover{
	color: #333;
}


/*link*/
.link{
	width: 100%;
	min-width: 1200px;
	height: auto;
	border-top: 2px solid #2c69b3;
	border-bottom: 2px solid #dfdfdf;
	margin-top: 20px;
}
.group{
	width: 1200px;
	height: 60px;
	line-height: 60px;
}
.group a{
	width: auto;
	height: 60px;
	float: left;
	padding: 0 20px;
	font-size: 18px;
}
.group a:hover{
	background: #e9e9e9;
	color: #000;
}


/*foot*/
.foot_back{
	width: 100%;
	height: 200px;
	background: #fff;
}
.foot{
	position: relative;
	width: 1200px;
	height: 100%;
}
.footicon1{
	position: absolute;
	top: 60px;
	left: 60px;
	z-index: 0;
	width: 80px;
	height: 80px;
}
.footcon{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 50px 0;
}
.footcon .footcon1{
	height: 44px;
	line-height: 44px;
	color: #666;
}
.footcon .footcon1 a{
	font-weight: bold;
	font-size: 16px;
	color: #666;
}
.footcon .footcon2{
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #666;
}
.footicon2{
	position: absolute;
	top: 60px;
	right: 40px;
	z-index: 0;
	width: 110px;
	height: 55px;
}
