
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "微软雅黑";
	background: url('../img/bj_img.png') no-repeat center top;
	
}
a {
	color: #49ffb0;
	font-size: 15px;
}
ul {
	list-style-type: none;
}
.layout-grid {
	height: 800px;
	width: 1000px;
	margin: 570px auto 0;
}
.layout-grid .grid-content {
	margin-left: 140px;
	width: 860px;
}
.layout-grid .grid-content dl dd{
	font-size: 15px;
	color: #f0f0f0;
	line-height: 15px;
}
.row {
	margin-bottom: 20px;
}
.row-2, .row-5 {
	color: #49ffb0 !important;
}
.row-3 {
	margin-bottom: 3px;
}
.row-3 a {
    display: inline-block;
    color: #ffe749;
    font-size: 13px;
    text-decoration: none;
    padding: 3px 10px;
    margin: 0 10px;
    border: 1px solid #636363;
    border-radius: 10px;
}
.row-3 a:hover {
	border: 1px solid #fff;
	color: #49ffb0;
}
.row-6 {
	margin-top: 45px;
}
.row-6 a:hover{
    color:#ffe749;
}
.row-7 {
	margin: 5px 0 30px;
}
.row-7 .block-content {
	width: 440px;
	height: 85px;
	padding: 20px 40px;
	margin-left: 95px;
	border: 1px dashed #636363;
	border-radius: 20px;
	line-height: 20px;
	text-indent: 2em;
}
.row-7 .block-content span {
	display: block;
	margin-top: 20px;
}
.row-9 {
	margin-top: 70px;
}
.row-9 .title {
	background-color: #00b36d;
	width: 250px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-size: 16px;
	text-align: right;
	padding-right: 30px;
	margin-bottom: 10px;
	border-radius: 13px;
}
.row-9 .content {
	margin-left: 140px;
}
.row-9 .content ul li {
	display: block;
	font-size: 15px;
}
.row-9 .content > ul > li {
	margin-bottom: 20px;
	line-height: 25px;
}
.row-9 .content > ul > li > span {
	color: #ffe749;
	vertical-align: top;
}
.row-9 .content .list-1 a{
	background: url('../img/ww_img.png') no-repeat left center;
	padding-left: 30px;
	margin: 0 15px 0 5px;
	color: #fff;
	text-decoration: none;
}
.row-9 .content .list-1 a:hover {
	color: #49ffb0; 
}
.row-9 .content .list-2 > span {
   vertical-align: top;
}
.row-9 .content .list-2 ul {
	display: inline-block;
}
.row-9 .content .list-2 ul li{
	line-height: 25px;
}
.row-9 .content .list-2 ul li i,
.row-9 .content .list-3 i {
    font-style: normal;
    font-size: 18px;
    margin-left: 5px;
}
.row-9 .content .list-4 {
	margin-top: 30px;
}
.row-9 .content .list-4 a:hover{
    color:#ffe749;
}
