html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

body * {
	-webkit-tap-highlight-color: transparent
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

.fl {
	float: left;
}

.fr {
	float: right;
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

ul,
ol {
	list-style: none
}

html {
	font-size: 62.5%
}

* {
	outline: none
}

.container {
	max-width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
}

.header {
	display: block;
	height: 66px;
	background: #fff;
	border-bottom: 1px solid #efefef;
	position: relative;
	left: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 2
}

.header .logo {
	float: left;
	overflow: hidden;
	width: 270px
}

.header .logo h1,
.header .logo div {
	height: 100%;
	display: block;
}

.header .logo a {
	min-width: 160px;
	height: 100%;
	display: block;
	position: relative;
	font-size: 0;
	overflow: hidden;
}

.header .logo a img {
	width: 90%;
	max-width: 90%;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.header .nav-bar {
	float: right;
}

.header .nav-bar li {
	display: inline-block;
	height: 66px;
	line-height: 66px;
	position: relative;
	vertical-align: top;
	float: left;
}

.header .nav-bar li a {
	display: inline-block;
	padding: 0 15px;
	color: #333;
	opacity: 1;
	font-size: 16px;
	position: relative;
	z-index: 2;
	min-width: 68px;
	text-align: center
}

.header .nav-bar li em[class*="dot"] {
	display: inline-block;
	position: relative;
	left: -10px;
	z-index: 2;
	width: 16px;
}

.header .nav-bar li em[class*="dot"] .fa {
	color: #333;
	font-size: 16px;
	width: 16px;
	display: block;
}

.header .nav-bar li:hover em[class*="dot"] .fa,
.header .nav-bar li.active em[class*="dot"] .fa {
	color: #fff;
}

.header .nav-bar li.active a,
.header .nav-bar li a:hover,
.header .nav-bar li:hover,
.header .nav-bar li.on,
.header .nav-bar li>li {
	opacity: 1;
	color: #fff;
	background-color: #1663ff;
}

.header .nav-bar li.active {
	background-color: #1663ff;
}

.header .nav-bar li.active:before {
	width: 100%;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ff4b4b;
	content: '';
	border-radius: 50px;
}

/*浜岀骇楂樹寒*/
.header .nav-bar ul li>ul {
	width: 100%;
	min-width: 110px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	right: 0;
	background: #fff;
	z-index: 888;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, .2);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.header .nav-bar ul li>ul li {
	width: 100%;
	height: 42px;
	line-height: 42px;
	display: block;
}

.header .nav-bar ul li>ul li a {
	display: block;
	text-align: center;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
	opacity: 1;
}

.header .nav-bar ul li.active>ul li a {
	background-color: #fff;
	color: #333;
}

.header .nav-bar ul li.active>ul li a:hover {
	background-color: #1663ff;
	color: #fff;
}

.header .nav-bar ul li>ul li.on a,
.header .nav-bar ul li>ul li.on a:hover {
	background-color: #1663ff;
}

.header .nav-bar ul li.on>ul {
	visibility: visible;
	opacity: 1;
}

.header .nav-bar ul li>ul li em[class*="dot"] {
	position: absolute;
	right: 5px;
	left: auto;
	top: 10px;
	z-index: 3;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.header .nav-bar ul li.on>ul li em[class*="dot"] .fa {
	color: rgba(255, 255, 255, 0.8);
}

/*涓夌骇楂樹寒*/
.header .nav-bar ul li>ul li .sub-nav {
	visibility: hidden;
	opacity: 0;
	display: none;
	left: -100%;
	transform: none;
}

.header .nav-bar ul li>ul li.on .sub-nav {
	right: -100%;
	left: auto;
	top: 0;
	visibility: visible;
	opacity: 1;
	display: block;
}

.header .nav-bar ul li>ul li.on .sub-nav li a,
.header .nav-bar ul li>ul li.on .sub-nav li a:hover {
	background: rgba(0, 0, 0, 0);
	color: rgba(255, 255, 255, 0.8);
}

.header .nav-bar ul li>ul li.on .sub-nav li.on a,
.header .nav-bar ul li>ul li.on .sub-nav li.on a:hover {
	background: #1663ff;
	color: rgba(255, 255, 255, 0.8);
}

/*绉诲姩绔�*/
.m-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	padding: 0 15px;
	height: 100%;
	display: none;
	line-height: 48px;
	cursor: pointer;
}

.m-btn i {
	color: #111;
	opacity: 0.7;
	font-size: 30px;
	line-height: 70px;
}

.m-btn:hover i {
	opacity: 1
}

.m-nav {
	width: 190px;
	background-color: #1663ff;
	position: fixed;
	top: 0;
	bottom: 0;
	left: -190px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 999
}

.m-nav .m-btn {
	height: 48px;
	line-height: 48px;
	left: auto;
	right: -45px;
	display: none;
}

.m-nav ul {
	padding-top: 0px;
}

.m-nav li {
	width: 100%;
	position: relative;
}

.m-nav li a {
	padding: 0 25px;
	line-height: 48px;
	color: #fff;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.m-nav li a:hover {
	background: rgba(0, 0, 0, 0.1);
}

.m-nav ul li>ul {
	display: none;
}

.m-nav li em[class*="dot"] {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 48px;
	height: 48px;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0);
	cursor: pointer;
}

.m-nav li em[class*="dot"] .fa {
	font-size: 18px;
	color: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	width: 48px;
	line-height: 48px;
	top: 0;
	left: 0;
}

.m-nav li em[class*="dot"] .fa.open {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.m-nav ul li>ul li {
	background: rgba(0, 0, 0, 0.15);
}

.m-nav ul li>ul li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	opacity: 0.8;
	font-size: 12px;
	text-indent: 1em
}

/*鎼滅储*/
.search {
	float: right;
	margin-left: 15px;
	position: relative;
}

.search i.fa {
	color: #333;
	line-height: 66px;
	opacity: 0.7;
	font-size: 18px;
	padding-left: 10px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	display: block;
	width: 28px;
}

.search i.fa:hover {
	opacity: 1;
}

.search .s-form {
	padding: 20px;
	line-height: none;
	display: block;
	background: #fff;
	position: absolute;
	right: 0;
	top: 100%;
	display: none;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
	border: 1px solid #eee;
	border-top: none;
	z-index: 11;
}

.search .s-form .sform {
	width: 258px;
	padding-right: 32px;
	position: relative;
}

.search .s-form button {
	border: medium none;
	background-color: #1663ff;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	opacity: 0.8;
	height: 39px;
}

.search .s-form button i {
	color: #fff;
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	width: 40px;
}

.search .s-form button:hover {
	opacity: 1
}

.search .s-form .sinput {
	background: #f8f8f8;
	border: 1px solid #eee;
	padding: 5px 0 0 10px;
	height: 32px;
	line-height: 32px;
	width: 100%;
	font-size: 14px;
}

.search .s-form .arrow {
	position: absolute;
	top: -17px;
	right: -2px;
	line-height: 26px;
	color: #fff;
	font-size: 20px;
	opacity: 1;
}

#mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 899;
	display: none;
}

/*----------- 鍝嶅簲寮� -----------*/
@media only screen and (max-width:1359px) {

	.wrapper,
	.header .container,
	.crumb {
		padding: 0 15px;
	}
}

@media only screen and (max-width:991px) {
	body {
		padding-top: 54px;
	}

	.wrapper,
	.header .container {
		padding: 0 15px;
	}

	.header .logo a {
		min-width: 140px;
	}

	.header,
	.header .logo {
		height: 70px;
	}

	.search i.fa,
	.header .nav-bar li {
		height: 56px;
		line-height: 56px;
	}

	.header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 898;
	}
}

@media only screen and (max-width:919px) {
	body {
		padding-top: 46px;
		position: relative;
		left: 0;
		overflow-x: hidden;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
	}

	.header,
	.header .logo {
		height: 70px;
		display: inline-block;
		float: right;
		margin: 0 auto;
		font-size: 0;
		margin-right: 0%;
	}

	.header .container {
		text-align: center;
	}

	.header .logo a {}

	.nav-bar {
		display: none;
	}

	.search i.fa,
	.header .nav-bar li {
		height: 48px;
		line-height: 48px;
	}

	.m-btn {
		display: block;
	}

	body.open .m-nav {
		left: 0px;
	}

	body.open .m-btn {
		display: none;
	}

	body.open .m-nav .m-btn {
		display: block;
	}
}

@media only screen and (max-width:599px) {
	body {
		padding-top: 48px;
	}

	.wrapper,
	.header .headBox,
	.m-btn {
		padding: 0 10px;
	}

	.m-nav .m-btn {
		right: -38px;
	}
}

/** * Swiper 3.4.2 * Most modern mobile touch slider and framework with hardware accelerated transitions *  * http://www.idangero.us/swiper/ *  * Copyright 2017,Vladimir Kharlampidi * The iDangero.us * http://www.idangero.us/ *  * Licensed under MIT *  * Released on:March 10,2017 */
.swiper-container1 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container1-no-flexbox .swiper-slide {
	float: left
}

.swiper-container1-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 550px;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container1-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container1-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container1-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container1-autoheight,
.swiper-container1-autoheight .swiper-slide {
	height: auto
}

.swiper-container1-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-container1 .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 26px;
	height: 30px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container1-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 16px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container1-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container1-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container1-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 16px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container1-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container1-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container1-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .3
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container1-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container1-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container1-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}

.swiper-container1-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}

.swiper-container1-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container1-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container1-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container1-3d .swiper-cube-shadow,
.swiper-container1-3d .swiper-slide,
.swiper-container1-3d .swiper-slide-shadow-bottom,
.swiper-container1-3d .swiper-slide-shadow-left,
.swiper-container1-3d .swiper-slide-shadow-right,
.swiper-container1-3d .swiper-slide-shadow-top,
.swiper-container1-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container1-3d .swiper-slide-shadow-bottom,
.swiper-container1-3d .swiper-slide-shadow-left,
.swiper-container1-3d .swiper-slide-shadow-right,
.swiper-container1-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container1-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container1-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container1-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container1-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container1-coverflow .swiper-wrapper,
.swiper-container1-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container1-cube,
.swiper-container1-flip {
	overflow: visible
}

.swiper-container1-cube .swiper-slide,
.swiper-container1-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container1-cube .swiper-slide .swiper-slide,
.swiper-container1-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container1-cube .swiper-slide-active,
.swiper-container1-cube .swiper-slide-active .swiper-slide-active,
.swiper-container1-flip .swiper-slide-active,
.swiper-container1-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container1-cube .swiper-slide-shadow-bottom,
.swiper-container1-cube .swiper-slide-shadow-left,
.swiper-container1-cube .swiper-slide-shadow-right,
.swiper-container1-cube .swiper-slide-shadow-top,
.swiper-container1-flip .swiper-slide-shadow-bottom,
.swiper-container1-flip .swiper-slide-shadow-left,
.swiper-container1-flip .swiper-slide-shadow-right,
.swiper-container1-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container1-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container1-cube.swiper-container1-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container1-cube .swiper-slide-active,
.swiper-container1-cube .swiper-slide-next,
.swiper-container1-cube .swiper-slide-next+.swiper-slide,
.swiper-container1-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container1-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container1-fade.swiper-container1-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container1-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container1-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container1-fade .swiper-slide-active,
.swiper-container1-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container1-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container1-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.slider_wraper {
	width: 100%;
	margin: 30px 0;
	padding: 30px 0;
}

.swiper-container1 {
	width: 850px;
	height: 420px;
	margin: 0 !important;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	height: 420px;
}

.swiper-slide {
	position: relative;
}

.swiper-container1 .swiper-wrapper div {
	width: 100%;
	margin-bottom: 30px;
}

.index_cont {
	margin-top: 0px;
}

.list_content {
	margin-top: 20px;
}

.top_intro {
	width: 100%;
	max-height: 550px;
	overflow: hidden;
}

.top_intro img {
	width: 100%;
	height: auto;
}

.intro_detail {
	position: relative;
}

.intro_detail .intro_border {
	position: absolute;
	left: 0;
	top: 96px;
	width: 610px;
	height: 320px;
	border: 2px solid rgba(255, 255, 255, .3);
	padding: 20px;
	box-sizing: border-box;
}

.intro_detail .intro_border .intro_content {
	background: rgba(255, 255, 255);
	width: 568px;
	height: 278px;
	box-sizing: border-box;
	padding: 32px;
}

.intro_content h3 {
	text-align: center;
	padding: 0 0 16px;
	font-size: 18px;
	font-weight: 700;
	color: #323232;
}

.intro_content p {
	font-size: 14px;
	color: #656565;
	line-height: 2em;
	letter-spacing: 1.5px;
	max-height: 168px;
	overflow: hidden;
}

.slider_side {
	width: 405px;
	margin-right: 27px;
	margin-bottom: 27px;
	padding: 20px 20px 10px;
	border: 1px solid #e5e5e5;
}

.slider_side:nth-child(3n) {
	margin-right: 0;
}

.slider_side .side_title {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 12px;
	border-bottom: 1px solid #DBDBDB;
	position: relative;
}

.slider_side .side_title span:after {
	display: inline-block;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 70px;
	height: 1px;
	background-color: #1663ff;
}

.slider_side .side_title a {
	color: #656565;
	font-size: 14px;
	font-weight: normal;
	padding-top: 4px;
}

.slider_side .side_title a:hover {
	color: #1663ff;
}

.slider_side ul li {
	width: 100%;
	padding: 16px 0;
	border-bottom: 1px dashed #DBDBDB;
	position: relative;
}

.slider_side ul li:last-child {
	border-bottom: none;
}

.slider_side ul li i {
	position: absolute;
	top: 26px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #1663ff;
	vertical-align: middle;
}

.slider_side ul li i:after {
	display: inline-block;
	position: absolute;
	content: "";
	bottom: -4px;
	left: -4px;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background-color: rgba(0, 164, 160, .3);
}

.slider_side ul li a {
	display: inline-block;
	font-size: 15px;
	color: #333;
	max-height: 24px;
	line-height: 2em;
	overflow: hidden;
	padding-left: 18px;
	width: 73%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.slider_side ul li span {
	display: inline-block;
	color: #aaa;
	padding-left: 8px;
	font-size: 13px;
	padding-top: 8px;
}

.clear::before,
.clear::after {
	content: '';
	display: table
}

.clear::after {
	clear: both
}

.center-block {
	display: block;
	margin: 0 auto
}

.border-box,
.input_normal,
.p-search .result-part .part .investment-li .left,
.p-search .result-part .part .investment-li .right,
.result-list .investment-li .left,
.result-list .investment-li .right,
.vc-ident .top-intro .cont,
.vc-ident .form-banner .vc-form .part input[type="text"],
.vc-ident .form-banner .vc-form .part textarea,
.vc-ident .form-banner .vc-form .part .photo-bannel,
.vc_index .top_banner .cont ul,
.vc_index .posts,
.vc_detail .project_banner,
.vc_detail .project_banner .right,
.vc_news .top_news .cont,
.vc-ident.investor .form_error,
.vc_investor .institutional_investors .pannel,
.qianzai_set .main_cont .new_pro table td,
.vc-set .set-part .input_normal {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

ul,
ol,
h1,
h2,
h3,
h4,
p {
	margin: 0;
	padding: 0;
	font-weight: normal
}

body,
menu {
	margin: 0;
	padding: 0 !important
}

body {
	font-size: 12px;
	font-size: 1.5rem;
	color: #333;
	font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "寰蒋闆呴粦", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility
}

img {
	vertical-align: middle;
	border: 0;
	color: #1663ff;
}

a {
	text-decoration: none
}

.hide-txt {
	text-indent: -999em
}

.bfc-mod {
	overflow: hidden
}

.bfc-mod .l {
	float: left
}

.bfc-mod .r {
	overflow: hidden
}

.tc,
.popup-large .reminder,
.cont-404,
.list-page .list_top .auction,
.list-page.my_post nav,
.mod-article-list .reminder,
.post-container .post-comment h2,
.comments_mod_v0 .post-comment h2,
.comments_mod_v1 .post-comment h2,
.list-page.tag .user-article-list .tit,
.user-detail .user-article-list .tit,
.award_page .post-comment h2 {
	text-align: center
}

.f14 {
	font-size: 14px;
	font-size: 1.4rem
}

.f16 {
	font-size: 16px;
	font-size: 1.6rem
}

.fb {
	font-weight: bold
}

.justify-flex {
	display: -webkit-box;
	display: -moz-box;
	display: box
}

a.link {
	color: #1663ff
}

a.link:hover {
	color: #1663ff
}

a.key-link {
	color: #FD6639;
	text-decoration: underline;
	margin-left: 5px
}

.p-footer {
	font-size: 13px;
	font-size: 1.3rem;
	color: #909090;
	padding: 50px 0;
	text-align: center;
	border-top: 1px solid #e5e5e5
}

.p-footer a {
	margin: 0 10px;
	color: #808080
}

.p-footer a:hover {
	color: #666666
}

.p-footer .social a {
	display: inline-block;
	*display: inline;
	width: 20px;
	height: 20px;
	color: #D7D7D7
}

.p-footer .social a:hover {
	color: #1663ff;
	text-decoration: none
}

.p-footer .social i {
	font-size: 18px;
	font-size: 1.8rem
}

.p-footer .about {
	width: 1020px;
	margin: 0 auto;
	margin-bottom: 15px
}

.p-footer .about a {
	margin-bottom: 15px;
	display: inline-block
}

.p-footer .about .line {
	height: 14px;
	line-height: 20px;
	vertical-align: middle;
	margin-top: -2px;
	display: inline-block;
	*display: inline;
	border-left: 1px solid #D7D7D7
}

.p-footer .info {
	margin-bottom: 26px;
	color: #323232;
	line-height: 20px
}

.p-footer .contant_box {
	width: 1230px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.p-footer .discover_tmt .text_box a,
.p-footer .collaboration_box .text_box a {
	display: inline-block;
	margin-bottom: 15px;
	margin-left: 0;
	font-size: 13px;
	color: #808080
}


.two_lines {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important
}

.index_cont .post_tag {
	position: absolute;
	top: 4px;
	left: 4px;
	padding: 4px 10px;
	background-color: rgba(0, 0, 0, .5);
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	z-index: 3
}

.index_cont .num {
	font-size: 13px;
	color: rgba(255, 255, 255, .7);
}

.index_cont .atlas_li .post_tag {
	border-left: 4px solid #FF3399 !important
}

.index_cont .pro_icon {
	display: inline-block;
	line-height: 20px;
	padding: 0 6px;
	background-color: #B880F6;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-bottom: 10px;
	font-style: italic
}

.index_cont .main_cont .article-list .new .pro_icon {
	position: absolute;
	left: 5px;
	top: 5px
}

.index_cont .main_cont .article-list .new .group .group_cell {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin-right: 20px
}

.index_cont .main_cont .article-list .new .group .group_cell .bottom_banner {
	position: inherit;
	width: 100%;
	padding: 10px 2px 0 3px
}

.index_cont .main_cont .article-list .new .group .group_cell .title {
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 22px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.index_cont .main_cont .article-list .new .group .group_cell .shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.1)
}

.index_cont .post_data a {
	color: #fff
}

.index_cont .post_data i {
	color: #1663ff;
	margin-right: 8px
}

.index_cont .post_data .like_num,
.index_cont .post_data .comment_num,
.index_cont .post_data .read_num {
	margin-right: 22px
}

.index_cont .post_data .like_num {
	cursor: pointer
}

.index_cont .post_data .like_num .icon-Shape9 {
	display: none
}

.index_cont .post_data .like_num.current .icon-Shape9 {
	display: inline-block
}

.index_cont .post_data .like_num.current .icon-Shape10 {
	display: none
}

.index_cont .top_article {
	background-color: #121212;
	margin-bottom: 30px;
	padding-top: 55px
}

.index_cont .top_article .first {
	position: relative;
	margin-bottom: 30px
}

.index_cont .top_article .inner .options a,
.index_cont .top_article .column .options a,
.index_cont .top_article .articles .options a {
	display: inline-block;
	*display: inline;
	color: #fff
}

.index_cont .top_article .inner .options a:hover,
.index_cont .top_article .inner .options a.current,
.index_cont .top_article .column .options a:hover,
.index_cont .top_article .column .options a.current,
.index_cont .top_article .articles .options a:hover,
.index_cont .top_article .articles .options a.current {
	color: #1663ff;
	text-decoration: none
}

.index_cont .top_article .inner .options a:hover .icon,
.index_cont .top_article .inner .options a.current .icon,
.index_cont .top_article .column .options a:hover .icon,
.index_cont .top_article .column .options a.current .icon,
.index_cont .top_article .articles .options a:hover .icon,
.index_cont .top_article .articles .options a.current .icon {
	color: #1663ff
}

.index_cont .top_article .inner .options a.current .icon-Shape9,
.index_cont .top_article .column .options a.current .icon-Shape9,
.index_cont .top_article .articles .options a.current .icon-Shape9 {
	display: inline-block;
	*display: inline;
	-webkit-animation: scalefade 300ms;
	animation: scalefade 300ms
}

.index_cont .top_article .inner .options a.current .icon-like-1,
.index_cont .top_article .column .options a.current .icon-like-1,
.index_cont .top_article .articles .options a.current .icon-like-1 {
	display: none
}

.index_cont .top_article .inner .options a .icon-Shape9,
.index_cont .top_article .column .options a .icon-Shape9,
.index_cont .top_article .articles .options a .icon-Shape9 {
	display: none
}

.index_cont .top_article .inner .options .icon,
.index_cont .top_article .column .options .icon,
.index_cont .top_article .articles .options .icon {
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	*display: inline;
	margin-right: 10px;
	font-size: 16px;
	font-size: 1.6rem
}

.index_cont .top_article .inner .options .s-like,
.index_cont .top_article .column .options .s-like,
.index_cont .top_article .articles .options .s-like {
	margin-right: 6px
}

.index_cont .top_article .inner .options .icon-comment,
.index_cont .top_article .column .options .icon-comment,
.index_cont .top_article .articles .options .icon-comment {
	position: relative;
	top: 2px
}

.index_cont .top_article .inner .options .num,
.index_cont .top_article .column .options .num,
.index_cont .top_article .articles .options .num {
	font-size: 13px;
	font-size: 1.3rem;
	position: relative;
	top: 2px
}

.index_cont .top_article .inner .options .like,
.index_cont .top_article .column .options .like,
.index_cont .top_article .articles .options .like {
	margin-right: 30px
}

.index_cont .top_article .inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.index_cont .top_article .inner:hover .overlay {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	zoom: 1
}

.index_cont .top_article .inner .post {
	width: 530px;
	height: 339px;
	padding: 86px 70px 0;
	position: relative
}

.index_cont .top_article .inner .post a {
	color: #fff
}

.index_cont .top_article .inner .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.01) 5%, rgba(0, 0, 0, 0.95) 100%);
	background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.01) 5%, rgba(0, 0, 0, 0.95) 100%);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 5%, rgba(0, 0, 0, 0.95) 100%)
}

.index_cont .top_article .inner .post-cont {
	position: absolute;
	bottom: 10px;
	width: 530px
}

.index_cont .top_article .inner h2 {
	margin-bottom: 25px
}

.index_cont .top_article .inner .info {
	font-size: 13px;
	font-size: 1.3rem;
	color: #fff;
	margin-bottom: 56px
}

.index_cont .top_article .inner .title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.2em
}

.index_cont .top_article .inner .author {
	width: 310px;
	height: 100%;
	position: relative;
	background-color: #020000;
	background-color: rgba(0, 0, 0, 0.7)
}

.index_cont .top_article .inner .author .a-inner {
	padding: 63px 35px 57px;
	text-align: center;
	position: relative;
	z-index: 2
}

.index_cont .top_article .inner .author .a-inner .btn.hover {
	background-color: #1663ff;
	color: #fff
}

.index_cont .top_article .inner .author .a-inner .btn.hover:hover {
	background-color: #1663ff
}

.index_cont .top_article .inner .author .a-inner img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #fff
}

.index_cont .top_article .inner .author .a-inner p {
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 30px
}

.index_cont .top_article .inner .author .a-inner .pic {
	display: block;
	margin-bottom: 20px
}

.index_cont .top_article .inner .author .a-inner .name {
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	display: block;
	margin-bottom: 30px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.index_cont .top_article .first {
	width: 980px;
	margin: 0 auto;
	overflow: hidden
}

.index_cont .top_article .first img.bg {
	filter: blur(2px)
}

.index_cont .top_article .inner:hover .overlay {
	opacity: 1
}

.index_cont .top_article .inner .post {
	width: 670px;
	padding: 0;
	height: 100%;
	display: table
}

.index_cont .top_article .inner .post-cont {
	position: static;
	width: 670px;
	display: table-cell;
	vertical-align: middle
}

.index_cont .top_article .inner .summary {
	color: #fff;
	opacity: .8;
	font-size: 16px;
	font-size: 1.6rem;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 30px
}

.index_cont .top_article .inner h2 {
	margin-bottom: 20px
}

.index_cont .top_article .inner .tag {
	background-color: #1663ff;
	display: inline-block;
	line-height: 23px;
	padding: 0 5px;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px
}

.swiper-container1 img {
	height: atuto !important;
	width: 100%;
	display: block;
}

.index_cont .top_article .inner .overlay {
	background-image: -webkit-linear-gradient(to right, #121212, rgba(18, 18, 18, 0.2), #121212);
	background-image: -o-linear-gradient(to right, #121212, rgba(18, 18, 18, 0.2), #121212);
	background-image: linear-gradient(to right, #121212, rgba(18, 18, 18, 0.2), #121212)
}

.index_cont .top_article .inner .author {
	background-color: transparent;
	display: table
}

.index_cont .top_article .inner .author .a-inner .name {
	border: none;
	padding-bottom: 0;
	margin-bottom: 23px
}

.index_cont .top_article .inner .author .a-inner {
	padding: 0;
	display: table-cell;
	vertical-align: middle
}

.index_cont .top_article .inner .author .a-inner p {
	margin-bottom: 0;
	padding: 0 35px
}

.index_cont .top_article .inner .author .follow {
	display: none
}

.index_cont .top_article .inner .info {
	opacity: .8;
	margin-bottom: 10px
}

.index_cont .top_article .inner .options {
	opacity: .8;
	float: none;
	display: block
}

.index_cont .top_posts {
	margin-bottom: 30px;
	white-space: nowrap;
	overflow: hidden
}

.index_cont .top_posts .part {
	display: inline-block;
	width: 100vw;
	padding-top: 102px;
	padding-bottom: 40px;
	position: relative;
	overflow: hidden
}

.index_cont .top_posts .side {
	padding: 20px;
}

#divLinkage li,
#divCatalog li,
#divArchives li,
#divMisc li,
#divStatistics li {
	width: 46%;
	float: left;
	border: 1px solid #ccc;
	text-align: center;
	margin: 0 5px 5px 0;
	padding: 4px 0;
}

#divComments li,
#divComments li,
#divPrevious li {
	height: 36px;
	line-height: 34px;
	padding: 0 6px;
	font-size: 15px;
	border-bottom: 1px dashed #DEDEDE;
	text-overflow: ellipsis;
	overflow: hidden;
	border-radius: 4px;
}

#divSearchPanel form input[type="text"] {
	width: 60%;
	height: 24px;
}

#divSearchPanel form input[type="submit"] {
	width: 30%;
	height: 32px;
	background: #fff;
	border: 1px solid #ccc;
}

#divSearchPanel .divSearchPanel {
	padding: 0px;
}

#divContorPanel .divContorPanel {
	padding: 0;
}

#divContorPanel .divContorPanel span {
	padding: 4px 6px;
	border: 1px solid #ccc;
	display: inline-block;
	margin: 4px;
}

#divFavorites li {
	display: inline-block;
	padding: 4px 6px;
}

#tbCalendar {
	width: 100%;
}

#tbCalendar caption a {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #333;
}

#tbCalendar tr {
	text-align: center;
}

#tbCalendar td {
	padding: 5px;
}

#tbCalendar td a {
	background-color: #111;
	color: #fff;
	padding: 5px;
	border-radius: 100px;
}

.index_cont .top_posts .part .bg,
.index_cont .top_posts .part .shadow {
	width: 110%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -5%;
	filter: blur(4px)
}

.index_cont .top_posts .part .bg {
	background-size: cover;
	background-position: center
}

.index_cont .top_posts .part .shadow {
	background-color: rgba(0, 0, 0, 0.6)
}

.index_cont .top_posts .part-cont {
	width: 1020px;
	height: auto;
	margin: 0 auto;
	position: relative
}

.index_cont .top_posts .bottom_banner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 80px 20px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff
}

.index_cont .top_posts .bottom_banner .title {
	margin-bottom: 20px;
	font-size: 30px;
	font-size: 3rem;
	line-height: 46px;
	white-space: normal
}

.index_cont .top_posts .bottom_banner .title a {
	color: #fff
}

.index_cont .top_posts .bottom_banner .info {
	color: #f2f2f2;
	font-size: 14px;
	font-size: 1.4rem
}

.index_cont .top_posts .bottom_banner .info a {
	color: #f2f2f2
}

.index_cont .top_posts .bottom_banner .info .gap_point {
	margin: 0 10px
}

.index_cont .top_posts .slick-dots {
	bottom: 8px
}

.index_cont .top_posts .slick-dots li button {
	font-size: 13px;
	color: #2BF4F4;
	width: 18px;
	height: 18px;
	opacity: .7;
	border: 1px solid #2BF4F4;
	padding: 0;
	text-align: center
}

.index_cont .top_posts .slick-dots li button:before {
	color: #1663ff;
	content: "";
	height: 18px;
	width: 18px
}

.index_cont .top_posts .slick-dots li.slick-active button {
	background-color: #2BF4F4;
	color: #171717;
	opacity: 1
}

.index_cont .column {
	display: block;
	width: 1230px;
	margin: 0 auto;
	margin-bottom: 40px
}

.index_cont .column .part {
	width: 295px;
	height: 200px;
	position: relative;
	overflow: hidden;
	margin-right: 16px;
}

.index_cont .column .part:nth-child(4) {
	margin-right: 0;
}

.index_cont .column .part:nth-child(n+5) {
	display: none;
}

.index_cont .column .bottom_banner {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 20px 22px;
	color: #fff;
	z-index: 2
}

.index_cont .column .bottom_banner .title {
	margin-bottom: 10px;
	margin-top: 16px;
	font-size: 16px;
	line-height: 20px
}

.index_cont .column .bottom_banner .title a {
	color: #fff
}

.index_cont .column .shadow {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5)
}

.index_cont .column .novel img {
	transform: translateY(-25%)
}

.index_cont .column .novel_info {
	position: absolute;
	bottom: 0;
	padding: 0 20px 20px;
	z-index: 2
}

.index_cont .column .novel_info .title {
	color: #2CFFFF;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 26px;
	margin-bottom: 10px;
	max-width: 280px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.index_cont .column .novel_info .title a {
	color: #2CFFFF
}

.index_cont .column .novel_info .summary {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(44, 255, 255, 0.5);
	margin-bottom: 10px
}

.index_cont .column .novel_info .chapter {
	font-size: 14px;
	font-size: 1.4rem
}

.index_cont .column .novel_info .chapter .novel_state {
	color: #2CFFFF
}

.index_cont .column .novel_info .chapter i {
	color: rgba(44, 255, 255, 0.8);
	margin-right: 5px;
	vertical-align: middle
}

.index_cont .column .novel_info .chapter a {
	color: #fff
}

.index_cont .index-ad {
	width: 1020px;
	margin: 0 auto
}

.index_cont .main_cont {
	width: 1400px;
	margin: 0 auto
}

.index_cont .main_part .list-cont {
	width: 100%;
}

.index_cont .main_cont .list-cont {
	width: 100%;
	margin-right: 50px;
	position: relative
}

.index_cont .main_cont .nav {
	position: absolute;
	border-bottom: 1px solid #DBDBDB;
	width: 100%;
}

.index_cont .main_cont .nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	background-color: #fff
}

.index_cont .main_cont .article-list {
	margin-bottom: 40px;
}

.main_list .article-list .post_part {
	width: 48%;
	float: left;
}

.main_list .article-list .post_part:nth-child(odd) {
	margin-right: 40px;
}

.main_list .article-list>li:last-child {
	border-bottom: 1px solid #eee;
}

#post-list {
	padding-top: 0;
}

.index_cont .main_cont .article-list .pic {
	float: left;
	margin-right: 30px
}

.index_cont .main_cont .article-list .pic img {
	width: 240px;
	height: 180px;
}

.index_cont .main_cont .article-list .cont {
	overflow: hidden
}

.index_cont .main_cont .article-list .cont .title {
	line-height: 2;
	font-size: 16px;
	color: #333;
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
}

.index_cont .main_cont .article-list .info {
	color: #B3B3B3;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 14px
}

.index_cont .main_cont .article-list .info a {
	color: #1663ff
}

.index_cont .main_cont .article-list .info .gap_point {
	color: #C0C0C0;
	margin: 0 10px
}

.index_cont .main_cont .article-list .options {
	font-size: 13px;
	font-size: 1.3rem
}

.index_cont .main_cont .article-list .options a {
	color: #808080
}

.index_cont .main_cont .article-list .options a.current,
.index_cont .main_cont .article-list .options a:hover {
	color: #1663ff
}

.index_cont .main_cont .article-list .options i {
	vertical-align: middle
}

.index_cont .main_cont .article-list .options .icon {
	margin-right: 6px
}

.index_cont .main_cont .article-list .summary {
	color: #808080;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 11px;
	max-height: 78px;
	overflow: hidden;
}

.index_cont .main_part .article-list .summary {
	max-height: 48px;
}

.index_cont .main_cont .article-list .tag {
	font-size: 1.3rem;
	color: #1663ff;
	margin-top: 20px;
}

.index_cont .main_cont .article-list .tag i {
	font-size: 1.8rem;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 10px
}

.index_cont .main_cont .article-list .tag a {
	vertical-align: top;
	color: #1663ff;
	padding-right: 8px;
}

.index_cont .main_cont .article-list>li {
	padding: 30px 0;
	border-bottom: 1px solid #F2F2F2
}

.index_cont .main_cont .article-list>li:last-child {}

.index_cont .main_cont .article-list .group {
	font-size: 0;
	margin-right: -6px;
	white-space: nowrap;
	position: relative
}

.index_cont .main_cont .article-list .group .group_cell {
	position: relative;
	display: inline-block;
	width: 210px;
	height: 180px;
	margin-right: 6px;
	vertical-align: top
}

.index_cont .main_cont .article-list .group .tag_info {
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 1.8rem;
	color: #fff
}

.index_cont .main_cont .article-list .group .tag_info a {
	line-height: 240px
}

.index_cont .main_cont .article-list .group .bottom_banner {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 15px
}

.index_cont .main_cont .article-list .group .title {
	color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	white-space: normal
}

.index_cont .main_cont .article-list .shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5)
}

.index_cont .main_cont .article-list .post_part .pic {
	position: relative;
}

.index_cont .main_cont .article-list .post_part .pro_icon {
	position: absolute;
	top: 5px;
	left: 5px
}

.index_cont .main_cont .article-list .authors_part .group_cell {
	height: auto;
	padding-top: 30px;
	border: 1px solid #E3E4E7;
	text-align: center;
	margin-right: 0.13%
}

.index_cont .main_cont .article-list .authors_part img {
	border-radius: 50%;
	margin-bottom: 12px;
	display: inline-block !important
}

.index_cont .main_cont .article-list .authors_part .title {
	color: #333333;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
	white-space: normal
}

.index_cont .main_cont .article-list .authors_part .bottom_banner {
	position: static;
	padding: 0;
	margin-bottom: 8px
}

.index_cont .main_cont .article-list .authors_part .fans_num {
	color: #1663ff;
	margin-bottom: 29px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 17px
}

.index_cont .main_cont .article-list .recommend_post {
	width: 640px;
	height: 256px
}

.index_cont .main_cont .article-list .recommend_post .cont {
	position: relative
}

.index_cont .main_cont .article-list .recommend_post .bottom_banner {
	position: absolute;
	bottom: 0;
	padding: 0 32px 20px;
	color: #fff;
	width: 100%
}

.index_cont .main_cont .article-list .recommend_post .title {
	color: #fff;
	display: inline-block;
	white-space: nowrap;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden
}

.index_cont .main_cont .article-list .recommend_post .title.bottom_border {
	padding-bottom: 20px;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.42)
}

.index_cont .main_cont .article-list .recommend_post .info {
	color: #fff;
	margin-bottom: 0
}

.index_cont .main_cont .article-list .recommend_post .info .gap_point {
	color: #C0C0C0
}

.index_cont .main_cont .article-list .recommend_post .info a {
	color: #fff
}

.index_cont .main_cont .article-list .group_tit {
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 22px;
	padding-left: 10px;
	border-left: 4px solid #1663ff;
	margin-bottom: 17px
}

.index_cont .main_cont .article-list .group_tit h4 {
	display: inline-block
}

.index_cont .main_cont .article-list .group_tit .all {
	font-size: 13px;
	color: #B3B3B3;
	line-height: 18px
}

.index_cont .main_cont .article-list .slick-arrow {
	z-index: 2;
	width: 32px;
	height: 46px
}

.index_cont .main_cont .article-list .slick-next {
	right: -32px
}

.index_cont .main_cont .article-list .slick-prev {
	left: -35px
}

.index_cont .main_cont .article-list .slick-prev:before,
.index_cont .main_cont .article-list .slick-next:before {
	color: #1663ff;
	font-size: 16px;
	font-family: 'icomoon'
}

.index_cont .main_cont .article-list .slick-prev:before {
	content: "\e604"
}

.index_cont .main_cont .article-list .slick-next:before {
	content: "\e605";
	padding-top: 20px
}

.index_cont .main_cont .interest_list .loading,
.index_cont .main_cont .categorie_list .loading {
	margin-top: 100px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	color: #D8D8D8
}

.index_cont .main_cont .categorie_list {
	padding-top: 20px
}

.index_cont .main_cont .interest_list {
	padding-top: 75px
}

.index_cont .main_cont .interest_list .loading {
	margin-top: 55px
}

.index_cont .main_cont .interest_list .reminder {
	color: #B3B3B3;
	margin-bottom: 30px;
	font-size: 14px;
	font-size: 1.4rem
}

.index_cont .main_cont .interest_list .reminder a {
	color: #1663ff
}

.index_cont .main_cont .interest_list .reminder a:hover {
	color: #1663ff
}

.index_cont .main_cont .interest_list .recommend-tags {
	padding-top: 20px;
	font-size: 0px;
	font-size: 0rem
}

.index_cont .main_cont .interest_list .recommend-tags li {
	display: inline-block;
	margin: 0 15px 20px 0
}

.index_cont .main_cont .interest_list .recommend-tags li a {
	color: #909090
}

.index_cont .main_cont .interest_list .r-author-list li {
	border-bottom: 1px solid #f2f2f2
}

.index_cont .main_cont .interest_list .r-author-list li .author-avatar {
	width: 40px
}

.index_cont .main_cont .interest_list .r-author-list li .author-cont .btn {
	right: 50px
}

.index_cont .main_cont .interest_list .latest-list {
	padding-top: 5px
}

.index_cont .main_cont .interest_list .latest-list li {
	border-bottom: 1px solid #f2f2f2;
	padding: 20px 0
}

.index_cont .main_cont .interest_list .latest-list li:last-child {
	border-bottom: none
}

.index_cont .main_cont .interest_list .latest-list .title {
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	margin-bottom: 8px
}

.index_cont .main_cont .interest_list .latest-list .time {
	color: #B3B3B3;
	font-size: 13px;
	font-size: 1.3rem
}

.index_cont .main_cont .interest_list .latest-list .time i {
	padding-right: 5px
}

.index_cont .load_part {
	position: relative;
	width: 100%;
	height: 128px;
}

.pagination {
	padding: 0 0 30px;
	text-align: center
}

.pagination ul {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0
}

.pagination ul>li {
	display: inline-block;
	margin-top: 4px;
}

.pagination ul>li>a,
.pagination ul>li>span {
	margin: 0 5px;
	float: left;
	padding: 8px 10px 7px;
	text-decoration: none;
	background-color: #ddd;
	color: #666;
	opacity: 1
}

.pagination-multi ul>li>a,
.pagination-multi ul>li>span {
	padding: 8px 13px;
	margin: 0 6px;
	font-size: 12px;
	border-radius: 2px
}

.pagination ul>li>a:focus,
.pagination ul>li>a:hover {
	opacity: 1
}

.pagination ul>.active>a,
.pagination ul>.active>span {
	background-color: #1663ff;
	color: #fff;
	border-radius: 2px
}

.pagination ul>.active>a,
.pagination ul>.active>span {
	cursor: default
}

.pagination ul>.disabled>a,
.pagination ul>.disabled>a:focus,
.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>span,
.pagination ul>li>span {
	color: #999;
	background-color: transparent;
	cursor: default
}

.pagination ul>li.next-page>a {
	background-color: #1663ff;
	color: #fff !important;
}

.index_cont .sidebar {
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	width: 24%;
	margin-top: 30px;
}

#comment {
	background-color: #fff;
	padding: 30px;
	margin: 24px 0;
}

#comments-title {
	font-size: 20px;
}

.comment-disable {
	padding: 1.5em;
	color: #888;
	text-align: center
}

.comment-num {
	color: #999;
	font-size: 16px
}

.comment-num .emphasize {
	color: #f33
}

.no-comment {
	color: #999;
	text-align: center
}

.comment-msg {
	padding: 1.5em 0;
	overflow: hidden;
	border-top: 1px solid #ddd
}

.comment-list {
	margin-top: 20px;
}

.comment-list .ul {
	list-style: none;
	border-top: 1px solid #ededed
}

.comment-list .li {
	overflow: hidden;
	padding: 1em
}

.comment-list .li:hover {
	background: #f8f8f8
}

.comment-list .li img {
	width: 50px;
	height: 50px;
	border-radius: 100px;
	border: 2px solid #fff;
	box-shadow: 2px 2px 3px #efefef;
	-webkit-transition: .4s;
	-webkit-transition: -webkit-transform .4s ease-out;
	transition: transform .4s ease-out;
	-moz-transition: -moz-transform .4s ease-out
}

.comment-list .li:hover img {
	transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg)
}

.comment-list .li .clbody {
	margin-left: 70px
}

.comment-list .ul .ul {
	margin-left: 4%
}

.comment-list .title {
	font-size: 18px;
	padding-bottom: .5em
}

.compost .com-info li {
	float: left;
	margin-bottom: 1em;
	width: 48%;
	padding-right: 4%;
	position: relative
}

.compost .com-info li:nth-child(2) {
	padding-right: 0
}

.compost .com-info li:nth-child(4) {
	padding-right: 0
}

.compost .com-info li.verify img {
	position: absolute;
	top: 10px;
	right: 0;
	height: 24px;
}

.compost .com-info li input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 4px;
	border: 1px solid #ddd;
	border-radius: 3px;
	text-indent: 10px
}

.compost .com-name {
	padding: 0 0 1em .2em
}

#cancel-reply {
	color: #0084ff
}

#saytext {
	border-radius: 3px;
	text-indent: 10px;
	margin: 0 10px 10px 0;
	padding: 5px;
	width: 100%;
	border: 1px solid #ddd;
	background: #fff;
	-webkit-appearance: none
}

.com-submit {
	border-radius: 3px;
	border: none;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	background-color: #1663ff;
	color: #fff;
	padding: 0 20px
}

.checkboa {
	margin: 14px 10px 0 14px;
}

.checkbob {
	margin-right: 10px;
}

.checkboa,
.checkbob {
	float: left;
	line-height: 40px;
}

.comment-list .cinfo {
	height: 20px
}

.comment-list .clbody .p {
	word-wrap: break-word
}

.cinfo .author {
	color: #666
}

.c-time {
	color: #999;
	font-size: 12px
}

.comment-at {
	color: #0084ff
}

.reply-a {
	opacity: 0.5
}

.comment-list li:hover .reply-a {
	opacity: 1
}

.pagebar {
	text-align: center
}

.page-numbers {
	padding: 0 1em;
	line-height: 34px;
	text-align: center;
	margin: 0 0 0 5px;
	display: inline-block;
	background-color: #0084ff;
	color: #fff
}

a.page-numbers {
	background: #fff;
	color: #1a1a1a
}

a.page-numbers:hover {
	background-color: #ff4b4b;
	color: #fff
}

.ias-spinner {
	background: url(../images/loading.gif) no-repeat center;
	float: inherit;
	width: 98%;
	margin: 0 auto;
	height: 35px
}

.ias-trigger-next {
	cursor: pointer;
	float: inherit;
	text-align: center
}

.ias-trigger-next a {
	background: #fff;
	color: #333;
	padding: 1em 2em;
	line-height: 100%;
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 rgba(51, 51, 51, .3);
	display: block
}

.ias-trigger-next a:hover {
	box-shadow: 0 3px 2px 0 rgba(51, 51, 51, .2)
}

.ias-trigger-next i {
	margin-right: 5px
}

.reply-a a {
	color: #333 !important;
}

.index_cont .sidebar .top {
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 20px;
}

.index_cont .sidebar .part {
	padding: 30px 20px;
	margin-bottom: 40px;
	border: 1px solid #eee;
}

.index_cont .sidebar .w3-part {
	padding: 0
}

.index_cont .sidebar .more {
	color: #B3B3B3;
	font-size: 13px;
	font-size: 1.3rem;
	padding-top: 15px
}

.index_cont .sidebar .more i {
	margin-left: 5px;
	color: #C0C0C0;
	font-size: 12px;
	font-size: 1.2rem
}

.index_cont .sidebar .title {
	position: relative;
	top: 0;
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: 1px solid #1663ff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 21px;
	color: #333;
}

.index_cont .sidebar .title i {
	margin-right: 10px;
	color: #272636
}

.index_cont .sidebar li {
	font-size: 14px;
	font-size: 1.4rem
}

.index_cont .sidebar li a {
	color: #333;
	font-size: 14px;
}

.index_cont .sidebar .see_world li {
	display: block;
	line-height: 24px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer
}

.index_cont .sidebar .see_world li .point {
	position: absolute;
	top: 8px;
	left: 0;
	display: inline-block;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #1663ff
}

.index_cont .sidebar .see_world li .cont {
	display: block
}

.index_cont .sidebar .see_world li .text {
	height: 28px;
	overflow: hidden;
	display: block
}

.index_cont .sidebar .see_world li time {
	font-size: 13px;
	font-size: 1.3rem;
	color: #808080
}

.index_cont .sidebar .see_world li .br {
	padding-bottom: 15px;
	border-bottom: 1px solid #EDEDED
}

.index_cont .sidebar .see_world li:last-child {
	margin-bottom: 0
}

.index_cont .sidebar .see_world li:last-child .br {
	border-bottom: none;
	padding-bottom: 0
}

.index_cont .sidebar .see_world li:first-child a {
	border-top: none
}

.index_cont .sidebar .see_world li.show {
	transition: height .5s ease;
	-moz-transition: height .5s ease;
	-webkit-transition: height .5s ease;
	-o-transition: height .5s ease
}

.index_cont .sidebar .see_world li.show .text {
	height: auto
}

.index_cont .sidebar .see_world li.show .point {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	height: 100%;
	border: 2px solid #fff;
	width: 8px;
	border-bottom: 34px solid #FAFAFA;
	transition: height .5s ease;
	-moz-transition: height .5s ease;
	-webkit-transition: height .5s ease;
	-o-transition: height .5s ease
}

.index_cont .sidebar .hot_tags {
	margin-top: 16px;
}

.index_cont .sidebar .hot_tags li {
	display: inline-block
}

.index_cont .sidebar .hot_tags .tag {
	display: inline-block;
	padding: 4px 10px 3px 10px;
	border: 1px solid #ccc;
	color: gray;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0 3px 8px 0
}

.index_cont .sidebar .hot_posts ol,
.index_cont .sidebar .reports ol {
	list-style-type: decimal;
	list-style-position: ouside;
	margin-left: 20px
}

.index_cont .sidebar .hot_posts li,
.index_cont .sidebar .reports li {
	margin-bottom: 20px;
}

.index_cont .sidebar #hot_posts ul.hot_posts,
.index_cont .sidebar .reports ul {
	list-style-type: decimal !important;
	list-style-position: ouside;
	margin-left: 20px;
}

.index_cont .sidebar .hot_posts li:last-child,
.index_cont .sidebar .reports li:last-child {
	margin-bottom: 0
}

.index_cont .sidebar .hot_posts li:first-child a,
.index_cont .sidebar .reports li:first-child a {
	border-top: none;
	padding-top: 0
}

.index_cont .sidebar .recommend_product li,
.index_cont .sidebar .partners li,
.index_cont .sidebar .authors li {
	padding: 20px 0;
	border-bottom: 1px solid #EDEDED
}

.index_cont .sidebar .recommend_product li:first-child,
.index_cont .sidebar .partners li:first-child,
.index_cont .sidebar .authors li:first-child {
	padding-top: 0
}

.index_cont .sidebar .recommend_product li:last-child,
.index_cont .sidebar .partners li:last-child,
.index_cont .sidebar .authors li:last-child {
	border: none;
	padding-bottom: 0
}

.index_cont .sidebar .recommend_product .pic,
.index_cont .sidebar .partners .pic,
.index_cont .sidebar .authors .pic {
	margin-right: 15px
}

.index_cont .sidebar .recommend_product .cont,
.index_cont .sidebar .partners .cont,
.index_cont .sidebar .authors .cont {
	overflow: hidden
}

.index_cont .sidebar .recommend_product .cont a,
.index_cont .sidebar .partners .cont a,
.index_cont .sidebar .authors .cont a {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #1663ff;
	line-height: 22px;
	margin-bottom: 4px
}

.index_cont .sidebar .recommend_product .cont p,
.index_cont .sidebar .partners .cont p,
.index_cont .sidebar .authors .cont p {
	font-size: 13px;
	font-size: 1.3rem;
	color: #808080;
	line-height: 18px
}

.index_cont .sidebar .partners .cont a {
	color: #808080;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 18px
}

.index_cont .sidebar .authors img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.article_top {
	color: red;
	padding-right: 5px
}

.breadcrumb {
	font-size: 14px !important;
	margin-top: 20px;
	font-weight: normal !important;
}

.breadcrumb a {
	color: #999 !important;
}

.detail_main {
	background-color: #fff;
	padding: 20px;
	text-align: center;
}

.detail_main h1 {
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.meta {
	font-size: 12px;
	color: #bbb;
}

.meta span {
	padding-right: 10px;
}

.meta span i {
	padding-right: 2px;
}

.meta a {
	display: inline-block;
	font-size: 14px;
	color: #bbb;
}

.detail_main .meta {
	font-size: 14px;
	margin-top: 16px;
	text-align: center;
}

.detail_main .detail_article,
.detail_main p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 2;
	text-align: left;
	letter-spacing: 1.05px;
	color:#555;
}

.detail_main img {
	width: 100%;
	height: auto !important;
}

.article_footer .tag,
.article_footer .share {
	margin-top: 16px;
}

.article_footer .tag {
	color: #999;
}

.article_footer .tag a {
	display: inline-block;
	color: #777;
	font-size: 12px;
	padding: 6px 10px;
	margin-right: 6px;
	border-radius: 20px;
	margin-bottom: 2px;
	border: 1px solid #999;
	margin-top: 16px;
}

.article_footer .tag a:hover {
	color: #fff;
	background-color: #1663ff;
	border: 1px solid #1663ff;
}

.article_footer .tag a:last-child {
	margin-right: 0;
}

.article_footer .share {
	text-align: left;
}

.bdsharebuttonbox {
	float: left
}

.bdshare-button-style1-24 a,
.bdshare-button-style1-24 .bds_more {
	float: none !important;
	padding: 0 !important;
	background-image: none !important;
	font-size: 15px !important;
	color: #999;
}

.bdsharebuttonbox .fa {
	font-size: 16px !important;
	color: #999;
	border: 1px solid #111;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	text-align: center;
	line-height: 32px;
	margin-right: 8px;
}

.bdsharebuttonbox .fa:first-child {
	padding-left: 0;
}

.bdsharebuttonbox .fa:hover {
	color: #111;
	border: 1px solid #111;
}

.bdsharebuttonbox .fa-weixin {
	color: #34c597;
	border: 1px solid #34c597;
}

.bdsharebuttonbox .fa-qq {
	color: #358fe2;
	border: 1px solid #358fe2;
}

.bdsharebuttonbox .fa-weibo {
	color: #ec2856;
	border: 1px solid #ec2856;
}

.related_article .box_title {
	border-bottom: 1px solid #eee;
	margin-bottom: 24px;
	position: relative;
}

.related_article {}

.related_article .box_title:after {
	position: absolute;
	display: inline-block;
	content: "";
	left: 0;
	top: 40px;
	width: 82px;
	height: 1px;
	background-color: #1663ff;
}

.related_article,
.comments {
	background-color: #fff;
	padding: 20px;
}

.box_title {
	padding-bottom: 16px;
	font-size: 20px;
	font-weight: 400;
}

.related_list article {
	width: 32%;
	margin-right: 16px;
}

/*.related_list article:hover .related_img a img {-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);}
*/
.related_list article:hover .related_detail h3 a {
	color: #333;
}

.related_list article:last-child {
	margin-right: 0;
}

.related_list article .related_img {
	width: 264px;
	height: 170px;
	overflow: hidden;
}

.related_img a img {
	width: 264px;
	height: 170px;
}

.related_img a img {
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.related_detail {
	padding-top: 16px;
}

.related_detail h3 a {
	font-size: 18px;
	font-weight: 400;
	color: #333;
	display: inline-block;
	padding-bottom: 8px;
	line-height: 1.75em;
	max-height: 36px;
	max-height: 58px;
	overflow: hidden;
}

.related_detail .meta {
	margin-top: 6px;
}

.post-navigation {
	overflow: hidden;
	margin: 10px 0 0;
	padding: 20px 0;
}

.post-navigation div {
	position: relative;
	display: block;
	width: 38%;
	color: #999;
	font-size: 14px;
}

.post-navigation div span {
	display: block;
	color: #999;
	font-size: 90%;
	padding-bottom: 8px;
}

.post-navigation div a {
	color: #333;
	font-size: 16px;
}


.post-navigation div a::after {
	position: absolute;
	top: 34%;
	margin-top: -11px;
	height: 22px;
	color: #EDEDED;
	font-size: 48px;
	line-height: 22px;
}

.post-previous {
	float: left;
	padding-left: 40px;
	text-align: left;
}

.post-next {
	float: right;
	padding-right: 40px;
	text-align: right;
}

.index_cont .column .part img {
	height: 100%;
	width: 100%;
}

.backtop {
	z-index: 9;
	bottom: 65px;
	right: 10px;
	margin-right: 0px;
	cursor: pointer;
	transform: translate3d(0, 0, 0);
}

.backtop a,
.backtop i {
	color: #fff;
}

.backtop .bt-box {
	padding: 8px 10px;
	margin-bottom: 5px;
	width: auto;
	height: auto;
	line-height: 20px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	text-align: center;
}

.bt-box.weixin:hover,
.bt-box.tnrt:hover,
.bt-box.qq:hover,
.backtop .bt-box:hover {
	
}

.bt-box.weixin:hover a,
.bt-box.tnrt:hover a,
.bt-box.qq:hover a,
.backtop .bt-box:hover i {
	color: #fff;
}

.bt-box.tnrt a {
	font-size: 16px;
}

.backtop .weibo .pic {
	position: absolute;
	display: none
}

.backtop .weixin .pic {
	position: absolute;
	display: none
}

.backtop .weibo .pic {
	left: -150px;
	bottom: 5px;
	max-width: 150px;
	padding: 8px;
	background: #fff;
	animation-duration: .5s;
	-webkit-animation: fade-in .5s;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.backtop .weixin .pic {
	left: -133px;
	bottom: 4px;
	max-width: 132px;
	padding: 8px;
	background: #fff;
	animation-duration: .5s;
	-webkit-animation: fade-in .5s;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.backtop a:hover,
.backtop i:hover {
	color: #f3f3f3;
}

.backtop .phone .phones {
	background: #ff6f3d;
}

#backtop i.fa {
	font-size: 40px;
	line-height: .2em;
	vertical-align: -15%;
}

@media screen and (max-width:1200px) {

	html,
	body {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		overflow: hidden;
		overflow-y: auto;
	}

	body {
		width: 100%;
		overflow-x: hidden;
	}

	.search {
		position: static;
	}

	.container {
		width: 100%;
		box-sizing: border-box;
		/*overflow-x:hidden;*/
	}

	.slider_wraper {
		margin-top: 24px;
		width: 100%;
	}

	.swiper-container1 {
		width: 100%;
		height: 56vw;
		margin-bottom: 30px;
		float: none;
	}

	.swiper-slide {
		width: 100%;
		height: 100%;
	}

	.slider_side {
		width: 100%;
		float: none;
		padding: 30px 20px 20px;
		margin-left: 0;
		box-sizing: border-box;
	}

	.index_cont .column {
		width: 100%;
		display: block;
		margin-bottom: 0;
	}

	.index_cont .column .part {
		width: 48.3%;
		height: 34vw;
		margin-right: 10px;
		float: left;
		margin-bottom: 10px;
	}

	.index_cont .column .part:nth-child(even) {
		margin-right: 0;
	}

	.index_cont .column .bottom_banner {
		height: 100%;
		padding-bottom: 56px;
		padding-top: 34px;
	}

	.index_cont .column .bottom_banner .title {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.index_cont .column .bottom_banner .title a {
		font-size: 14px;
	}

	.top_intro,
	.top_intro img {
		height: 60vw;
		overflow: hidden;
	}

	.intro_detail .intro_border {
		top: 70px;
		left: 16%;
		width: 280px;
		height: 150px;
		padding: 10px;
	}

	.intro_detail .intro_border .intro_content {
		width: 256px;
		height: 126px;
		padding: 10px;
	}

	.intro_content h3 {
		font-size: 16px;
		padding: 0;
	}

	.intro_content p {
		max-height: 80px;
	}

	.index_cont .column .bottom_banner {
		padding-left: 10px;
	}

	.index_cont .post_data .like_num {
		margin-right: 10px;
	}

	.index_cont {
		margin-top: 24px;
	}

	.index_cont .num {
		font-size: 12px;
	}

	.main_list .article-list .post_part {
		width: 100%;
		float: none;
	}

	.main_list .article-list>li:last-child {
		border-bottom: none;
	}

	.breadcrumb {
		margin-top: 40px;
		padding-left: 12px;
	}

	.sidebar {
		display: none;
	}

	.index_cont .main_cont,
	.index_cont .main_cont .list-cont {
		width: 100%;
	}

	.index_cont .main_cont .article-list {
		padding-top: 0;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.index_cont .main_cont .article-list>li {
		padding: 20px 0;
		width: 100%;
	}

	.index_cont .main_cont .article-list .post_part .pic {
		max-width: 132px;
		height: 80px;
		overflow: hidden;
	}

	.index_cont .main_cont .article-list .pic {
		margin-right: 16px;
		width: 40%;
	}

	.index_cont .main_cont .article-list .pic img {
		width: 100%;
		height: auto;
	}

	.index_cont .main_cont .article-list .cont {
		width: 58%;
	}

	.index_cont .main_cont .article-list .cont .title {
		font-size: 14px;
		line-height: 1.5em;
	}

	.index_cont .main_cont .article-list .info {
		font-size: 12px;
	}

	.index_cont .main_cont .article-list .summary,
	.index_cont .main_cont .article-list .tag {
		display: none;
	}

	.p-footer {
		padding: 20px 0;
	}

	.p-footer .contant_box {
		display: block;
	}

	.p-footer .contant_box {
		width: 100%;
		margin-bottom: 0;
	}

	.contant_box .discover_tmt,
	.contant_box .collaboration_box {
		width: 100%;
	}

	.p-footer .we_img_box {
		margin-top: 20px;
		display: block;
		padding: 0 20px;
	}

	.p-footer .we_img_box .img_box {
		float: left;
	}

	.p-footer .we_img_box .taikong {
		margin-left: 16px;
	}

	.p-footer .info {
		padding: 20px 20px 0;
	}

	.related_list article {
		width: 100%;
		margin-bottom: 16px;
		padding-top: 4px;
	}

	.related_list article .related_img {
		width: 100%;
		height: 56vw;
	}

	.article_footer .tag,
	.article_footer .share {
		width: 100%;
		float: none;
	}

	.article_footer .tag {
		text-align: left;
	}

	.article_footer .tag {
		margin-top: 0;
	}

	.related_img a img {
		width: 100%;
		height: auto;
		display: block;
	}

	#comment {
		margin: 0;
		padding: 20px;
	}

	#txaArticle {
		width: 96%;
	}

	.no-comment {
		text-align: left;
	}

	.p-footer .we_img_box img {
		width: 100%;
		height: auto;
	}
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.backtop .bt-box {
		padding: 8px 0;
	}
}

.index_cont .post_data i,
.index_cont .main_cont .article-list .info a,
.index_cont .main_cont .article-list .tag,
.index_cont .main_cont .article-list .tag a {
	color: #1663ff;
}

.header .nav-bar li.active a,
.header .nav-bar li a:hover,
.header .nav-bar li:hover,
.header .nav-bar li.on,
.header .nav-bar li>li,
.header .nav-bar ul li>ul li.on a,
.header .nav-bar ul li>ul li.on a:hover,
.header .nav-bar li a:hover,
.slider_side .side_title span::after,
.slider_side ul li i,
.pagination ul>.active>a,
.pagination ul>.active>span,
.pagination ul>li.next-page>a,
.index_cont .sidebar .see_world li .point,
.article_footer .tag a:hover,
.search .s-form button,
.com-submit,
.m-nav,
.header .nav-bar li.active,
.related_article .box_title::after {
	background-color: #1663ff;
}

.index_cont .sidebar .title {
	border-bottom: 1px solid #1663ff;
}

.article_footer .tag a:hover {
	border: 1px solid #1663ff;
}

.friendlink {
	background-color: #f1f4f9;
	padding: 17px 0;
	max-width: 1230px;
	overflow: hidden;
	height: auto;
	margin: 0 auto;
}

.friendlink a,
.friendlink span {
	color: #34364b;
	opacity: .7;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
}

.pcd_ad {
	display: block;
}

.pcd_ad img {
	width: 100%;
	height: auto !important
}

.mbd_ad {
	display: none
}

.ceads {
	margin-bottom: 15px
}

@media(max-width:768px) {
	.pcd_ad {
		display: none !important;
	}

	.sidebar{
		display: none;
	}
	.mbd_ad {
		display: block !important;
	}

	.mbd_ad img {
		width: 100%;
		height: auto !important
	}
}

/* 鎰熻阿AB妯℃澘缃戞彁渚� 缈婚〉鏍峰紡 www.adminbuy.cn */
.pagebar {
	padding: 20px;
	overflow: hidden;
	clear: both
}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px;
	line-height: 100%
}

.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}

.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}

.pagination a.page-num-current {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}

.pagination .st {
	font-family: 瀹嬩綋
}

.text-secondary {
	text-align: center;
	padding: 20px 0
}

.ab_img img {
	max-width: 100% !important;
	height: auto !important;
	display: inline-block;
}

.ab_img p span {
	text-wrap: inherit !important;
}

.ab_img p {
	text-wrap: inherit !important;
}

.col_top {
	float: left;
	height: 35px;
	line-height: 35px;
	margin-bottom: 14px;
	width: 100%;
	border-bottom: 2px solid #e0e0e0;
}

.col_top h2 {
	float: left;
	border-bottom: 3px solid #1663ff;
}

.col_top code {
	float: right;
	margin-right: 10px;
}

.col_top h2 a {
	padding-left: 10px;
	color: #1663ff;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	height: 34px;
}

.col_top code a {
	color: #666;
}

.new .new_top {
	border-bottom: 1px dashed #dcd6d6;
	color: #60aa19;
	float: left;
	font-size: 20px;
	height: 30px;
	line-height: 28px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
	margin-top: 13px;
}

.new_top b {
	background: #ff8100;
	border-radius: 3px;
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
	padding: 2 10px;
}

.new .new_Content {
	float: left;
	height: 100px;
	overflow: hidden;
}

.new_Content p {
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin-bottom: 9px;
	overflow: hidden;
	text-align: center;
}

.new_Content p a {
	color: #616161;
	font-size: 18px;
}

.new_Content p a:hover {
	text-decoration: underline;
}

.new_Content a {
	color: #60a320;
}

.new_Content span {
	color: #6b6b6b;
	font-size: 14px;
	line-height: 24px;
}

.new .new_ul {
	float: left;
}

.new_ul li {
	float: left;
	overflow: hidden;
	width: 50%;
}

.new_ul li a {
	color: #333;
	float: left;
	font-size: 14px;
	line-height: 2;
	overflow: hidden;
	width: 85%;
	border-bottom: 1px dashed #eee;
	margin-bottom: 10px;
}

.new_ul li a span {
	float: left;
	padding-right: 10px;
}

.new_ul li a:hover {
	color: #6bbb2e;
	text-decoration: underline;
}

.new_ul b {
	background: #1663ff none repeat scroll 0 0;
	float: left;
	height: 4px;
	margin: 10px 5px 0 0;
	width: 4px;
}

.maintop_mid {
	float: left;
	width: 100%;
}

.maintop {
	position: relative;
}

.maintop_mid .floatPic {
	float: left;
	overflow: hidden;
	position: relative;
	width: 279px;
}

.floatPic ul.floatBg {
	float: left;
	height: 320px;
	left: -100%;
	position: absolute;
	top: 0;
	width: 200%;
}

.floatCont a {
	background: #fff none repeat scroll 0 0;
	float: left;
	height: 5px;
	margin-right: 5px;
	width: 20px;
}

.floatCont {
	bottom: 10px;
	height: 5px;
	position: absolute;
	right: 10px;
	width: 125px;
	z-index: 9;
}

.floatCont em {
	background: #ff6600;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
}

.maintop_mid .maintop_mid_left {
	float: left;
	width: 305px;
}

.maintop_mid_left .floatPic {
	width: 100%;
}

.maintop_mid {
	float: left;
	width: 100%;
}

.maintop_mid .exam-dolist {
	border: 1px solid #e0e0e0;
	margin-top: 222px;
	padding-bottom: 240px;
	text-align: left;
	width: 298px;
}

.maintop_mid .h3 {
	color: #fff;
	float: left;
	font-size: 16px;
	font-weight: 700;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	text-indent: 3em;
	width: 137px;
}

.maintop_mid .h3 a {
	color: #fff;
	float: left;
	font-size: 16px;
	font-weight: 700;
	height: 36px;
	line-height: 36px;
	margin-left: -8px;
	text-indent: 3em;
	width: 137px;
}

.box_zuowen {
	float: left;
	font-size: 12px;
	padding: 335px 0 0 15px;
}

.para {
	color: #333;
	line-height: 22px;
	margin-bottom: 5px;
	text-indent: 2em;
}

.maintop_left .zuixin {
	float: left;
	margin: 10px 0;
}

.maintop_right {
	background: #fff none repeat-x scroll 0 0;
	float: right;
	width: 30%;
}

.maintop_right code {
	border-top: 1px solid #c7c7c7;
	float: left;
	height: 30px;
	line-height: 30px;
	width: 100%;
	margin-bottom: 8px;
}

.maintop_right code a {
	border-top: 2px solid #ff8100;
	color: #232323;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0;
}

.maintop_right code a i {
	left: 110px;
	position: absolute;
	top: 2px;
}

.maintop_right .lm_top {
	float: left;
	padding-bottom: 15px;
	width: 270px;
}

.lm_top img {
	height: 80px;
	width: 260px;
}

.lm_top p {
	float: left;
	width: 140px;
}

.maintop_right img {
	width: 100%;
	margin: 20px 0;
}

.maintop_right .lm_top p a {
	color: #666;
	float: left;
	font-size: 12px;
	height: 60px;
	line-height: 160%;
	overflow: hidden;
	text-indent: 2em;
	width: 130px;
}

.maintop_right .lm_Article {
	float: left;
	width: 100%;
}

.maintop_main {
	float: left;
	width: 68%;
}

.maintop_mid .maintop_mid_left {
	float: left;
	width: 45%;
	padding-right: 10px;
}

.maintop_mid .maintop_midleft {
	float: left;
	width: 50%;
	margin-left: 26px;
}

.lm_Article ul {
	float: left;
	margin-bottom: 16px;
	margin-top: 5px;
}

.lm_Article li {
	float: left;
	line-height: 2;
	width: 100%;
	margin-bottom: 10px;
	width: 100%;
	border-bottom: 1px dashed #eee;

}

.line1 {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lm_Article li a {
	width: 73%;
	color: #333;
}

.lm_Article li b {
	color: #333;
	float: left;
	font-size: 13px;
	font-weight: 400;
	padding-right: 10px;
}

.maintop_right .lm_Article li a:hover {
	color: #6bbb2e;
	text-decoration: underline;
}

.maintop_right .lm_Article li em {
	width: 20px;
	height: 20px;
	float: left;
	text-align: center;
	line-height: 20px;
	background: #1663ff;
	color: #fff;
	border-radius: 4px;
	margin: 6px 6px 0 0;
	font-size: 13px;
}

.lm_Article li:nth-child(1) em,
.lm_Article li:nth-child(2) em,
.lm_Article li:nth-child(3) em {
	background: #d31010;
}

.maintop_right .lm_Article li span {
	float: right;
	font-size: 14px;
	color: #808080;
}

.floatPic .swiper-wrapper {
	height: 229px;
}

.floatPic img {
	width: 100%;
}

.floatPic .swiper-slide {
	height: 321px;
}

.wonderful_Article li a {
	color: #333;
	float: left;
	font-size: 14px;
	width: 100%;
	line-height: 2;
	margin-bottom: 10px;
	border-bottom: 1px dashed #eee;
}

.wonderful_Article li em {
	color: #868686;
	float: right;
	font-size: 14px;
}

.maintop_mid_left .wonderful_Article {
	float: left;
	margin-top: 20px;
	width: 100%;
}

.maintop_main,
.maintop_right {
	padding: 30px 0;
}

.pos {
	box-shadow: 0px 15px 10px -15px #ccc;
	height: 70px;
	line-height: 70px;
}

.position {
	float: right;
	padding-left: 35px;
	line-height: 28px;
	background: url(/images/location.png) left center no-repeat;
	background-size: 25px;
	line-height: 70px;
}

.current {
	width: 25%;
	font-size: 16px;
	line-height: 70px;
	float: right;
}

.container1 {
	width: 80%;
	margin: 0 auto;
}

.pos .fl {
	font-size: 18px;
	font-weight: 600;
}

.index_cont .main_cont .picture {
	width: 70%;
}

.alltitle {
	text-align: center;
	margin-bottom: 3%;
}

.alltitle .en {
	font-family: Arial;
	font-size: 60px;
	color: #e6e6e6;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 52px;
}

.alltitle .fir {
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	margin-top: 50px;
	text-align: center;
}

.alltitle .fir span {
	color: #333;
}

.alltitle .sec {
	font-size: 16px;
	color: #333333;
	margin-top: 25px;
	font-weight: 550;
}

.alltitle .line {
	width: 40px;
	height: 8px;
	background: #1663ff;
	margin: 1% auto 0 auto;
}

.text .title {
	font-weight: bold;
	font-size: 18px;
	color: #808080;
	padding-left: 35px;
	margin-bottom: 3%;
	background: url(../images/douhao.png) no-repeat left top;
	text-align: justify;
	line-height: 2;
}

.header .container {
	max-width: 85%;
}

.com-part1 {
	padding: 40px 0;
	overflow: hidden;
	width: 100%;
}

.com-part1-hd {
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 15px;
}

.com-part1-hd .left {
	overflow: hidden;
	width: calc(100% - 870px);
}

.com-part1-hd .left .t1 {
	overflow: hidden;
	font-size: 60px;
	font-family: Impact;
	background-image: linear-gradient(to right, #fff, #353456, #251a25, #918876, #251a25, #353456, #fff, #353456, #251a25, #918876, #251a25, #353456, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-background-size: 200% 100%;
	animation: bgp 6s infinite alternate linear;
	text-transform: uppercase;
	background-position: -100% 0%
}

@keyframes bgp {
	0% {
		background-position: -100% 0%;
	}

	100% {
		background-position: 0 0;
	}
}

.com-part1-hd .left .t2 {
	margin-top: 15px;
	color: #333;
	font-family: Arial;
	font-size: 20px;
	text-transform: uppercase;
}

.com-part1-hd .left .t3 {
	font-size: 16px;
	line-height: 36px;
	color: #333;
	margin-top: 30px;
}

.com-part1-hd .right {
	width: 785px;
	position: relative;
}

.com-part1-hd .right .box {
	width: calc(100% - 44px);
	height: calc(100% - 44px);
	border: solid 1px #fff;
	position: absolute;
	top: 22px;
	left: 22px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	overflow: hidden;
	z-index: 1
}

.com-part1-hd .right .pic {
	width: 100%;
	height: 100%;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	overflow: hidden;
}

.com-part1-hd .right .pic img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.com-part1-bd {
	background: #fafafa;
	display: flex;
	flex-direction: row;
	height: 270px;
	margin-top: 60px;
}

.com-part1-bd li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 25%;
	border-right: solid 1px #e9e9e9;
}

.com-part1-bd li:last-child {
	border-right: none;
}

.com-part1-bd li i {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 70px;
	line-height: 1
}

.com-part1-bd li p.t1 {
	padding: 13px 0
}

.com-part1-bd li .t1 b {
	font-size: 40px;
	font-weight: bold;
	color: #333;
}

.com-part1-bd li .t1 span {
	font-size: 16px;
	margin-left: 5px
}

.com-part1-bd li .t2 {
	font-size: 16px;
	color: #808080;
}

.com-part1-hd .left .t3 p {
	margin-bottom: 15px;
	text-indent: 2em;
	color: #808080;
}

@media(max-width: 1600px) {
	.com-part1-hd .left {
		width: calc(100% - 730px);
	}

	.com-part1-hd .right {
		width: 700px;
	}
}

@media(max-width: 1400px) {
	.com-part1-hd .left {
		width: calc(100% - 630px);
	}

	.com-part1-hd .right {
		width: 600px;
	}
}

@media(max-width: 1200px) {
	.com-part1-hd .left {
		width: calc(100% - 530px);
	}

	.com-part1-hd .right {
		width: 500px;
	}
}

@media(max-width: 992px) {
	.com-part1-hd {
		flex-direction: column;
	}

	.com-part1-hd .left {
		width: 100%
	}

	.com-part1-hd .right {
		width: 100%;
	}

	.com-part1-bd {
		margin-top: 45px;
	}

	.com-part1-bd li i {
		font-size: 50px
	}

	.com-part1-bd li .t1 b {
		font-size: 40px;
	}
}

@media(max-width: 768px) {
	.com-part1-bd {
		height: 160px
	}

	.com-part1-bd li i {
		font-size: 40px
	}

	.com-part1-bd li .t1 b {
		font-size: 30px;
	}

	.com-part1-bd li .t2 {
		font-size: 14px
	}
}

@media(max-width: 576px) {

	.com-part1 {
		padding: 30px 0;
	}

	.com-part1-hd .left .t1 {
		font-size: 40px;
	}

	.com-part1-hd .left .t3 {
		font-size: 14px;
		line-height: 26px
	}

	.com-part1-hd .right .box {
		width: calc(100% - 22px);
		height: calc(100% - 22px);
		top: 11px;
		left: 11px;
	}

	.com-part1-bd {
		flex-wrap: wrap;
		height: 315px;
		margin-top: 30px
	}

	.com-part1-bd li {
		width: 50%;
		height: 150px;
		margin-bottom: 15px
	}

	.com-part1-bd li:nth-child(2) {
		border-right: none;
	}
}

i.iconfont img {
	width: 60px;
}

.com-part2 {
	width: 100%;
	background-attachment: fixed;
	padding: 40px 0;
}

.com-part2 .ititle .hd {
	color: #fff;
	opacity: 0.1
}

.com-part2 .ititle .md {
	color: #fff;
}

.com-part2 .ititle .md b {
	color: #fff;
}

.com-part2 .ititle .bd {
	color: #fff;
}

.com-part2-bd {
	overflow: hidden;
	padding: 30px 15px 0;
}

.com-part2-bd .swiper-slide1 {
	background: rgba(255, 255, 255, .7);
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	position: relative;
	padding: 45px 0;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	transition: all .5s;
	width: 25%;
	float: left
}

.com-part2-bd .swiper-slide1:before {
	content: '';
	top: 12px;
	left: 12px;
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border: solid 1px #e1e0d9;
	position: absolute;
}

.com-part2-bd .swiper-slide1 i {
	width: 98px;
	height: 98px;
	border-radius: 50%;
	background: #d31010;
	color: #fff;
	font-size: 50px;
	text-align: center;
	line-height: 98px;
	display: block;
	margin: 0 auto;
}

.com-part2-bd .swiper-slide1:nth-child(1) i {
	font-size: 65px
}

.com-part2-bd .swiper-slide1:nth-child(3) i {
	font-size: 65px
}

.com-part2-bd .swiper-slide1 .t1 {
	text-align: center;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0;
}

.com-part2-bd .swiper-slide1 .t2 {
	text-align: center;
	font-size: 14px;
	line-height: 2;
	height: 60px;
	color: #808080;
	padding: 0 30px;
}

.com-part2-bd .swiper-slide1.on {
	background: linear-gradient(to right bottom, rgba(192, 13, 35, .5), rgba(147, 114, 99, 0.5));
	color: #fff;
}

@media(max-width: 1600px) {
	.com-part2-bd .swiper-slide1 {
		padding: 45px 50px;
	}
}

@media(max-width: 992px) {
	.com-part2 {
		height: auto
	}

	.com-part2-bd .swiper-slide1 {
		padding: 45px 30px;
	}

	.com-part2-bd .swiper-slide1 i {
		font-size: 40px;
		width: 60px;
		height: 60px;
		;
		line-height: 60px;
	}

	.com-part2-bd .swiper-slide1:nth-child(1) i {
		font-size: 55px
	}

	.com-part2-bd .swiper-slide1:nth-child(3) i {
		font-size: 55px
	}

	.com-part2-bd .swiper-slide1 .t1 {
		font-size: 24px;
	}

	.com-part2-bd .swiper-slide1 .t2 {
		font-size: 14px;
	}
}

@media(max-width: 576px) {
	.com-part2-bd {
		padding: 30px 30px 0;
	}

	.com-part2-bd .swiper-slide1 {
		border-radius: 30px
	}

	.com-part2-bd .swiper-slide1:before {
		border-radius: 30px
	}
}

.com-part2 .ititle .hd {
	font-size: 72px;
	position: absolute;
	color: #333;
	font-family: Impact;
	text-transform: uppercase;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.com-part2 .ititle .md h1 {
	text-align: center;
	font-size: 30px;
	color: #333333;
	padding-top: 25px;
}

.swiper-slide1 i.iconfont img {
	width: 60px;
	margin: 19px 0;
}

.com-part3 {
	padding: 40px 0;
}

@media(max-width:768px) {
	.col_top h2 a {
		font-size: 16px;
	}

	.col_top h2 img {
		width: 24px;
	}

	.col_top {
		width: 96%;
		margin-left: 2%;
	}

	.com-part2-bd .swiper-slide1 i {
		width: 98px;
		height: 98px;
	}

	.header .container {
		max-width: 100%;
	}

	.header,
	.header .logo {
		margin-right: -10%;
	}

	.maintop_mid .maintop_midleft,
	.maintop_mid .maintop_mid_left,
	.maintop_main {
		width: 96%;
		margin-left: 2%;
	}

	.maintop_right {
		display: none;
	}

	.top_intro {
		margin-top: 70px;
	}

	.top_intro,
	.top_intro img {
		height: auto;
	}

	.swiper-wrapper {
		height: 110px;
	}
}

@media(max-width: 1400px) {
	.icom-left {
		padding-left: 15px
	}

	.icom-left .bd:before {
		font-size: 160px
	}

	.icom-left .bd .t2 {
		max-width: 95%
	}

	.icom-left .hd li .t1 b {
		font-size: 40px
	}
}

@media(max-width: 1200px) {
	.icom-left .hd li {
		width: 50%;
		padding: 15px 0;
		margin-bottom: 15px;
	}

	.icom-left .hd li:nth-child(2) {
		border-right: none;
	}

	.icom-left .bd:before {
		display: none
	}
}

@media(max-width: 992px) {
	.icom {
		padding-bottom: 45px;
	}

	.icom .wrapp {
		flex-direction: column;
	}

	.icom-left {
		width: 100%;
		padding-right: 15px
	}

	.icom-left .hd li {
		margin-bottom: 0;
		width: 25%;
	}

	.icom-left .hd li:nth-child(2) {
		border-right: solid 1px #eae8e8;
	}

	.icom-left .bd {
		padding-bottom: 30px
	}

	.icom-left .bd .t2 {
		max-width: 100%
	}

	.icom-right {
		width: 100%;
		flex-direction: column;
		align-items: center;
	}

	.icom-right .left {
		width: 150px;
		border-radius: 3px;
		height: 40px;
		line-height: 36px;
		position: initial;
	}

	.icom-right .right {
		width: 100%;
		text-align: center;
		margin-top: 45px
	}

	.icom-right .right img {
		width: auto;
		height: 400px;
		width: 70%;
	}
}

@media(max-width: 768px) {
	.icom {
		padding-bottom: 30px;
	}

	.icom-left .hd li {
		width: 50%;
		padding: 15px 0;
		margin-bottom: 15px;
	}

	.icom-left .hd li:nth-child(2) {
		border-right: none;
	}

	.icom-right .right img {
		width: 100%;
		height: 340px
	}

	.slider_side ul li a {
		width: 70%;
	}

	.com-part2 .ititle .md h1 {
		font-size: 18px;
		width: 96%;
		margin-left: 2%;
		line-height: 2;
	}

	.com-part2-bd .swiper-slide1 {
		padding: 40px 0;
		width: 100%;
	}

	.com-part2-bd .swiper-slide1 .t1 {
		font-size: 16px;
	}

	.com-part1-bd {
		display: none;
	}
}

@media(max-width: 576px) {
	.icom-left .hd li {
		padding: 0;
	}

	.icom-left .hd li .t1 b {
		font-size: 30px
	}

	.icom-left .hd li .t2 {
		font-size: 14px;
	}

	.icom-left .bd .t1 {
		font-size: 20px;
	}

	.icom-left .bd .t2 {
		font-size: 14px;
	}

	.icom-right .right img {
		height: 240px
	}
	.current{
		width:100%;
	}
	.page-banner{
		margin-top:70px;
	}
	.index_cont .main_cont .picture{
		width: 100%;
	}
	.text .title{
		width: 80%;
		margin-left:3%;
		font-size:16px;
	}
	.alltitle .fir{
		font-size: 20px;
		line-height: 2;
	}
}

.sidebar-prolist li {
	align-items: center;
	margin-top: 1em;
	width: 48%;
	margin:1%;
	float: left;
	background: #eee;
}

.sidebar-prolist li:hover img {
	transform: scale(1.05)
}

.sidebar-prolist li>a {
	width: 100%;
	overflow: hidden
}

.sidebar-prolist li img {
	transition: all 0.1s linear;
	width:100%;
	height: 106px;

}

.sidebar-prolist li>div {
	flex: 1;
	padding-left: 10px;
	height: 50px;
}

.sidebar-prolist li>div p {
	color: var(--fontcolorintro);
	font-size: 14px
}

.sidebar-prolist li>div a {
	margin-top:10px;
}

.sidebar-prolist li:hover a {
	color: var(--color)
}
.line2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5;
    margin:15px 0;
}
.webnews_list ul li {
	width:100%;
	height: auto;
	margin: 0 4% 30px 0;
	padding: 0 0 0 100px;
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.webnews_list ul li:nth-child(2n+2) {
	margin: 0 0 30px
}
.webnews_list ul li .webnews_time {
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 20px 0;
	background-color: #eee;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.webnews_list ul li .webnews_time em {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: #808080;
	font-size: 16px;
	font-style: normal;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s
}
.webnews_list ul li .webnews_time span {
	display: block;
	width: 90%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s
}
.webnews_list ul li:hover .webnews_time {
	background-color: #1663ff
}
.webnews_list ul li:hover .webnews_time em {
	color: rgba(255,255,255,0.65)
}
.webnews_list ul li:hover .webnews_time span {
	color: #fff
}
.webnews_list ul li .webnews_text {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 25px 30px;
	background-color: rgba(51,51,51,0);
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.webnews_list ul li .webnews_text a.webnews_Name {
	display: block;
	width: 100%;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto 14px;
	padding: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s
}
.webnews_list ul li .webnews_text p {
	width: 100%;
	overflow: hidden;
	line-height: 2;
	color: #808080;
	font-size: 14px;
	word-break: break-all;
	text-align: justify;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 auto;
	padding: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s
}
.webnews_list ul li:hover .webnews_text {
	background-color: rgba(51,51,51,1)
}
.webnews_list ul li:hover .webnews_text a.webnews_Name {
	color: #fff
}
.webnews_list ul li:hover .webnews_text p {
	color: rgba(255,255,255,0.45)
}
.webnews_list ul li .webnews_text a.webnews_More {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -50px;
	bottom: -50px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s
}
.webnews_list ul li .webnews_text a.webnews_More img {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0
}
.webnews_list ul li:hover .webnews_text a.webnews_More {
	right: 0;
	bottom: 0
}
.shownews .main_cont{
	width:70%;
	float:left;
}
.detail_article h2{
	font-size:15px;
	font-weight: bolder;
}
.anli-canshu {
	overflow: hidden;
	background: #f5f5f5;
	padding: 30px 0;
	margin-bottom: 30px;
	
}
.anli-canshu .left{
	width:58%;
	float: left;
}
.anli-canshu .right{
	width:40%;
	float: right;
}
.anli-canshu .right img{
	width:96%;
	margin:0 auto;
}
.anli-canshu .left ul {
	margin-left: -1px;
}

.anli-canshu .left ul li {
	width:90%;
	margin:2% auto;
}

.anli-canshu .left ul li p {
	line-height: 2;
    font-size: 15px;
    color: #555;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 10px;
}

.anli-canshu .left ul li span {
	color: #808080;
}

.anli-body {
	font-size: 18px;
	text-align: justify;
	line-height: 1.8;
	color: #555;
	margin-bottom: 30px;
}

.anli-body p {
	margin: 0.5em 0;
}

.anli-body img {
	max-width: 100% !important;
	height: auto !important;
}
.article-body {
    font-size: 14px;
    text-align: justify;
    line-height: 2;
    color: #555;
    border-bottom: solid 1px #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.article-body h2,.article-body b strong{
	font-size:15px;
	font-weight: bold;
}
.anli-view-main{
	padding:40px 0;
}
.anli-canshu .left h1{
	font-size:24px;
	font-weight: 600;
	margin-bottom:20px;
}
.alltitle .fir span{
	text-align: center;
}
.page .detail_main{
	padding:0px 0 40px;
}
.ny-ct-main{ background:#fff; padding:40px 0; min-height:400px; position:relative;}
.ny-ct-left{ width:50%; float:left;}
.ny-ct-left .tit{ font-size:32px; margin-bottom:10px;}
.ny-ct-left .note{color:#999; }
.ny-ct-left .cont{margin-top:40px;}
.ny-ct-left .cont p{ border-bottom:1px dashed #eee; margin-bottom:15px; padding-bottom:15px;}
.ny-ct-left .cont p img{ margin-right:10px;}
.ny-ct-right{ width:45%; float:right;}
.ny-ct-left .cont p img {
    width: 25px;
    margin-right: 5px;
}
@media only screen and (max-width:768px) {
	.post-navigation div{
		width:100%;
		margin-bottom:10px;
	}
	.article-body img{
		width:100% !important;
		height: auto !important;
	}
	.anli-canshu .left,.anli-canshu .right{
		width: 100%;
	}
	.page .detail_main,.anli-view-main{
		width:96%;
		margin-left:2%;
	}
	.page .detail_main{
		padding:0;
	}
	.anli-canshu .left h1{
		font-size:20px;
	}
	.about{
		margin-top:0px;
	}
}
.message .form_top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.message .form_top .inputbox{
    width: 47.5%;
    background: #f5f5f5;
    border:1px solid #dcdcdc;
    position: relative;
    margin-bottom: 35px;
}
.message .form_top .inputbox .icon{
    width: 0px;
    height: 0px;
   }
.message .form_top .inputbox input{
    float: left;
    line-height: 50px;
    font-size:16px;
    color:#333;
    font-weight: lighter;
    border: none;
    background: #f5f5f5;
    padding: 0 20px;
}
.message .form_top .inputbox input::placeholder{
    font-size:16px;
    color:#999;
}
.message .form_top .inputbox .verify{
    position: absolute;
    width: 97px;
    height: 34px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right:10px;
}
.message .form_top .inputbox .verify img{
    width: 100%;
    height: 100%;
}
.message textarea{
    width: 100%;
    height: 120px;
    font-size:16px;
    color:#333;
    font-weight: lighter;
    background: #f5f5f5;
    border:1px solid #dcdcdc;
    padding: 21px;
    margin-bottom: 35px;
}
.message textarea::placeholder{
    font-size:16px;
    color:#999;
}
.message button.submit{
    display: block;
    text-align:center;
    font-size:22px;
    color:#fff;
    background: #1663ff;
    border-radius: 30px;
    line-height: 60px;
    letter-spacing: 3px;
    width:100%;
    border:none;
}
.message .submit:hover{
    background: #005bad;
}
@media (max-width : 768px) {
	.ny-ct-left .tit{
        font-size:22px;
        line-height: 2;
    }
    .ny-ct-left,.ny-ct-right{
    	width:100%;
    }
    .message{
    	display: none;
    }
    .detail_main h1{
    	white-space: normal;
    }
    .post-next {
	    float: left;
	    padding-left: 40px;
	    text-align: left;
	    margin-top: 10px;
	}
}
.ab_view {
	background-color: #EF3B1B;
	border: 2px solid #EF3B1B;
	position: fixed;
	width: 80px;
	bottom: 10%;
	right: 10px;
	text-align: center;
	display: block;
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.1);
	box-shadow: 0 6px 12px rgba(0,0,0,0.1);
	border-radius: 10px;
	font-size: 12px;
	z-index: 999
}
.ab_view ul {
	margin: 0;
	padding-top: 10px;
	color: #fff
}
.ab_view ul li {
	position: relative
}
.ab_view ul li:nth-of-type(1), .ab_view ul li:nth-of-type(4), .ab_view ul li:nth-of-type(6) {
	display: none
}
.ab_view ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	overflow: hidden;
	height: auto;
	width: 100%;
	padding: 43px 0 12px;
	background: url(../images/kefu-tb.png) no-repeat top center
}
.ab_view ul li a:hover {
	background-color: #df4114
}
.ab_view a.kefu-lx {
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: -40px;
	text-indent: -9999px;
	height: 80px;
	width: 80px;
	z-index: 999999;
	left: 0px;
	border-width: 0;
	overflow: hidden;
	background-size: 100%;
    border-radius: 50px;
}
.ab_view a.kefu-lx:hover {
	background-color: rgba(255,255,255,0)
}
.ab_view ul li a.kf {
	display: block;
	padding: 10px 0
}
.ab_view ul li a.kefu-tel {
	background-position: center -79px
}
.ab_view ul li a.kefu-qq {
	background-position: center -150px
}
.ab_view ul li a.kefu-wx {
	background-position: center -220px
}
.ab_view ul li a.kefu_bottom {
	background-position: center -288px;
	padding: 30px 0 10px 0;
	border-radius: 0 0 8px 8px
}
.ab_view ul li a.kefu_top {
	background-position: center -15px;
	padding: 30px 0 10px 0
}
.ab_view:hover ul li a {
	display: block
}
.ab_view ul li p {
	position: absolute;
	top: -72px;
	right: 82px;
	width: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #fff;
	background: #EF3B1B;
	display: block;
	opacity: 0;
	transition: all .4s ease-in-out .1s;
	overflow: hidden;
	z-index: 201
}
.ab_view ul li:nth-of-type(3) p {
	top: 0
}
.ab_view ul li:hover p {
	width: 120px;
	padding: 15px;
	opacity: 1
}
.ab_view ul li .wechat p {
}
@media (max-width:800px) {
.ab_view {
	width: 60px;
	border-radius: 8px;
	right: 2px
}
.ab_view a.kefu-lx {
	display: none
}
.ab_view ul {
	padding: 0
}
.ab_view ul li:nth-child(1), .ab_view ul li:nth-child(4), .ab_view ul li:nth-child(5) {
	display: none
}
.ab_view ul li p {
	display: none!important
}
.ab_view ul li a {
	font-size: 12px
}
table{margin-left: 0px;
border-collapse:collapse;
}
}
table tr td{
border:1px solid #ddd;
padding: 5px;
font-size: 14px;
}
@media screen and (max-width: 568px) {
table {
width: 100% !important;
border-collapse: collapse;
border: none;
margin: 0 auto;
}
td,
th {
width: 1px;
white-space: nowrap;
/* 自适应宽度*/
word-break: keep-all;
/* 避免长单词截断，保持全部 */
border: solid #676767 1px;
text-align: center;
white-space: pre-line;
word-break: break-all !important;
word-wrap: break-word !important;
display: table-cell;
vertical-align: middle !important;
white-space: normal !important;
height: auto;
vertical-align: text-top;
padding: 2px 2px 0 2px;
display: table-cell;
font-size:14px
}
}
