﻿@charset "utf-8";

.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)
	}
}

@font-face {
	font-family:"iconfont";src:url('../fonts/iconfont.eot');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"
}

.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 #eee;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15)
}

.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: #eee;
	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: #eee
}

.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: #eee;
	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: #eee
}

.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
}

.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
}

.flag-icon-background {
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: contain;
	background-size: contain
}

.flag-icon {
	position: relative;
	display: inline-block;
	width: 1.33333333em;
	line-height: 1em;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: contain;
	background-size: contain
}

.flag-icon:before {
	content: "\00a0"
}

.dropdown-menu .flag-icon {
	margin-right: 5px
}

.flag-icon-ad {
	background-image: url('../fonts/ad.svg')
}

.flag-icon-ae {
	background-image: url('../fonts/ae.svg')
}

.flag-icon-af {
	background-image: url('../fonts/af.svg')
}

.flag-icon-ag {
	background-image: url('../fonts/ag.svg')
}

.flag-icon-ai {
	background-image: url('../fonts/ai.svg')
}

.flag-icon-al {
	background-image: url('../fonts/al.svg')
}

.flag-icon-am {
	background-image: url('../fonts/am.svg')
}

.flag-icon-ao {
	background-image: url('../fonts/ao.svg')
}

.flag-icon-aq {
	background-image: url('../fonts/aq.svg')
}

.flag-icon-ar {
	background-image: url('../fonts/ar.svg')
}

.flag-icon-as {
	background-image: url('../fonts/as.svg')
}

.flag-icon-at {
	background-image: url('../fonts/at.svg')
}

.flag-icon-au {
	background-image: url('../fonts/au.svg')
}

.flag-icon-aw {
	background-image: url('../fonts/aw.svg')
}

.flag-icon-ax {
	background-image: url('../fonts/ax.svg')
}

.flag-icon-az {
	background-image: url('../fonts/az.svg')
}

.flag-icon-ba {
	background-image: url('../fonts/ba.svg')
}

.flag-icon-bb {
	background-image: url('../fonts/bb.svg')
}

.flag-icon-bd {
	background-image: url('../fonts/bd.svg')
}

.flag-icon-be {
	background-image: url('../fonts/be.svg')
}

.flag-icon-bf {
	background-image: url('../fonts/bf.svg')
}

.flag-icon-bg {
	background-image: url('../fonts/bg.svg')
}

.flag-icon-bh {
	background-image: url('../fonts/bh.svg')
}

.flag-icon-bi {
	background-image: url('../fonts/bi.svg')
}

.flag-icon-bj {
	background-image: url('../fonts/bj.svg')
}

.flag-icon-bl {
	background-image: url('../fonts/bl.svg')
}

.flag-icon-bm {
	background-image: url('../fonts/bm.svg')
}

.flag-icon-bn {
	background-image: url('../fonts/bn.svg')
}

.flag-icon-bo {
	background-image: url('../fonts/bo.svg')
}

.flag-icon-bq {
	background-image: url('../fonts/bq.svg')
}

.flag-icon-br {
	background-image: url('../fonts/br.svg')
}

.flag-icon-bs {
	background-image: url('../fonts/bs.svg')
}

.flag-icon-bt {
	background-image: url('../fonts/bt.svg')
}

.flag-icon-bv {
	background-image: url('../fonts/bv.svg')
}

.flag-icon-bw {
	background-image: url('../fonts/bw.svg')
}

.flag-icon-by {
	background-image: url('../fonts/by.svg')
}

.flag-icon-bz {
	background-image: url('../fonts/bz.svg')
}

.flag-icon-ca {
	background-image: url('../fonts/ca.svg')
}

.flag-icon-cc {
	background-image: url('../fonts/cc.svg')
}

.flag-icon-cd {
	background-image: url('../fonts/cd.svg')
}

.flag-icon-cf {
	background-image: url('../fonts/cf.svg')
}

.flag-icon-cg {
	background-image: url('../fonts/cg.svg')
}

.flag-icon-ch {
	background-image: url('../fonts/ch.svg')
}

.flag-icon-ci {
	background-image: url('../fonts/ci.svg')
}

.flag-icon-ck {
	background-image: url('../fonts/ck.svg')
}

.flag-icon-cl {
	background-image: url('../fonts/cl.svg')
}

.flag-icon-cm {
	background-image: url('../fonts/cm.svg')
}

.flag-icon-cn {
	background-image: url('../fonts/cn.svg')
}

.flag-icon-co {
	background-image: url('../fonts/co.svg')
}

.flag-icon-cr {
	background-image: url('../fonts/cr.svg')
}

.flag-icon-cu {
	background-image: url('../fonts/cu.svg')
}

.flag-icon-cv {
	background-image: url('../fonts/cv.svg')
}

.flag-icon-cw {
	background-image: url('../fonts/cw.svg')
}

.flag-icon-cx {
	background-image: url('../fonts/cx.svg')
}

.flag-icon-cy {
	background-image: url('../fonts/cy.svg')
}

.flag-icon-cz {
	background-image: url('../fonts/cz.svg')
}

.flag-icon-de {
	background-image: url('../fonts/de.svg')
}

.flag-icon-dj {
	background-image: url('../fonts/dj.svg')
}

.flag-icon-dk {
	background-image: url('../fonts/dk.svg')
}

.flag-icon-dm {
	background-image: url('../fonts/dm.svg')
}

.flag-icon-do {
	background-image: url('../fonts/do.svg')
}

.flag-icon-dz {
	background-image: url('../fonts/dz.svg')
}

.flag-icon-ec {
	background-image: url('../fonts/ec.svg')
}

.flag-icon-ee {
	background-image: url('../fonts/ee.svg')
}

.flag-icon-eg {
	background-image: url('../fonts/eg.svg')
}

.flag-icon-eh {
	background-image: url('../fonts/eh.svg')
}

.flag-icon-er {
	background-image: url('../fonts/er.svg')
}

.flag-icon-es {
	background-image: url('../fonts/es.svg')
}

.flag-icon-et {
	background-image: url('../fonts/et.svg')
}

.flag-icon-fi {
	background-image: url('../fonts/fi.svg')
}

.flag-icon-fj {
	background-image: url('../fonts/fj.svg')
}

.flag-icon-fk {
	background-image: url('../fonts/fk.svg')
}

.flag-icon-fm {
	background-image: url('../fonts/fm.svg')
}

.flag-icon-fo {
	background-image: url('../fonts/fo.svg')
}

.flag-icon-fr {
	background-image: url('../fonts/fr.svg')
}

.flag-icon-ga {
	background-image: url('../fonts/ga.svg')
}

.flag-icon-gb {
	background-image: url('../fonts/gb.svg')
}

.flag-icon-gd {
	background-image: url('../fonts/gd.svg')
}

.flag-icon-ge {
	background-image: url('../fonts/ge.svg')
}

.flag-icon-gf {
	background-image: url('../fonts/gf.svg')
}

.flag-icon-gg {
	background-image: url('../fonts/gg.svg')
}

.flag-icon-gh {
	background-image: url('../fonts/gh.svg')
}

.flag-icon-gi {
	background-image: url('../fonts/gi.svg')
}

.flag-icon-gl {
	background-image: url('../fonts/gl.svg')
}

.flag-icon-gm {
	background-image: url('../fonts/gm.svg')
}

.flag-icon-gn {
	background-image: url('../fonts/gn.svg')
}

.flag-icon-gp {
	background-image: url('../fonts/gp.svg')
}

.flag-icon-gq {
	background-image: url('../fonts/gq.svg')
}

.flag-icon-gr {
	background-image: url('../fonts/gr.svg')
}

.flag-icon-gs {
	background-image: url('../fonts/gs.svg')
}

.flag-icon-gt {
	background-image: url('../fonts/gt.svg')
}

.flag-icon-gu {
	background-image: url('../fonts/gu.svg')
}

.flag-icon-gw {
	background-image: url('../fonts/gw.svg')
}

.flag-icon-gy {
	background-image: url('../fonts/gy.svg')
}

.flag-icon-hk {
	background-image: url('../fonts/hk.svg')
}

.flag-icon-hm {
	background-image: url('../fonts/hm.svg')
}

.flag-icon-hn {
	background-image: url('../fonts/hn.svg')
}

.flag-icon-hr {
	background-image: url('../fonts/hr.svg')
}

.flag-icon-ht {
	background-image: url('../fonts/ht.svg')
}

.flag-icon-hu {
	background-image: url('../fonts/hu.svg')
}

.flag-icon-id {
	background-image: url('../fonts/id.svg')
}

.flag-icon-ie {
	background-image: url('../fonts/ie.svg')
}

.flag-icon-il {
	background-image: url('../fonts/il.svg')
}

.flag-icon-im {
	background-image: url('../fonts/im.svg')
}

.flag-icon-in {
	background-image: url('../fonts/in.svg')
}

.flag-icon-io {
	background-image: url('../fonts/io.svg')
}

.flag-icon-iq {
	background-image: url('../fonts/iq.svg')
}

.flag-icon-ir {
	background-image: url('../fonts/ir.svg')
}

.flag-icon-is {
	background-image: url('../fonts/is.svg')
}

.flag-icon-it {
	background-image: url('../fonts/it.svg')
}

.flag-icon-je {
	background-image: url('../fonts/je.svg')
}

.flag-icon-jm {
	background-image: url('../fonts/jm.svg')
}

.flag-icon-jo {
	background-image: url('../fonts/jo.svg')
}

.flag-icon-jp {
	background-image: url('../fonts/jp.svg')
}

.flag-icon-ke {
	background-image: url('../fonts/ke.svg')
}

.flag-icon-kg {
	background-image: url('../fonts/kg.svg')
}

.flag-icon-kh {
	background-image: url('../fonts/kh.svg')
}

.flag-icon-ki {
	background-image: url('../fonts/ki.svg')
}

.flag-icon-km {
	background-image: url('../fonts/km.svg')
}

.flag-icon-kn {
	background-image: url('../fonts/kn.svg')
}

.flag-icon-kp {
	background-image: url('../fonts/kp.svg')
}

.flag-icon-kr {
	background-image: url('../fonts/kr.svg')
}

.flag-icon-kw {
	background-image: url('../fonts/kw.svg')
}

.flag-icon-ky {
	background-image: url('../fonts/ky.svg')
}

.flag-icon-kz {
	background-image: url('../fonts/kz.svg')
}

.flag-icon-la {
	background-image: url('../fonts/la.svg')
}

.flag-icon-lb {
	background-image: url('../fonts/lb.svg')
}

.flag-icon-lc {
	background-image: url('../fonts/lc.svg')
}

.flag-icon-li {
	background-image: url('../fonts/li.svg')
}

.flag-icon-lk {
	background-image: url('../fonts/lk.svg')
}

.flag-icon-lr {
	background-image: url('../fonts/lr.svg')
}

.flag-icon-ls {
	background-image: url('../fonts/ls.svg')
}

.flag-icon-lt {
	background-image: url('../fonts/lt.svg')
}

.flag-icon-lu {
	background-image: url('../fonts/lu.svg')
}

.flag-icon-lv {
	background-image: url('../fonts/lv.svg')
}

.flag-icon-ly {
	background-image: url('../fonts/ly.svg')
}

.flag-icon-ma {
	background-image: url('../fonts/ma.svg')
}

.flag-icon-mc {
	background-image: url('../fonts/mc.svg')
}

.flag-icon-md {
	background-image: url('../fonts/md.svg')
}

.flag-icon-me {
	background-image: url('../fonts/me.svg')
}

.flag-icon-mf {
	background-image: url('../fonts/mf.svg')
}

.flag-icon-mg {
	background-image: url('../fonts/mg.svg')
}

.flag-icon-mh {
	background-image: url('../fonts/mh.svg')
}

.flag-icon-mk {
	background-image: url('../fonts/mk.svg')
}

.flag-icon-ml {
	background-image: url('../fonts/ml.svg')
}

.flag-icon-mm {
	background-image: url('../fonts/mm.svg')
}

.flag-icon-mn {
	background-image: url('../fonts/mn.svg')
}

.flag-icon-mo {
	background-image: url('../fonts/mo.svg')
}

.flag-icon-mp {
	background-image: url('../fonts/mp.svg')
}

.flag-icon-mq {
	background-image: url('../fonts/mq.svg')
}

.flag-icon-mr {
	background-image: url('../fonts/mr.svg')
}

.flag-icon-ms {
	background-image: url('../fonts/ms.svg')
}

.flag-icon-mt {
	background-image: url('../fonts/mt.svg')
}

.flag-icon-mu {
	background-image: url('../fonts/mu.svg')
}

.flag-icon-mv {
	background-image: url('../fonts/mv.svg')
}

.flag-icon-mw {
	background-image: url('../fonts/mw.svg')
}

.flag-icon-mx {
	background-image: url('../fonts/mx.svg')
}

.flag-icon-my {
	background-image: url('../fonts/my.svg')
}

.flag-icon-mz {
	background-image: url('../fonts/mz.svg')
}

.flag-icon-na {
	background-image: url('../fonts/na.svg')
}

.flag-icon-nc {
	background-image: url('../fonts/nc.svg')
}

.flag-icon-ne {
	background-image: url('../fonts/ne.svg')
}

.flag-icon-nf {
	background-image: url('../fonts/nf.svg')
}

.flag-icon-ng {
	background-image: url('../fonts/ng.svg')
}

.flag-icon-ni {
	background-image: url('../fonts/ni.svg')
}

.flag-icon-nl {
	background-image: url('../fonts/nl.svg')
}

.flag-icon-no {
	background-image: url('../fonts/no.svg')
}

.flag-icon-np {
	background-image: url('../fonts/np.svg')
}

.flag-icon-nr {
	background-image: url('../fonts/nr.svg')
}

.flag-icon-nu {
	background-image: url('../fonts/nu.svg')
}

.flag-icon-nz {
	background-image: url('../fonts/nz.svg')
}

.flag-icon-om {
	background-image: url('../fonts/om.svg')
}

.flag-icon-pa {
	background-image: url('../fonts/pa.svg')
}

.flag-icon-pe {
	background-image: url('../fonts/pe.svg')
}

.flag-icon-pf {
	background-image: url('../fonts/pf.svg')
}

.flag-icon-pg {
	background-image: url('../fonts/pg.svg')
}

.flag-icon-ph {
	background-image: url('../fonts/ph.svg')
}

.flag-icon-pk {
	background-image: url('../fonts/pk.svg')
}

.flag-icon-pl {
	background-image: url('../fonts/pl.svg')
}

.flag-icon-pm {
	background-image: url('../fonts/pm.svg')
}

.flag-icon-pn {
	background-image: url('../fonts/pn.svg')
}

.flag-icon-pr {
	background-image: url('../fonts/pr.svg')
}

.flag-icon-ps {
	background-image: url('../fonts/ps.svg')
}

.flag-icon-pt {
	background-image: url('../fonts/pt.svg')
}

.flag-icon-pw {
	background-image: url('../fonts/pw.svg')
}

.flag-icon-py {
	background-image: url('../fonts/py.svg')
}

.flag-icon-qa {
	background-image: url('../fonts/qa.svg')
}

.flag-icon-re {
	background-image: url('../fonts/re.svg')
}

.flag-icon-ro {
	background-image: url('../fonts/ro.svg')
}

.flag-icon-rs {
	background-image: url('../fonts/rs.svg')
}

.flag-icon-ru {
	background-image: url('../fonts/ru.svg')
}

.flag-icon-rw {
	background-image: url('../fonts/rw.svg')
}

.flag-icon-sa {
	background-image: url('../fonts/sa.svg')
}

.flag-icon-sb {
	background-image: url('../fonts/sb.svg')
}

.flag-icon-sc {
	background-image: url('../fonts/sc.svg')
}

.flag-icon-sd {
	background-image: url('../fonts/sd.svg')
}

.flag-icon-se {
	background-image: url('../fonts/se.svg')
}

.flag-icon-sg {
	background-image: url('../fonts/sg.svg')
}

.flag-icon-sh {
	background-image: url('../fonts/sh.svg')
}

.flag-icon-si {
	background-image: url('../fonts/si.svg')
}

.flag-icon-sj {
	background-image: url('../fonts/sj.svg')
}

.flag-icon-sk {
	background-image: url('../fonts/sk.svg')
}

.flag-icon-sl {
	background-image: url('../fonts/sl.svg')
}

.flag-icon-sm {
	background-image: url('../fonts/sm.svg')
}

.flag-icon-sn {
	background-image: url('../fonts/sn.svg')
}

.flag-icon-so {
	background-image: url('../fonts/so.svg')
}

.flag-icon-sr {
	background-image: url('../fonts/sr.svg')
}

.flag-icon-ss {
	background-image: url('../fonts/ss.svg')
}

.flag-icon-st {
	background-image: url('../fonts/st.svg')
}

.flag-icon-sv {
	background-image: url('../fonts/sv.svg')
}

.flag-icon-sx {
	background-image: url('../fonts/sx.svg')
}

.flag-icon-sy {
	background-image: url('../fonts/sy.svg')
}

.flag-icon-sz {
	background-image: url('../fonts/sz.svg')
}

.flag-icon-tc {
	background-image: url('../fonts/tc.svg')
}

.flag-icon-td {
	background-image: url('../fonts/td.svg')
}

.flag-icon-tf {
	background-image: url('../fonts/tf.svg')
}

.flag-icon-tg {
	background-image: url('../fonts/tg.svg')
}

.flag-icon-th {
	background-image: url('../fonts/th.svg')
}

.flag-icon-tj {
	background-image: url('../fonts/tj.svg')
}

.flag-icon-tk {
	background-image: url('../fonts/tk.svg')
}

.flag-icon-tl {
	background-image: url('../fonts/tl.svg')
}

.flag-icon-tm {
	background-image: url('../fonts/tm.svg')
}

.flag-icon-tn {
	background-image: url('../fonts/tn.svg')
}

.flag-icon-to {
	background-image: url('../fonts/to.svg')
}

.flag-icon-tr {
	background-image: url('../fonts/tr.svg')
}

.flag-icon-tt {
	background-image: url('../fonts/tt.svg')
}

.flag-icon-tv {
	background-image: url('../fonts/tv.svg')
}

.flag-icon-tw {
	background-image: url('../fonts/tw.svg')
}

.flag-icon-tz {
	background-image: url('../fonts/tz.svg')
}

.flag-icon-ua {
	background-image: url('../fonts/ua.svg')
}

.flag-icon-ug {
	background-image: url('../fonts/ug.svg')
}

.flag-icon-um {
	background-image: url('../fonts/um.svg')
}

.flag-icon-us {
	background-image: url('../fonts/us.svg')
}

.flag-icon-uy {
	background-image: url('../fonts/uy.svg')
}

.flag-icon-uz {
	background-image: url('../fonts/uz.svg')
}

.flag-icon-va {
	background-image: url('../fonts/va.svg')
}

.flag-icon-vc {
	background-image: url('../fonts/vc.svg')
}

.flag-icon-ve {
	background-image: url('../fonts/ve.svg')
}

.flag-icon-vg {
	background-image: url('../fonts/vg.svg')
}

.flag-icon-vi {
	background-image: url('../fonts/vi.svg')
}

.flag-icon-vn {
	background-image: url('../fonts/vn.svg')
}

.flag-icon-vu {
	background-image: url('../fonts/vu.svg')
}

.flag-icon-wf {
	background-image: url('../fonts/wf.svg')
}

.flag-icon-ws {
	background-image: url('../fonts/ws.svg')
}

.flag-icon-ye {
	background-image: url('../fonts/ye.svg')
}

.flag-icon-yt {
	background-image: url('../fonts/yt.svg')
}

.flag-icon-za {
	background-image: url('../fonts/za.svg')
}

.flag-icon-zm {
	background-image: url('../fonts/zm.svg')
}

.flag-icon-zw {
	background-image: url('../fonts/zw.svg')
}

body {
	-webkit-background-size: cover;
	background-size: cover
}

.head_nav_txmb_11_2_1-load {
	height: 100%;
	width: 100%;
	background-color: #ededed;
	position: fixed;
	z-index: 9999;
	overflow: hidden
}

.head_nav_txmb_11_2_1-load .load-btn {
	display: inline-block;
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	font-size: 16px;
	color: #000000;
	color:;
	background-color:;
	background-image: -webkit-linear-gradient(top,#fff,);
	background-image: linear-gradient(180deg,#fff,);
	cursor: pointer;
	box-sizing: border-box;
	width: 300px;
	height: 65px;
	line-height: 65px;
	position: absolute;
	left: 50%;
	top: 25%;
	margin-left: -150px;
	text-align: center;
	box-shadow: inset 0 0 0 0px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.1)
}

.head_nav_txmb_11_2_1-load .gif {
	background-color: #000000;
	background-color:;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	border: 2px solid #000000;
	border: 2px solid;
	border-bottom-color: transparent;
	height: 25px;
	width: 25px;
	background: transparent!important;
	display: inline-block;
	-webkit-animation: loadingGif 0.75s 0s linear infinite;
	animation: loadingGif 0.75s 0s linear infinite;
	position: absolute;
	top: 20px;
	left: 70px
}

@keyframes loadingGif {
	0% {
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1)
	}

	50% {
		-webkit-transform: rotate(180deg) scale(0.6);
		transform: rotate(180deg) scale(0.6)
	}

	100% {
		-webkit-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1)
	}
}

ul,li {
	list-style: none
}

.head_nav_txmb_11_2_1 {
	height: 75px;
	margin-bottom: 0px;
	box-shadow: 0px 1px 10px #ccc;
	background-color: #000000;
	border-radius: 0
}

.dropdown-menu.overflow-visible {
	overflow: visible
}

.dropdown-menu.animate>.dropdown-submenu {
	-webkit-animation: slide-left .5s both;
	-o-animation: slide-left .5s both;
	animation: slide-left .5s both
}

.head_nav_txmb_11_2_1.navbar-shadow {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1)
}

.head_nav_txmb_11_2_1-sec .dropdown-toggle::after {
	display: none
}

.head_nav_txmb_11_2_1 .navbar-logo div {
	height: 75px;
	padding: 10px 0
}

.head_nav_txmb_11_2_1 .navbar-logo img {
	max-height: 55px
}

.head_nav_txmb_11_2_1 .navbar-header-right a:hover {
	color: #ffffff;
	transition: all 0.15s ease-out;
	background: none
}

.head_nav_txmb_11_2_1 .navbar-header-right a {
	cursor: pointer;
	transition: all 0.3s ease-out;
	text-decoration: none
}

.head_nav_txmb_11_2_1 .navbar-toggle {
	height: 75px
}

.head_nav_txmb_11_2_1 .nav > li > a {
	color: #000000;
	color: #c9c9c9
}

.head_nav_txmb_11_2_1 .nav li .link:after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background-color: #5c5c5c;
	position: absolute;
	top: 10px;
	opacity: 0;
	transition: all 0.5s ease 0s
}

.head_nav_txmb_11_2_1 .nav li .link.active:after {
	width: 100%;
	opacity: 1
}

.head_nav_txmb_11_2_1 .nav > li > .link:hover:after {
	width: 100%;
	opacity: 1
}

.head_nav_txmb_11_2_1 .head_nav_txmb_11_2_1-login {
	padding-top: 15px;
	text-align: center
}

.head_nav_txmb_11_2_1 .dropdown-menu > li > a {
	overflow: hidden
}

.head_nav_txmb_11_2_1 .dropdown-menu > li > a:hover {
	background: #ecf0f1 none repeat scroll 0% 0%
}

.head_nav_txmb_11_2_1 .navbar-menu {
	border: 0;
	padding: 0
}

.head_nav_txmb_11_2_1 .navbar-right .personal {
	background-image: url(../images/1516349274.png);
	background-repeat: no-repeat;
	background-position: center
}

.head_nav_txmb_11_2_1 .navbar-right .shopcart {
	background-image: url(../images/1516349412.png);
	background-repeat: no-repeat;
	background-position: center
}

.head_nav_txmb_11_2_1 .txmb-head-shop {
	line-height: 75px
}

.head_nav_txmb_11_2_1 .txmb-head-shop a {
	color: #000000;
	color: #c9c9c9
}

.head_nav_txmb_11_2_1 .txmb-head-shop i {
	color: #000000;
	color: #c9c9c9
}

.head_nav_txmb_11_2_1 .txmb-head-shop .dropdown-menu {
	top: 60px;
	position: absolute;
	border: 0 solid rgba(255,255,255,0.01);
	border-radius: 4px!important;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.06),0 20px 40px rgba(0,0,0,0.15);
	z-index: 1200;
	background-color: #fff
}

.head_nav_txmb_11_2_1 .txmb-head-shop .dropdown-item {
	color: #000000;
	color: #999999;
	line-height: 23px
}

.head_nav_txmb_11_2_1 .txmb-head-shop .dropdown-item:hover {
	color: #000000!important;
	color: #666666!important
}

.head_nav_txmb_11_2_1 .txmb-head-shop .dropdown-item i {
	color: #000000;
	color: #999999
}

.head_nav_txmb_11_2_1 .navhover-bg,.txmb-head-user .dropdown > a {
	background: transparent
}

.head_nav_txmb_11_2_1-sec .navbar-right .personal {
	background-image: url(../images/1516349274.png);
	background-repeat: no-repeat;
	background-position: center
}

.head_nav_txmb_11_2_1-sec .navbar-right .shopcart {
	background-image: url(../images/1516349412.png);
	background-repeat: no-repeat;
	background-position: center
}

.head_nav_txmb_11_2_1-sec {
	background-color: #ededed;
	background-color: #ededed
}

.head_nav_txmb_11_2_1-sec .txmb-langlist {
	line-height: 59px;
	position: relative
}

.head_nav_txmb_11_2_1-sec .txmb-s2t {
	line-height: 56px
}

.head_nav_txmb_11_2_1-sec .txmb-langlist .inline-block {
	padding: 0 20px
}

.head_nav_txmb_11_2_1-sec .txmb-langlist button {
	padding: 0;
	border: 0;
	color: #000000;
	color: #999999
}

.head_nav_txmb_11_2_1-sec .txmb-langlist button:hover,.head_nav_txmb_11_2_1-sec .txmb-langlist button:focus {
	background-color: transparent!important;
	color: #000000!important;
	color: #666666!important
}

.head_nav_txmb_11_2_1-sec .txmb-langlist .open button {
	background-color: transparent!important;
	color: #000000!important;
	color: #666666!important
}

.head_nav_txmb_11_2_1-sec .txmb-langlist .dropdown-menu {
	top: 50px;
	position: absolute;
	border: 0 solid rgba(255,255,255,0.01);
	border-radius: 4px!important;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.06),0 20px 40px rgba(0,0,0,0.15);
	z-index: 1200
}

.head_nav_txmb_11_2_1-sec .txmb-langlist .dropdown-item {
	line-height: normal
}

.head_nav_txmb_11_2_1-sec #txmb-sec-btn {
	padding: 0
}

.head_nav_txmb_11_2_1-sec .nav > li:first-child a {
	padding-left: 0
}

.head_nav_txmb_11_2_1-sec .navbar-nav .nav-item .nav-link {
	line-height: 15px
}

.head_nav_txmb_11_2_1-sec .nav-aside {
	display: none
}

.head_nav_txmb_11_2_1-sec .nav .open > a,.head_nav_txmb_11_2_1-sec .nav .open > a:focus,.head_nav_txmb_11_2_1-sec .nav .open > a:hover {
	background: none
}

.head_nav_txmb_11_2_1-sec .nav > li > a {
	color: #000000;
	color: #999999;
	padding: 20px 20px
}

.head_nav_txmb_11_2_1-sec .dropdown-item {
	color: #000000;
	color: #999999
}

.head_nav_txmb_11_2_1-sec .dropdown-item:hover,.head_nav_txmb_11_2_1-sec .dropdown-item.active,.head_nav_txmb_11_2_1-sec .dropdown-item:hover span,.head_nav_txmb_11_2_1-sec .dropdown-item.active span {
	color: #000000!important;
	color: #666666!important
}

.head_nav_txmb_11_2_1-sec .nav > li > a i {
	transition: all 0.5s ease-out
}

.head_nav_txmb_11_2_1-sec .dropdown-toggle:before {
	content: " ";
	position: absolute;
	right: 0;
	top: 30px;
	width: 2px;
	height: 2px;
	background: #424242
}

.head_nav_txmb_11_2_1-sec .nav > li >.active {
	font-weight: 700;
	color: #000000;
	color: #666666
}

.head_nav_txmb_11_2_1-sec .nav > li > a:hover,.head_nav_txmb_11_2_1-sec .nav > li > a:hover span {
	color: #000000!important;
	color: #666666!important;
	background: none!important
}

.head_nav_txmb_11_2_1-sec .nav > li > a:hover i {
	transform: rotate(-180deg);
	transition: all 0.5s ease-out
}

.head_nav_txmb_11_2_1-sec .navbar-nav > li > .dropdown-menu {
	top: 50px;
	position: absolute;
	border: 0 solid rgba(255,255,255,0.01);
	border-radius: 4px!important;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.06),0 20px 40px rgba(0,0,0,0.15);
	z-index: 1200;
	max-height: 600px;
	overflow-y: auto
}

.overflow-visible .dropdown-menu.animate {
	overflow: visible
}

.head_nav_txmb_11_2_1-sec .dropdown-menu > li > a:hover {
	color: #000000!important;
	color: #666666!important;
	background: #ededed
}

.head_nav_txmb_11_2_1-sec .navbar-right {
	display: none
}

.head_nav_txmb_11_2_1-sec.navbar-fixed-top .navbar-right {
	display: block
}

.head_nav_txmb_11_2_1-sec .navbar-right a {
	height: 60px;
	padding: 0 25px;
	display: inline-block
}

.head_nav_txmb_11_2_1-sec .navbar-right .personal:after {
	display: none
}

.head_nav_txmb_11_2_1-sec .navbar-right .personal:hover:before {
	background-position: -125px 0
}

.head_nav_txmb_11_2_1-sec .dropdown-menu {
	border: 0 solid rgba(255,255,255,0.01);
	border-radius: 4px!important;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.06),0 20px 40px rgba(0,0,0,0.15)
}

.head_nav_txmb_11_2_1 .navbar-right a {
	position: relative;
	padding: 0 25px;
	line-height: 75px;
	height: 75px;
	font-size: 14px;
	display: table;
	color: #000000;
	color:
}

.head_nav_txmb_11_2_1 .navbar-right a.my-login-style,.head_nav_txmb_11_2_1 .navbar-right a.my-register-style {
	display: inline-block
}

.head_nav_txmb_11_2_1-fix .nav-shop {
	display: none
}

.head_nav_txmb_11_2_1-login {
	display: inline-block;
	margin: 0
}

.head_nav_txmb_11_2_1-shopcart {
	display: inline-block
}

.head_nav_txmb_11_2_1 .nav-module-0 {
	position: relative
}

.head_nav_txmb_11_2_1 .nav-module-0:after {
	position: absolute;
	content: '';
	top: 30px;
	right: 0;
	width: 1px;
	height: 15px;
	background:;
	background-color: #cccccc
}

.head_nav_txmb_11_2_1-sec .navbar-collapse.flex-navlist {
	width: 100%
}

.head_nav_txmb_11_2_1-sec .navlist.flex {
	width: 100%;
	margin-right: 0px!important
}

.head_nav_txmb_11_2_1-sec .navlist.flex .txmb-langlist {
	margin-left: 0!important
}

.head_nav_txmb_11_2_1-sec .navlist.flex .txmb-langlist .btn {
	padding: 0
}

.head_nav_txmb_11_2_1-sec .navlist.flex .nav-item {
	text-align: center;
	flex: 1
}

@media (min-width:767px) and (max-width:991px) {
	.navbar-right .personal:after {
		display: none
	}
}

@media (min-width:768px) {
	.head_nav_txmb_11_2_1 .nav > li > a {
		padding: 0 25px;
		height: 75px;
		line-height: 75px;
		font-size: 14px
	}

	.head_nav_txmb_11_2_1 .dropdown-menu {
		top: 65px
	}

	.head_nav_txmb_11_2_1 .dropdown-menu .dropdown-submenu > a:after {
		display: none
	}

	.head_nav_txmb_11_2_1 .dropdown-menu .dropdown-submenu > a i {
		position: absolute;
		right: 10px
	}

	.head_nav_txmb_11_2_1 .dropdown-menu.bullet {
		top: 48px
	}

	.head_nav_txmb_11_2_1 .head_nav_txmb_11_2_1-login {
		padding-top: 0px;
		margin-left: 25px
	}
}

@media (max-width:1024px) and (min-width:768px) {
	.head_nav_txmb_11_2_1 .nav > li > a > i {
		float: right
	}

	.head_nav_txmb_11_2_1 .dropdown-menu .dropdown-submenu > a:after {
		display: none
	}

	.head_nav_txmb_11_2_1 .dropdown-menu .dropdown-submenu > a > i {
		float: right
	}

	.head_nav_txmb_11_2_1 .nav-module-0 {
		max-width: 50%
	}

	.head_nav_txmb_11_2_1-sec .nav > li > a {
		padding: 10px 5px;
		height: 59px!important;
		line-height: 59px!important;
		padding: 0px 5px!important;
		overflow: hidden;
		display: block
	}
}

@media (max-width:767px) {
	.head_nav_txmb_11_2_1 .navbar-logo img {
		height: 50px;
		width: 100px;
		object-fit: scale-down
	}

	.head_nav_txmb_11_2_1 .nav li .link.active:after {
		height: 1px;
		bottom: 0px;
		top: auto
	}

	.head_nav_txmb_11_2_1 .nav > li > .link:hover:after {
		height: 1px;
		bottom: 0px;
		top: auto
	}

	.txmb-navfixed {
		padding-top: 52px
	}

	.fixed {
		height: 52px;
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 1040;
		box-shadow: none
	}

	.head_nav_txmb_11_2_1 {
		height: 52px;
		min-height: 52px;
		background-color: #ededed;
		background-color: #000000
	}

	.head_nav_txmb_11_2_1 .navbar-menu {
		width: 42px;
		height: 42px;
		margin-top:5px;
		border: 0;
		outline: 0;
		float: left!important;
		padding: 5px;
		background-color: #000000;
		background-image: url(../images/1516775816.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		-webkit-appearance: caret
	}

	.head_nav_txmb_11_2_1 .nav > li {
		margin-left: 0px!important
	}

	.head_nav_txmb_11_2_1 .dropdown-menu > li > .dropdown-menu > li > a {
		padding-left: 40px
	}

	.head_nav_txmb_11_2_1 .dropdown-menu.bullet:before, .head_nav_txmb_11_2_1 .dropdown-menu.bullet:after {
		display: none
	}

	.head_nav_txmb_11_2_1 .navbar-collapse-toolbar.in {
		overflow-y: scroll
	}

	.head_nav_txmb_11_2_1 .navbar-logo div {
		height: 52px;
		padding: 0
	}

	.head_nav_txmb_11_2_1 .navbar-header-right {
		display: none
	}

	.head_nav_txmb_11_2_1-sec #txmb-sec-btn {
		background-color: #ededed;
		background: #ededed;
		overflow-y: visible;
		overflow-x: hidden;
		position: fixed;
		top: 52px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 9999;
		transition: all 0.3s cubic-bezier(0.4,0.01,0.165,0.99)
	}

	.head_nav_txmb_11_2_1-sec .nav > li > a {
		color: #999999;
		font-size: 15px;
		font-weight: 300;
		padding: 0;
		height: 52px;
		line-height: 30px!important
	}

	.head_nav_txmb_11_2_1-sec .nav > li {
		padding: 0 30px;
		border: 0 solid rgba(255,255,255,0.01)
	}

	.head_nav_txmb_11_2_1-sec .dropdown-toggle:before {
		display: none
	}

	.head_nav_txmb_11_2_1-sec .nav-item.open .dropdown-submenu .dropdown-menu {
		display: block
	}

	.head_nav_txmb_11_2_1-sec .nav-item.open .dropdown-submenu .dropdown-menu {
		padding-left: 15px
	}

	.head_nav_txmb_11_2_1-sec .dropdown-menu>.dropdown-submenu>.dropdown-item:after {
		transform: rotate(90deg)
	}

	.head_nav_txmb_11_2_1-sec .nav-aside {
		display: block;
		padding: 0
	}

	.head_nav_txmb_11_2_1-sec .nav > li >.dropdown-menu {
		position: static
	}

	.head_nav_txmb_11_2_1-sec .nav-xslist {
		height: 72px;
		font-size: 12px;
		text-align: center;
		padding: 0;
		border: 1px solid #424242
	}

	.head_nav_txmb_11_2_1-sec .nav-xslist img {
		width: 32px;
		height: 32px;
		margin: 5px auto;
		display: block
	}

	.head_nav_txmb_11_2_1-sec .nav-xslist a {
		color: #000000;
		color: #c9c9c9;
		height: 100%
	}

	.head_nav_txmb_11_2_1 .txmb-head-user-toggler {
		height: 52px;
		background: url(../images/1516349274.png)center no-repeat!important
	}

	.head_nav_txmb_11_2_1 #txmb-head-user-collapse {
		overflow: visible;
		background-color: #ededed;
		background-color: #000000
	}

	.head_nav_txmb_11_2_1 .topcartremove {
		left: 0%!important;
		transform: translateX(-50%);
		width: 320px!important
	}

	.head_nav_txmb_11_2_1 .nav-module-0 {
		display: none
	}
}

.animation-slide-bottom10 {
	animation-name: slide-bottom10
}

@keyframes slide-bottom10 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,10px,0);
		transform: translate3d(0,10px,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

body {
	overflow-x: hidden
}

.banner_txmb_11_2_43-wallpaper {
	background:
}

.banner_txmb_11_2_43 {
	height: auto;
	padding: 0
}

.banner_txmb_11_2_43.slick-slider {
	display: block
}

.banner_txmb_11_2_43 .slick-list,.banner_txmb_11_2_43 .slick-track {
	height: 100%
}

.banner_txmb_11_2_43 .slick-list {
	perspective: 3000px;
	overflow: visible
}

.banner_txmb_11_2_43 .slick-track {
	webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.banner_txmb_11_2_43 .slick-slide {
	height: auto;
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 8px
}

.banner_txmb_11_2_43 .slick-slide a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.banner_txmb_11_2_43 .slick-slide img {
	//display: none;
	border-radius: 8px
}

.banner_txmb_11_2_43 .slick-slide:nth-child(1) img {
	display: block!important;
	height: auto
}

.banner_txmb_11_2_43 .slick-dots {
	margin: 0;
	bottom: 20px
}

.banner_txmb_11_2_43 .slick-dots li {
	margin: 0 2px
}

.banner_txmb_11_2_43 .slick-dots li button:before {
	color: #000000;
	color: #ededed;
	width: 18px;
	height: 18px;
	opacity: .5;
	transform: scale(0.8);
	transition: all 0.23s ease-out
}

.banner_txmb_11_2_43 .slick-dots li.slick-active button:before {
	color: #999999;
	color: #ffffff;
	width: 18px;
	height: 18px;
	opacity: 1;
	transform: scale(1);
	transition: all 0.23s ease-out
}

.banner_txmb_11_2_43 .banner-text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: block
}

.banner_txmb_11_2_43 .banner-text .banner-btn {
	position: relative;
	z-index: 2;
	float: left;
	display: block
}

.banner_txmb_11_2_43 .banner-text .container {
	height: 100%;
	display: table;
	text-align: center
}

.banner_txmb_11_2_43 .banner-text .container .banner-text-con {
	display: table-cell;
	vertical-align: middle
}

.banner_txmb_11_2_43 .banner-text.p-0 .container {
	text-align: left
}

.banner_txmb_11_2_43 .banner-text.p-0 .container .banner-text-con div {
	width: 60%;
	float: left
}

.banner_txmb_11_2_43 .banner-text.p-1 .container {
	text-align: right
}

.banner_txmb_11_2_43 .banner-text.p-1 .container .banner-text-con div {
	width: 60%;
	float: right
}

.banner_txmb_11_2_43 .banner-text.p-2 {
	top: 10%
}

.banner_txmb_11_2_43 .banner-text.p-2 .container .banner-text-con {
	vertical-align: top
}

.banner_txmb_11_2_43 .banner-text.p-3 {
	top: auto;
	bottom: 10%
}

.banner_txmb_11_2_43 .banner-text.p-3 .container .banner-text-con {
	vertical-align: bottom
}

.banner_txmb_11_2_43 .banner-text.p-2 .container .banner-text-con div,.banner_txmb_11_2_43 .banner-text.p-3 .container .banner-text-con div,.banner_txmb_11_2_43 .banner-text.p-4 .container .banner-text-con div {
	width: 60%;
	display: inline-block
}

.banner_txmb_11_2_43 .banner-text h3 {
	margin: 0;
	font-size: 30px;
	color: #000000
}

.banner_txmb_11_2_43 .banner-text p {
	font-size: 36px;
	margin: 20px 0 0;
	text-shadow: none;
	color: #999999
}

.banner_txmb_11_2_43 .banner-text .btn {
	position: relative;
	margin-top: 30px;
	font-size: 20px;
	display: inline-block;
	line-height: 2.5
}

.banner_txmb_11_2_43 .banner-text .btn a {
	position: absolute
}

@media (max-width:991px) {
	.banner_txmb_11_2_43 .banner-text h3 {
		font-size: 20px
	}

	.banner_txmb_11_2_43 .banner-text p {
		font-size: 30px
	}

	.banner_txmb_11_2_43 .slick-list {
		overflow: hidden
	}
}

@media (max-width:767px) {
	.banner_txmb_11_2_43-wallpaper {
		padding: 8px 10px
	}

	.banner_txmb_11_2_43 .banner-text .container {
		width: 100%
	}

	.banner_txmb_11_2_43 .banner-text.p-4 .container .banner-text-con {
		width: 100%
	}

	.banner_txmb_11_2_43 .banner-text h3 {
		font-size: 18px
	}

	.banner_txmb_11_2_43 .banner-text p {
		margin-top: 15px;
		font-size: 24px
	}

	.banner_txmb_11_2_43 .banner-text .btn {
		margin-top: 20px;
		font-size: 16px
	}

	.banner_txmb_11_2_43 .slick-dots {
		bottom: 5px
	}

	.banner_txmb_11_2_43 .slick-dots li {
		width: 15px;
		height: 15px;
		margin: 0
	}
}

@media (max-width:479px) {
	.banner_txmb_11_2_43 .banner-text h3 {
		font-size: 16px
	}

	.banner_txmb_11_2_43 .banner-text p {
		margin-top: 10px;
		font-size: 20px
	}
}

.banner_txmb_11_2_43-ny {
	background-color: #ededed;
	background-color: #62a8ea;
	height: 120px
}

.banner_txmb_11_2_43-ny h1 {
	margin: 0px;
	padding: 10px 30px;
	font-size: 35px;
	text-shadow: none;
	color: #000000;
	color: #ffffff
}

.link_txmb_11_2_53 {
	background-color:
}

.link_txmb_11_2_53 .breadcrumb-item {
	float: none;
	display: inline-block
}

.link_txmb_11_2_53 .breadcrumb-item a {
	color: #999999;
	color:;
	transition: color 0.2s ease-out;
	font-size: 12px
}

.link_txmb_11_2_53 .breadcrumb-item a:hover {
	color: #000000;
	color:
}

.link_txmb_11_2_53 .breadcrumb-item+.breadcrumb-item::before {
	color: #999999;
	color:
}

.link_txmb_11_2_53 .breadcrumb-item:nth-child(1) {
	color: #000000;
	color:
}

.link_txmb_11_2_53 .container {
	border-bottom: 1px solid #eeeeee
}

.link_txmb_11_2_53 {
	border-top: 1px solid #f0f2f5
}

@media (max-width:767px) {
	.link_txmb_11_2_53 .container {
		text-align: left
	}
}

.foot_nav_txmb_11_2_16 {
	padding: 70px 0 32px;
	background-color: #fafafa;
	border-color: #f0f2f5
}

@media(max-width:768px) {
	.foot_nav_txmb_11_2_16 {
		padding: 50px 0 32px
	}
}

@media(max-width:767px) {
	.foot_nav_txmb_11_2_16 {
		padding: 20px 0 32px
	}
}

.foot_nav_txmb_11_2_16 .list {
	margin-bottom: 20px
}

.foot_nav_txmb_11_2_16 .list h4 {
	font-size: 14px;
	margin: 0px;
	text-shadow: none;
	padding: 0 0 14px;
	color: #000000;
	color: #595959
}

.foot_nav_txmb_11_2_16 .list h4 a {
	color: #000000;
	color: #595959;
	transition: color 0.2s ease-out
}

.foot_nav_txmb_11_2_16 .list h4 a:hover,.foot_nav_txmb_11_2_16 .list h4 a:hover span {
	color: #000000 !important;
	color: #000000 !important
}

.foot_nav_txmb_11_2_16 .list h4 i {
	display: none
}

.foot_nav_txmb_11_2_16 .list ul li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	text-align: center;
	padding: 0;
	margin-bottom: 3px;
	color: #999999;
	color: #b2b2b2
}

.foot_nav_txmb_11_2_16 .list ul li a {
	font-size: 12px;
	color: #999999;
	color: #b2b2b2;
	padding: 6px 0;
	transition: color 0.2s ease-out
}

.foot_nav_txmb_11_2_16 .list ul li a i {
	font-size: 13px;
	padding-right: 5px;
	width: 20px;
	height: 20px
}

.foot_nav_txmb_11_2_16 .list ul li a:hover,.foot_nav_txmb_11_2_16 .list ul li a:hover span {
	color: #000000 !important;
	color: #000000 !important
}

.foot_nav_txmb_11_2_16 .info {
	text-align: right
}

.foot_nav_txmb_11_2_16 .info .foot-tel {
	font-size: 30px;
	text-shadow: none;
	color: #000000;
	color: #595959;
	display: block
}

.foot_nav_txmb_11_2_16 .info p {
	color: #999999;
	color: #b2b2b2;
	font-size: 13px
}

.foot_nav_txmb_11_2_16 .info .btn-message {
	float: right;
	width: 102px;
	height: 32px;
	line-height: 32px;
	background-color: #f5f5f5;
	cursor: pointer;
	font-size: 14px;
	padding: 0 0 0 26px;
	margin-top: 8px;
	text-align: left;
	color: #000000;
	color:;
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	box-sizing: content-box;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.foot_nav_txmb_11_2_16 .iconimg {
	margin-bottom: 2px;
	margin-right: 1px;
	max-width: 20px
}

.foot_nav_txmb_11_2_16 .iconul li {
	text-align: left!important;
	padding-left: 12px!important
}

@media (max-width:991px) {
	.foot_nav_txmb_11_2_16 .list {
		margin-bottom: 20px
	}

	.foot_nav_txmb_11_2_16 .info {
		text-align: center
	}

	.foot_nav_txmb_11_2_16 .info .btn-message {
		float: none;
		margin: 8px auto;
		display: block
	}
}

@media (max-width:767px) {
	.foot_nav_txmb_11_2_16 .container {
		padding: 0
	}

	.foot_nav_txmb_11_2_16 .nav-list {
		padding: 0
	}

	.foot_nav_txmb_11_2_16 .list {
		margin: 0;
		padding: 0
	}

	.foot_nav_txmb_11_2_16 .list h4 {
		line-height: 1;
		text-align: left;
		position: relative;
		padding: 0;
		border-bottom: 1px solid #eeeeee
	}

	.foot_nav_txmb_11_2_16 .list h4 a {
		display: block;
		padding: 13px 12px 13px 18px
	}

	.foot_nav_txmb_11_2_16 .list h4 i {
		display: block;
		font-size: 12px;
		color: #999999;
		color: #b2b2b2;
		transition: all 0.3s ease-out;
		position: absolute;
		top: 13px;
		right: 10px
	}

	.foot_nav_txmb_11_2_16 .list ul li {
		text-align: left;
		padding: 13px 12px 13px 18px
	}

	.foot_nav_txmb_11_2_16 .list ul li:after {
		content: "";
		width: calc(80%);
		height: 2px;
		background: #eeeeee;
		position: absolute;
		bottom: 0;
		-webkit-transform: scaleY(0.333333);
		transform: scaleY(0.333333);
		-webkit-transform-origin: center top;
		transform-origin: center top;
		left: 15px
	}

	.foot_nav_txmb_11_2_16 .list ul li a {
		padding: 6px 0
	}

	.foot_nav_txmb_11_2_16 .list ul {
		background-color: #ededed;
		background-color:
	}

	.foot_nav_txmb_11_2_16 .info {
		padding: 15px;
		text-align: left
	}

	.foot_nav_txmb_11_2_16 .info .btn-message {
		float: left
	}

	.foot_nav_txmb_11_2_16 .info .foot-tel {
		font-size: 24px
	}
}

.foot_info_txmb_11_2_18 {
	background-color: #ededed;
	background-color:;
	line-height: 1.8
}

.foot_info_txmb_11_2_18 .container {
	border-top: 1px solid #ddd
}

.foot_info_txmb_11_2_18 p {
	margin-bottom: 0px;
	color: #000000;
	color: #999999;
	font-size: 13px;
	font-weight: 400
}

.foot_info_txmb_11_2_18 .powered_by_txmb {
	color: #999999;
	color:;
	font-size: 12px;
	font-weight: 400
}

.foot_info_txmb_11_2_18 .powered_by_txmb a {
	color: #000000;
	color:
}

.foot_info_txmb_11_2_18 .info {
}

.foot_info_txmb_11_2_18 .info.w80 {
	float: left;
	width: 80%
}

.foot_info_txmb_11_2_18 .info img {
	max-width: 100%;
	height: auto!important
}

.foot_info_txmb_11_2_18 .info .video-js {
	margin: 0
}

.foot_info_txmb_11_2_18 .txmb-langlist {
	float: right
}

.foot_info_txmb_11_2_18 .btn-cntotc {
	border: 0
}

.foot_info_txmb_11_2_18 .txmb-langlist .btn-lang {
	color: #000000;
	color: #999999;
	display: block;
	height: 52px;
	line-height: 33px;
	padding: 10px 20px 10px 24px;
	position: relative;
	font-weight: 400;
	font-size: 12px;
	background-color: transparent
}

.foot_info_txmb_11_2_18 .txmb-langlist .btn-lang .flag-icon {
	margin-right: 3px
}

.foot_info_txmb_11_2_18 .txmb-langlist .dropdown-menu {
	padding: 10px 0;
	min-width: 100%;
	margin: 0;
	box-shadow: 0 2px 10px rgba(0,0,0,.2),0 0 0 1px rgba(0,0,0,.04);
	border-radius: 8px !important
}

.foot_info_txmb_11_2_18 .txmb-langlist .dropdown-menu .dropdown-item {
	white-space: nowrap;
	text-align: left;
	color: #000000;
	color: #999999;
	padding: 0 24px
}

.foot_info_txmb_11_2_18 #txmb-langlist-modal .modal-body .close {
	position: absolute;
	right: 10px;
	top: 0px
}

.foot_info_txmb_11_2_18 #txmb-langlist-modal a.btn {
	border: none;
	font-size: 16px;
	height: 50px;
	line-height: 50px
}

.foot_info_txmb_11_2_18 #txmb-langlist-modal .flag-icon {
	margin-right: 8px;
	top: 7px;
	font-size: 30px
}

@media (max-width:991px) {
	.foot_info_txmb_11_2_18 .info {
		float: none;
		text-align: center !important
	}

	.foot_info_txmb_11_2_18 .txmb-langlist {
		float: none
	}
}

@media (max-width:767px) {
	.foot_info_txmb_11_2_18 .container {
		padding: 15px !important
	}

	.foot_info_txmb_11_2_18 .info {
		float: left;
		text-align: left !important
	}

	.foot_info_txmb_11_2_18 .txmb-langlist {
		float: left
	}

	.foot_info_txmb_11_2_18 .txmb-langlist .btn-lang {
		padding-left: 0px
	}
}

.foot_info_txmb_11_2_18_bottom {
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%
}

.foot_info_txmb_11_2_18_bottom a.item {
	color: #ffffff;
	padding: 5px 0;
	display: inline-block
}

.foot_info_txmb_11_2_18_bottom a.item i {
	font-size: 16px;
	display: block
}

.foot_info_txmb_11_2_18_bottom a.item span {
	color: #ffffff
}

.foot_info_txmb_11_2_18_bottom {
	display: none
}

.foot_info_txmb_11_2_18_bottom.iskeshi {
	display: block
}

.foot_info_txmb_11_2_18_bottom .main {
	display: flex
}

.foot_info_txmb_11_2_18_bottom .main>div {
	flex: 1
}

@media (max-width:767px) {
	.foot_info_txmb_11_2_18_bottom {
		display: block
	}
}

.back_top_txmb_16_1_52.txmb-scroll-top {
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 1601
}

.back_top_txmb_16_1_52.txmb-scroll-top {
	border-color: #ededed;
	background-color: #ededed;
	border-color: #999999;
	background-color: #999999;
	color: #ffffff
}

.back_top_txmb_16_1_52.txmb-scroll-top:hover,.back_top_txmb_16_1_52.txmb-scroll-top:focus {
	border-color: #000000;
	background-color: #000000;
	border-color: #999999;
	background-color: #999999;
	color: #ffffff
}

.back_top_txmb_16_1_52.views {
	bottom: 70px
}

@media (max-width:767px) {
	.back_top_txmb_16_1_52.txmb-scroll-top {
		bottom: 70px
	}
}

.service_list_txmb_11_2_3 {
	text-align: center;
	padding: 30px 0;
	background: #ededed;
	background:
}

.service_list_txmb_11_2_3 .container {
	padding: 0;
	border: 1px solid;
	border-color: #999999;
	border-color: #cccccc;
	border-radius: 8px;
	background: #ededed;
	background: #ffffff;
	box-shadow: 0 3px 8px -6px rgba(0,0,0,0.1)
}

.service_list_txmb_11_2_3 .list {
	margin-left: 15px;
	margin-right: 15px;
	padding: 0
}

.service_list_txmb_11_2_3 .list .item {
	text-align: center;
	padding-top: 24px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #999999;
	border-color: #cccccc;
	list-style: none;
	margin: 0;
	margin-bottom: -1px;
	overflow: hidden
}

.service_list_txmb_11_2_3 .list .item h4 {
	font-size: 18px;
	height: 30px;
	line-height: 40px;
	color: #000000;
	color: #999999;
	text-align: center;
	width: 100%;
	font-weight: 300;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.service_list_txmb_11_2_3 .list .item p {
	color: #999999;
	color:;
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0;
	text-align: center;
	font-weight: 300;
	white-space: nowrap;
	text-overflow: ellipsis
}

.service_list_txmb_11_2_3 .list .item p i {
	font-weight: normal;
	font-size: 18px
}

.service_list_txmb_11_2_3 .list .item a {
	display: block;
	width: 100%;
	position: relative;
	text-align: center
}

.service_list_txmb_11_2_3 .list .item img {
	margin: 0 auto;
	max-width: 100%
}

.service_list_txmb_11_2_3 .list .item img.fixheight {
	height: 106px
}

.service_list_txmb_11_2_3 .list .item a:hover {
	text-decoration: none
}

.service_list_txmb_11_2_3 .list .item a:hover h4 {
}

.service_list_txmb_11_2_3 .list .item a:focus ssssss {
	color: none;
	text-decoration: none
}

.service_list_txmb_11_2_3 .list .item:hover {
	-webkit-box-shadow: inset 0 0 38px rgba(0,0,0,0.08);
	box-shadow: inset 0 0 38px rgba(0,0,0,0.08);
	-webkit-transition: all .15s ease;
	transition: all .15s ease
}

@media (max-width:767px) {
	.service_list_txmb_11_2_3 {
		padding: 8px 10px !important
	}

	.service_list_txmb_11_2_3 .list .item {
		padding: 15px;
		border-bottom: 1px solid;
		border-color: #999999;
		border-color: #cccccc
	}

	.service_list_txmb_11_2_3 .list .item h4 {
		font-size: 16px
	}

	.service_list_txmb_11_2_3 .list .item p {
		height: 30px
	}
}

ul,li {
	padding: 0;
	list-style: none
}

a:hover {
	text-decoration: none
}

.hotproduct_list_txmb_11_2_4 {
	text-align: center;
	padding: 30px 0;
	background-color:
}

.hotproduct_list_txmb_11_2_4 .container {
	padding: 15px 0 0 0;
	border: 1px solid #f0f0f0;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 3px 8px -6px rgba(0,0,0,0.1)
}

.hotproduct_list_txmb_11_2_4 .head {
	border-bottom: 1px solid #f0f0f0;
	position: relative
}

.hotproduct_list_txmb_11_2_4 .head h2 {
	font-size: 22px;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 0px;
	color: #000000;
	color: #333333;
	font-weight: 300;
	margin-left: 30px
}

.hotproduct_list_txmb_11_2_4 .head p {
	width: 85%;
	width: calc(100% - 140px);
	font-size: 13px;
	text-align: left;
	color: #999999;
	color: #999999;
	margin: 0px auto;
	margin-left: 30px;
	margin-bottom: 10px;
	font-family: "Microsoft YaHei";
	font-weight: 300
}

.hotproduct_list_txmb_11_2_4 .control-label div {
	display: inline-block;
	cursor: pointer;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	padding: 0 15px;
	line-height: 34px;
	color: #666;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top,#ffffff,#fafafa);
	background-image: linear-gradient(180deg,#ffffff,#fafafa);
	position: absolute;
	right: 14px;
	bottom: 18px;
	transition: all 0.15s ease-out;
	text-decoration: none
}

.hotproduct_list_txmb_11_2_4 .control-label .control-prev {
	right: 60px
}

.hotproduct_list_txmb_11_2_4 .control-label div:hover {
	background-color: #eee;
	background-image: -webkit-linear-gradient(top,#f5f5f5,#eeeeee);
	background-image: linear-gradient(180deg,#f5f5f5,#eeeeee);
	transition: all 0.15s ease-out;
	text-decoration: none
}

.hotproduct_list_txmb_11_2_4 .list {
	padding: 0;
	margin: 0
}

.hotproduct_list_txmb_11_2_4 .list .item {
	height: 429px;
	padding: 0;
	list-style: none;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0
}

.hotproduct_list_txmb_11_2_4 .list .item .card {
	background: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}

.hotproduct_list_txmb_11_2_4 .item:hover {
	-webkit-box-shadow: inset 0 0 38px rgba(0,0,0,0.08);
	box-shadow: inset 0 0 38px rgba(0,0,0,0.08);
	-webkit-transition: all .15s ease;
	transition: all .15s ease
}

.hotproduct_list_txmb_11_2_4 .item:hover .btn-detail {
	display: block
}

.hotproduct_list_txmb_11_2_4 .item:hover .price {
	display: none
}

.hotproduct_list_txmb_11_2_4 .displayimgs a {
	display: block;
	position: relative;
	text-align: center
}

.hotproduct_list_txmb_11_2_4 .displayimgs img {
	transition: all 0.15s cubic-bezier(0.17,0.84,0.44,1);
	width: 206px;
	height: 206px;
	margin: 50px auto
}

.hotproduct_list_txmb_11_2_4 .displayimgs .slick-dots {
	bottom: 0
}

.hotproduct_list_txmb_11_2_4 .displayimgs .slick-dots li {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 2px;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	margin: 0 5px
}

.hotproduct_list_txmb_11_2_4 .displayimgs .slick-dots li button {
	display: none
}

.hotproduct_list_txmb_11_2_4 .displayimgs .slick-dots .slick-active {
	background: #fff;
	-webkit-box-shadow: inset 0 0 0 1px #b2b2b2;
	-moz-box-shadow: inset 0 0 0 1px #b2b2b2;
	box-shadow: inset 0 0 0 1px #b2b2b2;
	border-color: #b2b2b2;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out
}

.hotproduct_list_txmb_11_2_4 .card-title {
	padding: 0px 20px 20px 20px;
	font-size: 14px;
	text-align: center
}

.hotproduct_list_txmb_11_2_4 .card-title a {
	overflow: hidden;
	font-size: 16px;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000000;
	color: #333333;
	font-weight: 300;
	display: block;
	width: 100%;
	text-shadow: none
}

.hotproduct_list_txmb_11_2_4 .card-title a>span {
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.hotproduct_list_txmb_11_2_4 .card-title p {
	overflow: hidden;
	text-shadow: none;
	padding-top: 7px;
	font-size: 12px;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #999999;
	color: #999999
}

.hotproduct_list_txmb_11_2_4 .card-title .price {
	font-size: 16px;
	color: #c30a18
}

.hotproduct_list_txmb_11_2_4 .card-title .btn-detail {
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	font-size: 12px;
	color: #646464;
	background-color: #f9f9f9;
	background-image: -webkit-linear-gradient(top,#ffffff,#f9f9f9);
	background-image: linear-gradient(180deg,#ffffff,#f9f9f9);
	cursor: pointer;
	margin: 0 5px;
	box-sizing: border-box;
	width: 100px;
	height: 30px;
	line-height: 28px;
	vertical-align: middle;
	display: none;
	margin: 0 auto
}

.hotproduct_list_txmb_11_2_4 .card-title .btn-detail a {
	color: #000000 !important;
	color: #333333 !important;
	font-size: 12px !important;
	font-weight: normal !important;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px !important
}

.hotproduct_list_txmb_11_2_4 .card-title .btn-detail:hover {
	background-color: #eee;
	background-image: -webkit-linear-gradient(top,#f5f5f5,#eeeeee);
	background-image: linear-gradient(180deg,#f5f5f5,#eeeeee);
	transition: all 0.15s ease-out;
	text-decoration: none
}

@media (max-width:767px) {
	.hotproduct_list_txmb_11_2_4 {
		padding: 15px 8px
	}

	.hotproduct_list_txmb_11_2_4 .list .item {
		border: none;
		height: 268px
	}

	.hotproduct_list_txmb_11_2_4 .displayimgs img {
		width: 138px;
		height: 138px;
		margin: 10px auto;
		object-fit: cover
	}

	.hotproduct_list_txmb_11_2_4 .displayimgs .slick-dots {
		bottom: -15px
	}

	.hotproduct_list_txmb_11_2_4 .head p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
	}
}

ul,li {
	padding: 0;
	list-style: none
}

a:hover {
	text-decoration: none
}

.product_list_txmb_11_2_31 {
	text-align: center;
	padding: 30px 0;
	background: #ededed;
	background:
}

.product_list_txmb_11_2_31 .container {
	padding: 15px 0 0 0;
	border: 1px solid #f0f0f0;
	border-radius: 8px;
	background: #ededed;
	background: #ffffff;
	box-shadow: 0 3px 8px -6px rgba(0,0,0,0.1)
}

.product_list_txmb_11_2_31 .head {
	border-bottom: none;
	border-color: #999999;
	border-color: #f0f0f0;
	position: relative
}

.product_list_txmb_11_2_31 .head h2 {
	font-size: 22px;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 0px;
	color: #000000;
	color:;
	font-weight: 300;
	margin-left: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: calc( 100% - 140px )
}

.product_list_txmb_11_2_31 .head p {
	font-size: 13px;
	text-align: left;
	color: #999999;
	color:;
	margin: 0px auto;
	margin-left: 30px;
	margin-bottom: 10px;
	font-weight: 300;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: calc( 100% - 140px )
}

.product_list_txmb_11_2_31 .watch-more {
	display: inline-block;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	padding: 0 15px 0 19px;
	line-height: 34px;
	color: #000000;
	color:;
	color:;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top,#ffffff,#fafafa);
	background-image: linear-gradient(180deg,#ffffff,#fafafa);
	position: absolute;
	right: 14px;
	bottom: 8px;
	transition: all 0.15s ease-out;
	text-decoration: none
}

.product_list_txmb_11_2_31 .watch-more:hover,.product_list_txmb_11_2_31 .watch-more:focus {
	color: #000000;
	background-image: -webkit-linear-gradient(top,#f5f5f5,#eeeeee);
	background-image: linear-gradient(180deg,#f5f5f5,#eeeeee)
}

.product_list_txmb_11_2_31 .list {
	padding: 0;
	margin: 0
}

.product_list_txmb_11_2_31 .cover {
	padding: 0;
	height: 428px;
	border-right: 1px solid;
	border-top: 1px solid;
	border-color: #999999;
	border-color: #f0f0f0
}

.product_list_txmb_11_2_31 .cover a {
	width: 100%;
	display: block;
	height: 100%
}

.product_list_txmb_11_2_31 .cover img {
	width: 100%;
	height: 100%
}

.product_list_txmb_11_2_31 .list .item {
	height: 429px;
	padding: 0;
	list-style: none;
	border-right: 1px solid;
	border-top: 1px solid;
	border-color: #999999;
	border-color: #f0f0f0
}

.product_list_txmb_11_2_31 .list .item:nth-child(3) {
	border-right: none
}

.product_list_txmb_11_2_31 .list .item:nth-child(7) {
	border-right: none
}

.product_list_txmb_11_2_31 .list .item:nth-child(11) {
	border-right: none
}

.product_list_txmb_11_2_31 .list .item .card {
	background: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}

.product_list_txmb_11_2_31 .item:hover {
	-webkit-box-shadow: inset 0 0 38px rgba(0,0,0,0.08);
	box-shadow: inset 0 0 38px rgba(0,0,0,0.08);
	-webkit-transition: all .15s ease;
	transition: all .15s ease
}

.product_list_txmb_11_2_31 .item:hover .btn-detail {
	display: block
}

.product_list_txmb_11_2_31 .item:hover .price {
	display: none
}

.product_list_txmb_11_2_31 .displayimgs a {
	display: block;
	position: relative;
	text-align: center
}

.product_list_txmb_11_2_31 .displayimgs img {
	transition: all 0.15s cubic-bezier(0.17,0.84,0.44,1);
	width: 206px;
	height: 206px;
	margin: 50px auto
}

.product_list_txmb_11_2_31 .displayimgs .slick-dots {
	bottom: 0
}

.product_list_txmb_11_2_31 .displayimgs .slick-dots li {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 2px;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	margin: 0 5px
}

.product_list_txmb_11_2_31 .displayimgs .slick-dots li button {
	display: none
}

.product_list_txmb_11_2_31 .displayimgs .slick-dots .slick-active {
	background: #fff;
	-webkit-box-shadow: inset 0 0 0 1px #b2b2b2;
	-moz-box-shadow: inset 0 0 0 1px #b2b2b2;
	box-shadow: inset 0 0 0 1px #b2b2b2;
	border-color: #b2b2b2;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out
}

.product_list_txmb_11_2_31 .card-title {
	padding: 0px 20px 20px 20px;
	font-size: 14px;
	text-align: center
}

.product_list_txmb_11_2_31 .card-title a {
	overflow: hidden;
	font-size: 16px;
	line-height: 1.2;
	color: #000000;
	color:;
	font-weight: 300;
	display: block;
	width: 100%;
	text-shadow: none
}

.product_list_txmb_11_2_31 .card-title a>span {
	display: inline-block;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.product_list_txmb_11_2_31 .card-title p {
	overflow: hidden;
	text-shadow: none;
	padding-top: 7px;
	font-size: 12px;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #999999;
	color:
}

.product_list_txmb_11_2_31 .card-title .price {
	font-size: 16px;
	color: #c30a18
}

.product_list_txmb_11_2_31 .card-title .btn-detail {
	border-radius: 4px;
	font-size: 12px;
	color: #646464;
	background-color: #f9f9f9;
	background-image: -webkit-linear-gradient(top,#ffffff,#f9f9f9);
	background-image: linear-gradient(180deg,#ffffff,#f9f9f9);
	cursor: pointer;
	margin: 0 5px;
	box-sizing: border-box;
	width: 100px;
	height: 30px;
	line-height: 28px;
	vertical-align: middle;
	display: none;
	margin: 0 auto
}

.product_list_txmb_11_2_31 .card-title .btn-detail a {
	color: #000000;
	color:;
	font-size: 12px !important;
	font-weight: normal !important;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px !important;
	background-color: #f9f9f9;
	border: 1px solid;
	border-color: #e1e1e1;
	border-radius: 4px;
	transition: all 0.15s ease-out
}

.product_list_txmb_11_2_31 .card-title .btn-detail a:hover {
	background-color: #eeeeee;
	border-color: #e1e1e1;
	color: #000000;
	color:
}

.product_list_txmb_11_2_31 .card-title .btn-detail:hover {
	background-color: #eee;
	background-image: -webkit-linear-gradient(top,#f5f5f5,#eeeeee);
	background-image: linear-gradient(180deg,#f5f5f5,#eeeeee);
	transition: all 0.15s ease-out;
	text-decoration: none
}

@media (max-width:1200px) {
	.product_list_txmb_11_2_31 .displayimgs img {
		object-fit: cover
	}
}

@media (max-width:767px) {
	.product_list_txmb_11_2_31 .watch-more {
		bottom: auto;
		top: 0px
	}

	.product_list_txmb_11_2_31 .col-md-3 {
		overflow: hidden
	}

	.product_list_txmb_11_2_31 {
		padding: 15px 8px
	}

	.product_list_txmb_11_2_31 .list .item {
		height: 268px
	}

	.product_list_txmb_11_2_31 .cover {
		height: auto
	}

	.product_list_txmb_11_2_31 .cover img {
		height: auto
	}

	.product_list_txmb_11_2_31 .displayimgs img {
		width: 138px;
		height: 138px;
		margin: 10px auto;
		object-fit: cover
	}

	.product_list_txmb_11_2_31 .displayimgs .slick-dots {
		bottom: -15px
	}

	.product_list_txmb_11_2_31 .displayimgs .slick-dots li {
		width: 10px;
		height: 10px
	}
}

.team_list_txmb_11_2_50 {
	background-color:
}

.team_list_txmb_11_2_50 .container {
	padding: 15px 0 0 0;
	border: 1px solid;
	border-color: #999999;
	border-color: #f0f0f0;
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 3px 8px -6px rgba(0,0,0,0.1)
}

.team_list_txmb_11_2_50 .list {
	margin-left: 15px;
	margin-right: 15px;
	padding: 0
}

.team_list_txmb_11_2_50 .list .item {
	padding: 0;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #999999;
	border-color: #f0f0f0;
	list-style: none;
	margin: 0
}

.team_list_txmb_11_2_50 .head {
	border-bottom: 1px solid;
	border-color: #999999;
	border-color: #f0f0f0;
	position: relative
}

.team_list_txmb_11_2_50 .head h2 {
	font-size: 22px;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 0px;
	color: #000000;
	color:;
	font-weight: 300;
	margin-left: 30px
}

.team_list_txmb_11_2_50 .head p {
	font-size: 13px;
	text-align: left;
	color: #999999;
	color:;
	margin: 0px auto;
	margin-left: 30px;
	margin-bottom: 10px;
	font-family: "Microsoft YaHei";
	font-weight: 300
}

.team_list_txmb_11_2_50 .watch-more {
	display: inline-block;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	padding: 0 15px 0 19px;
	line-height: 34px;
	color: #000000;
	color:;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top,#ffffff,#fafafa);
	background-image: linear-gradient(180deg,#ffffff,#fafafa);
	position: absolute;
	right: 14px;
	bottom: 18px;
	transition: all 0.15s ease-out;
	text-decoration: none
}

.team_list_txmb_11_2_50 .watch-more:hover,.team_list_txmb_11_2_50 .watch-more:focus {
	background-color: #eee;
	background-image: -webkit-linear-gradient(top,#f5f5f5,#eeeeee);
	background-image: linear-gradient(180deg,#f5f5f5,#eeeeee)
}

.team_list_txmb_11_2_50 .list .item h4 {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 0;
	transition: all 0.15s ease-out;
	color: #000000;
	color:
}

.team_list_txmb_11_2_50 .list .item h4 span {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.team_list_txmb_11_2_50 .list .item p {
	color: #999999;
	color:;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0;
	text-align: center;
	font-weight: 300;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 10px
}

.team_list_txmb_11_2_50 .list .item p i {
	font-weight: normal;
	font-size: 18px
}

.team_list_txmb_11_2_50 .list .item a {
	display: block;
	width: 100%;
	position: relative;
	text-align: center
}

.team_list_txmb_11_2_50 .list .item a img {
	width: 100%
}

.team_list_txmb_11_2_50 .list .item .content {
	padding: 10px 0;
	text-align: center;
	position: relative
}

.team_list_txmb_11_2_50 .list .item a:hover {
	text-decoration: none
}

.team_list_txmb_11_2_50 .list .item a:focus {
	color: none;
	text-decoration: none
}

.team_list_txmb_11_2_50 .list .item .watch-detail {
	width: 100%;
	height: 100%;
	border-radius: 0px;
	background-color: #fff;
	font-size: 16px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	line-height: 68px;
	transition: all 0.15s ease-out;
	color: #000000;
	color:
}

.team_list_txmb_11_2_50 .list .item .watch-detail i {
	margin-left: 5px;
	transition: transform ease-out 0.3s
}

.team_list_txmb_11_2_50 .list .item:hover .watch-detail {
	visibility: visible;
	opacity: 1
}

.team_list_txmb_11_2_50 .list .item:hover .watch-detail i {
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px)
}

.team_list_txmb_11_2_50 .bornone {
	border-bottom: none;
	// border-bottom-right-radius: 0px;
	//  border-bottom-left-radius: 0px
}

.team_list_txmb_11_2_50 .bornone ul li:last-child {
	border-right: none;
	border-bottom-right-radius: 8px
}

.team_list_txmb_11_2_50 .bornone ul li:last-child img {
	border-bottom-right-radius: 8px
}

.team_list_txmb_11_2_50 .bornone ul li:first-child {
	border-bottom-left-radius: 8px
}

.team_list_txmb_11_2_50 .bornone ul li:first-child img {
	border-bottom-left-radius: 8px
}

@media (max-width:991px) {
	.team_list_txmb_11_2_50 .list .item h4 {
		text-align: center
	}

	.team_list_txmb_11_2_50 .list .item {
		margin: 0
	}
}

@media (max-width:767px) {
	.team_list_txmb_11_2_50 {
		padding: 15px 8px !important
	}

	.team_list_txmb_11_2_50 .list .item a {
		text-align: center
	}

	.team_list_txmb_11_2_50 .list .item {
		padding: 0px;
		border-bottom: 1px solid;
		border-color: #999999;
		border-color: #f0f0f0
	}

	.team_list_txmb_11_2_50 .list .item h4 {
		font-size: 16px
	}

	.team_list_txmb_11_2_50 .list .item p {
		height: 30px
	}
}

.imgloading {
	object-fit: scale-down
}

ul,li {
	padding: 0;
	list-style: none
}

.news_list_txmb_11_2_12 {
	text-align: center;
	padding: 30px 0;
	background: #ededed;
	background: #ededed
}

.news_list_txmb_11_2_12 .container {
	padding: 15px 0 0 0;
	border: 1px solid;
	border-color: #999999;
	border-color: #f0f0f0;
	border-radius: 8px;
	background: #ededed;
	background: #ffffff;
	box-shadow: 0 3px 8px -6px rgba(0,0,0,0.1)
}

.news_list_txmb_11_2_12 .list {
	margin-left: 15px;
	margin-right: 15px;
	padding: 0
}

.news_list_txmb_11_2_12 .list .item {
	padding: 30px;
	margin-bottom: -1px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #999999;
	border-color: #f0f0f0;
	height: 385px;
	-webkit-transition: all .15s ease;
	transition: all .15s ease
}

.news_list_txmb_11_2_12 .list .item:nth-child(4n) {
	border-right: none
}

.news_list_txmb_11_2_12 .head {
	border-bottom: 1px solid;
	border-color: #999999;
	border-color: #f0f0f0;
	position: relative
}

.news_list_txmb_11_2_12 .head h2 {
	font-size: 22px;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 0px;
	color: #000000;
	color:;
	font-weight: 300;
	margin-left: 30px
}

.news_list_txmb_11_2_12 .head p {
	font-size: 13px;
	text-align: left;
	color: #999999;
	color:;
	margin: 0px auto;
	margin-left: 30px;
	margin-bottom: 10px;
	font-family: "Microsoft YaHei";
	font-weight: 300
}

.news_list_txmb_11_2_12 .watch-more {
	display: inline-block;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	padding: 0 15px 0 19px;
	line-height: 34px;
	color: #000000;
	color:;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(top,#ffffff,#fafafa);
	background-image: linear-gradient(180deg,#ffffff,#fafafa);
	position: absolute;
	right: 14px;
	bottom: 18px;
	transition: all 0.15s ease-out;
	text-decoration: none
}

.news_list_txmb_11_2_12 .watch-more:hover,.news_list_txmb_11_2_12 .watch-more:focus {
	background-color: #eee;
	background-image: -webkit-linear-gradient(top,#f5f5f5,#eeeeee);
	background-image: linear-gradient(180deg,#f5f5f5,#eeeeee)
}

.news_list_txmb_11_2_12 .list .item h4 {
	font-size: 16px;
	margin: 20px 0
}

.news_list_txmb_11_2_12 .list .item h4 span {
	transition: all 0.15s ease-out;
	color: #000000;
	color:
}

.news_list_txmb_11_2_12 .list .item p {
	color: #999999;
	color:;
	font-size: 12px;
	max-height: 54px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
	font-weight: 300
}

.news_list_txmb_11_2_12 .list .item p i {
	font-weight: normal;
	font-size: 18px
}

.news_list_txmb_11_2_12 .list .item a {
	display: block;
	width: 100%;
	position: relative;
	text-align: center
}

.news_list_txmb_11_2_12 .list .item a img {
	max-width: 100%;
	margin: 0 auto;
	max-height: 156px;
	transition: box-shadow 200ms ease-out;
	border-radius: 4px
}

.news_list_txmb_11_2_12 .list .item:hover {
	box-shadow: inset 0 0 38px rgba(0,0,0,0.08)
}

.news_list_txmb_11_2_12 .list .item:hover img {
	-webkit-filter: brightness(103%);
	filter: brightness(103%);
	box-shadow: 0 20px 40px -10px rgba(0,0,0,0.2)
}

.news_list_txmb_11_2_12 .list .item a:hover {
	text-decoration: none
}

.news_list_txmb_11_2_12 .list .item a:focus {
	color: none;
	text-decoration: none
}

.news_list_txmb_11_2_12 .list .item .watch-detail {
	text-align: left;
	color: #000000;
	color:
}

.news_list_txmb_11_2_12 .list .item .watch-detail i {
	margin-left: 5px;
	transition: transform ease-out 0.3s
}

.news_list_txmb_11_2_12 .list .item:hover .watch-detail i {
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px)
}

@media (max-width:991px) {
	.news_list_txmb_11_2_12 .list .item h4 {
		text-align: center
	}

	.news_list_txmb_11_2_12 .list .item {
		border-bottom: 1px solid;
		border-color: #999999;
		border-color: #f0f0f0
	}

	.news_list_txmb_11_2_12 .list .item a img {
		object-fit: cover
	}

	.news_list_txmb_11_2_12 .list .item:nth-child(2n) {
		border-right: none
	}

	.news_list_txmb_11_2_12 .m-b-10 {
		margin-bottom: 60px!important
	}
}

@media (max-width:767px) {
	.news_list_txmb_11_2_12 {
		padding: 15px 8px
	}

	.news_list_txmb_11_2_12 .head p {
		margin-bottom: 20%!important
	}

	.news_list_txmb_11_2_12 .list .item {
		border-right: none;
		border-bottom: 1px solid;
		border-color: #999999;
		border-color: #f0f0f0;
		padding: 15px;
		margin-top: 20px;
		height: auto
	}
}