﻿@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:1200px; font-family:microsoft yahei;}

/*页眉*/
.header{width:100%; overflow:hidden; background-color:#fff;}
.headerTop{ width:100%; height:35px; background-color:#efefef;}
.headerTop p{ font-size:13px; color:#666; line-height:35px; float:left;}
.headerTop ul{ float:right; height:28px; margin-top:9px;}
.headerTop li{ float:left; width:60px; height:28px; text-align:center; position:relative}
.headerTop li.user{ width:140px;}
.headerTop li span{ display:inline-block; margin-top:5px}
.headerTop li>a{ display:block;}


.headerTop li .ewm{ display:none; width:125px; height:125px; border:1px solid #ccc; position:absolute; top:26px; padding:3px;}
.headerTop li:hover .ewm{ display:block}
.headerCenter { height:135px;}
.headerCenter dl{
	overflow:hidden;
	float:left;
	margin-top:13px;
	margin-bottom:13px;
	width:800px
}
.headerCenter dt{ float:left; overflow:hidden; padding-right:10px; margin-right:10px; }

.headerCenter h2{ font-size:22px; color:#232323; font-weight:normal;}
.headerCenter dd em{ color:#165e86;}
.headerCenter dd p{ font-size:16px; color:#505050;}
.headerCenter .phone{
	padding-left:60px;
	float:right;
	width:220px;
	overflow:hidden;
	padding-top:46px;
	background-image: url(phone.png);
	background-repeat: no-repeat;
	background-position: left 38px;
	display: block;
	padding-bottom:20px
} 
.headerCenter .phone p{
	font-size:14px;
	color:#000;
	width:100%;
	font-weight: bold; line-height:16px
}
.headerCenter .phone h3{
	font-size:24px;
	color:#186b97;
	font-family:"microsoft yahei" ; line-height:30px
}
.headerCenter .tu{ float:right; margin-right:20px; margin-top:40px;}
.headerNav { overflow:hidden; width:100%; height:57px; background-color:#165e86;}


#nav { }
#nav ul {
    margin:0;
	padding:0;
	
	}
#nav a {
	display:block;

	text-decoration:none;
	color:#fff;
	
	line-height:57px;
	padding:0 0px;
	
	font-family:"microsoft yahei";
	font-size:16px; width:150px;

}

#nav a:hover,#nav a.active {
	color:#fff;
	line-height:57px;
	padding:0 0px;
	display:block;
	background-color: #093b5e;
	
}
#nav li {
	
	

	
	
	float:left;
	text-align:center;
	
	list-style:none;

	
}


#nav li ul {
	position:absolute;
	top:214px;
	left:-999em;
	width:150px;
	margin-left:-0px;
   *margin-left:-56px;
	
	
	border-bottom:0;
	border-top:0;
	z-index:999;
	padding:0px;
	
	background:#165e86;
	
	
}
#nav li ul li {
	
	
	
	
	width:150px;
	height:36px;
	
	border-right:0;
	padding:0;
	
	margin-left:0;
}
#nav li ul a {
	display:block;
	width:150px;

	line-height:36px;
	font-weight:100;
	padding:0;
	text-align:center;
	
	font-size:12px;
	color:#fff;
	
	
}
#nav li ul a:hover {
	color:#fff;
	width:150px;
	line-height:36px;
	padding:0;
	text-align:center;
	font-weight:100;
	border-bottom:0;
	border-radius:0px;
	background-color: #093b5e;
}
#nav li:hover ul {
	left:auto;
}
#nav li.sfhover ul {
	left: auto;
}
#nav .arrowFront, #nav .arrowAfter {
	width:2px;
	height:30px;
	
	overflow:hidden;
	text-indent:-999em;
}
#nav .arrowFront a, #nav .arrowAfter a {
	line-height:30px;
}
#nav .arrowFront {
	float:left;
	background-position:-54px -68px
}
#nav .arrowAfter {
	float:right;
	background-position:-83px -68px
}



/*footer*/
.footer{
	overflow:hidden;
	width:100%;
	padding-bottom:50px;
	background:#e1e1e1;
	margin-top: 90px;
}
.footer .footerNav { overflow:hidden; width:100%; height:57px; background-color:#165e86; margin-bottom:40px;}
.footer .footerNav li{ float:left; font-size:14px; line-height:57px;}
.footer .footerNav li a{ display:block; color:#fff; padding:0 55px; text-decoration:none}
.footer dl{ overflow:hidden; float:left;}
.footer dt{ overflow:hidden; float:left; margin-right:30px;}
.footer dd{ overflow:hidden; float:left; padding-left:30px; border-left:1px solid #ccc;}
.footer dd p{ font-size:14px; color:#000; line-height:30px;}
.footer dd em{ margin:0 5px;}
.footer dd a{ color:#000}
.footer .ewm{ overflow:hidden; float:right; margin-top:20px }
.footer .ewmTu{ float:right; padding:5px; border:1px solid #ccc; margin-left:10px;}
.footer .wen{ overflow:hidden; float:right; text-align:right}
.footer .wen p{ font-size:15px; color:#404040; margin-top:40px}
.footer .wen span{ font-size:18px; color:#165e86; display:block;}
