/*news公共部分*/
.news_common{
	width: 100%;
	overflow: hidden;
	background:#fff url(../img/images/about_bg.jpg) no-repeat top center;
	background-size: 100%;
	padding: 60px 0 0;
	position: relative;
	z-index: 11;
}
.news_content{
	color: #626262;
	font-size: 14px;
	line-height: 25px;
}
.news_content h1{
	color: #3e3e3e;
	font-size: 36px;
	margin-bottom: 35px;
}
/*news页面独有*/
/*轮播图部分*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin:2.5px;
    display: inline-block;
    border-radius: 100%;
    background: none;
    border: 1px solid #aaa;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #0093dd;
    border: 1px solid #0093dd;
}
.news_banner{
	width: 100%;
	padding-bottom: 40px;
	overflow: hidden;
}
.news_img{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.news_img img{
	width: 100%;
	transition: all 0.5s;
}
.news_time{
	width: 120px;
	height: 75px;
	overflow: hidden;
	background-color: #0093dd;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding-top: 12px;
}
.news_time h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
.news_banner .swiper-slide a h4{
	font-size: 16px;
	color: #707070;
	line-height: 25px;
	margin: 20px 0;
}
.news_banner .swiper-slide a>p{
	position: absolute;
	bottom:70px;
	left: 0;
	font-size: 12px;
	height: 40px;
	overflow: hidden;
}
.news_banner .swiper-slide a:hover h4{
	color: #0093dd;
	font-weight: bold;
	text-decoration: underline;
}
.news_banner .swiper-slide a:hover img{
	transform: scale(1.2);
}
/*新闻分类*/
.news_classification{
	width: 100%;
	padding: 40px 0 45px;
	overflow: hidden;
}
.news_menu{
	width: 405px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.border_bottom{
	height: 2px;
	background-color:#0093dd;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
}
.news_menu li{
	padding: 0 5px;
	float: left;
	width: 135px;
	height: 45px;
	cursor: pointer;
}
.news_menu li a{
	text-align: center;
	display: block;
	width: 100%;
	font-size: 18px;
	color: #0093dd;
	line-height: 43px;
	border-bottom: 2px solid #bfbfbf;
}
.news_menu li .active{
	border-color: #0093dd;
}
.news_box{
	width: 100%;
	overflow: hidden;
}
.news_nav{
	width: 100%;
	border-top: 1px solid #bfbfbf;
	overflow: hidden;
	padding-top: 10px;
	display: none;
}
.news_nav:first-of-type{
	display: block;
}
.news_nav a{
	display: block;
	width: 100%;
	height: 135px;
	padding: 30px 0;
	position: relative;
	overflow: hidden;
	border-bottom: 1px dashed #bfbfbf;
	font-size: 14px;
	color: #999;
	line-height: 20px;
}

.news_nav a h4{
	font-size: 16px;
	height: 20px;
	color: #6e6e6e;
	margin-bottom: 15px;
}
.news_nav a strong{
	display: block;
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 30px;
}
.news_nav a:hover h4{
	font-weight: bold;
	color: #0093dd;
}
.news_more{
	width: 200px;
	height: 50px;
	color: #0093dd;
	font-size: 14px;
	line-height: 46px;
	text-align: center;
	background-color: #fff;
	border: 2px solid #0093dd;
	cursor: pointer;
	margin: 45px auto 0;
	transition: all 0.5s;
}
.news_more:hover{
	color: #fff;
	background-color: #0093dd;
	border: 2px solid #fff;
}
.download .download_box{
	width: 100%;
	height: 135px;
	padding: 30px 0;
	position: relative;
	overflow: hidden;
	border-bottom: 1px dashed #bfbfbf;
	font-size: 14px;
	color: #999;
	line-height: 20px;
}
.download_img{
	float: left;
	width: 50px;
	line-height: 75px;
}
.download_img img{
	width: 100%;
}
.download_name{
	width: calc(100% - 120px);
	float: right;
	line-height: 75px;
	font-size: 18px;
}
.download_button{
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background-color: #b7b7b7;
	position: absolute;
	right: 0;
	top: 47.5px;
	cursor: pointer;
}
.download_box:hover{
	color: #0093dd;
}
.download_box:hover .download_button{
	background-color:#0093dd;
}
@media only screen and (max-width:767px ) {
	.news_common{
		padding: 30px 0 0;
	}
	.news_content h1{
		color: #3e3e3e;
		font-size: 24px;
		margin-bottom: 20px;
	}
	.news_banner .swiper-slide a{
		display: block;
		width: 100%;
		height: 400px;
		text-align: left;
		color: #aaa;
		line-height: 20px;
		position: relative;
	}
	.news_banner .swiper-slide a>p{
		position: absolute;
		bottom:20px;
		left: 0;
		font-size: 12px;
		height: 60px;
		overflow: hidden;
	}
	.news_banner .swiper-slide a h4{
		font-size: 16px;
		color: #707070;
		line-height: 25px;
		margin: 10px 0;
	}
	.news_banner{
		width: 100%;
		padding-bottom: 20px;
		overflow: hidden;
	}
	.news_nav p{
		font-size: 12px;
	}
	.news_nav a{
		display: block;
		width: 100%;
		height: 150px;
		padding: 10px 0;
		position: relative;
		overflow: hidden;
		border-bottom: 1px dashed #bfbfbf;
		font-size: 14px;
		color: #999;
		line-height: 20px;
	}
	.news_nav a h4{
		font-size: 14px;
		height: 50px;
		line-height: 25px;
		color: #6e6e6e;
		margin-bottom: 5px;
	}
	.news_nav a strong{
		display: block;
		line-height: 20px;
		font-size: 12px;
		font-weight: normal;
		position: absolute;
		right: 0;
		top: 35px;
	}
	.news_menu{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		background-color: ;
	}
	.news_menu li{
		margin: 0;
		float: left;
		width: 33.33%;
		height: 45px;
	}
	.download_img{
		float: left;
		width: 40px;
		line-height: 75px;
	}
	.download_img img{
		width: 100%;
	}
	.download_name{
		width: calc(100% - 60px);
		float: right;
		line-height: 75px;
		font-size: 14px;
	}
	.download_button{
		width: 80px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		color: #fff;
		border-radius: 5px;
		background-color: #b7b7b7;
		position: absolute;
		right: 0;
		top: 52.5px;
		cursor: pointer;
		font-size: 12px;
	}
	.download_box:hover{
		color: #0093dd;
	}
	.download_box:hover .download_button{
		background-color:#0093dd;
	}
}
@media only screen and (max-width:350px ) {
	.news_banner .swiper-slide a{
		height: 365px;
	}
}
@media only screen and (min-width:768px ) {
	.news_common{
		padding: 100px 0 0;
	}
	.news_content h1{
		color: #3e3e3e;
		font-size: 36px;
		margin-bottom: 20px;
	}
	.news_banner .swiper-slide a{
		display: block;
		width: 100%;
		height: 450px;
		text-align: left;
		color: #aaa;
		line-height: 20px;
		position: relative;
	}
	.news_nav a{
		display: block;
		width: 100%;
		height: 135px;
		padding: 20px 0;
		position: relative;
		overflow: hidden;
		border-bottom: 1px dashed #bfbfbf;
		font-size: 14px;
		color: #999;
		line-height: 20px;
	}
}
@media only screen and (min-width:992px ) {
	.news_banner .swiper-slide a{
		display: block;
		width: 100%;
		height: 415px;
		text-align: left;
		color: #aaa;
		line-height: 20px;
		position: relative;
	}
	.news_nav a{
		display: block;
		width: 100%;
		height: 135px;
		padding: 30px 0;
		position: relative;
		overflow: hidden;
		border-bottom: 1px dashed #bfbfbf;
		font-size: 14px;
		color: #999;
		line-height: 20px;
	}
}
@media only screen and (min-width:1200px) {
	.news_banner .swiper-slide a{
		display: block;
		width: 100%;
		height: 460px;
		text-align: left;
		color: #aaa;
		line-height: 20px;
		position: relative;
	}
}
.download_button a {
 display: block;
	width: 100%;
	height: 35px;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	border-bottom: 0px dashed #bfbfbf;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}

.download_button a:hover {
 display: block;
	width: 100%;
	height: 35px;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	border-bottom: 0px dashed #bfbfbf;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}