@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	list-style-type:none;
	text-decoration: none;
}
body{
	margin:0;
	padding:0;
	font:12px "微软雅黑",arial;
	background:#dbf9ff;
	margin: 0 auto;
}
ul,
ol,
li,
div {
	margin: 0;
	padding: 0;
}
ul,
ol {
	list-style: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}



.banner{
	overflow: hidden;
	margin: 0 auto;
}
.banner img{
	width: 100%;
	height: auto;
	display: block;
}

.main-content{
	width: 1000px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.main-title{
	overflow: hidden;
	margin-top: 40px;
}
.main-title img{
	width: 100%;
	height: auto;
	display: block;
}
.main-p{
	overflow: hidden;
	margin-top: 10px;	
}
.main-p p{
	font-size: 18px;
	line-height: 36px;
	color: #333;
	font-weight: normal;
	text-indent: 2em;
	text-align: justify;
}
.main-con{
	overflow: hidden;
	margin-top: 20px;
}

.con-text{
	width: 428px;
	height: 360px;
	display: block;
}
.con-text li{
	float: left;
	padding-bottom: 13px;
	border-bottom: 1px dashed #999;
}
.con-text li h3{
	width: 100%;
	height: auto;
	margin: 5px 0px 1px 0px;
	overflow: hidden;
}
.con-text li h3 a{
	font-size: 18px;
	color: #333;
	line-height: 37px;

	text-decoration: none;
}
.con-text li h3 a:hover{
	color: #ff554d;
}
.con-text li p{
	font-size: 14px;
	line-height: 21px;
	height: 63px;
	color: #666;
	text-indent: 2em;
	text-align: justify;
	overflow: hidden;
}


/*底部版权*/
.footer{
	background: #1ea932;
	height: 170px;
	margin-top: 10px;
	overflow: hidden;
}
.footer_con{
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.footer_left{
  width: 620px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0px;
  padding-right: 50px;    
  display: block;
  float: left;
  overflow: hidden;
}
.footer_left p{
  font-size: 14px;
  color: #fff;
  font-family: "宋体";
  font-weight: normal;
  line-height: 30px;
  text-align: center;
}
.footer_right{
  width: 310px;
  height: auto;
  padding: 40px 0px;
  float: right;  
  overflow: hidden;
}
.footer_right img{
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 6px;
}
.footer_right p{
  font-size: 14px;
  color: #fff;
  font-family: "宋体";
  font-weight: normal;
  text-align: center;
  text-indent: 0; 
}