/*网页基础参数*/

body,
html {
	font-family: "SimSun", "Microsoft YaHei", "SimHei", "Arial", sans-serif;
	border: 0;
	padding: 0;
	margin: 0;
}

body,
html,
ul,
li,
a,
img,
p,
br,
dd,
dl,
dt,
div,
h1,
h2,
h3,
span,
input,
tr,
td {
	margin: 0;
	border: none;
	padding: 0;
	font-weight: normal;
	list-style-type: none;
}

img {
	line-height: 0;
	margin: 0;
	border: 0;
	padding: 0;
}


/*左右浮动*/

.fl {
	float: left
}

.fr {
	float: right
}


/*清除浮动*/

.clear_both {
	clear: both;
}


/*字号大小*/

.f_16 {
	font-size: 16px;
}

.f_15 {
	font-size: 15px;
}

.f_14 {
	font-size: 14px;
}

.f_13 {
	font-size: 13px;
}

.f_12 {
	font-size: 12px;
}

.mr {
	height: 530px;
}
.mt{margin-top: 20px;}
.ml{margin-left: 45px;}
a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}


/*背景样式*/
.bg {
	background:url(imgc-htmlbg.png)  ;
}
.top{background: url(../img/c-top_01.png) top no-repeat; height: 1054px;}
/*底部样式*/
.foot{background:#A50101; font-size:13px;padding: 20px 20px 0 20px;margin-top: 30px;}
.foot p{text-align: center;line-height: 22px; color: #F4DF00;}
.foot a{color: #F4DF00;}
/*内容盒子样式*/
.box_conter {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.kuan_top{background: url(imgc-indexk_03.png) top no-repeat; padding-top:62px ;}
.kuan_bottom{background: url(imgc-indexk_08.png) bottom no-repeat;padding-bottom:58px ;}
.kuan_center{background: url(imgc-indexk_06.png) center repeat-y; text-align: center;}
.left_list,.left_list2{margin: 0 auto; display: inline-block;width: 900px;}
.left_list li{float: left; display: inline-block; margin: 3px;}
.left_list2 li{float: left; font-size: 14px; display: inline-block;margin: 15px;}
.left_list2 li a{color: #FFF;}

.list_w170h150{display: inline-block;width: 900px;margin: 0 auto;}
.list_w170h150 li{width: 170px;height: 150px;background-color: #FFF;float: left;margin: 3px;}
.list_w170h150 li a{width: 170px;height: 150px; display: inline-block; color: #A10000;font-size: 12px;}


.padt14 {width: 358px; background-color: #F26161; text-align: left; margin: 5px auto;}
.padt14 a,.padt15 a{height: 140px;overflow: hidden;}
.padt14 .w390{width: 171px;margin: 5px 0 0 5px;}
.padt14 .w390 p,.padt15 .w390 p{text-indent: 2em;font-size: 12px;line-height: 22px; color: #FFFFFF;}
.padt14 .w390 a,.padt15 .w390 a{color: #F4DF00;}
.padt15{width: 184px;background-color: #F26161; text-align: left; margin: 5px 5px;}
.padt15 .w390{ height: 140px;padding: 5px 0 0 0; width: 171px;margin-left: 5px;}

.img_list{width: 916px;margin: 0 auto;}
.img_list ul li{float: left;overflow: hidden;height: 162px; margin: 3px;}
.img_list ul li a{display: inline-block;width: 222px;height: 162px;overflow: hidden;}
.img_list ul li a i{  width: 222px;  height: 30px;  position: relative;  top: -32px;  background-color: #000000;    z-index: 50;  display: inline-block;  opacity: 0.7;}
.img_list ul li a span{  position: relative;  top: -60px;  text-align: center;  color: #FFFFFF;  font-size: 12px;  z-index: 100;  width: 222px;  display: inline-block;}
.img_list ul li a font{position:  relative; top: -160px;z-index: 100;}
/*对联广告*/
.duilian{top:70px;position:absolute; width:127px; }
.duilian_left{ left:6px;}
.duilian_left img{border:0;}
.duilian_right{right:6px;}
.duilian_con{ width:127px;  overflow:hidden;}

/*幻灯*/

.slide {
	width: 600px;
	height: 402px;
}

.slideBox {
	position: relative;
	width: 600px;
	height: 402px;
	overflow: hidden;
}

.slideBox ul.items {
	position: absolute;
	float: left;
	background: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.slideBox ul.items li {
	float: left;
	background: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.slideBox ul.items li a span {
	position: relative;
	bottom: 30px;
	left: 5px;
	color: #FFFFFF;
	z-index: 9999;
}

.slideBox ul.items li a {
	float: left;
	line-height: normal !important;
	padding: 0px !important;
	border: none/*For IE.ADD.JENA.201206300844*/
	;
}

.slideBox ul.items li a img {
	margin: 0px !important;
	padding: 0px !important;
	display: block;
	border: none/*For IE.ADD.JENA.201206300844*/
	;
}

.slideBox div.tips {
	position: relative;
	top: 352px;
	width: 600px;
	height: 50px;
	background-color: #000;
	overflow: hidden;
}

.slideBox div.tips div.title {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}

.slideBox div.tips div.title a {
	color: #FFF;
	font-size: 15px;
	line-height: 50px;
	margin-left: 10px;
	text-decoration: none;
}

.slideBox div.tips div.title a:hover {
	text-decoration: underline !important;
}

.slideBox div.tips div.nums {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
}

.slideBox div.tips div.nums a {
	display: inline-block;
	>float: left/*For IE.ADD.JENA.201206300844*/
	;
	width: 10px;
	height: 10px;
	background-color: #FFF;
	text-indent: -99999px;
	margin: 20px 10px 0px 0px;
}

.slideBox div.tips div.nums a.active {
	background-color: #FFC202;
}

/*头条新闻*/

.newlist {
	width: 385px;
	height: auto;
}
.newlist_title {
	height: 30px;
}

.newlist_title h1 {
	font-size: 16px;
	color: #a10000;
	border-bottom: 1px solid #A10000;
	display: inline-block;
}

.newlist_title h1 span {
	background-color: #A40000;
	color: #FFF;
	height: 30px;
	width: 80px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
}

.newlist div span a {
	font-size: 22px;
	color: #FFF;
	line-height: 25px;
}

.newlist div span p {
	line-height: 25px;
	margin-top: 20px;
	font-size: 14px;
	color: #FFF;
	text-indent: 2em;
}

.newlist ul {
	margin-top: 20px;
}

.newlist ul li a {
	color: #FFF;
	line-height: 30px;
	display: block;
	font-size: 14px;
}

.newlist ul li a:hover {
	color: #F4DF00;
}







