@charset "utf-8";

@font-face {
	font-family: "iconfont";
	src: url('../font/iconfont.eot');
	src: url('../font/iconfont.eot#iefix') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg#iconfont') format('svg')
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-next:before {
	content: "\e601"
}

.icon-next2:before {
	content: "\e636"
}

.icon-prev2:before {
	content: "\e637"
}

.icon-prev1:before {
	content: "\e648"
}

.icon-next1:before {
	content: "\e655"
}

.icon-prev:before {
	content: "\e606"
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px
}

.slick-slide:not(:first-child) {
	display: none
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url('../images/ajax-loader.gif') center center no-repeat
}

@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('../font/slick.eot');
	src: url('../font/slick.eot?#iefix') format('embedded-opentype'), url('../font/slick.woff') format('woff'), url('../font/slick.ttf') format('truetype'), url('../font/slick.svg#slick') format('svg')
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: '←'
}

[dir='rtl'] .slick-prev:before {
	content: '→'
}

.slick-next {
	right: -25px
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: '→'
}

[dir='rtl'] .slick-next:before {
	content: '←'
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black
}

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1800;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: none
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pswp img {
	max-width: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

.pswp--animate_opacity {
	opacity: 0.001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--open {
	display: block
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp__bg {
	will-change: opacity;
	for open/close transition-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
	background: #222
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #777
}

.pswp__error-msg a {
	color: #333;
	text-decoration: underline
}

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1
}

.pswp__button:active {
	outline: none;
	opacity: 0.9
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0
}

[class*=pswp__button--rotate] {
	background: none !important;
	outline: none !important
}

[class*=pswp__button--rotate] .icon {
	top: 1px;
	font-size: 17px;
	font-weight: 400;
	color: #555
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background: url('../images/default-skin.png') 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {

	.pswp--svg .pswp__button,
	.pswp--svg .pswp__button--arrow--left:before,
	.pswp--svg .pswp__button--arrow--right:before {
		background-image: url('../font/default-skin.svg')
	}

	.pswp--svg .pswp__button--arrow--left,
	.pswp--svg .pswp__button--arrow--right {
		background: none
	}

	[class*=pswp__button--rotate] {
		opacity: .75
	}
}

.pswp__button--close {
	background-position: 0 -44px
}

.pswp__button--share {
	background-position: -44px -44px
}

.pswp__button--fs {
	display: none
}

.pswp--supports-fs .pswp__button--fs {
	display: block
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute
}

.pswp__button--arrow--left {
	left: 0
}

.pswp__button--arrow--right {
	right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	content: '';
	top: 35px;
	background-color: rgba(0, 0, 0, 0.1);
	height: 30px;
	width: 32px;
	position: absolute
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__share-modal--hidden {
	display: none
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-backface-visibility: hidden;
	will-change: transform
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
	opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none
}

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D
}

a.pswp__share--download:hover {
	background: #DDD
}

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #555;
	opacity: 0.75;
	padding: 0 10px
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px
}

.pswp__caption small {
	font-size: 11px;
	color: #777
}

.pswp__caption__center {
	text-align: center;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #333
}

.pswp__caption--empty {
	display: none
}

.pswp__caption--fake {
	visibility: hidden
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
	direction: ltr
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px
}

.pswp__preloader--active {
	opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url('../images/preloader.gif') 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: 0.75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0
}

@media screen and (max-width:1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible
}

.pswp__top-bar,
.pswp__caption {
	background-color: rgba(255, 255, 255, 0.8)
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: rgba(255, 255, 255, 0.8)
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
	opacity: 0.001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none
}

.pswp__element--disabled {
	display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
	background: none
}

a:hover,
a:active {
	text-decoration: none
}

body.xt-navfixed {
	padding-top: 220px
}

.dropdown-submenu.animate>.dropdown-item {
	-webkit-animation: slide-left .5s both;
	-o-animation: slide-left .5s both;
	animation: slide-left .5s both
}

.dropdown-menu.overflow-visible {
	overflow: visible
}

.head_nav_xt {
	min-height: 60px
}

.head_nav_xt .nav-top.clearfix {
	background-color: ;
	background-color:
}

.head_nav_xt .nav-top {
	background-color: ;
	background-color: ;
	background-image: url();
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.head_nav_xt.navbar-shadow {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.xt-head.navbar-fixed-top {
	z-index: 999
}

.head_nav_xt.header-zindex {
	z-index: 999
}

.head_nav_xt .xt-langlist .dropdown a {
	line-height: normal
}

.head_nav_xt .xt-logo {
	height: 160px;
	position: relative
}

.head_nav_xt .xt-logo>div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%)
}

.head_nav_xt .xt-logo img {
	max-height: 96px;
	line-height: normal;
	display: inherit
}

.head_nav_xt .xt-logo .logotxt {
	display: block;
	line-height: normal;
	font-size: 18px;
	color: #212121;
	color:
}

.head_nav_xt .nav-top {
	height: 160px;
	line-height: 160px
}

.head_nav_xt .navbar-toggler {
	width: auto
}

.head_nav_xt .navbar-collapse {
	overflow-x: hidden
}

.head_nav_xt .navbar-collapse.flex-navlist {
	width: 100%
}

.head_nav_xt .navlist {
	float: none
}

.head_nav_xt .navlist.flex {
	width: 100%;
	margin-right: 0 !important
}

.head_nav_xt .navlist.flex .nav-item {
	flex: auto;
	text-align: center
}

.head_nav_xt .navlist.flex .nav-item .nav-link {
	height: 60px;
	line-height: 60px;
	padding: 0;
	font-size: 16px
}

.head_nav_xt .navlist.flex .nav-item>.dropdown-menu {
	top: 60px;
	border: 0px
}

.head_nav_xt .navlist .nav-item>.dropdown-menu.two-menu a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-radius: 0px;
	color: #212121 !important;
	color: !important;
	color: !important
}

.head_nav_xt .dropdown-menu {
	background-color: #ffffff;
	border: 0px;
	min-width: 0px;
	width: 100%;
	text-align: center
}

.dropdown-menu.dropdown-menu-bullet:before,
.dropdown-menu.dropdown-menu-bullet:after {
	border-bottom-color: ;
	border-bottom-color:
}

@media screen\0 {
	.head_nav_xt .navlist.flex {
		text-align: center
	}

	.head_nav_xt .navlist.flex .nav-item {
		display: inline-block;
		float: none
	}

	.head_nav_xt .navlist.flex .nav-item .nav-link {
		padding: 0 20px
	}
}

.head_nav_xt .navlist .nav-item a.nav-link:before {
	content: '';
	width: 0px;
	height: 2px;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: width .3s linear;
	-moz-transition: width .3s linear;
	-webkit-transition: width .3s linear;
	-o-transition: width .3s linear;
	background-color: #c20000;
	background-color:
}

.head_nav_xt .navlist .nav-item a.active:before,
.head_nav_xt .navlist .nav-item:hover a.nav-link:before {
	width: 100%
}

.head_nav_xt .navlist>.nav-item>a.active {
	color: #c20000 !important
}

.head_nav_xt .navlist .nav-item .dropdown-menu a:hover,
.head_nav_xt .navlist .nav-item .dropdown-menu a.active,
.head_nav_xt .navlist .nav-item .dropdown-menu a:hover span,
.head_nav_xt .navlist .nav-item .dropdown-menu a.active span {
	background: !important;
	background: !important;
	color: #c20000 !important;
	color: !important
}

.head_nav_xt .navlist .nav-item a.active,
.head_nav_xt .navlist .nav-item:hover a.nav-link,
.head_nav_xt .navlist .nav-item a.active span,
.head_nav_xt .navlist .nav-item:hover a.nav-link span {
	background: #ffffff !important;
	color: #c20000 !important;
	color: !important
}

.head_nav_xt .navlist .nav-item.open a {
	background: #ffffff !important;
	color: #212121 !important;
	color: !important;
	border-radius: none
}

.head_nav_xt .dropdown-item,
.head_nav_xt .navlist .nav-item a.nav-link,
.head_nav_xt .xt-langlist a.nav-link {
	color: #212121;
	color: ;
	position: relative
}

.head_nav_xt .dropdown-submenu>.dropdown-item.dropdown-a:after {
	border-top: 0.286rem solid;
	border-right: 0.286rem solid transparent;
	border-left: 0.286rem solid transparent
}

.head_nav_xt .dropdown-submenu .dropdown-menu.block {
	position: static;
	border-right: none;
	border-left: none;
	padding-left: 10px
}

@media (min-width:768px) {
	.head_nav_xt .xt-logo .logotxt {
		margin-top: 20px
	}

	.head_nav_xt .navbar-header {
		min-width: 50%
	}

	.head_nav_xt .xt-logo {
		width: 100%
	}
}

@media (max-width:767px) {
	.head_nav_xt .dropdown-submenu .dropdown-menu {
		padding-left: 10px
	}

	.head_nav_xt .dropdown-menu-right.dropdown-menu-bullet:after,
	.head_nav_xt .dropdown-menu-right.dropdown-menu-bullet:before {
		display: none
	}

	.head_nav_xt .navbar-nav .open .dropdown-menu {
		background-color: #ffffff
	}
}

.head_nav_xt .xt-langlist .dropdown-menu {
	top: 43px;
	margin: 0
}

.head_nav_xt .xt-langlist .modal {
	background: rgba(0, 0, 0, .3)
}

@media (min-width:768px) {
	.head_nav_xt .navlist.fixedw>.nav-item>a {
		width: 100px;
		text-align: center
	}

	.head_nav_xt .navlist .nav-item .nav-link {
		padding-top: 0px;
		padding-bottom: 0px;
		height: 60px;
		line-height: 60px
	}

	.head_nav_xt .navlist .nav-item>.dropdown-menu {
		top: 60px
	}

	.head_nav_xt .navlist .nav-item>.dropdown-menu.dropdown-menu-bullet {
		top: 67px
	}

	.head_nav_xt .xt-langlist {
		float: right
	}

	.head_nav_xt .xt-langlist,
	.head_nav_xt .xt-head-user {
		margin-left: 15px
	}

	.head_nav_xt .navlist .nav-item>.dropdown-menu.two-menu a {
		color:
	}
}

@media (min-width:480px) {
	.head_nav_xt.navbar {
		border-radius: 0
	}
}

@media (max-width:767px) {
	body.xt-navfixed {
		padding-top: 50px
	}

	.head_nav_xt .xt-langlist a {
		padding: 5px 15px 5px 5px !important
	}

	.head_nav_xt .navlist .nav-item {
		margin-left: 0 !important
	}

	.head_nav_xt .xt-logo {
		margin-left: 10px
	}

	.head_nav_xt .xt-logo {
		height: 50px
	}

	.head_nav_xt .nav-top {
		height: 66px;
		line-height: 86px
	}

	.head_nav_xt .navbar-toggler {
		padding-top: 25px !important
	}

	.head_nav_xt .xt-logo img {
		max-width: 160px
	}

	.head_nav_xt .navbar-collapse {
		width: 100%
	}

	.xt-head.navbar-fixed-top .head_nav_xt .navbar-collapse {
		max-height: 340px;
		overflow-y: auto
	}

	.head_nav_xt .navbar-nav {
		margin: 10px 0 !important;
		line-height: normal
	}

	.head_nav_xt .navlist .nav-item a.active {
		background: #f5f5f5
	}

	.head_nav_xt.navbar-default .navbar-nav .open .dropdown-menu .dropdown-item {
		color:
	}
}

.navbar-default .navbar-nav .nav-link:focus,
.navbar-default .navbar-nav .nav-link:hover {
	background-color: transparent
}

.xt-mask {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: rgba(0, 0, 0, .2)
}

.xt-head-user .dropdown>a {
	padding-top: 0px;
	padding-bottom: 0px;
	color: ;
	background: transparent
}

.xt-head-user .dropdown .dropdown-item>a {
	color:
}

.navbar-default .navbar-nav .open .dropdown-menu .dropdown-item i {
	color: #fff
}

.xt-head-user .dropdown-menu {
	top: 70px;
	width: auto;
	text-align: left
}

.xt-head-user .dropdown-menu li {
	line-height: normal
}

.xt-head-user .dropdown-menu-footer {
	line-height: 35px
}

.xt-head-user .dropdown-menu-media {
	width: 360px
}

.xt-head-user .xt-head-user-column .avatar img {
	max-height: 30px
}

@media (min-width:768px) {
	.xt-head-user>li:nth-child(2) {
		margin-left: 10px
	}
}

@media (max-width:767px) {
	.xt-head-user {
		text-align: left
	}

	.xt-head-user>li {
		display: block !important
	}

	.xt-head-user .dropdown>a {
		display: block;
		padding: 5px 15px
	}

	.xt-head-user>li:first-child {
		margin-bottom: 10px
	}
}

@media (max-width:768px) {
	.head_nav_xt .eco_header {
		display: none
	}

	.head_nav_xt .xt-logo .logotxt {
		display: none
	}
}

.xt-head-user-toggler.active i {
	display: none
}

.xt-head-user-toggler.active i:first-child {
	display: inline-block
}

.xt-head-user-toggler i {
	position: relative;
	top: -5px
}

.xt-head-user-toggler i:first-child {
	display: none
}

.xt-head-user li a.btn-outline {
	color: #c20000;
	color: ;
	background-color: transparent;
	border-color: #c20000;
	border-color:
}

.xt-head-user li a.btn-outline:hover {
	border-color: #c20000;
	background-color: #c20000;
	color: #fff;
	border-color: ;
	background-color:
}

.xt-head-user li a.btn-success {
	border-color: #c20000;
	background-color: #c20000;
	color: #fff;
	border-color: ;
	background-color:
}

.xt-head-user li a.btn-success:hover {
	opacity: 0.8
}

.xt-head-user-toggler i {
	color: #333333
}

.head_nav_xt.navbar-default .hamburger .hamburger-bar,
.head_nav_xt.navbar-default .hamburger:after,
.head_nav_xt.navbar-default .hamburger:before {
	background-color: #333333
}

.xt-langlist .btn-outline.btn-default {
	color: ;
	background-color: transparent;
	border: 0px;
	display: inline-block;
	width: 100%
}

.xt-langlist .btn-outline.btn-default:hover,
.xt-langlist .btn-outline.btn-default:active,
.xt-langlist .btn-outline.btn-default:focus {
	background: #ffffff !important;
	color:
}

.xt-head-user .dropdown-menu .dropdown-item:hover i {
	color: #c20000 !important;
	color: !important
}

.xt-head-user .dropdown-menu .dropdown-item:hover {
	background: #ffffff !important;
	color: #c20000 !important;
	color: !important
}

.dropdown-menu>.dropdown-submenu>.dropdown-item:after {
	display: none
}

.head_nav_xt .fullnav {
	;
	background-color: ;
	background-color: ;
	border-top: 2px solid #eeeeee
}

.head_nav_xt .navbar-toggler {
	padding-top: 3.7rem;
	padding-bottom: 2.7rem
}

.head_nav_xt #xt-head-user-collapse {
	background-color: transparent
}

.head_nav_xt .eco_header {
	height: 160px;
	display: table;
	text-align: right;
	font-size: 18px;
	color: #212121;
	color:
}

.head_nav_xt .eco_header_tel {
	display: table-cell;
	vertical-align: middle
}

.head_nav_xt .eco_header p {
	line-height: normal
}

@media (max-width:767px) {
	.head_nav_xt .eco_header {
		display: none
	}
}

.banner_xt {
	width: 100%;
	height: auto;
	display: table
}

.banner_xt .slick-slide {
	position: relative
}

.banner_xt .slick-slide .banner-text>a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.banner_xt.fixedheight {
	display: -moz-deck
}

.banner_xt.fixedheight .slick-slide {
	height: 100%
}

.banner_xt.fixedheight .slick-slide img {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%)
}

@media screen\0 {
	.banner_xt.fixedheight .slick-slide img {
		left: 0;
		width: 100%
	}
}

.banner_xt.banner-ny-h {
	height: 150px
}

.banner_xt.banner-ny-h .slick-slide img {
	min-height: 100px
}

@media (max-width:991px) {
	.banner_xt.banner-ny-h {
		height: 100px
	}
}

.banner_xt .slick-prev,
.banner_xt .slick-next {
	top: 50% !important
}

.banner_xt .slick-slide {
	display: block;
	width: 100%
}

.banner_xt.slick-slider {
	display: block
}

.banner_xt:hover .slick-arrow {
	display: block !important
}

.banner_xt .slick-list,
.banner_xt .slick-track {
	height: 100%
}

.banner_xt .slick-prev:before,
.banner_xt .slick-next:before {
	display: none
}

.banner_xt .slick-slide {
	height: auto;
	position: relative;
	overflow: hidden
}

.banner_xt .slick-slide img {
	min-height: 100px;
	object-fit: cover
}

.banner_xt .slick-slide img[data-lazy] {
	max-height: 150px
}

.banner_xt .slick-slide img {
	display: none
}

.banner_xt .slick-slide:nth-child(1) img {
	display: block !important;
	height: auto
}

.banner_xt .slick-arrow {
	width: 15%;
	height: 100%;
	display: none !important;
	z-index: 1
}

.banner_xt .slick-arrow.slick-prev {}

@media screen\0 {
	.banner_xt .slick-arrow.slick-prev {
		background: rgba(0, 0, 0, .001)
	}
}

.banner_xt .slick-arrow.slick-next {}

@media screen\0 {
	.banner_xt .slick-arrow.slick-next {
		background: rgba(0, 0, 0, .001)
	}
}

.banner_xt .slick-arrow i {
	font-size: 24px;
	color: #ffffff !important
}

.banner_xt .slick-dots {
	margin: 0;
	bottom: 20px
}

.banner_xt .slick-dots li {
	margin: 0 2px
}

@media (max-width:767px) {
	.banner_xt {
		min-height: auto
	}

	.banner_xt .slick-slide img {
		min-height: auto
	}

	.banner_xt .slick-dots {
		bottom: 5px
	}

	.banner_xt .slick-dots li {
		width: 15px;
		height: 15px;
		margin: 0
	}
}

.banner_xt .banner-text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 12
}

.banner_xt .banner-text .container {
	height: 100%;
	display: table;
	text-align: center
}

.banner_xt .banner-text .container .banner-text-con {
	display: table-cell;
	vertical-align: middle
}

.banner_xt .banner-text.p-0 .container {
	text-align: left
}

.banner_xt .banner-text.p-0 .container .banner-text-con div {
	width: 70%;
	float: left
}

.banner_xt .banner-text.p-1 .container {
	text-align: right
}

.banner_xt .banner-text.p-1 .container .banner-text-con div {
	width: 70%;
	float: right
}

.banner_xt .banner-text.p-2 {
	top: 10%
}

.banner_xt .banner-text.p-2 .container .banner-text-con {
	vertical-align: top
}

.banner_xt .banner-text.p-3 {
	top: auto;
	bottom: 10%
}

.banner_xt .banner-text.p-3 .container .banner-text-con {
	vertical-align: bottom
}

.banner_xt .banner-text.p-2 .container .banner-text-con div,
.banner_xt .banner-text.p-3 .container .banner-text-con div,
.banner_xt .banner-text.p-4 .container .banner-text-con div {
	width: 70%;
	display: inline-block
}

.banner_xt .banner-text h4,
.banner_xt .banner-text p {
	color: #fff
}

.banner_xt .banner-text h4 {
	margin: 0;
	font-size: 36px;
	font-weight: 300
}

.banner_xt .banner-text p {
	font-size: 22px;
	margin-top: 30px;
	text-shadow: none;
	font-weight: 300;
	margin-bottom: 0
}

.banner_xt .banner-text .btn {
	font-size: 18px;
	margin-top: 30px;
	padding: 6px 30px;
	background: #c20000;
	background: ;
	border-color: #c20000;
	border-color: ;
	color: #ffffff;
	border-radius: 0;
	position: relative;
	z-index: 2;
	-webkit-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
	-o-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
	transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear
}

.banner_xt .banner-text .btn:hover {
	background: none;
	color: #c20000;
	color:
}

@media (max-width:991px) {
	.banner_xt .banner-text h4 {
		font-size: 20px
	}

	.banner_xt .banner-text p {
		font-size: 30px
	}
}

@media (max-width:767px) {
	.banner_xt .banner-text .container {
		width: 100%
	}

	.banner_xt .banner-text.p-4 .container .banner-text-con {
		width: 100%
	}

	.banner_xt .banner-text h4 {
		font-size: 18px
	}

	.banner_xt .banner-text p {
		margin-top: 15px;
		font-size: 24px
	}
}

@media (max-width:479px) {
	.banner_xt .banner-text h4 {
		font-size: 16px
	}

	.banner_xt .banner-text p {
		margin-top: 10px;
		font-size: 20px
	}
}

.banner_xt-ny {
	height: 120px;
	background: ;
	background:
}

.banner_xt-ny h1,
.banner_xt-ny h2 {
	margin: 0px;
	padding: 10px 30px;
	font-size: 35px;
	text-shadow: none;
	color: #000000;
	font-weight: 300
}

.banner_xt .slick-dots li button:before {
	color: #000000
}

.banner_xt .slick-dots li.slick-active button:before {
	color: #000000;
	opacity: 1
}

.banner_xt .slick-dots li button:before {
	transition: opacity .3s ease 0s, visibility 0s ease .3s;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(0, -200%);
	-ms-transform: translate(0, -200%);
	-o-transform: translate(0, -200%);
	transform: translate(0, -200%);
}

.banner_xt .slick-dots li.slick-active button:before {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
	transition: opacity .3s ease 0s;
	color: #ebd305;
}

.banner_xt .slick-dots li.slick-active {
	-webkit-transform: translate(0, 200%);
	-ms-transform: translate(0, 200%);
	-o-transform: translate(0, 200%);
	transform: translate(0, 200%);
	opacity: 1;
	background: transparent;
}

.banner_xt .slick-dots li {
	opacity: .25;
	background: white;
	border-radius: 50%;
	position: relative;
	-webkit-transition: -webkit-transform .3s ease 0s, background-color .3s ease 0s;
	-o-transition: -o-transform .3s ease 0s, background-color .3s ease 0s;
	transition: transform .3s ease 0s, background-color .3s ease 0s;
}

.link_xt {
	background-color:
}

.link_xt .breadcrumb-item {
	float: none;
	display: inline-block
}

.link_xt .breadcrumb-item a {
	color: #333333;
	color: ;
	transition: color 0.2s ease-out;
	font-size: 12px
}

.link_xt .breadcrumb-item a:hover {
	color: #c20000;
	color:
}

.link_xt .breadcrumb-item+.breadcrumb-item::before {
	color: #333333;
	color:
}

.link_xt .breadcrumb-item:nth-child(1) {
	color: #212121;
	color:
}

.link_xt .container {
	border-bottom: 1px solid #eeeeee
}

.link_xt {
	border-top: 1px solid #ffffff
}

@media (max-width:767px) {
	.link_xt .container {
		text-align: left
	}
}

.foot_info_xt .er_fist {
	float: left
}

.foot_info_xt .er_fist img,
.foot_info_xt .er_lasr img {
	max-width: 109px
}

.foot_info_xt .er_lasr {
	float: left;
	padding-left: 19%
}

.foot_info_xt .container {
	overflow: hidden
}

.foot_info_xt .p1 {
	font-size: 16px;
	color: rgb(76, 76, 76)
}

.foot_info_xt .p2 {
	font-size: 14px
}

.foot_info_xt .p3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #c20000;
	color: #ffffff;
	line-height: 1.66
}

.foot_info_xt .down_R {
	position: relative
}

.foot_info_xt .down_R:after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: -9%;
	background: #555555
}

.foot_info_xt .top1 {
	border-bottom: 1px solid #555555
}

.foot_info_xt .footer_widget_area {
	padding-top: 32px
}

.foot_info_xt .fx {
	padding-top: 12px
}

.foot_info_xt .r_last {
	text-align: center;
	overflow: hidden
}

.foot_info_xt .edesc {
	padding-top: 12px
}

.foot_info_xt .list h4 a,
.foot_info_xt .p1 {
	padding-bottom: 12px;
	font-weight: 500;
	color: #212121;
	color: #f0f0f0
}

.foot_info_xt .list h4 a:hover,
.foot_info_xt .list h4 a:hover span {
	color: #c20000 !important;
	color: #ffffff !important
}

.foot_info_xt .list {
	text-align: left
}

.foot_info_xt .ulstyle a,
.foot_info_xt .p2,
.foot_info_xt .fxcenter,
.foot_info_xt .edesc {
	color: #333333;
	color: #f0f0f0
}

.foot_info_xt .xt-langlist .btn-outline.btn-default,
.foot_info_xt .dropdown-menu a,
.foot_info_xt .xt-s2t a {
	color: #f0f0f0;
	border-color: #f0f0f0
}

.foot_info_xt .inline-block,
.foot_info_xt .my_p,
.foot_info_xt .powered_by {
	color: #ffffff
}

.foot_info_xt .footer_copy_right {
	text-align: center;
	margin-top: 18px;
	background-color: #333333
}

.foot_info_xt .footer_widget_area {
	background-color: ;
	background-color: #333333;
	background-image: url('');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.foot_info_xt.border-top1 {
	border-top: 1px solid #c20000
}

.foot_info_xt.hasbottom {
	padding-bottom: 77px
}

.foot_info_xt_bottom {
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%
}

.foot_info_xt_bottom a.item {
	color: #ffffff;
	padding: 5px 0;
	display: inline-block
}

.foot_info_xt_bottom a.item i {
	color: #ffffff;
	font-size: 16px;
	display: block
}

.foot_info_xt_bottom {
	display: none
}

.foot_info_xt_bottom.iskeshi {
	display: block
}

.foot_info_xt_bottom .main {
	display: flex
}

.foot_info_xt_bottom .main>div {
	flex: 1
}

@media (max-width:767px) {
	.foot_info_xt_bottom {
		display: block
	}
}

@media (max-width:991px) {
	.foot_info_xt .r_fist {
		padding: 20px 0px
	}

	.foot_info_xt .down_L {
		padding: 0px
	}
}

@media (max-width:767px) {
	.foot_info_xt .p1 {
		margin: 0px
	}

	.foot_info_xt .down_L {
		padding: 0px
	}

	.foot_info_xt .er_fist img,
	.foot_info_xt .er_lasr img {
		max-width: 93px
	}
}

.back_top.scroll-top {
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 1601
}

.back_top.scroll-top {
	border-color: ;
	background-color: ;
	border-color: #4099ff;
	background-color: #4099ff;
	color: #ffffff
}

.back_top.scroll-top:hover,
.back_top.scroll-top:focus {
	border-color: #c20000;
	background-color: #c20000;
	border-color: ;
	background-color: ;
	color: #ffffff
}

.back_top.views {
	bottom: 70px
}

@media (max-width:767px) {
	.back_top.scroll-top {
		bottom: 70px
	}
}

div {}

.location_xt {
	padding: 10px 0
}

.location_xt.xt-crumbs {
	background: ;
	background:
}

.location_xt.xt-crumbs .breadcrumb .dropdown-menu {
	top: 26px
}

.location_xt .breadcrumb-item a {
	color: #c20000;
	color:
}

.location_xt .breadcrumb-item a:hover {
	text-decoration: underline
}

.location_xt .breadcrumb-item+.breadcrumb-item::before {
	color: #c20000;
	color:
}

.location_xt .title-box {
	float: left;
	padding: .75rem 1rem;
	color: #212121;
	color:
}

.location_xt .breadcrumb {
	float: right
}

.location_xt .row {
	border-bottom: 2px solid #ebebeb
}

.news_show_xt h2,
.news_show_xt h1,
.news_show_xt p,
.news_show_xt ul,
.news_show_xt li {
	margin: 0;
	padding: 0
}

.news_show_xt ul li {
	list-style: none
}

.news_show_xt .text-center {
	text-align: center
}

.news_show_xt .text-right {
	text-align: right
}

.news_show_xt .transition {
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.news_show_xt .middle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

.news_show_xt .full-img img {
	display: block;
	width: 100%
}

.news_show_xt .float-left {
	float: left
}

.news_show_xt .float-right {
	float: right
}

.news_show_xt img {
	object-fit: cover
}

.news_show_xt {
	background-color: #ffffff
}

.news_show_xt .news-container {
	position: relative
}

.news_show_xt .news-top {
	background-color: ;
	background-color: ;
	background-image: url();
	background-size: cover;
	background-position: center center
}

.news_show_xt .news-title {
	line-height: 1.5;
	color: #212121;
	color:
}

.news_show_xt .news-time {
	line-height: 1;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333333;
	color: ;
	-webkit-animation-delay: .05s;
	-moz-animation-delay: .05s;
	-ms-animation-delay: .05s;
	-o-animation-delay: .05s;
	animation-delay: .05s
}

.news_show_xt .news-time span {
	margin-left: 4px
}

.news_show_xt .news-time span:last-child {
	opacity: 0.5
}

.news_show_xt .news-tab {
	color: #212121;
	color: ;
	font-size: 14px;
	font-weight: 700;
	line-height: 2.5
}

.news_show_xt .news-tab span {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: .5px;
	cursor: pointer
}

.news_show_xt .news-tab i {
	opacity: 0.4
}

.news_show_xt .news-tab span.btn-forbidden {
	pointer-events: none;
	opacity: 0.4
}

.news_show_xt .news-tab span:hover {
	color: #c20000;
	color:
}

.news_show_xt .tag {
	font-size: 14px;
	color: #212121;
	color: ;
	padding: 0 30px 30px
}

.news_show_xt .tag a {
	color: #212121;
	color: ;
	padding: 5px
}

.news_show_xt .tag a:hover {
	color: #c20000;
	color:
}

.news_show_xt .xt-page {
	display: none
}

.news_show_xt .news-end-hint {
	padding: 10px;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	z-index: 1
}

.news_show_xt .news-end-hint span {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 10px;
	color: #333333;
	color: ;
	background-color: #ffffff
}

.news_show_xt .news-end-hint:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 50%;
	height: 1px;
	width: 100%;
	background-color: #e0e0e0
}

.news_show_xt .up-news-tab {
	float: right;
	margin-top: 7px
}

.news_show_xt .back-btn {
	float: left;
	font-size: 14px;
	text-align: center;
	line-height: 3.5;
	padding: 0 20px;
	display: block;
	background-color: ;
	background-color: ;
	color: #212121;
	color: ;
	box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.1)
}

.news_show_xt .back-btn span {
	vertical-align: middle
}

.news_show_xt .back-btn .fa {
	font-size: 24px;
	margin-left: 45px;
	transition: all .5s ease;
	position: relative;
	left: 0;
	top: 5px
}

.news_show_xt .back-btn:hover {
	background-color: #c20000;
	background-color: ;
	color: #ffffff
}

.news_show_xt .back-btn:hover .fa {
	left: -20px
}

@media screen and (min-width:1600px) {
	.news_show_xt .news-container.on .news-wrap {
		max-width: 970px !important
	}
}

@media screen and (min-width:1025px) {
	.news_show_xt .news-container.on {
		padding-left: 346px
	}

	.news_show_xt .news-container.on .news-wrap {
		max-width: 850px
	}

	.news_show_xt .news-wrap {
		margin: 0 auto;
		padding: 60px 0 25px
	}

	.news_show_xt .news-title {
		font-size: 32px;
		margin-bottom: 20px
	}

	.news_show_xt .news-time {
		font-size: 22px
	}

	.news_show_xt .news-time span {
		margin-left: 4px;
		font-size: 16px
	}
}

@media screen and (min-width:992px) and (max-width:1024px) {
	.news_show_xt .news-container {
		position: relative;
		margin: 0 auto;
		width: 970px
	}
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.news_show_xt .news-container {
		position: relative;
		margin: 0 auto;
		width: 750px
	}

	.news_show_xt .news-wrap {
		margin: 0 15px;
		padding: 56px 0 16px
	}

	.news_show_xt .news-title {
		font-size: 22px;
		margin-bottom: 20px
	}

	.news_show_xt .news-time {
		font-size: 20px
	}

	.news_show_xt .news-time span {
		margin-left: 4px;
		font-size: 15px
	}
}

@media screen and (max-width:767px) {
	.news_show_xt .news-container {
		position: relative
	}

	.news_show_xt .news-wrap {
		margin: 0 15px;
		padding: 56px 0 16px
	}

	.news_show_xt .news-title {
		font-size: 22px;
		margin-bottom: 10px
	}

	.news_show_xt .news-time {
		font-size: 18px
	}

	.news_show_xt .news-time span {
		margin-left: 4px;
		font-size: 13px
	}
}

.news_show_xt .fadeInDownSmall {
	-webkit-animation: fadeInDownSmall 0.6s both;
	-moz-animation: fadeInDownSmall 0.6s both;
	-ms-animation: fadeInDownSmall 0.6s both;
	-o-animation: fadeInDownSmall 0.6s both;
	animation: fadeInDownSmall 0.6s both
}

@keyframes fadeInDownSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -15px, 0);
		-ms-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.news_show_xt .fadeInRight {
	-webkit-animation: fadeInRight 0.6s both;
	-moz-animation: fadeInRight 0.6s both;
	-ms-animation: fadeInRight 0.6s both;
	-o-animation: fadeInRight 0.6s both;
	animation: fadeInRight 0.6s both
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.news_show_xt .fadeInLeft {
	-webkit-animation: fadeInLeft 0.6s both;
	-moz-animation: fadeInLeft 0.6s both;
	-ms-animation: fadeInLeft 0.6s both;
	-o-animation: fadeInLeft 0.6s both;
	animation: fadeInLeft 0.6s both
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.news_show_xt .fadeInUpSmall {
	-webkit-animation: fadeInUpSmall 0.6s both;
	-moz-animation: fadeInUpSmall 0.6s both;
	-ms-animation: fadeInUpSmall 0.6s both;
	-o-animation: fadeInUpSmall 0.6s both;
	animation: fadeInUpSmall 0.6s both
}

@keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 15px, 0);
		-ms-transform: translate3d(0, 15px, 0);
		transform: translate3d(0, 15px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}