.page-content {
	margin-top: 35px;
	line-height: 28px;
	padding-bottom: 40px;
}

.page-content img {
	max-width: 100%;
}

.page-banner img {
	width: 100%;
}

.bt {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding: 40px 0 20px;
}

@media (max-width:768px) {
	.bt {
		padding: 20px 0 10px;
	}
}

.page-navbox {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.page-navlist,
.page-navpath {
	width: 50%;
	line-height: 40px;
}

.page-navlist {
	font-size: 0;
}

.page-navlist a {
	padding: 0 15px;
	margin-right: 10px;
	background-color: #eee;
	font-size: 16px;
	color: #666;
	display: inline-block;
}

.page-navpath {
	text-align: right;
}

.page-navpath a {
	color: #666;
}

.page-navpath b {
	font-family: simsun;
	color: #ccc;
	padding: 0 5px;
}

.page-navpath span {
	color: #4CACC2;
}

.page-navlist .on {
	background-color: #4CACC2;
	color: #fff;
}

.page-navlist a:hover {
	background-color: #4CACC2;
	color: #fff;
}

@media (max-width:768px) {

	.page-navlist,
	.page-navpath {
		width: 100%;
		line-height: 40px;
		text-align: center;
	}

	.page-navlist a {
		margin-right: 0;
	}

	.page-navpath {
		display: none;
	}
}



/*产品*/
.c-pro-bg {
	background: url(../images/pro_bg.jpg) no-repeat top center;
	padding: 20px 0 60px;
	margin-top: 60px;
}

.c-prolist {
	margin-top: 20px;
}

.c-prolist li {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 5px;
}

.c-prolist li a {
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.c-prolist li img {
	width: 100%;
}

.c-prolist li a span {
	position: absolute;
	bottom: -40px;
	width: 100%;
	left: 0;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 10px 0;
	transition: all .2s;

}

.c-prolist li a:hover span {
	bottom: 0;
}

@media(max-width:768px) {
	.c-prolist li {
		width: 50%;
	}
}


.pagecode-box {
	padding: 25px 15px;
}

.pagecode-num {
	text-align: center;
	vertical-align: middle;
	font-size: 0;
}

.pagecode-num span {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
	border: 1px solid #78B6C5;
	background-color: #78B6C5;
	transform: scale(1.05);
}

.pagecode-num b {}

.pagecode-num a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #eee;
	background-color: #eee;
	font-size: 14px;
	color: #666;
	margin: 0 1px;
	transition: .3s;
}

.pagecode-num a:first-child,
.pagecode-num a:last-child {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #eee;
	background-color: #eee;
	font-size: 14px;
	color: #333;
	font-size: 16px;
	margin: 0 1px;
	font-family: simsun;
	transition: .3s;
	cursor: pointer;
}

.pagecode-num a:first-child {
	margin-right: 10px;
}

.pagecode-num a:last-child {
	margin-left: 10px;
}


.pagecode-num a:hover {
	transform: scale(1.05);
	background-color: #78B6C5;
	border-color: #78B6C5;
	color: #fff;
}
