@charset "utf-8";
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizelegibility;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.art-img{
	text-align: center;
}
.art-img img{
	width: 600px;
}	
.xcxbox1{
	background-color: #ffffff;
	margin-top: 20px;
	margin: 0 auto;
}

.kflimgbox{
	width: 60px;
	height: 60px;
}
.kflimgbox img {
	margin-top: 10px;
	width: 40px;
	height: 40px;
}

.pricelist{
	width: 100%;
	background: #ffffff;
	margin-bottom: 10px;
	height: 42px;
	padding: 6px;
}
.pricelist a{
	

}


@media (max-width:768px) {
	.prtitle{
		height: 32px;
		width: 60%;
		float: left;
		padding-left: 15px;
	}
	.prinfo{
		display: none;
	}
	.pricename{
		width: 18%;
		float: left;
		text-align: right;
		font-size: 15px;
		font-weight: 500;
	}
}
@media (min-width:767px) {
	.prtitle{
		height: 32px;
		width: 30%;
		float: left;
		padding-left: 15px;
		color: #222222;
		font-size: 16px;
	}
	.prinfo{
		height: 32px;
		width: 50%;
		float: left;
		font-size: 13px;
	}
	.pricename{
		width: 18%;
		float: left;
		text-align: right;
		font-size: 15px;
		font-weight: 500;
	}
}


body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

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

audio,
canvas,
video {
	display: inline-block;
}

body,
button,
input,
select,
textarea {
	font: normal 1em/1.8 sans-serif, PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
}

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

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

fieldset,
img {
	border: 0;
}

a {
	text-decoration: none;
}

a:link {}

a:visited {}

a:hover {
	text-decoration: none;
}

a:active {}

small {
	font-size: 0.9em;
	color: #888;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
	font-size: 100%;
	color: #6b7386;
	line-height: 1.35;
}

pre,
code,
pre tt {
	font-family: Courier, 'Courier New', monospace;
}

pre {
	background: #f8f8f8;
	border: 1px solid #ddd;
	padding: 1em 1.5em;
	display: block;
	-webkit-overflow-scrolling: touch;
}

hr {
	border: none;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 0.8em;
	height: 10px;
}

.textwrap,
.textwrap td,
.textwrap th {
	word-wrap: break-word;
	word-break: break-all;
}

.textwrap-table {
	table-layout: fixed;
}

.serif {
	font-family: Palatino, Optima, Georgia, serif;
}

img {
	max-width: 100%;
}

input[type=submit] {
	-webkit-appearance: none;
	outline: none
}

.row-position {
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clear {
	clear: both
}

.img-cover {
	object-fit: cover
}

a {
	color: #6b7386;
}

a:hover {
	color: #ff3636;
}

.tooltip {
	padding: 5px;
	font-size: 12px;
	opacity: .8;
	background-repeat: no-repeat;
	background-image: url(../images/tooltip.gif)
}

.tooltip-inner {
	padding: 5px 10px;
	max-width: 200px;
	pointer-events: none;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

.tooltip-bottom {
	background-position: top center
}

.tooltip-top {
	background-position: bottom center
}

.tooltip-left {
	background-position: right center
}

.tooltip-right {
	background-position: left center
}

.transition {
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s
}

.blur {
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
}

body {
	background: #f1f5f8;
	color: #4e4e4f;
}

.h-fix {
	position: fixed;
	z-index: 9999;
	background: #fff;
	width: 100%;
	box-shadow: 0 1px 3px rgba(26, 26, 26, .1);
}

.header {
	display: block;
	height: 78px;
	position: relative;
	left: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 9
}

.header .logo {
	float: left;
	overflow: hidden;
	height: 78px;
}

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

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

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

.header .nav-bar {
	float: left;
	margin-left: 4%;
}

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

.header .nav-bar li a {
	display: inline-block;
	padding: 0 15px;
	color: #6b7386;
	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: 1;
	width: 16px;
}

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

.header .nav-bar li a:hover {
	color: #ff3366;
	transition: all 500ms ease;
}

.header .nav-bar li.active:before,
.header .nav-bar li[class*="li-cate-"]:before {
	position: absolute;
	content: '';
	background: #ff3366;
	width: 0;
	height: 5px;
	left: 0px;
	right: 0;
	margin: 0px auto;
	bottom: 0px;
}

.header .nav-bar li.active:after,
.header .nav-bar li[class*="li-cate-"]:after {
	position: absolute;
	content: '';
	background: #ffffff;
	width: 6px;
	height: 3px;
	right: 32%;
	bottom: 18px;
}

.header .nav-bar li.on:before,
.header .nav-bar li.active:before {
	width: 40px;
}

.header .nav-bar li.active>a {
	color: #ff3636;
}

@-webkit-keyframes shine {
	from {
		-webkit-mask-position: 150%;
	}
	to {
		-webkit-mask-position: -50%;
	}
}

.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 8px 20px 0px rgba(0, 0, 0, 0);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
}

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

.header .nav-bar ul li>ul li a {
	width: 100%;
	text-align: center;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #6b7386;
	opacity: 1
}

.header .nav-bar ul li>ul li.on a:hover {
	color: #ff3366;
}

.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: #6b7386;
}

.header .nav-bar ul li>ul li .sub-menu {
	visibility: hidden;
	opacity: 0;
	display: none;
	left: -100%;
	transform: none;
}

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

.header .nav-bar ul li>ul li.on .sub-menu li a,
.header .nav-bar ul li>ul li.on .sub-menu li a:hover {
	background: rgba(0, 0, 0, 0);
	color: #6b7386);
}

.header .nav-bar ul li>ul li.on .sub-menu li.on a,
.header .nav-bar ul li>ul li.on .sub-menu li.on a:hover {
	color: #ff3366;
}

.m-btn {
	position: absolute;
	top: 4px;
	bottom: 0;
	right: 50px;
	padding: 0 15px;
	height: 100%;
	display: none;
	line-height: 56px;
	cursor: pointer;
}

.m-btn i {
	color: #6b7386;
	opacity: 0.7;
	font-size: 20px;
	line-height: 48px;
}

.m-btn .fa-remove {
	color: #fff;
}

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

.m-nav {
	width: 70%;
	background: #434957;
	position: fixed;
	top: 0;
	bottom: 0;
	left: -70%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 999;
	overflow-y: scroll;
	overflow-x: hidden;
}

.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: 14px;
	text-indent: 1em
}

.search {
	float: right;
	margin-left: 15px;
	position: relative;
}

.search i.fa {
	color: #6b7386;
	line-height: 78px;
	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.1);
	border: 1px solid #eee;
	border-top: none;
	z-index: 1;
}

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

.search .s-form button {
	border: medium none;
	background: #ff3636;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	opacity: 0.8
}

.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;
}

@-webkit-keyframes mountains-in {
	0% {
		-webkit-transform: scale(1.5);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes mountains-in {
	0% {
		-moz-transform: scale(1.5);
	}
	100% {
		-moz-transform: scale(1);
	}
}

@keyframes mountains-in {
	0% {
		transform: scale(1.5);
	}
	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes moving {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(-50%, 0, 0);
	}
}

@-moz-keyframes moving {
	0% {
		-moz-transform: translate3d(0, 0, 0);
	}
	100% {
		-moz-transform: translate3d(-50%, 0, 0);
	}
}

@keyframes moving {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-50%, 0, 0);
	}
}

#banner-bear {
	height: 300px;
	background: #464853 url(../images/bg-container1.jpg) repeat-x;
	width: 100%;
	position: relative;
	font-size: 28px;
	margin-bottom: 32px;
}

.typing {
	font-weight: 300;
	color: #fff;
	position: absolute;
	top: 30%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 2);
}

.typing2 {
	font-weight: 300;
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: 55%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 2);
}

.banner-wrap,
#stage {
	width: 100%;
	height: 100%;
}

#stage {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#stage .space {
	width: 3840px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: url(../images/bg-space.png) repeat-x;
}

#stage .mountains {
	width: 100%;
	height: 17.78125em;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 0.2s linear 0s;
	-moz-transition: opacity 0.2s linear 0s;
	transition: opacity 0.2s linear 0s;
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	transform-origin: center top;
}

#stage .mountain {
	width: 240em;
	position: absolute;
	left: 0;
	bottom: 0;
}

#stage .mountain-1 {
	height: 10.5em;
	z-index: 3;
	background: url(../images/bg-mountain-1.png) repeat-x;
	background-size: auto 50%;
	background-position: 0 bottom;
}

#stage .mountain-2 {
	height: 12em;
	z-index: 2;
	background: url(../images/bg-mountain-2.png) repeat-x;
	background-size: auto 50%;
	background-position: 0 bottom;
}

#stage .mountain-3 {
	height: 17.78125em;
	z-index: 1;
	background: url(../images/bg-mountain-3.png) repeat-x;
	background-size: auto 30%;
	background-position: 0 bottom;
}

#stage .bear-wrapper {
	width: 6.25em;
	height: 3.125em;
	position: absolute;
	margin-left: -3.125em;
	left: 50%;
	bottom: 40px;
	z-index: 999;
}

.bear-words {
	display: none;
	width: 6.25em;
	height: 2.8125em;
	position: absolute;
	bottom: 5.3125em;
	left: 50%;
	margin-left: -2.1875em;
	z-index: 5;
}

.bear-words span {
	display: block;
	width: 9.375em;
	height: 1.875em;
	line-height: 1.875em;
	margin-left: 0.9375em;
	font-size: 0.4375em;
	color: #fff;
}

.bear-words .bear-words-background {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
}

#stage .bear {
	width: 3.12em;
	height: 1.625em;
	position: absolute;
	margin-left: -1.5625em;
	left: -4%;
	bottom: 20px;
	z-index: 999;
	background: url("../images/bear.png") 0 0 no-repeat;
	background-size: 25em 100%;
	opacity: 0;
}

.scenes-ready #stage .space {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-animation: moving 450s linear 0.8s infinite normal none;
	-moz-animation: moving 450s linear 0.8s infinite normal none;
	animation: moving 450s linear 0.8s infinite normal none;
}

.scenes-ready #stage .mountains {
	opacity: 1;
	-webkit-animation: mountains-in 0.8s ease-out 0s 1 normal forwards;
	-moz-animation: mountains-in 0.8s ease-out 0s 1 normal forwards;
	animation: mountains-in 0.8s ease-out 0s 1 normal forwards;
}

.scenes-ready #stage .mountain-1 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-animation: moving 100s linear 0.8s infinite normal none;
	-moz-animation: moving 100s linear 0.8s infinite normal none;
	animation: moving 100s linear 0.8s infinite normal none;
}

.scenes-ready #stage .mountain-2 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-animation: moving 160s linear 0.8s infinite normal none;
	-moz-animation: moving 160s linear 0.8s infinite normal none;
	animation: moving 160s linear 0.8s infinite normal none;
}

.scenes-ready #stage .mountain-3 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-animation: moving 360s linear 0.8s infinite normal none;
	-moz-animation: moving 360s linear 0.8s infinite normal none;
	animation: moving 360s linear 0.8s infinite normal none;
}

.scenes-ready #stage .bear {
	opacity: 1;
	-webkit-transition: opacity 0.4s linear 0.6s;
	-moz-transition: opacity 0.4s linear 0.6s;
	transition: opacity 0.4s linear 0.6s;
}

.preserve3d .scenes-ready #stage .bear {
	-webkit-animation: bear-run-in 3.6s step-end 0.6s 1 normal forwards, bear-run 0.8s steps(8) 4.2s infinite normal forwards;
	-moz-animation: bear-run-in 3.6s step-end 0.6s 1 normal forwards, bear-run 0.8s steps(8) 4.2s infinite normal forwards;
	animation: bear-run-in 3.6s step-end 0.6s 1 normal forwards, bear-run 0.8s steps(8) 4.2s infinite normal forwards;
}

.no-preserve3d .scenes-ready #stage .bear,
.no-csstransforms3d .scenes-ready #stage .bear {
	left: 50%;
	-webkit-animation: bear-run 0.8s steps(8) 0.6s infinite normal forwards;
	-moz-animation: bear-run 0.8s steps(8) 0.6s infinite normal forwards;
	animation: bear-run 0.8s steps(8) 0.6s infinite normal forwards;
}

.preserve3d .scenes-ready #stage .bear.reset,
.no-preserve3d .scenes-ready #stage .bear.reset,
.no-csstransforms3d .scenes-ready #stage .bear.reset {
	left: 50%;
	opacity: 1;
	-webkit-animation: none 0s linear 0s infinite normal none;
	-moz-animation: none 0s linear 0s infinite normal none;
	animation: none 0s linear 0s infinite normal none;
}

.preserve3d .scenes-ready #stage .bear.running,
.no-preserve3d .scenes-ready #stage .bear.running,
.no-csstransforms3d .scenes-ready #stage .bear.running {
	left: 50%;
	-webkit-animation: bear-run 0.8s steps(8) 0s infinite normal none;
	-moz-animation: bear-run 0.8s steps(8) 0s infinite normal none;
	animation: bear-run 0.8s steps(8) 0s infinite normal none;
}

@-webkit-keyframes bear-run {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -25em 0;
	}
}

@-moz-keyframes bear-run {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -25em 0;
	}
}

@keyframes bear-run {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -25em 0;
	}
}

@-webkit-keyframes bear-run-in {
	0% {
		background-position: 0em 0;
		left: -4%;
	}
	1.38888889% {
		background-position: -3.125em 0;
		left: -2.25%;
	}
	2.77777778% {
		background-position: -6.25em 0;
		left: -0.5%;
	}
	4.16666667% {
		background-position: -9.375em 0;
		left: 1.25%;
	}
	5.55555556% {
		background-position: -12.5em 0;
		left: 3%;
	}
	6.94444444% {
		background-position: -15.625em 0;
		left: 4.75%;
	}
	8.33333333% {
		background-position: -18.75em 0;
		left: 6.5%;
	}
	9.72222222% {
		background-position: -21.875em 0;
		left: 8.25%;
	}
	11.11111111% {
		background-position: -25em 0;
		left: 10%;
	}
	11.11111111% {
		background-position: 0em 0;
		left: 10%;
	}
	12.77777778% {
		background-position: -3.125em 0;
		left: 11.5%;
	}
	14.44444444% {
		background-position: -6.25em 0;
		left: 13%;
	}
	16.11111111% {
		background-position: -9.375em 0;
		left: 14.5%;
	}
	17.77777778% {
		background-position: -12.5em 0;
		left: 16%;
	}
	19.44444444% {
		background-position: -15.625em 0;
		left: 17.5%;
	}
	21.11111111% {
		background-position: -18.75em 0;
		left: 19%;
	}
	22.77777778% {
		background-position: -21.875em 0;
		left: 20.5%;
	}
	24.44444444% {
		background-position: -25em 0;
		left: 22%;
	}
	24.44444444% {
		background-position: 0em 0;
		left: 22%;
	}
	26.38888889% {
		background-position: -3.125em 0;
		left: 23.25%;
	}
	28.33333333% {
		background-position: -6.25em 0;
		left: 24.5%;
	}
	30.27777778% {
		background-position: -9.375em 0;
		left: 25.75%;
	}
	32.22222222% {
		background-position: -12.5em 0;
		left: 27%;
	}
	34.16666667% {
		background-position: -15.625em 0;
		left: 28.25%;
	}
	36.11111111% {
		background-position: -18.75em 0;
		left: 29.5%;
	}
	38.05555556% {
		background-position: -21.875em 0;
		left: 30.75%;
	}
	40% {
		background-position: -25em 0;
		left: 32%;
	}
	40% {
		background-position: 0em 0;
		left: 32%;
	}
	42.22222222% {
		background-position: -3.125em 0;
		left: 33%;
	}
	44.44444444% {
		background-position: -6.25em 0;
		left: 34%;
	}
	46.66666667% {
		background-position: -9.375em 0;
		left: 35%;
	}
	48.88888889% {
		background-position: -12.5em 0;
		left: 36%;
	}
	51.11111111% {
		background-position: -15.625em 0;
		left: 37%;
	}
	53.33333333% {
		background-position: -18.75em 0;
		left: 38%;
	}
	55.55555556% {
		background-position: -21.875em 0;
		left: 39%;
	}
	57.77777778% {
		background-position: -25em 0;
		left: 40%;
	}
	57.77777778% {
		background-position: 0em 0;
		left: 40%;
	}
	60.27777778% {
		background-position: -3.125em 0;
		left: 40.75%;
	}
	62.77777778% {
		background-position: -6.25em 0;
		left: 41.5%;
	}
	65.27777778% {
		background-position: -9.375em 0;
		left: 42.25%;
	}
	67.77777778% {
		background-position: -12.5em 0;
		left: 43%;
	}
	70.27777778% {
		background-position: -15.625em 0;
		left: 43.75%;
	}
	72.77777778% {
		background-position: -18.75em 0;
		left: 44.5%;
	}
	75.27777778% {
		background-position: -21.875em 0;
		left: 45.25%;
	}
	77.77777778% {
		background-position: -25em 0;
		left: 46%;
	}
	77.77777778% {
		background-position: 0em 0;
		left: 46%;
	}
	80.55555556% {
		background-position: -3.125em 0;
		left: 46.5%;
	}
	83.33333333% {
		background-position: -6.25em 0;
		left: 47%;
	}
	86.11111111% {
		background-position: -9.375em 0;
		left: 47.5%;
	}
	88.88888889% {
		background-position: -12.5em 0;
		left: 48%;
	}
	91.66666667% {
		background-position: -15.625em 0;
		left: 48.5%;
	}
	94.44444444% {
		background-position: -18.75em 0;
		left: 49%;
	}
	97.22222222% {
		background-position: -21.875em 0;
		left: 49.5%;
	}
	100% {
		background-position: -25em 0;
		left: 50%;
	}
}

@-moz-keyframes bear-run-in {
	0% {
		background-position: 0em 0;
		left: -4%;
	}
	1.38888889% {
		background-position: -3.125em 0;
		left: -2.25%;
	}
	2.77777778% {
		background-position: -6.25em 0;
		left: -0.5%;
	}
	4.16666667% {
		background-position: -9.375em 0;
		left: 1.25%;
	}
	5.55555556% {
		background-position: -12.5em 0;
		left: 3%;
	}
	6.94444444% {
		background-position: -15.625em 0;
		left: 4.75%;
	}
	8.33333333% {
		background-position: -18.75em 0;
		left: 6.5%;
	}
	9.72222222% {
		background-position: -21.875em 0;
		left: 8.25%;
	}
	11.11111111% {
		background-position: -25em 0;
		left: 10%;
	}
	11.11111111% {
		background-position: 0em 0;
		left: 10%;
	}
	12.77777778% {
		background-position: -3.125em 0;
		left: 11.5%;
	}
	14.44444444% {
		background-position: -6.25em 0;
		left: 13%;
	}
	16.11111111% {
		background-position: -9.375em 0;
		left: 14.5%;
	}
	17.77777778% {
		background-position: -12.5em 0;
		left: 16%;
	}
	19.44444444% {
		background-position: -15.625em 0;
		left: 17.5%;
	}
	21.11111111% {
		background-position: -18.75em 0;
		left: 19%;
	}
	22.77777778% {
		background-position: -21.875em 0;
		left: 20.5%;
	}
	24.44444444% {
		background-position: -25em 0;
		left: 22%;
	}
	24.44444444% {
		background-position: 0em 0;
		left: 22%;
	}
	26.38888889% {
		background-position: -3.125em 0;
		left: 23.25%;
	}
	28.33333333% {
		background-position: -6.25em 0;
		left: 24.5%;
	}
	30.27777778% {
		background-position: -9.375em 0;
		left: 25.75%;
	}
	32.22222222% {
		background-position: -12.5em 0;
		left: 27%;
	}
	34.16666667% {
		background-position: -15.625em 0;
		left: 28.25%;
	}
	36.11111111% {
		background-position: -18.75em 0;
		left: 29.5%;
	}
	38.05555556% {
		background-position: -21.875em 0;
		left: 30.75%;
	}
	40% {
		background-position: -25em 0;
		left: 32%;
	}
	40% {
		background-position: 0em 0;
		left: 32%;
	}
	42.22222222% {
		background-position: -3.125em 0;
		left: 33%;
	}
	44.44444444% {
		background-position: -6.25em 0;
		left: 34%;
	}
	46.66666667% {
		background-position: -9.375em 0;
		left: 35%;
	}
	48.88888889% {
		background-position: -12.5em 0;
		left: 36%;
	}
	51.11111111% {
		background-position: -15.625em 0;
		left: 37%;
	}
	53.33333333% {
		background-position: -18.75em 0;
		left: 38%;
	}
	55.55555556% {
		background-position: -21.875em 0;
		left: 39%;
	}
	57.77777778% {
		background-position: -25em 0;
		left: 40%;
	}
	57.77777778% {
		background-position: 0em 0;
		left: 40%;
	}
	60.27777778% {
		background-position: -3.125em 0;
		left: 40.75%;
	}
	62.77777778% {
		background-position: -6.25em 0;
		left: 41.5%;
	}
	65.27777778% {
		background-position: -9.375em 0;
		left: 42.25%;
	}
	67.77777778% {
		background-position: -12.5em 0;
		left: 43%;
	}
	70.27777778% {
		background-position: -15.625em 0;
		left: 43.75%;
	}
	72.77777778% {
		background-position: -18.75em 0;
		left: 44.5%;
	}
	75.27777778% {
		background-position: -21.875em 0;
		left: 45.25%;
	}
	77.77777778% {
		background-position: -25em 0;
		left: 46%;
	}
	77.77777778% {
		background-position: 0em 0;
		left: 46%;
	}
	80.55555556% {
		background-position: -3.125em 0;
		left: 46.5%;
	}
	83.33333333% {
		background-position: -6.25em 0;
		left: 47%;
	}
	86.11111111% {
		background-position: -9.375em 0;
		left: 47.5%;
	}
	88.88888889% {
		background-position: -12.5em 0;
		left: 48%;
	}
	91.66666667% {
		background-position: -15.625em 0;
		left: 48.5%;
	}
	94.44444444% {
		background-position: -18.75em 0;
		left: 49%;
	}
	97.22222222% {
		background-position: -21.875em 0;
		left: 49.5%;
	}
	100% {
		background-position: -25em 0;
		left: 50%;
	}
}

@keyframes bear-run-in {
	0% {
		background-position: 0em 0;
		left: -4%;
	}
	1.38888889% {
		background-position: -3.125em 0;
		left: -2.25%;
	}
	2.77777778% {
		background-position: -6.25em 0;
		left: -0.5%;
	}
	4.16666667% {
		background-position: -9.375em 0;
		left: 1.25%;
	}
	5.55555556% {
		background-position: -12.5em 0;
		left: 3%;
	}
	6.94444444% {
		background-position: -15.625em 0;
		left: 4.75%;
	}
	8.33333333% {
		background-position: -18.75em 0;
		left: 6.5%;
	}
	9.72222222% {
		background-position: -21.875em 0;
		left: 8.25%;
	}
	11.11111111% {
		background-position: -25em 0;
		left: 10%;
	}
	11.11111111% {
		background-position: 0em 0;
		left: 10%;
	}
	12.77777778% {
		background-position: -3.125em 0;
		left: 11.5%;
	}
	14.44444444% {
		background-position: -6.25em 0;
		left: 13%;
	}
	16.11111111% {
		background-position: -9.375em 0;
		left: 14.5%;
	}
	17.77777778% {
		background-position: -12.5em 0;
		left: 16%;
	}
	19.44444444% {
		background-position: -15.625em 0;
		left: 17.5%;
	}
	21.11111111% {
		background-position: -18.75em 0;
		left: 19%;
	}
	22.77777778% {
		background-position: -21.875em 0;
		left: 20.5%;
	}
	24.44444444% {
		background-position: -25em 0;
		left: 22%;
	}
	24.44444444% {
		background-position: 0em 0;
		left: 22%;
	}
	26.38888889% {
		background-position: -3.125em 0;
		left: 23.25%;
	}
	28.33333333% {
		background-position: -6.25em 0;
		left: 24.5%;
	}
	30.27777778% {
		background-position: -9.375em 0;
		left: 25.75%;
	}
	32.22222222% {
		background-position: -12.5em 0;
		left: 27%;
	}
	34.16666667% {
		background-position: -15.625em 0;
		left: 28.25%;
	}
	36.11111111% {
		background-position: -18.75em 0;
		left: 29.5%;
	}
	38.05555556% {
		background-position: -21.875em 0;
		left: 30.75%;
	}
	40% {
		background-position: -25em 0;
		left: 32%;
	}
	40% {
		background-position: 0em 0;
		left: 32%;
	}
	42.22222222% {
		background-position: -3.125em 0;
		left: 33%;
	}
	44.44444444% {
		background-position: -6.25em 0;
		left: 34%;
	}
	46.66666667% {
		background-position: -9.375em 0;
		left: 35%;
	}
	48.88888889% {
		background-position: -12.5em 0;
		left: 36%;
	}
	51.11111111% {
		background-position: -15.625em 0;
		left: 37%;
	}
	53.33333333% {
		background-position: -18.75em 0;
		left: 38%;
	}
	55.55555556% {
		background-position: -21.875em 0;
		left: 39%;
	}
	57.77777778% {
		background-position: -25em 0;
		left: 40%;
	}
	57.77777778% {
		background-position: 0em 0;
		left: 40%;
	}
	60.27777778% {
		background-position: -3.125em 0;
		left: 40.75%;
	}
	62.77777778% {
		background-position: -6.25em 0;
		left: 41.5%;
	}
	65.27777778% {
		background-position: -9.375em 0;
		left: 42.25%;
	}
	67.77777778% {
		background-position: -12.5em 0;
		left: 43%;
	}
	70.27777778% {
		background-position: -15.625em 0;
		left: 43.75%;
	}
	72.77777778% {
		background-position: -18.75em 0;
		left: 44.5%;
	}
	75.27777778% {
		background-position: -21.875em 0;
		left: 45.25%;
	}
	77.77777778% {
		background-position: -25em 0;
		left: 46%;
	}
	77.77777778% {
		background-position: 0em 0;
		left: 46%;
	}
	80.55555556% {
		background-position: -3.125em 0;
		left: 46.5%;
	}
	83.33333333% {
		background-position: -6.25em 0;
		left: 47%;
	}
	86.11111111% {
		background-position: -9.375em 0;
		left: 47.5%;
	}
	88.88888889% {
		background-position: -12.5em 0;
		left: 48%;
	}
	91.66666667% {
		background-position: -15.625em 0;
		left: 48.5%;
	}
	94.44444444% {
		background-position: -18.75em 0;
		left: 49%;
	}
	97.22222222% {
		background-position: -21.875em 0;
		left: 49.5%;
	}
	100% {
		background-position: -25em 0;
		left: 50%;
	}
}

.primary-menus {
	width: 50%;
	position: absolute;
	top: 55%;
	left: 50%;
	z-index: 3;
	transform: translate(-50%, -50%);
	font-size: 16px;
	opacity: .95;
}

.primary-menus ul {
	list-style: none;
	padding: 0;
}

.primary-menus ul li {
	display: inline-block;
	color: #fff;
	padding: 0 14px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	cursor: pointer;
}

.primary-menus ul li:first-child {
	cursor: auto;
	color: rgba(255, 255, 255, .8);
}

.primary-menus ul li:first-child:hover {
	color: rgba(255, 255, 255, .8);
	background-color: transparent;
}

.primary-menus ul li:hover {
	background: #fff;
	color: #3c3c3c;
	opacity: .8;
}

.primary-menus ul li.current {
	background: #fff;
	color: #3c3c3c;
}

.primary-menus .cont {
	position: relative;
	top: -1px;
}

.primary-menus .right-link {
	position: absolute;
	right: 0;
	top: 0;
}

.primary-menus .right-link a {
	display: inline-block;
	margin-top: 10px;
	padding-right: 5px;
	color: #dff2ff;
	text-decoration: none;
	font-size: 13px;
}

.primary-menus .right-link a:hover {
	color: #fff;
}

.primary-menus .left-cont {}

.primary-menus .left-cont .search.hidden {
	display: none;
}

.primary-menus .left-cont form {
	width: 100%;
	position: relative;
}

.primary-menus .left-cont input {
	box-sizing: border-box;
	width: 100%;
	border: none;
	font-size: 15px;
	line-height: 20px;
	height: 48px;
	padding: 11px 100px 11px 26px;
	border-radius: 3px;
	color: #9f9f9f;
	outline: none;
}

.primary-menus .left-cont input:focus {
	color: #3c3c3c;
}

.primary-menus .left-cont button {
	height: 48px;
	box-sizing: border-box;
	width: 100px;
	margin-left: -5px;
	cursor: pointer;
	background-color: #e34f4f;
	color: #fff;
	border: none;
	font-size: 15px;
	line-height: 42px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	position: absolute;
	right: 0;
	top: 0;
}

.primary-menus .left-cont button:hover {
	background-color: #ff3636;
}

@media (max-width:1199px) {
	.primary-menus ul li {
		padding: 0 12px;
	}
}

@media (max-width:991px) {
	.primary-menus {
		float: left;
		margin-left: 0;
		width: 90%;
		top: 60%;
	}
	.primary-menus .right-link {
		display: none;
	}
	.primary-menus .left-cont {
		margin-right: 0;
	}
}

@media (max-width:767px) {
	.primary-menus ul li {
		padding: 0 5px;
		font-size: 13px;
		height: 28px;
		line-height: 24px;
		margin-right: 6px;
	}
	.primary-menus ul li:first-child {
		display: none;
	}
	.primary-menus .left-cont input {
		height: 34px;
		line-height: 14px;
		font-size: 13px;
		padding: 10px 6em 10px 10px;
		border-radius: 0 3px 3px 3px;
	}
	.primary-menus .left-cont button {
		height: 34px;
		line-height: 34px;
		width: 6em;
		font-size: 12px;
	}
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

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

.swiper-container-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: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-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-container-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-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-fles-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-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-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container .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: 27px;
	height: 44px;
	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-container-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: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-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-container-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-container-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: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-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-container-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-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

.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-container-vertical>.swiper-pagination {
	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-container-vertical>.swiper-pagination .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination {
	bottom: 10px;
	left: 0;
	width: 100%
}

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

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

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

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

.swiper-container-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-container-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-container-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-container-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-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-fade.swiper-container-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-container-fade .swiper-slide {
	pointer-events: none
}

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

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	height: 100%
}

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

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

.swiper-container-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)
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
	z-index: 0
}

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

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

.swiper-container-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)
	}
}

.swiper-container {
	margin-bottom: 20px!important;
	width: 100%;
	height: 390px
}

.swiper-container img {
	width: 100%
}

.swiper-slide {
	text-align: center;
	background: #fff
}

.swiper-button-next,
.swiper-button-prev {
	background-image: none!important;
	opacity: .3;
	background-color: rgba(0, 0, 0, .3);
	position: absolute;
	width: 50px;
	height: 60px;
	line-height: 60px;
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: .3s
}

.swiper-button-prev {
	left: -50px
}

.swiper-button-next {
	right: -50px
}

.swiper-container:hover .swiper-button-prev {
	left: 0
}

.swiper-container:hover .swiper-button-next {
	right: 0
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
	opacity: 1
}

.swiper-slide .link {
	display: block
}

.swiper-slide .p {
	position: absolute;
	bottom: 2em;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	z-index: 2;
	text-align: center;
	width: 100%;
	padding: 0 1em
}

.swiper-pagination-bullet {
	width: 2em;
	height: .2em;
	border-radius: 0;
	background: #fff;
	opacity: .5
}

.swiper-pagination-bullet-active {
	background-color: #ff3636;
	opacity: 1
}

.swiper-container-horizontal>.swiper-pagination {
	width: 50%;
	margin: auto;
	position: absolute;
	bottom: .8%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center
}

.swiper-pagination {
	text-align: right
}

.swiper-slide .mask {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .01) 5%, rgba(0, 0, 0, .35));
	z-index: 1
}

@media only screen and (max-width:1200px) {
	.wrapper,
	.header .container,
	.crumb {
		padding: 0 15px;
	}
}

@media only screen and (max-width:992px) {
	body {
		padding-top: 54px;
	}
	.wrapper,
	.header .container {
		padding: 0 15px;
	}
	.header .logo a {
		min-width: 140px;
	}
	.header,
	.header .logo {
		height: 56px;
	}
	.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:768px) {
	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: 56px;
		display: inline-block;
		margin: 0 auto;
		font-size: 0;
	}
	.header .container {
		text-align: center;
	}
	.header .logo a {
		max-width: 130px;
	}
	.nav-bar {
		display: none;
	}
	.search i.fa,
	.header .nav-bar li {
		height: 56px;
		line-height: 56px;
	}
	.m-btn {
		display: block;
	}
	body.open .m-nav {
		left: 0px;
	}
	body.open .m-btn {
		display: none;
	}
	body.open .m-nav .m-btn {
		display: block;
	}
	#backtop {
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
		display: none;
		position: fixed;
		right: 2%;
		bottom: 170px;
		color: #6b7386;
		font-size: 22px;
		text-align: center;
		cursor: pointer;
		transition: all .3s linear;
		background: #fff;
		width: 44px;
		height: 44px;
		border-radius: 10px;
		line-height: 44px;
	}
	#txaArticle {
		margin-top: 10px;
		color: #6b7386;
		padding: 10px;
		width: 100%;
		height: 130px;
		border: 1px solid #d7dae0;
		border-radius: 5px;
	}
}

.container {
	margin-right: auto;
	margin-left: auto;
}

.container:after,
.container:before {
	content: "";
	display: table
}

.container:after {
	clear: both
}

@media (min-width:768px) {
	.container {
		width: 100%
	}
}

@media (min-width:992px) {
	.container {
		width: 100%
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1240px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px
}

.container-fluid:after,
.container-fluid:before {
	content: "";
	display: table
}

.container-fluid:after {
	clear: both
}

.row {
	margin-left: -10px;
	margin-right: -10px
}

.row:after,
.row:before {
	content: "";
	display: table
}

.row:after {
	clear: both
}

.rowtop {
	margin-left: 0;
	margin-right: 0
}

.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xl-12,
.col-xs-12 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-12 {
	float: left;
	width: 100%
}

@media (min-width:768px) {
	.col-sm-12 {
		float: left;
		width: 100%
	}
}

@media (min-width:992px) {
	.col-md-12 {
		float: left;
		width: 100%
	}
}

@media (min-width:1200px) {
	.col-lg-12 {
		float: left;
		width: 100%
	}
}

@media (min-width:1620px) {
	.col-xl-12 {
		float: left;
		width: 100%
	}
}

.col-lg-11,
.col-md-11,
.col-sm-11,
.col-xl-11,
.col-xs-11 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-11 {
	float: left;
	width: 91.666666666667%
}

@media (min-width:768px) {
	.col-sm-11 {
		float: left;
		width: 91.666666666667%
	}
}

@media (min-width:992px) {
	.col-md-11 {
		float: left;
		width: 91.666666666667%
	}
}

@media (min-width:1200px) {
	.col-lg-11 {
		float: left;
		width: 91.666666666667%
	}
}

@media (min-width:1620px) {
	.col-xl-11 {
		float: left;
		width: 91.666666666667%
	}
}

.col-lg-10,
.col-md-10,
.col-sm-10,
.col-xl-10,
.col-xs-10 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-10 {
	float: left;
	width: 83.333333333333%
}

@media (min-width:768px) {
	.col-sm-10 {
		float: left;
		width: 83.333333333333%
	}
}

@media (min-width:992px) {
	.col-md-10 {
		float: left;
		width: 83.333333333333%
	}
}

@media (min-width:1200px) {
	.col-lg-10 {
		float: left;
		width: 83.333333333333%
	}
}

@media (min-width:1620px) {
	.col-xl-10 {
		float: left;
		width: 83.333333333333%
	}
}

.col-lg-9,
.col-md-9,
.col-sm-9,
.col-xl-9,
.col-xs-9 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-9 {
	float: left;
	width: 75%
}

@media (min-width:768px) {
	.col-sm-9 {
		float: left;
		width: 75%
	}
}

@media (min-width:992px) {
	.col-md-9 {
		float: left;
		width: 75%
	}
}

@media (min-width:1200px) {
	.col-lg-9 {
		float: left;
		width: 75%
	}
}

@media (min-width:1620px) {
	.col-xl-9 {
		float: left;
		width: 75%
	}
}

.col-lg-8,
.col-md-8,
.col-sm-8,
.col-xl-8,
.col-xs-8 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-8 {
	float: left;
	width: 66.666666666667%
}

@media (min-width:768px) {
	.col-sm-8 {
		float: left;
		width: 66.666666666667%
	}
}

@media (min-width:992px) {
	.col-md-8 {
		float: left;
		width: 66.666666666667%
	}
}

@media (min-width:1200px) {
	.col-lg-8 {
		float: left;
		width: 66.666666666667%
	}
}

@media (min-width:1620px) {
	.col-xl-8 {
		float: left;
		width: 66.666666666667%
	}
}

.col-lg-7,
.col-md-7,
.col-sm-7,
.col-xl-7,
.col-xs-7 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-7 {
	float: left;
	width: 58.333333333333%
}

@media (min-width:768px) {
	.col-sm-7 {
		float: left;
		width: 58.333333333333%
	}
}

@media (min-width:992px) {
	.col-md-7 {
		float: left;
		width: 58.333333333333%
	}
}

@media (min-width:1200px) {
	.col-lg-7 {
		float: left;
		width: 58.333333333333%
	}
}

@media (min-width:1620px) {
	.col-xl-7 {
		float: left;
		width: 58.333333333333%
	}
}

.col-lg-6,
.col-md-6,
.col-sm-6,
.col-xl-6,
.col-xs-6 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.col-xs-6 {
	float: left;
	width: 50%
}

@media (min-width:768px) {
	.col-sm-6 {
		float: left;
		width: 50%
	}
}

@media (min-width:992px) {
	.col-md-6 {
		float: left;
		width: 50%
	}
}

@media (min-width:1200px) {
	.col-lg-6 {
		float: left;
		width: 50%
	}
}

@media (min-width:1620px) {
	.col-xl-6 {
		float: left;
		width: 50%
	}
}

.col-lg-5,
.col-md-5,
.col-sm-5,
.col-xl-5,
.col-xs-5 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-5 {
	float: left;
	width: 41.666666666667%
}

@media (min-width:768px) {
	.col-sm-5 {
		float: left;
		width: 41.666666666667%
	}
}

@media (min-width:992px) {
	.col-md-5 {
		float: left;
		width: 41.666666666667%
	}
}

@media (min-width:1200px) {
	.col-lg-5 {
		float: left;
		width: 41.666666666667%
	}
}

@media (min-width:1620px) {
	.col-xl-5 {
		float: left;
		width: 41.666666666667%
	}
}

.col-lg-4,
.col-md-4,
.col-sm-4,
.col-xl-4,
.col-xs-4 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-4 {
	float: left;
	width: 33.333333333333%
}

@media (min-width:768px) {
	.col-sm-4 {
		float: left;
		width: 33.333333333333%
	}
}

@media (min-width:992px) {
	.col-md-4 {
		float: left;
		width: 33.333333333333%
	}
}

@media (min-width:1200px) {
	.col-lg-4 {
		float: left;
		width: 33.333333333333%
	}
}

@media (min-width:1620px) {
	.col-xl-4 {
		float: left;
		width: 33.333333333333%
	}
}

.col-lg-3,
.col-md-3,
.col-sm-3,
.col-xl-3,
.col-xs-3 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 20px
}

.col-xs-3 {
	float: left;
	width: 25%
}

@media (min-width:768px) {
	.col-sm-3 {
		float: left;
		width: 25%
	}
}

@media (min-width:992px) {
	.col-md-3 {
		float: left;
		width: 25%
	}
}

@media (min-width:1200px) {
	.col-lg-3 {
		float: left;
		width: 25%
	}
}

@media (min-width:1620px) {
	.col-xl-3 {
		float: left;
		width: 25%
	}
}

.col-lg-2,
.col-md-2,
.col-sm-2,
.col-xl-2,
.col-xs-2 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-2 {
	float: left;
	width: 16.666666666667%
}

@media (min-width:768px) {
	.col-sm-2 {
		float: left;
		width: 16.666666666667%
	}
}

@media (min-width:992px) {
	.col-md-2 {
		float: left;
		width: 16.666666666667%
	}
}

@media (min-width:1200px) {
	.col-lg-2 {
		float: left;
		width: 16.666666666667%
	}
}

@media (min-width:1620px) {
	.col-xl-2 {
		float: left;
		width: 16.666666666667%
	}
}

.col-lg-1,
.col-md-1,
.col-sm-1,
.col-xl-1,
.col-xs-1 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

.col-xs-1 {
	float: left;
	width: 8.3333333333333%
}

@media (min-width:768px) {
	.col-sm-1 {
		float: left;
		width: 8.3333333333333%
	}
}

@media (min-width:992px) {
	.col-md-1 {
		float: left;
		width: 8.3333333333333%
	}
}

@media (min-width:1200px) {
	.col-lg-1 {
		float: left;
		width: 8.3333333333333%
	}
}

@media (min-width:1620px) {
	.col-xl-1 {
		float: left;
		width: 8.3333333333333%
	}
}

#banner-bear .submit {
	display: none;
}

.header .submit i,
#banner-bear .submit i {
	padding-right: 4px;
}

.header .submit .a,
#banner-bear .submit .a {
	display: block;
	margin: 21px 20px;
	height: 36px;
	line-height: 36px;
	padding: 0 1em;
	text-align: center;
	border-radius: 20px;
	background-color: #ef1616;
	color: #fff;
	font-size: 18px;
	font-weight: 800px;
}

.header .submit .a:hover,
#banner-bear .submit .a:hover {
	background-color: #ef1616;
	color: #fff;
}

.header .submit .a:hover,
#banner-bear .submit .a:hover {
	animation-name: shakeAnim;
}

@keyframes shakeAnim {
	0% {
		left: 0
	}
	1% {
		left: 0
	}
	2% {
		left: 0
	}
	3% {
		left: 0
	}
	4% {
		left: 0
	}
	5% {
		left: 0
	}
	6% {
		left: 0
	}
	7% {
		left: 0
	}
}

@keyframes shake {
	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}
	20%,
	80% {
		transform: translate3d(2px, 0, 0);
	}
	30%,
	50%,
	70% {
		transform: translate3d(-4px, 0, 0);
	}
	40%,
	60% {
		transform: translate3d(4px, 0, 0);
	}
}

.same-height {
	display: flex;
}

.same-height-l,
.same-height-r {
	flex: 1;
}

.quick-nav {
	margin-left: 10px;
	margin-bottom: 24px;
	padding-top: 10px;
	background: #fff;
}

.content-sidebar {
	font-size: 14px;
	color: #3b3c3e;
	margin-left: 20px;
}

.content-sidebar.fixed {
	position: fixed;
	top: 80px;
	z-index: 9;
}

.content-sidebar.absolute {
	position: absolute;
	bottom: 0
}

.content-sidebar dl {
	position: relative;
}

.content-sidebar dl dt {
	position: absolute;
	top: 12px;
	left: -15px
}

.content-sidebar dl .show-list {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer
}

.content-sidebar dl .show-list::before {
	content: '';
	display: block;
	width: 4px;
	height: 10px;
	background: #666977;
	position: absolute;
	top: 50%;
	margin-top: -6px;
}

.content-sidebar dl .show-list.add::after {
	content: '';
	display: block;
	width: 2px;
	height: 12px;
	background: #000;
	border-radius: 1px;
	position: absolute;
	left: 5px;
	top: 20%;
	margin-top: -1px
}

.content-sidebar dd {
	margin: 0;
}

.content-sidebar dd a {
	display: block;
	transition: .1s;
	height: 40px;
	line-height: 40px;
}

.content-sidebar dd a:hover {
	color: #ff3636;
}

.content-sidebar dd.current a {
	color: #ff3636;
	background: 0 0
}

@media (max-width:1199px) {
	.content-sidebar {
		font-size: 12px;
		margin-left: 0;
		padding-right: 0
	}
	.content-sidebar dt {
		display: none
	}
}

@media screen and (max-width:991px) {
	.content-sidebar {
		display: none
	}
	.part .tt {
		top: 55px!important;
	}
}

.content .row {
	position: relative
}

.index-breadcrumb {
	margin-top: 0;
}

.part {
	margin-top: 24px;
	margin-bottom: 60px;
}

.f-link {
	margin-bottom: 60px;
}

.partnbt {
	margin-top: 0;
}

.partbgw,
.ttdis {
	background: #fff;
	padding: 20px;
}

.partbg {
	background: #fff;
	margin-bottom: 40px;
}

.partnbg {
	margin-bottom: 40px;
}

.partbtm {
	margin-bottom: 0;
	margin-top: 0;
}

.part .tt {
	line-height: 16px;
	background: #f1f5f8;
	z-index: 1;
}

.part .ttdis {
	text-align: center;
	background: #f8fff9;
}

.partbg .tth {
	line-height: 16px;
	padding: 20px;
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
}

.part .tt strong .title_color {
	color: #333;
	font-size: 22px;
}

.part .topt strong .title_color {
	color: #fff;
}

.part .topt strong .fa-star-o {
	color: #fff;
	padding: 0 8px;
}

.part .tt span {
	color: #6b7386;
	font-size: 18px;
	position: relative;
	font-weight: 400;
}

.part .tt .data,
.part .tt .data .fa {
	font-weight: 300;
	font-size: 14px;
	padding: 0 3px 0 0;
}

.part .tt .data {
	display: block;
	padding-top: 16px;
}

.part .tt .art_data {
	padding-top: 0;
}

.part .tt .article_spance {
	padding-top: 16px;
}

.part .tt .data .fa {
	padding-right: 6px;
}

.part .tt .data small {
	padding-right: 18px;
}

.part .tt .data a.float-none {
	margin-left: -18px;
}

.part .tt .data .fa {
	font-size: 12px;
}

.part .tt a {
	display: inline-block;
	color: #6b7386;
	font-size: 12px;
	font-weight: 400;
	padding-right: 20px;
	float: right;
}

.part .tt a.float-none {
	float: none;
}

.part .topt a {
	color: #f5f5f5;
}

.part .tth a {
	float: none;
}

.part .tt a:hover {
	color: #ff3636
}

.part .post-single .pic {
	width: 200px;
	height: 200px;
	background: #f1f5f8;
	position: relative;
	overflow: hidden;
	border-radius: 16px 5px 16px 5px;
}

.part .post-single .pic .blur-layer {
	width: inherit;
	height: inherit;
	opacity: .2;
}

.part .post-single .pic img {
	height: 52px;
	width: 52px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: 2px solid rgba(255, 255, 255, .9);
	border-radius: 50%;
	background: #fff;
}

@keyframes rotate {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg)
	}
}

.part .post-single .list {
	margin-left: 330px;
	font-size: 14px;
}

.part .post-single .list p {
	padding: 2px 0;
}

.part .post-single .list p span {
	font-size: 18px;
}

.part .post-single .list .tag .padding {
	padding-right: 10px;
}

.part .post-single .list .tag a {
	color: #6b7386;
	text-align: center;
	height: auto;
	line-height: 22px;
	border-radius: 50px;
	display: inline-block;
	padding: 2px 10px;
	font-size: 12px;
	background: #f1f5f8;
}

.part .post-single .list .tag a:hover {
	color: #333;
}

.part .post-single .list .seo a {
	padding-right: 15px;
}

.part .post-single .list .seo .fa {
	padding-right: 3px;
}

.part .post-single .list .btn {
	font-size: 16px;
	color: #5e6f97;
	height: 36px;
	line-height: 36px;
	width: 100px;
	display: block;
	margin-top: 5px;
	border-radius: 18px;
}

.part .post-single .list .btn:hover {
	color: #ff3636;
}

.part .art-main {
	font-size: 16px;
}

.art-copyright {
	background: #f8f8f8;
	padding: 1em 1.5em;
	margin-top: 20px;
	font-weight: 200;
}

.art-copyright .copyright,
.art-copyright .from {
	font-weight: 200;
	padding-top: 10px
}

.part .art-main p {
	font-weight: 350;
}

.part .art-main h1 {
	font-size: 26px;
	padding: 8px 0;
}

.part .art-main h2 {
	font-size: 22px;
	padding: 8px 0;
}

.part .art-main h3 {
	font-size: 20px;
	padding: 8px 0;
}

.part .art-main h4 {
	font-size: 16px;
	padding: 8px 0;
}

.part .art-main h5 {
	font-size: 14px;
	padding: 8px 0;
}

.part .art-main h6 {
	font-size: 12px;
	padding: 8px 0;
}

.part .items {
	padding-top: 20px;
}

.part .form {
	margin-bottom: 80px;
}

.part .itemspd {
	padding: 20px;
}

.part .topitems {
	padding-top: 0;
}

.part .list_items {
	padding-top: 0;
}

.part .itemsh {
	padding: 20px;
}

.part .item {
	position: relative;
	margin-bottom: 32px;
}

.part .angle_fix {
	position: absolute;
	right: 16px;
	top: 16px;
}

.part .item .link .fa {
	font-size: 16px;
	text-align: center;
	padding-left: 2px;
	opacity: .6;
}

.part .item .link:hover .fa {
	color: #333;
}

.part .item .a {
	transition: all .32s ease-in-out;
	display: block;
	width: 100%;
	padding: 20px 20px 4px 20px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 4px 4px 0 0;
}

.part .item .a:hover {
	box-shadow: 0px 5px 28px 0px rgba(65, 106, 123, 0.2);
}

.part .item .a:hover h3 {
	color: #ff3636;
	cursor: pointer;
}

.part .item .a img {
	box-shadow: 0 0px 1px 0 rgba(0, 0, 0, .2);
	float: left;
	width: 32px;
	height: 32px;
	border-radius: 100%
}

.part .item .a h3 {
	max-width: 70%;
	font-weight: normal;
	margin-left: 44px;
	color: #6b7386;
	font-size: 16px;
	height: 21px;
	line-height: 21px;
	margin-bottom: 8px;
	margin-top: 3px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #333;
}

.part .item .a h3 i {
	color: #f84b44
}

.part .item .a p {
	margin-left: 44px;
	color: #9ea7bd;
	font-size: 12px;
	/*height: 1.5em;*/
	line-height: 1.5em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 16px;
}

.part .item .a:hover h3 {
	opacity: 1;
}

.part .item .a:hover p {
	color: #abb0bd
}

.part .item .article_btm {
	border-top: 1px solid #eee;
	padding: 8px 20px;
	background: #fff;
	border-radius: 0 0 4px 4px;
}

.part .item .view {
	font-size: 14px;
	opacity: .6;
}

.part .item .view .fa {
	padding-right: 8px;
}

.top-show {
	color: #ff3636;
	padding-right: 5px;
}

.top_model {
	margin-bottom: 20px;
}

.part .topt {
	background: #fff;
	padding: 20px 8px 20px 12px;
	border-bottom: 1px solid #f6f6f6;
	border-radius: 8px 8px 0 0;
}

.top_model .topt {
	background: #fb8e8e;
}

.top_model:first-child .topt {
	background: #fb8e8e;
}

.top_model:nth-child(2) .topt {
	background: #6ad9ce;
}

.top_model:nth-child(3) .topt {
	background: #9eacf4;
}

.top_model:nth-child(4) .topt {
	background: #fbaf82;
}

.top_model:nth-child(5) .topt {
	background: #fb8e8e;
}

.top_model:nth-child(6) .topt {
	background: #6ad9ce;
}

.top_model:nth-child(7) .topt {
	background: #9eacf4;
}

.top_model:nth-child(8) .topt {
	background: #fbaf82;
}

.top_model:nth-child(9) .topt {
	background: #fb8e8e;
}

.top_model:nth-child(10) .topt {
	background: #6ad9ce;
}

.top_model:nth-child(11) .topt {
	background: #9eacf4;
}

.top_model:nth-child(12) .topt {
	background: #fbaf82;
}

.top_model:nth-child(13) .topt {
	background: #fb8e8e;
}

.top_model:nth-child(14) .topt {
	background: #6ad9ce;
}

.top_model:nth-child(15) .topt {
	background: #9eacf4;
}

.top_model:nth-child(16) .topt {
	background: #fbaf82;
}

.part .item .topa {
	padding: 16px 9px;
	margin-bottom: -32px;
	border-radius: 0;
}

.part .item .topa h3 {
	font-size: 14px;
	max-width: 100% !important;
	margin: 0;
	text-align: center;
	color: #777;
}

.part .top_row {
	border-bottom: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	padding-left: 0;
	padding-right: 0;
}

.part .top_row:nth-child(3n) {
	border-right: none;
}

.part .item .topa:hover {
	box-shadow: none;
}

.part .art-item {
	background: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
	padding-bottom: 10px;
	box-shadow: 0px 1px 6px 0px rgba(65, 106, 123, 0.1);
}

.part .art-item h3 {
	margin: 10px 20px;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: normal;
}

.part .art-item:hover {
	background: #fff;
	box-shadow: 0px 15px 28px 0px rgba(65, 106, 123, 0.2);
	border-radius: 5px;
}

.part .art-item .art-a img {
	width: 100%;
	height: 182px;
	border-radius: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.part .art-item p {
	margin: 10px 20px;
	color: #abb0bd;
	font-size: 12px;
	height: 3em;
	line-height: 1.5em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

@media (max-width:1240px) {
	.quick-nav {
		display: none;
	}
	.part .art-item h3 {
		height: 42px;
	}
	.part .art-item .art-a img {
		height: 122px;
	}
	.part .art-item h3 {
		font-size: 14px
	}
	.part .art-item h3,
	.part .art-item p {
		margin: 10px;
		margin-top: 0;
	}
}

@media (max-width:1199px) {
	.quick-nav {
		display: none;
	}
	.part .item .a {
		padding: 12px 8px
	}
	#banner-bear {
		height: 20vh;
	}
	.typing {
		width: 80%;
		top: 40%;
		text-align: center;
		font-size: 1em;
	}
	.typing2 {
		width: 80%;
		top: 58%;
		text-align: center;
		font-size: 1em;
	}
	.part .item .link .fa {
		right: 20px;
		top: 20px;
	}
	.part .tt span {
		line-height: 1.4;
		font-size: 18px;
	}
	.breadnav {
		padding-bottom: 0!important;
	}
	.header .nav-bar li.active::before,
	.header .nav-bar li[class*="li-cate-"]::before {
		bottom: 8px;
	}
	.header .submit {
		display: none;
	}
	.swiper-container {
		margin-bottom: 10px!important;
		width: 100%;
		height: 45vw
	}
	.swiper-slide .p {
		font-size: 16px;
		bottom: 1em
	}
	.swiper-container-horizontal>.swiper-pagination {
		top: 90%
	}
	.swiper-button-prev {
		left: 0
	}
	.swiper-button-next {
		right: 0
	}
	.swiper-pagination-bullet {
		width: .5em;
		border-radius: 100px
	}
	.hidden-sm-md-lg {
		display: none;
	}
	.primary-menus ul {
		overflow-x: scroll;
		white-space: nowrap;
	}
}

@media (max-width:991px) {
	.part .item .a {
		padding: 14px 18px
	}
	.same-height-r {
		padding-left: 10px;
	}
	.verify-wrap img {
		top: 8px!important;
	}
	#banner-bear .submit {
		font-weight: 300;
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		transform: translate(-50%, -50%);
	}
	.typing {
		width: 80%;
		text-align: center;
		font-size: 18px;
	}
	.typing2 {
		width: 80%;
		text-align: center;
		font-size: 18px;
	}
	.part .tt {
		top: 55px!important;
	}
	.part .tt a {
		padding-top: 5px;
	}
}

@media (max-width:767px) {
	#banner-bear {
		margin-bottom: 24px;
	}
	.top_model {
		margin: 0px 6px 0px;
	}
	.top_model:last-child {
		margin-bottom: 32px;
	}
	.part {
		margin-bottom: 16px;
	}
	.index-part {
		margin-top: 0;
	}
	.partbtm {
		margin-bottom: 32px;
	}
	.partmobile {
		margin-bottom: 0;
	}
	.top_model:last-child .partbtm {
		margin-bottom: 32px;
	}
	.part .itemspd {
		padding: 0;
	}
	.part .relateditem {
		margin-bottom: 16px;
	}
	.part .angle_fix {
		right: 8px;
		top: 8px;
	}
	.part h2 {
		padding: 16px 24px
	}
	.part .item .a {
		padding: 12px 4px
	}
	.part .item .topa {
		padding: 16px 6px;
	}
	.part .item .a p {
		margin-bottom: 0;
	}
	.part .item .link .fa,
	.part .item .article_btm {
		display: none;
	}
	.part .tt a {
		padding-top: 10px;
		padding-right: 0;
	}
	#flink {
		padding: 0 16px;
	}
	#divCommentPost input.text {
		width: 100%!important;
		margin: 8px 0;
	}
	.form {
		padding: 0 15px;
	}
	.part .tt {
		padding: 15px;
	}
	.part .tt .data {
		float: none;
		display: block;
	}
	.part .tt .data,
	.part .tt .data .fa {
		padding: 5px 2px 0 0;
	}
	.part .tt .data .info {
		padding-right: 5px;
	}
	.float-none {
		float: none!important;
	}
	.part .post-single .pic {
		width: 100%;
		height: 100px;
		margin-bottom: 4%;
		margin-top: 10px;
	}
	.part .post-single .list {
		margin-left: 0;
	}
	.part .art-main {
		padding: 16px 10px;
	}
	.part .top_row {
		border-bottom: 1px solid #f5f5f5;
	}
	.part .items {
		padding-top: 0;
	}
	.part .itemmobile {
		padding: 10px;
	}
	.part .inner_item {
		margin-bottom: 16px;
	}
	.colpad:nth-child(odd) {
		padding-left: 16px;
		padding-right: 4px;
	}
	.colpad:nth-child(even) {
		padding-left: 4px;
		padding-right: 16px;
	}
	.part .top_row:nth-child(odd) {
		border-right: 1px solid #f5f5f5;
	}
	.msg img.avatar {
		width: 32px!important;
		height: 32px!important;
		padding: 0px!important;
	}
	ul.msg ul.msg {
		margin-top: 10px!important;
	}
	.footer-copyright p span {
		padding: 0 2px!important;
	}
	.footer-copyright p {
		margin-bottom: 0!important;
		line-height: 30px!important;
		text-align: center;
	}
	.partbgw,
	.ttdis {
		padding: 10px;
	}
	li.msgarticle {
		margin-left: 32px!important;
		padding-top: 0!important;
	}
	#divCommentPost input.button {
		border: 1px solid #dadfec;
		color: #6b7386;
		background: #fff;
		text-align: center;
		height: 42px;
		line-height: 42px;
		border-radius: 3px;
		width: 120px;
		display: block;
		margin-top: 5px;
		cursor: pointer
	}
	#divCommentPost input.button:hover {
		border: 1px solid #6b7386;
		background: #6b7386;
		color: #fff;
	}
	.comment-main {
		display: inline-block;
		background: #f1f5f8;
		border-radius: 10px;
		margin-left: 1.5%;
	}
	ul.msg {
		list-style: none;
		margin: 10px 0;
		position: relative;
		text-align: left;
		list-style-position: outside;
		table-layout: fixed;
		word-wrap: break-word
	}
	li.msgurl {
		text-align: right;
		padding: 2px 10px 2px 10px;
		margin: 0;
		font-size: 1em
	}
	li.msggravatar {
		display: block;
		float: left;
		margin-right: 5px
	}
	li.msgarticle {
		list-style-position: outside;
		padding: 10px;
		padding-right: 0;
		margin: 0;
	}
	ul.msg li.msgarticle {
		margin-left: 60px;
	}
	li.msgtime {
		padding: 5px 0 0 0;
		font-weight: 400;
		font-size: .8em
	}
	.msg img.avatar {
		width: 60px;
		height: 60px;
		float: left;
		padding: 4px;
		border-radius: 50%;
	}
	ul.msg ul.msg {
		padding: 10px 0 0 0;
		margin: 20px 0 0 0;
		border-bottom: none
	}
	ul.msg ul.msg li.msgarticle {
		padding-bottom: 0;
		border-bottom: 0 solid #eaeaea;
	}
	li.msgname .commentname {
		padding-left: 1.5%;
		padding-top: 1%;
		display: inline-block;
	}
	.comment-main {
		display: inline-block;
		background: #f1f5f8;
		border-radius: 10px;
		margin-left: 1.5%;
	}
	.comment-main small {
		color: #6b7386;
		opacity: .5;
	}
	.comment-main .content {
		font-size: 14px;
		line-height: 1.6;
		word-break: break-all;
	}
	.revertcomment {
		font-size: 14px;
		float: right;
		padding-top: 1%;
		white-space: nowrap;
	}
	#echart {
		height: 320px;
		width: 100%;
		margin-bottom: 15px;
		position: relative;
		overflow: hidden;
	}
	.part .tt a {
		padding-left: 10px;
	}
	.part .form {
		margin-bottom: 40px;
	}
}

.art-main blockquote {
	color: #666;
	font-weight: 400;
	border-left: 4px solid #cfd3de;
	padding: .5em 1em;
	background-color: #fcfcfc
}

.art-main img {
	height: auto!important;
	max-width: 100%!important;
	display: block;
	margin: 10px auto;
}

.art-main table {
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0
}

.art-main table tr.firstRow {
	font-weight: bold;
	background-color: #f8f8f8;
	text-align: left
}

.art-main table th,
.art-main table td {
	padding: .3em .5em;
	margin: 0;
	vertical-align: top;
	border: 1px solid #ddd
}

.art-main blockquote,
.art-main dl,
.art-main form,
.art-main hr,
.art-main ol,
.art-main p,
.art-main pre,
.art-main table,
.art-main ul {
	font-weight: 400;
}

.art-main blockquote {
	padding: 10px;
}

.art-main blockquote p,
.art-main ul p {
	margin-bottom: 0
}

.art-main li {
	margin-left: 1.2em
}

.art-main hr {
	border: none;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	border-top: 1px solid #eee;
	height: 1px;
	background: 0 0
}

.pglist {
	padding: 30px 0 15px;
	width: 100%;
	text-align: center;
	clear: both;
}

.pglist a {
	color: #333;
	padding: 0 15px;
	margin: 0 4px;
	background: #fff;
	border: 1px solid #edebeb;
}

.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
}

.pglist a:hover,
.pglist .hover {
	display: inline-block;
	color: #fff;
	background: #009b4c;
	border-color: #009b4c;
}

.breadnav {
	font-size: 14px;
	padding: 10px;
	color: #6b7386;
}

.breadnav a:hover {
	color: #ff3636;
}

.breadnav i {
	padding: 0 6px;
}

.breadnav .bread {
	padding: 10px 0;
}

.f-link .container {
	width: 100%;
}

ul.f-link,
.f-link li {
	list-style: none;
}

.f-link li {
	float: left;
	padding: 10px 20px 10px 0;
}

.f-link li a {
	font-size: 14px;
	color: #6b7386;
}

.f-link li a:hover {
	color: #ff3636;
}

.footer-copyright {
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #a4a9b6;
	background: #333;
}

@media (min-width:768px) {
	.footer-copyright {
		height: auto;
		margin-top: 16px;
		/*position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;*/
	}
	.footer-copyright p {
		line-height: 40px;
		text-align: center;
	}
	.footer-copyright p span {
		padding: 0 6px;
		white-space: nowrap
	}
	.footer-copyright p a {
		color: #a4a9b6;
		opacity: 1;
	}
	.footer-copyright p a:hover {
		color: #ff3636;
	}
	.footer-copyright2 {
		display: none;
	}
}

@media (max-width:767px) {
	.footer-copyright {
		display: none;
		line-height: 24px;
		font-size: 12px
	}
	.footer-copyright p {
		margin-bottom: 10px
	}
	.footer-copyright2 {
		height: 42px;
		background: #2196f3;
		color: #ffffff;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
	}
	.footm1{
		
		height: 30px;
		margin-top: 6px;
		border-right: 1px solid #ffffff;
	}
	.footm1 a{
		color: #ffffff;
	}
	.footm2{
		height: 30px;
		margin-top: 6px;
	}
	.footm2 a{
		color: #ffffff;
	}
}

@media (min-width:1200px) {}

#divCommentPost p {
	margin-top: 10px
}

#divCommentPost label {
	margin-top: 5px
}

#divCommentPost img {
	margin-bottom: -0.5em
}

#divCommentPost .hook {
	float: none!important;
}

#cancel-reply {
	float: none!important;
	margin-right: 2em
}

div.reply-frm {
	background: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
	margin-top: 1em;
	padding: .3em .8em!important;
	min-width: 600px;
	border-radius: 3px;
}

#cancel-reply small {
	font-size: 16px;
	color: #ff6666;
	margin-left: 1em;
}

#divCommentPost input.text {
	border: 1px solid #d7d7d7;
	line-height: 38px;
	height: 38px;
	padding: 10px;
	width: 96%;
	border-radius: 3px;
}

.verify-wrap {
	position: relative;
}

.verify-wrap img {
	border-radius: 3px;
	position: absolute;
	right: 0;
	top: 0;
	height: 38px!important;
	width: 100px!important;
	border: 1px solid #d7d7d7;
	background: #6b7386;
}

#txaArticle {
	margin-top: 10px;
	color: #6b7386;
	padding: 10px;
	width: 100%;
	height: 130px;
	border: 1px solid #d7dae0;
	border-radius: 5px;
}

#divCommentPost input.button {
	border: 1px solid #dadfec;
	color: #6b7386;
	background: #fff;
	text-align: center;
	height: 42px;
	line-height: 42px;
	border-radius: 3px;
	width: 120px;
	display: block;
	margin-top: 5px;
	cursor: pointer
}

#divCommentPost input.button:hover {
	border: 1px solid #6b7386;
	background: #ff3636;
	color: #fff;
}

ul.msg {
	list-style: none;
	margin: 10px 0;
	position: relative;
	text-align: left;
	list-style-position: outside;
	table-layout: fixed;
	word-wrap: break-word
}

li.msgurl {
	text-align: right;
	padding: 2px 10px 2px 10px;
	margin: 0;
	font-size: 1em
}

li.msggravatar {
	display: block;
	float: left;
	margin-right: 5px
}

li.msgarticle {
	list-style-position: outside;
	padding: 10px;
	padding-right: 0;
	margin: 0;
}

ul.msg li.msgarticle {
	margin-left: 60px;
}

li.msgtime {
	padding: 5px 0 0 0;
	font-weight: 400;
	font-size: .8em
}

.msg img.avatar {
	width: 60px;
	height: 60px;
	float: left;
	padding: 4px;
	border-radius: 50%;
}

ul.msg ul.msg {
	padding: 10px 0 0 0;
	margin: 20px 0 0 0;
	border-bottom: none
}

ul.msg ul.msg li.msgarticle {
	padding-bottom: 0;
	border-bottom: 0 solid #eaeaea;
}

li.msgname .commentname {
	padding-left: 1.5%;
	padding-top: 1%;
	display: inline-block;
}

.comment-main {
	display: inline-block;
	background: #f1f5f8;
	border-radius: 10px;
	margin-left: 1.5%;
	padding: 15px 20px;
}

.comment-main small {
	color: #6b7386;
	opacity: .5;
}

.comment-main .content {
	font-size: 14px;
	line-height: 1.6;
	word-break: break-all;
}

.revertcomment {
	font-size: 14px;
	float: right;
	padding-top: 1%;
	white-space: nowrap;
}

li.msgarticle .comment-main .comment-main {
	background: #cfd6db;
}

#backtop {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	display: none;
	position: fixed;
	right: 2%;
	bottom: 170px;
	color: #6b7386;
	font-size: 22px;
	text-align: center;
	cursor: pointer;
	transition: all .3s linear;
	background: #fff;
	width: 44px;
	height: 44px;
	border-radius: 10px;
	line-height: 44px;
}

#backtop:hover {
	color: #ff3636;
}

@media (max-width:991px) {
	.same-height {
		display: block;
	}
}

.ad_zone {
	position: relative;
}

.ad_zone a {
	background: #f1f5f8;
	color: #6b7386;
	font-size: 18px;
	display: block;
	font-weight: 100;
	text-align: center;
}

.ad_zone .ad1 {
	height: 100px;
	line-height: 100px;
	background: #fff;
}

.ad_zone .m-ad1 {
	height: 100px;
	line-height: 100px;
	background: #fff;
}

.ad_zone .ad2 {
	height: 200px;
	line-height: 200px;
}

.ad_zone .m-ad2 {
	height: 100px;
	line-height: 100px;
}

.ad_zone .ad3 {
	height: 100px;
	line-height: 100px;
	background: #fff;
}

.ad_zone .m-ad3 {
	height: 100px;
	line-height: 100px;
	background: #fff;
}

.ad_zone .ad4 {
	height: 50px;
	line-height: 50px;
	background: #fff;
}

.ad_zone .m-ad4 {
	height: 50px;
	line-height: 50px;
	background: #fff;
}

#echart {
	height: 320px;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

.part .tt {
	padding: 20px;
	line-height: 16px;
	border-bottom: 1px solid #f1f4f9;
	background: #fff;
	z-index: 1;
	color: #6b7386;
	font-size: 18px;
	font-weight: 400;
}

.part .tt .info {
	color: #6b7386;
}

.part .tt a {
	display: inline-block;
	float: right;
	color: #6b7386;
	font-size: 12px;
	font-weight: 400;
}

.ad_zone {
	position: relative;
}

.ad_zone a {
	background: #f1f5f8;
	color: #6b7386;
	font-size: 18px;
	display: block;
	font-weight: 100;
	text-align: center;
}

.ad_zone .ad1 {
	height: 100px;
	line-height: 100px;
	background: #fff;
}

.ad_zone .m-ad1 {
	height: 100px;
	line-height: 100px;
	background: #fff;
}

.ad_zone .ad2 {
	height: 200px;
	line-height: 200px;
}

.ad_zone .m-ad2 {
	height: 100px;
	line-height: 100px;
}

.ad_zone .ad3 {
	height: 100px;
	line-height: 100px;
	background: #fff;
}

.ad_zone .m-ad3 {
	height: 100px;
	line-height: 100px;
	background: #fff;
}

.ad_zone .ad4 {
	height: 50px;
	line-height: 50px;
	background: #fff;
}

.ad_zone .m-ad4 {
	height: 50px;
	line-height: 50px;
	background: #fff;
}

.part .post-single .list .tag a,
.art-tag a {
	color: #6b7386;
	background: #f1f5f8;
	text-align: center;
	line-height: 22px;
	border-radius: 50px;
	display: inline-block;
	padding: 2px 6px;
	font-size: 12px;
}

.art-tag {
	margin-top: 20px;
}

.partbg .items {
	padding: 20px;
}

.pcd_ad {
	display: block;
}

.mbd_ad {
	display: none
}

.zmlist a {
	font-size: 20px;
	margin: 5px 8px;
	display: inline-block;
}

.taglist ul li {
	display: inline-block;
}

.ecomment {
	margin: 0;
	padding: 0;
}

.ecomment {
	margin-bottom: 12px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	background: #FFFFEE;
	border-radius: 5px;
	border: 1px dotted #dddddd !important;
}

.ecommentauthor {
	float: left;
	color: #F96;
	font-weight: bold;
}

.ecommenttext {
	clear: left;
	margin: 0;
	padding: 0;
}

@media screen and (max-width:768px) {
	.pcd_ad {
		display: none !important;
	}
	.mbd_ad {
		display: block !important;
		overflow: hidden;
	}
}

.page-tips {
	padding: 10px;
	line-height: 2em;
	padding-left: 20px;
	background: rgb(238, 238, 238) none repeat scroll 0% 0%;
	border-radius: 6px;
	box-sizing: border-box;
	border: 1px solid rgb(249, 231, 224);
}

.submit-form {
	margin-top: 20px;
}

.submit-form .item {
	margin-bottom: 20px;
}

.post-btn {
	border: 1px solid #dadfec;
	color: #6b7386;
	background: #fff;
	text-align: center;
	height: 42px;
	line-height: 42px;
	border-radius: 3px;
	width: 204px;
	display: block;
	margin-top: 5px;
	cursor: pointer
}

.post-btn:hover {
	border: 1px solid #6b7386;
	background: #ef1616;
	color: #fff;
}

.submit-form input {
	height: 36px;
	line-height: 36px;
	width: 40%;
	border-radius: 3px;
	border: 1px solid #dadada;
	padding-left: 5px;
}

.submit-form .intro {
	opacity: .6;
	padding-left: 10px;
}

.eyou_js {
	width: 40%;
	height: 200px;
}

@media (max-width:1200px) {
	.submit-form input {
		width: 100%;
	}
}

@media (max-width:768px) {
	.post-btn {
		width: 100%;
	}
	.eyou_js {
		width: 100%;
	}
}


@media (max-width:768px) {
	.xcxbox1{
		width: 100%;
		height: 900px;
		margin-top: 20px;
	}
}

@media (min-width:768px) {
	.xcxbox1{
		width: 100%;
		height: 680px;
		margin-top: 20px;
	}
}

@media (min-width:992px) {
	.xcxbox1{
		width: 100%;
		height: 680px;
		margin-top: 20px;
	}
}

@media (min-width:1200px) {
	.xcxbox1{
		width: 1200px;
		height: 680px;
		margin-top: 20px;
	}
}

@media (min-width:1620px) {
	.xcxbox1{
		width:1200px;
		height: 680px;
		margin-top: 20px;
	}
}


@media (max-width:767px) {
	.xcxysbox{
		height: 260px;
	}
}

@media (min-width:768px) {
	.xcxysbox{
		height: 300px;
	}
}
.xcxtitle{
	
	text-align: center;
	font-size: 1.5em;
	line-height: 4em;
}
.xcxysimg{
	width: 40%;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
}
.xcxysimg img {
	width: 60%;
	
}
.xcxystitle{
	font-size: 1.2em;
	text-align: center;
	margin-top: 10px;
	font-weight: 600;
}
.xcxyssm{
	width: 75%;
	text-align: center;
	font-size: 1em;
	margin: 0 auto;
}
.caseimg{
	text-align: center;
}
.caseimg img {
	width: 80%;
	border: 2px solid  #9e9e9e;
	border-radius: 20px;
}
.xcxmain{
	background: #ffffff;
}
.casepic {
	width: 300px;
    height: 200px;
    background: #f1f5f8;
}
@media (max-width: 767px){
	.casepic {
	    width: 100%;
	   
	    margin-bottom: 14%;
	    margin-top: 10px;
	    
	}
}
.siteinfo{
	margin-top: 50px;
}
.siteinfo img{
	width: 80%;
}
.infonr{
	padding: 20px 10px 0 10px;
	font-size: 20px;
	line-height: 42px;
	color: #333;
}
.syfangan{
	margin-top: 50px;
	width: 100%;
}
.syfati{
	display: block;
	line-height: 32px;
	color: #222222;
	margin-bottom: 30px;
}
.syfati2{
	display: block;
	line-height: 18px;
	color: #222222;
	margin-bottom: 30px;
}
.sybt{
	width: 100%;
	text-align: center;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 60px;
}
.footerinfo{
	width: 100%;
	margin-top: 20px;
	min-height: 120px;
	color: #fff;
}
.footerinfo p {
	text-align: left;
}
.footerinfo a{
	color: #fff;
}
.otlink a{
	display: block;
	margin-bottom: 8px;
}
.foqr img {
	width: 100px;
}