@charset "utf-8";
/* CSS Document */
body { font:12px/25px 'Microsoft Yahei', '\5B8B\4F53', Arial,sans-serif; color:#333; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,select,textarea,label,p,blockquote,th,td { margin:0; padding:0; }
ul,li { list-style:none; }
h1,h2,h3,h4,h5,h6 { font-size:inherit;font-weight:lighter; }
table { border-collapse:collapse;border-spacing:0; }
em,i { display:inline-block; /*font-weight:normal;*/ font-style:normal; }
input,select,textarea { font-family:"Microsoft Yahei"; color:#333; font-size:16px; }
b { font-weight:bold; }
img { margin:0; padding:0; border:0; }
a { color:#333; text-decoration:none; }
a:hover { color:#333; text-decoration:none; }
.clearfloat { clear:both; height:1px; }
.fl { float:left; }
.fr { float:right; }


/**** 首页 ****/
.wrapper {
	width: 100%;
	height: auto;
}
.header {
	width: 100%;
	height: 100px;
	border-bottom: solid 1px #963;
}
.headerin {
	width: 1200px;
	margin: 0 auto;
	height: 100px;
}
.headerin .logo {
	width: auto;
	float: left;
}
.headerin .txt {
	width: auto;
	float: right;
	padding: 50px 0 0 0;
	margin: 0 0 0 20px;
	line-height: 50px;
	font-size: 18px;
	color: #963;
}
.banner {
	width: 100%;
	height: 450px;
	background: url("../images/banner.png") no-repeat center center;
}
.main {
	width: 1200px;
	padding: 1px 0;
	margin: 0 auto 50px auto;
}
.intitle {
	width: 100%;
	margin: 50px 0 0 0;
	line-height: 60px;
	font-size: 48px;
	color: #963;
	text-align: center;
}
.jieqilist {
	width: 100%;
	padding: 1px 0;
}
.jieqilist .row {
	width: 100%;
	margin: 30px 0 0 0;
	overflow: hidden;
}
.jieqilist .row .pic {
	width: 128px;
	float: left;
}
.jieqilist .row .pic img {
	width: 100%;
}
.jieqilist .row .list {
	width: 1071px;
	float: right;
}
.jieqilist .row .list dl {
	width: 335px;
	height: 170px;
	float: left;
	border: solid 1px #ccc;
	padding: 10px 0;
	margin: 0 0 0 20px;
}
.jieqilist .row .list dl:nth-child(1), .jieqilist .row .list dl:nth-child(2), .jieqilist .row .list dl:nth-child(3) {
	margin-bottom: 20px;
}
.jieqilist .row .list dl dt {
	width: 100%;
	margin: 0 0 10px 0;
	line-height: 50px;
	font-size: 32px;
	text-align: center;
}
.jieqilist .row .list dl dt span {
	width: 40px;
	height: 50px;
	border: solid 1px #ccc;
	border-radius: 50%;
	display: inline-block;
}
.jieqilist .row .list dl dd {
	width: 100%;
	line-height: 35px;
	font-size: 20px;
	color: #666;
	text-align: center;
}
.footer {
	width: 100%;
	background: #963;
	padding: 15px 0;
	line-height: 35px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
/**** 首页 ****/