* {
	-webkit-tap-highlight-color: transparent;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
div, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, select, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	margin: 0;
	padding: 0;
}
body {
	background-color: #efefef;
	background: linear-gradient(-45deg, #efefef 0, #f9f9f9 100%);
	color: #333;
	font: 16px/1.75em Arial, "Microsoft Yahei", "Lucida Grande";
	overflow-x: hidden;
	width: 100%;
	word-break: break-all;
}
table {
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 16px;
	width: 100%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	box-sizing: border-box;
}
table th {
	background-color: #f8f8f8;
	text-align: center;
	box-sizing: border-box;
}
table td, table th {
	padding: 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
button, select, input, textarea {
	background: none;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	color: #333;
	outline: none;
	-webkit-appearance: none;
}
input:focus {
	outline: none;
}
textarea {
	resize: none;
}
a {
	text-decoration: none;
	outline: none;
	color: #333;
}
a:focus {
	outline: none;
	-moz-outline: none;
}
a:hover {
	color: #198cff;
}
a img {
	border: none;
}
li {
	list-style: none;
}
/* ---------------------------------------- */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	animation-name: fadeOut
}
@keyframes fadeOut {
 0% {
opacity:1
}
 100% {
opacity:0
}
}
.owl-height {
	transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../images/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}
/*全局样式*/
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.thumbnail {
	position: relative;
	overflow: hidden;
}
.thumbnail a {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 75%;
}
.thumbnail img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
	object-fit: cover;
}
.postbottom {
	margin-bottom: 15px;
	margin-left: 63px;
	font-size: 14px;
}
.gg {
	margin-bottom: 25px;
	overflow: hidden;
}
.gg a {
	display: block;
}
.gg img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
/*404页面*/
.error {
	padding: 10% 0 5%;
}
.error .title {
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	line-height: 1.35em;
	margin-bottom: 3.5%;
}
.error .warning {
	text-align: center;
	font-size: 28px;
	line-height: 1.75em;
	margin-bottom: 10%;
}
/*wrapper*/
.wrapper {
	margin: 3.125%;
	position: relative;
	padding-left: 80px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 0px 20px #ededed;
}
/*全站头部*/
.header {
	border-bottom: 2px solid #198cff;
	padding: 0 30px;
	position: relative;
	z-index: 8;
	background-color: #fff;
	overflow: hidden;
}
.header .gg {
	margin: 15px 310px 15px 200px;
	height: 50px;
	position: relative;
}
.header .gg a {
	height: 100%;
}
.header .gg img {
	max-height: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.blank {
	display: none;
}
/*logo*/
.logo {
	float: left;
	padding: 20px 0;
}
.logo a {
	display: block;
	width: 190px;
	height: 40px;
	overflow: hidden;
	background: no-repeat left center;
	background-size: contain;
	text-indent: -9999em;
}
/*searchform*/
.searchform {
	float: right;
	overflow: hidden;
	padding: 21px 0;
	width: 300px;
}
.searchform form {
	position: relative;
	overflow: hidden;
}
.searchform .input {
	border: 1px solid #e4e4e4;
	border-right: none;
	margin-right: 38px;
	position: relative;
	border-radius: 3px 0 0 3px;
}
.searchform .text {
	display: block;
	color: #333;
	height: 24px;
	line-height: 24px;
	width: 96%;
	padding: 6px 2%;
	-webkit-appearance: none;
	font-size: 14px;
}
.searchform .submit {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 100%;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	background-color: #198cff;
	border-radius: 0 3px 3px 0;
}
.schbtn {
	display: none;
}
/*nav*/
.nav {
	border-bottom: 1px solid #eee;
}
.nav ul {
	height: 50px;
}
.nav li {
	line-height: 50px;
	font-size: 16px;
	position: relative;
	float: left;
	width: 12.5%;
	text-align: center;
}
.nav li em {
	display: none;
}
.nav li i {
	margin-right: 5px;
}
.nav li a {
	display: block;
	color: #555;
	padding: 0 5px;
	position: relative;
}
.nav li a:hover, .nav li.on > a, .nav li.cur > a {
	color: #198cff;
	background-color: #f9f9f9;
}
.nav li.cur > a {
	font-weight: bold;
}
.nav li ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #f9f9f9;
	border-top: 1px solid #eee;
	z-index: 2;
	height: auto;
	display: none;
}
.nav li li {
	float: none;
	width: auto;
	border-bottom: 1px solid #fff;
}
.navBtn {
	display: none;
}
/*social*/
.social {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 100%;
	background-color: #198cff;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.social h2 {
	font-weight: normal;
	height: 80px;
	line-height: 80px;
	font-size: 32px;
	background-color: #3b9dff;
}
.social ul {
	padding: 30px 10px;
}
.social li {
	padding: 1px 0;
	height: 60px;
	line-height: 60px;
	position: relative;
}
.social li i {
	vertical-align: middle;
}
.social li a {
	color: #baddff;
	display: block;
	transition: all .3s;
}
.social li a:hover, .social li .on {
	color: #fff;
	background-color: #3b9dff;
}
.social li .qrcode {
	background-color: #fff;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #eee;
	position: absolute;
	left: 100%;
	top: 50%;
	width: 120px;
	height: 120px;
	margin-top: -66px;
	margin-left: 10px;
	z-index: 2;
	display: none;
}
.social li .qrcode:before {
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	transform: rotate(-45deg);
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -5px;
	margin-top: -5px;
}
.social li .qrcode img {
	display: block;
	width: 100%;
	height: 100%;
}
/*content*/
.container {
	overflow: hidden;
	padding: 30px;
	clear: both;
}
.main {
	float: left;
	width: 77%;
}
.content {
	margin-right: 30px;
}
/*轮播图*/
.slides {
	overflow: hidden;
	margin-bottom: 30px;
	margin-right: 30px;
	border-radius: 5px;
}
.slides .item {
	background: no-repeat center center;
	background-size: cover;
	padding-bottom: 34.375%;
	position: relative;
}
.slides .item a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}
.slides .item em {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 94%;
	padding: 15px 3%;
	font-size: 16px;
	font-style: normal;
	line-height: 1.35em;
	background-color: rgba(0,0,0,.3);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	text-align: center;
}
.slides .owl-nav button {
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -16.5px;
}
.slides .owl-nav span {
	display: block;
	width: 18px;
	height: 33px;
	background: no-repeat center center;
	background-size: contain;
	text-indent: -99999em;
	opacity: .25;
}
.slides .owl-nav span:hover {
	opacity: 1;
}
.slides .owl-nav .owl-prev {
	left: 15px;
}
.slides .owl-nav .owl-prev span {
	background-image: url(../images/icon_03.png);
}
.slides .owl-nav .owl-next {
	right: 15px;
}
.slides .owl-nav .owl-next span {
	background-image: url(../images/icon_04.png);
}
.slides .load {
	padding-bottom: 34.375%;
	background-color: #f9f9f9;
	position: relative;
}
.slides .load span {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	font-size: 36px;
	line-height: 1.125em;
	color: #999;
	text-align: center;
}
.istop {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.istop span {
	float: left;
	display: block;
	padding: 2px 0;
}
.istop i {
	font-style: normal;
	display: block;
	background-color: #f04848;
	color: #fff;
	border-radius: 3px;
	height: 20px;
	line-height: 20px;
	padding: 0 8px;
	font-size: 12px;
}
.istop a {
	display: block;
	margin-left: 45px;
	font-size: 18px;
	line-height: 24px;
	color: #111;
	transition: margin .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.istop a:hover {
	margin-left: 55px;
}
.blogitem {
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}
.blogitem h2 {
	font-weight: normal;
	font-size: 22px;
	line-height: 1.35em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}
.blogitem h2 a {
	transition: margin .3s;
}
.blogitem h2 a:hover {
	margin-left: 10px;
	color: #222;
}
.blogitem .thumbnail {
	float: left;
	width: 200px;
}
.blogitem .thumbnail img {
	transition: all .3s;
}
.blogitem .thumbnail a {
	border-radius: 5px;
}
.blogitem .thumbnail a:hover img {
	transform: scale(1.1);
}
.blogitem .info {
	margin-left: 220px;
	overflow: hidden;
}
.blogitem .excerpt {
	font-size: 16px;
	line-height: 1.875em;
	height: 5.625em;
	overflow: hidden;
	color: #666;
	margin-bottom: 5px;
	text-align: justify;
}
.blogitem .meta {
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	line-height: 1.75em;
}
.blogitem .meta a {
	color: #888;
}
.blogitem .meta span {
	position: relative;
	padding-right: 15px;
	padding-left: 12px;
}
.blogitem .meta span:before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ddd;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}
.blogitem .meta span:last-child {
	padding-right: 0;
}
.blogitem.many {
	padding-bottom: 23px;
}
.blogitem.many .info {
	margin-left: 0;
	clear: both;
}
.blogitem.many .pic {
	width: 103%;
	overflow: hidden;
}
.blogitem.many .thumbnail {
	width: 22%;
	padding: 0.5% 3% 1.5% 0;
}
.blogitem.many .excerpt {
	height: auto;
}
/*全站底部*/
.footer {
	border-top: 1px solid #eee;
	padding: 15px 20px;
	clear: both;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.75em;
	color: #999;
	overflow: hidden;
}
.footer a {
	color: #999;
	display: inline-block;
}
.footer a:hover {
	color: #999;
}
.footer img {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}
.copyright {
	float: left;
}
.other {
	float: right;
}
/*appList*/
.appList {
	margin-bottom: 5%;
	overflow: hidden;
}
.appList ul {
	margin-bottom: 5%;
}
/*breadcrumb*/
.breadcrumb {
	font-size: 12px;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	line-height: 1.25em;
}
.breadcrumb a {
	color: #999;
}
.breadcrumb em {
	font-style: normal;
	font-family: 'Simsun';
	margin: 0 3px;
}
/*post*/
.post {
	overflow: hidden;
}
.post .title {
	font-size: 26px;
	color: #333;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 25px;
	text-align: center;
}
.post .meta {
	overflow: hidden;
	font-size: 0;
	line-height: normal;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.post .meta a {
	color: #888;
}
.post .meta span {
	display: inline-block;
	font-size: 12px;
	line-height: 1.75em;
	color: #888;
	padding: 0 8px;
}
/*内页分页*/
.pagenavi {
	font-size: 0;
	line-height: normal;
	text-align: center;
	padding: 20px 0;
}
.pagenavi a, .pagenavi span.now-page {
	display: inline-block;
	font-size: 12px;
	color: #999;
	background-color: #f9f9f9;
	margin: 2px 2.5px;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	border-radius: 2px;
}
.pagenavi a:hover, .pagenavi span.now-page {
	background-color: #3b9dff;
	color: #fff;
}
/*详情页*/
.details .title {
	font-size: 32px;
	text-align: center;
	line-height: 1.35em;
	margin-bottom: 2.43%;
	font-weight: normal;
}
.details .meta {
	text-align: center;
	font-size: 0;
	line-height: normal;
	border-bottom: 1px solid #eee;
	padding-bottom: 1.5%;
	margin-bottom: 2.43%;
}
.details .meta span {
	font-size: 14px;
	color: #888;
	padding: 0 15px;
}
.details .meta a {
	color: #888;
}
/*详情内容*/
.entry {
	font-size: 16px;
	line-height: 1.875em;
	color: #333;
	margin-bottom: 2.5%;
	overflow: hidden;
}
.entry p, .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	margin-bottom: 1.75%;
}
.entry ul, .entry ol {
	margin-bottom: 1.75%;
	padding-left: 1em;
	margin-left: 2em;
}
.entry img {
	max-width: 100%;
	height: auto!important;
}
.entry ul li {
	list-style: outside disc none;
}
.entry ol li {
	list-style: outside decimal none;
}
.entry blockquote {
	margin: 0 2em 1.75%;
	padding: 1.75% 1.75% 0;
	font-style: italic;
	overflow: hidden;
	color: #555;
	border: 1px dashed #eee;
	background-color: #f9f9f9;
	border-radius: 3px;
}
.entry hr {
	border: none;
	border-bottom: 1px solid #999;
	margin-bottom: 1.75%;
}
.entry li p {
	margin-bottom: 0;
}
/*postnavi*/
#postnavi {
	font-size: 16px;
	line-height: 1.875em;
	overflow: hidden;
	margin-bottom: 3%;
}
#postnavi .prev, #postnavi .next {
	width: 45%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#postnavi .prev {
	float: left;
}
#postnavi .next {
	float: right;
	text-align: right;
}
/*详情模块标题*/
.boxtitle {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 1.5em;
	position: relative;
}
.boxtitle i {
	vertical-align: middle;
	font-size: 14px
}
/*相关推荐*/
.related {
	margin-bottom: 2%;
}
.related ul {
	width: 103%;
	overflow: hidden;
}
.related li {
	width: 22%;
	float: left;
	padding-right: 3%;
	padding-bottom: 1.5%;
}
.related li h3 {
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	text-align: center;
	line-height: 1.75em;
	padding: 5px;
}
/*评论留言*/
.commentlist {
	overflow: hidden;
	margin-bottom: 2.43%;
}
.commentlist li {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.commentlist .avatar {
	float: left;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
}
.commentlist .avatar img {
	display: block;
	width: 100%;
	height: 100%;
}
.commentlist .info {
	margin-left: 55px;
	overflow: hidden;
}
.commentlist .name {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.35em;
	color: #222;
	margin-bottom: 5px;
}
.commentlist .date {
	color: #999;
	font-size: 14px;
	line-height: 1.75em;
}
.commentlist .replay {
	font-size: 12px;
	color: #999;
	line-height: 1.5em;
}
.commentlist .replay a {
	color: #999;
}
.commentlist .text {
	padding: 5px 0;
	font-size: 14px;
	color: #333;
}
.commentlist li li {
	margin: 2.43% 0 0 2%;
	padding-bottom: 0;
	border-bottom: none;
}
.commentlist .pagenavi {
	padding: 0;
}
.reply-frm {
	padding: 5% 15%;
}
#cancel-reply {
	border-radius: 5px;
	height: 40px;
	width: 120px;
	font-size: 14px;
	background-color: #f1f1f1;
	text-align: center;
	line-height: 40px;
	color: #fff;
	display: block;
	float: right;
}
/*评论框*/
#comment .item {
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
#comment label {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
#comment label i {
	font-style: normal;
	color: #f00;
}
#comment .input {
	margin-left: 63px;
	overflow: hidden;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
}
#comment .text, #comment textarea {
	width: 98%;
	height: 20px;
	line-height: normal;
	padding: 10px 1%;
	font-size: 14px;
	font-family: 'Microsoft Yahei';
	-webkit-appearance: none;
	color: #666;
}
#comment textarea {
	height: 150px;
	resize: none;
}
#comment .submit {
	float: right;
	color: #fff;
	background-color: #198cff;
	border-radius: 5px;
	height: 40px;
	width: 120px;
	font-size: 14px;
	cursor: pointer;
	-webkit-appearance: none;
}
#comment .submit:hover {
	opacity: .9;
}
#comment .verify {
	position: relative;
}
#comment .verify .input {
	margin-right: 126px;
}
#comment .verify img {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: auto;
	cursor: pointer;
	border-radius: 2px;
}
/*两栏*/

.sidebar {
	float: right;
	width: 23%;
}
.widget {
	margin-bottom: 20px;
	overflow: hidden;
}
.widget h3 {
	font-size: 16px;
	line-height: 1.35em;
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: relative;
	color: #333;
	border-bottom: 1px solid #eee;
}
.widget h3:before {
	width: 5em;
	height: 2px;
	background-color: #198cff;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.widget li {
	margin-bottom: 5px;
}
.widget li a {
	display: block;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 15px;
	font-size: 16px;
	line-height: 1.75em;
}
.widget li a:before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background-color: #ddd;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}
.widget li a:hover:before {
	background-color: #198cff;
}
.textwidget img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}
.sidepic .textwidget {
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	line-height: 1.75em;
	color: #666;
}
.sidepic a {
	display: block;
}
.sidepic p {
	margin-bottom: 5px;
}
.divSearchPanel input[type='text'] {
	height: 24px;
	line-height: 24px;
	padding: 5px 3%;
	border: 1px solid #e4e4e4;
	width: 94%;
}
.divSearchPanel input[type='submit'] {
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	background-color: #198cff;
	cursor: pointer;
}
.divSearchPanel form {
	position: relative;
	padding-right: 40px;
	overflow: hidden;
}
.divPost {
	margin-bottom: 15px;
}
.divPost li {
	margin-bottom: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.divPost li a {
	padding-left: 0;
	white-space: normal;
}
.divPost li a:before {
	display: none;
}
.divPost .thumbnail {
	float: right;
	width: 75px;
	border-radius: 5px;
}
.divPost .info {
	overflow: hidden;
	margin-right: 83px;
}
.divPost h4 {
	font-weight: normal;
	position: relative;
	padding-left: 10px;
}
.divPost h4:before {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #198cff;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 9px;
}
.divPost h4 a {
	display: block;
	font-size: 14px;
	line-height: 1.65em;
	max-height: 3.3em;
	overflow: hidden;
}
.divPost p {
	font-size: 12px;
	line-height: 1.75em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999;
	margin-left: 10px;
}
.divTags li {
	float: left;
	margin-bottom: 0;
	padding-right: 8px;
	padding-bottom: 8px;
}
.divTags li a {
	display: block;
	background-color: #f9f9f9;
	color: #fff;
	padding: 2px 12px;
	border-radius: 3px;
	font-size: 12px;
	overflow: hidden;
}
.divTags li a:before {
	left: -2px;
	background-color: #fff;
}
.divTags li .tag-count {
	font-size: 12px;
	color: #eee;
	margin-left: 2px;
}
.divTags li a:hover {
	color: #fff;
	background-color: #198cff;
}
.divTags li a:hover:before {
	background-color: #ddd;
}
.divTags li a:hover .tag-count {
	color: #fff;
}
.divTags li:nth-child(8n-7) a {
	background-color: #8A9B0F;
}
.divTags li:nth-child(8n-6) a {
	background-color: #EB6841;
}
.divTags li:nth-child(8n-5) a {
	background-color: #3FB8AF;
}
.divTags li:nth-child(8n-4) a {
	background-color: #FE4365;
}
.divTags li:nth-child(8n-3) a {
	background-color: #FC9D9A;
}
.divTags li:nth-child(8n-2) a {
	background-color: #EDC951;
}
.divTags li:nth-child(8n-1) a {
	background-color: #C8C8A9;
}
.divTags li:nth-child(8n) a {
	background-color: #83AF9B;
}
.divTags li:first-child a {
	background-color: #E1474D;
}
.divTags li:last-child a {
	background-color: #3299BB;
}
.divLinkage {
	overflow: hidden;
}
.divLinkage ul {
	overflow: hidden;
	width: 102%;
}
.divLinkage li {
	float: left;
	width: 48%;
	padding-right: 2%;
	padding-bottom: 2%;
}
.divLinkage li a {
	display: block;
	background-color: #f9f9f9;
	color: #666;
	padding: 3px 10px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.divLinkage li a:before {
	display: none;
}
.tags {
	font-size: 14px;
	line-height: 1.75em;
	color: #000;
	margin-bottom: 2.43%;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 2.5%;
}
.tags h3 {
	font-size: 14px;
	float: left;
}
.tags h3 i {
	vertical-align: middle;
	font-size: 12px;
}
.tags ul {
	margin-left: 48px;
	overflow: hidden;
}
.tags li {
	float: left;
	padding: 0 5px;
}
.tags li a {
	display: block;
	color: #198cff;
	margin-right: 10px;
	text-decoration: underline;
}
.tags li a:hover {
	text-decoration: none;
	color: #333;
}
.divCalendar caption {
	margin-bottom: 15px;
}
.divCalendar th, .divCalendar td {
	width: 14.285%;
	text-align: center;
	padding: 2%;
	font-size: 14px;
}
.divCalendar td a {
	display: block;
	padding: 0 5px;
	background-color: #198cff;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
}
.divMisc ul {
	width: 103%;
	overflow: hidden;
}
.divMisc li {
	float: left;
	width: 47%;
	padding-right: 3%;
	margin-bottom: 0;
	padding-bottom: 3%;
}
.divMisc li a {
	padding-left: 0;
	padding-bottom: 35%;
	position: relative;
	overflow: hidden;
}
.divMisc li a:before {
	display: none;
}
.divMisc li img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
}
@media only screen and (max-width:1280px) {
.gg {
	margin-bottom: 16px;
}
.wrapper {
	padding-left: 60px;
}
.header {
	padding: 0 20px;
}
.social {
	width: 60px;
}
.social li {
	line-height: 40px;
}
.container {
	padding: 20px;
}
.sidebar {
	width: 28%;
}
.main {
	width: 72%;
}
.nav li {
	font-size: 14px;
}
.slides {
	margin: 0 20px 20px 0;
}
.content {
	margin-right: 20px;
}
.blogitem {
	margin-bottom: 16px;
	padding-bottom: 20px;
}
.blogitem .thumbnail {
	width: 175px;
}
.blogitem .info {
	margin-left: 190px;
}
.blogitem h2 {
	font-size: 20px;
}
.blogitem .excerpt {
	font-size: 14px;
	line-height: 1.75em;
	height: 5.25em;
}
.blogitem.many {
	padding-bottom: 18px;
	margin-bottom: 20px;
}
.istop {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
}
@media only screen and (max-width:1024px) {
.wrapper {
	padding-left: 0;
	margin: 0;
	border-radius: 0;
}
.header .gg {
	margin-right: 260px;
}
.searchform {
	width: 250px;
}
.social {
	position: relative;
	width: auto;
	padding-right: 3.125%;
	z-index: 9;
}
.social h2 {
	float: left;
	font-size: 14px;
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.social ul {
	margin-left: 45px;
	padding: 0;
	height: 35px;
}
.social li {
	float: left;
	height: 35px;
	line-height: 35px;
	width: 35px;
	padding: 0 5px;
}
.social li .qrcode {
	left: 50%;
	top: 100%;
	margin-left: -66px;
	margin-top: 10px;
}
.social li .qrcode:before {
	top: -5px;
	left: 50%;
	margin-left: -5px;
	transform: rotate(45deg);
	margin-top: 0;
}
.header, .nav {
	clear: both;
	padding: 0 3.125%;
}
.container {
	padding-left: 3.125%;
	padding-right: 3.125%;
}
.sidebar {
	display: none;
}
.main {
	width: auto;
	float: none;
}
.slides, .content {
	margin-right: 0;
}
.footer {
	padding: 15px 3.125%;
	line-height: 1.5em;
}
.copyright, .other {
	float: none;
	text-align: center;
}
.breadcrumb {
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.post .title {
	padding: 1% 0;
	margin-bottom: 1.5%;
	font-size: 22px;
}
.boxtitle {
	font-size: 18px;
}
}
 @media only screen and (max-width:768px) {
.gg {
	margin-bottom: 10px;
}
.header .gg {
	clear: both;
	margin: 0;
	padding: 0;
	height: auto;
	margin-bottom: 15px;
}
.header .gg img {
	width: 100%;
	top: auto;
	transform: none;
}
.social {
	z-index: 9;
}
.social ul {
	margin: 0 35px 0 40px;
}
.logo {
	padding: 15px 0;
}
.logo a {
	width: 143px;
	height: 30px;
}
.schbtn {
	display: block;
	width: 35px;
	height: 35px;
	color: #fff;
	font-size: 16px;
	line-height: 35px;
	position: absolute;
	right: 3.125%;
	top: 0;
	cursor: pointer;
}
.searchform {
	float: none;
	position: absolute;
	left: 0;
	top: -200%;
	width: 93.75%;
	padding: 3.125%;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	box-shadow: 0px 0px 8px #ddd;
	margin-top: -8px;
	transition: all .3s;
}
.searchform.open {
	top: 0;
	margin-top: 0;
}
.searchform .text {
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
}
.navBtn {
	position: absolute;
	right: 3.125%;
	top: 12.5px;
	color: #198cff;
	font-size: 24px;
	cursor: pointer;
	width: 35px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	display: block;
}
.nav {
	position: fixed;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 7;
	padding: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: top .3s;
}
.nav.open {
	top: 0;
}
.nav ul {
	margin-top: 96px;
	height: auto;
}
.nav li {
	float: none;
	width: auto;
	border-bottom: 1px solid #eee;
	text-align: left;
	line-height: 45px;
}
.nav li a {
	padding: 0 3.125%;
}
.nav li a:hover, .nav li.on > a, .nav li.cur > a {
	background-color: transparent;
}
.nav li ul {
	position: static;
	left: auto;
	top: auto;
	width: auto;
	margin: 0;
	border-top: none;
}
.nav li li {
	border-bottom: none;
	border-top: 1px solid #e6e6e6;
}
.nav li li a {
	text-indent: 2em;
}
.nav li em {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 45px;
	width: 45px;
}
.nav li em:after {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: rotate(-45deg);
	margin: -5px 0 0 -6.5px;
	transition: all .3s;
}
.nav li em.open:after {
	transform: rotate(45deg);
	margin: -6px 0 0 -6px;
}
.container {
	padding-top: 15px;
	padding-bottom: 15px;
}
.slides {
	margin-bottom: 15px;
}
.slides .item em {
	padding: 8px 3.125%;
	width: 93.75%;
	font-size: 14px;
}
.slides .owl-nav button {
	margin-top: -9px;
}
.slides .owl-nav span {
	width: 10px;
	height: 18px;
}
.slides .owl-nav .owl-next {
	right: 10px;
}
.slides .owl-nav .owl-prev {
	left: 10px;
}
.istop {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.istop i {
	padding: 0 5px;
}
.istop a {
	font-size: 14px;
	margin-left: 40px;
}
.istop a:hover {
	margin-left: 40px;
}
.blogitem {
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.blogitem h2 {
	font-size: 16px;
	font-weight: bold;
	white-space: normal;
	line-height: 1.75em;
	margin-bottom: 5px;
}
.blogitem h2 a:hover {
	margin-left: 0;
}
.blogitem .thumbnail {
	float: left;
	width: 110px;
}
.blogitem .info {
	margin-left: 120px;
}
.blogitem .excerpt {
	display: none;
}
.blogitem .meta {
	font-size: 12px;
}
.blogitem .meta span {
	padding: 0 10px;
}
.blogitem.many {
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.blogitem.many .pic {
	width: 102%;
}
.blogitem.many .thumbnail {
	width: 23%;
	padding: 0 2% 2% 0;
}
.blogitem.many .excerpt {
	display: block;
	font-size: 14px;
	line-height: 1.75em;
	max-height: 3.5em;
}
.pagenavi {
	padding: 15px 0 10px;
}
.pagenavi a, .pagenavi span.now-page {
	height: 26px;
	margin: 1px;
	line-height: 26px;
	padding: 0 10px;
}
.breadcrumb {
	margin-bottom: 15px;
}
.post .title {
	font-size: 18px;
	margin-bottom: 2%;
}
.post .meta {
	margin-bottom: 2.5%;
}
.entry {
	font-size: 14px;
	line-height: 1.875em;
}
.entry p, .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry ul, .entry ol {
	margin-bottom: 2%;
}
.tags {
	padding-bottom: 3%;
	margin-bottom: 3.5%;
}
.boxtitle {
	font-size: 16px;
	margin-bottom: 2.5%;
}
.related li {
	width: 47%;
	padding-bottom: 3%;
}
.related .thumbnail {
	margin-bottom: 5px;
}
.commentlist li {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.commentlist .avatar {
	width: 25px;
	height: 25px;
}
.commentlist .info {
	margin-left: 32px;
}
.commentlist .date {
	font-size: 12px;
}
.commentlist .text {
	padding: 8px 0;
}
#comment .item {
	margin-bottom: 10px;
}
#comment label {
	float: none;
	height: auto;
	line-height: 1.875em;
}
#comment .input {
	margin-left: 0;
	border-radius: 3px;
}
#comment .text, #comment textarea {
	padding-top: 7px;
	padding-bottom: 7px;
}
#comment .verify img {
	height: 36px;
}
#comment .verify .input {
	margin-right: 110px;
}
#comment .submit {
	width: 100px;
	height: 32px;
}
.postbottom {
	margin-left: 0;
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.75em;
}
.details .title {
	font-size: 24px;
	line-height: 1.5em;
	padding: 1.5% 0;
}
.gg {
	margin-bottom: 15px;
}
.error .title {
	font-size: 24px;
}
.error .warning {
	font-size: 18px;
}
.error .related ul {
	width: 103%;
}
.error .related li {
	width: 47%;
	padding-right: 3%;
	padding-bottom: 3%;
}
#postnavi {
	font-size: 14px;
}
#postnavi .prev,  #postnavi .next {
	float: none;
	width: auto;
	text-align: left;
	margin-bottom: 5px;
}
}
.pglist {
	padding: 30px 0 15px;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #333;
	padding: 0 15px;
	margin: 0 4px;
	background: #fff;
	border: 1px solid #edebeb;
}
.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #198cff;
	border-color: #198cff;
}
.text-secondary {
	text-align: center;
	padding: 20px 0
}
