﻿/*======网页属性设定：页边距、字体及颜色（在没有具体规定的情况下适用）、主体页面位置（左中右）、整体页面背景=*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,p{padding: 0; margin: 0;}
ul { list-style:none;}
i{ display:table-cell; vertical-align:middle;}
input{outline:none;-webkit-appearance: none;}
input:-ms-input-placeholder{color: #CCC;} /*=//IE10=*/
textarea:-ms-input-placeholder{color: #CCC;} /*=//IE10=*/  
input::-moz-placeholder{color:#CCC;}/*=//Firefox=*/
textarea::-moz-placeholder{color:#CCC;}/*=//Firefox=*/
input::-webkit-input-placeholder{color:#CCC;}/*=//Chrome,Safari=*/
textarea::-webkit-input-placeholder{color:#CCC;}/*=//Chrome,Safari=*/
textarea{resize:none} 
img { border:0px;}
body{
	margin:0 auto;
	text-align: left;
	font-family:Microsoft YaHei;
	background-color: #FFF;
}
/*========基本表格设置：在没有具体规定的情况下适用=*/
td{
	font-family:Microsoft YaHei;
	text-decoration: none;
}
/*==========链接基本样式：在没有具体规定的情况下适用=*/
a{
	text-decoration: none;outline: none;blr:expression(this.onFocus=this.blur());
	color:#333;
}
a:hover{
	color: #cc0033;
	text-decoration: none
}
/*============页面整体设定：边距、位置、宽度等=*/
#pageset{
	margin:auto;
}
/*===========页面头部=*/
#top_bj{
	position:relative;/*顶部元素定位祖先*/
	height:230px;
	MARGIN:0 auto 0px auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}
#top{
	position:absolute;
	z-index:10;
	top:80px;
	left:50%;
	margin:auto;
	width:1110px;
	height:150px;
	margin-left:-555px;  /*设置为宽度的一半*/
	margin-top:0px;   /*设置为高度的一半*/
	
}
#logo a{/*网站标题位置*/
    position:absolute;
	z-index:10;
	top:22px;
	left:0px;
	width:587px;
	height:106px;
	background: url(../images/logo.png) no-repeat;
}

#top_text{/*右侧日期地点*/
	position:absolute;
	z-index:10;
	top:30px;
	right:0px;
	width:330px;
}
#top_text p{/*右侧日期地点*/
	line-height:30px;
	color: #003480;
	font-size:14px;
	font-weight:normal;
}
#top_text p span{/*右侧日期地点*/
	font-weight: bold;
	margin:0 10px 0 0;
}
#top_lang{/*导航栏整体背景*/
	position:absolute;
	z-index:10;
	top:30px;
	right:0px;;
	height:20px;
	line-height:20px;
	color: #333;
	font-size:12px;
	font-weight:normal;
}
#top_lang a{
	display:block;
	color:#FFF;
	padding:0 10px 0 10px;
	float:left;
	background-color: #f2be49;
	margin:0 0 0 1px;
}
#search {
	position:absolute;
	z-index:10;
	bottom:0px;
	right:0px;
	background-color: #FFF;
    filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
    }
.inp_srh {
	float:left;
	width:220px;
	height:24px;
	padding:0 0 0 10px;
	color: #666;
	line-height:24px;
	font-family:Microsoft YaHei;
	background-color: transparent;
	box-sizing: border-box;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #09C;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	margin:6px 0 0 0;
}
.btn_srh {
	float:right;
	width:40px;
	height:36px;
	line-height:36px;
	display: inline-block;
	vertical-align: middle;
	border:none;
	cursor:pointer;
	text-indent:-999em;
	background-color: inherit;
	background:url(../images/search.png) 50% 50% no-repeat;
}
#search * { vertical-align:middle;display:inline;}
#nav{
	position:absolute;
	z-index:10;
	width:1110px;
	top:0px;
	left:50%;
	height:80px;
	margin-left:-555px;

}
#nav_bj{
	position:absolute;
	z-index:2;
	top:0px;
	left:0;
	width:100%;
	height:80px;
	background-color: #003480;
}
#list_banner{
	position:absolute;
	z-index:1;
	top:0px;
	left:0;
	width:100%;
	height:300px;
	background-image: url(../images/list_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #06C; display:none;
}
/*===========页面底部=*/

.lxwm_bj {
	margin:auto;
	WIDTH:100%;
	padding:20px 0 20px 0px;
	overflow: hidden;
	background-color: #333;
	
    }
.lxwm_bj h2 {
	WIDTH:1110px;
	margin:auto;
	font-size:30px;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.lxwm_bj h2 span {
	background-color:#CCCl;
	font-family:Microsoft YaHei;
	font-weight:normal;
	color: #ffffff;
	line-height:60px;
} 
.lxwm_box { WIDTH:1110px;margin:30px auto 0 auto;overflow: hidden;}

.chengban {float:left; WIDTH:540px;margin:0px 0 0 0;padding:0px 0 20px 0;overflow: hidden;}
.chengban ul p{ font-size:14px;line-height:1.9;color: #CCC;}
.chengban dl { width:170px;min-height:70px;_height:70px;margin:0px;padding:0px; float:left;}
.chengban dl dt {font-size:14px; font-weight:bold;line-height:1.8;margin:0px;padding:0px; color: #FFF; overflow:hidden;}
.chengban dl dd {display:block;font-size:12px;line-height:1.5;margin:0px 15px 0 0;padding:0px; color: #CCC;overflow:hidden;}
.chengban dl dd a{margin:0px;padding:0px;color: #CCC;}



.liuyan {float:left;WIDTH:540px;margin:0px 0 0 30px;padding:0px 0 20px 0;overflow: hidden;}
.liuyan ul{margin:0px;padding:0;text-align: left;}
.liuyan ul p{text-align: left; font-size:12px; line-height:1.9; color:#CCC;}
.liuyan ul li{
	padding:0;
	font-size:14px;
	height:50px;
}
.liuyan ul form input{
	width:265px;
	height:38px;
	padding:0 0 0 15px;
	box-sizing: border-box;
	margin:0 0 10px 0;
	color: #333;
	line-height:32px;
	border: none;
	font-family:Microsoft YaHei;
	background-color: #999;
	border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;outline: none;
}
.liuyan ul form textarea{
	width:535px;
	height:120px;
	padding:15px;
	box-sizing: border-box;
	color: #333;
    background: none;
	border: none;
	font-family:Microsoft YaHei;
	background-color:#999;
	border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   outline: none;
   resize: none;
overflow:auto;
}
.liuyan ul form input[type=submit] {
	color: #ffffff;
	line-height:30px;
	font-size:14px;
	cursor: pointer;
	font-weight: normal;
	margin:10px 0 0 0px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:0px solid #F60;
	background: #F60;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	text-align: center;
}
.liuyan ul form input[type=submit]:hover{
	border: 2px solid #F60;
	background: transparent;
	color:#F60;
}
.ewm {float: right; WIDTH:180px;margin:0px 0 0 30px;padding:20px 0 0px 0;text-align: right;overflow: hidden;}

#bottom{
	width:100%;
	padding:20px 0 20px 0;
	margin: auto;
	text-align: center;
	background-color: #0D0D0D;
}
#bottom dl dt{ height:24px; line-height:24px;color:#a7a7a7;display:none;}
#bottom dl dt a{ color: #a7a7a7;}
#bottom dl dd{ padding:0; color:#a7a7a7; font-size:12px;line-height:2;}
#bottom dl dd a{ color: #a7a7a7;}

/*===========栏目页设定=*/
#content{
	margin:auto;
	WIDTH:1110px;
	padding:30px 0 20px 0px;
	overflow: hidden;
}
/*--------------------------------------------------------------------------------【分页样式】*/
#view_page{
	TEXT-ALIGN: center;
	font-size: 14px;
	padding:40px 0 5px 0;
}
a.LnkPgPl{
	font-size:14px;
	margin:1px;
	line-height: 26px;
	padding: 8px;
	height:26px;
	background-color:#F5F5F5;
}
a:hover.LnkPgPl{
	color:#fff;text-decoration: none;background-color:#118ec2;
}
.LnkPgPR {
	font-size:14px;
	line-height: 26px;
	margin:1px;
	padding: 8px;
	height:26px;
	color:#fff;
	background-color:#118ec2;
}
a:hover.LnkPgPR {
	color:#fff;
	text-decoration: none;
}
a.LnkPN{
	font-size:14px;
	margin:1px;
	line-height: 26px;
	padding: 8px;
	height:26px;background-color:#F5F5F5;
}
a:hover.LnkPN{
	color:#fff;
	text-decoration: none;background-color:#118ec2;
}
