body,
div,
main,
section,
article,
header,
footer,
nav,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0
}

html,
body {
	overflow-x: hidden;
	width: 100%
}

body {
	font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "\5B8B\4F53";
	line-height: 1;
	color: #85888e
}

ul,
li {
	list-style: none
}

input,
textarea {
	outline: 0
}

img {
	max-width: 100%
}

img,
input {
	border: 0;
	vertical-align: top
}

a {
	color: #85888e;
	text-decoration: none;
	outline: 0;
	transition: all .2s cubic-bezier(0.215, .61, .355, 1);
	-moz-transition: all .2s cubic-bezier(0.215, .61, .355, 1);
	-webkit-transition: all .2s cubic-bezier(0.215, .61, .355, 1)
}


/*动态上移出现*/

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}


/*动态左移出现*/

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.flap {
	/*visibility: hidden;*/
	animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-fill-mode: backwards;
	-moz-animation-fill-mode: backwards;
	-webkit-animation-fill-mode: backwards
}


/*标志图片*/

.banner-news {
	width: 100%;
}

.banner-news img {
	width: 100%;
	height: 100%;
}

/*内容框架*/

.box {
	/*margin-top: 80px;*/
	padding-top: 100px;
	padding-bottom: 100px;
	width: 1200px;
	min-width: 1200px;
	margin: 0px auto;
}
@media (max-width: 1199px){
	.box {
	    padding-top: 30px!important;
	    padding-bottom: 30px!important;
	}
}

/*内容导航样式*/

.subpage-nav {
	font-size: 14px;
	overflow: hidden;
}

.subpage-nav-one {
	width: 94px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	display: inline-block;
	color: #464a53;
	border-radius: 30px;
	text-align: center;
	background-color: white;
	/*behavior: url(ie-css3.htc);*/
}

.current,
.subpage-nav-one:hover {
	width: 94px;
	height: 30px;
	color: #fff;
	background-color: #208bd3;
	display: inline-block;
}


/*内容列表样式*/

.news-lists {
	margin: 70px 0 -20px 0
}

.news-list {
	margin-top: 10px;
	background-color: rgb(250, 250, 252);
}

.news-one {
	margin-bottom: 20px;
	display: block;
	border: 1px solid transparent;
	background-color: #fafafc
}

.news-img-box {
	float: left;
	padding: 15px;
	width: 310px;
}

.news-img-box img {
	width: 310px;
	height: 130px;
}

.news-list-content {
	float: left;
	padding: 30px 0 21px 34px;
	width: 562px;
	display: inline;
}

.news-list-tit {
	display: block;
	height: 24px;
	font-size: 16px;
	font-weight: 400;
	color: #717171;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-list-type {
	margin: 6px 0 10px;
	font-size: 12px;
	color: #d2d2d2
}

.news-list-text {
	display: block;
	height: 52px;
	line-height: 24px;
	font-size: 12px;
	color: #A2A2A2;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-time {
	float: right;
	color: #999 !important
}

.news-time-month {
	display: block;
	height: 26px;
	font-size: 24px
}

.news-time-year {
	display: block;
	font-size: 13px
}

.news-time-box {
	padding: 36px 66px 0 0;
}

.news-more-btn {
	margin-top: 22px;
	display: block;
	background: url(../img/to-more-before.png) no-repeat center;
}

.more-btn {
	position: relative;
	display: inline-block;
	width: 65px;
	height: 22px;
	line-height: 22px color: #dbdbdb;
	border-radius: 22px;
	border: 1px solid #dbdbdb;
	transition: all .6s cubic-bezier(0.215, .61, .355, 1);
	-moz-transition: all .6s cubic-bezier(0.215, .61, .355, 1);
	-webkit-transition: all .6s cubic-bezier(0.215, .61, .355, 1);
}

/*鼠标放上新闻列表效果*/

.news-one:hover {
	border: 1px solid #efefef;
	box-shadow: 0 6px 10px 5px rgba(0, 0, 0, .08);
	behavior: url(ie-css3.htc);
}

.news-one:hover .news-list-text {
	color: #999
}

.news-one:hover .news-list-tit{
	color: #333
}

.news-one:hover .more-btn {
	background-color: #208bd3;
}
.news-one:hover .news-more-btn {
	background-image:url(../img/to-more-after.png);
}

/*css3平滑移动效果*/

.news-one,
.news-img-box,
.news-list-content,
.news-list-tit,
.news-list-text,
.news-time-box {
	transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out
}


/*新闻列表屏幕兼容*/

@media (min-width:1200px) {
	.news-list-text {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical
	}
	.news-one:hover .news-list-content {
		padding: 30px 0 23px 54px;
		width: 562px
	}
	.news-one:hover .news-img-box {
		background: #208bd3
	}
	.news-one:hover .news-more-btn {
		margin: 22px 0 0 58px;
	}
	.news-one:hover .news-time-box {
		padding-right: 70px;
	}
}

@media (max-width:1199px) {
	.news-lists {
		margin: 30px 0 -20px 0
	}
	.news-one {
		padding: 15px
	}
	.news-img-box {
		display: none
	}
	.news-list-content {
		float: none;
		padding: 0;
		width: 100%
	}
	.news-list-tit {
		margin-bottom: 10px
	}
	.news-list-text {
		height: auto;
		line-height: 20px
	}
	.news-time {
		float: none;
		padding: 20px 0 0
	}
	.news-time-box {
		float: left;
		padding: 0
	}
	.news-time-year {
		float: right;
		margin-right: 10px
	}
	.news-time-month,
	.news-time-year {
		line-height: 22px;
		font-size: 16px;
		color: #717171;
		vertical-align: top
	}
	.news-time-month {
		float: right
	}
	.news-one:hover .news-time-month,
	.news-one:hover .news-time-year {
		color: #333
	}
	.news-more-btn {
		float: right;
		margin: 0
	}
}


/*清除新闻列表的浮动效果*/

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
	content: " ";
	display: table
}

.clearfix:after,
.container:after {
	clear: both
}


/*翻页*/

.page-box {
	overflow: hidden;
	padding-top: 70px
}

.page-number {
	overflow: hidden;
	float: left;
	margin-left: -5px;
	margin-right: -5px;
	height: 60px
}

.page-number a,
.page-number b,
.page-number i {
	display: block;
	float: left;
	margin: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #b2b2b2;
	text-align: center;
	border-radius: 40px;
	border: 1px solid #b2b2b2;
	/*behavior: url(ie-css3.htc);*/
}

.page-number b {
	color: #fff;
	font-weight: 700;
	background-color: #b0b0b0
}

.page-number i {
	width: 30px;
	border: 0
}

.page-number a:hover {
	margin-top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	border: 1px solid #208bd3;
	background-color: #208bd3;
}

.page-turn {
	overflow: hidden;
	float: right;
	margin-top: 10px
}

.page-turn .more-btn {
	display: block;
	width: 91px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #208bd3;
	background-color: #208bd3
}

.page-turn .more-btn.cur {
	cursor: default;
	border-color: #dbdbdb;
	background-color: transparent
}

.page-turn .page-turn-left {
	float: left;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right-color: #dbdbdb;
}

.page-turn .page-turn-right {
	float: right;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
}

.to-last-btn {
	margin-top: 16px;
	width: 30px;
	height: 7px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background: url(../img/to-last-before.png) no-repeat center;
}

.to-next-btn {
	margin-top: 16px;
	width: 30px;
	height: 7px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background: url(../img/to-more-after.png) no-repeat center;
}
.page-turn-left:after {
	top: 17px;
	right: 51px;
	background-repeat: no-repeat;
}

.page-turn-right:after {
	top: 17px;
	right: 22px;
	background-repeat: no-repeat;
}

.page-turn-left.cur:after,
.page-turn-left.cur:hover:after {
	background-repeat: no-repeat;
}

.page-turn-left:hover:after {
	background-repeat: no-repeat;
}

.page-turn-right.cur:after,
.page-turn-right.cur:hover:after {
	background-repeat: no-repeat;
}

.page-turn-right:hover:after {
	background-repeat: no-repeat;
}

@media (max-width:767px) {
	.page-number {
		display: none
	}
}

@media (max-width:1199px) {
	.page-box {
		padding-top: 30px
	}
}

