.news_page {
	max-width: 900px;
	margin: 0 auto;
}

.articles h2{
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 1200px) {
	.news_page {
		width: 100%;
		padding:0 20px;
	}
}

.news_page .news_banner {
	height: 50px;
	line-height: 50px;
	margin-top: 15px;
	padding: 0 20px;
	border-bottom: 1px dashed #dbdbdb;
}

.news_page .news_banner li {
	float: left;
	font-size: 16px;
}

.news_page .news_banner li.next_page {
	margin: 0 26px;
}

.news_page .news_banner .new_date {
	float: right;
	font-size: 16px;
}

.news_page .news_banner li.current {
	color: #00a0e9;
}

.news_page .articles, .news_page .pages_wrapper {
	padding:30px 0;
	color: #4c4c4c;
}

.news_page .articles *{
	font-size: inherit;
}

.article-title{
	text-align: center;
	margin-bottom: 30px;
}

.article-title span{
	font-size: 12px;
	margin-right: 20px;
}

.news_page img{
	max-width: 640px;
	width: 100%;
}

.news_page .articles h1 {
	width: 100%;
	display: block;
	font-size: 32px;
	margin-bottom: 20px;
	text-align: center;
	color:#333;
	line-height: 48px;
}

.news_page .articles p {
	font-size: 16px;
	color: #808080;
	line-height: 1.8;
}

.news_page .articles .new_img {
	margin: 54px 0;
}

.news_page .pages_wrapper {
	padding-top: 0;
}

.news_page .pages_wrapper .up_to,
.news_page .pages_wrapper .next_to {
	margin-top: 10px;
	font-size: 16px;
	color: #00a0e9;
	padding:5px;
}

.news_page .pages_wrapper a {
	font-size: 16px;
}

.news_page .pages_wrapper a:hover {
	color: #00a0e9;
}

#gallery {
	width: 750px;
	height: 550px;
	position: relative;
	font-family: verdana, arial, sans-serif;
	background: #fff;
	left: 84px
}

#gallery #slide_wrapper {
	margin-top: 20px;
	width: 94px;
	height: 526px;
	position: absolute;
}

#slides {
	width: 100%;
	height: 410px;
	position: relative;
	top: 50px;
	bottom: 50px;
	overflow: hidden;
}

#slide {
	position: absolute;
}

#slides ul li {
	list-style: none;
	margin-top: 10px;
}

#slides ul li:first-child {
	margin-top: 0;
}

#slides ul li > a {
	display: block;
	width: 90px;
	height: 50px;
	border: 1px solid #b4b4b4;
	cursor: pointer;
}

#slides ul li > a:hover, #slides ul li > a.active {
	border: 1px solid #00a0e9;
}

#slide li a img {
	display: block;
	width: 100%;
	height: 100%;
}

#arr span {
	width: 40px;
	height: 92px;
	margin-top: -20px;
	left: 26px;
	background: #000;
	cursor: pointer;
	line-height: 92px;
	text-align: center;
	font-weight: bold;
	font-family: '黑体';
	font-size: 30px;
	color: #fff;
	opacity: 0.3;
	border: 1px solid #fff;
}

#arr #up {
	position: absolute;
	top: -4px;
	transform: rotate(-90deg);
}

#arr #down {
	position: absolute;
	bottom: -26px;
	transform: rotate(90deg);
}

#gallery #fullsize {
	position: absolute;
	left: 106px;
	top: 0;
	height: 430px;
	width: 750px;
	overflow: hidden;
	text-align: center;
	z-index: 200;
}

#gallery #fullsize div {
	width: 600px;
	height: 700px;
	padding-top: 70px;
	position: relative;
}

#gallery #fullsize div img {
	clear: both;
	display: block;
	margin: 0 auto;
	width: 480px;
	height: 360px;
	position: relative;
	background: #fff;
	border: 4px solid #e5e6e6;
}

.product_details {
	position: absolute;
	top:20px;
	left:555px;
	right:10px;
	height: 380px;
	padding-bottom: 50px;
}

.product_details .btn-div{
	position: absolute;
	bottom:3px;
	left:0;
	right:0;
}

.product_details .btn-div a{
	padding:10px 20px;
	border-radius: 3px;
	background-color: #00a3e9;
	color:#fff;
	font-size: 14px;
	margin-right: 20px;
	float: left;
}

.product_details .btn-div a.wechat-btn{
	background-color: #51c332;
}

.product_details .btn-div a.download-btn{
	background-color: #fff;
	color: #f30;
	border:1px solid #f30;
	float: right;
	padding:9px 19px;
	margin-right: 0;
}

.product_details .btn-div a.download-btn:hover{
	background-color: #f30;
	color: #fff;
}

.product_details .btn-div a:hover{
	opacity: 0.8;
}

.product_details .btn-div a i{
	margin-right: 5px;
	font-size: 18px;
	vertical-align: middle;
}

@media screen and (max-width: 640px) {
	.product_details{
		position:static;
	}
}

.product_details .address{
	padding: 0 0 10px;
}

.product_details p {
	line-height: 1.8;
	font-size: 16px;
	color: #4c4c4c;
	margin-bottom: 5px;
}
.product_details p.name,.product_details p.time{
	font-weight: bold;
}

.product_details h3{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}

.product_details i.fa-eye{
	margin-right: 10px;
	font-size: 16px;
}

.eye-btn{
	border:1px solid #f60;
	border-radius:3px;
	color:#f60;
	padding:5px 10px;
}

.eye-btn:hover{
	color:#f60;
}

.eye-btn span{
	padding-left:10px;
}

.details_wrapper {
	border-top: 1px solid #e5e6e6;
	padding-top: 40px;
	margin-top: 20px;
}

.details_wrapper .h_wrapper {
	height: 90px;
	background: #fff;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #fdfdfd;
	line-height: 80px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.details_wrapper .h_wrapper img{
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.details_wrapper .h_wrapper h1 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	width: 114px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding:0;
	letter-spacing: 4px;
}

.details_wrapper .h_wrapper .line {
	position: absolute;
	width: 414px;
	border: 2px solid #e5e6e6;
	bottom: 38px;
}

.product_details_wrapper {
	background: #fefefe;
}

.product_details_wrapper .connect_wrapper {
	max-width: 1200px;
}

.product_details_wrapper .connect_wrapper img {
	width: 100%;
}

@media screen and (max-width: 510px) {
	.product_details .btn-div a{
		margin:0 10px 15px !important;
		display: inline-block;
		float:none !important;
	}
	.product_details{
		width: 96% !important;
		height: auto !important;
	}
}

@media screen and (max-width: 540px) {
	.showbox-div {
		-webkit-transform-origin:0 0;
		-moz-transform-origin:0 0;
		-ms-transform-origin:0 0;
		-o-transform-origin:0 0;
		transform-origin:0 0;
	}
}

@media screen and (max-width: 980px) {
	.showbox-div {
		margin: 0 auto;
	}

	.content .product_details {
		width: 80%;
		min-height: auto;
		position: relative;
		top: 0;
		left: 0;
		margin: 20px auto;
		padding: 0;
	}

	.content .product_details h3, .content .product_details p {
		text-align: center;
	}

	.content .product_details .btn-div {
		text-align: center;
		position: static;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.wechat-bg{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:100;
	background-color: rgba(0,0,0,0.5);
	display: none;
}

.wechat-bg .img-div{
	text-align: center;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9;
	width: 200px;
	height: 220px;
	padding:10px;
	margin: -110px 0 0 -100px;
	background-color: #fff;
}

.wechat-bg .img-div img{
	width: 180px;
	height:180px;
}