﻿@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
	font-family: 'Helvetica','Hiragino Sans GB','pingfang','Roboto','Arial','Candara','Verdana';
}
html, body, div, p, span, font, em, ul, li, dl, dt, dd, table, tr, td, input, button, a {
	margin: 0 auto;
	padding: 0;
}
body {
	font-size: 14px;
	color: #333;
}
html,body{
	height: 100%;
	width: 100%;
	min-width: 1200px;
}
ul {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #2f6699;
}
img {
	border: 0px;
	vertical-align: top;
}
em, i {
	font-style: normal;
}
.clr {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	overflow: hidden;
	clear: both;
}
input, textarea, button{
	outline: none;
}

.red{
	color: #dc2328;
}
.blue{
	color: #005eb8;
}
.green{
	color: #1fad34;
}
.gray{
	color: #666666;
}
.container{
	width:1200px;
	margin: 0 auto;
}
.header{
	height: 220px;
	background: #1a5284;
}
.header .top{
	height: 30px;
	line-height: 30px;
	font-size:14px;
	background: #134c7e;
}
.lang{
	float: right;
	color: #fff;
	background: url("../images/eng.png") left center no-repeat;
	padding-left: 24px;
}
.lang a{
	color: #fff;
}
.header .min{
	height: 130px;
	overflow: hidden;
}
.header .logo{
	float: left;
	margin-top:38px;
}
.header .search{
	float: right;
	width:360px;
	height: 40px;
	background: #fff;
	margin-top: 50px;
	border-radius: 4px;
	overflow: hidden;
}
.header .search input{
	float: left;
	border: 0;
	height: 40px;
	line-height: 40px;
	width:300px;
	padding:0 20px;
	font-size: 14px;
}
.header .search input.btn_search1{
	width:60px;
	height: 40px;
	background: url("../images/seachicon.png") center center no-repeat;
	border:0;
	float: right;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	/*背景颜色*/
	box-shadow:0 0 0 0 #fff inset;
	/*字的颜色*/
	-webkit-text-fill-color: #fff;
}
.header .nav{
	background: #1a5284;
	height: 60px;
	border-top:1px solid #4776a0;
	overflow: hidden;
}
.header .nav ul{
	width:1200px;
	margin: 0 auto;
}
.header .nav li{
	float: left;
	text-align: center;
	font-size:18px;
	height: 60px;
}
.header .nav li.no1{
	width:227px;
}
.header .nav li.no2{
	width:400px;
}
.header .nav li.no3{
	width:286px;
}
.header .nav li.no4{
	width:287px;
}
.header .nav li.cur,.header .nav li:hover{
	background: #154977;
}
.header .nav li > a{
	display: block;
	line-height: 30px;
	color: #fff;
	height: 30px;
	margin-top:15px;
	border-right: 1px solid #4776a0;
}
.header .nav li.no4 a{
	border:0;
}
.header .nav li.cur > a,.header .nav li:hover a{
	border-right-color: #154977;
	font-weight: bold;
}
.header .nav li > a span{
	padding-left: 35px;
	display: inline-block;
}
.header .nav li:nth-child(1) > a span {
	background: url("../images/navicon-1.png") left center no-repeat;
}
.header .nav li:nth-child(2) > a span{
	background: url("../images/navicon-2.png") left center no-repeat;
}
.header .nav li:nth-child(3) > a span{
	background: url("../images/navicon-3.png") left center no-repeat;
}
.header .nav li:nth-child(4) > a span{
	background: url("../images/navicon-4.png") left center no-repeat;
}
.header .nav li:nth-child(1).cur > a span,.header .nav li:nth-child(1):hover > a span{
	background-image: url("../images/navicon-11.png");
}
.header .nav li:nth-child(2).cur > a span,.header .nav li:nth-child(2):hover > a span{
	background-image: url("../images/navicon-22.png");
}
.header .nav li:nth-child(3).cur > a span,.header .nav li:nth-child(3):hover > a span{
	background-image: url("../images/navicon-33.png");
}
.header .nav li:nth-child(4).cur > a span,.header .nav li:nth-child(4):hover > a span{
	background-image: url("../images/navicon-44.png");
}
.mt{
	height: 58px;
	line-height: 58px;
}
.mt a:hover{
	color: #333;
}
.mt span{
	float: left;
	font-weight: bold;
	font-size: 24px;
}

.mt .more{
	float: right;
	height: 48px;
	padding-top:22px;
}
.tab-menu{
	overflow: hidden;
}

.mt .moremenu{
	float: left;
}
.mt .moremenu li{
	float: left;
	height: 30px;
	line-height: 30px;
	border-radius: 4px;
	padding:0 20px;
	font-size: 15px;
	font-weight: bold;
	background: #eaeff5;
	margin-right:10px;

}
.mt .moremenu li.cur{
	background: #1a5285;

}
.mt .moremenu li.cur a{
	color: #fff;
}
.mt .moremenu li:nth-child(1){
	font-size: 20px;
	background: none;
	height: 48px;
	padding:0;
	margin-right: 30px;
	position: relative;
	margin-top: 0;
}
.mt .moremenu li:nth-child(1):after{
	position: absolute;
	left: 0;
	bottom:0;
	content: '';
	height: 2px;
	width:100%;
	display: block;
	background: #d60000;
}
.mt .moremenu li.cur:nth-child(1) a{
	color: #333;
}

.u-list{
	margin-top:10px;
}
.u-list li{
	position: relative;
	height: 34px;
	line-height: 34px;
}
.u-list li a{
	float: left;
	width: 100%;
	padding-right: 156px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.u-list li span{
	position: absolute;
	right: 0;
	top: 0;
	height: 34px;
}
.ad{
	margin-top:20px;
}
.path{
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	background: url("../images/path.png") left center no-repeat;
	padding-left: 30px;
	margin: 20px 0 10px;
}
.path a:last-child{
	font-weight: bold;
	color: #1a5284;
}
.page{
	margin-top:20px;
	text-align: right;
}
.page li{
	display: inline-block;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	font-size:14px;
	margin-right: 5px;
	overflow: hidden;
}
.page li.pageup a{
	background: url("../images/pageup.png") center center no-repeat;
}
.page li.pagedown a{
	background: url("../images/pagedown.png") center center no-repeat;
}
.page li a{
	display: block;
	min-width: 40px;
	height: 40px;
	background: #e9ebee;
	padding:0 16px;
}
.page li.pageup a{
	background: url("../images/pageup.png") center center no-repeat;
}
.page li span{
	float: left;
}
.page li.cur a{
	background: #1a5284;
	color: #fff;
}
.page li.pagetz{
	margin-left:20px;
}
.footer{
	height: 175px;
	background: #1a5284;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #8fb6d9;
	padding-top:68px;
	margin-top: 80px;
 }
.footer a{
	color: #8fb6d9;
	font-weight:bold;
}
