.banner{
	position: relative;
	width: 100%;
	min-width:1200px;
}
.banner img{
	vertical-align: top;
	width: 100%;
	min-width:1200px;
}
.banner p{
	color:white;
	font-size: 3em;
	position: absolute;
	top: 50%;
	left:50%;
	white-space: nowrap;
	transform: translate3d(-50%,-50%,0);
}
.news_panel ul{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.news_panel ul li{
	float: left;
	width: 32.5%;
	margin-right: 1.25%;
	text-align: center;
	margin-bottom: 16px;
	box-sizing: border-box;
	font-family:"Microsoft Yahei" ;
	transition: all 300ms;
	-webkit-transition:all 300ms;
}
.news_panel ul li h4{
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: normal;
}
.news_panel ul li img{
	width: 100%;
	vertical-align: top;
}
.news_panel ul li p{
	line-height: 1.6;
	padding: 16px 30px 0;
}
.news_panel ul li:nth-child(3n){
	margin-right: 0;
}
.news_panel ul li .liImage{
	position: relative;
	overflow: hidden;
	height: 300px;
}
.news_panel ul li .liImage:hover .liImageMask:after{
	content: "查看详情";
    position: absolute;
    bottom: 30px;
    left: 50%;
    line-height: 30px;
    width: 100px;
    margin-left: -50px;
    background-color: #08e17d;
    border-radius: 50px;
    font-size: 14px;
    color: white;
    animation-name: bounceInUp;
    animation-duration: 800ms;
    animation-fill-mode: both;
}
.news_panel ul li .liImageMask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}
.news_panel ul li .liImageMask h4{
    text-align: center;
    color: white;
    font-size: 26px;
    margin-top: 50%;
    height: 68px;
    transform: translate3d(0,-100%,0);
    padding: 0 50px;
    line-height: 34px;
}
._list{
	padding:30px 0;
}
.news_list{
	padding:0 0 30px;
	width: 1200px;
	margin: 0 auto;
}
.txt_part h1{
	font-weight: normal;
	font-family: MicrosoftYaHei;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 1px;
}
.txt_part h4{
	font-weight: normal;
	font-family: ArialNarrow;
	font-size: 14px;
	color: #b3b3b3;
	line-height: 24px;
	margin-bottom: 50px;
}
.txt_part p{
	width: 450px;
	font-family: SimSun;
	font-size: 16px;
	line-height: 28px;
}
.circle_ul{
	text-align: left;
}
.circle_ul li{
	line-height: 60px;
	font-family: SimSun;
	font-size: 16px;
	padding:0 30px;
	border-bottom: 1px dashed #ccc;
}
.circle_ul li em{
	color: #989898;
	line-height: 60px;	
	float: right;
	font-size: 14px;
	font-family: '微软雅黑';
	font-style: normal;
}
._circle{
	width: 6px;
	height: 6px;
	border-radius: 6px;
	margin-right: 8px;
	border:3px solid #10e282;
	background-color: #fff;
	display: inline-block;
}
.pageBox{
	width: 1200px;
	margin: 30px auto 0;
	display: flex;
    justify-content: center;
}
.pageParam{
    justify-content: center;
    margin-bottom: 20px;
    display: flex;
    margin-top: 30px;
}
.pageParam li{
    text-align: center;
    float: left;
    padding: 0 5px;
    font-size: 16px;
    cursor: pointer;
}
.pageParam li a {
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    background-color: #f5f5f5;
    border-radius: 50%;
    color: #333;
}
.pageParam li a.activeLi{
    background-color: #33c2ff;
    color:white;
}