
/* 全局  */
@charset "UTF-8";
@import url('fonts.css');
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
	border: medium none;
	margin: 0;
	padding: 0;
}
* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow-x: hidden;
}
body {
	font-family: "microsoft yahei";
	background:#48443c;
	font-size: 12px;
	color: #f3c742;
}
input, textarea {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}
i{
	font-style:normal;
	}
a {
	outline: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	/*这个属性只用于iOS (iPhone和iPad)。当你点击一个链接或者通过Javascript定义的可点击元素的时候，它就会出现一个半透明的灰色背景。*/
	font-family: "microsoft yahei";
	text-decoration: none;
	color: #f3c742;
}
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
a:visited {
	color: #f5d33c;
	outline: none;
}
a:hover {
	color: #f5d33c;
	outline: none;
}
a:active {
	color: #f5d33c;
	outline: none;
}
ul, ol {
	list-style: none;
	vertical-align: middle;
}
img {
	border: 0px;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
/*==进度条==*/
#loading {
	position: fixed;
	z-index: 999999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:#fff url(../images/preloader.gif) no-repeat center center;
}
#mobileWrap {
	max-width:100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

/**
 * 二级页面左侧一级导航 */	
#mobileMenu {
	height: 100%;
	display: block;
	position: fixed;
	width: 250px;
	z-index: 0;
	background:#413d31;
	right:-250px;
}
#mobileMenu_c {
	clear: both;
	overflow: hidden;
	overflow-y: auto;
}
#mobileMenu header {
	display:block;
	background:#000;
	height:40px;
}
#mobileMenu header h1 {
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px 0px #686256;
}
#mobileMenu ul {
	height: 100%;
}
#mobileMenu ul li {
	display: block;
}
#mobileMenu ul li a {
	display: block;
	border-bottom: 1px solid #686256;
	color: #eec23f;
	font-size: 14px;
	height: 43px;
	display: block;

	font-size: 14px;
	color: #eec23f;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#mobileMenu ul li a em {
	display: block;
	width: 4px;
	height: 43px;
	float: left;
	background: #6a6458;
}

#mobileMenu ul li a span {
	display: block;
	line-height: 43px;
	float: left;
	padding:0 0 0 15px;
}
#mobileMenu ul li a i {
	width: 30px;
	height: 30px;
	text-align: center;
	display: block;
	line-height: 43px;
	float: right;
	color: #fff;
	display:none;
}
#mobileMenu ul li.hover a {

}
#mobileMenu ul li.hover a em {
	background: #eec23f;
}
#mobileMenu ul li a:hover em {
	background: #eec23f;
}

/**
 * 二级页面右侧二级导航
 */	
#mobileSubNav{
	height:35px;
	position:relative;
	z-index:999999999999999;
	margin:0 auto;
	}
.mobileSubNav_title{
	height:45px;
	background:#585649;
	position:relative;
	z-index:999999999999999999;
	}
.SubNav_open{
	width:50px;
	height:45px;
	display:block;
	float:right;
	color:#f6ca43;
	font-size:22px;
	position:absolute;
	top:0;
	left:0;
	z-index:999999999999999999999999999999;
	border-right:1px solid #f6d43d;
	}
.SubNav_open span{
	clear:both;
	margin:5px 0 0 6px;
	display:block;
	font-size:40px;
	color:#f6ca43;
	}
.mobileSubNav_title ul{
	width:101%;
	display:block;
	height:45px;
	overflow:hidden;
	margin:0 0 0 50px;
	}
.mobileSubNav_title ul li{
	width:33%;
	display:block;
	height:45px;
	float:left;
	font-size:14px;
	border-right:1px solid #f6d43d;
	}
.mobileSubNav_title ul li.hover a{
	color:#f6d43d;
	}
.mobileSubNav_title ul li a{
	display:block;
	line-height:45px;
	text-align:center;
	}
.mobileSubNav_title ul li a:hover{
     color:#f8f8f8;
	}
#mobileSubBg{
	width:100%;
	position:fixed;
	background:rgba(0,0,0,0.3);
	z-index:50;
	left:0;
	top:-40px;
	display:none;
	}	
#mobileSubNav dl{
	width:100%;
	top:0;
	position:absolute;
	z-index:90;
	padding:6px 0;
	overflow:hidden;
	background:#605e52;
	box-shadow:0px 0px 5px rgba(0,0,0,0.9);
	display:none;
	z-index:999999999999999999;
	}
#mobileSubNav dl dt{
	display:block;
	clear:both;
	line-height:30px;
	border-bottom:1px dotted #f3c742;
	padding:0 0 0 5px;
	font-size:16px;
	margin:0 0 5px 0;
	text-align:center;
	}
#mobileSubNav dl dd{
	width:33.3%;
	display:block;
	float:left;
	}
#mobileSubNav dl dd a{
	display:block;
	background: #505046;
	border: 1px solid #f5d33c;
	color: #f3c744;
	margin:5px;
	line-height:30px;
	text-align:center;
	border-radius:3px;
	}
#mobileSubNav dl dd.hover a{ color:#f3c744;}
/**
 * 框架部分 right begin
 */	
#pagebody {
	position: relative;
	left: 0;
	max-width:100%;
	min-width: 320px;
	z-index: 99999;
	overflow: hidden;
}
#pagebody header#toolbarnav{
	display: block;
	height:45px;
	width: 100%;
	max-width:100%;
	position: relative;
	color:#ebb839;
	background:#535041;
	
}
#pagebody header#toolbarnav h1 {
	text-align: center;
	display: block;
	text-align: center;
	line-height: 45px;
	color: #ebb839;
	font-size: 14px;
	padding:0 10px 0 0;
}
#pagebody header#toolbarnav a  span{
	color: #f1b400;
}
/*针对首页导航要LOGO，只能做成图片*/
#pagebody header#toolbarnav h1 span img
{
float:left;
width:40px;
height:40px;
padding:2px 0 0 2px;
line-height: 40px;
height:40px;
}
.texth1
{
float:left;
text-align:left;
font-size: 18px;
}

/*针对首页导航要LOGO，只能做成图片*/
#pagebody header #go-back {
	position: absolute;
	top:0;
	width: 50px;
	height:45px;
	display:block;
	left:0;
}
#pagebody header #go-back span{
	color:#fff;
	font-size:18px;
	display:block;
	margin:15px 0 0 12px;
	}
#pagebody header #menu-btn {
	display: block;
	width: 50px;
	height: 45px;
	position: absolute;
	right:0;
	top:0;
}
#pagebody header #menu-btn span {
	font-size: 28px;
	color: #fff;
	margin:10px 0 0 12px;
	display: block;
}
#pagebody header #sub-btn {
	display: block;
	width: 50px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
}
#pagebody header #sub-btn span {
	font-size: 20px;
	color: #fff;
	margin: 12px 0 0 16px;
	display: block;
}
#mobileContent {
	display: block;
	/*background:#f0efed;*/
	background:#615f53;
	height:100%;
	overflow:hidden;
	overflow-y: auto;
	line-height: 25px;

}
#mobileContentvideo {
	display: block;
	/*background:#f0efed;*/
	background:#48443c;
	height:100%;
	overflow:hidden;
	overflow-y: auto;
	line-height: 25px;

}
/**
 * 固定的底部 */	
.footer {
	overflow: hidden;
	color: #eec23f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 48px;
	width: 100%;
	display: inline-block;
	background:#413d31;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	position: fixed;
	z-index:9999;
	left: 0;
	bottom: 0;
}
.footer div {
	height: 48px;
	width:25%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	border-left: 1px solid #eec23f;
	text-align: center;
}
.footer div a {
	display: block;
	height:38px;
	width: 100%;
	color: #eec23f;
	padding:10px 0 0 0;
}
.footer div a em {
	width: 15px;
	height: 15px;
	clear: both;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	padding:10px 0 3px 0;
}
.footer div a span {
	display: block;
	clear: both;
	font-size: 12px;
	text-align: center;
}
.footer div i {
	height: 15px;
	font-size: 20px;
	margin: 10px 0 0 0;
	display: block;
}
/**
 * 文章阅读页 */	
.articleBox {
	line-height: 25px;
	color:#f8f8f8;
	border: 0px solid #D1D1D1;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	/*background: url(../images/bottom.png) repeat-x scroll left bottom #FFFFFF;*/
	background-color:#6b695d;
	background-size: 2px auto;
	margin: 0px 5px 15px 5px;
	padding: 10px 5px;
	min-height:400px;
    height:auto !important;
    height:400px;
    overflow:hidden !important;
    overflow: visible;
}

.articlevedio
{
max-width:100%;
height:auto;
}
.articleBox img{
	max-width:100%;
	}
.articleBox p img
{
	max-width:100%;
	height:auto;
	display:block;
	margin:0 auto;	
	clear:both;
	}
/*我增加的的字色样式-开始*/
.articleBox p
{
font-size:14px;
}
.articleBox p span
{
font-size:14px;
}
/*我增加的的字色样式-结束*/
.articleTitle {
	clear: both;
	text-align: center;
	padding:5px 10px 0 10px;
	line-height: 35px;
	font-size: 16px;
	color:#f3c742;
}
.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #f2c83e;
	font-size:12px;
	padding:0 0 5px 0;
}

.articlevedio span
{
padding:0px;
}
.goTop {
	border: 0px solid #D1D1D1;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 5px 5px 10px 10px;
	-moz-border-radius: 5px 5px 10px 10px;
	border-radius: 5px 5px 10px 10px;
	background: url(../images/bottom.png) repeat-x scroll left bottom #FFFFFF;
	background-size: 2px auto;
	margin: 10px;
	padding: 15px;
	text-align: center;
	cursor: pointer;
	display: block;
}
.goTop span{
	background: url("../images/newstop.png") no-repeat scroll left center transparent;
	background-size: 11px auto;
	display: block;
	margin: 0 auto;
	text-indent: 15px;
	width: 85px;
}
#mess_share {
	margin: 15px 0 5px 0;
	display: block;
}
#mess_share img {
width: 22px;
height: 22px;
vertical-align: top;
border: 0;
}
#share_1 {
float: left;
width: 49%;
display: block;
}
#share_2 {
float: right;
width: 49%;
display: block;
}
.clr {
display: block;
clear: both;
height: 0;
overflow: hidden;
}
.button2 {
font-size: 14px;
padding: 10px 0 6px 0;
color: #000000;
background-color: #FFFFFF;
background-image: linear-gradient(to top, #f9f9f9, #ffffff);
border: 1px solid #DDDDDD;
text-shadow: 0.5px 0.5px 1px #fff;
text-align: center;
border-radius: 6px;
width: 100%;
cursor: pointer;
}
.button2 img
{
margin:-4px 0 0 0;
}
#mcover {
	text-align:right;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
z-index:9990000;
display:none;
}
/**
 * 全文列表
 */	
.newsList {
	display: block;
	clear: both;
	overflow: hidden;
}
.newsList dd {
	display: block;
	overflow: hidden;
}
.newsList dd a {
	display: block;
	clear: both;
	padding: 5px 0 0 10px;
	background: #fff;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FEFEFE), to(#F3F3F3));
	background: -moz-linear-gradient(#FEFEFE, #F3F3F3);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F3F3', endColorstr='#E8E8E8');
	border-bottom: 1px solid #E2E2E2;
}
.newsList dd a p {
	display: block;
	height: 20px;
	overflow: hidden;
}
.newsList dd a span {
	color: #D4D4D4;
	font-size: 10px;
	overflow: hidden;
	height: 15px;
}
/**
 * 全图列表 newsAllImg 左、右
 */	
.newsAllImg {
	clear: both;
	overflow: hidden;
	padding:3px 3px 10px 3px;
}
.newsAllImg dd {
	overflow: hidden;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	display: inline-block;
	float: left;
	padding:5px;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
}
.newsAllImg dd a {
	padding: 5px;
	border-radius: 3px;
	background: #fff;
	display: block;
	box-shadow: 0px 0px 5px rgba(153,153,153,0.5);
}
.newsAllImg dd p {
	width: 100%;
	overflow: hidden;
	display: block;
}
.newsAllImg dd p img {
	width: 100%;
}
.newsAllImg dd span {
	display: block;
	clear: both;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	padding:0 0 3px 0;
}
/**
 * 全图列表2
 */	
.newsAllImg2 {
	clear: both;
	overflow: hidden;
	padding: 5px;
}
.newsAllImg2 dd {
	overflow: hidden;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	display: inline-block;
	float: left;
	padding: 5px;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
}
.newsAllImg2 dd a {
	padding: 5px;
	border-radius: 3px;
	background: #fff;
	display: block;
	box-shadow: 0px 0px 5px rgba(153,153,153,0.3);
}
.newsAllImg2 dd p {
	width: 100%;
	overflow: hidden;
	display: block;
}
.newsAllImg2 dd p img {
	width: 100%;
}
.newsAllImg2 dd span {
	display: block;
	clear: both;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	text-align: left;
	padding: 0 0 5px 10px;
}
.newsAllImg2 div {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	overflow: hidden;
}
.newsAllImg2 div b {
	display: block;
	float: left;
	font-weight: normal;
}
.newsAllImg2 div em {
	display: block;
	float: right;
	font-style: normal;
	color: #ff0000;
}
/**
 * 图文列表
 */	
.newsImgList{
	width: 100%;
	overflow: hidden;
}
.newsImgList dd{
	display:block;
	padding:8px 0 0 0;
	position:relative;
}
.newsImgList dd a{
	display:block;
	padding:5px;
	overflow:hidden;
	border-bottom:1px solid #ededed;
	background:#f9f9f9;
	box-shadow:0px 0px 5px rgba(153,153,153,0.4);
	}
.newsImgList p {
	width:150px;
	height:100px;
	display:block;
	position:absolute;
}
.newsImgList p img {
	width:150px;
	height:100px;
}
.newsImgList_c {
	height:100px;
	padding:0 0 0 160px;
	overflow:hidden;
}
.newsImgList_c strong {
	clear: both;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-family: "Microsoft Yahei";
	color:#096193;
}
.newsImgList_c div {
	clear: both;
	float: left;
	font-size:12px;
	color: #939393;
	line-height:22px;
	height:66px;
	overflow: hidden;
	font-family: "Microsoft Yahei"
} 
/**
 * 图文列表2
 */	
.newsImgList2{
	display:block;
	clear:both;
	padding:0 0 5px 0
	}
.newsImgList2 dd{
	display:block;
	padding:5px 0 0 0;
	}
.newsImgList2 dd a{
	display:block;
	padding:2px 5px 6px 5px;
	overflow:hidden;
	border-bottom:1px solid #ededed;
	background:#f9f9f9;
	}
.newsImgList2 dd a:hover{
	background:#ebebeb;
	color:#000;
	}
.newsImgList2_t{
	clear:both;
	line-height:16px;
	font-size:14px;
	font-family:"microsoft yahei";
	padding:3px 0;
	color:#000;
	overflow:hidden;
	}
.newsImgList2 dd span{
	display:block;
	clear:both;
	color:#dcdcdc;
	color:#D4D4D4; font-size:10px; overflow:hidden;
	line-height:16px;
	padding:0 0 3px 0;
	}
.newsImgList2_c{
	clear:both;
	overflow:hidden;
	position:relative;
	}
.newsImgList2_c p{
	width:120px;
	height:80px;
	display:block;
	position:absolute;
	}
.newsImgList2_c p img{
	width:120px;
	height:80px;
	}
.newsImgList2_c div{
	height:80px;
	overflow:hidden;
	padding:0 0 0 130px;
	}
/**
 * 瀑布流布局
 */	
#container{
	position:relative;
	width:100%;
	margin:5px auto 0 auto;
}
.grid{
	margin:0 5px;
	width:178px;
	min-height:100px;
	font-size:12px;
	float:left;
	font-family:"microsoft yahei";
}
.grid a{
	padding: 5px;
	border-radius: 3px;
	background:#fff;
	display: block;
	box-shadow:0px 0px 5px rgba(153,153,153,0.3);
	}
.grid strong {
	border-bottom:1px dotted #ccc;
	display:block;
	padding:5px 0;
	font-size:14px;
	font-family:"microsoft yahei";
}
.grid img{
	max-width:100%;
	background:#ccc;
	display:block;
}
/**
 * 分享
 */	
.mobileShare {
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.shareBnt {
	height: 40px;
	clear: both;
	padding: 15px 0 0 0;
}
.shareBnt a {
	color: #fff;
	display: block;
	clear: both;
	line-height: 40px;
	text-align: center;
	background: #457fc4;
	border-radius: 6px;
	font-size: 16px;
}
.share {
	clear: both;
	overflow: hidden;
	padding: 0 0 0px 0;
}
.share dl dd {
	overflow: hidden;
}
.share dl dd a {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FEFEFE), to(#F3F3F3));
	background: -moz-linear-gradient(#FEFEFE, #F3F3F3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F3F3', endColorstr='#E8E8E8');
	display: block;
	overflow: hidden;
	text-decoration: none;
	height: 32px;
	clear: both;
	padding: 5px 0 5px 5px;
}
.share dl dd a span.jiathis_txt {
	width: 99%;
	background: none;
	display: block;
	clear: both;
	height: 32px;
	padding: 0;
}
.share dl dd em {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	overflow: hidden;
}
.share img {
	width: 32px;
	height: 32px;
}
.share dl dd a span.jiathis_txt p {
	line-height: 32px;
	display: block;
	float: left;
	color: #454545;
	font-size: 14px;
	padding: 0 0 0 6px;
}
.share dl dd a span.jiathis_txt i {
	line-height: 32px;
	display: block;
	float: right;
	color: #454545;
	font-size: 12px;
	padding: 0 10px 0 6px;
}

/**
 * 留言板 message
 */	

.message_dl {
	clear: both;
	padding: 5px 0;
	font-size:14px;
}
.message_dl dd {
	height: 35px;
	padding: 5px 0;
	clear: both;
}
.message_dl dd span {
	width: 80px;
	text-align: right;
	display: block;
	line-height: 35px;
	float: left;
	padding: 0 5px 0 0;
}
.message_dl dd span a
{
 color:#ff0000;	
	}
.messageInput {
	width: 70%;
	display: block;
	float: left;
	line-height: 35px;
	height: 35px;
	border: 1px solid #e6e6e6;
	background: #fff;
	outline: medium;
	padding: 0 0 0 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: medium;
}

.messageInput1 {
	width: 38%;
	margin-right:5px;
	display: block;
	float: left;
	line-height: 35px;
	height: 35px;
	border: 1px solid #e6e6e6;
	background: #fff;
	outline: medium;
	padding: 0 0 0 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: medium;
}

.messageradio
{
	float: left;
	line-height: 35px;
	height: 35px;
    margin-right:5px;
}

.messagetextarea {
	width: 70%;
	display: block;
	float: left;
	height: 80px;	
	border: 1px solid #e6e6e6;
	background: #fff;
	outline: medium;
	padding: 0 0 0 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    outline: medium;

}

.content{
	width: 96%;
	margin:0 auto;
    min-height:350px;
	height:350px;
	height:auto!important;
	border: 1px solid #e6e6e6;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.contentline
{
line-height:25px;
font-size:16px;
padding:8px;
}

.contentline img
{
margin:10px auto;
max-width:100%;
height:auto; 
overflow:hidden;
}
.contentNews{
	width: 100%;
}
.contentNews dd{
	width: 100%;
	margin:0 auto;
	border-bottom:1px dotted #eab835;
	background:url('../images/list.jpg') repeat-x left center;
    text-indent:1em
}
.contentNews dd a:hover{
color:#f8f8f8;
}
.contentNewsdate
{
color:#f2c83e;
}


.message_btn2 {
	clear: both;
	height: 35px;
	padding: 10px 0 0 100px;
}
.message_btn2 a
{
    float:left;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #4d4b42;
	font-size: 14px;
	font-family:宋体;
	border: none;
	background:#faf9f6;
	cursor: pointer;
	padding: 0 15px;
	margin: 0 5px;
    -moz-border-radius:2px;      
    -webkit-border-radius:2px;   
    border-radius:2px; 
}
.mobile_btn3 {
float:left;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #4d4b42;
	font-size: 14px;
	border: none;
	background:#faf9f6;
	cursor: pointer;
	padding: 0 15px;
	margin: 0 5px;
    -moz-border-radius:2px;      
    -webkit-border-radius:2px;   
    border-radius:2px;            
}
.mobile_btn4 {
    float:left;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #f3c744;
	font-size: 14px;
	border: none;
	background:#4c4638;
	cursor: pointer;
	padding: 0 5px;
    -moz-border-radius:2px;      
    -webkit-border-radius:2px;   
    border-radius:2px;            
}
.message_btn {
	clear: both;
	height: 35px;
	padding: 0 0 0 160px;
}
.mobile_btn1 {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #4f4e4b;
	font-size: 14px;
	border: none;
	background:#f8f8f8;
	cursor: pointer;
	padding: 0 15px;
	margin:  10px 5px 10px 5px;
    -moz-border-radius:2px;      
    -webkit-border-radius:2px;   
    border-radius:2px;            
}
.mobile_btn2{
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border: none;
	background: rgba(0,118,191,0.85);
	cursor: pointer;
	padding: 0 15px;
	margin: 0 5px;
    -moz-border-radius:2px;      
    -webkit-border-radius:2px;   
    border-radius:2px;
}
.mobile_btn2:link{ color:#fff;}
.mobile_btn2:hover{ color:#fff;}
.mobile_btn2:active{ color:#fff;}

.messageList {
	clear: both;
	padding: 0 5px;
}
.messageList dd {
	overflow: hidden;
	margin: 5px 0;
	background: #ffffff;
	border: 1px solid #E6E6E6;
	padding: 5px 10px;
	box-shadow: 0px 0px 5px rgba(153,153,153,0.2);
    -moz-border-radius:3px;      /* Gecko browsers */
    -webkit-border-radius:3px;   /* Webkit browsers */
    border-radius:3px;            /* W3C syntax */
}
.messageTitle {
	line-height: 30px;
	clear: both;
	height:30px;
	border-bottom:1px dotted #E6E6E6;
}
.messageTitle span{
	float:left;
	}
.messageTitle i{
	float:right;
	font-size:10px;
	}
.messageContent {
	line-height:20px;
	clear: both;
	padding:8px 0;
}
.messageReply {
	line-height:20px;
	clear: both;
	color: #cc0000;
	border:1px dotted #E6E6E6;
	padding:5px;
	background:#f8f8f8;
}
/**
 * 人才招聘 recruitment
 */	
.recruitment_list {
	clear: both;
}
.recruitment_list dt {
	height: 40px;
	clear: both;
	background: #ececec;
	color: #0076bf;
	font-size: 14px;
	font-family: "microsoft yahei"
}
.recruitment_list dt p, .recruitment_list dd p {
	display: block;
	line-height: 40px;
	height: 40px;
	float: left;
	width: 42%;
	padding: 0 0 0 2%;
}
.recruitment_list dt span, .recruitment_list dd span {
	display: block;
	line-height: 40px;
	height: 40px;
	float: left;
	text-align: center;
	width: 20%;
}
.recruitment_list dt em, .recruitment_list dd em {
	display: block;
	line-height: 40px;
	height: 40px;
	float: left;
	font-style: normal;
	width: 15%;
	text-align: center;
}
.recruitment_list dt i, .recruitment_list dd i {
	display: block;
	line-height: 40px;
	height: 40px;
	float: left;
	font-style: normal;
	width: 21%;
	text-align: center;
}
.recruitment_list dd {
	height: 40px;
	clear: both;
	color: #666;
	background: #f8f8f8;
	border-bottom: 1px solid #E0E0E0;
}
.recruitment_list dd a {
	display: block;
	height: 40px;
}

/**
 * 在线预约
 */	
.registrationBanner {
	clear: both;
	position: relative;
}
.registrationBanner img {
	display: block;
	width: 100%;
}
.registrationBanner span {
	width: 100%;
	display: block;
	line-height: 30px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
}
.registrationTitle {
	padding: 0.4em 0.5em;
	font-size: 1.1em;
	color: #333;
	text-shadow: 0 1px #FFF;
	border-bottom: 1px solid #C6C6C6;
	background-color: #E1E1E1;
	background-image: linear-gradient(bottom, #E7E7E7 0%, #f9f9f9 100%);
	background-image: -o-linear-gradient(bottom, #E7E7E7 0%, #f9f9f9 100%);
	background-image: -moz-linear-gradient(bottom, #E7E7E7 0%, #f9f9f9 100%);
	background-image: -webkit-linear-gradient(bottom, #E7E7E7 0%, #f9f9f9 100%);
	background-image: -ms-linear-gradient(bottom, #E7E7E7 0%, #f9f9f9 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #E7E7E7), color-stop(1, #f9f9f9) );
	-webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #EEEEEE;
	-moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #EEEEEE;
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #EEEEEE;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.registrationTitle em {
	font: 18px;
	color: #888;
	padding: 3px 5px 0 5px;
}
.registrationBox {
	margin: 0 6px 0 6px;
	color: #333;
	border: 1px solid #C6C6C6;
	background: #fff;
	padding: 0 0 20px 0;
	-webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #EEEEEE;
	-moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #EEEEEE;
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #EEEEEE;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
/**
 * 按钮
 */	
.largeGreenBtn {
	z-index: 9999;
	width: 60%;
	text-align: center;
	background-image: -webkit-gradient(linear, 10% 0%, 10% 100%, from(#92611c), to(#391b00));
	border: 0;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	border-radius: 0.3em;
	padding: 5px 8px;
	font-size: 1.4em;
	text-shadow: 1px 1px 1px #555;
	border: 1px solid;
	border-color: #764d0f #764d0f #764d0f #764d0f;
	box-shadow: inset 0px 1px #ba781c;
	min-height: 640px;
}

.subBtn {
	width: 80px;
	height: 30px;
	background: rgba(239, 121, 22, 0.85);
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-family: "Microsoft yahei";
	border-radius: 3px;
}

/**
 * 会员登录
 */	
.login_dl {
	clear: both;
	padding:20px 20px 20px 20px;
}
.login_dl dd {
	height:35px;
	padding:8px 0;
	clear: both;
}
.loginInput{
	width:100%;
	display: block;
	float: left;
	line-height: 35px;
	height: 35px;
	border: 1px solid #e6e6e6;
	background: #fff;
	outline: medium;
	padding: 0 0 0 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: medium;
}
.loginInput.code{
	width:40%;
}
.login_dl dd img{
	display:block;
	float:left;
	height:35px;
	margin:0 0 0 5px;
	border: 1px solid #e6e6e6;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	}
.loginBt{
	padding:0 16px;
	}
.loginBt input{
	width:100%;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border: none;
	background: rgba(0,118,191,1);
	cursor: pointer;
	padding: 0 15px;
	color: #fff;
	clear:both;
	font-size:16px;
	}
.loginBt a{
	display:block;
	clear:both;
	font-size:14px;
	padding:15px 0 0 0;
	}
/**
 * 会员注册 register
 */	
.register_dl {
	clear: both;
	padding: 10px 0;
}
.register_dl dd {
	height: 35px;
	padding: 5px 0;
	clear: both;
}
.register_dl dd span {
	width: 80px;
	text-align: right;
	display: block;
	line-height: 35px;
	float: left;
	padding: 0 5px 0 0;
}
.registerInput {
	width: 70%;
	display: block;
	float: left;
	line-height: 35px;
	height: 35px;
	border: 1px solid #e6e6e6;
	background: #fff;
	outline: medium;
	padding: 0 0 0 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: medium;
}
.register_dl dd select{
	min-width:60px;
	padding:5px;
	display:block;
	float:left;
	margin:6px 0 0 0;
	}
.service{
	clear:both;
	margin:8px 0 0 0;
	overflow:hidden;
	}
.service img{
	border:3px solid #fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
.copyright{
	clear: both;
	line-height:20px;
	text-align: center;
	padding:15px 0;
	font-size:10px;
	color:#f4c748;
	}
	
/**
 * 首页
 */	
 #wrapper {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 1200px;
}
.caseList{
	clear:both;
	overflow:hidden;
	padding:3px;
	}
.caseList dd{
	width: 50%;
	display: inline-block;
	float: left;
	padding:5px;
	height:auto;
	overflow:hidden;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	
	-webkit-transition: all .7s ease-out .1s;
	-moz-transition: all .7s ease-out;
	-o-transition: all .7s ease-out .1s;
	transition: all .7s ease-out .1s
}
.caseList dd a{
	width:100%;
	display:block;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	background:#6b695d;
	border-radius:3px;
	}
.caseList dd img{
	width:96%;
    height:110px;
	display:block;
	padding:3px;
	border-radius:5px;
}
.caseList dd h2{
	display:block;
	clear:both;
	height:20px;
	line-height:20px;
	overflow:hidden;
	font-size:12px;
	font-weight:normal;
	margin:0 5px;
	text-align:center;
    padding:5px 0;
	}
.caseList dd  a
{
color:#f4c132;
}
.caseList dd  a:hover
{
color:#ffffff;
}
.caseList dd h3{
	display:block;
	clear:both;
	height:20px;
	line-height:20px;
	overflow:hidden;
	font-size:12px;
	font-weight:normal;
	margin:0 5px;
	text-align:center;
    padding:0 0 8px 0;
	}


.caseListhome{
	clear:both;
	overflow:hidden;
	padding:3px;
	background-color:#4b473b;
	}
.caseListhome dd{
	width: 25%;
	display: inline-block;
	float: left;
	padding:3px;
	height:85px;
	overflow:hidden;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	
	-webkit-transition: all .7s ease-out .1s;
	-moz-transition: all .7s ease-out;
	-o-transition: all .7s ease-out .1s;
	transition: all .7s ease-out .1s
}
.caseListhome dd a{
	width:100%;
	display:block;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);

	border:1px solid #f5d640;
	}
.caseListhome dd img{
	width:50px;
    height:50px;
	border:0px;
	display:block;
	margin:0 auto;
	padding-top:3px;
}
.caseListhome dd h3{
	display:block;
	clear:both;
	height:20px;
	line-height:20px;
	overflow:hidden;
	font-size:12px;
	font-weight:normal;
	margin:0 5px;
	text-align:center;
　　color:#f2c63f;
	}
.caseListhome dd a h3 
{
color:#f2c63f;
}
/**
 * 首页排序
 */	
#sort{
	height: 40px;
	background: #535041;
	width: 100%;
	background-color:#535041;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
}
.sort_cate{
    width:21%;
	float:left;
	height:40px;
	}
.sort_cate span{
	width:70px;
	line-height:40px;
	display:block;
	padding:0 3px 0 5px;
	/*background:url('../images/slide.png') no-repeat 100% 50%;*/
	background-size: 9px 4.5px;
	overflow: hidden;
	font-size:13px;
	color:#eec23f;
	margin:0 auto;
	}
.soitemcontent{
	position: relative;
	width: 126px;
	height: auto;
	padding:10px 0 0 0;
	background: #fff;
	z-index:999999999999;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
	}
.soitemcontent li{
	width: 126px;
	height: 34px;
	clear:both;
	display: block;
	border-bottom: #e5e5e5 1px solid;
	}
.soitemcontent li a{
	display:block;
	clear:both;
	line-height:34px;
	text-align:center;
	}
.sraechBar{
	width:79%;
	height:40px;
	float:left;
    color:#eec23f;
	}
.sraechBar a
{
color:#eec23f;
}

.searchBar_c {
	height:28px;
	clear: both;
	background: #fff;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	position: relative;
	margin:7px 5px 0 5px;
}
.productKeyword {
	width: 90%;
	display: block;
	line-height: 28px;
	height:28px;
	border: none;
	padding: 0 0 0 15px;
	position: absolute;
	background: none;
}
.searchBar_bt {
	height:28px;
	width:28px;
	display: block;
	position: absolute;
	right: 0;
	background: none;
}
.searchBar_bt span {
	font-size: 16px;
	color: #d1d1d1;
	margin: 6px 0 0 0;
	display: block;
}
/**
 * 首页案例分类弹出效果
 */	
 #caseClass {
	 width:100%;
	top:100%;
	position: fixed;
	
	height: 1000px;
	background: #efefef;
	z-index: 999999999999999;
	margin: 0 auto;
}
.caseClass_title {
	height: 40px;
	clear: both;
	background: #000;
}
.caseClass_title strong {
	display: block;
	line-height: 40px;
	float: left;
	color: #fff;
	padding: 0 0 0 10px;
	font-size: 18px;
}
.caseClass_close {
	width: 25px;
	height: 25px;
	display: block;
	background: rgba(0, 118, 191, 1);
	float: right;
	margin: 7px;
}
.caseClass_close span {
	display: block;
	color: #fff;
	font-size: 20px;
	margin: 3px 0 0 2px;
}
#caseClass dl {
	padding: 8px;
	overflow: hidden;
}
#caseClass dl dd {
	display: block;
	clear: both;
}
#caseClass dl dd a {
	display: block;
	clear: both;
	height: 40px;
	clear: both;
	border-bottom: 1px solid #f0f0f0;
	background: #fff;
}
#caseClass dl dd a:hover {
	background: #f8f8f8;
}
#caseClass dl dd a span {
	display: block;
	float: left;
	line-height: 40px;
	padding: 0 0 0 10px;
	font-size: 14px;
}
#caseClass dl dd a i {
	float: right;
	padding: 14px 10px 0 0;
}

/**
 * page
 */
.page {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	padding:0 8px;
}
.page a, .page span {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius:3px;
	margin: 5px 5px;
	text-align: center;
	color: #7f8487;
	text-decoration: none;
	line-height: 40px;
	background:#fff;
}
.page .select-change-container {
	position: relative
}
.page .select-change-container select {
	position: absolute;
	width: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 45px
}
.page .select-change-container .select-page-num {
	display: block;
	height: 30px;
	line-height: 30px
}
.page .select-change-container .select-page-num::after {
	content: '';
	display: block;
	border-top: 5px solid #ddd;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 10px
}
.page .prev-page {
	margin-left: 0;
	color:#1370a5;
}
.page .next-page {
	margin-right: 0;
	color:#1370a5;
}
.page .disabled {
	color: #ddd!important
}
.page span {
	background: #fff;
	border: 0
}
.page .next {
	display: block;
	text-align: center
}


.indexNewsBox{
	background:#4b473b;

	}
.indexNews_t{
	clear:both;
	height:30px;
	padding:0 0 0 12px;
	/*background-color:#484234;*/
    border-bottom:1px dotted #f7d53e;
	}
.indexNews_t strong{
	float:left;
	line-height:30px;
	float:left;
	font-size:14px;
    color:#f2c840;
	}
.indexNews_t span{
	display:block;
	line-height:30px;
	float:right;
	padding:0 10px 0 0;

	}
.indexNews_t span a
{
    color:#f2c840;
}
.indexNews{
	clear:both;
	overflow:hidden;
	}
.indexNews dd{
	display:block;
	height:30px;
	padding:0 10px 0 15px;
	background:url(../images/list2.jpg) no-repeat 9px center;
	}
.indexNews dd a{
	display:block;
	line-height:30px;
	height:30px;
	float:left;
	overflow:hidden;
	width:80%;
	color:#ecb939;
	}
.indexNews dd a:hover
{
color:#ffffff;
}
.indexNews dd span{
	display:block;
	line-height:30px;
	float:right;
	color:#ecb939;
	}
.indexNewsvideo
{
	clear:both;
	overflow:hidden;
}
.indexNewsvideocenter
{
clear:both;
margin:5px auto;
height:100px;
background-color:#615d52;
width:100%;
}
.indexNewsvideocenterleft
{
float:left;

}
.indexNewsvideocenterleft img
{
width:100px;
height:80px;
margin:10px 10px 0 10px;
display:block;
overflow:hidden;
border:1px dotted #f4d23b;
}
.indexNewsvideocenterright
{
margin:10px 10px 0 0;
display:block;
overflow:hidden;
}
.indexNewsvideocenterrighttext
{
border-bottom:1px dotted #f4d23b;
text-align:left;
padding:5px 0 0 0;
}
.indexNewsvideocenterrighttext a
{
color:#f4d23b;
}
.indexNewsvideocenterrightcenter
{
text-align:left;
color:#e7b53c;
}
.indexNewsvideocenterrightcenter span
{

float:right;
border-radius:3px;
background-color:#ebb531;
padding:0px 3px;

}
.indexNewsvideocenterrightcenter span a
{
color:#ffffff;
}
/**
 * 首页banner图 */
.bannerBox{ position:relative; overflow:hidden; max-width:100%; min-height:120px;}
.bannerBox .hd{width:100%; text-align:center; position:absolute; height:28px; line-height:28px; bottom:0;left:0; z-index:1; }
.bannerBox .hd li{
	display:inline-block; 
	width:4px; 
	height:4px; 
	border-radius:4px;  
	text-indent:-9999px; 
	overflow:hidden; 
	margin:0 3px;
	background:#fff;
	border:1px solid #fff;
	}
.bannerBox .hd li.on{
	background:#ff0000;
	border:1px solid #ff0000;
	}
.bannerBox .bd{ position:relative; z-index:0; }
.bannerBox .bd li{ position:relative; text-align:center;  }
.bannerBox .bd li img{ background:url(images/loading.gif) center center no-repeat;  vertical-align:top; width:100%;}
.bannerBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }

.colorlink
{
color:#e0410a;
}

.noticeBox{
	height:30px;
	float:left;
	display:inline;
	overflow:hidden;
	padding:10px 5px 0 0;
	font-size:14px;
	}
.noticeBox a
{
padding-right:10px;
padding-left:5px;
}

/*新增加的样式*/
.webcase
{
line-height:20px;
border-radius:5px;
text-align:center;
padding:10px;
background-color:#ffffff;

width:91%;
margin:0 auto;
margin-top:10px;

font-weight:bold;
font-size:14px;
}
.copytitle
{
	clear: both;
	line-height:20px;
	text-align: center;
	font-size:10px;
}

/*我写的列表型2-开始*/
.indexNewstwo
{
	clear:both;
	overflow:hidden;
}
.indexNewstwocenter
{
clear:both;
margin:5px auto;
height:100px;
background-color:#6b695d;
width:100%;
}
.indexNewstwoheader
{
margin:0 10px; 
}
.indexNewstwotext1
{
font-size:14px;
padding:3px 0;
border-bottom:1px dotted #eab835;
color:#f2c83e;
}
.indexNewstwotext2
{
font-size:12px;
padding:3px 0;
line-height:20px;
}
.twospan
{
font-weight:bold;
padding:0 5px 0 0;
}
/*我写的列表型2-结束*/

/**/
.H5
{
margin:5px auto;
}
.H15
{
margin:15px auto;
}
.gflogo
{
clear:both;
width:100%;
height:auto;

}
.gflogo img
{
width:99.4%;
height:auto;
display:block;
margin:0 auto;
padding:3px 0;
}



/* 
bac
/*我写的投票样式-开始*/
.PollingCenter
{
	display: block;
	background:#f0efed;
    min-height:270px;
	height:270px;
	height:auto!important;
	overflow:hidden;
	overflow-y: auto;
}
.PollingCenter_main
{
	width: 96%;
	margin:0 auto;
    min-height:200px;
	height:200px;
	height:auto!important;
	border: 1px solid #e6e6e6;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 4px;
	margin:10px auto;
}
.PollingCenter_main_title
{
width:98%;
margin:0 auto;
line-height:30px;
height:auto;
font-size:14px;
text-align:center;
font-weight:bold;
border-bottom:1px dotted #c4c3c5;
}
.PollingCenter_main_img
{
width:98%;
margin:5px auto;
overflow:hidden; 

}
.PollingCenter_main_img img
{
width:100%;
height:auto;
border-radius:5px;
}
.PollingCenter_main_center
{
width:98%;
margin:5px auto;
line-height:25px;
height:auto;
font-size:14px;
}
.PollingCenter_main_center strong
{
background-color:#2c9425;
padding:3px 5px;
color:#ffffff;
border-radius:3px;
margin-right:3px;
}
.PollingCenter_main_date
{
width:98%;
margin:5px auto;
line-height:30px;
font-size:16px;
text-align:center;
color:#ffffff;
border-radius:3px;
background:#2c9425 url(../images/003.png) no-repeat 9px center;
}
.PollingCenter_main_button
{
width:98%;
margin:5px auto;
height:40px;
}
.PollingCenter_main_button_left
{
width:50%;
float:left;
display:block;
text-align:center;
}
.PollingCenter_main_button_right
{
width:50%;
float:left;
display:block;
text-align:center;
}
.PollingCenter_main_button_left a
{
    width:80px;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border: none;
	cursor: pointer;
	padding: 0 20px;
    margin:5px auto;
    -moz-border-radius:2px;      
    -webkit-border-radius:2px;   
    border-radius:2px; 
    background:#226619 url(../images/001.png) no-repeat 9px center;
}
.PollingCenter_main_button_right a
{
    width:80px;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border: none;
	cursor: pointer;
	padding: 0 15px 0 25px;
    margin:5px auto;
    -moz-border-radius:2px;      
    -webkit-border-radius:2px;   
    border-radius:2px;  
	background:#226619 url(../images/002.png) no-repeat 9px center;
}
.PollingCenter_main_Total
{
width:98%;
margin:5px auto;
line-height:30px;
font-size:16px;
text-align:center;
color:#ffffff;
border-radius:3px;
background:#2c9425;
}

/*投票列表*/
.PollingCentercaseList{
	clear:both;
	overflow:hidden;
	padding:3px;
	}
.PollingCentercaseList dd{
	width: 50%;
	display: inline-block;
	float: left;
	padding:5px;
	height:auto;
	overflow:hidden;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	
	-webkit-transition: all .7s ease-out .1s;
	-moz-transition: all .7s ease-out;
	-o-transition: all .7s ease-out .1s;
	transition: all .7s ease-out .1s
}
.ahref{
    width:100%;
	display:block;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);

	}

.PollingCentercaseList dd img{
	width:100%;
    height: auto;
}
.PollingCentercaseList dd h2{
	display:block;
	clear:both;
	height:20px;
	line-height:20px;
	overflow:hidden;
	font-size:12px;
	font-weight:normal;
	margin:0 5px;
	text-align:center;
	padding:5px 0;
	}
.PollingCentercaseList_list
{
width:100%;
margin:3px auto;
height:30px;
line-height:30px;

-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);

}
.PollingCentercaseList_list_left 
{
float:left;
width:50%;
text-align:center;
}
.PollingCentercaseList_list_left a
{
width:80px;
line-height:30px;
padding:4px 15px 4px 25px;
border-radius:5px;
color:#ffffff;
background:#226619 url(../images/004.png) no-repeat 4px center;
}
.PollingCentercaseList_list_right
{
float:left;
width:50%;
color:#b84e14;
}

/*我写的投票样式-结束*/

/*我写的投票排行榜-开始*/
#customers  
  {   
  width:98%;  
  margin:10px auto;
  border-collapse:collapse;  
  }  
  
#customers td, #customers th   
  {  
  font-family:宋体;
  font-size:14px;
  border:1px solid #2c9425;  
  padding:3px 0;  
  line-height:25px;
  text-align:center;
  }  
  
#customers th   
  {  
  font-family:宋体;
  font-size:14px;  
  text-align:left;  
  padding-top:5px;  
  padding-bottom:4px;  
  background-color:#2c9425;  
  color:#ffffff;
  text-align:center;
  }  
  
#customers tr.alt td   
  {  
  color:#000000;  
  background-color:#EAF2D3;  
  } 
/*我写的投票排行榜-结束*/kground:blue;         Firefox 背景变蓝色background:red \9;       IE8 背景变红色*background:black;       IE7 背景变黑色_background:orange;      IE6 背景变橘色*/

/*会员文章-开始*/
.usercontentNews{
	width: 100%;
}
.usercontentNews dd{
	width: 100%;
	margin:5px auto;
	border-bottom:1px dotted #eab835;
	/*background:url('../images/list.jpg') repeat-x left center;*/
	background-color:#6b695d;
    text-indent:1em
}
.usercontentNews dd a:hover{
color:#f8f8f8;
}
.usercontentNewsdate
{
color:#f2c83e;
}
.usercontentNewsdate span
{
padding-right:8px;
}

/*会员文章-结束*/

