/*分页样式浅蓝绿小*/
.pglist{padding: 10px 0 20px;width:100%;text-align: center;clear: both;}
.pglist a,.pglist span{color: #666;padding: 0 12px;margin: 0 3px;display: inline-block;vertical-align: middle;line-height: 28px;background: #fff;border: 1px solid #ddd;-webkit-border-radius: 2px;border-radius: 2px;}
.pglist a:hover,.pglist span{display:inline-block;color: #fff;background: #0195A1;border-color: #0195A1;}
.pglist a.page-num-current{display:inline-block;color: #fff;background: #0195A1;border-color: #0195A1;}

h1 {
	font-size: 24px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
}
p {
	font-size: 14px;
}

/*宽度*/
.full-warp {
	width: 100%;
	/*padding-left: 15px;
padding-right: 15px;*/
}
.w1200 {
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}
.g-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	text-align: center;
	font-size: 0;
}
.g-logo {
	position: relative;
	display: inline-block;
	margin-right: 27px;
}
.g-logo img {
	display: inline-block;
	padding: 0 15px;
}
.g-logo:after {
	position: absolute;
	top: -12px;
	left: 50%;
	content: '';
	display: block;
	margin-left: -75px;
	width: 150px;
	height: 0;
	border-top: 60px solid rgba(0, 0, 0, .3);
	border-right: 22px solid transparent;
	border-left: 22px solid transparent;
	z-index: -1;
}
.g-header .navmenu {
	display: inline-block;
}
.g-header .navmenu a {
	display: inline-block;
	width: 120px;
	height: 50px;
	margin-right: 1px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	background-color: rgba(0, 0, 0, .3);
	color: #fff;
	transform: skewX(-20deg);
	transition: .3s ease-out;
}
.g-header .navmenu a>span {
	display: inline-block;
	transform: skewX(20deg);
}
.g-header .navmenu a:hover {
	background-color: #00ABC7;
	color: #fff;
}

.g-header .navmenu .cur {
	background-color: #00ABC7;
	color: #fff;
}
.g-header .navmenu a.navActive {
	background-color: #00ABC7;
	color: #fff;
}
@media(max-width: 768px) {
	.g-header {
		text-align: left;
	}
	.g-header .navmenu {
		display: none;
	}
	.g-logo img {
		display: inline-block;
		padding: 10px 15px;
	}
	.g-logo:after {
		display: none;
	}
}

/*wap*/

.nav-wapbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0);
	visibility: hidden;
	overflow: hidden;
	z-index: 9;
	opacity: 0;
	transform: translateX(55px);
	transition: all .3s;
}
.nav-wapbox .navmenu {
	padding-top: 120px;
}
.nav-wapbox .navmenu a {
	display: block;
	margin-bottom: 25px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.navclose-btn,
.navopen-btn {
	top: 10px;
	right: 10px;
	z-index: 9;
	display: none;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	text-align: center;
	color: #00ABC7;
	background: none;
}
.navopen-btn {
	display: none;
	position: fixed;
	border: 1px solid #00ABC7;
}
.navclose-btn {
	position: absolute;
	border: 1px solid #000;
}
.showthis {
	transform: translateX(0);
	visibility: visible;
	opacity: 1;
}
@media (max-width: 768px) {
	.navopen-btn {
		display: block;
	}
}
.g-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	padding:0 1%;
	line-height: 40px;
	background-color: #171717;
	color: #999;
}
.g-footer a {
	color: #333;
	transition: .3s;
}
.g-footer a:hover {
	color: #fff;
}

/* Gotop */

.Gotop {
	position: fixed;
	_position: absolute;
	bottom: 100px;
	right: 5px;
	width: 30px;
	height: 30px;
	display: none;
}
.Gotop a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	display: inline-block;
	background-color: #333;
}

/*@media 5 moban .com*/

@media (max-width: 940px) {}