@charset "utf-8";

body{ color:#333; font:12px "Microsoft yahei", arial; }
a { color:#333; text-decoration:none; }
a:hover { text-decoration:none; }

/*非常用特殊样式*/
.yahei {
	font-family:"Microsoft yahei";
}
.songti {
	font-family:"SimSun";
}
.textOverHide {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.pointer {
	cursor:pointer;
}
.block1200 {
	width:1200px;
	overflow:hidden;
	margin:0 auto;
}
.block1100 {
	width:1100px;
	overflow:hidden;
	margin:0 auto;
}
.block1000 {
	width:1000px;
	overflow:hidden;
	margin:0 auto;
}
.blockk1000 {
	width:1000px;
	display: table;
	margin:0 auto;
}
.block998 {
	width:998px;
	overflow:hidden;
	margin:0 auto;
}
.block100 {
	width:100%;
	overflow:hidden;
}
.block50 {
	width:50%;
	overflow:hidden;
}
.block25 {
	width:25%;
	overflow:hidden;
}
.height100 {
	height:100%;
}
.positionR {
	position:relative;
}
.positionA {
	position:absolute;
}
.positionF {
	position:fixed;
}
/*非常用特殊样式*/

#warp {
	width:100%;
	overflow:hidden;
}

#header, #footer {
	width:100%;
	overflow:hidden;
}

/*头部开始*/
#header {
	border-top: 10px solid #00428e;
}
.header_top{
	background: url("Img/Common/head_top.jpg") center top no-repeat;
}
.top {
	width:100%;
	height:40px;
	font:normal 14px/40px "微软雅黑";
}
.huan{color: #787878; font-weight: normal; }
.top_list {
	height:100%;
}
.top_list a{
	padding: 0 19px;
	color: #787878;
}
.top_A1{
	background: url("Img/Common/top_icon.png") no-repeat left center;
}
.top_A2{
	background: url("Img/Common/top_icon2.png") no-repeat left center;
}
.top_A3{
	background: url("Img/Common/top_icon3.png") no-repeat left center;
}
.zhuanye{
	width: 100%;
	height: 158px;
	overflow: hidden;
}
.logomain {
	overflow:hidden;
	width: 1200px;
	height: 158px;
}
.logomain2{
	overflow:hidden;
	width: 630px;
}
.logoimg{
	width: 258px;
	margin-top: 38px;
	margin-right: 21px;
	overflow: hidden;
}
.logo{
	width: 136px;
	height:1010px;
	overflow: hidden;
}
.logoText{
	margin-top: 49px;
}
.logoText h3{
	line-height: 30px;
	font-size: 22px;
	color: #000;
}
.logoText h3 span{
	color: #00428e;
}
.logoText h4{
	line-height: 26px;
	font-size: 20px;
	color: #000;
	font-weight: normal;
}
.logoText h4 span{
	color: #00428e;
}
.toptelnum{
	width: 302px;
	overflow: hidden;
	margin-top: 54px;
}
.toptelnum p{
	width:240px;
	height: 45px;
	background: url("Img/Common/head_T.png") no-repeat center;
	padding-left: 62px;
	font-size:14px;
	color: #fff;
	overflow: hidden;
	line-height: 45px;
}
.toptelnum p span{
	font-family: "Impact";
	font-size: 22px;
}
.logoEwm{
	width: 95px;
	margin-top: 31px;
	margin-right: 25px;
}
.logoEwm img{
	width: 95px;
	height: 94px;
	margin-top: 7px;
}
/*导航栏*/
.navigation {
	height:61px;
	width: 100%;
	display: table;
	background: #00428e;
	border-bottom: 2px solid #eb8f02;
}
.nav {
	text-align:center;
	overflow: hidden;
	font:normal 16px "Microsoft yahei";
	/*border-left: 1px solid #2f97e6;*/
}
.nav li {
	float:left;
	height:61px;
	line-height: 61px;
	color: #003066;
}
 
.nav li:hover a,.nav li.cur a{background: #eb8f02;}


.navigation li a {
	padding: 0 28px;
	height: 61px;
	display:inline-block;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size: 16px;
}
.navigation li a:link, .navigation li a:visited { color:#fff; }
/*导航栏*/

/*banner开始*/
.banner{position: relative;height:550px; }
.banner .bd li,.banner .bd li a{display: block;height:550px;}
.bantil{display: block;  width: 72px; margin-left: 50%; position: absolute;  top: 500px;  left: -40px;}
.bantil li{width:13px;height: 13px;background:#fff;float: left;margin: 0 0 0 11px; cursor:pointer;border-radius: 6px;}
.bantil li.cur{background:#eb8f02; }
/*.banner .prev,.banner .next{width: 38px;height: 68px;display: block;overflow: hidden;position: absolute;top: 246px;right: 0;background:url(/Images/next3.png) no-repeat 0 0;cursor:pointer;}*/
/*.banner .prev{left: 0;background:url(/Images/prev3.png) no-repeat 0 0;cursor:pointer;}*/

/*banner结束*/

/*banner下*/
.banner_hint {
	margin-top: 20px;
	height:60px;
	font:normal 16px/60px "Microsoft yahei";
}
.banner_keywd{color:#000; width:880px; overflow:hidden;}
.banner_keywd a {
	margin-right: 30px;
}
.banner_keywd a:link, .banner_keywd a:visited {  color:#808080;}
.banner_keywd a:hover { color:#00428e; }
.banner_search {
	width:304px;
	height:35px;
	margin-top:13px;
	border: 1px solid #666;
	background: #ffffff;
}
.banner_search .textInput {
	width:205px;
	height:35px;
	padding-left: 15px;
	line-height: 30px;
}
.banner_search .submitInput {
	width:48px;
	height:35px;
	cursor:pointer;
	background:url(Img/Common/search.png) center no-repeat #1b2128;
}
/*banner下*/
/*头部结束*/


/*底部开始*/
#footer{
	width: 100%;
	height: 232px;
	background: #1b2128;
	overflow: hidden;
}
.footer_main{
	width: 1200px;
	height: 232px;
	margin: 0 auto;
}
.footer_logo{
	width: 288px;
	height: 232px;
	border-left: 1px solid #494d53;
	float: left;
	text-align: center;
}
.footer_logo img{
	padding-top: 59px;
}
.footer_nav{
	width: 384px;
	height: 170px;
	border-left: 1px solid #494d53;
	float: left;
	padding-top: 62px;
}
.footer_nav a{
	display: block;
	width: 128px;
	float: left;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	color: #bbbcbd;
}
.gsxq_tel{
	width: 334px;
	float: left;
	height: 174px;
	border-left: 1px solid #494d53;
	padding-top: 58px;
}
.gsxq_tel p{
	margin-left: 32px;
	padding-left: 36px;
	line-height: 35px;
	font-size: 14px;
	color: #bbbcbd;
	background: url("Img/Common/foot_icon2.png") no-repeat left center;
}
.gsxq_tel p:first-child{
	background: url("Img/Common/foot_icon.png") no-repeat left center;
}
.footer_ewm{
	width: 188px;
	height: 232px;
	border-left: 1px solid #494d53;
	border-right: 1px solid #494d53;
	float: right;
	text-align: center;
}
.footer_ewm img{
	padding-top: 59px;
}
.foot_ba{
	width: 100%;
	line-height: 49px;
	background: #10161c;
}
.foot_ba p{
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	color: #797b7d;
}
.foot_ba p a{color: #797b7d;}
.foot_ba p span{
	float: right;
}
/*底部结束*/