@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
ol li, ul li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
u, b, i {
	font-style: normal;
}
a {
	text-decoration: none;
	color: #333;
}
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
	/* [disabled]margin:0;
*/
	padding: 0;
	font-family: "microsoft yahei", "simhei", "simsun";
	margin: 0;
}
body {
	overflow-x: hidden;
	z-index: -999999999;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	font-weight: normal;
}
html, body, fieldset, img, iframe, abbr {
	border: 0;
}
i, cite, em, var, address, dfn {
	font-style: normal;
}
[hidefocus], summary {
outline:0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, small {
	font-size: 100%;
	font-weight: normal
}
sup, sub {
	font-size: 83%;
}
pre, code, kbd, samp {
	font-family: inherit;
}
q:before, q:after {
	content: none;
}
textarea {
	overflow: auto;
	resize: none;
}
label, summary {
	cursor: default;
}
a, button {
	cursor: pointer;
}
del, ins, u, s, a, a:hover {
	text-decoration: none;
}
a, a:hover {
	color: #60636d;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden
}
img {
	display: block;
	max-width: 100%;
	border: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";     /*内容为“.”就是一个英文的句号而已。也可以不写。*/
	display: block;   /*加入的这个元素转换为块级元素。*/
	clear: both;     /*清除左右两边浮动。*/
	visibility: hidden;      /*可见度设为隐藏。注意它和display:none;是有区别的。visibility:hidden;仍然占据空间，只是看不到而已；*/
	line-height: 0;    /*行高为0；*/
	height: 0;     /*高度为0；*/
	font-size: 0;    /*字体大小为0；*/
}


/*******************************header************************************/
.header {
	background: url(index_01.png) no-repeat;
	height: 263px;
	width: 100%;
}
.header_bg {
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
}
.logo img {
	margin: 35px auto;
}
/*******************************header end********************************/

/********************nav**************************/
.nav ul li {
	float: left;
	width: 166px;
}
.nav ul .id {
	background: url(nav.png) no-repeat;
}
.nav {
	background: url(index_02.png);
	height: 57px;
	width: 100%;
}
.nav ul {
	width: 1000px;
	margin: 0 auto;
}
.nav ul li a {
	color: #ffffff;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	width: 100%;
	display: block;
}
.nav ul li:hover {
	background: url(nav.png) no-repeat;
}
/********************nav 结束*************************/

/****************中间内容 开始*********************/
.content_in {
	width: 1000px;
	margin: 0 auto;
}
/***头条 开始***/
.headline {
	width: 100%;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
.headline img {
	float: left;
	margin: 10px;
}
.headline p {
	font-size:18px;
	font-family: "微软雅黑";
	letter-spacing: 1.5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/***头条 结束***/

.left{ width:493px;}
.right{ width:492px;}
/*****第一行 开始****/
.dit_hid{ width:100%; height:40px; background:#e4e4e4; margin-bottom:20px;}
.dit_hid h2{ width:143px; height:47px; background:url(index_10.png);}
.dit_hid h2 a{ color:#fff; font-size:18px; text-align:center; display:block; line-height:40px;}

.list{ margin-bottom:20px;}
.list li {
	height:40px;
	line-height:40px;
	*height:37px;
	*line-height:37px;
	width: 100%;
}
.list li a {
	display: block;
	width:95%;
	float: left;
	background:url(index_14.png) no-repeat left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 10px;
	color: #333;
	height:40px;
	line-height:40px;
	*height:37px;
	*line-height:37px;
	font-size: 16px;
}
/*****第一行 结束****/
/*****第二行 开始****/
/*********************标题开始*****************************/
.ind_tit {
	width: 100%;
	height:35px;
	border-bottom: 2px solid #b90703;
	margin-bottom:20px;
}
.ind_tit h1 {
	background:url(index_17.png) no-repeat;
	height:35px;
	padding-left: 15px;
	line-height:35px;
	font-family: Microsoft Yahei;
	font-size: 18px;
	color: #fff;
	width: 142px;
	float: left;
}
.ind_tit span a {
	float: right;
	font-size: 14px;
	color: #000;
	line-height:35px;
}
/*********************标题结束*****************************/
.list1{ margin-bottom:20px; overflow:hidden;}
.list1 li {
	width: 100%;
	line-height:35px;
}
.list1 li a {
	display: block;
	width:97%;
	float: left;
	background:url(index_23.png) no-repeat left;
	padding-left: 10px;
	color: #333;
	font-size: 16px;
	line-height:35px;
}
.list1 li a span {
	font-size: 12px;
	color: #ccc;
	line-height:35px;
}
/*****第二行 结束****/

/***********第三行轮播 开始**************/
#flashBoxu_u7_{
    width:100%;
    height:237px;
    border:0px solid #EEE;
    position:relative;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:20px;
   
    }
#flashBoxu_u7_ img{
    /*初始不要显示*/
    display:none;
    /*用边框来实现空位，因为margin和paading有时会引起些麻烦*/
    border:0px solid #FFF;
    border-radius: 5px;
    }
#flashBoxu_u7_ ul{
    position:absolute;
    right:7px;
    bottom:3px;
    font:9px tahoma;}
#flashBoxu_u7_ ul li{
    display:block;
    float:left;
    width:20px;
    height:17px;
    line-height:17px;
    margin-right:3px;
    border:0px solid #999;
    background:#F0F0F0;
    text-align:center;
    cursor:pointer;}
#flashBoxu_u7_ ul li.hover{
    border-color:red;
    background:#FFE1E1;
    color:red;
    }

/***************第三行轮播 结束***************/

/******第四行 开始*****/
.tsjb{ height:148px; background:#d8f6f8;}
.tsjb a{ display:block;}
.tsjb_in img{ float:left; margin:31px 37px 33px 100px;}
.tsjb_in a span{
	line-height:150px;
    color: #000;
    font-size:30px;}
/******第四行 结束*****/
/****************中间内容 结束*********************/

/********底部 开始******/
.footer{ height:237px;}
.footer h2{ font-size:20px; font-weight:bold; margin-top:15px;}
.footer_in{ padding-top:100px; padding-left:50px;}
.tszs{ width:1000px;}
