﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1000px;
	margin:0 auto;
	font-size:18px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fff;
	text-align:justify;	
	color:#666;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#666;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#ac0000;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#ccc;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#ccc;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

.banner{
	width: 100%;
	height: 500px;
	background:url("../images/banner.jpg") no-repeat top center;
	box-shadow:0 0 10px #333;
}

.hm_head{
	width: 960px;
	margin:40px auto 20px auto;
	text-align: center;
	background:#eee;
	padding:10px 20px;
	line-height: 42px;
	display: none;
}
.show{
	display: block;
}
.hm_head .t1{
	font-size:28px;
	font-weight: bold;
	color:#ac0000;
}
.hm_head .t1 a{
	color:#ac0000;
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hm_head .t2{
	font-size:16px;
	color:#333;
}

.footer{
	width: 100%;
	position: relative;
	height: 140px;
	text-align: center;
	font-size:16px;
	line-height: 32px;
	color:#fff;
}
.footer_wp{
	height: 70px;
	padding-top:150px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background:url("../images/footerbg.png") no-repeat bottom center;
}

/*公用CSS 结束*/

/*hm 首页*/

.hm_slider{
	width: 1000px;
	height: 490px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.hm_slider li{
	float: left;
	width: 1000px;
	height: 490px;
	position: relative;
	overflow: hidden;
}
.hm_slider li img{
	display: block;
	width: 1000px;
	height: 490px;
}
.hm_slider .c_btn{
	width: 49px;
	height: 60px;
	position: absolute;
	z-index: 60;
	top: 50%;
	cursor: pointer;
	margin-top:-30px;
}
.hm_slider .pre{
	left: 0;
	background:url("../images/hm_pre.png") no-repeat center center;
}
.hm_slider .next{
	right: 0;
	background:url("../images/hm_next.png") no-repeat center center;
}

.hm_news{
	width: 1000px;
	margin:0 auto;
	padding:28px 0;
}
.hm_news .head{
	height: 70px;
	line-height: 70px;
	background:url("../images/hm_head.png") no-repeat left bottom;
	font-size:28px;
	color:#ac0000;
	padding-left:5px;
}
.hm_news ul{
	padding-top:30px;
}
.hm_news li{
	height: 44px;
	line-height: 44px;
	clear: both;	
}
.hm_news li a{
	float: left;
	display:inline-block;
	max-width:800px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-left:15px;
	background:url("../images/li.png") no-repeat left center;
}
.hm_news li a:hover{
	color:#ac0000;
	background-image:url("../images/lih.png");
}
.hm_news li span{
	float: right;
	color:#c3c3c3;
}

/*hm 首页*/

/*article 文章*/

.now_pos{
	height: 60px;
	line-height: 60px;
	width: 1000px;
	margin:0 auto;
	padding-top:24px;
	border-bottom:1px solid #ccc;
	font-size:14px;
	color:#333;
}

.art_head{
	width: 1000px;
	margin:0 auto;
	padding-top:45px;
	text-align: center;
}
.art_head .t1{	
	line-height: 54px;
	font-size:28px;
	font-weight: bold;
	color:#000;
}
.art_head .t2{
	height: 38px;
	line-height: 38px;
	font-size:16px;
	color:#333;
}
.art_head .t3{
	height: 32px;
	line-height: 32px;
	font-size:14px;
	color:#666;
}

.art_cnt{
	width: 1000px;
	margin:20px auto 30px auto;
	font-size:16px;
	color:#333;
	line-height: 1.8;
}
.art_cnt img{
	display: block;
	max-width:100%;
	margin:20px auto;
}

/*article 文章*/