@charset "utf-8";
	* {
	margin:0;
	padding:0;
	list-style:none;
}
body,td,th {
	font:14px/1.5 arial,\5FAE\8F6F\96C5\9ED1,\5b8b\4f53,helvetica,sans-serif;
}
body {
	color:#202020;
	background:none;
}
body#about {
	background:url(/img/bg_intro.jpg) center no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
body#service {
	background:url(/img/bg_service.jpg) center no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
.clear {
	clear:both;
}
a {
	color:#202020;
	text-decoration:none;
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-ms-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
}
a:hover {
	color:#fff;
	text-decoration:none;
}
.sp {
	color:#2e8151;
}
/*sub*/

.sub-main {
	padding:100px 0;
	opacity:0;
	-webkit-transform:translateY(50px);
	transform:translateY(50px);
}
.sub-com {
	width:1200px;
	padding:45px 0 35px 0;
	margin:0 auto;
	background:url(/img/com_bg2.png);
}
.sub-title {
	width:1134px;
	margin:0 auto;
	padding-bottom:20px;
	border-bottom:1px #313131 solid;
}
.subTitle {
	width:360px;
	float:left;
}
.subTitle-nav {
	width:760px;
	float:right;
	padding-top:42px;
}
.subTitle-nav li {
	float:left;
	padding:0 30px 0 0;
}
.subTitle-nav li a {
	line-height:22px;
	font-size:15px;
	color:#3e3e3e;
}
.subTitle-nav li a:hover {
	color:#399963;
}
.subTitle-nav li a.current {
	color:#399963;
}
.sub-conts {
	width:1092px;
	margin:32px auto 0 auto;
	padding:40px 20px;
	min-height:350px;
	_height:350px;
	border:1px #313131 solid;
	font-size:14px;
	line-height:26px;
}
.sub-conts p {
	padding-bottom:20px;
}
.download-list li {
	border-bottom:1px #ccc dotted;
	line-height:30px;
	font-size:14px;
	padding:5px 0;
}
.download-list li span.d-title {
	padding-left:12px;
	position:relative;
}
.download-list li span.d-title:before {
	content:'';
	position:absolute;
	width:6px;
	height:6px;
	background:#399963;
	left:0;
	top:5px;
}
.download-list li a.download-btn {
	float:right;
	padding:0 25px;
	background:#399963;
	color:#fff;
	line-height:30px;
}
.download-list li a.download-btn:hover {
	color:#fff;
}
