.blue2{
	color: #224390;
}
/*header*/
.header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 58px;
	background-color: #224390;
}
.logo{
	width: 258px;
	height: 58px;
	float: left;	
	background:url(../images/logo.png) no-repeat center center;
	background-size: contain;
}
.navSearch{
	margin-left: 258px;
}
.nav{
	float: left;
	height: 58px;

}
.nav .nav-dropDown{
	display: none;
	margin-right: 10px;
	line-height: 58px;
	font-size: 2em;
}
.nav-list{
	margin-left: 1em;
	
}
.nav-list > li{
	float: left;
	padding: 0 1em;
	font-size: 12px;
	position: relative;
}
.nav-list > li.hover,
.nav-list > li.now{
	/*background-color: #ffbc03;*/
	background-color: #f3f3f3;
}
.nav-list > li.hover a,
.nav-list > li.now a {
	color: #224390;
	font-weight: bold;
}
.nav-list > li:first-child {
	background: none;
}
.nav-list > li:first-child a {
	color: #fff;
	font-weight: normal;
}
.nav-list > li > a{
	color: #fff;
	line-height: 58px;
	font-family: arial,kartika,"微软雅黑";
	text-transform: uppercase;
}
.secondNav{
	position: absolute;
	left: -60px;
	top: 58px;
	display: none;
	z-index: 999;
	padding: 1em 3em 1em 0;
	border: 1px solid #ccc;
	background-color: #f3f3f3;
}
.secondNav .intro{
	width: 410px;
	float: left;
	margin-left: 30px;
}
.secondNav .intro h2{
	line-height: 1em;
	font-weight: 600;
	margin-bottom: 1em;
}
.secondNav .intro .infoImg{
	width: 162px;
	height: 119px;
	float: left;
}
.secondNav .intro p{
	float: left;
	width: 210px;
	height: 130px;
	color: #616161;
	line-height: 18px;
	margin-left: 1em;
	word-spacing: 5px;
	
	
}
.secondNav-list{
	float: left;
	border-left: 1px solid #b8b8b8;
	padding-left: 30px;
}
.secondNav-list li{
	padding: 0;
}
.secondNav-list li.column{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.secondNav-list li a{
	line-height: 22px;
	color: #000033;
	font-family: arial,kartika,"微软雅黑";
	
}
.secondNav-list li a:hover{
	color: #224390;
	text-decoration: underline;
}
.to-chinese {
	font-size: 14px;
	line-height: 58px;
}
.to-chinese a:hover {
	color: #ffae00;
}
.search{
	float: right;
	width: 150px;
	height: 21px;
	line-height: 21px;
	color: #fff;
	margin-right: 15px;
	margin-top: 18px;
	background: url(../images/searchInput_bg.png) no-repeat;
}
.search input{
	background: none;
	color: #fff;
	width: 110px;
	height: 21px;
	line-height: 21px;
	margin-left: 8px;
	font-size: 12px;
}
.search .search-btn{
	width: 25px;
	height: 21px;
	float: right;
	cursor: pointer;
	background: url(../images/search_btn.png) no-repeat left center;
}
/*center*/
.center{
	position: absolute;
	left: 0;
	top: 58px;
	right: 0;
	bottom: 31px;
	width: 100%;
	overflow: hidden;
	background-color: #fafafa;
}
.large-bg1 {
	background: url(../images/large_bg1.png) no-repeat left bottom/100% auto;
}
.large-bg2 {
	background: url(../images/large_bg2.png) no-repeat left bottom/100% auto;
}
.large-bg3 {
	background: url(../images/large_bg3.png) no-repeat left bottom/100% auto;
}

/*footer*/
.footer{
	position: fixed;
	z-index:9999;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 31px;
	background-color: #211b1b;
}
.f-btn{
	margin-left: 242px;
}
.copy{
	width: 242px;
	height: 100%;
	background: url(../images/copy.png) no-repeat center center;
}
.f-btn > li{
	float: left;
	height: 31px;
	color: #fff;
	padding: 0 1em;
	font-size: 12px;
	cursor: default;
	position: relative;
	text-transform: uppercase;
	line-height: 31px;
}

.f-btn > li:hover{
	background-color: #373131;
}
.f-btn > li:hover i{
	display: inline-block;
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	top: -5px;
	background: url(../images/arrowTop.png) no-repeat center top;
}
.f-btn-c{
	position: absolute;
	left: 0;
	bottom: 31px;
	z-index: 999;
	display: none;
	width: 100%;
	height: auto;
	background: url(../images/f_btn_c_bg.png) repeat;
}
.contact span{
	margin-right: 50px;
	font-size: 12px;
	text-transform: none;
	line-height: 70px;
}
.contact span:first-child{
	margin-left: 215px;
}
.links-list{
	width: auto;
	max-width: 900px;
	overflow: hidden;
	margin-left: 212px;
	margin-bottom: 20px;
}
.links-list a{
	display: inline-block;
	margin-top: 10px;
	width: 300px;
	float: left;
	text-transform: none;
}
.links-list a span{
	display: block;
	width: auto;
	color: #aeafb1;
	line-height: 12px;
}
.links-select{
	float: left;
	background: none;
	outline: none;
	color: #d5d5d5;
	text-transform: uppercase;
	margin-top: 15px;
	padding: 5px 0;
}
.sitemap{
	float: left;
	margin-left: 215px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sitemap > div{
	margin-right: 45px;
}
.sitemap li,.sitemap h1{
	line-height: 1.5em;
	text-transform: none;
}
.sitemap h1 a{
	color: #ffbc03;
	text-transform: uppercase;
}
.sitemap ul{
	margin-top: 5px;
}
.sitemap a{
	color: #fff;
	font-size: 12px;
	line-height: 1.5em;
}
.wechat{
	background: none;
}
.wechat img{
	margin-left: 466px;
}

.share{
	color: #fff;
	float: right;
	margin-right: 1em;
}
.share li{
	width: 22px;
	height: 22px;
	float: left;
	margin-top: 4px;
	margin-right: 5px;
}
.share li a {
	display: block;
	width: 100%;
	height: 100%;
}
.share .share-1{
	background: url(../images/share_icon.png) no-repeat 0 0;
}
.share .share-1:hover{
	background: url(../images/share_icon.png) no-repeat -22px 0;
}
.share .share-2{
	background: url(../images/share_icon.png) no-repeat 0 -22px;
}
.share .share-2:hover{
	background: url(../images/share_icon.png) no-repeat -22px -22px;
}
.share .share-3{
	background: url(../images/share_icon.png) no-repeat 0 -44px;
}
.share .share-3:hover{
	background: url(../images/share_icon.png) no-repeat -22px -44px;
}

/*去掉area边框*/
area{
	border: none;
	outline: none;
}

/*分页*/
.page {
	width: 100%;
	overflow: hidden;
}
.page > a,
.page > span {
	display: inline-block;
	margin-top: 10px;
}
.page > a {
	padding: 0 1em;
	color: #929292;
	font-size: 14px;
	line-height: 33px;
	border: 1px solid #d0d0d0;
}
.page > a.active {
	color: #fff;
	border-color: #ffbc03;
	background-color: #ffbc03;
}
