/* CSS Document */
.banner-wrap{
	min-width:1200px;
	overflow:hidden;
	height:300px;
	background:url(../Images/news_01.png) center center no-repeat;
	background-size:cover;
	margin-top:70px;
	}
.banner-box{
	width:1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow:hidden;
	margin:0 auto;
	}
.banner-box p{
	text-align:center;
	font-size:38px;
	font-family:MicrosoftYaHei-Bold,MicrosoftYaHei;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:50px;
	margin-top: 95px;
	}
.shortline{
	margin-top: 11px;
	margin-bottom: 20px;
	width:34px;
	height:4px;
	background:rgba(182,150,106,1);
}
.banner-box span{
	text-align:center;
	color:#ffffff;
	font-size:18px;
	font-family:PingFangSC-Light,PingFang SC;
	font-weight:300;
	line-height:26px;
	letter-spacing:10px;
	opacity:0.67;
	}
/*服务内容*/
.serve-container-wrap{
	min-width:1160px;
	background:rgba(250,251,252,1);
	overflow:hidden;
	}
.serve-container-box{
	width:1160px;
	overflow:hidden;
	margin:0 auto;
	padding-top:28px;
	padding-bottom:75px;
	}
.serve-title{
	padding-bottom:8px;
	overflow:hidden;
	}
.serve-title a{
	font-size:13px;
	color:#425460;
	}
.serve-title a:hover{
	color:#03a0ef;
	}
.serve-title a:last-child{
	color:#425460;
	cursor:default;
	}
/*产品动态新闻*/
.news-box{
	overflow:hidden;
	}
.news-box ul{
	overflow:hidden;
	}
.news-box ul li{
	overflow:hidden;
	border-bottom:1px solid #eaeaea;
	padding:32px 0;
	cursor:pointer;
	}	
.news-img{
	width:240px;
	height:160px;
	overflow:hidden;
	float:left;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	position:relative;
	}
.opcity{
	position:absolute;
	top:0;
	left:0;
	background-color:#2b313a;
	opacity:0.3;
	filter:"alpha(opacity=30)"; /* IE 8 */
 	filter: alpha(opacity=30);   /* IE 4-7 */
    zoom: 1;              
	width:303px;
	height:203px;
	display:none;
	}
.news-container{
	width:876px;
	height:160px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#f6f6f6;
	float:right;
	overflow:hidden;
	position: relative;
	}
.news-container1{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	width: 876px;
}
.news-container1 p{
	font-size:20px;
	line-height: 28px;
	color:#333333;
	padding:30px 0 0 26px;
	}
.news-container1 div{
	margin-top: 20px;
	margin-right: 30px;
}
.news-container1 span{
	font-size:16px;
	color:#778189;
	line-height:24px;
	}

.container-text{
	margin-top: 10px;
	padding:0 26px;
	font-size:14px;
	color:#666666;
	line-height:30px;
	overflow: hidden;
	}
.container-text a{
	color:#666666;
	}	
.news-container i{
	padding-right:26px;
	font-size:14px;
	display:block;
	text-decoration:none;
	float:right;
	color:#0088cc;
	font-style:normal;
	}
	
	
/*页码*/
.page-wrap{
	overflow:hidden;
	margin:0 auto;
	width:460px;
	margin-top:60px;
	text-align:center;
}

.page-wrap ul li{
	font-size:14px;
	color:#666666;
	margin:0 auto;
	margin-left:10px;
	display:inline;
	width:30px;
	height:24px;
	line-height:24px;
}
.page-wrap ul .current{
	color:#0088cc;
	border-bottom:1px solid #3a84cf;
	}
#page a:hover{
	border-bottom:1px solid #3a84cf;
	color:#0088cc;
	cursor:pointer;
}
.next-btn{
	height:24px;
	line-height:24px;
	float:left;
	font-size:14px;
	color:#666666;
	margin-left:28px;
	cursor:pointer;
	}
.next-btn:hover{
	color:#0088cc;
	}