﻿@charset "utf-8";
/* CSS Document */
body{background-color:#fff; overflow-x:hidden; color:#666; font-size:12px; font-family: microsoft yahei , "微软雅黑"; position:relative;}/*网站字体颜色*/

.header , .content , .footer , .container{margin-left:auto; margin-right:auto;width:980px; font-family:microsoft yahei;}
.fl { float:left;}
.fr { float:right;}
.header{ width:100%; background:#fff;}
.h_top{ height:33px; background:#f8f8f8; line-height:33px; }
.h_top em{ float:left;}
.h_top em,.h_top span a{color:#999;}
.h_top span a{ padding:0 8px; border-right:1px solid #999;}
.h_top .nl{ padding-right:0; border-right:none;}
/*cd h_top*/
.h_cont{ padding:20px 0; }
.h_cont .dz{ float:left; background:url(../img/common/dzline.png) no-repeat 144px center;}
.h_cont .dz dt{ float:left;}
.h_cont .dz dd{ float:left; margin-left:49px; margin-top:24px;}
.h_cont .dz dd h4{ font-size:20px; color:#f48a02;}
.h_cont .dz dd p{ font-size:16px; color:#333; margin-top:13px;}
.h_cont .dr{ background:url(../img/common/phimg.png) no-repeat left center; padding-left:52px; float:right; margin-top:10px;}
.h_cont .dr dt{ color:#6e6e6e; padding-top:5px;font-size:14px;}
.h_cont .dr dd{font-size:26px; color:#f48a02; font-family:"Arial";} 
/*cd h_cont*/
.nav{ height:52px; overflow:hidden; background:url(../img/common/navbg.png) repeat-x center; margin-left:0px;}
.nav ul{overflow:hidden;}
.nav ul li{ float:left; background:url(../img/common/navbg2.png) no-repeat left center; }
.nav ul li a{ font-size:16px; color:#fff; display:block; line-height:52px;padding:0 19px; text-decoration:none;}
.nav ul .nol{ background-image:none;}
.nav ul li a:hover{ background-color:#ff9711;}
.nav ul .cur{background-image:none;background-color:#ff9711;}
/*页面头部*/

.footer{width:100%;
	background: #003c7e;
}

.w980{
	position: relative;
	width: 980px;
	margin: 0 auto;
}

.footer .ewm{
	width: 190px;
	height: 267px;
	padding-top: 43px;
	background: #023267;
	line-height: 24px;
	color: #fff;
	text-align: center;
}
.footer .ewm img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.footer-main{
	width: 766px;
	padding-top: 24px;
	line-height: 28px;
	color: #cbd2de;
	text-transform: uppercase;
}
.footer-main a{
	color: #cbd2de;
	transition: color 500ms ease-in 0ms;
}
.footer-main a:hover{
	color: #fff;
}
.footer-main .menu{
	height: 50px;
	border-bottom: 1px solid #1a508b;
	margin-bottom: 19px;
}
.footer-main .menu a{
	display: inline-block;
	float: left;
	padding: 0 26px;
	font-size: 14px;
	line-height: 50px;
	color: #e7e7e7;
}
.footer-main .menu a.home{
	padding-left: 0;
}
.footer-main p.link a{
	display: inline-block;
	padding: 0 15px;
}
.footer-main .share{
	float: left;
	margin-left: 34px;
	display: inline;
}
.footer-link{
	margin-top: 15px;
	border-top: 1px solid #1a508b;
	padding-top: 12px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
.footer-link a{
	display: inline-block;
	float: left;
	margin-right: 45px;
	color: #a3b0c5;
	transition: color 500ms ease-in 0ms;
}
.footer-link a:hover{
	color: #fff;
}
/*页面底部*/