@charset "utf-8";
/* CSS Document */
.matter{
	width:100%;
	background:url(../images/serve.png) no-repeat center 0;
	box-sizing:border-box;
	}
.matter .cont .top{
	height:430px;
	box-sizing:border-box;
	padding:135px 0;
	}
.matter .cont .top>div{
	height:100%;
	box-sizing:border-box;
	}
.matter .cont .top>div h2{
	font-size:48px;
	}
.matter .cont .top>div span{
	display:inline-block;
	font-size:24px;
	height:50px;
	line-height:50px;
	margin-right:20px;
	}
.matter .cont .top >div .left_span{
	border-bottom:1px solid #333;
	}
.matter .cont .center{
	height:900px;
	box-sizing:border-box;
	color:#333;
	}
.matter .cont .center >h3{
	font-size:30px;
	height:76px;
	line-height:76px;
	border-bottom:1px solid #D2D2D2;
	margin-top:35px;
	}
.matter .cont .center .down{
	width:100%;
	height:680px;
	box-sizing:border-box;
	background:url(../images/down01.png) no-repeat center;
	position:relative;
	}
.down .text_box{
	width:368px;
	height:300px;
	position:absolute; top:119px; right:162px;
	}
.down .text_box h1{
	font-size:40px;
	height:40px;
	line-height:40px;
	color:#333;
	}
.down .text_box h2{
	font-size:20px;
	height:20px;
	line-height:20px;
	margin-top:18px;
	color:#333;
	}
.down .text_box span{
	display:block;
	width:160px;
	height:20px;
	font-size:16px;
	text-align:center;
	color:#999;
	margin-top:200px;
	}
.matter .cont .center ul{
	margin-top:45px;
	}
.matter .cont .center ul li{
	width:588px;
	height:120px;
	background:url(../images/down.png) no-repeat 520px center;
	background-color:#F5F5F5;
	box-sizing:border-box;
	padding:40px 24px;
	}
.matter .cont .center ul a{
	color:#333;
	}
.matter .cont .center ul a:nth-child(1) li{
	margin-right:24px;
	}
.matter .cont .center ul li h3{
	width:100%;
	height:100%;
	line-height:40px;
	box-sizing:border-box;
	padding-left:50px;
	font-size:24px;
	}
.matter .cont .center ul li:nth-child(1) h3{
	background:url(../images/shuomingshu.png) no-repeat left center;
	}
.matter .cont .center ul li:nth-child(2) h3{
	background:url(../images/zhinan.png) no-repeat left center;
	}
.matter .cont .bottom{
	height:1000px;
	box-sizing:border-box;
	color:#333;
	}
.matter .cont .bottom h1{
	font-size:30px;
	width:100%;
	height:90px;
	line-height:90px;
	border-bottom:1px solid #D2D2D2;
	}
.matter .cont .bottom ul{
	width:100%;
	}
.matter .cont .bottom ul li{
	width:100%;
	box-sizing:border-box;
	padding:16px 0 16px 120px;
	}
.matter .cont .bottom ul li:nth-child(1){
	background:url(../images/dianhua.png) no-repeat left center;
	}
.matter .cont .bottom ul li:nth-child(2){
	background:url(../images/go.png) no-repeat left center;
	}
.matter .cont .bottom ul li:nth-child(3){
	background:url(../images/dun.png) no-repeat left center;
	}
.matter .cont .bottom ul li:nth-child(4){
	background:url(../images/free.png) no-repeat left center;
	}
.matter .cont .bottom ul li:nth-child(5){
	background:url(../images/huan.png) no-repeat left center;
	}
.matter .cont .bottom ul li >div{
	width:100%;
	box-sizing:border-box;
	padding:20px 0;
	border-bottom:1px solid #D2D2D2;
	}
.matter .cont .bottom ul li >div h3{
	font-size:24px;
	margin-bottom:18px;
	
	} 
.matter .cont .bottom ul li >div p{
	font-size:16px;
	line-height:25px;
	} 
	
