/*======网页属性设定：页边距、字体及颜色（在没有具体规定的情况下适用）、主体页面位置（左中右）、整体页面背景=*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,p{padding:0;margin: 0;font-family:Microsoft YaHei;}
ul{ list-style:none;}
i{ vertical-align:middle;}
input{outline:none;-webkit-appearance: none;box-sizing: border-box;}
input:-ms-input-placeholder{color:rgba(0,0,0,0.3);} /*=//IE10=*/
textarea:-ms-input-placeholder{color:rgba(0,0,0,0.3);} /*=//IE10=*/  
input::-moz-placeholder{color:rgba(0,0,0,0.3);}/*=//Firefox=*/
textarea::-moz-placeholder{color:rgba(0,0,0,0.3);}/*=//Firefox=*/
input::-webkit-input-placeholder{color:rgba(0,0,0,0.3);}/*=//Chrome,Safari=*/
textarea::-webkit-input-placeholder{color:rgba(0,0,0,0.3);}/*=//Chrome,Safari=*/
textarea{resize:none} 
img {border:0px;padding: 0;margin: 0;
	image-rendering: optimizeQuality;  /* Firefox 3.6+; default behavior is identical, no need to specify */
	-ms-interpolation-mode: bicubic;   /* Internet Explorer 7.0; default in IE8+ */
	image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
}
html{font-family:Microsoft YaHei;overflow-x:hidden;overflow: hidden;overflow-y: scroll;}
/*========基本表格设置：在没有具体规定的情况下适用=*/
td{font-family:Microsoft YaHei;text-decoration: none;}
/*==========链接基本样式：在没有具体规定的情况下适用=*/
a{text-decoration: none;outline: none;blr:expression(this.onFocus=this.blur());color:#333;font-family:Microsoft YaHei;}
a:hover{color:#660066;text-decoration: none;}
/*============页面整体设定：边距、位置、宽度等=*/
#pageset{margin:0; padding:0px 0 0 0;}
/*===========页面头部=*/
header{ width:100%;position:relative; background:#660066; }
header:before{
    background:url(../images/top_bj.png) no-repeat -30px -20px;
    width:1230px;
    height:120px;
    content: "";
    position: absolute;
    top: 0;
    left:50%;
	margin:0 0 0 -615px;
opacity:0.15;filter:alpha(opacity=15);
}
#top_bj{width:100%;position:relative; background:#660066;}
#top_bj:before{
    background:url(../images/top_bj.png) no-repeat -30px -20px;
    width:1230px;
    height:120px;
    content: "";
    position: absolute;
    top: 0;
    left:50%;
	margin:0 0 0 -615px;
opacity:0.15;filter:alpha(opacity=15);
}
#top{position: relative;width:1230px;height:120px;margin:auto;}
#logo a{position:absolute;z-index:10;top:15px;left:0px;width:517px;height:91px;background: url(../images/logo.png) no-repeat;}
#top_xiaoxun{position:absolute;z-index:10;top:50px;left:580px;width:190px;height:26px;background: url(../images/xiaoxun.png) no-repeat;background-size:100%;}
#top_wx img{position:absolute;z-index:10;top:20px;right:0px;width:80px;height:80px;border:2px solid #FFF;box-sizing: border-box;}
#top_link a{position:absolute;z-index:10;top:50px;right:300px; font-size:20px; font-weight: normal; color:#fff;}
#search {
	position:absolute;
	z-index:10;
	top:45px;
	right:120px;
	width:240px;
	overflow:hidden;
	text-align:left;
	border-radius:20px;
	border:0px solid #ddd;
	background:rgba(255,255,255,0.6);
    }
.inp_srh {
	float:left;
	width:85%;
	height:36px;
	padding:0 0 0 10px;
	color:#fff;
	line-height:36px;
	font-family:Microsoft YaHei;
	box-sizing: border-box;
	margin:0px 0 0 0;
	border:none;
	background-color:transparent;
	font-size:14px;
}
.btn_srh{
	float:right;
	width:15%;
	height:36px;
	line-height:36px;
	cursor:pointer;
	border:none;
	margin:0px 0 0 0; 
	border-radius:0%;
	color:#660066;
	background: none;
}
.btn_srh i{ font-size:24px; font-weight: normal}.btn_srh:hover{background:#fff;}
.top_img{position: absolute;
	width: 100%;
	height:275px;
	z-index:2;
	top:0px;
	left:0px;
	background: -webkit-linear-gradient(rgba(255,255,255,0.8),rgba(255,255,255,0.0));
	background: -moz-linear-gradient(top,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.0) 100%);
	background: -o-linear-gradient(top,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.0) 100%); 
	background: -ms-linear-gradient(rgba(255,255,255,0.8),rgba(255,255,255,0.0)); display:none}
#list_banner{width:100%;height:200px;margin:0px 0 0 0; background:#09C url(../images/list_banner.jpg) no-repeat bottom center;background-size: cover;}
#list_banner a{width:100%;height:200px;display:block;}
/*===========页面底部=*/
#bottom{width:100%;position: relative;padding:20px 0 0 0;text-align: left;background:#660066;overflow: hidden; box-sizing: border-box;}
#bottom:before{
    background:url(../images/bottom_bj.jpg) no-repeat bottom center;
	background-size: cover;
    width:100%;
    height:100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
	-webkit-filter: blur(0px);
    filter: blur(0px);
opacity:0.2;
filter:alpha(opacity=20);
}
#bottom dl{width:100%;overflow:hidden;position:relative;font-size:14px; background:rgba(0,0,0,0.5);}
#bottom dl dt{width:1230px;margin:auto;padding:30px 0px 10px 0px;color:#b1a8a9;position:relative;text-align:center;}
#bottom dl dt:before{
    background:url(../images/logo.png) no-repeat left top;
	background-size:200px;
    width:100%;
    height:100%;
    content: "";
    position: absolute;
    top: 20;
    left: 0;
opacity:0.8;
filter:alpha(opacity=80);
}
#bottom dl dt p{line-height:1.8;}
#bottom dl dd{width:1230px;margin:auto;padding:0 0 0 0px;color:#b1a8a9;line-height:3.6;border-top:1px solid rgba(255,255,255,0.2);text-align: center;}
#bottom dl dd a{color:#b1a8a9;}
#bottom ul{width:1230px;margin: auto;overflow:hidden;position:relative;padding:0px 0 10px 0;}
.link_cy { width:400px;margin:0 0px 0px 0px;overflow: hidden; float:left;}
.link_cy h2{
	font-size:18px;
	COLOR:#fff;
	height:45px;
	padding:0px;
	position: relative;
	border-radius:0;
	font-weight: bold;box-sizing: border-box;
	}
.link_cy h2 i{ width:20px; height:20px; line-height:20px; border:1px solid #FFF; text-align:center;font-size:12px; margin:0 10px 0 0; color:#fff; font-weight:lighter;border-radius:25px;	display:inline-block;box-sizing: border-box;}
.link_cy ul{width:1260px;padding:0 0 0px 0; overflow: hidden; zoom:1;}
.link_cy ul li a{
	float:left;
	box-sizing: border-box;
	margin:0px 15px 0px 0px;
border-radius: 50%;
background: #e6d9db;
}
.link_cy ul li a:hover{ color:#660066;background: #fff;}

.link_yq { width:800px;margin:0 0px 0px 0px;overflow: hidden; float:right;}
.link_yq h2{
	font-size:18px;
	COLOR:#fff;
	height:40px;
	padding:0px;
	position: relative;
	border-radius:0;
	font-weight: bold;box-sizing: border-box;
	}
.link_yq h2 i{ width:20px; height:20px; line-height:20px; border:1px solid #FFF; text-align:center;font-size:12px; margin:0 10px 0 0; color:#fff; font-weight:lighter;border-radius:25px;	display:inline-block;box-sizing: border-box;}
.link_yq ul{padding:0 0 0px 0;overflow: hidden;}
.link_yq ul li{
	float:left;
	width:400px;
	line-height:2.1;
	box-sizing: border-box;
	margin:0px 20px 0px 0px;
	color:#fff;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	font-size:14px;
	overflow: hidden;
}
.link_yq ul li a{ color:#fff; display:inline-block;}
.link_yq ul li a:hover{text-decoration:underline;}
/*===========栏目页设定=*/
#content{margin:auto;WIDTH:1230px;padding:40px 0 0px 0px;overflow: hidden;}
/*-----------当前位置-*/
#detail_a{float:left; }
#detail_a h2{
	padding:0px 20px;
	text-align: center;
	font-size:20px;
	font-family:"Microsoft YaHei";
	COLOR:#fff;
	min-width:240px;
	line-height:50px;
	font-weight: normal;
	box-sizing: border-box;
	display:inline-block;
	text-transform: capitalize;
	position: relative;
	background:#990066;
}
#detail_a h2:before {
	content:"";
	position:absolute;
	bottom:0;
	top:100%;
	left:50%;
	margin:0 0 0 -8px;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-top:6px solid #900; }
#place{
    position: absolute;
	z-index:1;
	top:325px;
	width:100%;
	padding:0 0px 0 0px;
	font-size:12px;
	font-family:Verdana;
	/*-rgba(255,255,255,1.0)-*/
	
}
#place ul{width:1230px;height:50px; margin:auto;padding:0px 20px 0 0px;box-sizing: border-box;TEXT-ALIGN:  right;border-bottom:0px solid #900; background:rgba(255,255,255,0.8);}
#place a{color:#666;font-family:Microsoft YaHei; line-height:50px;}
#place a:hover{color:#990066;}