*{
  padding:0px;
  margin:0px;
  box-sizing:border-box;
}

/****top.jsp******/
.top {
	height: 225px;
	width: 100%;
	min-width: 1200px;
	max-width: 1920px;
	text-align: center;
	background-color: #000;
	padding-top: 35px;
	width:expression(document.body.clientWidth < 1200? "1200px": "auto" ); /*IE最小宽度*/
	
}
.top_logo{
	height: 75px;
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 34px;
}
.logo{
	width: 290px;
	display: inline-block;
	height: 100%;
	float: left;
}
.logo img{
	width: 290px;
	height: 70px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.index_adv{
	display: inline-block;
	height: 35px;
	width: 400px;
	padding-top: 6px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #CF0;
	float: right;
	margin-top: 23px;
	background-color: #E0E0E0;
	color: #F00;
}
.top_con{
	width: 1140px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
}
.top_con #menuCon{
	height: 100%;
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.top_con #menuCon span{
	display: inline-block;
	height: 100%;
	width: 123px;
	float: left;
	margin-right: 1px;
	margin-left: 2px;
}
.top_con #menuCon span div{
	width: 123px;
	height: 100%;
	display: inline-block;
}
.top_con #menuCon span div a{
	display: inline-block;
	padding-top: 27px;
	color: #EEE;
	font-weight: bold;
	height: 100%;
	width: 100%;
	cursor: pointer;
	border: 1px solid #999;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.top_con #menuCon span div a:hover{
	background-color: #333;	
}
.top_con #menuCon span ul{
	background-color: #333;
	height: auto;
	width: 123px;
	z-index: 2;
	position: absolute;
	display: none;
	border: 1px solid #999;
	clear: both;
}
.top_con #menuCon span ul li{
	height: 45px;
	width: 100%;
	border: 1px solid #CCC;
	list-style-type: none;
	padding-top: 10px;
	cursor: pointer;
	color: #EEE;
}
.top_con #menuCon span ul li a{
	display: inline-block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	color: #EEE;
	-webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.top_con #menuCon span ul li a:hover{
	background-color: #000;	
}

/****foot.jsp******/
.foot{
	background-color: #000;
	height: 250px;
	width: 100%;
	text-align: center;
	color: #D6D6D6;
	font-size: 14px;
    width:expression(document.body.clientWidth < 1200? "1200px": "auto" );
	
}
#foot_con{
	height: 100%;
	width: 1140px;
	margin-right: auto;
	margin-left: auto;
}
#foot_con div{
	display:inline-block;
}
#foot_left{
	width: 300px;
	height: 100%;
	float: left;
	padding-top: 25px;
}
#foot_center{
	width: 538px;
	height: 100%;
	float: left;
}
.resCon{
	height: 180px;
	width: 130px;
	margin-top: 25px;
	margin-left: 60px;
	margin-right: 60px;
}
.resCon span{
	font-size: 16px;
	display: inline-block;
	height: 30px;
	width: auto;
}
.resCon ul{
	height: 150px;
	width: 100%;
	font-size: 12px;
}
.resCon ul li{
	height: 32px;
	width: 100%;
	list-style-type: none;
	padding-top: 5px;
}
.resCon ul li a{
	cursor: pointer;
}
.resCon ul li a:hover{
	color: #F60;	
}
#record{
	height: 40px;
	width: 100%;
	padding-top: 5px;
}
#record a{
	cursor: pointer;
	text-decoration: none;
	color: #F60;
}
#record a:hover{
	color: #F60;	
}
#foot_right{
	width: 300px;
	height: 100%;
	float: left;
	padding-top: 25px;
}
