/*======网页属性设定：页边距、字体及颜色（在没有具体规定的情况下适用）、主体页面位置（左中右）、整体页面背景=*/
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:#999;} /*=//IE10=*/
textarea:-ms-input-placeholder{color:#999;} /*=//IE10=*/  
input::-moz-placeholder{color:#999;}/*=//Firefox=*/
textarea::-moz-placeholder{color:#999;}/*=//Firefox=*/
input::-webkit-input-placeholder{color:#999;}/*=//Chrome,Safari=*/
textarea::-webkit-input-placeholder{color:#999;}/*=//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;}
html{font-family:Microsoft YaHei;overflow-x:hidden;overflow: hidden;overflow-y: scroll;}
body{margin:0;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:#666;font-family:Microsoft YaHei;}
a:hover{color:#801979;text-decoration: none;}
/*============页面整体设定：边距、位置、宽度等=*/
#pageset{margin:0; padding:0px 0 0 0;}
/*===========页面头部=*/
#header{ width:100%;position:relative;margin:0;height:680px;}
#top_bj{ width:100%;position:relative;margin:0;height:180px;}
#top{position: relative;width:1230px;height:100px;margin:auto;}
#logo a{position:absolute;z-index:10;top:20px;left:0px;width:800px;height:65px;background: url(../images/logo.png) no-repeat;}
#top_link{width:200px;position:absolute;z-index:10;top:25px;right:10px;overflow: hidden;}
#top_link ul{width:218px;padding:0 0 0px 0;zoom:1;}
#top_link ul li a{padding:0px 15px;font-size:12px; height:16px; line-height:16px;text-align: center;margin:0; display:inline-block;overflow: hidden;box-sizing: border-box; float:left; border-right:1px solid #999;color:#999;font-weight:normal; text-transform:Uppercase;}
#top_link a:hover{color:#801979;}
#top_link span{color:#801979;}
#search {
	position:absolute;
	z-index:10;
	top:50px;
	right:0px;
	width:200px;
	overflow:hidden;
	text-align:left;
	border-radius:15px;
	background:#e5e5e5;}
.inp_srh {
	float:left;
	width:85%;
	height:28px;
	padding:0 0 0 10px;
	color:#333;
	line-height:28px;
	font-family:Microsoft YaHei;
	box-sizing: border-box;
	margin:0px 0 0 0;
	border:none;
	background-color:transparent;
	font-size:12px;}
.btn_srh{
	float:right;
	width:15%;
	height:28px;
	line-height:28px;
	cursor:pointer;
	text-indent:-999em;
	background:#801979 url(../images/search.png) no-repeat 50% 50%;
	background-size:14px;
	border:none;
	margin:0px 0 0 0; 
	border-radius:0%;}
.btn_srh:after{
	content: '';
	display: block;
	height: 100%;
	transform: translateX(-100%);
	background: inherit;
	filter: drop-shadow(144px 0 0 #000);}
.btn_srh:hover{background:#801979 url(../images/search.png) no-repeat 50% 50%;background-size:16px;}
/*===========页面底部=*/
#bottom{
	width:100%;
	padding:50px 0;
	margin: auto;
	text-align: left;
	background:#801979;}
#bottom dl{width:1230px;margin: auto;overflow: hidden;}
#bottom dl img{ width:140px;float:left;margin:0 20px 0 0;}
#bottom dl dd{float:left;width:615px;padding:0 0 0 0px; margin:0;color:#FFF; font-size:14px;line-height:2.0;}
#bottom dl dd a{ color:#FFF;}
#bottom dl dt img{float:right;width:350px;opacity:1.0;filter:alpha(opacity=100);}
/*===========栏目页设定=*/
#content{margin:auto;width:1230px;padding:40px 0 0px 0px;overflow: hidden;}
/*-----------当前位置-*/
#detail_a{float:left;height:60px;}
#detail_a h2{
	min-width:240px;
	padding:0px 0px 0px 40px;
	text-align: left;
	font-size:24px;
	font-family:"Microsoft YaHei";
	color:#666;
	height:100px;
	line-height:100px;
	font-weight: normal;
	box-sizing: border-box;
	display:inline-block;
	text-transform: capitalize;
	position: relative;}
#detail_a h2:before {
	content:"";
	position:absolute;
	top:50%;
	left:0px;
	margin:-24.5px 0 0 0;
	width:25px;
	height:49px;
	background:url(../images/bt_icon.png) no-repeat;}
#place{
	width:100%;
	height:100px;
	font-size:12px;
	line-height:100px;
	font-family:Verdana;
	color: #999;
	background:#f0f0f0;
	border-radius:0px 0px 0 0;
	box-sizing: border-box;
	text-align:right;}
#place ul{width:1230px; margin:auto;}
#place a{color: #999;font-family:Microsoft YaHei;}
#place a:hover{color:#333;}
#list_banner{width:100%;height:500px;margin:0px 0 0 0;background:none no-repeat top center;background-size:1920px 100%;}
#list_banner a{width:100%;height:500px;display:block;}






