/**
 *--------------------------------------------------
 * 主风格 样式表
 * Scorpio
 * 2016-05-23
 *--------------------------------------------------
**/
body{background-color:#eaeaea;}
div#wrapper{
	width:100%;
	min-width:990px;
	_width:expression(eval(document.documentElement.clientWidth>990?document.documentElement.clientWidth:990));
}
/* 公用居中
----------------------------------------*/
.pageCenter{
	width:990px;
	margin:0px auto;
}
/* 头部
----------------------------------------*/
header#header{
	width:100%;
	border-top:9px solid #fd2754;
	border-bottom:1px solid #e8e8e8;
	background-color:#f4f4f4;
}
/*-- logo --*/
h1#logo{
	float:left;
	padding:20px 0px;
	font-size:0px;
	line-height:0px;
}
/*-- 导航 --*/
nav#navigation{
	float:right;
	padding:34px 0px;
}
nav#navigation div{
	float:left;
	margin-left:20px;
	padding-left:0px;
	position:relative;
	z-index:1000;
}
nav#navigation div a{
	display:block;
	padding:8px 20px;
	white-space:nowrap;
	font-size:14px;
	line-height:16px;
	background-color:#334960;
	border-radius:4px;
}
nav#navigation div a:link,
nav#navigation div a:visited{color:#FFF;}
nav#navigation div a:hover{
	color:#FFF;
	text-decoration:none;
}
nav#navigation div ul{
	display:none;
	position:absolute;
	top:32px;
	right:0px;
	width:96px;
	background-image:url(about:blank);
	z-index:1001;
}
nav#navigation div ul li{
	float:left;
	width:100%;
	padding-top:1px;
}
nav#navigation div.navOpen a,
nav#navigation div.navOpen ul li a:hover{background-color:#fd2754;}
nav#navigation div.navOpen ul li a{background-color:#334960;}
nav#navigation div.navOpen ul{display:block;}
/* 中部
----------------------------------------*/
div#main{width:100%;}
/*-- banner --*/
div#banner{
	position:relative;
	width:100%;
	height:260px;
	font-size:0px;
	line-height:0px;
	overflow:hidden;
}
div#banner img{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-960px;
	width:1920px;
	height:260px;
}
/*-- 频道块 --*/
div#channelBox{padding-bottom:30px;}
/*-- 面包屑导航 --*/
div#breadcrumbNav{
	float:left;
	width:100%;
	padding:10px 0px;
	font-size:14px;
	line-height:20px;
	color:#333;
}
div#breadcrumbNav span{
	float:left;
	display:block;
	white-space:nowrap;
}
div#breadcrumbNav ol{
	float:left;
	overflow:hidden;
}
div#breadcrumbNav ol li{
	float:left;
	margin-left:-15px;
	padding:0px 23px 0px 15px;
	background:url(../images/arrowBg.gif) no-repeat left center;
	white-space:nowrap;
}
div#breadcrumbNav ol li a:link,
div#breadcrumbNav ol li a:visited{color:#333;}
div#breadcrumbNav ol li a:hover{color:#333;text-decoration:none;}
/*-- 主内容 --*/
div#channelMain{
	clear:both;
	width:940px;
	padding:25px;
	background-color:#FFF;
}
/* 中部_边栏
----------------------------------------*/
aside#sidebar{
	float:left;
	width:220px;
	text-align:left;
}
/*-- 子导航 --*/
dl#subNav{
	float:left;
	width:100%;
	padding-bottom:25px;
}
dl#subNav dt{
	width:190px;
	padding:13px 15px 39px 15px;
	background:url(../images/subNavTitleBg.png) no-repeat left top;
	font-size:20px;
	line-height:22px;
	color:#FFF;
}
dl#subNav dd{
	width:100%;
	border-bottom:1px solid #eaeaea;
}
dl#subNav dd a{
	display:block;
	width:178px;
	padding:12px 15px 12px 27px;
	background:url(../images/subNavListBg.gif) no-repeat left center;
	font-size:16px;
	line-height:20px;
}
dl#subNav dd a:link,
dl#subNav dd a:visited{color:#444;}
dl#subNav dd.subNavSelect a:link,
dl#subNav dd.subNavSelect a:visited{color:#FFF;}
dl#subNav dd a:hover,
dl#subNav dd.subNavSelect a{
	background-position:-220px center;
	background-color:#1bae5d;
	text-decoration:none;
	color:#FFF;
}
/*-- 咨询电话 --*/
div#sidebarTelNum{
	float:left;
	width:100%;
	padding-bottom:12px;
	font-size:0px;
	line-height:0px;
}
/*-- 联系我们 --*/
div#sidebarContact{
	float:left;
	width:100%;
}
div#sidebarContact h2{
	float:left;
	width:100%;
	font-size:0px;
	line-height:0px;
}
div#sidebarContact dl{
	float:left;
	width:100%;
	padding-top:8px;
	font-size:14px;
	line-height:20px;
	color:#424242;
}
div#sidebarContact dl dt{
	float:left;
	width:45px;
	white-space:nowrap;
	overflow:hidden;
}
div#sidebarContact dl dd{
	float:left;
	width:175px;
}
/* 中部_内容
----------------------------------------*/
div#content{
	float:right;
	width:680px;
}
/*-- 通用标题 --*/
h2#contentTitle{
	float:left;
	width:100%;
	margin-bottom:20px;
	background:url(../images/contentTitleBg1.png) repeat-x left bottom;
	text-align:left;
}
h2#contentTitle span{
	float:left;
	display:block;
	padding-bottom:8px;
	background:url(../images/contentTitleBg2.png) no-repeat center bottom;
	border-bottom:2px solid #1bae5d;
	white-space:nowrap;
	font-size:16px;
	font-weight:normal;
	line-height:18px;
	color:#1bae5d;
}
/*-- 页码 --*/
div#pageNav{
	float:left;
	width:100%;
	padding:15px 0px 0px 0px;
	text-align:right;
}
/* 底部
----------------------------------------*/
footer#footer{
	width:100%;
	border-top:5px solid #aeaeae;
	background-color:#bec3c7;
	text-align:left;
}
div#footInfo{
	padding:30px 0px;
	overflow:hidden;
}
/*-- 友情链接 --*/
dl#friendlink{
	float:left;
	width:400px;
}
dl#friendlink dt{
	float:left;
	width:100%;
	padding-bottom:10px;
	font-size:18px;
	font-weight:bold;
	line-height:22px;
	color:#333;
}
dl#friendlink dd{
	float:left;
	padding:0px 15px 10px 0px;
}
dl#friendlink dd a{
	display:block;
	padding:8px 10px;
	border-radius:4px;
	background-color:#FFF;
}
dl#friendlink dd a:hover{
	text-decoration:none;
	background-color:#fd2754;
	color:#FFF;
}
/*-- 微信二维码 --*/
div#qrCode{
	float:right;
	padding:12px 50px 0px 0px;
	font-size:0px;
	line-height:0px;
}
/*-- 联系我们 --*/
div#footContact{
	float:right;
	width:300px;
	padding-top:12px;
	position:relative;
}
div#footContact h2{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-50px;
	width:100px;
	background-color:#bec3c7;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:22px;
	color:#333;
}
div#footContact ul{
	padding:10px 15px;
	border:2px solid #FFF;
	color:#333;
}
div#footContact ul li{
	font-size:14px;
	line-height:28px;
	text-align:left;
}
div#footContact ul li address{font-style:normal;}
div#footContact ul li span{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:24px;
	font-weight:bold;
	color:#1bae5d;
}
/*-- 页面底部 --*/
div#footBottom{
	width:100%;
	background-color:#fd2754;
}
div#footBottomCenter{
	padding:12px 0px;
	overflow:hidden;
	color:#FFF;
}
/*-- 版权 --*/
div#copyright{
	float:left;
	white-space:nowrap;
}
/*-- ICP --*/
div#icpBox{
	float:right;
	white-space:nowrap;
}
div#icpBox a:link,div#icpBox a:visited,
div#icpBox a:hover{color:#FFF;text-decoration:none;}