/*公共部分的css样式
 *通常是header和footer部分
 版面在1655px宽的时候就会出现横向的滚动条,来保护侧边栏	
*/
body{
}
div.body{
	background-color: #ffcc33;
	width: 100%;
}
.top{
	background-color: #ffcc33;
	width: 100%;
	margin: auto;
}
.top_nav{
	height: 100px;
	width: 1200px;
	margin: auto;
	position: relative;
	background-image: url("../images/top_nav_bg.png");
}
.telephone_number{
	height: 31px;
	position: absolute;
	line-height: 31px;
	border-radius: 4px;
	background-color: #ddd;
	right: 36px;
	top:-2px;
	padding: 0px 10px;
}
.telephone_number img{
	margin-top: 2px;
	padding-right: 10px;
	vertical-align: -3px;
}
.logo{
	margin-top: 22px;
	margin-left: 45px;
}
.top_nav a:link,.top_nav a:visited{
	color: white;
}
.top_nav ul.nav_nav{
	position: absolute;
	margin-top: -28px;
	margin-right: 34px;
	right: 0px;
	z-index: 20;
}
.top_nav ul.nav_nav li{
	height: 40px;
	width: 95px;
	float: left;
	display: inline;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
}
#selection{
	position: absolute;
	width: 134px;
	background: #f7f7f7;
	border-radius: 5px;
	margin-left: -18px;
}
#selection li{
	color: black;
	font-weight: normal;
	text-align: center;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px dotted black;
	width: 134px;
}
#selection li.last{
	border-bottom: none;
}
#selection1{
	position: absolute;
	width: 95px;
	background: #f7f7f7;
	border-radius: 5px;
}
#selection1 li{
	color: black;
	font-weight: normal;
	text-align: center;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px dotted black;
	width: 95px;
}
#selection1 li.last{
	border-bottom: none;
}
.left_nav ul ul.left_selection{
	margin-left: 0px;
	margin-top: 0px;
	width: 172px;
	background: #f7f7f7;
	border-radius: 5px;
	display: none;
}
.left_nav ul ul.left_selection li{
	list-style: none;
	padding-left: 25px;
	font-weight: normal;
	width: 126px;
	height: 31px;
	border:none;
	border-bottom: 1px dotted black;
	line-height: 31px;
	margin: auto;
	border-radius: 0px;
	background: #f7f7f7;
}
.left_nav ul ul.left_selection li.last{
	border:none;
}

/* #left_selection{
	margin-left: 0px;
	margin-top: 0px;
	width: 172px;
	background: #f7f7f7;
	border-radius: 5px;
}
#left_selection li{
	list-style: none;
	padding-left: 25px;
	font-weight: normal;
	width: 126px;
	height: 31px;
	border:none;
	border-bottom: 1px dotted black;
	line-height: 31px;
	margin: auto;
	border-radius: 0px;
	background: #f7f7f7;
}
#left_selection li.last{
	border:none;
} */
.top_nav ul.nav_nav li.first{
	background-color: #ff0033;
	border-radius: 4px;
}
.topNavOn{
	background-color: #ff0033;
	border-radius: 4px;
}
.contact{
	height: 160px;
	background-color: #ff0033;
	color: white;
}
.contact_con{
	width: 1200px;
	margin: auto;
}
.contact_con img.logo_bo{
	float: left;
	display: inline;
	margin-top: 55px;
	margin-left: 21px;
}
.contact_con div{
	margin-top: 50px;
	margin-left: 71px;
	float: left;
	display: inline;
	line-height: 28px;
}
.contact_con div.erweima{
	position: absolute;
	margin-top: 22px;
	margin-left: 211px;
}
.contact_con div.erweima img.aa{
	float: right;
	padding-left: 32px;	
}
.contact_con div.erweima p{
	float: left;
	text-align: center;	
	margin-top: 14px;
}
.copyright{
	background: white;
}
.copyright_con{
	height: 71px;
	width: 1200px;
	margin: auto;
	line-height: 71px;
}
.copyright_con img{
	vertical-align: middle;
	margin-left: 453px;
}

/*左边导航*/
.left_nav{
	position: absolute;
}
.left_nav ul{
	margin-top: 48px;
	margin-left: -211px;
}
.left_nav ul li{
	height: 40px;
	width: 155px;
	padding-left: 16px;
	background: #ebebeb;
	border:1px solid #ccc;
	line-height: 40px;
	list-style-image: url('../images/jiahao.png');
	list-style-position: inside;
	border-radius: 5px;
	font-weight: bold;
}
.left_nav ul li.first{
	background: #f4013b;
	list-style-image: url('../images/arrow1.png');
	list-style-position: 100px;
	color: white;
}
.page{
	bottom: 40px !important;
}



