.services-box 						{	
										position: relative;
										width: 1600px;
										height: 880px;
										margin: 0 auto;
										padding-bottom: 70px;
										overflow: hidden;

									}

.services-bgImg 					{
										position: absolute;
										left: 0px;
										top: 0px;
										width: 100%;
										height: 100%;
										z-index: -1;
										display: block;
										background: #040d22;
}

.services-bgImg img 				{
										display: block;
										width: 1600px;
										margin: 0 auto;
										overflow: hidden;
}

.bgGreen 							{	background: #13935d;	}


/*内页背景设置*/

.services_banner 					{
										background: url(../images/services-bgImg.jpg) no-repeat center top #040d22;
}

.about_banner 					{
										background: url(../images/about_banner.jpg) no-repeat center top #000000;
}
/*服务体系*/

.services-system 					{
										width: 680px;
										height: 570px;
}

.s-s-img 							{	height: 470px;	width:100%;		}

.s-s-txt 							{
										position: relative;
										height: 100px;
										padding: 0 15px;
										font-family: 'HelveticaNeue LT 35 Thin';
										color: #fff;
}



.s-s-txt .rmore						{	position: absolute; right: 20px; bottom: 30px;	}

.t-img 								{	position: relative; top: 14px;	}

.s-s-txt .fontCh 					{	
										font-size: 20px;
										position: absolute;
										left: 60px;
										top: -15px;
										font-family: "微软雅黑";

									}

.s-s-txt .fontMax 					{	font-size: 72px;	}

.services-system .s-s-line 			{	
										height: 1px;
										width: 100%;
										position: absolute;
										left: 0px;
										bottom: 110px;
										background: #169261;


									}


/*服务网络*/

.services-network 					{
										width: 700px;
										height: 570px;
}


/*平台*/

.services-platform 					{
										width: 570px;
										height: 300px;
										background: #b85c0e;
										position: relative;
										margin-left: 300px;
}

.services-platform .bg-Color 		{
										width: 380px;
										height: 100%;
										position: absolute;
										left: 0px;
										top: 0px;
										background: url(../images/opcity-yellow.png) repeat repeat;
}


.services-platform .s-s-txt  		{	position: absolute; bottom: 0px; left: 0px; bottom: 0px; width: 540px; }


.services-platform .platform-img 	{	position: absolute; width: 100%; height: 100%; left: 0px; top: 0px;}


/*新闻*/

.services-news 						{
										width: 530px;
										height: 300px;
										background: #fff;	
										border-right: 7px solid #0f9455;
}

.services-news .s-s-txt 			{	color: #242424;	}


.services-news .s-n-n-list 			{

										width: 490px;
										margin: 0px auto;
										padding: 25px 0;
										border-top: 1px solid #d7d7d7;
}

.services-news .s-n-n-list li 		{	
										height: 30px;
										line-height: 30px;
										text-indent: 10px;
										background: url(../images/qd_ul_li.jpg) no-repeat left center;

									}



.last-line 							{
										width: 100%;
										height: 1px;
										background: #0a954e;
										margin-left: 300px;
										margin-top: 10px;
}



/*内页服务头部*/

.services-head-box 					{
										width: 100%;
										height: 350px;
										position: absolute;
										left: 0px;
										top: 0px;
										background: #ccc;
}

.services-head 						{
										height: 240px;
}

.services-head .s-head-box 			{
										width: 50%;
										height: 100%;
}

.s-head-box-l 						{	background: url(../images/s-head-box-l.jpg) no-repeat center center;	}
.s-head-box-r 						{	background: url(../images/s-head-box-r.jpg) no-repeat center center;	}

.f-r { float: right;}
.f-l { float:left;}


.services-b-img 					{
										height: 110px;
										background: yellow;
}


.s-h-box-text 						{
										width: 310px;
										height: 140px;
										border-left: 1px solid #fff;
										margin-top: 50px;
										color: #fff;
										padding-left: 20px;
}

.s-h-box-text span 					{	display: block; margin: 10px 0;	}

.s-h-box-text h3 					{
										font-family: 'Helvetica-Black-SemiBold';
										font-size: 24px;
}


/*内页标题*/

.services-title 					{
										height: 100px;
										background: #f5f5f5;
										border: 1px solid #dcdcdc;
										text-align: center;
										padding-top: 20px;
										position: relative;
										margin-bottom: 40px;
}
.t320{margin-top: 320px;}
.t0{margin-top: 0px;}

.services-title .ch 				{
										font-size: 36px;
										color: #004ca1;
}

.services-title .en  				{
										font-size: 34px;
										color: #d8d8d8;
										font-family: 'Myriad Pro';
										text-transform: uppercase;
}

.services-title .arrawPnext 		{
										width: 16px;
										height: 32px;
										position: absolute;
										top: 44px;
}

.services-title .arraw-prev 		{	left: 20px;	background: url(../images/arraw-prev.png) no-repeat center center;	}	
.services-title .arraw-next 		{	right: 20px; background: url(../images/arraw-next.png) no-repeat center center;	}	
.services-title .arraw-prev:hover 	{	background: url(../images/arraw-prev-h.png) no-repeat center center;	}
.services-title .arraw-next:hover 	{	background: url(../images/arraw-next-h.png) no-repeat center center;	}


.services-area-box 					{
										padding: 10px;
										border: 1px solid #c3c3c3;
										border-radius: 5px;
										-webkit-border-radius: 5px;
										-moz-border-radius: 5px;
										-o-border-radius: 5px;
										margin-bottom: 20px;
										box-shadow: 0 0 2px #ccc;
										-webkit-box-shadow: 0 0 2px #ccc;
										-moz-box-shadow: 0 0 2px #ccc;
										-o-box-shadow: 0 0 2px #ccc;
										background: url(../images/services-area-box-bg.jpg) repeat-x left top;
}

.services-area-box .s-a-b-l 		{
										width: 130px;
										height: 130px;
										line-height: 130px;
										background: #95b1c7;
										border: 1px solid #86a0b4;
										border-radius: 5px;
										-webkit-border-radius: 5px;
										-moz-border-radius: 5px;
										-o-border-radius: 5px;
										color: #fff;
										font-size: 14px;
										text-align: center;
}

.services-area-box .s-a-b-r 		{ 	padding-top: 14px; width: 830px; font-size: 14px; line-height: 26px;	}
.s-sort-box 						{
										min-height: 400px;
										padding-top: 30px;
										background: url(../images/s-sort-box-line.jpg) repeat-y center top;
}

.s-sort-box li 						{
										width: 450px;
										padding: 15px;
										background: #f5f5f5;
										border: 1px solid #e3e3e3;
										border-radius: 10px;
										-webkit-border-radius: 10px;
										-moz-border-radius: 10px;
										-o-border-radius: 10px;
										position: relative;
}

.s-sort-box li:hover 				{	background: #fffbf5;	}

.s-sort-title 						{
										border-bottom: 1px solid #fbd3b0;
										height: 30px;
										font-size: 16px;
										color: #e35d00;
										font-weight: bold;
}

.services-ts-editor,
.s-sort-editor 						{	font-size: 14px; line-height: 28px; padding: 15px 0 0 0;	}
.s-sort-editor dd,.s-sort-editor dt {	float: left;	}
.s-sort-editor dd 					{	width: 365px;	}
.s-sort-editor dt 					{	width: 70px; font-weight: bold;		}

.araww-direction 					{
										width: 34px;
										height: 14px;
										position: absolute;
										position: absolute;
										
										top: 20px;
}

.araww-direction-l 					{ right: -28px;	background: url(../images/araww-direction-l.png) no-repeat center center;	}
.araww-direction-r 					{ left: -27px;	background: url(../images/araww-direction-r.png) no-repeat center center;	}


/*内页标题*/

.services-p-title 					{
										height: 120px;
										border-bottom: 1px solid #878787;
										position: relative;
										margin-top: -52px;
										padding-top: 35px;
}

.services-p-title .s-p-title 		{
										font-size: 34px;
										color: #373737;
										position: relative;
										top: 22px;
										margin-right: 20px;
}

.services-p-title .s-p-img 			{	margin-right: 20px;	}

.services-p-title .s-p-text 		{	width: 490px; position: relative; top: 40px; font-size: 14px; padding-top: 15px; line-height: 22px;	}
.services-p-title .s-p-text b 		{
										display: block;
										width: 70px;
										height: 2px;
										background: #35a7c6;
										position: absolute;
										left: 0px;
										top: 0px;
}

.services-p-title .moveAraww 		{
										position: absolute;
										right: 0px;
										bottom: -17px;
}


.services-p-editor 					{	font-size: 14px; line-height: 28px;	}


.editor-gary-box 					{
										width: 600px;
										margin: 70px auto 0 auto;
										background: url(../images/jiao.png) no-repeat right bottom #e6e6e7;
										padding: 60px 80px;
										position: relative;
}

.editor-gary-title 					{
										width: 260px;
										height: 35px;
										line-height: 35px;
										background: url(../images/editor-gary-title.png) no-repeat center center;
										position: absolute;
										right: 0px;
										top: -17px;
										font-size: 22px;
										color: #fff;
										text-align: center;

}


.services-ot-link ul 				{	width: 1075px;	}
.services-ot-link li 				{
										width: 155px;
										height: 215px;
										padding: 15px;
										background: #f1f1f1;
										border: 1px solid #cfcfcf;
										border-radius: 15px;
										-webkit-border-radius: 15px;
										-moz-border-radius: 15px;
										-o-border-radius: 15px;
										float: left;
										margin-right: 18px;
}

.services-ot-link li h2 			{	font-weight: 400; font-size: 22px;	}

.s-ot-link-h 						{
										text-align: center;
										display: block;
}

.s-ot-link-b 	 					{
										height: 80px;
										position: relative;
										line-height: 20px;
										padding: 20px 0;
										border-top: 1px solid #666666;
}


.s-ot-link-b .more 					{
										text-decoration: underline;
										font-size: 14px;
										color: #333333;
										font-weight: bold;
										position: absolute;
										right: 0px;
										bottom: 10px;
										text-transform: uppercase;
}



/* 新闻 */

.services-news-box .s-news-l 		{
										width: 190px;
										height: 135px;
}

.services-news-box .s-news-r 		{
										width: 800px;
										height: 135px;

}

.services-news-box li 				{
										padding: 15px 0;
										border-bottom: 1px solid #dddddd;
										background: #fff;
}	

.services-news-box li:hover 		{	background: #f5f5f5;	}

.services-news-box .s-news-r h3,
.services-news-box .s-news-r h4,
.services-news-box .s-news-r h6 	{	font-weight: 400; font-size: 14px;	}

.services-news-box .s-news-r h3 a 	{	font-size: 18px; color: #333;	}
.services-news-box .s-news-r h4 	{	height: 45px; line-height: 22px; margin-top: 10px; overflow: hidden;	}
.services-news-box .s-news-r h6 	{	margin-top: 10px;	}
.services-news-box .s-news-r h6 span 		{	color: #1d6cb5;	}



/*翻页*/
.page_num 							{	padding: 30px 0;	}
.page_num span 						{	
										background: #fff;



									}
.page_num a  						{	background: #e6e6e6;		}

.page_num span,
.page_num a 						{	
										display: inline-block;
										height: 25px;
										line-height: 25px;
										padding: 0 8px;

}

.page_num .avtive,
.page_num a:hover 					{	background: #ed6d00; color: #fff;	}

.page_num input[type='text'] 		{
										border:1px solid #c4c4c4;
										width: 55px;
										height: 25px;
										line-height: 25px;
										margin: 0 5px;
										text-align: center;
}

.page_num input[type='submit'] 		{
										background: #ed6d00;
										color: #fff;
										text-align: center;
										display: inline-block;
										height: 25px;
										padding: 0 20px;
										margin-left: 10px;
} 



.s-news-list-title 					{
										font-size: 22px;
										text-align: center;
										font-weight: 400;
}

.s-news-list-time 					{
										height: 35px;
										line-height: 35px;
										background: #efefef;
										text-align: center;
}

.s-news-list-time span 				{	margin: 0 10px;	}

.s-news-list-editor 				{	padding: 30px 0; line-height: 28px; font-size: 14px;  }

.hasbor 							{	border-right: 1px solid #d8d8d8;	}

.s-n-list-n-box 					{	
										width: 501px;
										height: 35px;
										line-height: 35px;
										background: #f8f8f8;
										margin: 50px 0;
										border-top: 1px solid #d8d8d8;
										border-bottom: 1px solid #d8d8d8;
										text-indent: 10px;

}

.s-n-list-ot-title 					{
										height: 40px;
										line-height: 40px;
										font-size: 14px;
										font-weight: bold;
										border-bottom: 1px solid #d8d8d8;
}

.s-n-list-ot-box  					{	padding: 10px 0;	}

.s-n-list-ot-box li 				{
										float: left;
										width: 50%;
										float: left;
										height: 30px;
										line-height: 30px;
										text-indent: 10px;
										background: url(../images/hzxw_xg_li.jpg) no-repeat left center;
}



/*add*/


.liucheng-box 						{
										position: relative;
}

.liucheng-box .liucheng 			{
										width: 605px;
										height: 320px;
										position: absolute;
										right: 30px;
										top: 40px;
										padding: 30px 20px;
										text-align: left;
}