/* CSS Document */
html, body, div, span, object, iframe,h1, h2, 
h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, 
em, img, ins,kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, 
ol, ul, li,fieldset, form, label, legend,table, caption, tbody, 
tfoot,thead,tr, th, td,article, aside, canvas, details, figcaption, 
figure, footer, header, hgroup, menu, nav, section, summary,time, mark, 
audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    outline-style:none;/*FF*/ 
    font-family: "Microsoft YaHei", 微软雅黑;
}

body {
    line-height:1;
    font-family:"Microsoft YaHei",微软雅黑;
    font-size:14px;
    color: #444;
}
 
a{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color:#444 ;
    text-decoration: none;
}
a:hover,a:focus{
    text-decoration:none;
    bblr:expression(this.onFocus=this.blur());/*IE*/
    outline-style:none;/*FF*/ 
    /*color: #de0d12;*/
    }
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
input, select {
    vertical-align:middle;
}
ul li{
	list-style: none;
}

/*css为clearfix，清除浮动*/
.clearfix::before,
.clearfix::after{
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.fl{float: left;}
.fr{float: right;}
.clearfix:after{clear:both;} 
.clearfix{ 
    *zoom:1;/*IE/7/6*/
   clear: both;
   float: none;
   display: block;
}

.head_top{
	width: 1200px;
	margin: 0 auto;
	display: block;
	height: 100px;
}
.head_img{
	margin-top: 25px;
}
.banner{
	width: 100%;
	float: left;
}
.main{
	width: 100%;
	margin: 0 auto;
	text-align:center;
}
.index_tit{
	margin: 25px auto;
	text-align: center;
	font-size: 24px;
	line-height: 40px;
}
.news_li{
	float: left;
	width:45%;
	margin-bottom: 15px;
	background: #f1f1f1;
	padding: 2%;
	margin-left: 1%;
}
.news_li h3{
	line-height: 25px;
}
.news_li1{
	float: left;
	width:95%;
	margin-bottom: 15px;
	background: #f1f1f1;
	padding: 2%;
	margin-left: 1%;
}
.news_li1 h3{
	line-height: 25px;
}
.footer{
	width:100%;
	height: 50px;
	background:#666;
	margin-top: 20px;
}
.footer_p{
	color: #fff;
	text-align: center;
	line-height: 45px;
}
.main_body{
	width: 1000px;

	margin: 0 auto;
}
.text1{
	line-height: 22px;
	font-size: 14px;
}
.news_p {
	line-height: 22px;
}
