﻿@charset "utf-8";
/* css document */
/* ============================ 重置css样式 ============================ */	
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
/* 设置默认字体 */
body, button, input, select, textarea { font: 14px/1 "微软雅黑", tahoma, helvetica, arial, sans-serif; }
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
cite, em { font-style: normal; }
/* 重置列表元素 */
ul, ol { list-style: none; }
 重置文本格式元
a{
	text-decoration:none;
	cursor:pointer;
	outline:none;
}
/* 重置表单元素 */
legend { color: #000; }
fieldset, img { border: none; }
img{vertical-align:middle;}
/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button, input, select, textarea { font-size: 100%; }
body a{ text-decoration:none;}
/* ========================= 页面常用样式 css样式 =========================== */	
.clear {
	clear:both;
	overflow:hidden;
	height:0;
	font-size:0;
	line-height:0;
}
body{ display:block; margin:0 auto;}
html{overflow-x:hidden; display:block; margin:0 auto;}
.fl{float:left;}
.fr{float:right;}
/* ========================= 主框架样式 css样式 =========================== */	


.container{ width:100%; background: center top no-repeat;}

/* 头部区域样式 */
.header{ 
	width:1200px; 
	margin:0 auto;}
.header .tip ul{ 
	float:left; 
	margin-top:20px;
	color:#333;}
.header .tip ul li{ float:left;}
.header .tip ul li span{ margin-left:10px;}
.header .tip ul li a{ margin-left:30px; color:#333;}
.header .tip ul li a:hover{ color:#bd1a2d;}
.header .tip p{ 
	float:right; 
	margin-top:20px;}
.header .tip p span{
	margin:0 10px;}
.header .tip p a{color:#333;}
.header .tip p a:hover{color:#bd1a2d;}
.header .logo{ 
	clear:both; 
	padding-top:50px; 
	text-align:center;}
.header .search{
	width:750px;
	margin:0 auto;
	margin-top:50px;}
.header .search form .text{ 
	width:635px; 
	height:58px;
	border-radius:5px 0 0 5px;
	border:solid 1px #e4e4e4;
	border-right:none;
	line-height:58px;
	float:left;
	font-size:20px;
	color:#e4e4e4;
	padding-left:10px;
	outline:none;}
.header .search form .button{
	width:104px;
	background:#bd1a2d  19px center no-repeat;
	padding-left:30px;
	border-radius:0 5px 5px 0;
	height:60px;
	border:none;
	font-size:20px; color:#fff;}	
.header .search ul li{ 
	float:left;
	margin-right:30px;
	font-size:16px;
	margin-top:15px;}
.header .search ul li a{color:#333;}
.header .search ul li a:hover{ color:#bd1a2d;}
	

.information{
	width:100%;
	background: center no-repeat;
	height:520px;
	margin-top:101px;}	
.information .nav{
	width:1200px; 
	margin:0 auto;}
.information .nav ul li{
	float:left; 
	font-size:24px; 
	line-height:60px;
	margin-right:50px;}
.information .nav ul li a{ 
	color:#fff;}
.information .nav ul li a:hover{ 
	color:#dabb85;}

.banner{ 
	width:1200px;
	margin:0 auto;
	clear:both;
	padding-top:50px;} 
.banner .introduce{
	width:540px;
	float:left;}
.banner .introduce h3{
	font-size:30px;
	color:#fff;
	line-height:45px;
	font-weight:bold;
	margin-top:27px;}
.banner .introduce p{
	font-size:14px;
	color:#ebb6bc;
	line-height:30px;
	text-indent:28px;
	margin-bottom:30px;}
.banner .introduce a{
	font-size:24px;
	color:#fff;}
.banner .rolling{
	float:left;
	margin-left:60px; 
	}
.banner .rolling ol{ 
	float:right;
	margin-top:20px;}
.banner .rolling ol li{ 
	float:left;
	margin-left:15px;}
.banner .rolling ol li a{ 
	width:10px; 
	height:10px; 
	float:left;
	border-radius:50%; 
	background-color:#fff;}
.banner .rolling ol li a:hover{ 
	background-color:#dabb85;
	width:30px;
	border-radius:10px;}

.focuspic {
    position: relative;
    text-align: right;
    z-index: 10;
    _overflow: hidden;
    _zoom: 1;
}
.focuspic .bd {
    overflow: hidden;
    z-index: 11;
}
.focuspic .bd li {
    position: relative;
    z-index: 12;
}
.focuspic .bd li .pic {
	position: relative;
	z-index: 13
}

.focuspic .bd li .con {
	width: 100%;
	position: absolute;
	left: 0px;
	z-index: 14;
	bottom: 3px
}

.focuspic .bd li .con .title {
	overflow: hidden;
	height: 25px;
	position: relative;
	z-index: 16;
	line-height: 25px
}

.focuspic .bd li .con .title a {
	color: white;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	display: block;
	padding-right: 10px;
	text-align:left;
	width:75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.focuspic .bd li .con .bg {
	height: 25px;
	width: 100%;
	background: black;
	position: absolute;
	left: 0px;
	filter: progid:dximagetransform.microsoft.alpha(opacity=50);
	z-index: 15;
	bottom: 0px;
    opacity: .5;
}

.focuspic .hd {
	float:right;
	margin-top:20px;
}

.focuspic .hd ul {
	display: inline;
}

.focuspic .hd li {
	cursor: pointer;
	height: 10px;
	width: 10px;
	border-radius:50%;
	background: #fff;
	float: left;
	text-align: center;
	margin-left: 15px;
	display: inline;
	line-height: 16px
}

.focuspic .hd li.on {
	background-color:#dabb85;
	width:30px;
	border-radius:10px;
}

/* 主体样式 */
.main h3 a{
	font-size:24px;
	color:#333;
	border-bottom:2px solid #b3040e;
	font-weight: bold;}
.main h3 span{
	font-size:20px;
	font-family:arial, helvetica, sans-serif;
	font-weight:normal;
	margin-left:10px;
	color:#999;}

.main .events{
	width:1200px;
	margin:30px auto;}
	
.main .function{ 
	width:1200px;
	margin:0 auto;
	margin-top:60px;}
.main .function .relief{
	width:564px;
	float:left;}	
.main .function .relief p{
	float:left;
	margin-right:20px;
	margin-top:25px;}
.main .function .relief div{
	margin-top:25px;}
.main .function .news{ 
	width:606px;
	float:left;
	margin-left:30px;}
.main .function .news ul{
	margin-top:15px;}
.main .function .news ul li{
	font-size:18px;
	line-height:48px;}
.main .function .news ul li a{ color:#333;
	width:500px;
	display:block;/*内联对象需加*/
	word-break:keep-all;/* 不换行 */
	white-space:nowrap;/* 不换行 */
	overflow:hidden;
	text-overflow:ellipsis;}
.main .function .news ul li a:hover{ color:#bd1a2d;}
.main .function .news ul li span{ 
	float:right; 
	color:#999;
	width:93px;
	margin-top: -48px;
	display:block;/*内联对象需加*/
	word-break:keep-all;/* 不换行 */
	white-space:nowrap;/* 不换行 */
	overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	}

.main .figure{
	width:1200px;
	margin:0 auto;}
.main .figure p img{ margin-top:30px;width: 1200px;height: 150px}
.main .figure ul{
	margin-top:20px;}
.main .figure ul li{ 
	float:left; 
	margin-left:10px;
	width:172px;
	height:96px;
	border:solid 2px #e4e4e4;
	margin-bottom:30px;}
.main .figure ul li:hover{
	border:solid 2px #bd1a2d;}
.main .figure ul li.left{
	margin-left:0;
	margin-right:1px;
	width:36px;
	border:none;}
.main .figure ul li.right{
	margin-left:11px;
	width:36px;
	border:none;}

.main .project{
	background-color:#f5f5f5;
	height:627px;
	clear:both;}
.main .project .project_show{
	width:1200px;
	margin:0 auto;}
.main .project .project_show h3{ 
	float:left;
	margin-top:30px;}
.main .project .project_show .category{ 
	float:right; 
	width:610px;
	margin:15px 0 5px 0;}
.main .project .project_show .category ul li{ 
	float:left; 
	width:60px; 
	height:60px; 
	background-color:#fff; 
	margin-left:1px; 
	text-align:center;}
.main .project .project_show .category ul li a{ color:#333;}
.main .project .project_show .category ul li:hover{ background-color:#bd1a2d;}
.main .project .project_show .category ul li a img{ margin-top:5px;}
.main .project .project_show .category ul li a p{ margin-top:5px;}
.main .project .project_show .category ul li a:hover{ color:#fff;}
.main .project .project_show .project_area{
	clear:both;
	position:relative;}
.main .project .project_show .project_area .p_area_left{ 
	position:absolute;
	left:-45px;
	top:252px;}
.main .project .project_show .project_area .p_area_right{ 
	position:absolute;
	right:-45px;
	top:252px;}
.main .project .project_show .project_area ul{
	float:left;}
.main .project .project_show .project_area ul li{
	float:left;
	margin-right:10px;
	margin-top:10px;}
.main .project .project_show .project_area ul li.last{
	margin-right:0;}
.main .project .project_show .project_area ul li p{
	text-align:center;
	line-height:50px;
	font-size:12px;
	color:#333;
	background-color:#fff;}

.main .public{
	height:354px;
	background: repeat-x;
	padding:30px 0;
	clear:both;}
.main .public .public_notice{
	width:1200px;
	margin:0 auto;}
.main .public .public_notice h3 a{
	font-size:24px;
	color:#fff;
	border-bottom:2px solid #fff;}
.main .public .public_notice h3 span{
	font-size:20px;
	font-family:arial, helvetica, sans-serif;
	font-weight:normal;
	margin-left:10px;
	color:#f4e8e9;}
.main .public table{ 
	width:1200px;
	margin:0 auto;
	margin-top:20px;
	text-align:center;
	font-size:16px;
	color:#fff;}
.main .public table tr{ 
	height:50px; 
	background-color:#b71427;
	border-top:solid 2px #bd1a2d;}
.main .public table tr th{ 
	background-color:#b3040e;
	border-left:2px solid  #bd1a2d;
	text-align: center;}

.bjcs_list1 ul{
	margin-top:20px;
	height:auto;
	overflow:hidden;
}
.bjcs_list1 ul li div{
	float:left;
	height:50px;
	text-align:center;
	background-color:#b3040e;
	line-height: 50px;
	font-size:16px;
    color:#fff;
}

.bjcs_list1 ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 50px;
    font-size:16px;
    color:#fff;
}

.bjcs_list2 ul{
	height:auto;
	overflow:hidden;
}
.bjcs_list2 ul li div{
	float:left;
	height:50px;
	text-align:center;
}

.bjcs_list2 ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 50px;
    font-size:16px;
    color:#fff;
}

.foot{ 
	height:40px; 
	clear:both;
	background-color:#dabb85; 
	padding:20px 0;}
.foot p{ 
	text-align:center; 
	line-height:24px; 
	color:#fff;}
.foot p img{ margin-left:20px; margin-right:5px;}
