@charset "UTF-8";
/**
 * @authors luankezhen (luankezhen@foxmail.com)
 * @date    2013-08-18 14:49:58
 */
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, hr, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, summary, hgroup {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:"Microsoft YaHei", "SimHei", "SimSun";
}
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot@#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'iconfont';
	font-style: normal;
	-webkit-font-smoothing: antialiased;/*CSS3里面加入了一个“-webkit-font-smoothing”属性。这个属性可以使页面上的字体抗锯齿,使用后字体看起来会更清晰舒服。加上之后就顿时感觉页面小清晰了。*/
	-webkit-text-stroke-width: 0.2px;/*设置或检索对象中的文字的描边厚度*/
	/*-webkit-text-stroke-color:#ff0;*//*设置或检索对象中的文字的描边颜色*/
	-moz-osx-font-smoothing: grayscale;
	padding: 0 0 48px;
}
img {
	/*max-width: 100%;*/
	display: block;
	border:0;
	vertical-align:middle;
}
ul {
	list-style:none;
}
html, body {
	min-height: 100%;
	background: #fff;
}
body {
	font-family: Verdana;
	-webkit-text-size-adjust: none;
}
/*选中后背景色*/
::selection {color: #fff;background: #fd6114;} 
::-moz-selection {color: #fff;background: #fd6114;}
a {
	/*	*/
	text-decoration:none;
}
a:active, a:hover {
	outline: 0;
}
.a-del {
	color: #c00;
}
.a-del:hover {
	color: #b00;
	text-decoration: underline;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.icon-arrow-right {
	
}
.fb18 {
	font-size: 18px;
	font-weight: bold;
}
.fb24 {
	font-size: 24px;
	font-weight: bold;
}
.cred {
	color: #c00 !important;
}
.cblue {
	color: #06c !important;
}

/*====IE提示====*/
.ie8-tips {
	width:100%;
	padding:30px 0;
	border-bottom:1px solid #0066cc;
	background:#fff;
	color:#333;
	line-height:50px;
	text-align:center;
	font-size:2em;
}
.ie8-tips p {
	padding:5px 0;
}
.ie8-tips a {
	margin:0 1em;
	font-size:2em;
}
/*=清除非IE浏览器下的浮动溢出=*/
.wrapfix:after{	
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.wrapfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .wrapfix {
	height: 1%;
}
.wrapfix {
	display: block;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}
/* End hide from IE-mac */

.cleardiv{clear:both;}
.clearfix:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {clear:both;zoom:1;}
.mt10{margin-top:10px;}

.h180{line-height:180%;}
.tk2em{text-indent:2em;}
.p2{pading:2%;}

#wrap { display: block; min-width: 320px; max-width: 640px; width: 100%; margin: 0 auto; font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif; overflow: hidden; }

/* header */
.wap-header{text-align:center;overflow:hidden;position:relative;border-bottom:2px solid #fff;}
.wap-header img{border:0;width:100%;}
.header{position:relative;height:40px;line-height:40px;background:#666;color:#fff;padding-left:12px;}
.header a{color:#fff;}
.header .toptel{position:absolute;top:0;right:50px;z-index:1000;display:block;width:40px;height:40px;text-indent:-9999em;background:url(../../front/default/public/image/icon_tel.fw.png) no-repeat center center;background-size:86%;}

@media (min-width:641px){body{width:100%;margin:auto;}}


/*首页主体部分*/
/*新加内容*/
.clr {display:block;clear:both;height:0;overflow:hidden;}

.wapnav{background-color: #006f43;}
.wapnav ul{overflow:hidden;}
.wapnav li{float:left; width:25%; text-align:center;}
.wapnav li a{
	display:block;padding:15% 0px;font-size:0.8em;color:#fff;margin-top:1px;position:relative;
	background-color:#006f43;
	background-image:-moz-linear-gradient(top,#02824f,#01623b);
	background-image:-webkit-linear-gradient(top,#02824f,#01623b);
	background-image:-o-linear-gradient(top,#02824f,#01623b);
	background-image:-ms-linear-gradient(top,#02824f,#01623b);
	background-image:linear-gradient(top,#02824f,#01623b);
}
.wapnav li a:after{content:'';position:absolute;top:0;right:-2px;z-index:9;height:100%;width:0px;border-right:1px solid #017c4b;border-left:1px solid #02623c;}



/**/
.more-box{
	display:block;margin-top:0.5em;position:relative;background-color:#fafafa;
	background-image:-moz-linear-gradient(top , #fafafa , #d5d4d4);
	background-image:-webkit-linear-gradient(top , #fafafa , #d5d4d4);
	background-image:-o-linear-gradient(top , #fafafa , #d5d4d4);
	background-image:-ms-linear-gradient(top , #fafafa , #d5d4d4);
	background-image:linear-gradient(top , #fafafa , #d5d4d4);
	border-top-width: 1px;border-top-style: solid;border-top-color: #dedede;
	text-align: center;width: 60%;margin-right: auto;margin-bottom: 1.5em;margin-left: auto;
	padding-top: 2.5%;padding-right: 0px;padding-bottom: 2.5%;padding-left: 0px;
	border:1px solid #dedede;
	-webkit-border-radius:6px 6px 6px 6px;
	-moz-border-radius:6px 6px 6px 6px;
	border-radius:6px 6px 6px 6px;
}
.more-box a{color:#000;}


/**/
.news-box {margin-top: 1em;overflow: hidden;}
.news-box ul{overflow:hidden;list-style:none;}
.news-box ul li{
	width:100%;
	background-color:#fafafa;
	background-image:-moz-linear-gradient(top , #fafafa , #f6f6f6);
	background-image:-webkit-linear-gradient(top , #fafafa , #f6f6f6);
	background-image:-o-linear-gradient(top , #fafafa , #f6f6f6);
	background-image:-ms-linear-gradient(top , #fafafa , #f6f6f6);
	background-image:linear-gradient(top , #fafafa , #f6f6f6);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
	overflow: hidden;
	text-indent:3%;
	list-style:none;
	padding:2% 0;
	height:2em;
	line-height:2em;
	overflow:hidden;
}
.news-box ul li a{display:block;width:100%;color:#777;font-size:14px;}

.news-box dl{display:block;list-style:none;border-bottom:1px dashed #ddd;margin-bottom:2%;padding:0 2% 2%;}
.news-box dl dt{display:block;list-style:none;font-size:1.3em;font-weight:bold;}
.news-box dl dt span{color:#035892;}
.news-box dl dd{line-height:150%;text-indent:2em;color:#888;padding-top:5px;}

