﻿@charset "utf-8";

.fv-has-feedback {
	position: relative
}

.fv-control-feedback {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	display: block;
	text-align: center
}

.fv-help-block {
	display: block
}

.fv-form [placeholder]::-ms-clear {
	display: none
}

.fv-form-bootstrap .help-block {
	margin-bottom: 0
}

.fv-form-bootstrap .tooltip-inner {
	text-align: left
}

.fv-form-bootstrap .fv-bootstrap-icon-input-group {
	z-index: 100
}

.form-inline.fv-form-bootstrap .form-group {
	vertical-align: top
}

.fv-form-bootstrap4 .fv-control-feedback {
	line-height: 38px;
	width: 38px;
	height: 38px
}

.fv-form-bootstrap4 .form-group.row .fv-control-feedback {
	right: 15px
}

.fv-form-bootstrap4 .form-group.row .form-check~.fv-control-feedback {
	top: -7px
}

.fv-form-bootstrap4.form-inline .form-group {
	vertical-align: top
}

.fv-form-bootstrap4:not(.form-inline) label~.fv-control-feedback {
	top: 32px
}

.fv-form-bootstrap4:not(.form-inline) label.sr-only~.fv-control-feedback {
	top: -7px
}

.fv-form-bootstrap4:not(.form-inline) .form-check~.fv-control-feedback {
	top: 25px
}

.fv-form-bootstrap4 .has-success .fv-control-feedback,
html:not(.met-web) .fv-form-bootstrap4 .has-success .form-control-label {
	color: #5cb85c
}

.fv-form-bootstrap4 .has-danger .fv-control-feedback,
html:not(.met-web) .fv-form-bootstrap4 .has-danger label {
	color: #f0ad4e
}

form .form-group.required:before {
	content: '*';
	position: absolute;
	left: -15px;
	top: 50%;
	margin-top: -6px;
	font-size: 18px;
	line-height: 1;
	color: #f00
}

@media (max-width:767px) {
	form .form-group.required:before {
		left: -10px
	}
}

.webui-popover-content {
	display: none
}

.webui-popover-rtl {
	direction: rtl;
	text-align: right
}

.webui-popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	min-width: 50px;
	min-height: 32px;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
	margin-top: -10px
}

.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
	margin-left: 10px
}

.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
	margin-top: 10px
}

.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
	margin-left: -10px
}

.webui-popover.pop {
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
	-o-transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
	transition: transform .15s cubic-bezier(0.3, 0, 0, 1.5);
	opacity: 0;
	filter: alpha(opacity=0)
}

.webui-popover.pop-out {
	-webkit-transition-property: "opacity,transform";
	-o-transition-property: "opacity,transform";
	transition-property: "opacity,transform";
	-webkit-transition: .15s linear;
	-o-transition: .15s linear;
	transition: .15s linear;
	opacity: 0;
	filter: alpha(opacity=0)
}

.webui-popover.fade,
.webui-popover.fade-out {
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
	opacity: 0;
	filter: alpha(opacity=0)
}

.webui-popover.out {
	opacity: 0;
	filter: alpha(opacity=0)
}

.webui-popover.in {
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
	filter: alpha(opacity=100)
}

.webui-popover .webui-popover-content {
	padding: 9px 14px;
	overflow: auto;
	display: block
}

.webui-popover .webui-popover-content>div:first-child {
	width: 99%
}

.webui-popover-inner .close {
	font-family: arial;
	margin: 8px 10px 0 0;
	float: right;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
	text-decoration: none
}

.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
	opacity: .5;
	filter: alpha(opacity=50)
}

.webui-popover-inner .close:after {
	content: "\00D7";
	width: .8em;
	height: .8em;
	padding: 4px;
	position: relative
}

.webui-popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
	border-radius: 5px 5px 0 0
}

.webui-popover-content {
	padding: 9px 14px;
	overflow: auto;
	display: none
}

.webui-popover-inverse {
	background-color: #333;
	color: #eee
}

.webui-popover-inverse .webui-popover-title {
	background: #333;
	border-bottom: 1px solid #3b3b3b;
	color: #eee
}

.webui-no-padding .webui-popover-content {
	padding: 0
}

.webui-no-padding .list-group-item {
	border-right: none;
	border-left: none
}

.webui-no-padding .list-group-item:first-child {
	border-top: 0
}

.webui-no-padding .list-group-item:last-child {
	border-bottom: 0
}

.webui-popover>.webui-arrow,
.webui-popover>.webui-arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.webui-popover>.webui-arrow {
	border-width: 11px
}

.webui-popover>.webui-arrow:after {
	border-width: 10px;
	content: ""
}

.webui-popover.top>.webui-arrow,
.webui-popover.top-right>.webui-arrow,
.webui-popover.top-left>.webui-arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0
}

.webui-popover.top>.webui-arrow:after,
.webui-popover.top-right>.webui-arrow:after,
.webui-popover.top-left>.webui-arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-top-color: #fff;
	border-bottom-width: 0
}

.webui-popover.right>.webui-arrow,
.webui-popover.right-top>.webui-arrow,
.webui-popover.right-bottom>.webui-arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25)
}

.webui-popover.right>.webui-arrow:after,
.webui-popover.right-top>.webui-arrow:after,
.webui-popover.right-bottom>.webui-arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.webui-popover.bottom>.webui-arrow,
.webui-popover.bottom-right>.webui-arrow,
.webui-popover.bottom-left>.webui-arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
	border-top-width: 0
}

.webui-popover.bottom>.webui-arrow:after,
.webui-popover.bottom-right>.webui-arrow:after,
.webui-popover.bottom-left>.webui-arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-bottom-color: #fff;
	border-top-width: 0
}

.webui-popover.left>.webui-arrow,
.webui-popover.left-top>.webui-arrow,
.webui-popover.left-bottom>.webui-arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.webui-popover.left>.webui-arrow:after,
.webui-popover.left-top>.webui-arrow:after,
.webui-popover.left-bottom>.webui-arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.webui-popover-inverse.top>.webui-arrow,
.webui-popover-inverse.top-left>.webui-arrow,
.webui-popover-inverse.top-right>.webui-arrow,
.webui-popover-inverse.top>.webui-arrow:after,
.webui-popover-inverse.top-left>.webui-arrow:after,
.webui-popover-inverse.top-right>.webui-arrow:after {
	border-top-color: #333
}

.webui-popover-inverse.right>.webui-arrow,
.webui-popover-inverse.right-top>.webui-arrow,
.webui-popover-inverse.right-bottom>.webui-arrow,
.webui-popover-inverse.right>.webui-arrow:after,
.webui-popover-inverse.right-top>.webui-arrow:after,
.webui-popover-inverse.right-bottom>.webui-arrow:after {
	border-right-color: #333
}

.webui-popover-inverse.bottom>.webui-arrow,
.webui-popover-inverse.bottom-left>.webui-arrow,
.webui-popover-inverse.bottom-right>.webui-arrow,
.webui-popover-inverse.bottom>.webui-arrow:after,
.webui-popover-inverse.bottom-left>.webui-arrow:after,
.webui-popover-inverse.bottom-right>.webui-arrow:after {
	border-bottom-color: #333
}

.webui-popover-inverse.left>.webui-arrow,
.webui-popover-inverse.left-top>.webui-arrow,
.webui-popover-inverse.left-bottom>.webui-arrow,
.webui-popover-inverse.left>.webui-arrow:after,
.webui-popover-inverse.left-top>.webui-arrow:after,
.webui-popover-inverse.left-bottom>.webui-arrow:after {
	border-left-color: #333
}

.webui-popover i.icon-refresh:before {
	content: ""
}

.webui-popover i.icon-refresh {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 20px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-left: -15px;
	margin-right: -15px;
	background: url('../images/loading.gif') no-repeat
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes rotate {
	100% {
		transform: rotate(360deg)
	}
}

.webui-popover-backdrop {
	background-color: rgba(0, 0, 0, .65);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998
}

.webui-popover .dropdown-menu {
	display: block;
	position: relative;
	top: 0;
	border: none;
	box-shadow: none;
	float: none
}

.lg-sub-html,
.lg-toolbar {
	background-color: rgba(0, 0, 0, .45)
}

#lg-counter,
.lg-outer .lg-video-cont {
	vertical-align: middle;
	display: inline-block
}

@font-face {
	font-family: lg;
	src: url('../../../public/plugins/lightGallery/css/../fonts/lg.eot?n1z373');
	src: url('../fonts/lg.eot') format("embedded-opentype"), url('../fonts/lg.woff') format("woff"), url('../fonts/lg.ttf') format("truetype"), url('../fonts/lg.svg') format("svg");
	font-weight: 400;
	font-style: normal
}

.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, .45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
	color: #FFF
}

.lg-actions .lg-next {
	right: 20px
}

.lg-actions .lg-next:before {
	content: "\e095"
}

.lg-actions .lg-prev {
	left: 20px
}

.lg-actions .lg-prev:after {
	content: "\e094"
}

@-webkit-keyframes lg-right-end {

	0%,
	100% {
		left: 0
	}

	50% {
		left: -30px
	}
}

@-moz-keyframes lg-right-end {

	0%,
	100% {
		left: 0
	}

	50% {
		left: -30px
	}
}

@-ms-keyframes lg-right-end {

	0%,
	100% {
		left: 0
	}

	50% {
		left: -30px
	}
}

@keyframes lg-right-end {

	0%,
	100% {
		left: 0
	}

	50% {
		left: -30px
	}
}

@-webkit-keyframes lg-left-end {

	0%,
	100% {
		left: 0
	}

	50% {
		left: 30px
	}
}

@-moz-keyframes lg-left-end {

	0%,
	100% {
		left: 0
	}

	50% {
		left: 30px
	}
}

@-ms-keyframes lg-left-end {

	0%,
	100% {
		left: 0
	}

	50% {
		left: 30px
	}
}

@keyframes lg-left-end {

	0%,
	100% {
		left: 0
	}

	50% {
		left: 30px
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	-o-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	-o-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: 0;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
	color: #FFF
}

.lg-toolbar .lg-close:after {
	content: "\e070"
}

.lg-toolbar .lg-download:after {
	content: "\e0f2"
}

.lg-sub-html {
	bottom: 0;
	color: #EEE;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0
}

#lg-counter {
	color: #999;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px
}

.lg-next,
.lg-prev,
.lg-toolbar {
	opacity: 1;
	-webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	-moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	-o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
	transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
	-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}

.lg-outer .lg-thumb-outer {
	background-color: #0D0A0A;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #FFF;
	border-radius: 4px;
	margin-bottom: 5px
}

@media (min-width:1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color .25s ease;
		-o-transition: border-color .25s ease;
		transition: border-color .25s ease
	}
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #a90707
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom .25s ease;
	-o-transition: bottom .25s ease;
	transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px
}

.lg-outer .lg-toogle-thumb {
	background-color: #0D0A0A;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
	color: #FFF
}

.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff"
}

.lg-outer .lg-video-cont {
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url('../images/vimeo-play.png') no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url('../images/vimeo-play.png') 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: url('../images/video-play.png') no-repeat;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url('../images/youtube-play.png') no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url('../images/youtube-play.png') 0 -60px no-repeat
}

.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 80ms ease 0s;
	-moz-transition: opacity 80ms ease 0s;
	-o-transition: opacity 80ms ease 0s;
	transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1
}

.lg-autoplay-button:after {
	content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition-duration: 0s;
	transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	-moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	-o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
	transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
	-moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
	-o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
	-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;
	backface-visibility: hidden
}

#lg-zoom-in:after {
	content: "\e311"
}

#lg-actual-size {
	font-size: 20px
}

#lg-actual-size:after {
	content: "\e033"
}

#lg-zoom-out {
	opacity: .5;
	pointer-events: none
}

#lg-zoom-out:after {
	content: "\e312"
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #FFF;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	-moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
	-o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, .5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow .3s ease 0s;
	-o-transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0
}

.lg-fullscreen:after {
	content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, .25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	-o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
	transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 5px, 0);
	-o-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	-o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #FFF;
	right: 16px;
	top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
	margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
	color: #333
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
	width: 100%;
	height: 100%
}

.lg-outer #lg-share {
	position: relative
}

.lg-outer #lg-share:after {
	content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903"
}

.lg-group:after {
	content: "";
	display: table;
	clear: both
}

.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.lg-outer.lg-visible {
	opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

.lg-outer .lg {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%
}

.lg-outer .lg-inner {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap
}

.lg-outer .lg-item {
	background: url('../images/loading.gif') center center no-repeat;
	display: none !important
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.lg-outer .lg-item.lg-complete {
	background-image: none
}

.lg-outer .lg-item.lg-current {
	z-index: 1060
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
	display: none
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s
}

.lg-backdrop.in {
	opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
	opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity .1s ease 0s;
	-moz-transition: opacity .1s ease 0s;
	-o-transition: opacity .1s ease 0s;
	transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.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('../images/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
}

@font-face {
	font-family: "iconfont";
	src: url('../../../public/fonts/iconfont/iconfont.eot?t=1497855280632');
	src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') 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('../../../public/plugins/slick/./fonts/slick.eot');
	src: url('../fonts/slick.eot') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/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
}

.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-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-flex-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-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.swiper-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-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-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,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-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);
	z-index: 0
}

.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;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.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)
	}
}

body {
	background: #f2f2f2
}

a {
	color: #9f0810
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333
}

a:focus,
a:hover {
	color: #9f0810
}

.btn-outline.btn-primary {
	color: #9f0810;
	background-color: transparent;
	border-color: #9f0810
}

.btn-primary {
	border-color: #9f0810;
	background-color: #9f0810
}

.btn-outline.btn-primary.active,
.btn-outline.btn-primary:active,
.btn-outline.btn-primary:focus,
.btn-outline.btn-primary:hover,
.open>.btn-outline.btn-primary.dropdown-toggle {
	border-color: #9f0810;
	background-color: #9f0810
}

.modal-primary .modal-header {
	background-color: #9f0810
}

.radio-primary input[type=radio]:checked+label::before {
	border-color: #9f0810
}

.met-index-body {
	padding: 60px 0
}

.met-index-body h2 {
	position: relative
}

.met-index-body h2 {
	font-size: 30px;
	color: #333
}

.met-index-body p.desc {
	font-size: 16px;
	color: #666;
	margin-bottom: 40px
}

form .form-group.required:before {
	display: none
}

@media (max-width:991px) {
	.met-index-body {
		padding: 40px 0px
	}
}

@media (max-width:767px) {
	.met-index-body h2 {
		font-size: 24px
	}

	.met-index-body {
		padding: 40px 0px
	}
}

@media (min-width:768px) {
	.container {
		width: 850px
	}
}

@media (min-width:992px) {
	.container {
		width: 1150px
	}
}

@media (max-width:488px) {
	.met-index-body {
		padding: 40px 0px
	}

	.met-index-body h2 {
		font-size: 20px;
		margin-bottom: 5px;
		font-weight: 700
	}

	.met-index-body p.desc {
		font-size: 12px;
		margin-bottom: 20px
	}

	.met-index-body .n-bt {
		display: none
	}
}

.bt-h2 {
	text-align: center
}

.fbt-h2 {
	text-align: center;
	margin-bottom: 50px
}

.modal[data-backdrop="false"] {
	z-index: 1700;
	background: rgba(0, 0, 0, .5);
	height: 100%
}

.modal.fade .aa {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.modal.in .aa {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.aa {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0
}

.aa {
	display: table
}

#b {
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle
}

#content {
	border: 5px solid red;
	margin: auto;
	width: 600px;
	background: #fff
}

body.met-navfixed {
	padding-top: 60px
}

.met-logo {
	height: 60px
}

.met-logo img {
	max-height: 50px
}

.met-nav {
	min-height: 60px;
	margin-bottom: 0;
	padding: 5px 0;
	box-shadow: none
}

.met-nav [class*=animation-] {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.met-nav .met-head-user {
	margin-left: 15px;
	line-height: initial
}

.met-nav .no-login {
	height: 60px
}

.met-nav .navbar-phone {
	line-height: 60px;
	margin-left: 20px;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	font-family: 
}

.met-nav.navbar-shadow {
	-webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
	-webkit-animation-duration: .7s;
	animation-duration: .7s
}

.met-nav.navbar-fixed-top .navbar-right {
	margin-right: 0
}

.met-nav .navbar-logo {
	height: 60px;
	margin: 0;
	margin-left: 0;
	padding: 0;
	display: block
}

.met-nav .navbar-logo img {
	max-height: 50px
}

.met-nav .nav-item .nav-link {
	color: #666;
	position: relative;
	z-index: 2;
	font-size: 15px
}

.met-nav .dropdown.open>a,
.met-nav .nav li>a.active {
	color: #9f0810;
	 !important;
	background-color: transparent
}

.met-nav .navbar-nav>.open>.nav-link,
.met-nav .navbar-nav>.open>.nav-link:hover,
.met-nav .navbar-nav .nav-link.active:hover,
.met-nav .navbar-nav .nav-link.active {
	background-color: transparent;
	color: #9f0810
}

.met-nav .nav-item {
	position: relative
}

.met-nav .nav-item .nav-link {
	padding-left: 5px;
	padding-right: 10px
}

.met-nav .nav-item .nav-link:after {
	content: '';
	width: 100%;
	height: 30px;
	opacity: 0;
	left: 0;
	position: absolute;
	top: 0;
	margin-top: 0px;
	margin-left: 0px;
	-webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
	transition: all .66s cubic-bezier(.17, .84, .44, 1);
	z-index: -1;
	border: none;
	border-radius: 20px
}

.met-nav .nav-item:hover .nav-link:after,
.met-nav .nav-item .nav-link.active::after {
	opacity: 1;
	top: 50%;
	margin-top: -15px
}

.met-nav .nav-item:hover .nav-link,
.met-nav .navlist .nav-item a.nav-link:hover {
	color: #9f0810
}

.met-nav .nav-item .nav-link i {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin-left: 5px
}

.met-nav .nav-item .nav-link:hover i,
.met-nav .dropdown.open>a i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
	transition: all .66s cubic-bezier(.17, .84, .44, 1)
}

.met-nav #met-head-user-collapse .dropdown-item {
	line-height: initial
}

.met-nav #met-head-user-collapse .btn-primary {
	color: #9f0810;
	background-color: transparent;
	border-color: #9f0810;
	padding: 4px 10px;
	-webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
	transition: all .66s cubic-bezier(.17, .84, .44, 1)
}

.met-nav #met-head-user-collapse .btn-primary:hover {
	color: #fff;
	background-color: #9f0810;
	border-color: #9f0810
}

.met-nav #met-head-user-collapse .btn-success {
	color: #666;
	background-color: transparent;
	border-color: #666;
	padding: 4px 10px;
	-webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
	transition: all .66s cubic-bezier(.17, .84, .44, 1)
}

.met-nav #met-head-user-collapse .btn-success:hover {
	color: #fff;
	background-color: #666;
	border-color: #666
}

.met-nav .dropdown-item {
	color: #666
}

.met-nav .overflow-visible {
	overflow: visible !important
}

.met-nav .navlist-2 {
	transform: translateY(-10%)
}

.met-nav .navbar-toggler {
	height: 60px;
	line-height: 60px;
	width: auto;
	padding: 0 15px
}

.met-nav .nav>li>a {
	color: #9f0810
}

.met-nav .nav>li>a i {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.met-nav .nav li .link.active:after {
	content: '';
	width: 100%;
	background-color: #9f0810;
	left: 0;
	position: absolute;
	top: 0;
	height: 2px;
	-webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
	transition: all .66s cubic-bezier(.17, .84, .44, 1);
	z-index: -1
}

.met-nav .nav>li>.link:after {
	content: '';
	width: 0;
	background-color: #9f0810;
	left: 0;
	position: absolute;
	top: 0;
	height: 2px;
	-webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
	transition: all .66s cubic-bezier(.17, .84, .44, 1);
	z-index: -1
}

.met-nav .nav>li>.link:hover:after {
	content: '';
	width: 100%;
	background-color: #9f0810;
	left: 0;
	position: absolute;
	top: 0;
	height: 2px;
	-webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
	transition: all .66s cubic-bezier(.17, .84, .44, 1);
	z-index: -1
}

.met-nav .met-nav-login {
	padding-top: 15px;
	text-align: center
}

.met-nav .dropdown-menu>li>a {
	overflow: hidden;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.met-nav .dropdown-menu>li>a:hover {
	background: #f2f2f2 none repeat scroll 0 0;
	text-indent: 5px;
	-webkit-transition: all .66s cubic-bezier(.17, .84, .44, 1);
	transition: all .66s cubic-bezier(.17, .84, .44, 1)
}

.met-nav .dropdown-menu a span {
	color: #333
}

.met-nav .dropdown-menu a:hover span {
	color: #9f0810
}

@media (min-width:768px) {
	.navbar-nav>.nav-item {
		padding: 0px
	}

	.met-nav .nav>li>a {
		padding: 0;
		height: 60px;
		line-height: 60px
	}

	.met-nav .dropdown-menu {
		top: 48px;
		border-radius: 0;
		box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1)
	}

	.met-nav .dropdown-menu .dropdown-submenu>a:after {
		display: none
	}

	.met-nav .dropdown-menu .dropdown-submenu>a i {
		position: absolute;
		right: 10px
	}

	.met-nav .dropdown-menu.bullet {
		top: 60px
	}

	.met-nav .met-nav-login {
		height: 60px;
		padding-top: 0;
		margin-left: 10px
	}

	.navbar-nav .nav-item .nav-link {
		line-height: 18px
	}

	.met-nav .mblogo {
		display: none
	}
}

@media (max-width:991px) {
	.met-nav .navbar-logo img {
		max-height: 30px
	}

	.met-nav .nav>li>a>i {
		float: right
	}

	.met-nav .dropdown-menu .dropdown-submenu>a:after {
		display: none
	}

	.met-nav .dropdown-menu .dropdown-submenu>a>i {
		float: right
	}

	.navbar-phone {
		display: none
	}
}

@media (max-width:767px) {
	.met-nav-btn:after {
		display: table;
		clear: both;
		content: ''
	}

	.met-nav .nav>li {
		margin-left: 0 !important
	}

	.met-nav .nav>li>a {
		padding: 10px 15px;
		line-height: 25px
	}

	.met-nav .nav li .link.active:after {
		height: 1px;
		bottom: 0;
		top: auto;
		left: 15px
	}

	.met-nav .nav>li>.link:after {
		height: 1px;
		bottom: 0;
		top: auto;
		left: 15px
	}

	.met-nav .nav>li>.link:hover:after {
		height: 1px;
		bottom: 0;
		top: auto;
		left: 15px
	}

	.met-nav .dropdown-menu>li>.dropdown-menu>li>a {
		padding-left: 40px
	}

	.met-nav .dropdown-menu.bullet:before,
	.met-nav .dropdown-menu.bullet:after {
		display: none
	}

	.met-nav .navbar-collapse.in {
		-webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);
		box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2)
	}

	.met-nav .navbar-logo {
		float: none;
		max-width: 90px;
		margin: 0 auto
	}

	.met-nav .navbar-collapse {
		width: 100%
	}

	.met-nav .navlist {
		margin-left: 0;
		margin-right: 0
	}

	.met-nav .met-head-user {
		width: 100%;
		margin: 0;
		text-align: center
	}

	.met-nav .pclogo {
		display: none
	}

	.navbar-phone {
		display: none
	}

	.met-logo {
		padding-left: .9375rem
	}
}

.navbar-shadow {
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1)
}

.met-banner .carousel-inner.met-banner-mh {
	background: #ddd;
	min-height: 300px
}

.met-banner .carousel-control.right .icon {
	border-radius: 50%
}

.met-banner .carousel-control.left .icon {
	border-radius: 50%
}

@media (max-width:767px) {
	.met-banner .carousel-inner {
		min-height: auto
	}
}

@media (max-width:488px) {
	.met-banner .carousel-inner.met-banner-mh {
		min-height: 100px
	}
}

.met-banner .met-banner-text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10
}

.met-banner .met-banner-text .container {
	height: 100%
}

img.pc_img {
	min-height: 300px
}

.met-banner .met-banner-text .container .met-banner-text-con {
	width: 100%;
	height: 100%;
	display: table;
	text-align: center
}

.met-banner .met-banner-text .container .met-banner-text-con.p-0 {
	max-width: 60%;
	text-align: left;
	float: left
}

.met-banner .met-banner-text .container .met-banner-text-con.p-1 {
	max-width: 50%;
	text-align: right;
	float: right
}

.met-banner .met-banner-text .container .met-banner-text-con.p-2>div {
	vertical-align: top;
	padding-top: 5%
}

.met-banner .met-banner-text .container .met-banner-text-con.p-3>div {
	vertical-align: bottom;
	padding-bottom: 5%
}

.met-banner .met-banner-text .container .met-banner-text-con.text-left {
	text-align: left;
	padding-left: 5px
}

.met-banner .met-banner-text .container .met-banner-text-con>div {
	display: table-cell;
	vertical-align: middle
}

.met-banner .met-banner-text .container .met-banner-text-con>div h3 {
	margin: 0;
	font-size: 50px;
	font-weight: 300
}

.met-banner .met-banner-text .container .met-banner-text-con>div p {
	margin: 10px 0 0;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2;
	text-shadow: none
}

.met-banner .met-banner-text .container .met-banner-text-con>div .btn {
	position: relative;
	z-index: 14;
	margin-top: 30px;
	font-size: 20px;
	margin-left: 5px;
	margin-right: 5px
}

.met-banner .btn-outline.btn-default {
	background: none !important;
	border-color: #9f0810 !important;
	color: #9f0810 !important;
	border-radius: 5px 0
}

.met-banner .btn-outline.btn-default:hover {
	background: #9f0810 !important;
	color: #fff !important
}

.met-banner .carousel-indicators li:after {
	background: #9f0810
}

.met-banner a.all-imgmask {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 13
}

.met-banner-ny {
	background-color: #9f0810;
	height: 120px;
	text-align: center
}

.met-banner-ny h2,
.met-banner-ny h3 {
	color: #ffffff;
	font-size: 35px;
	font-weight: 300;
	padding: 10px 30px;
	margin: 0px;
	text-shadow: none
}

.met-banner .carousel-control {
	width: 10%;
	z-index: 10;
	display: block
}

.met-banner:hover .carousel-control {
	display: block;
	opacity: .5
}

.met-feedback.met-feedback-index {
	padding: 30px 0 0;
	background: none
}

.met-feedback.met-feedback-index .container {
	max-width: 460px;
	margin: 0
}

.met-feedback.met-feedback-index .met-feedback-body {
	padding: 0;
	background: none
}

.met-feedback.met-feedback-index .form-group {
	width: calc(50% - 10px);
	float: left;
	margin-right: 10px;
	margin-bottom: 15px
}

.met-feedback.met-feedback-index .form-control {
	height: 3.073rem;
	border: none;
	color: #333
}

.met-feedback.met-feedback-index select.form-control:not([size]):not([multiple]) {
	height: 3.073rem;
	border: none
}

.met-banner .met-banner-text .container .met-banner-text-con .met-feedback>div .btn {
	margin: 0;
	background: #bb964c;
	border-radius: .215rem;
	border: none
}

.met-feedback.met-feedback-index .form-group.index-btn {
	width: calc(100% - 10px);
	float: left
}

.met-feedback.met-feedback-index .has-danger .custom-control,
.met-feedback.met-feedback-index .has-danger .form-control-label {
	color: yellow
}

.met-banner .carousel-inner>.active {
	background: #9f0810
}

.carousel-inner>.carousel-item>a>img,
.carousel-inner>.carousel-item>img,
.img-fluid {
	margin: 0 auto;
	object-fit: cover;
	-o-object-fit: cover
}

@media screen and (min-width:768px) {
	.met-banner a.mobile {
		display: none
	}

	.met-banner .mobile_img {
		display: none !important
	}

	.met-banner .mobile-content {
		display: none !important
	}
}

@media screen and (max-width:767px) {
	.met-banner a.pc {
		display: none
	}

	.met-banner .pc-content {
		display: none !important
	}

	.met-banner .met-banner-text .container .met-banner-text-con.p-0 {
		max-width: 90%
	}

	.met-banner .met-banner-text .container .met-banner-text-con.p-1 {
		max-width: 90%
	}

	img.pc_img {
		min-height: 200px
	}
}

@media (max-width:400px) {
	.met-banner .met-banner-text .container .met-banner-text-con>div h3 {
		font-size: 16px
	}

	.met-banner .met-banner-text .container .met-banner-text-con>div p {
		font-size: 12px
	}

	.met-banner .met-banner-text .container .met-banner-text-con>div .btn {
		padding: 5px 10px
	}
}

.met-banner .carousel-control .icon {
	width: 50px;
	height: 50px;
	margin-top: -25px;
	border-radius: 100%;
	background: #fff;
	font: 40px/50px '宋体';
	text-align: center;
	color: #9f0810
}

@media (max-width:767px) {
	.met-banner .met-banner-text .container .met-banner-text-con>div h3 {
		font-size: 30px
	}

	.met-banner .met-banner-text .container .met-banner-text-con>div p {
		font-size: 16px
	}

	.met-banner .met-banner-text .container .met-banner-text-con>div .btn {
		font-size: 16px
	}

	.met-banner .carousel-control .icon {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		font: 30px/40px '宋体'
	}

	.met-banner .met-banner-text .container .met-banner-text-con>div .btn {
		margin-left: 5px;
		margin-right: 5px
	}

	.met-banner-ny {
		height: 60px
	}

	.met-banner-ny h2,
	.met-banner-ny h3 {
		font-size: 22px;
		font-weight: 300;
		padding: 0px 30px;
		margin: 0px;
		text-shadow: none
	}
}

@media (max-width:488px) {
	.met-banner .met-banner-text .container .met-banner-text-con>div h3 {
		font-size: 20px
	}

	.met-banner .met-banner-text .container .met-banner-text-con>div p {
		font-size: 14px;
		margin-top: 10px
	}

	.met-banner .met-banner-text .container .met-banner-text-con>div .btn {
		margin-top: 10px;
		font-size: 12px
	}

	.met-banner .carousel-control .icon {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font: 20px/30px '宋体'
	}
}

.brand {
	padding: 50px 0 0;
	background: #f5f5f5
}

.brand .brand_wrap {
	height: 116px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.brand .brand_wrap .brand_box {
	display: block;
	float: left;
	width: calc(25% - 15px);
	height: 116px;
	padding: 20px;
	border-radius: .315rem;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 6px 14px 0 rgba(181, 196, 220, .22);
	-moz-box-shadow: 0 6px 14px 0 rgba(181, 196, 220, .22);
	box-shadow: 0 6px 14px 0 rgba(181, 196, 220, .22);
	cursor: pointer;
	margin-right: 20px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.brand .brand_wrap .brand_box:last-of-type {
	margin-right: 0
}

.brand .brand_wrap .brand_box .brand_tit {
	margin-top: 26px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #9f0810;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear
}

.brand .brand_wrap .brand_box .brand_con {
	display: none;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear
}

.brand .brand_wrap .brand_box i {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 48px;
	height: 48px;
	z-index: 1
}

.brand .brand_wrap .brand_box.brand_01 {
	background: #fff url(../images/brand_bg_01.png) no-repeat right;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain
}

.brand .brand_wrap .brand_box.brand_01 i {
	background: url(../images/brand_01.png) no-repeat center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain
}

.brand .brand_wrap .brand_box.brand_02 {
	background: #fff url(../images/brand_bg_02.png) no-repeat right;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain
}

.brand .brand_wrap .brand_box.brand_02 i {
	background: url(../images/brand_02.png) no-repeat center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain
}

.brand .brand_wrap .brand_box.brand_03 {
	background: #fff url(../images/brand_bg_03.png) no-repeat right;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain
}

.brand .brand_wrap .brand_box.brand_03 i {
	background: url(../images/brand_03.png) no-repeat center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain
}

.brand .brand_wrap .brand_box.brand_04 {
	background: #fff url(../images/brand_bg_04.png) no-repeat right;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain
}

.brand .brand_wrap .brand_box.brand_04 i {
	background: url(../images/brand_04.png) no-repeat center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain
}

.brand .brand_wrap .brand_box:hover {
	text-decoration: none
}

.brand .brand_wrap .brand_box:hover .brand_tit {
	margin-top: 0
}

.brand .brand_wrap .brand_box:hover .brand_con {
	display: block;
	margin-top: 10px
}

.brand .brand_wrap .brand_box:hover .brand_con p {
	line-height: 16px;
	font-size: 13px;
	color: #777;
	margin-bottom: 4px
}

@media (max-width:488px) {
	.brand {
		padding: 0px 0;
		background: #f0d0d1
	}
}

.julive-data-v13 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 24px;
	line-height: 24px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f0d0d1;
	margin: 0;
	padding: 0
}

.julive-data-v13 li {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	font-size: 12px;
	color: #9f0810;
	list-style: none
}

.julive-data-v13 li span {
	display: inline-block;
	font-weight: 700
}

.julive-data-v13 li i {
	display: inline-block;
	vertical-align: text-center;
	margin-right: .08rem
}

.product-hot-like {
	background: #f5f5f5
}

.product-hot-like .hot,
.product-hot-like .like {
	width: calc(50% - 10px);
	height: 448px;
	background: #ffffff;
	padding: 0 24px 0 24px;
	overflow: hidden;
	float: left;
	text-align: left;
	margin-bottom: 24px;
	border-top: 2px solid #9f0810;
	border-radius: 2px;
	margin-right: 20px
}

.product-hot-like .hot:nth-child(even) {
	margin-right: 0px
}

.product-hot-like .hot .top,
.product-hot-like .like .top {
	height: 68px;
	line-height: 68px;
	overflow: hidden
}

.product-hot-like .hot .top h3,
.product-hot-like .like .top h3 {
	font-size: 20px;
	font-weight: bold;
	color: #292e2e
}

.product-hot-like .hot .top h3 span,
.product-hot-like .like .top h3 span {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	color: #979c9b;
	margin-left: 20px
}

.product-hot-like .hot .top h3 span::after,
.product-hot-like .like .top h3 span::after {
	content: '';
	position: absolute;
	left: -12px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 4px;
	height: 4px;
	background: #dddddd;
	border-radius: 50%
}

.product-hot-like .hot .item,
.product-hot-like .like .item {
	float: left;
	position: relative;
	width: calc(50% - 5px);
	height: 175px;
	background: #f5f5f5;
	padding: 0 20px;
	margin-right: 6px;
	margin-bottom: 6px;
	border: 1px solid transparent
}

.product-hot-like .hot .item a,
.product-hot-like .like .item a {
	display: block
}

.product-hot-like .hot .item:hover,
.product-hot-like .like .item:hover {
	background: #ffffff;
	border: 1px solid #eeeeee;
	box-shadow: 0px 0px 8px 0px rgba(27, 28, 31, 0.08);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(27, 28, 31, 0.08)
}

.product-hot-like .hot .item:nth-child(2n),
.product-hot-like .like .item:nth-child(2n) {
	margin-right: 0
}

.product-hot-like .hot .item:nth-child(3),
.product-hot-like .like .item:nth-child(3),
.product-hot-like .hot .item:nth-child(4),
.product-hot-like .like .item:nth-child(4) {
	margin-bottom: 6px
}

.product-hot-like .hot .item .tags,
.product-hot-like .like .item .tags {
	font-size: 0;
	margin: 20px 0 16px
}

.product-hot-like .hot .item .tags span,
.product-hot-like .like .item .tags span {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	border: 1px solid rgba(145, 152, 152, 0.3);
	border-radius: 2px;
	font-size: 12px;
	color: #919898;
	margin-right: 4px;
	padding: 0 4px
}

.product-hot-like .hot .item .name,
.product-hot-like .like .item .name {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px
}

    .product-hot-like .hot .item .des,
    .product-hot-like .like .item .des {
        font-size: 12px;
        color: #979c9b;
        margin-bottom: 4px
    }

.product-hot-like .hot .item .now-price,
.product-hot-like .like .item .now-price {
	font-size: 12px;
	color: #9f0810
}

.product-hot-like .hot .item .now-price span,
.product-hot-like .like .item .now-price span {
	font-size: 16px;
	font-weight: 600
}

.product-hot-like .hot .item .now-price em,
.product-hot-like .like .item .now-price em {
	font-weight: 600
}

.product-hot-like .hot .item .old-price,
.product-hot-like .like .item .old-price {
	font-size: 12px;
	color: #333;
	padding-top: 2px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.product-hot-like .hot .item .old-price span,
.product-hot-like .like .item .old-price span {
	padding-right: 10px
}

.product-hot-like .hot .item .btn,
.product-hot-like .like .item .btn {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 78px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #9f0810;
	background: transparent;
	font-size: 12px;
	color: #9f0810;
	padding: 0
}

.product-hot-like .hot .item .btn .text,
.product-hot-like .like .item .btn .text {
	position: relative;
	z-index: 2
}

.product-hot-like .hot .item .btn .btn-wrap,
.product-hot-like .like .item .btn .btn-wrap {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1)
}

.product-hot-like .hot .item .btn:hover .btn-wrap,
.product-hot-like .like .item .btn:hover .btn-wrap {
	display: block
}

.product-hot-like .hot .item:hover .btn,
.product-hot-like .like .item:hover .btn {
	background: #9f0810;
	color: #ffffff
}

.product-hot-like .hot .item .jjsx,
.product-hot-like .like .item .jjsx {
	font-size: 16px;
	color: #ccc;
	text-align: center;
	display: flex;
	height: 100%;
	width: 100%
}

.product-hot-like .hot .item .jjsx div,
.product-hot-like .like .item .jjsx div {
	align-self: center;
	width: 100%;
	text-align: center
}

.product-top .down-menu:hover .bar-expand-exit {
	display: block
}

.product-left-side.container {
	width: 1200px;
	margin: 0 auto
}

@media (max-width:488px) {

	.product-hot-like .hot,
	.product-hot-like .like {
		width: 100%;
		height: auto;
		background: none;
		padding: 0 0px;
		overflow: hidden;
		float: none;
		text-align: left;
		margin-bottom: 0px;
		border-top: none;
		border-radius: 2px;
		margin-right: 0px
	}

	.product-hot-like .hot .item,
	.product-hot-like .like .item {
		position: relative;
		width: calc(50% - 3px);
		height: 184px;
		background: #ffffff;
		border: 1px solid #eeeeee;
		box-shadow: 0px 0px 8px 0px rgba(27, 28, 31, 0.08);
		-webkit-box-shadow: 0px 0px 8px 0px rgba(27, 28, 31, 0.08);
		padding: 0 15px
	}

	.product-hot-like .hot .item:nth-child(2n),
	.product-hot-like .like .item:nth-child(2n) {
		margin-right: 0
	}

	.product-hot-like .hot .top h3 span,
	.product-hot-like .like .top h3 span {
		display: none;
		font-size: 12px;
		margin-left: 20px
	}

	.product-hot-like .hot .item .btn,
	.product-hot-like .like .item .btn {
		display: none
	}

	.product-hot-like .hot .item .des,
	.product-hot-like .like .item .des {
		position: absolute;
		padding-right: 15px;
		line-height: 18px
	}

	.product-hot-like .hot .item .old-price,
	.product-hot-like .like .item .old-price {
		padding-top: 48px
	}

	.product-hot-like .hot .item .tags span:nth-child(3),
	.product-hot-like .like .item .tags span:nth-child(3) {
		display: none
	}

	.tab-tit {
		display: flex;
		flex-direction: row;
		width: 100%;
		margin: 0 0 15px;
		padding: 0
	}

	.tab-tit li {
		position: relative;
		height: 36px;
		border: .5px solid #cdd7e1;
		text-align: center;
		list-style: none;
		margin-right: 5px;
		display: flex;
		justify-content: center;
		flex: 1;
		border-radius: 2px;
		background: #fff;
		-webkit-box-shadow: 0 2px 12px 0 rgba(245, 47, 62, .1);
		-moz-box-shadow: 0 2px 12px 0 rgba(245, 47, 62, .1);
		box-shadow: 0 2px 12px 0 rgba(245, 47, 62, .1)
	}

	.tab-tit li span {
		height: 36px;
		font-size: 15px;
		color: #3e4a59;
		font-weight: 700;
		text-align: center;
		line-height: 36px;
		overflow: hidden;
		display: block
	}

	.tab-tit li:last-child {
		margin-right: 0
	}

	.tab-tit li p {
		height: 36px;
		font-size: 16px;
		color: #3e4a59;
		font-weight: 700;
		text-align: center;
		line-height: 36px;
		background: #fff;
		border: .5px solid #cdd7e1;
		-webkit-box-shadow: 0 2px 12px 0 rgba(71, 179, 227, .15);
		-moz-box-shadow: 0 2px 12px 0 rgba(71, 179, 227, .15);
		box-shadow: 0 2px 12px 0 rgba(71, 179, 227, .15);
		-webkit-border-radius: .106667rem;
		-moz-border-radius: .106667rem;
		border-radius: .106667rem;
		overflow: hidden;
		cursor: pointer
	}

	.tab-tit li.on {
		padding-bottom: 5px;
		border-color: #9f0810;
		background: #9f0810;
		-webkit-background-size: auto 100%;
		-moz-background-size: auto 100%;
		background-size: auto 100%
	}

	.tab-tit li.on span {
		color: #fff
	}

	.tab-tit li.on:after {
		content: "";
		display: block;
		width: 0px;
		height: 0px;
		border: 6px solid #9f0810;
		border-bottom-color: transparent;
		border-left-color: transparent;
		border-right-color: transparent;
		position: absolute;
		bottom: -12px;
		left: 50%;
		margin-left: -6px
	}

	.product-hot-like .hot .top,
	.product-hot-like .like .top {
		display: none
	}

	.productBox {
		display: none
	}

	.productBox.active {
		display: block
	}
}

.met-index-flow {
	background: #fff
}

.flow-flag-text {
	width: 100%
}

.flow-flag-form-code-box a:hover {
	opacity: .8
}

.flow-flag-form-step-box {
	margin: 0;
	padding: 0 50px
}

.flow-flag-form-step-box li {
	list-style: none;
	float: left
}

.flow-flag-form-step-box li.flow-flag-step {
	width: 15%;
	margin-top: 20px;
	padding-top: 78px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear
}

.flow-flag-form-step-box li.flow-flag-step:hover {
	margin-top: 0px
}

.flow-flag-form-step-box li.flow-flag-step h4 {
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	color: #333;
	text-align: center;
	margin-bottom: 7px
}

.flow-flag-form-step-box li.flow-flag-step p {
	color: #999;
	font-size: 12px;
	text-align: center
}

.flow-flag-form-step-box li.mfsq {
	background: url(../images/6e34320.png) top no-repeat
}

.flow-flag-form-step-box li.zlpp {
	background: url(../images/6e34323.png) top no-repeat
}

.flow-flag-form-step-box li.yvy {
	background: url(../images/6e34321.png) top no-repeat
}

.flow-flag-form-step-box li.zlzl {
	background: url(../images/6e34324.png) top no-repeat
}

.flow-flag-form-step-box li.wcdk {
	background: url(../images/6e34325.png) top no-repeat
}

.flow-flag-box {
	overflow: hidden
}

.flow-flag-form-step-box li.flow-flag-step-divider {
	width: 5%;
	height: 60px;
	margin-top: 27px;
	background: url(../images/a6f529a.png) 50% no-repeat
}

.adviser-online-consultation {
	display: inline-block;
	width: 300px;
	height: 60px;
	border-radius: 30px;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	background: linear-gradient(90deg, #9f0810, #cb1b24);
	position: relative;
	transition: all .3s;
	margin-top: 50px;
	box-shadow: 0 5px 14px 0 rgba(245, 47, 62, .42)
}

.adviser-online-consultation:hover,
.adviser-online-consultation:focus {
	background: linear-gradient(90deg, #6e0905, #a50501);
	color: #fff
}

@media (max-width:488px) {
	.flow-flag-form-step-box {
		margin: 0;
		padding: 0 0px
	}

	.flow-flag-form-step-box li.mfsq,
	.flow-flag-form-step-box li.yvy,
	.flow-flag-form-step-box li.zlpp,
	.flow-flag-form-step-box li.zlzl,
	.flow-flag-form-step-box li.wcdk {
		background-size: 70% auto
	}

	.flow-flag-form-step-box li.flow-flag-step-divider {
		height: 43px;
		margin-top: 0px;
		background-size: 40% auto
	}

	.flow-flag-form-step-box li.flow-flag-step {
		padding-top: 45px;
		margin-top: 0px
	}

	.flow-flag-form-step-box li.flow-flag-step:hover {
		margin-top: -10px
	}

	.flow-flag-form-step-box li.flow-flag-step h4 {
		height: auto;
		line-height: 20px;
		margin-bottom: 7px
	}

	.flow-flag-form-step-box li.flow-flag-step p {
		color: #999;
		font-size: 12px;
		text-align: center;
		padding-left: -10px;
		padding-right: -10px;
		position: relative
	}

	.adviser-online-consultation {
		margin-top: 20px;
		height: 44px;
		line-height: 44px;
		margin-bottom: 5px
	}
}

.team_list_met_16_2_72.bgcolor {
	background: #f5f5f5
}

.team_list_met_16_2_72.bgpic {
	background: url() no-repeat;
	background-size: cover;
	background-position: center
}

.team_list_met_16_2_72.left {
	text-align: left
}

.team_list_met_16_2_72.center {
	text-align: center
}

.team_list_met_16_2_72 .slick-list {
	padding-bottom: 0px;
	margin: 0 15px
}

.team_list_met_16_2_72 .slick-prev,
.team_list_met_16_2_72 .slick-next {
	width: auto;
	height: auto
}

.team_list_met_16_2_72 .slick-arrow.slick-prev {
	left: -30px
}

.team_list_met_16_2_72 .slick-arrow.slick-next {
	right: -30px
}

.team_list_met_16_2_72 .user-card {
	padding: 0 15px;
	max-width: 281px;
	display: inline-block
}

.pe-angle-right:before {
	content: "";
	background: url(../images/arrow-right.png) center no-repeat;
	background-size: 100% auto;
	width: 50px;
	height: 50px;
	display: inline-block
}

.pe-angle-left:before {
	content: "";
	background: url(../images/arrow-left.png) center no-repeat;
	background-size: 100% auto;
	width: 50px;
	height: 50px;
	display: inline-block
}

@media (max-width:991px) {
	.team_list_met_16_2_72 .user-card .card-list {
		height: auto
	}
}

@media (max-width:767px) {
	.team_list_met_16_2_72 .user-card .card-list {
		height: auto
	}
}

@media (max-width:488px) {
	.team_list_met_16_2_72 .user-card {
		padding: 0 7.5px;
		max-width: 200px
	}

	.team_list_met_16_2_72 .slick-arrow.slick-prev {
		left: -0px
	}

	.team_list_met_16_2_72 .slick-arrow.slick-next {
		right: -0px
	}

	.pe-angle-right:before {
		width: 20px;
		height: 20px
	}

	.pe-angle-left:before {
		width: 20px;
		height: 20px
	}
}

.bcCard-box {
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden
}

.bcCard-box:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1)
}

.bcCard-box .bcCard-user {
	overflow: hidden;
	text-align: center
}

.bcCard-box .bcCard-user .bcCard-user-head {
	width: 100%;
	max-height: 281px;
	overflow: hidden
}

.bcCard-box .bcCard-user-img {
	width: 100%;
	display: block
}

.bcCard-box:hover .bcCard-user-img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

.bcCard-box .bcCard-user-info {
	font-size: 18px;
	color: #333;
	margin-top: 20px;
	width: 100%
}

.bcCard-box .bcCard-user-info h3 {
	font-size: 16px;
	color: #333;
	height: 16px;
	line-height: 16px;
	margin-bottom: 10px;
	margin-top: 0
}

.bcCard-box .bcCard-user-info p {
	font-size: 12px;
	color: #666;
	height: 14px;
	line-height: 14px;
	margin-bottom: 15px
}

.bcCard-box .bcCard-user-info em {
	font-size: 14px;
	color: #999;
	font-style: normal;
	display: inline-block;
	width: 90px;
	height: 28px;
	text-align: center;
	line-height: 26px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 15px;
	padding-right: 15px
}

.bcCard-box .bcCard-user-server {
	margin-top: 10px;
	overflow: hidden
}

.bcCard-box .bcCard-user-server>div {
	height: 35px;
	float: left;
	width: 33.3%
}

.bcCard-box .bcCard-user-server>div h4 {
	color: #9f0810;
	font-size: 18px;
	padding: 0;
	margin: 0;
	height: 18px;
	line-height: 18px;
	font-weight: 400
}

.bcCard-box .bcCard-user-server>div h4 em {
	color: #9f0810;
	font-size: 12px;
	font-style: normal
}

.bcCard-box .bcCard-user-server>div p {
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	color: #999;
	margin-top: 5px;
	margin-bottom: 0
}

.bcCard-box .bcCard-user-server-nl,
.bcCard-box .bcCard-user-server-td {
	text-align: center;
	border-right: 1px solid #f2f2f2
}

.bcCard-box .bcCard-user-server-sx {
	text-align: center
}

.bcCard-box .bcCard-user-server-tochat {
	display: inline-block;
	width: 100px;
	height: 36px;
	font-size: 14px;
	color: #fff;
	background: linear-gradient(90deg, #9f0810, #cb1b24);
	line-height: 36px;
	margin: 25px 0;
	transition: all .3s;
	text-align: center;
	left: -84px;
	border-radius: 4px
}

.bcCard-box .bcCard-user-server-tochat:hover {
	background: linear-gradient(90deg, #6e0905, #a50501)
}

.bcCard-user-server-btn {
	text-align: center
}

.user-card-list .user-card {
	padding: 0px;
	margin-right: 30px;
	width: calc(25% - 22.5px);
	float: left;
	margin-bottom: 22.5px
}

.user-card-list .user-card:nth-of-type(4n) {
	margin-right: 0px
}

@media (max-width:488px) {
	.bcCard-box .bcCard-user-info h3 span {
		display: none
	}

	.bcCard-box .bcCard-user-info p {
		padding: 0 10px
	}

	.bcCard-box .bcCard-user-server>div p {
		font-size: 10px
	}

	.bcCard-box .bcCard-user-server-tochat {
		margin: 20px 0
	}

	.bcCard-box .bcCard-user-server {
		margin: 6px 0 0
	}

	.user-card-list {
		padding: 15px
	}

	.user-card-list .user-card {
		margin-right: 15px;
		width: calc(50% - 7.5px);
		float: left;
		margin-bottom: 15px
	}

	.user-card-list .user-card:nth-of-type(2n) {
		margin-right: 0px
	}
}

.met-index-case {
	background: #fff
}

.met-index-case .list-group ul {
	margin: 0px;
	padding: 0
}

.met-index-case .list-group li {
	margin-bottom: 0px;
	padding: 0;
	float: left;
	width: 50%;
	list-style: none
}

.case_box {
	background: #f5f5f5;
	padding: 20px;
	display: inline-block;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 20px
}

.met-index-case .list-group li:nth-of-type(2n) .case_box {
	margin-right: 0;
	margin-left: 10px
}

.case_box .pic {
	width: 103px;
	height: 130px;
	float: left
}

.case_box .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover
}

.case_box .case_text {
	padding-left: 133px
}

.case_box .case_text .case_name {
	line-height: 27px;
	font-size: 20px;
	font-weight: 700;
	color: #333
}

.case_box .case_text .case_des {
	height: 57px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 12px;
	line-height: 19px;
	font-size: 14px;
	color: #888
}

.case_box .case_text .case_info {
	margin-top: 10px;
	line-height: 18px;
	font-size: 13px
}

.case_box .case_text .case_info div {
	overflow: hidden
}

.case_box .case_text .case_info span {
	float: left;
	width: 30%;
	line-height: 18px;
	margin-right: 15px;
	color: #aaa;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.case_box:hover {
	text-decoration: none;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1)
}

@media (max-width:488px) {
	.met-index-case .list-group li {
		float: none;
		width: 100%;
		list-style: none;
		padding: 0px
	}

	.case_box {
		margin-right: 0px;
		margin-bottom: 15px;
		padding: 15px;
		overflow: hidden
	}

	.met-index-case .list-group li:nth-of-type(2n) .case_box {
		margin-left: 0px
	}

	.case_box .case_text .case_info span {
		width: 50%;
		margin-right: 0
	}

	.case_box .case_text {
		padding-left: 118px
	}

	.case_box .case_text .case_name {
		font-size: 16px;
		line-height: 20px
	}
}

.list-case {
	background: #fff
}

.list-case ul {
	padding: 0px;
	margin: 0
}

.list-case li {
	list-style: none
}

.list-case .case_box {
	background: #fff;
	padding: 0px;
	display: block;
	margin-right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 30px 30px;
	margin-bottom: 0;
	border-bottom: 1px #eeeeee solid
}

.list-case .case_box:hover {
	text-decoration: none;
	position: relative;
	z-index: 2;
	border-bottom: 1px solid transparent
}

.list-case .case_box .case_text .case_name {
	font-weight: 400
}

.list-case .case_box .case_text .case_info span {
	width: 130px;
	font-size: 13px;
	line-height: 20px
}

.list-case .case_box .case_text .case_info span em {
	color: #9f0810;
	font-style: normal
}

.list-case .case_box .case_text .case_des {
	color: #888
}

.list-case .case_box:hover .case_text .case_name {
	color: #9f0810
}

.case-page .met-sidebar {
	margin-left: 30px
}

@media (min-width:1024px) {
	.met-index-case .list-group li .media:hover {
		margin-right: 10px !important;
		margin-left: -10px !important;
		color: #9f0810
	}
}

@media (max-width:1600px) {
	.met-index-case .media-lg .media-object {
		width: 200px;
		height: 100%;
		object-fit: cover
	}
}

@media (max-width:992px) {
	.met-index-case .list-group {
		margin: 0px
	}
}

@media (max-width:767px) {
	.met-index-case .list-group {
		margin-top: 20px
	}

	.list-case .case_box {
		padding: 20px 15px
	}

	.list-case .case_box .case_text .case_info span {
		width: 50%;
		font-size: 12px
	}

	.case_box .case_text .case_des {
		margin-top: 8px
	}

	.case-page .met-pager-ajax-link {
		padding: 15px 15px
	}

	.met-case {
		background: #fff;
		margin-bottom: 15px
	}

	.case-page .met-sidebar {
		margin-left: 0
	}
}

@media (max-width:479px) {
	.met-index-case .media-lg .media-object {
		width: 100%;
		height: auto
	}
}

.news-module-consult-body__news {
	background: #ffffff;
	width: 790px;
	height: 425px;
	float: left
}

.news-module-consult-body__news .news-head {
	height: 63px;
	padding-right: 24px;
	border-bottom: 1px solid #eeeeee
}

.news-module-consult-body__news .news-head-fl {
	float: left
}

.news-module-consult-body__news .news-head-tab {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

.news-module-consult-body__news .news-head-tab .active {
	color: #9f0810;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #e4e7ed;
	border-left: 1px solid #e4e7ed
}

.news-module-consult-body__news .news-head-tab-item {
	display: block;
	height: 64px;
	line-height: 64px;
	cursor: pointer;
	padding: 0 32px;
	color: #292e2e;
	font-size: 16px;
	font-weight: bold;
	float: left;
	box-sizing: border-box
}

.news-module-consult-body__news .news-head-tab-item:first-child.active {
	border-left: none
}

.news-module-consult-body__news .news-head-more {
	display: block;
	height: 64px;
	line-height: 64px;
	font-size: 12px;
	color: #979c9b;
	float: right
}

.news-module-consult-body__news .news-head-more:hover {
	color: #9f0810
}

.news-module-consult-body__news .news-body-content {
	padding: 0 24px;
	display: none
}

.news-body-list__img {
	margin: 0;
	padding: 0;
	width: 100%;
	padding: 19px 0
}

.news-body-row {
	width: 100%;
	overflow: hidden
}

.news-body-col-12 {
	float: left;
	width: 50%;
	text-align: left;
	padding-right: 12px
}

.news-body-row .news-body-col-12:nth-of-type(2n) {
	padding-right: 0px;
	padding-left: 12px
}

.news-module-consult-body__news .news-body .active {
	display: block
}

.news-module-consult-body__news .news-body-list__img-item {
	position: relative;
	height: 95px;
	display: block
}

.news-module-consult-body__news .news-body-list__img-item-cover {
	width: 144px;
	height: 95px;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	float: left;
	overflow: hidden
}

.news-module-consult-body__news .news-body-list__img-item-cover img {
	height: 100%;
	width: 100%;
	cursor: pointer;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s
}

.news-module-consult-body__news .news-body-list__img-item-cover:hover img {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3)
}

.news-module-consult-body__news .news-body-list__img-item-content {
	padding-left: 154px
}

.news-module-consult-body__news .news-body-list__img-item-content h3 {
	font-size: 16px;
	color: #333;
	overflow: hidden;
	line-height: 22px;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.news-module-consult-body__news .news-body-list__img-item-content h3:hover {
	color: #9f0810
}

.news-module-consult-body__news .news-body-list__img-item-content p {
	margin-top: 12px;
	font-size: 12px;
	color: #979c9b;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.news-module-consult-body__news .news-body-list__img-item-content .time {
	margin-top: 16px;
	font-size: 12px;
	color: #cccccc
}

.news-module-consult-body__news .news-body-list__no-img-item {
	height: 56px;
	line-height: 56px;
	display: block;
	border-top: 1px solid #eeeeee;
	position: relative
}

.news-module-consult-body__news .news-body-list__no-img-item::before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #bbbbbb;
	border-radius: 50%;
	left: 0;
	top: 50%;
	margin-top: -2px
}

.news-module-consult-body__news .news-body-list__no-img-item__content {
	color: #525959;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	padding-left: 12px;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.news-module-consult-body__news .news-body-list__no-img-item__content:hover {
	color: #9f0810
}

.news-module-consult-body__news .news-body-list__no-img-item__time {
	height: 56px;
	line-height: 56px;
	font-size: 12px;
	color: #aaaaaa
}

.news-module-consult-body__news .news-body-list__no-img-item__time:hover {
	color: #9f0810
}

.news-module-consult-body__knowledge {
	background: #ffffff;
	width: 340px;
	height: 425px;
	float: right
}

.news-module-consult-body__knowledge .knowledge-head {
	height: 64px;
	box-sizing: border-box;
	padding: 0 24px;
	border-bottom: 1px solid #eeeeee
}

.news-module-consult-body__knowledge .knowledge-head-title {
	height: 64px;
	line-height: 64px;
	font-size: 16px;
	color: #292e2e;
	font-weight: bold;
	margin: 0;
	float: left
}

.news-module-consult-body__knowledge .knowledge-head-more {
	display: block;
	height: 64px;
	line-height: 64px;
	font-size: 12px;
	color: #979c9b;
	float: right
}

.news-module-consult-body__knowledge .knowledge-head-more:hover {
	color: #9f0810
}

.news-module-consult-body__knowledge .knowledge-body {
	padding: 24px 24px 0
}

.news-module-consult-body__knowledge .knowledge-body-tag {
	height: 108px;
	box-sizing: border-box
}

.news-module-consult-body__knowledge .knowledge-body-tag-item {
	width: calc(33.3% - 6px);
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: block;
	background: #ffffff;
	border: 1px solid #eeeeee;
	font-size: 14px;
	color: #525959;
	margin-right: 8px;
	margin-bottom: 16px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	float: left
}

.news-module-consult-body__knowledge .knowledge-body-tag-item:nth-child(3n + 3) {
	margin-right: 0px
}

.news-module-consult-body__knowledge .knowledge-body-tag-item:hover {
	color: #9f0810;
	background: rgba(255, 102, 0, 0.1);
	border: 1px solid #9f0810
}

.news-module-consult-body__knowledge .knowledge-body-list-item {
	height: 56px;
	line-height: 56px;
	display: block;
	border-top: 1px solid #eeeeee;
	position: relative;
	text-align: left
}

.news-module-consult-body__knowledge .knowledge-body-list-item::before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #bbbbbb;
	border-radius: 50%;
	left: 0;
	top: 50%;
	margin-top: -2px
}

.news-module-consult-body__knowledge .knowledge-body-list-item__content {
	color: #525959;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	padding-left: 12px;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.news-module-consult-body__knowledge .knowledge-body-list-item__content:hover {
	color: #9f0810
}

.news-module-consult-body__knowledge .knowledge-body-list-item__time {
	height: 56px;
	line-height: 56px;
	font-size: 12px;
	color: #aaaaaa
}

.news-module-consult-body__knowledge .knowledge-body-list-item__time:hover {
	color: #9f0810
}

@media (max-width:488px) {
	.news-module-consult-body__news {
		background: #ffffff;
		width: 100%;
		height: auto;
		float: none
	}

	.news-module-consult-body__news .news-head {
		height: 52px;
		padding-right: 15px;
		overflow: hidden
	}

	.news-module-consult-body__news .news-head-tab-item {
		height: 52px;
		line-height: 52px;
		cursor: pointer;
		padding: 0 16px
	}

	.news-module-consult-body__news .news-head-tab-item:first-child.active {
		border-left: none
	}

	.news-module-consult-body__news .news-head-more {
		display: block;
		height: 52px;
		line-height: 52px;
		font-size: 12px;
		color: #979c9b;
		float: right
	}

	.news-module-consult-body__news .news-body-content {
		padding: 0 15px;
		overflow: hidden
	}

	.news-module-consult-body__news .news-body-list__img-item {
		height: auto
	}

	.news-module-consult-body__news .news-body-list__img-item-cover {
		float: none;
		width: 100%
	}

	.news-module-consult-body__news .news-body-list__img-item-content {
		padding-left: 0px
	}

	.news-body-col-12 {
		padding-right: 8px
	}

	.news-body-row .news-body-col-12:nth-of-type(2n) {
		padding-left: 8px
	}

	.news-body-list__no-img .news-body-col-12 {
		padding: 0px;
		float: none;
		width: 100%
	}

	.news-module-consult-body__news .news-body-list__img-item-content h3 {
		font-size: 14px;
		color: #333;
		overflow: hidden;
		line-height: 22px;
		margin-top: 10px
	}

	.news-module-consult-body__news .news-body-list__img-item-content p {
		display: none
	}

	.news-module-consult-body__news .news-body-list__no-img-item {
		height: 50px;
		line-height: 50px
	}

	.news-module-consult-body__news .news-body-list__no-img-item__time {
		height: 50px;
		line-height: 50px
	}

	.news-module-consult-body__news .news-body-list__no-img-item__content {
		height: 50px;
		line-height: 50px
	}

	.news-module-consult-body__knowledge {
		display: none
	}
}

.met-index-about {
	background: #fff
}

.about {
	background: url(../images/part5_bg_01.jpg) no-repeat left top;
	background-size: 100% 100%;
	width: 100%;
	height: 492px
}

.about-inner {
	position: relative
}

.about-inner .title .chapter-title {
	margin: 60px 0 15px;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	color: #333
}

.about-inner .title .chapter-subtitle {
	margin-bottom: 40px;
	text-align: center;
	font-size: 14px;
	color: #999
}

.about-inner .content {
	height: 492px
}

.about-inner .content.about-tab {
	float: left
}

.about-inner .content.item-box {
	float: right
}

.about-inner .content .item {
	width: 292px;
	height: 112px;
	padding: 32px 18px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	transition: all .5s;
	cursor: pointer
}

.about-inner .content .item .num {
	font-size: 38px;
	color: #aaa;
	font-weight: 700;
	width: 50px;
	height: 60px;
	font-family:  !important;
	margin-top: -3px
}

.about-inner .content .item .tips {
	font-size: 20px;
	color: #666;
	position: relative;
	width: 175px
}

.about-inner .content .item .tips p {
	margin: 0
}

.about-inner .content .item .tips p:last-child {
	font-size: 13px;
	color: #999;
	margin-top: 2px
}

.about-inner .content .item .tips:after {
	content: "";
	display: block;
	width: 18px;
	height: 15px;
	background: url(../images/part5_arrow.png) no-repeat 50%;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7.5px
}

.about-inner .content .item.red.active {
	background: linear-gradient(-90deg, #9f0810, #f52f3e);
	box-shadow: 0 10px 28px 0 rgba(245, 47, 62, .42)
}

.about-inner .content .item.blue.active {
	background: linear-gradient(-90deg, #2c6bea, #4881f4);
	box-shadow: 0 10px 28px 0 rgba(45, 107, 234, .42)
}

.about-inner .content .item.active {
	border-radius: 2px
}

.about-inner .content .item.active .num,
.about-inner .content .item.active .tips p {
	color: #fff
}

.about-inner .content .item.active .tips:after {
	background: url(../images/part5_arrow_h.png) no-repeat 50%;
	background-size: 100% 100%;
	width: 36px;
	height: 36px;
	margin-top: -15px;
	right: -10px
}

.about-inner .content .item.active .item-content {
	display: block
}

.about-inner .content .item-content {
	width: 838px;
	height: 492px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
	padding: 28px 28px;
	box-shadow: 0 5px 10px 0 rgba(31, 31, 31, .08)
}

.about-inner .content .item-content.active {
	display: block
}

.about-inner .content .item-content h1 {
	font-size: 20px;
	font-family: ;
	font-weight: 700;
	line-height: 54px;
	position: relative;
	margin: 0
}

.about-inner .content .item-content h1.blue {
	color: #2c6bea
}

.about-inner .content .item-content h1.blue:after {
	background: #2c6ceb
}

.about-inner .content .item-content h1.red {
	color: #9f0810
}

.about-inner .content .item-content h1.red:after {
	background: #9f0810
}

.about-inner .content .item-content h1:after {
	content: "";
	display: block;
	width: 44px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0
}

.about-inner .content .item-content .introduce {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.about-inner .content .item-content .introduce .text {
	font-size: 14px;
	font-family: ;
	font-weight: 400;
	color: #666;
	line-height: 24px;
	margin-top: 19px
}

.about-inner .content .item-content .introduce .text p {
	margin-bottom: 19px
}

.about-inner .content .item-content .introduce .long-text {
	width: 100%;
	font-size: 14px;
	font-family: ;
	font-weight: 400;
	color: #666;
	line-height: 24px;
	margin-top: 19px
}

.about-inner .content .item-content .introduce.noflex {
	display: block
}

.about-inner .content .item-content .introduce .photos {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 310px;
	margin-top: 16px
}

.about-inner .content .item-content .introduce .photos-item {
	overflow: hidden;
	width: 204px;
	height: 152px;
	position: relative;
	border: 1px solid #eee
}

.about-inner .content .item-content .introduce .photos-item span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 204px;
	padding: 6px 10px;
	line-height: 16px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 12px;
	text-align: center
}

.about-inner .content .item-content .introduce .photos-item img {
	width: 100%;
	height: 100%;
	transition: .5s
}

.about-inner .content .item-content .introduce .photos-item img:hover {
	transform: scale(1.1)
}

.about-inner .content .item-content .introduce .card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 310px;
	margin-top: 16px
}

.about-inner .content .item-content .introduce .card-item {
	width: 256px;
	height: 150px;
	border-radius: 2px;
	padding: 5px 0 48px 27px;
	border: 1px solid #eee;
	background-size: 95% auto;
	background-repeat: no-repeat;
	background-position: center left
}

.about-inner .content .item-content .introduce .card-item:hover {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .08)
}

.about-inner .content .item-content .introduce .card-item p {
	padding-left: 0px;
	padding-right: 5px;
	font-size: 16px;
	font-family: ;
	font-weight: 700;
	color: #333;
	margin-bottom: 3px
}

.about-inner .content .item-content .introduce .card-item p:last-child {
	font-size: 14px;
	font-family: ;
	font-weight: 400;
	color: #999
}

.about-inner .content .item-content .introduce .team-img {
	margin-top: 15px;
	height: 310px;
	overflow: hidden
}

.about-inner .content .item-content .introduce .team-img img {
	width: 100%;
	height: 100%;
	transition: .5s
}

.about-inner .content .item-content .introduce .team-img img:hover {
	transform: scale(1.1)
}

.about-inner .content .item-content .introduce .swiper {
	width: 486px;
	height: 388px
}

.about-inner .content .item-content .introduce .swiper .ant-carousel .slick-slide img {
	transition: all .6s linear
}

.about-inner .content .item-content .introduce .swiper .ant-carousel .slick-slide img:hover {
	transform: scale(1.3)
}

.about-inner .content .item-content .introduce .swiper .top {
	height: 240px;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.about-inner .content .item-content .introduce .swiper .top-swiper {
	width: 320px;
	height: 240px;
	position: relative
}

.about-inner .content .item-content .introduce .swiper .top-swiper .custom-slick-arrow {
	position: absolute;
	top: 34px;
	z-index: 99
}

.about-inner .content .item-content .introduce .swiper .top-swiper .custom-slick-arrow.slick-next {
	right: -21px
}

.about-inner .content .item-content .introduce .swiper .top-swiper .custom-slick-arrow.slick-prev {
	left: 292px
}

.about-inner .content .item-content .introduce .swiper .top-img {
	width: 158px;
	height: 158px;
	margin-top: 82px
}

.about-inner .content .item-content .introduce .swiper .top-img img {
	transition: all .2s linear;
	width: 100%;
	height: 100%
}

.about-inner .content .item-content .introduce .swiper .top-img img:hover {
	transform: translateY(-5px)
}

.about-inner .content .item-content .introduce .swiper .bottom {
	height: 140px;
	width: 100%;
	margin-top: 8px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.about-inner .content .item-content .introduce .swiper .bottom-img {
	width: 148px;
	height: 80px
}

.about-inner .content .item-content .introduce .swiper .bottom-img h3 {
	font-size: 16px;
	font-family: ;
	font-weight: 700
}

.about-inner .content .item-content .introduce .swiper .bottom-img h3.blue {
	color: #2c6ceb
}

.about-inner .content .item-content .introduce .swiper .bottom-img h3.red {
	color: #9f0810
}

.about-inner .content .item-content .introduce .swiper .bottom-img p {
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #bbb;
	margin-bottom: 16px
}

.about-inner .content .item-content .introduce .swiper .bottom-img img {
	width: 100%;
	height: 100%;
	transition: all .6s linear
}

.about-inner .content .item-content .introduce .swiper .bottom-img img:hover {
	transform: translateY(-5px)
}

.about-inner .content .item-content .introduce .swiper .bottom-swiper {
	width: 320px;
	height: 140px
}

.about-inner .content .item-content .introduce .swiper .bottom-swiper .custom-slick-arrow {
	position: absolute;
	top: 34px;
	z-index: 99
}

.about-inner .content .item-content .introduce .swiper .bottom-swiper .custom-slick-arrow.slick-next {
	right: 300px
}

.about-inner .content .item-content .introduce .swiper .bottom-swiper .custom-slick-arrow.slick-prev {
	left: -20px
}

.about-inner .content .item-content .introduce .swiper .bottom-swiper .custom-slick-arrow img {
	transition: all .2s linear;
	transform: rotate(180deg)
}

.about-inner .content .item-content .introduce .swiper .bottom-swiper img {
	width: 100%;
	height: 100%
}

.about-img {
	float: right;
	width: 440px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 0px
}

.about-img img {
	width: 100%
}

.videolist {
	position: relative;
	text-align: Center;
	background: #f1f1f1
}

.videolist img {
	width: auto;
	height: 312px
}

.videolist:hover {
	cursor: pointer
}

.videoed {
	width: 90px;
	height: 90px;
	line-height: 90px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -45px;
	margin-top: -45px;
	z-index: 99;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	font-size: 38px
}

.videos {
	display: none;
	border: 1px solid #080808;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -380px;
	margin-top: -214px;
	z-index: 1700;
	width: 760px;
	height: 428px
}

.vclose {
	position: absolute;
	right: -42px;
	top: -1px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: Center;
	background-color: rgba(0, 0, 0, 0.8)
}

.con {}

.masklayer {
	position: fixed;
	display: none;
	width: 100%;
	height: 1000px;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1700;
	-webkit-user-select: none;
	-ms-user-select: none
}

@media (max-width:488px) {
	.about {
		height: auto;
		overflow: hidden;
		background: none
	}

	.about-inner .content {
		height: auto
	}

	.about-inner .content.about-tab {
		float: none;
		display: flex;
		justify-content: center;
		border-bottom: 1px solid #eeeeee
	}

	.about-inner .content.item-box {
		float: none
	}

	.about-inner .content .item.red.active {
		box-shadow: none
	}

	.about-inner .content .item.active {
		border-radius: 0px
	}

	.about-inner .content .item .tips {
		font-size: 16px;
		width: auto;
		color: #333;
		font-weight: 700
	}

	.about-inner .content .item .num {
		display: none
	}

	.about-inner .content .item.active .tips p:last-child {
		display: none
	}

	.about-inner .content .item .tips p:last-child {
		display: none
	}

	.about-inner .content .item {
		width: 25%;
		height: 50px;
		line-height: 50px;
		padding: 0;
		display: flex;
		justify-content: center;
		transition: all .5s;
		cursor: pointer
	}

	.about-inner .content .item .tips:after {
		display: none
	}

	.about-inner .content .item-content {
		width: 100%;
		height: auto;
		background: #fff;
		position: relative;
		right: none;
		top: none;
		display: none;
		padding: 0 0px;
		box-shadow: none
	}

	.about-inner .content .item-content .introduce {
		margin-top: 15px
	}

	.about-img {
		float: none;
		width: 100%;
		margin-left: 0px;
		margin-bottom: 10px;
		margin-top: 0px
	}

	.about-inner .content .item-content h1 {
		display: none
	}

	.about-inner .content .item-content .introduce .photos {
		height: auto
	}

	.about-inner .content .item-content .introduce .photos-item {
		overflow: hidden;
		width: calc(50% - 3px);
		height: auto;
		margin-right: 6px;
		margin-bottom: 6px
	}

	.about-inner .content .item-content .introduce .photos-item:nth-child(2n) {
		margin-right: 0
	}

	.about-inner .content .item-content .introduce .photos-item span {
		width: 100%;
		padding: 6px 10px
	}

	.about-inner .content .item-content .introduce .card {
		height: auto
	}

	.about-inner .content .item-content .introduce .card-item {
		overflow: hidden;
		width: 100%;
		height: 100px;
		margin-right: 0px;
		margin-bottom: 6px;
		padding: 0;
		display: flex;
		background-size: 64% auto;
		background-position: 5% center
	}

	.about-inner .content .item-content .introduce .card-item div {
		align-self: center
	}

	.about-inner .content .item-content .introduce .card-item p {
		padding-left: 100px
	}

	.about-inner .content .item-content .introduce .card-item:hover {
		box-shadow: none
	}

	.videolist img {
		width: 100%;
		height: auto
	}

	.videos {
		display: none;
		border: 1px solid #080808;
		position: fixed;
		left: 0%;
		top: 50%;
		margin-left: 0px;
		margin-top: -105px;
		z-index: 1700;
		width: 100%;
		height: auto
	}

	.videoed {
		width: 70px;
		height: 70px;
		line-height: 70px;
		margin-left: -35px;
		margin-top: -35px
	}

	.vclose {
		right: 0px;
		top: -41px
	}
}

.partners-img-box ul {
	margin: 0;
	padding: 0
}

.partners-img-box li {
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	width: calc(20% - 8px)
}

.partners-img-box li img {
	width: 100%;
	height: auto
}

.partners-img-box li:nth-child(5n+0) {
	margin-right: 0
}

@media (max-width:488px) {
	.partners-img-box li {
		margin-right: 8px;
		margin-bottom: 8px;
		float: left;
		width: calc(25% - 6px)
	}

	.partners-img-box li:nth-child(4n+0) {
		margin-right: 0
	}

	.partners-img-box li:nth-child(5n+0) {
		margin-right: 8px
	}
}

.footer-warp {
	background-color: #181818
}

.footer-main {
	position: relative;
	padding: 30px 0;
	overflow: hidden
}

.footer-link {
	float: left;
	width: 690px
}

.footer-link>li {
	display: block;
	float: left;
	width: 25%;
	text-align: left;
	line-height: 26px
}

.footer-link>li>h5 {
	font-weight: 700;
	color: #d7d8d9
}

.footer-link>li a {
	color: #909799;
	font-size: 12px
}

.footer-link>li a:hover {
	color: #bb964c
}

.footer-link>li p {
	margin: 0
}

.footer-other {
	float: right;
	width: 510px;
	line-height: 26px
}

.footer-code {
	float: left;
	margin-left: 150px;
	color: #909799;
	text-align: center
}

.footer-code .img-warp {
	margin: 0 auto 5px;
	width: 106px;
	height: 106px
}

.footer-code img {
	width: 100%;
	height: 100%
}

.footer-info {
	float: right;
	text-align: right
}

.footer-info>h1 {
	display: inline-block;
	width: 108px;
	margin-bottom: 5px
}

.footer-info>h1 img {
	width: 100%
}

.footer-info>p {
	color: #d7d8d9
}

.footer-info .hot-tel {
	display: block;
	padding-top: 15px;
	color: #909799
}

.footer-info .hot-tel b {
	display: block;
	color: #d7d8d9;
	font-size: 24px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 170px
}

.footer-copyright {
	margin: 0 auto;
	padding: 20px 0 30px;
	line-height: 26px;
	color: #606566;
	font-size: 12px
}

.footer-copyright p {
	margin: 0
}

.footer-copyright>ul>li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 36px;
	color: #606566
}

.footer-copyright>ul {
	margin: 0;
	padding: 0
}

.footer-copyright a {
	color: #606566;
	font-size: 12px
}

.footer-copyright a:hover {
	color: #bb964c
}

.footer-warp {
	text-align: left
}

.foot-pre-sales {
	position: relative;
	width: 280px;
	float: left;
	color: #fff;
	line-height: 30px
}

.foot-pre-sales:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #4b5054
}

.foot-pre-sales>p {
	font-size: 16px;
	margin: 0
}

.foot-pre-sales>big {
	font-size: 26px;
	color: #bb964c;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Hiragino Sans GB, Heiti SC, Arial, , WenQuanYi Micro Hei, sans-serif
}

.foot-pre-sales>big a {
	color: #bb964c
}

.foot-pre-sales .consult-text {
	font-size: 14px;
	letter-spacing: .44px
}

.foot-pre-sales .consult-text p {
	margin: 0
}

.foot-pre-sales p.footer-addbt {
	margin-top: 10px
}

.foot-pre-sales p.footer-address {
	line-height: 20px;
	color: #909799;
	padding-right: 35px;
	margin-top: 5px;
	font-size: 14px
}

.foot-pre-sales p.footer-address a {
	color: #909799
}

.foot-pre-sales .consult-text a {
	color: #909799
}

.foot-pre-sales .consult-text a:hover {
	color: #bb964c
}

.foot-pre-sales+.footer-link {
	width: 870px
}

.foot-pre-sales+.footer-link>li {
	width: calc(20% - 12px);
	margin: 0 6px
}

.foot-pre-sales+.footer-link>li>h5 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #fff;
	position: relative
}

.foot-pre-sales+.footer-link>li>h5 a {
	font-weight: 400;
	color: #fff;
	font-size: 16px
}

.foot-pre-sales+.footer-link>li.code {
	width: 120px
}

.foot-pre-sales+.footer-link>li.code img {
	display: none;
	width: 78px;
	height: 78px;
	margin-top: 10px;
	margin-bottom: 5px
}

.foot-pre-sales+.footer-link>li.code>div>p {
	cursor: pointer
}

.foot-pre-sales+.footer-link>li.code>div>p:hover a {
	color: #bb964c
}

.foot-pre-sales+.footer-link>li.code>div>p:last-child img {
	display: block
}

.foot-pre-sales+.footer-link+.footer-other {
	width: 115px;
	float: right
}

.foot-product {
	margin: 0px;
	border-top: 1px solid #4b5054;
	padding: 10px 0;
	line-height: 25px;
	border-bottom: 1px solid #4b5054
}

.foot-product>li {
	position: relative;
	display: block;
	color: #909799;
	font-size: 12px;
	min-height: 25px
}

.foot-product>li>label {
	position: absolute;
	left: 0;
	display: block;
	width: 70px
}

.foot-product-list {
	margin-left: 70px
}

.foot-product-list:after {
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
	clear: both
}

.foot-product-list>li {
	display: block;
	float: left;
	width: 89px;
	margin: 0 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.foot-product-list>li a {
	color: #73777a
}

.foot-product-list>li a:hover {
	color: #bb964c
}

@media (max-width:488px) {
	.footer-main {
		padding: 20px 0
	}

	.foot-pre-sales {
		width: 100%;
		float: none;
		text-align: center
	}

	.foot-pre-sales:after {
		display: none
	}

	.foot-pre-sales p.footer-address {
		padding: 0px 40px
	}

	.foot-pre-sales+.footer-link {
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0
	}

	.foot-pre-sales+.footer-link>li {
		width: calc(25% - 12px);
		margin: 0 6px;
		text-align: center;
		position: relative
	}

	.foot-pre-sales+.footer-link>li>h5:after {
		content: "/";
		position: absolute;
		top: 0;
		right: -9px;
		color: #333
	}

	.foot-pre-sales+.footer-link>li:nth-child(4n+0)>h5:after {
		display: none
	}

	.foot-pre-sales+.footer-link>li.code {
		display: none
	}

	.foot-product {
		margin: 0px 15px
	}

	.footer-copyright {
		margin: 0px 15px;
		line-height: 18px;
		border-top: 0.5px solid #4b5054
	}

	.footer-copyright p {}
}

.met-index-product .index-product-list li {
	padding: 15px;
	margin-bottom: 0px
}

.met-index-product .index-product-list li .card-shadow {
	border-bottom-width: 3px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid
}

.met-index-product .index-product-list h4 {
	font-size: 18px;
	color: #333
}

.met-index-product .index-product-list p {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	display: block
}

.met-index-product .index-product-list li a.txt-info {
	padding: 10px
}

.met-index-product .index-product-list li,
.met-index-product .index-product-list li a,
.met-index-product .index-product-list li .card-shadow {
	transition: color 300ms ease 0ms, font-size 300ms ease 0ms, color 300ms ease 0ms, margin 300ms ease 0ms, padding 300ms ease 0ms, border 300ms ease 0ms, border 300ms ease 0ms, color 300ms ease 0ms
}

.met-index-product .index-product-list li:hover .card-shadow {
	border-bottom-color: #9f0810;
	border-bottom-width: 3px
}

.met-index-product .index-product-list li:hover h4 {
	color: #9f0810
}

.met-index-product .index-product-list .card {
	border-radius: 0px
}

.met-index-product .index-product-list {
	margin-top: 40px
}

.met-index-product .index-product-list .card {
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 10px rgba(0, 0, 0, .15)
}

@media (max-width:767px) {
	.met-index-product .index-product-list {
		margin: 0 -5px;
		margin-top: 20px
	}

	.met-index-product .index-product-list li {
		padding: 5px
	}
}

.met-index-news .list-group ul {
	margin: 0px;
	padding: 0
}

.met-index-news .list-group li {
	margin-bottom: 0px;
	padding: 0;
	float: left;
	width: 50%;
	list-style: none
}

@media (min-width:1024px) {
	.met-index-news .list-group li .media:hover {
		margin-right: 10px !important;
		margin-left: -10px !important;
		color: #9f0810
	}
}

@media (max-width:1600px) {
	.met-index-news .media-lg .media-object {
		width: 200px;
		height: 100%;
		object-fit: cover
	}
}

@media (max-width:992px) {
	.met-index-news .list-group {
		margin: 0px
	}
}

@media (max-width:767px) {
	.met-index-news .list-group {
		margin-top: 20px
	}
}

@media (max-width:479px) {
	.met-index-news .media-lg .media-object {
		width: 100%;
		height: auto
	}

	.met-index-news .list-group li {
		padding: 5px .9375rem
	}
}

.met-index-case .met-index-list {
	margin-top: 40px
}

.met-index-case .case-list {
	padding: 10px;
	text-align: center
}

.met-foot-info .foot-nav a {
	color: #333
}

.met-foot-info .foot-nav a:hover {
	color: #9f0810
}

@media (max-width:767px) {
	.met-index-case .met-index-list {
		margin-top: 20px
	}
}

.met-foot-info {
	padding: 20px 0px;
	color: #aaa;
	height: auto;
	line-height: 1.8
}

.met-foot-info p {
	margin-bottom: 0px
}

.met-foot-info a {
	color: #9f0810
}

.back_top_met_16_1_6.met-scroll-top {
	border-color: #ffffff;
	background-color: #ffffff;
	color: #9f0810;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 9px rgba(4, 0, 0, .17);
	box-shadow: 0 5px 9px rgba(4, 0, 0, .17);
	z-index: 1699
}

.back_top_met_16_1_6.met-scroll-top {
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 1601;
	height: 40px;
	width: 40px
}

@media (max-width:767px) {
	.back_top_met_16_1_6.met-scroll-top {
		bottom: 60px
	}
}

.met-langlist .met-lang-other {
	font-size: 15px;
	color: #2a333c
}

.met-langlist img {
	margin-right: 2px;
	position: relative;
	top: -1px
}

@media (max-width:767px) {
	#met-langlist-modal .modal-center {
		height: auto !important
	}
}

#met-langlist-modal .modal-content {
	border-radius: 0px
}

#met-langlist-modal .modal-content .modal-body {
	padding: 40px 40px 20px;
	position: relative
}

#met-langlist-modal .modal-content .modal-body .close {
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 40px
}

#met-langlist-modal .modal-content a.btn {
	border: none;
	font-size: 16px;
	text-align: left;
	color: #2a333c;
	height: 50px;
	line-height: 50px;
	padding: 0px 15px
}

#met-langlist-modal .modal-content a.btn:hover {
	color: #aaa
}

#met-langlist-modal .modal-content a.btn span.flag-icon {
	font-size: 30px;
	margin-top: 10px;
	margin-right: 8px
}

.met-crumbs {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px
}

.met-crumbs .border-bottom {
	border-bottom: 1px solid #eee
}

.met-crumbs .subcolumn-crumbs {
	color: #999;
	padding-left: 0;
	padding-right: 0
}

.met-crumbs .subcolumn-crumbs>.breadcrumb-item>a {
	color: #999;
	text-decoration: none
}

.met-crumbs .subcolumn-crumbs>.breadcrumb-item>a:hover {
	color: #9f0810
}

.met-column-nav ul {
	list-style: none;
	margin: 0;
	z-index: 51;
	padding: 10px 0px
}

.met-column-nav ul li {
	padding: 0 15px;
	font-size: 16px;
	display: inline-block
}

.met-column-nav ul li a:hover,
.met-column-nav ul li a.active {
	color: #9f0810
}

.met-column-nav ul li a {
	color: #666;
	text-decoration: none
}

.met-column-nav ul li:first-child {
	padding-left: 0
}

.met-column-nav .met-col-search {
	padding: 10px 0px
}

.met-column-nav .form-group {
	margin-bottom: 0px;
	width: 450px;
	max-width: 90%;
	margin: 0 auto
}

.swiper-navtab .swiper-slide {
	width: auto
}

.overflow-visible {
	overflow: visible !important
}

@media (max-width:767px) {
	.met-column-nav {
		width: 96%;
		margin: 0 auto
	}
}

.met-banner-text {
	text-align: center;
	width: 100%
}

.met-banner-text h2 {
	font-size: 32px;
	color: #fff;
	margin: 0 0 24px
}

.banner-nav {
	position: relative;
	margin-top: -50px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: rgba(0, 0, 0, .2);
	overflow: hidden
}

.banner-nav .nav {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100%;
	z-index: 1
}

.banner-nav .nav a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	color: #fff;
	letter-spacing: 0.1rem;
	transition: all 0.5s ease;
	font-size: 16px
}

.banner-nav .nav a.active {
	background-color: #9f0810
}

.banner-nav .nav a:hover {
	background-color: #9f0810
}

@media (max-width:767px) {
	.banner-nav .nav a {
		letter-spacing: 0rem;
		font-size: 14px
	}

	.met-banner-text h2 {
		font-size: 24px;
		letter-spacing: 0.1rem;
		margin-bottom: 40px
	}
}

.culture-box .core-idea {
	width: 100%;
	padding-top: 80px
}

.culture-box .core-idea .met-editor {
	padding-top: 60px
}

.culture-box .core-idea .title {
	text-align: center;
	font-size: 0;
	height: 34px;
	line-height: 34px;
	white-space: nowrap;
	overflow: hidden
}

.culture-box .core-idea .title .left-lines,
.culture-box .core-idea .title .right-lines,
.culture-box .core-idea .title h6 {
	display: inline-block;
	font-size: 0
}

.culture-box .core-idea .title .left-lines {
	text-align: right;
	width: 30%
}

.culture-box .core-idea .title .right-lines {
	text-align: left;
	width: 30%
}

.culture-box .core-idea .title h6 {
	font-size: 32px;
	color: #333;
	font-weight: 400;
	padding: 0 30px;
	margin: 0;
	position: relative
}

.culture-box .core-idea .title p.line {
	height: 1px;
	background-color: #dcdcdc;
	font-size: 0;
	margin: 0
}

.culture-box .core-idea .title p.line1 {
	width: 68%;
	opacity: .5
}

.culture-box .core-idea .title p.line3 {
	width: 38%;
	opacity: .5
}

.culture-box .core-idea .title p.middle-line {
	width: 100%;
	background-color: #dcdcdc;
	margin: 10px 0
}

.culture-box .core-idea .title .left-lines p.line1,
.culture-box .core-idea .title .left-lines p.line3 {
	float: right
}

.culture-box .core-idea .met-editor p img {
	max-width: 60% !important
}

.culture-box .core-idea .description {
	margin: 60px 0;
	height: 780px;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	position: relative
}

.culture-box .core-idea .description .description-left {
	width: 500px;
	height: 100%;
	background: url(../images/qywh.png) no-repeat left top
}

.culture-box .core-idea .description .description-left .section {
	padding-left: 50px;
	padding-top: 65px;
	position: relative
}

.culture-box .core-idea .description .description-left .section:first-of-type::after {
	content: '';
	position: absolute;
	left: 50px;
	bottom: -133px;
	width: 60px;
	height: 2px;
	background: #f6f7f9;
	opacity: .8
}

.culture-box .core-idea .description .description-left .section:last-child {
	padding-top: 250px
}

.culture-box .core-idea .description .description-left .section h3 {
	font-size: 40px;
	font-family: SourceHanSansCN-Regular;
	color: #f6f7f9;
	margin-bottom: 18px
}

.culture-box .core-idea .description .description-left .section p {
	font-size: 24px;
	font-family: SourceHanSansCN-Regular;
	color: #f6f7f9;
	opacity: .9
}

.culture-box .core-idea .description .detail-model {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 846px;
	height: 724px;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.culture-box .core-idea .description .detail-model li {
	float: left;
	width: -webkit-calc(100% / 3);
	width: -moz-calc(100% / 3);
	width: calc(100% / 3);
	height: 362px;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px 0 0 0;
	-moz-border-radius: 2px 0 0 0;
	border-radius: 2px 0 0 0;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	padding-top: 180px;
	text-align: center
}

.culture-box .core-idea .description .detail-model li:hover {
	-webkit-box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, .1);
	cursor: default
}

.culture-box .core-idea .description .detail-model li.des-bg1 {
	background: url(../images/core-idea-bg1.png) no-repeat;
	border-right: 0;
	border-bottom: 0
}

.culture-box .core-idea .description .detail-model li.des-bg2 {
	background: url(../images/core-idea-bg2.png) no-repeat;
	border-right: 0;
	border-bottom: 0
}

.culture-box .core-idea .description .detail-model li.des-bg3 {
	background: url(../images/core-idea-bg3.png) no-repeat;
	border-bottom: 0
}

.culture-box .core-idea .description .detail-model li.des-bg4 {
	background: url(../images/core-idea-bg4.png) no-repeat;
	border-right: 0
}

.culture-box .core-idea .description .detail-model li.des-bg5 {
	background: url(../images/core-idea-bg5.png) no-repeat;
	border-right: 0
}

.culture-box .core-idea .description .detail-model li.des-bg6 {
	background: url(../images/core-idea-bg6.png) no-repeat
}

.culture-box .core-idea .description .detail-model li h6 {
	font-size: 14px;
	font-weight: 700;
	color: #333;
	width: 100%;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	height: 16px;
	line-height: 16px;
	margin-bottom: 20px
}

.culture-box .core-idea .description .detail-model li>img {
	display: inline-block;
	width: 62px;
	height: 8px;
	margin-bottom: 20px
}

.culture-box .core-idea .description .detail-model li p {
	font-size: 12px;
	color: #666;
	line-height: 23px;
	margin: 0 auto;
	max-height: 110px;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4
}

.about-map {
	width: calc(100% - 60px);
	height: 450px;
	margin: 0px 30px 60px;
	border: 1px solid rgb(223, 223, 223)
}

.link-us p {
	margin-bottom: 5px
}

.met-show-body {
	background: #f2f2f2
}

.met-show {
	min-height: 450px;
	padding: 30px 0px;
	background: #fff
}

.met-editor {
	padding: 30px;
	line-height: 1.8;
	word-wrap: break-word
}

@media (max-width:767px) {
	.met-show {
		padding: 10px 0
	}

	.met-editor {
		padding: 15px;
		font-size: 15px
	}

	.culture-box .core-idea .title h6 {
		padding: 0 10px
	}

	.culture-box .core-idea .title .left-lines {
		text-align: right;
		width: 20%
	}

	.culture-box .core-idea .title .right-lines {
		text-align: left;
		width: 20%
	}

	.culture-box .core-idea {
		padding-top: 40px
	}

	.culture-box .core-idea .title h6 {
		font-size: 26px;
		top: -2px
	}

	.culture-box .core-idea .met-editor {
		padding-top: 30px
	}

	.culture-box .core-idea .met-editor p img {
		max-width: 100% !important
	}

	.about-map {
		width: calc(100% - 30px);
		margin: 0 15px 30px
	}

	.culture-box .core-idea .description {
		margin: 20px 0;
		height: auto
	}

	.culture-box .core-idea .description .description-left {
		width: 100%;
		height: auto;
		background: url(../images/qywh.png) no-repeat center top
	}

	.culture-box .core-idea .description .detail-model {
		position: relative;
		bottom: auto;
		right: auto;
		width: 100%;
		height: auto;
		margin: 20px 0 0;
		padding: 0
	}

	.culture-box .core-idea .description .description-left .section {
		padding: 10px 30px 20px;
		position: relative
	}

	.culture-box .core-idea .description .description-left .section:first-of-type::after {
		left: auto;
		bottom: 0
	}

	.culture-box .core-idea .description .description-left .section:last-child {
		padding-top: 20px
	}

	.culture-box .core-idea .description .description-left .section h3 {
		font-size: 20px;
		margin-bottom: 10px
	}

	.culture-box .core-idea .description .description-left .section p {
		font-size: 16px
	}

	.culture-box .core-idea .description .detail-model li {
		float: none;
		width: 100%;
		overflow: hidden;
		margin: 0 0 20px;
		height: auto;
		padding: 180px 0 30px
	}

	.culture-box .core-idea .description .detail-model li.des-bg1 {
		background: url(../images/core-idea-bg1.png) no-repeat top center
	}

	.culture-box .core-idea .description .detail-model li.des-bg2 {
		background: url(../images/core-idea-bg2.png) no-repeat top center
	}

	.culture-box .core-idea .description .detail-model li.des-bg3 {
		background: url(../images/core-idea-bg3.png) no-repeat top center
	}

	.culture-box .core-idea .description .detail-model li.des-bg4 {
		background: url(../images/core-idea-bg4.png) no-repeat top center
	}

	.culture-box .core-idea .description .detail-model li.des-bg5 {
		background: url(../images/core-idea-bg5.png) no-repeat top center
	}

	.culture-box .core-idea .description .detail-model li.des-bg6 {
		background: url(../images/core-idea-bg6.png) no-repeat top center
	}

	.culture-box .core-idea .description .detail-model li.des-bg6 {
		background: url(../images/core-idea-bg6.png) no-repeat top center
	}

	.culture-box .core-idea .description .detail-model li h6 {
		font-size: 16px
	}

	.culture-box .core-idea .description .detail-model li:hover {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none
	}
}

.honor {
	padding: 50px 0 60px
}

.honor .honor-list {
	width: calc(25% - 15px);
	height: 283px;
	border: 1px solid #eee;
	margin: 22px 20px 0 0;
	border-radius: 0 15px 0 15px;
	position: relative;
	text-align: center;
	font-size: 0;
	float: left
}

.honor .honor-list:hover {
	border-color: #9f0810
}

.honor .honor-list:hover h3 {
	color: #9f0810
}

.honor .honor-list:nth-child(4n) {
	margin-right: 0
}

.honor .honor-list .list-main,
.honor .honor-list .list-wrap {
	width: 100%;
	height: 281px;
	background-color: #fff;
	-webkit-border-radius: 0 15px 0 15px;
	-moz-border-radius: 0 15px 0 15px;
	border-radius: 0 15px 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px
}

.honor .honor-list:last-child {
	margin-right: 0
}

.honor .honor-list img {
	width: 100%;
	height: auto
}

.honor .honor-list h3 {
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #666;
	margin: 0 auto;
	border-top: 1px dashed #eee;
	border-bottom: 1px dashed #eee;
	margin-top: 18px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden
}

.year {
	margin-bottom: 35px
}

.year:last-child {
	margin-bottom: 0
}

.honor-text {
	margin: 60px 0 40px;
	text-align: left;
	padding: 45px 0 43px 100px;
	background-color: #fafaff
}

.honor-text .text {
	position: relative
}

.honor-text .yearNum {
	font-size: 30px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: 700;
	color: #333;
	position: absolute;
	top: 50%;
	margin-top: -18px
}

.honor-text .text ul {
	margin: 0
}

.honor-text .text em {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #e0e0e0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -7px
}

.honor-text .text li em::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -45px;
	margin: auto;
	content: '';
	width: 1px;
	height: 45px;
	background-color: #f2f2f2
}

.honor-text .text em:before {
	position: absolute;
	left: 0;
	right: 0;
	top: -44px;
	margin: auto;
	content: '';
	width: 1px;
	height: 44px;
	background-color: #f2f2f2
}

.honor-text .text li {
	padding: 10px 0 10px 60px;
	list-style: none;
	position: relative
}

.honor-text .text p {
	display: inline-block;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #787878;
	max-width: 87%;
	line-height: 150%;
	margin-bottom: 0;
	margin-left: 40px
}

.honor-text .text p span {
	font-weight: 700
}

.directory-nav {
	right: 13%
}

@media (max-width:767px) {
	.honor {
		padding: 10px 15px 30px
	}

	.honor .honor-list {
		width: calc(50% - 7.5px);
		height: auto;
		border: 1px solid #eee;
		margin: 15px 15px 0 0;
		border-radius: 0 15px 0 15px
	}

	.honor .honor-list:nth-child(2n) {
		margin-right: 0
	}

	.honor .honor-list .list-main,
	.honor .honor-list .list-wrap {
		height: auto
	}

	.honor .honor-list h3 {
		height: auto;
		line-height: 24px;
		font-size: 16px;
		font-family: MicrosoftYaHei;
		color: #666;
		padding: 10px 0;
		white-space: normal;
		-o-text-overflow: none;
		text-overflow: none;
		overflow: visible
	}

	.honor-text {
		margin: 30px 0 20px;
		text-align: left;
		padding: 0px 15px 43px 15px;
		background-color: transparent
	}

	.honor-text .text li {
		padding: 10px 0 10px 40px
	}

	.honor-text .text p {
		margin-left: 30px
	}

	.honor-text .text li em::after {
		bottom: -105px;
		width: 1px;
		height: 105px;
		background-color: #e9e9e9
	}

	.honor-text .text em:before {
		top: -104px;
		width: 1px;
		height: 104px;
		background-color: #e9e9e9
	}

	.honor-text .text li em.first-em:before {
		top: -44px;
		width: 1px;
		height: 44px
	}

	.honor-text .text li em.last-em::after {
		bottom: -45px;
		width: 1px;
		height: 45px
	}
}

.modal[data-backdrop="false"] {
	z-index: 1700;
	background: rgba(0, 0, 0, .5);
	height: 100%
}

.modal.fade .modal-dialog-box {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}

.modal.in .modal-dialog-box {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-dialog-box {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: table
}

.modal-dialog-h {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: middle
}

.dialog-demand {
	width: 650px;
	height: 340px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .06);
	-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .06);
	overflow: visible;
	background: #fff;
	margin: auto;
	position: relative
}

.dialog-demand .pic {
	float: left;
	width: 250px;
	height: 340px;
	margin-right: 44px;
	overflow: hidden;
	border-radius: 8px 0 0 8px
}

.dialog-demand .pic img {
	width: 100%;
	height: 100%
}

.dialog-demand .demand {
	float: left;
	width: 316px;
	height: 292px;
	padding: 50px 20px 38px 20px
}

.dialog-demand .demand .tit {
	font-size: 22px;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	margin-bottom: 40px
}

.dialog-demand .demand .tit .fgx {
	float: left;
	width: 4px;
	height: 22px;
	margin: 4px 10px 0 0;
	background-color: #9f0810;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.dialog-demand .demand .free_apply_boxs {
	width: 100%
}

.dialog-demand .demand .btn {
	border-radius: 4px;
	border: none;
	height: 38px;
	line-height: 38px;
	padding: 0;
	box-shadow: 0 5px 14px 0 rgba(245, 47, 62, .42)
}

.dialog-demand .demand .btn:hover {
	background: linear-gradient(-90deg, #f52f3e, #9f0810);
	border: none
}

.dialog-demand .close {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0
}

@media (max-width:488px) {
	.dialog-demand {
		width: 86%;
		height: auto
	}

	.dialog-demand .pic {
		float: none;
		width: 100%;
		height: auto;
		margin-right: 0px;
		overflow: hidden;
		border-radius: 8px 8px 0 0px
	}

	.dialog-demand .demand {
		float: none;
		width: 100%;
		height: auto;
		padding: 20px 20px 34px 20px
	}

	.dialog-demand .demand .tit {
		font-size: 18px;
		margin-bottom: 20px
	}

	.dialog-demand .form-control {
		font-size: 16px;
		height: 2.873rem
	}

	.dialog-demand select.form-control:not([size]):not([multiple]) {
		height: 2.873rem
	}

	.dialog-demand .demand .btn {
		height: 42px;
		line-height: 42px;
		font-size: 16px
	}
}

.met-feedback {
	padding: 30px 0px;
	background: #f2f2f2
}

.met-feedback .container {
	max-width: 800px
}

.met-feedback .met-feedback-body {
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

@media (max-width:767px) {
	.met-feedback {
		padding: 10px
	}

	.met-feedback .met-feedback-body {
		padding: 10px
	}
}

.met-message {
	padding: 30px 0px;
	background: #f2f2f2
}

.met-message .media-body {
	width: calc(100% - 46px)
}

.met-message .col-md-6 {
	float: none;
	margin: auto
}

.met-message .met-message-body {
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

@media (max-width:767px) {
	.met-message {
		padding: 0px
	}

	.met-message .met-message-body {
		padding: 10px
	}
}

.met-message .met-message-body .media-left {
	padding-right: 0px
}

.met-message .met-message-body .media-left i {
	font-size: 36px;
	color: #aaa
}

.met-message .met-message-body .media-body p {
	font-size: 14px;
	color: #5e7387
}

.met-message .met-message-submit {
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

@media (max-width:767px) {
	.met-message .met-message-submit {
		padding: 10px;
		padding-bottom: 20px
	}
}

@media (min-width:992px) {
	.met-message .met-message-submit {
		margin-left: 30px
	}
}

.met_pager {
	margin-top: 20px;
	text-align: center;
	display: table;
	margin: auto
}

.met_pager {
	font-size: 0
}

.met_pager * {
	display: inline-block;
	font-size: 16px
}

.met_pager a {
	padding: 9px 15px;
	border: 1px solid #e4eaec;
	border-right: none;
	background: #fff;
	text-align: center;
	color: #76838f
}

.met_pager a:hover {
	background: #f5f5f5;
	text-decoration: none
}

.met_pager a.NextA {
	border-right: 1px solid #e4eaec
}

.met_pager .PreSpan,
.met_pager .NextSpan {
	padding: 9px 15px;
	border: 1px solid #e4eaec;
	background: #fff;
	color: #ccd5db;
	cursor: default
}

.met_pager .firstPage,
.met_pager .lastPage {
	min-width: 40px;
	height: 28px;
	line-height: 28px
}

.met_pager a.Ahover {
	border-color: #9f0810;
	background: #9f0810;
	border-color: ;
	background: ;
	color: #fff;
	cursor: default
}

.met_pager a.Ahover:hover {
	border-color: #9f0810;
	background: #9f0810;
	border-color: ;
	background: ;
	color: #fff
}

.met_pager a {
	text-decoration: none
}

.met_pager a:active,
.met_pager a:focus,
.met_pager a:hover {
	text-decoration: none
}

.met_pager .PageText {
	display: none;
	margin-left: 10px;
	color: #aaa
}

.met_pager input {
	display: none
}

.met_pager .firstPage,
.met_pager .lastPage {
	height: auto;
	line-height: inherit
}

.product_list_page_met_07_1_61 #met-pager-btn {
	border-color: #9f0810;
	background-color: #9f0810;
	border-color: ;
	background-color:
}

@media (max-width:767px) {
	.met_pager * {
		font-size: 14px
	}
}

.met_tools_code {
	text-align: center;
	margin-top: 30px;
	font-size: 0px
}

.met_tools_code .bdsharebuttonbox {
	display: inline
}

.met_tools_code .bdsharebuttonbox a {
	float: none;
	display: inline-block
}

@media (max-width:767px) {
	.met_tools_code {
		margin-top: 10px
	}
}

.met-bar {
	background: #fff;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	margin-left: 30px
}

.met-bar>h3 {
	padding: 20px 25px
}

.met-bar .sidebar-news-list h3 {
	color: #9f0810;
	font-size: 20px
}

.met-bar .sidebar-news-list .list-group li a {
	color: #666;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%
}

.met-bar .list-icons {
	border-top: 1px solid #e4eaec;
	margin-top: 0px;
	overflow: hidden
}

.met-bar .column.list-icons {
	padding: 20px 20px 10px
}

.met-bar .list-icons>li {
	width: calc(50% - 5px);
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: block;
	background: #ffffff;
	border: 1px solid #eeeeee;
	font-size: 14px;
	color: #525959;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	float: left;
	margin-top: 0
}

.met-bar .list-icons>li:nth-child(2n + 2) {
	margin-right: 0px
}

.met-bar .list-icons>li:hover {
	color: #9f0810;
	background: rgba(255, 102, 0, 0.1);
	border: 1px solid #9f0810
}

.met-bar .list-icons>li:hover a {
	color: #9f0810
}

.met-bar .list-icons>li a {
	color: #333
}

.met-bar .list-icons>li a.active {
	color: #9f0810
}

.met-bar .list-icons>li.met-bar-son {
	position: relative
}

.met-bar .list-icons>li a:hover {
	color: #9f0810
}

.met-bar .list-icons>li i {
	position: absolute;
	left: 0px;
	top: 0px
}

@media (max-width:767px) {
	.met-bar {
		margin-left: 0
	}
}

.page-link {
	border-radius: 24px !important
}

.met-shownews {
	padding: 30px 0px;
	border-top: 1px solid #f7f7f7;
	background: #f2f2f2
}

.met-shownews .met-news-body {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.met-shownews .met-shownews-body {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	background: #fff
}

.met-shownews .met-shownews-content {
	padding-top: 30px
}

.met-shownews .details-title,
.met-shownews-footer {
	padding: 30px;
	background: #fff
}

.met-shownews-footer {
	padding-top: 0
}

.met-shownews .details-title {
	padding-bottom: 0
}

.met-shownews .met-shownews-header,
.met-shownews .met-shownews-footer {
	background: #fff;
	padding: 30px
}

.met-shownews .met-shownews-header {
	padding-bottom: 0px
}

.met-shownews h1,
.met-showimg h1 {
	margin: 0px;
	margin-bottom: 5px;
	font-size: 32px;
	line-height: 1.5;
	font-weight: 300
}

.met-shownews .info {
	padding-bottom: 20px;
	border-bottom: 1px solid #f7f7f7;
	font-size: 16px;
	font-weight: 300;
	color: #a3afb7
}

.met-shownews .info span {
	padding-right: 10px
}

.met-shownews .met-shownews-footer {
	padding-top: 0px
}

.met-shownews .met-shownews-footer ul.pager {
	margin: 0px;
	border-top: 1px solid #f7f7f7;
	padding-top: 20px
}

.met-shownews .sidebar-news-list {
	padding: 0px 30px 30px
}

@media (max-width:767px) {
	.met-shownews {
		padding: 0px
	}

	.met-shownews h1 {
		font-size: 24px
	}

	.met-shownews .met-shownews-header,
	.met-shownews .met-shownews-footer {
		padding: 10px
	}

	.met-shownews .met-shownews-header {
		padding-top: 20px
	}

	.met-shownews .met-shownews-content {
		padding: 15px 0
	}

	.met-shownews .info {
		padding-bottom: 20px
	}

	.met-shownews .details-title,
	.met-shownews-footer {
		padding: 20px 15px;
		background: #fff
	}

	.met-shownews .sidebar-news-list {
		padding: 0px 15px 20px
	}

	.met-shownews .sidebar-news-list h3 {
		font-size: 22px;
		font-weight: 400 !important
	}
}

.met-news {
	padding: 30px 0px;
	background: #f2f2f2
}

.met-news .met-news-body {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.met-news .met-news-list {
	background: #fff;
	padding: 30px
}

.met-news .met-news-list h4 {
	margin: 0px
}

.met-news .met-news-list ul {
	padding: 0px;
	list-style: none
}

.met-news .met-news-list ul li {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 30px;
	margin-bottom: 30px
}

.met-news .met-news-list ul li h4 a {
	font-size: 20px;
	color: #2a333c;
	text-decoration: none;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s
}

.met-news .met-news-list ul li h4 a:hover {
	color: #9f0810
}

.met-news .met-news-list ul li h4 a:active,
.met-news .met-news-list ul li h4 a:focus,
.met-news .met-news-list ul li h4 a:hover {
	text-decoration: none
}

.met-news .met-news-list ul li p {
	margin-bottom: 0px
}

.met-news .met-news-list ul li p.des {
	color: #888;
	font-size: 14px;
	margin: 10px 0;
	height: 76px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 19px
}

.met-news .met-news-list ul li p.info {
	color: #888;
	font-size: 12px
}

.met-news .met-news-list ul li p.info span {
	margin-right: 15px
}

.met-news .met-news-list ul li p.info span a {
	color: #888
}

@media (max-width:767px) {
	.met-news {
		padding: 0px
	}

	.met-news .met-news-list {
		padding: 15px;
		padding-top: 20px;
		margin-bottom: 15px
	}

	.met-news .met-news-list ul li {
		padding-bottom: 20px;
		margin-bottom: 20px
	}

	.met-news .met-news-list ul li h4 {
		font-size: 16px;
		margin-bottom: 10px
	}

	.met-news .met-news-list ul li.media .media-left {
		padding-right: 10px;
		display: table-cell
	}

	.met-news .met-news-list ul li.media p.des {
		display: none
	}

	.met-news .met-news-list ul li.media.media-lg .media-object {
		width: 100px;
		height: 72px;
		object-fit: cover;
		-o-object-fit: cover
	}

	.met-news .met-news-list ul li h4 a {
		font-size: 16px
	}
}

.met_tools_code {
	margin-top: 30px;
	text-align: center;
	font-size: 0px
}

@media (max-width:767px) {
	.met_tools_code {
		margin-top: 10px
	}
}

.met_tools_code .bdsharebuttonbox {
	display: inline
}

.met_tools_code .bdsharebuttonbox a {
	float: none;
	display: inline-block
}

.met-product-list {
	padding: 0px 0 30px;
	background: #f2f2f2
}

.met-product-list ul {
	margin: 0 -10px 0 0
}

.met-product-list .blocks>.block,
.met-product-list [class*=blocks-]>.block,
.met-product-list [class*=blocks-]>li {
	padding-left: 0;
	margin-bottom: 10px
}

.h-content {
	background-color: #fff;
	height: 320px;
	margin-top: -80px;
	position: relative;
	z-index: 2
}

.h-content-right {
    width: 350px;
    padding-top: 10px;
    float: right;
    border-left: 1px solid #f0f0f0
}

.h-content-right-consult {
	height: 28px;
	display: flex;
	font-size: 12px;
	margin: 0 auto;
	width: 190px
}

.h-content-right-consult div {
	height: 28px;
	line-height: 26px;
	text-align: center;
	padding: 0 20px
}

.h-content-right-consult .telBox {
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	color: #666;
	cursor: pointer
}

.h-content-right-consult .aside-phone {
	position: relative
}

.h-content-right-consult .aside-phone:hover>div {
	visibility: visible;
	left: -227px;
	opacity: 1;
	transition: all .3s
}

.h-content-right-consult .aside-phone>div {
	opacity: 0;
	position: absolute;
	width: 225px;
	height: 130px;
	left: -350px;
	top: 0;
	visibility: hidden
}

.h-content-right-consult .aside-phone>div>div {
	width: 205px;
	height: 130px;
	background-color: #fff;
	padding: 0 20px;
	box-shadow: 0 3px 10px #999;
	margin-right: 20px;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	text-align: center
}

.h-content-right-consult .aside-phone>div>div h4 {
	font-size: 12px;
	color: #999;
	margin-top: 20px
}

.h-content-right-consult .aside-phone>div>div p {
	color: #333
}

.h-content-right-consult .gray {
	border: 1px solid #9f0810;
	border-radius: 3px;
	color: #9f0810;
	margin-left: 10px;
	cursor: pointer
}

.h-content-right-grade {
	display: flex;
	padding: 0 18px
}

.h-content-right-grade-grade>div {
	padding: 0 20px;
	justify-content: space-around
}

.h-content-right-grade>div {
	width: 33.3%;
	text-align: center
}

.h-content-right-grade .grade {
	height: 12px;
	line-height: 12px;
	font-size: 16px;
	color: #9f0810;
	text-align: center
}

.h-content-right-grade .gray {
	font-size: 12px;
	color: #999;
	height: 12px;
	line-height: 12px;
	margin: 10px 0px 20px;
	text-align: center
}

.h-content-right-star {
	height: 15px;
	display: flex;
	margin: 20px auto
}

.h-content-right-star div {
	width: 15px;
	height: 15px;
	margin-right: 3px;
	display: flex
}

.h-content-right-star div img {
	width: 15px;
	height: 15px;
	text-align: center
}

.h-content-right-star div:last-child {
	margin-right: 0
}

.h-content-right-star-5 {
	width: 90px
}

.h-content-right-star-4 {
	width: 70px
}

.h-content-right-star-3 {
	width: 50px
}

.h-content-right-star-2 {
	width: 30px
}

.h-content-right-star-1 {
	width: 15px
}

.h-content-name {
	text-align: center
}

.h-content-right-avator {
	text-align: center
}

.h-content-right-avator img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin: 15px 0 10px
}

.h-content-right-avator div,
.h-content-right-inline {
	height: 14px;
	line-height: 14px
}

.h-content-right-inline {
	width: 85px;
	margin: 0 auto;
	font-size: 14px;
	color: #333;
	position: relative
}

.h-content-right-inline img {
	width: 13px;
	height: 13px;
	position: absolute;
	left: -23px;
	top: 1px
}

.h-content-right .startNum {
	overflow: hidden;
	text-align: center;
	height: 17px;
	line-height: 17px;
	margin: 19px auto 23px
}

.h-content-left {
	width: 800px;
	padding: 30px 40px;
	float: left
}

.h-content-left-box {
	display: flex;
	margin-bottom: 25px
}

.h-content-left-text {
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	color: #333;
	margin-bottom: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.h-content-left-money {
	height: 25px;
	margin-bottom: 35px
}

.h-content-left-money .lilv {
	font-size: 16px;
	font-weight: bold
}

.h-content-left-money span {
	display: inline-block
}

.h-content-left-button {
	height: 44px;
	line-height: 44px;
	display: flex
}

.h-content-left-button button {
	margin-right: 10px
}

.h-content-left-button div {
	font-size: 12px;
	color: #999
}

.h-content-left-info {
	margin-bottom: 35px;
	float: left;
	height: 30px;
	line-height: 30px;
	display: flex;
	border-radius: 3px;
	width: 100%
}

.h-content-left-info div {
	color: #666;
	font-size: 14px;
	margin-right: 27px;
	display: flex
}

.h-content-left-info div:last-child {
	color: #666;
	margin-right: 0
}

.h-content-left .text-orange {
	color: #9f0810
}

.h-content-left .text-through {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px
}

.h-content-servce {
	height: 30px
}

.h-content-servce div {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-right: 30px;
	float: left
}

.h-content-servce div img {
	margin-right: 10px;
	margin-top: -2px
}

.clear {
	clear: both
}

.apply-btn {
	width: 220px;
	height: 44px;
	line-height: 44px;
	border-radius: 4px;
	background: linear-gradient(90deg, #9f0810, #cb1b24);
	outline: none;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: all .3s
}

.apply-btn:hover {
	background: linear-gradient(90deg, #6e0905, #a50501)
}

.orange {
	color: #9f0810
}

.amount_money {
	font-size: 30px;
	height: 25px;
	line-height: 25px;
	font-weight: 500
}

.font_12 {
	font-size: 12px
}

.m_r_8 {
	margin-right: 8px
}

.h1-title {
	font-size: 30px;
	color: #333;
	padding-right: 28px;
	height: 30px;
	line-height: 30px
}

.ylltext {
	color: #999
}

.telBox {
	position: relative
}

.telBox:hover>div {
	display: block
}

.telBox>div {
	display: none;
	position: absolute;
	width: 205px;
	height: 120px;
	background-color: #fff;
	padding: 0 20px;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, .15);
	margin-right: 20px;
	color: #333;
	font-size: 16px;
	text-align: center;
	left: -70px;
	top: 37px;
	z-index: 100
}

.telBox>div>div {
	line-height: normal;
	height: auto
}

.telBox>div:before {
	content: "";
	margin-top: -20px;
	border: 10px solid transparent;
	border-bottom-color: #fff;
	position: absolute
}

.telBox>div h4 {
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	color: #999;
	margin-top: 15px;
	margin-bottom: 5px
}

.telBox>div p {
	color: #333;
	margin-bottom: 10px
}

@media (max-width:488px) {
	.h-content {
		height: auto;
		margin-top: -57px
	}

	.h-content-left {
		width: 100%;
		padding: 20px 15px;
		float: none
	}

	.h-content-servce {
		position: absolute
	}

	.h-content-servce div {
		margin-right: 20px
	}

	.h1-title {
		margin-top: 50px
	}

	.h-content-left-box {
		margin-bottom: 15px
	}

	.h-content-left-money {
		margin-bottom: 10px
	}

	.amount_money {
		font-size: 18px;
		font-family: Arial;
		font-weight: bold
	}

	.h-content-left-money .lilv {
		font-size: 18px;
		font-family: Arial
	}

	.h-content-left-info {
		margin-bottom: 25px
	}

	.apply-btn {
		width: 50%
	}

	.h-content-right {
		width: 100%;
		padding: 20px 15px;
		float: none;
		border-left: none;
		position: relative;
		border-top: 15px solid #f2f2f2
	}

	.h-content-right-inline {
		position: absolute;
		right: 15px;
		margin-top: 7px
	}

	.h-content-right-avator {
		float: left
	}

	.h-content-right-avator img {
		margin: 0px 15px 80px 0
	}

	.h-content-name {
		font-size: 18px;
		font-weight: 700;
		text-align: left
	}

	.h-content-right .startNum {
		margin: 0px 0 20px;
		text-align: left
	}

	.h-content-right-grade {
		padding: 0
	}

	.h-content-right-grade .grade {
		text-align: left
	}

	.h-content-right-grade .gray {
		text-align: left
	}

	.h-content-right-consult {
		margin: 0
	}
}

.met-showproduct {
	background: #f2f2f2
}

.met-showproduct.pagetype1 .met-showproduct-head {
	background: rgb(255, 255, 255);
	padding: 30px 0px
}

.met-showproduct-head .product-para {
	margin: 0
}

.product-hot {
	border-radius: 0
}

.met-showproduct.pagetype1 {
	background: #f2f2f2
}

.met-showproduct.pagetype1 .less-page-content {
	background: #f2f2f2
}

.met-showproduct.pagetype1 .met-showproduct-head {
	background: #fff;
	padding: 30px 0px
}

.met-showproduct.pagetype1 .met-showproduct-head .ad-gallery .ad-thumbs li a.ad-active img {
	border: 2px solid #7dc01d
}

.met-showproduct.pagetype1 .met-showproduct-head .ad-image {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.met-showproduct.pagetype1 .met-showproduct-head .product-intro h1 {
	font-size: 28px;
	margin-top: 0px
}

.met-showproduct.pagetype1 .met-showproduct-head .product-intro p.description {
	color: #5e7387;
	margin-bottom: 15px
}

.met-showproduct.pagetype1 .met-showproduct-head .product-intro .para {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 15px;
	padding-bottom: 0px
}

.met-showproduct.pagetype1 .met-showproduct-head .product-intro .tools {
	margin: 15px 15px 0px
}

.met-showproduct.pagetype1 .met-showproduct-body {
	padding: 30px 0px
}

.met-showproduct.pagetype1 .met-showproduct-body .panel {
	border-radius: 0px
}

.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .met-editor {
	padding: 0px
}

.met-showproduct.pagetype1 .met-showproduct-body .product-content-body ul.nav-tabs {
	margin-bottom: 30px
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot h4.example-title {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 15px
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.img {
	margin: 0px auto;
	display: block;
	margin-bottom: 5px
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.img img {
	margin: 0px auto
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt {
	color: #5e7387;
	text-decoration: none
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:active,
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:focus,
.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:hover {
	text-decoration: none
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list a.txt:hover {
	color: #7dc01d
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list p {
	color: #f96868;
	margin-bottom: 0px
}

.less-page-content {
	position: relative;
	padding-top: 60px
}

.less-page-content .et-hero-tabs-container {
	top: 0
}

.less-page-content .et-hero-tabs-container--top {
	width: 1150px
}

.less-page-content .et-hero-tab-slider {
	width: 25%
}

.sidebar-piclist-ul li h4 a:hover,
.sidebar-piclist-ul li h4 a:hover span {
	color: #9f0810 !important
}

.nav-tabs-line .nav-item.open .nav-link,
.nav-tabs-line .nav-item.open .nav-link:focus,
.nav-tabs-line .nav-item.open .nav-link:hover,
.nav-tabs-line .nav-link.active,
.nav-tabs-line .nav-link.active:focus,
.nav-tabs-line .nav-link.active:hover {
	color: #9f0810;
	border-bottom: 2px solid #9f0810;
	background-color: transparent
}

.nav-tabs .nav-item {
	font-size: 16px;
	font-weight: 700
}

.tab-content {
	padding: 70px 0 30px
}

.tab-content>.tab-pane {
	display: block
}

.tab-content .met-editor {
	padding: 0;
	margin: 0
}

.product-content {
	padding: 30px
}

.met-sidebar {
	margin-left: 0px
}

.tab-bt {
	margin-bottom: 20px;
	font-weight: 700;
	position: relative;
	padding-left: 15px
}

.tab-bt:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	height: 20px;
	width: 5px;
	background: #9f0810
}

.pd0 {
	padding: 0
}

.product-content .flow-flag-form-step-box {
	padding: 0 10px
}

.product-content .flow-flag-form-step-box li.mfsq,
.product-content .flow-flag-form-step-box li.yvy,
.product-content .flow-flag-form-step-box li.zlpp,
.product-content .flow-flag-form-step-box li.zlzl,
.product-content .flow-flag-form-step-box li.wcdk {
	background-size: 40% auto
}

.product-content .flow-flag-form-step-box li.flow-flag-step-divider {
	margin-top: 15px
}

.product-content .brand {
	padding: 10px 0;
	background: #fff
}

.product-content .brand .brand_wrap .brand_box {
	display: block;
	float: left;
	width: calc(50% - 20px);
	height: 116px;
	padding: 20px;
	margin: 0 10px 20px
}

.product-content .brand .brand_wrap {
	display: block
}

.product-content .brand .brand_wrap .brand_box .brand_tit {
	color: #333
}

.product-content .brand .brand_wrap .brand_box .brand_con {
	display: block;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear
}

.product-content .brand .brand_wrap .brand_box .brand_con {
	display: block;
	margin-top: 10px
}

.product-content .brand .brand_wrap .brand_box .brand_tit {
	margin-top: 0
}

.product-content .brand .brand_wrap .brand_box .brand_con p {
	line-height: 16px;
	font-size: 13px;
	color: #777;
	margin-bottom: 4px
}

.product-content p {
	margin-bottom: 5px
}

.show_team {
	padding-bottom: 30px;
	overflow: hidden
}

.show_team .user-card {
	width: calc(25% - 15px);
	float: left;
	margin-right: 20px
}

.show_team .user-card:last-of-type {
	margin-right: 0
}

.show_team h2 {
	font-size: 22px;
	padding: 30px 0 10px
}

.show_team h2 span {
	font-size: 14px;
	padding-left: 10px;
	position: relative;
	top: -3px;
	color: #888
}

.bcCard-box .bcCard-user-server>div h4 {
	font-size: 16px
}

.show_team .bcCard-user-server {
	padding: 0 6px
}

.product-sidebar.panel-body {
	padding: 0
}

.product-sidebar .product-hot-like .hot {
	width: 100%;
	height: auto;
	background: #ffffff;
	padding: 0px;
	margin-bottom: 0px;
	border-top: none;
	border-radius: 0;
	float: none
}

.product-sidebar .product-hot-like .hot .item {
	width: 100%;
	height: 175px;
	background: #fff;
	padding: 0 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #e4eaec;
	float: none;
	position: relative;
	z-index: 1
}

.sidebar-piclist h3 {
	padding: 20px 25px
}

.product-sidebar .product-hot-like .hot .item::after,
.product-sidebar .product-hot-like .hot .item::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	z-index: -1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	opacity: 0
}

.product-sidebar .product-hot-like .hot .item::after {
	left: 0px;
	top: 0px;
	border-left: 1px solid #9f0810;
	border-top: 1px solid #9f0810
}

.product-sidebar .product-hot-like .hot .item::before {
	right: 0px;
	bottom: 0px;
	border-right: 1px solid #9f0810;
	border-bottom: 1px solid #9f0810
}

.product-sidebar .product-hot-like .hot .item:hover {
	box-shadow: 0px 3px 10px 0px rgba(27, 28, 31, 0.1);
	-webkit-box-shadow: 0px 3px 10px 0px rgba(27, 28, 31, 0.1)
}

.product-sidebar .product-hot-like .hot .item:hover::after,
.product-sidebar .product-hot-like .hot .item:hover::before {
	width: 100%;
	height: 100%;
	opacity: 1
}

.product-sidebar .product-hot-like .hot .item.MoreBox {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 15px 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #e4eaec;
	float: none;
	position: relative;
	z-index: 1;
	text-align: center
}

.product-sidebar .product-hot-like .hot .item.MoreBox a {
	color: #888
}

.product-sidebar .product-hot-like .hot .item.MoreBox a:hover {
	color: #9f0810
}

.product-sidebar .product-hot-like .hot .item.MoreBox::after,
.product-sidebar .product-hot-like .hot .item.MoreBox::before {
	display: none
}

.met-showproduct {
	position: relative
}

.met-showproduct .col-lg-3 {
	position: static
}

.product-sidebar--top {
	position: fixed;
	top: 0;
	border-bottom: none;
	width: 257.5px
}

.product-sidebar--bottom {
	position: absolute;
	top: auto;
	bottom: 60px;
	border-bottom: none;
	width: 257.5px
}

.et-hero-tabs-container {
	display: flex;
	flex-direction: row;
	position: absolute;
	width: 100%;
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #e4eaec
}

.et-hero-tabs-container--top {
	position: fixed;
	top: 0;
	width: 862.5px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	border-bottom: none;
	z-index: 10
}

.et-hero-tab {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	color: #333;
	transition: all 0.5s ease;
	font-size: 16px;
	font-weight: 600
}

.et-hero-tab:hover {
	color: white;
	background: #9f0810;
	transition: all 0.5s ease
}

a.et-hero-tab {
	color: #333
}

a.et-hero-tab:hover,
a.et-hero-tab:activea,
a.et-hero-tab:visited {
	color: white
}

.et-hero-tab-slider {
	position: absolute;
	bottom: 0;
	width: 173px;
	left: 0;
	height: 3px;
	background: #9f0810;
	transition: left 0.3s ease
}

@media (min-width:992px) {
	.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .panel {
		margin-left: 0px
	}

	.met-showproduct.pagetype1 .met-showproduct-body .product-hot {
		margin-left: 30px
	}
}

.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list {
	padding: 0px 15px
}

@media (min-width:768px) {
	.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list {
		padding: 0px 15px
	}
}

@media (max-width:991px) {
	.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list:nth-child(3n+1) {
		clear: both
	}
}

@media (max-width:767px) {
	.met-showproduct.pagetype1 .met-showproduct-body {
		padding: 15px 0px 0px
	}

	.met-showproduct.pagetype1 .met-showproduct-body .panel {
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-bottom: 15px
	}

	.met-showproduct.pagetype1 .met-showproduct-body .panel-body {
		padding: 15px;
		margin-bottom: 0px !important
	}

	.met-showproduct.pagetype1 .met-showproduct-body .product-content-body .panel {
		margin-right: 0px
	}

	.met-showproduct.pagetype1 .met-showproduct-body .product-content-body ul.nav-tabs {
		margin-bottom: 15px;
		margin-top: -10px
	}
}

@media (max-width:488px) {
	.met-showproduct.pagetype1 .met-showproduct-head .product-intro h1 {
		margin-top: 10px !important
	}

	.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list {
		width: 50%
	}

	.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list:nth-child(3n+1) {
		clear: none
	}

	.met-showproduct.pagetype1 .met-showproduct-body .product-hot-list:nth-child(2n+1) {
		clear: both
	}

	.met-showproduct.pagetype1 .met-showproduct-body .panel-body {
		padding: 0px 0px;
		margin-bottom: 0px !important
	}

	.met-sidebar {
		margin-top: 0px
	}

	.less-page-content {
		position: relative;
		padding-bottom: 15px
	}

	.et-hero-tabs-container--top {
		width: 100%
	}

	.et-hero-tab {
		font-size: 15px
	}

	.et-hero-tab:active,
	.et-hero-tab:active,
	.et-hero-tab:hover {
		color: #333;
		background: none
	}

	.et-hero-tab-slider {
		width: 20%
	}

	.product-content {
		padding: 15px
	}

	.product-sidebar--top {
		position: relative;
		top: 0;
		width: 100%
	}

	.tab-bt {
		font-size: 16px
	}

	.product-content .brand .brand_wrap .brand_box {
		display: block;
		float: left;
		width: calc(50% - 5px);
		height: auto;
		padding: 15px 12px;
		margin: 0 10px 10px 0px
	}

	.product-content .brand .brand_wrap .brand_box:nth-child(2n) {
		margin-right: 0
	}

	.product-content .brand .brand_wrap .brand_box .brand_tit {
		font-size: 16px
	}

	.product-content .flow-flag-form-step-box {
		padding: 0 0px
	}

	.product-content .flow-flag-form-step-box li {
		float: none
	}

	.product-content .flow-flag-form-step-box li.flow-flag-step {
		width: 100%;
		margin-top: 0px;
		padding-left: 60px;
		padding-top: 0px;
		height: 80px
	}

	.product-content .flow-flag-form-step-box li.flow-flag-step div {
		align-self: center
	}

	.product-content .flow-flag-form-step-box li.flow-flag-step-divider {
		margin-top: 0px;
		height: 10px;
		margin-left: 14px;
		background-position: center center;
		transform: rotate(90deg)
	}

	.product-content .flow-flag-form-step-box li.mfsq,
	.product-content .flow-flag-form-step-box li.yvy,
	.product-content .flow-flag-form-step-box li.zlpp,
	.product-content .flow-flag-form-step-box li.zlzl,
	.product-content .flow-flag-form-step-box li.wcdk {
		background-size: auto 46px;
		background-position: left center;
		display: flex
	}

	.product-content .flow-flag-form-step-box li.flow-flag-step p,
	.product-content .flow-flag-form-step-box li.flow-flag-step h4 {
		text-align: left;
		margin-bottom: 2px
	}

	.show_team .user-list {
		width: 100%;
		overflow-x: scroll;
		display: -webkit-box;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		justify-content: space-between
	}

	.show_team .user-card {
		width: 44%;
		float: left;
		padding-left: 15px;
		margin-right: 0px;
		-webkit-flex: 1 0 auto;
		flex: 1 0 auto
	}

	.user-list .user-card:last-child {
		margin-right: 15px
	}

	.user-list:after {
		clear: both;
		border-right: 0.1px solid transparent;
		content: ""
	}

	.show_team h2 {
		padding: 20px 0 10px 15px
	}

	.user-list::-webkit-scrollbar {
		display: none
	}

	.show_team {
		padding-bottom: 20px
	}

	.product-sidebar .product-hot-like .hot {
		border-top: 1px solid #eeeeee
	}

	.product-sidebar .product-hot-like .hot .item {
		width: calc(50% - 0px);
		height: 185px;
		background: #fff;
		padding: 0 15px;
		border-left: none;
		border-right: 1px solid #eeeeee;
		border-top: none;
		float: left;
		overflow: hidden;
		-webkit-box-shadow: none
	}

	.product-sidebar .product-hot-like .hot .item:nth-child(2n) {
		padding-right: none
	}

	.product-sidebar .product-hot-like .hot .item::after,
	.product-sidebar .product-hot-like .hot .item::before {
		display: none
	}

	.sidebar-piclist h3 {
		padding: 20px 15px
	}

	.met-bar>h3 {
		padding: 20px 15px
	}

	.met-sidebar.m-l-30 {
		margin-left: 0px !important
	}

	.met-sidebar.m-t-30 {
		margin-top: 15px !important
	}

	.met-showproduct.pagetype1 .met-showproduct-body .product-sidebar.panel-body {
		margin-bottom: 15px !important
	}

	.product-sidebar.met-sidebar {
		margin-bottom: 15px !important
	}

	.product-sidebar .product-hot-like .hot .item.MoreBox {
		top: -1px;
		border-left: none;
		border-right: none;
		border-bottom: none
	}

	.less-page-content .et-hero-tabs-container--top {
		width: 100%;
		height: 50px
	}

	.less-page-content .et-hero-tabs-container {
		height: 50px
	}
}

.product-list-box {
	padding: 0px;
	margin: 0px;
	overflow: hidden
}

.product-list-box .top h3 {
	font-size: 20px;
	font-weight: bold;
	color: #292e2e;
	margin: 45px 0px 20px;
	position: relative;
	padding-left: 15px
}

.product-list-box .top h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	height: 20px;
	width: 5px;
	background: #9f0810
}

.product-list-box .top h3 span {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	color: #979c9b;
	margin-left: 20px
}

.met-product-list .list {
	background: #ffffff;
	padding: 30px 30px;
	margin: 0;
	overflow: hidden;
	background: #ffffff
}

.met-product-list .list li {
	position: relative;
	float: left;
	width: calc(25% - 15px);
	background: #ffffff;
	border: 1px solid #eeeeee;
	margin-right: 20px;
	padding: 0 24px;
	z-index: 1;
	list-style: none
}

.met-product-list .list li:nth-child(4n) {
	margin-right: 0
}

.met-product-list .list li a {
	position: relative;
	display: block
}

.met-product-list .list li a::after {
	content: '';
	position: absolute;
	right: -25px;
	top: -21px;
	width: 44px;
	height: 45px;
	background: url(../images/xsth_ic_hot.png) no-repeat 0 0;
	background-size: cover
}

.met-product-list .list li a .tags {
	margin: 20px 0 15px
}

.met-product-list .list li a .tags span {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	border: 1px solid rgba(145, 152, 152, 0.3);
	border-radius: 2px;
	font-size: 12px;
	color: #919898;
	margin-right: 4px;
	padding: 0 4px
}

.met-product-list .list li a .name {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 0px 0 8px
}

.met-product-list .list li a .des {
	font-size: 12px;
	color: #979c9b;
	margin-bottom: 22px
}

.met-product-list .list li a .p-tag {
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	color: #525959;
	margin-bottom: 12px
}

.met-product-list .list li a .one-line {
	overflow: hidden;
	white-space: nowrap;
	display: block;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.met-product-list .list li a .p-tag i {
	height: 14px;
	line-height: 14px;
	font-size: 18px;
	color: #525959;
	width: 20px;
	position: relative;
	top: 2px;
	text-align: center;
	margin-right: 10px
}

.met-product-list .list li a .price {
	margin-top: 20px;
	color: #9f0810
}

.met-product-list .list li a .price>* {
	display: inline-block
}

    .met-product-list .list li a .price .now-price {
        font-weight: 400;
        font-size: 14px;
        color: #9f0810;
        margin-right: 3px;
    }

.met-product-list .list li a .price .now-price span {
	font-weight: 600;
	font-size: 20px;
    margin:0 5px;
}

.met-product-list .list li a .price .now-price em {
	font-weight: 600
}

.met-product-list .list li a .p-btn {
	position: relative;
	height: 34px;
	line-height: 34px;
	background: #fff;
	border: 1px solid #9f0810;
	font-size: 14px;
	color: #9f0810;
	text-align: center;
	margin-top: 26px;
	background-size: cover;
	margin-bottom: 24px
}

.met-product-list .list li a .p-btn .btn-wrap {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1)
}

.met-product-list .list li a .p-btn .text {
	position: relative;
	z-index: 2
}

.met-product-list .list li a .p-btn:hover .btn-wrap {
	display: block
}

.met-product-list .list li::after,
.met-product-list .list li::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	z-index: -1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	opacity: 0
}

.met-product-list .list li::after {
	left: 0px;
	top: 0px;
	border-left: 1px solid #9f0810;
	border-top: 1px solid #9f0810
}

.met-product-list .list li::before {
	right: 0px;
	bottom: 0px;
	border-right: 1px solid #9f0810;
	border-bottom: 1px solid #9f0810
}

.met-product-list .list li:hover {
	box-shadow: 0px 3px 10px 0px rgba(27, 28, 31, 0.1);
	-webkit-box-shadow: 0px 3px 10px 0px rgba(27, 28, 31, 0.1)
}

.met-product-list .list li:hover::after,
.met-product-list .list li:hover::before {
	width: 100%;
	height: 100%;
	opacity: 1
}

.met-product-list .list li:hover .p-btn {
	color: #ffffff;
	background: #9f0810
}

@media (max-width:767px) {
	.met-product-list {
		padding: 0px 0px 0px
	}

	.product-list-box {
		padding: 0px 0px 0;
		margin: 0 0 0px
	}

	.met-product-list .list {
		padding: 0
	}

	.met-product-list .list li {
		position: relative;
		float: left;
		width: calc(50% - 0px);
		background: #ffffff;
		border: none;
		border-top: 1px solid #eeeeee;
		border-right: 1px solid #eeeeee;
		margin-right: 0px;
		padding: 0 15px;
		z-index: 1;
		list-style: none
	}

	.met-product-list .list li:nth-child(2n) {
		border-right: none
	}

	.met-product-list .product-list-box .list li a .tags span:nth-child(3) {
		display: none
	}

	.product-list-box .top h3 {
		font-size: 18px;
		padding: 25px 15px 20px;
		margin: 0;
		background: #f2f2f2;
		text-align: center
	}

	.product-list-box .top h3:before {
		display: none
	}

	.product-list-box .top h3 span {
		margin-left: 0px;
		display: block;
		margin-top: 6px
	}

	.met-product-list .list li a::after {
		right: -15px
	}

	.met-product-list .list li::after {
		display: none
	}

	.met-product-list .list li::before {
		display: none
	}

	.met-product-list .list li:hover {
		box-shadow: none
	}

	.met-product-list .list li:hover .p-btn {
		color: #9f0810;
		background: none
	}

	.met-product-list .list li:active .p-btn {
		color: #ffffff;
		background: #9f0810
	}
}

.met-download {
	padding: 30px 0px;
	background: #f2f2f2
}

.met-download ul {
	padding: 0
}

.met-download .list-group {
	margin-bottom: 30px
}

.met-download .met-download-body {
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1)
}

.met-download .met-download-list {
	background: #fff;
	padding: 30px
}

.met-download .met-download-list .list-group-item {
	padding: 30px 0px;
	border-bottom: 1px solid #ddd;
	background: transparent
}

.met-download .met-download-list .media-left {
	padding-right: 5px;
	padding-left: 10px
}

.met-download .met-download-list .media-left i {
	font-size: 38px;
	color: #a3afb7
}

.met-download .met-download-list h4.media-heading a {
	color: #2a333c;
	font-size: 16px
}

.met-download .met-download-list h4.media-heading a:hover {
	color: #9f0810
}

.met-download .met-download-list small {
	color: #76838f;
	font-size: 14px
}

.met-download .met-download-list a.btn {
	margin-right: 10px
}

@media (max-width:767px) {
	.met-download {
		padding: 0px
	}

	.met-download .met-download-list {
		padding: 10px
	}
}

.met-showdownload {
	padding: 30px 0px;
	border-top: 1px solid #f7f7f7;
	background: #f2f2f2
}

.met-showdownload .met-showdownload-body {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	background: #fff
}

.met-showdownload .met-showdownload-content {
	padding-top: 30px
}

.met-showdownload .details-title,
.met-showdownload .met-showdownload-footer {
	padding: 30px
}

.met-showdownload .details-title {
	padding-bottom: 0
}

.met-showdownload .met-showdownload-header {
	padding-bottom: 0px
}

.met-showdownload h1 {
	margin: 0px;
	margin-bottom: 5px;
	font-size: 32px;
	line-height: 1.5;
	font-weight: 300
}

.met-showdownload .info {
	padding-bottom: 20px;
	border-bottom: 1px solid #f7f7f7;
	font-size: 16px;
	font-weight: 300;
	color: #a3afb7
}

.met-showdownload .info span {
	padding-right: 10px
}

.met-showdownload .met-showdownload-footer {
	padding-top: 0px
}

.met-showdownload .met-showdownload-footer ul.pager {
	margin: 0px;
	border-top: 1px solid #f7f7f7;
	padding-top: 20px
}

.met-showdownload .download-paralist {
	padding: 30px;
	padding-bottom: 0px
}

.met-showdownload .met-editor {
	padding: 30px;
	line-height: 1.8;
	font-size: 18px;
	font-weight: 300;
	color: #222
}

.met-showdownload .paralist dl {
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0px;
	padding-bottom: 5px
}

.met-showdownload .paralist dl dd {
	color: #76838f;
	margin-bottom: 5px
}

.met-showdownload .paralist .met-showdownload-btn {
	margin-top: 20px
}

@media (min-width:768px) {
	.met-showdownload .paralist dl {
		padding-bottom: 25px
	}

	.met-showdownload .paralist dl dt {
		width: 100px;
		margin-bottom: 5px
	}

	.met-showdownload .paralist dl dd {
		margin-left: 120px;
		margin-bottom: 5px
	}
}

@media (max-width:767px) {
	.met-showdownload {
		padding: 0px
	}

	.met-showdownload .info {
		padding-bottom: 20px
	}

	.met-showdownload h1 {
		font-size: 24px
	}

	.met-showdownload .met-showdownload-header,
	.met-showdownload .met-showdownload-footer {
		padding: 10px
	}

	.met-showdownload .met-showdownload-header {
		padding-top: 20px
	}

	.met-showdownload .met-showdownload-content {
		padding: 15px 0
	}

	.met-showdownload .paralist {
		padding: 10px
	}
}

.met-img {
	padding: 30px 0;
	background: #f2f2f2
}

.met-img-showbtn {
	width: 100%;
	padding: 0
}

.met-img .cover {
	overflow: hidden
}

.met-img .widget {
	background: none;
	padding: 5px !important
}

.overlay-fade {
	opacity: 0
}

.cover-title {
	background: #393939;
	text-align: center;
	padding: 15px 0;
	line-height: 2;
	transition: all 0.5s
}

.cover-title h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	display: block;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis
}

.cover-title h3 a {
	color: #fff
}

.cover-title p {
	margin: 0;
	padding: 5px 0 0 0;
	display: block;
	color: #aaa;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis
}

.cover-title p a {
	color: #aaa
}

.cover-title p a:hover {
	text-decoration: underline
}

.met-img .widget:hover .cover-title {
	background: #9f0810
}

.met-showimg {
	padding: 30px 0;
	background: #f2f2f2
}

#met-imgs-slick .slick-prev:before,
#met-imgs-slick .slick-next:before {
	display: none
}

#met-imgs-slick .slick-arrow.slick-next {
	right: 0
}

#met-imgs-slick .slick-arrow.slick-prev {
	left: 0
}

#met-imgs-slick {
	min-height: 150px
}

#met-imgs-slick.slick-dotted {
	padding-bottom: 80px
}

#met-imgs-slick.slick-slider:not(.slick-fade) .slick-slide {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab
}

#met-imgs-slick.fngallery .slick-slide a,
#met-imgs-slick.fngallery .slick-slide img {
	cursor: zoom-in
}

@media screen\0 {

	#met-imgs-slick.fngallery .slick-slide a,
	#met-imgs-slick.fngallery .slick-slide img {
		cursor: url(https://gsp0.baidu.com/5aAHeD3nKhI2p27j8IqW0jdnxx1xbK/tb/img/frs/cur_zin.cur?t=1489493164029), pointer
	}
}

#met-imgs-slick .slick-slide:first-child {
	display: block
}

#met-imgs-slick .slick-slide {
	width: 100%
}

#met-imgs-slick .slick-slide a {
	display: inline-block
}

#met-imgs-slick .slick-slide img {
	display: inline
}

#met-imgs-slick .slick-img-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000
}

#met-imgs-slick .swiper-navtab {
	width: 100%;
	padding-bottom: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	cursor: grab
}

#met-imgs-slick .slick-dots {
	bottom: 0;
	z-index: 2
}

#met-imgs-slick .slick-dots li {
	width: 60px;
	height: auto;
	margin: 0 0 0 10px;
	border: 2px solid #ddd;
	opacity: 0.7
}

#met-imgs-slick .slick-dots li:first-child {
	margin: 0
}

#met-imgs-slick .slick-dots li.slick-active {
	border-color: #4e97d9
}

#met-imgs-slick .slick-dots li img {
	width: 100%;
	object-fit: cover
}

#met-imgs-slick.slick-slider .slick-arrow {
	height: calc(100% - 80px)
}

#met-imgs-slick .slick-arrow {
	width: 15%;
	height: 100%;
	top: 0;
	transform: translate(0, 0)
}

#met-imgs-slick .slick-arrow.slick-prev {
	text-align: left
}

#met-imgs-slick .slick-arrow.slick-next {
	text-align: right
}

#met-imgs-slick .slick-arrow i {
	font-size: 50px;
	color: #999
}

@media (max-width:767px) {
	#met-imgs-slick.slick-slider .slick-arrow {
		height: calc(100% - 60px)
	}

	#met-imgs-slick.slick-dotted {
		padding-bottom: 60px
	}

	#met-imgs-slick .slick-dots li {
		width: 40px;
		margin-left: 5px;
		border-width: 1px
	}

	.met-showimg {
		padding: 0
	}

	.met-showimg .details-title {
		padding: 20px 15px
	}

	.met-showimg .details-title h1 {
		font-size: 24px
	}

	.pagination.p-t-20 {
		padding-top: 0px !important
	}
}

.met-showimg-body {
	background: #ffff
}

.details-title {
	padding: 30px;
	background: #fff
}

.met-showimg-con,
.img-paralist {
	margin-top: 30px;
	list-style: none
}

.img-paralist {
	border: 1px solid #f6f6f6;
	margin: 30px 30px 0;
	padding: 10px 0;
	background: #f9f9f9
}

.img-paralist li span {
	color: #9f0810;
	font-weight: 600
}

@media (max-width:991px) {

	.met-showimg-con,
		{
		padding: 0
	}

	.img-paralist {
		margin-top: 20px
	}
}

@media (max-width:767px) {
	.met-img {
		padding: 0
	}

	.met-showimg-con,
	.img-paralist {
		margin: 15px 15px 0;
		padding: 10px 20px !important
	}

	.img-paralist li {
		width: 50%;
		float: left;
		padding: 5px 0 !important
	}

	.met-job {
		padding: 30px 0px;
		background: #f2f2f2
	}

	.met-job .widget {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		-ms-border-radius: 0;
		border-radius: 0
	}

	.met-job .widget .widget-body:last-child {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		-ms-border-radius: 0;
		border-radius: 0
	}

	.met-job .widget .widget-title a {
		color: #2a333c
	}

	.met-job .widget .widget-title a:hover {
		color: #32a4fc
	}

	.met-job .widget .widget-metas span {
		margin-right: 10px
	}

	.met-job .widget .met-editor {
		padding: 0px 20px
	}

	#met-job-cv .modal-header {
		border-radius: 0px
	}

	.met-form .form-group .control-label {
		font-weight: normal
	}

	.met-job .card {
		padding: 30px 25px
	}

	@media (max-width:767px) {
		.met-job {
			padding: 10px
		}

		.met-job .widget {
			margin: 15px 10px
		}

		.met-job .widget .widget-body {
			padding: 15px 10px
		}

		.met-job .widget .met-editor {
			padding: 0px
		}

		.met-job .widget hr {
			margin-top: 15px;
			margin-bottom: 15px
		}

		#met-job-cv .modal-body {
			padding: 15px
		}

		.met-job .card {
			padding: 15px 10px
		}

		.card {
			margin-bottom: 10px
		}
	}

	.met-link .breadcrumb-item {
		float: none;
		display: inline-block
	}

	.met-link .breadcrumb-item a {
		color: #666
	}

	.met-link .breadcrumb-item:nth-child(1) {
		color: #9f0810
	}

	.met-search {
		padding: 30px 0px;
		border-top: 1px solid #f5f5f5;
		background: #f2f2f2
	}

	.met-search .met-search-body {
		min-height: 500px;
		padding: 30px;
		background: #fff;
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
		-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
		-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
	}

	.met-search-body em {
		color: #ff0000
	}

	.met-search .met-search-body .page-search-form {
		margin-bottom: 10px
	}

	.met-search .met-search-body .met_pager {
		margin-top: 30px;
		text-align: left
	}

	.met-search .met-search-body .page-search-title {
		font-size: 26px
	}

	.met-search .met-search-body .list-group-item {
		padding-top: 10px;
		padding-bottom: 10px
	}

	.met-search .met-search-body .list-group-item p {
		color: #76838f
	}

	.met-search .met-search-body .list-group-item>h4 {
		margin-bottom: 5px
	}

	.met-search .met-search-body .list-group-item>h4 a {
		text-decoration: none;
		color: #526069
	}

	.met-search .met-search-body .list-group-item>h4 a:hover {
		text-decoration: none;
		color: #37474f
	}

	.met-search .met-search-body .list-group-item>p:last-child {
		margin-bottom: 0
	}

	.met-search .met-search-body select {
		margin: 5px 0px
	}

	.met-search .met-search-body [data-plugin] select {
		margin-right: 0px !important
	}

	.met-search .met-search-body [data-plugin] {
		display: flex;
		align-items: center;
		justify-content: space-between
	}

	@media (max-width:767px) {
		.met-search {
			padding: 0px
		}

		.met-search .met-search-body {
			padding: 20px 10px
		}

		.met-search .met-search-body {
			padding: 10px
		}
	}

	.met-sitemap {
		padding: 30px 0px;
		background: #f2f2f2
	}

	.met-sitemap .met-sitemap-body {
		padding: 30px;
		background: #fff;
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
		-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
		-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
	}

	.sitemap-list {
		padding: 0;
		margin: 0px;
		list-style-type: none
	}

	.sitemap-list a {
		color: #76838f
	}

	.sitemap-list>li {
		margin-bottom: 25px
	}

	.sitemap-list>li:last-child {
		margin-bottom: 0px
	}

	.sitemap-list>li.is-single {
		margin-bottom: 10px
	}

	.sitemap-list>li>a {
		display: block;
		padding: 14px 15px;
		line-height: 1;
		text-decoration: none;
		border: 1px solid #e4eaec;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		border-radius: 5px
	}

	.sitemap-list>li>ul {
		position: relative;
		padding: 10px 10px 20px 40px;
		margin: 0;
		list-style-type: none
	}

	.sitemap-list>li>ul a:hover {
		color: #9f0810
	}

	.sitemap-list>li>ul::before {
		position: absolute;
		top: 0;
		left: 20px;
		width: 1px;
		height: 100%;
		content: " ";
		background: #e4eaec
	}

	.sitemap-list>li>ul>li>a {
		position: relative;
		display: block;
		min-width: 220px;
		padding: 10px;
		margin-bottom: 5px;
		line-height: 1;
		text-decoration: none;
		border: 1px solid #e4eaec
	}

	.sitemap-list>li>ul>li>a::after,
	.sitemap-list>li>ul>li>a::before {
		position: absolute;
		top: 50%;
		content: " ";
		background: #e4eaec
	}

	.sitemap-list>li>ul>li>a::before {
		left: -20px;
		width: 20px;
		height: 1px;
		margin-top: -1px
	}

	.sitemap-list>li>ul>li>a::after {
		left: -23px;
		width: 5px;
		height: 5px;
		margin-top: -3px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%
	}

	.sitemap-list-sub {
		position: relative;
		padding: 5px 0 9px 40px;
		margin-top: -5px;
		list-style-type: none
	}

	.sitemap-list-sub::before {
		position: absolute;
		top: 0;
		left: 20px;
		width: 1px;
		height: 100%;
		content: " ";
		background: #e4eaec
	}

	.sitemap-list-sub>li {
		position: relative;
		line-height: 30px
	}

	.sitemap-list-sub>li::after,
	.sitemap-list-sub>li::before {
		position: absolute;
		top: 50%;
		left: -22px;
		content: " ";
		background: #e4eaec
	}

	.sitemap-list-sub>li::before {
		width: 15px;
		height: 1px;
		margin-top: -1px
	}

	.sitemap-list-sub>li::after {
		width: 5px;
		height: 5px;
		margin-top: -3px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%
	}

	@media (max-width:767px) {
		.met-sitemap {
			padding: 0px
		}

		.met-sitemap .met-sitemap-body {
			padding: 10px
		}
	}

	@media (max-width:479px) {
		.sitemap-list {
			padding-left: 40px;
			list-style-type: disc
		}

		.sitemap-list .icon {
			display: none
		}

		.sitemap-list>li:first-child {
			margin-bottom: 20px;
			margin-left: -16px;
			list-style-type: none
		}

		.sitemap-list>li>a {
			display: inline;
			padding: 10px;
			border: none
		}

		.sitemap-list>li>a i {
			display: none
		}

		.sitemap-list>li>ul {
			padding: 5px 0 5px 26px;
			list-style-type: circle
		}

		.sitemap-list>li>ul::before {
			display: none
		}

		.sitemap-list>li>ul>li>a {
			display: inline;
			padding: 10px 0;
			border: none
		}

		.sitemap-list>li>ul>li>a::after,
		.sitemap-list>li>ul>li>a::before {
			display: none
		}

		.sitemap-list-sub {
			padding: 5px 0 5px 20px;
			list-style-type: square
		}

		.sitemap-list-sub::before {
			display: none
		}

		.sitemap-list-sub>li {
			line-height: normal
		}

		.sitemap-list-sub>li::after,
		.sitemap-list-sub>li::before {
			display: none
		}
	}

	.met-langlist {
		display: inline-block
	}

	.met-langlist span {
		font-size: 14px;
		cursor: pointer
	}

	#btn-convert {
		margin-top: 6px
	}

	.metlang #btn-convert {
		margin-top: 0px;
		cursor: pointer;
		display: inline-block
	}

	.met-head-user {
		font-size: 0
	}

	.met_navbtn {
		color: #666
	}

	.met-head-user li a {
		padding: 0 5px;
		font-size: 14px
	}

	.met-head-user li a+a {
		border-left: 1px solid #ccc
	}

	.met-nav #met-head-user-collapse a {
		color: #666
	}

	.border-left1 {
		border-left: 1px solid #ccc;
		padding: 0 5px;
		cursor: pointer
	}

	@media (min-width:768px) {
		.met-nav #met-head-user-collapse a.navbar-avatar {
			height: 60px;
			line-height: 60px;
			display: block
		}

		.metlang {
			height: 60px;
			line-height: 60px
		}

		.metlang a {
			line-height: normal
		}
	}

	@media (max-width:767px) {

		.met-head-user .dropdown>a,
		.metlang .met_navbtn {
			line-height: 40px;
			height: 40px;
			display: block
		}

		.metlang {
			margin: 0 !important
		}

		.met-langlist {
			padding-left: 15px
		}
	}

	.order {
		padding: 0;
		float: right;
		margin-bottom: 10px !important
	}

	.order li {
		display: inline-block;
		padding: 0 5px
	}

	.order li a {
		color: #666
	}

	.order li a:hover {
		color: #9f0810
	}

	.column.list-icons {
		padding: 0
	}

	.pagination .page-item.active .page-link,
	.pagination .page-item.active .page-link:focus,
	.pagination .page-item.active .page-link:hover {
		z-index: 2;
		cursor: default;
		color: #9f0810;
		border-color: #9f0810;
		background: #fef6f7
	}

	.pagination .page-item.disabled .page-link,
	.pagination .page-item.disabled .page-link:focus,
	.pagination .page-item.disabled .page-link:hover {
		cursor: not-allowed;
		pointer-events: none;
		color: #ccd5db;
		border-color: #e4eaec;
		background-color: transparent
	}

	.pagination .page-item .page-link:focus,
	.pagination .page-item .page-link:hover,
	.pagination .page-item a.page-link:focus,
	.pagination .page-item a.page-link:hover {
		color: #9f0810;
		border-color: #9f0810;
		background: #fef6f7
	}

	.detail_tag {
		padding: 0 30px 30px;
		background: #fff
	}

	.detail_tag span {
		font-size: 14px
	}

	.detail_tag a {
		color: #333;
		padding: 0 5px
	}

	.detail_tag a:hover {
		color: #9f0810
	}

	.page404 {
		background: #f5f5f5
	}

	.box404 {
		display: table;
		min-height: 500px
	}

	.size404 {
		display: table-cell;
		width: 100%;
		text-align: center;
		vertical-align: middle;
		font-size: 50px;
		color: #333
	}

	@media (max-width:767px) {
		.box404 {
			min-height: 250px
		}

		.size404 {
			font-size: 25px
		}
	}

	.type-order {
		border-top: 1px solid #e4e4e4;
		border-right: 1px solid #e4e4e4;
		border-left: 1px solid #e4e4e4
	}

	.type-order>div {
		background: #e5e5e5;
		border-bottom: 1px solid #ededed
	}

	.type-order ul {
		background: #fafafa
	}

	.type-order ul {
		padding: 0;
		margin: 0
	}

	.type-order ul li {
		height: 40px;
		line-height: 40px
	}

	.type-order .attr-name {
		height: 40px;
		line-height: 40px;
		white-space: nowrap;
		position: relative;
		overflow: hidden
	}

	.type-order .attr-value a {
		color: #333
	}

	.type-order .attr-value a:hover,
	.type-order .attr-value.para_select_option a {
		color: #9f0810
	}

	.order li a {
		background: #fff
	}

	.met-relevant ul {
		background: #fff;
		margin: 0px;
		padding-top: 10px;
		margin-top: 2px
	}

	.met-relevant ul li {
		margin-bottom: 10px;
		margin-left: 0px;
		padding-left: 0px
	}

	.met-relevant ul li h4 a {
		color: #333;
		font-size: 14px
	}

	.tag-border {
		box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
		margin: 0 30px;
		padding: 10px;
		margin-bottom: 20px
	}

	.tag-border .detail_tag {
		padding: 0px
	}

	.met-menu-list {
		overflow: hidden;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 999;
		width: 100%
	}

	.met-menu-list a.item {
		padding: 5px 0;
		display: inline-block
	}

	.met-menu-list a.item i {
		font-size: 16px;
		display: block
	}

	.met-menu-list {
		display: none
	}

	.met-menu-list.iskeshi {
		display: block
	}

	.met-menu-list .main {
		display: flex
	}

	.met-menu-list .main>div {
		flex: 1
	}
.inside_con{ padding:10px 0; min-height: 300px;}
	@media (max-width:767px) {
		.met-menu-list {
			display: block
		}
	}
	
	.slick{ display: block;}
	.djine{ display:none;}
	.et-hero-tabs-container{ z-index: 99;}
	
	.clear{ margin:0; padding:0; font-size:0; clear:both; }
	
	@media only screen and (max-width: 980px) {
	.slick{ display:none;}
	.djine{ display: block; position: relative;}
	.mySwiper{ width: 90% !important; margin: 0 auto;}
}