@charset "utf-8";
@font-face {
	font-family: "Arial";
	src: url('../font/ARIALNB_1.ttf');
	font-style: normal;
}

@font-face {
	font-family: 'DIN';
	src: url('DIN-MEDIUM.ttf');
	font-style: normal;
}

@font-face {
	font-family: 'D-DIN';
	src: url('D-DIN.ttf');
	font-style: normal;
}

@font-face {
	font-family: "Ebrima";
	src: url('../font/ebrima_0.ttf');
	font-style: normal;
}

@font-face {
	font-family: "Source";
	src: url('../font/SourceHanSansCN-Bold.otf');
	font-style: normal;
}

@font-face {
	font-family: "PingFang SC";
	src: url('../font/PingFang Regular.ttf');
	font-style: normal;
}

html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

html,
body {
	width: 100%;
}

body {
	font-family: "Arial";
	font-size: 16px;
	overflow-x: hidden;
	color: #333333;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
	font-family: "Arial";
}

img {
	border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
	color: #000;
}

a:hover {
	color: #FF9999;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

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

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

.none {
	display: none;
}

.block {
	display: block;
}

.w {
	width: 1770px;
	margin: 0 auto;
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.ellipsis-6 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

::-webkit-input-placeholder {
	color: #999999;
}

:-moz-placeholder {
	color: #999999;
}

::-moz-placeholder {
	color: #999999;
}

:-ms-input-placeholder {
	color: #999999;
}

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


/*.h{
	height: 145px;
}*/

header.fixed {
	background: #fff;
}

.overflow {
	overflow: hidden;
}


/*  *  * header *  * */

.h {
	height: 150px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	background: #fff;
}


/*header.fixed {
	-moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}*/

.head-main {
	position: relative;
	line-height: 90px;
	font-size: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgb(255 245 254);
}

header.fixed .head-main {
	line-height: 79px;
	z-index: 9;
}

.head-main .logo {
	float: left;
}

.head-main .logo img {
	vertical-align: middle;
	/*height: 72px;*/
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.head-main .nav {
	display: inline-block;
	vertical-align: middle;
	/*border-right: 1px solid #eaeaea;*/
}

.head-main .nav>ul>li {
	float: left;
	position: relative;
	margin-right: 54px;
}

.head-main .nav>ul>li>a {
	display: block;
	font-size: 18px;
	color: #223751;
	position: relative;
	text-transform: uppercase;
}

.head-main .nav>ul>li>a img {
	margin-left: 10px;
}

.ins {
	padding: 16px 0 0 0;
	display: block;
	line-height: 1;
	text-align: right;
}

.ins a {
    /* display: inline-block; */
    margin-left: 15px;
    font-size: 13px;
    color: #223751;
    vertical-align: middle;
}
.head-main .nav>ul>li>a:after {
	content: "";
	position: absolute;
	bottom: 18px;
	left: 0;
	/* border-radius: 50%; */
	width: 100%;
	display: none;
	height: 2px;
	background: #1d7fda;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.head-main .nav>ul>li.on>a {
	position: relative;
}

.head-main .nav>ul>li.on>a:after,
.head-main .nav>ul>li>a:hover:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #333333;
	bottom: 19px;
	left: 0;
}

.right-side-box a {
	display: inline-block;
	margin-left: 24px;
	vertical-align: middle;
	margin-top: 15px;
}

.head-main .nav>ul>li:hover>a,
.head-main .nav>ul>li.on>a {
	/* color: #0071bc; */
	/* display: block; */
	/* font-weight: bold; */
}

.ghting {
	display: inline-block;
}

.ghting {
	position: relative;
}

.ghting button {
	position: absolute;
	right: 22px;
	top: 30%;
	border: none;
	background: no-repeat;
}

.ghting input {
	width: 296px;
	height: 55px;
	line-height: 60px;
	padding-left: 13px;
	background: #f2f1f0;
	margin-left: 40px;
	border: 1px solid #1d1d1b;
}

.head-main .nav .drop-down {
	/*width: 210px;*/
	background-color: rgb(255, 153, 153);
	/* overflow: hidden; */
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	/*margin-left: -105px;*/
	padding: 10px 0;
	display: none;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.head-main .nav>ul>li:hover .drop-down {
	display: block
}

.drop-down ol {
	line-height: 35px;
}

.drop-down ol a:after {
	position: absolute;
	content: "";
	width: 5px;
	height: 9px;
	display: block;
	right: 20px;
	top: 50%;
	opacity: 0.3;
	transform: translateY(-50%);
	background: url(../images/ji.png) no-repeat;
	/* background-size: 100%; */
}

.drop-down ol a:hover:after {
	opacity: 1;
}

.drop-down ol a {
	display: block;
	font-size: 14px;
	color: #fff;
	position: relative;
	padding: 5px 40px 5px 20px;
	line-height: 25px;
	word-break: keep-all;
	white-space: nowrap;
}

.drop-down ol a:hover {
	color: #223751;
	
}

.drop-down ol li:hover .drop-Right{
	display: block;
}

.drop-down ol li{
	position: relative;
}

.drop-Right{
	width: 100%;
	padding: 10px 0;
	background-color: rgb(255, 153, 153);
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	height: auto;
	overflow: hidden;
}





.right-side-box {
	float: right;
	font-size: 0;
}

.right-side-box li {
	display: inline-block;
	vertical-align: middle;
	/* margin-left: 20px; */
	cursor: pointer;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.right-side-box .search-popup__toggler {
	width: 35px;
	height: 35px;
	margin-right: 45px;
	line-height: 32px;
	background: url(../images/search.png) no-repeat center center;
}

.right-side-box .side-menu__toggler {
	width: 55px;
	height: 100px;
	/* background: #FF9999; */
	/*position: absolute;*/
	right: 0;
	/* margin-right: -97px; */
	line-height: 50px;
	background: url(../images/menu.png) no-repeat center center;
}

.right-side-box .lang {
	position: relative;
	width: 120px;
	height: 32px;
	background: url(../images/down.png) no-repeat 90% center;
}

.right-side-box .lang .box {
	border-radius: 25px;
	border: 1px solid #eaeaea;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 10px;
	height: 32px;
	overflow: hidden;
	background: #fff url(../images/down.png) no-repeat 90% 15px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.right-side-box .lang:hover .box {
	border-radius: 5px;
	height: auto;
}

.right-side-box .lang a {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #999999;
	padding-right: 20px;
}

.right-side-box .lang a:hover {
	color: #21a03a;
}

.right-side-box .lang img {
	margin-right: 5px;
	vertical-align: middle;
}

.right-side-box li:hover {
	opacity: .8
}


/*
 
 * 
 * 
 * 
 * */

.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto
}

.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: 0;
	direction: ltr
}

.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto
}

.mCSB_inside>.mCSB_container {
	margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
	margin-right: 0;
	margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0
}

.mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCSB_outside+.mCSB_scrollTools {
	right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	right: auto;
	left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
	margin-right: 0;
	margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
	min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	width: auto;
	height: 16px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
	margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 30px;
	height: 100%;
	left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 8px;
	margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0
}

.mCSB_container_wrapper {
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 30px
}

.mCSB_container_wrapper>.mCSB_container {
	padding-right: 30px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 20px
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
	margin-right: 0;
	margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
	padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
	padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
	margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
	background-image: url(mCSB_buttons.png);
	background-repeat: no-repeat;
	opacity: .4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
	opacity: .9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: #64ACF8
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {


	background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
	height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 16px;
	height: 16px;
	margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 16px;
	width: 16px;
	margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
	width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color: transparent;
	background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
	background-repeat: repeat-y;
	opacity: .3;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
	background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-y;
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 70px
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
	width: 8px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 8px;
	margin: 4px 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 8px;
	margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px
}

.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
	right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
	bottom: 1px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
	width: 12px;
	margin: 2px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
	height: 12px;
	width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #000;
	background-color: rgba(0, 0, 0, .05);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
	box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #fff;
	background-color: rgba(0, 0, 0, .05);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
	right: 0;
	margin: 12px 0
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
	margin: 0 12px
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
	left: 0;
	right: auto
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 6px;
	margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 12px;
	margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-color: rgba(255, 255, 255, .2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	border-color: #000;
	border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9)
}


/* Magnific Popup CSS */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}


/* Main image in popup */

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}


/*弹窗*/

.side-menu__block {
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999999999999;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
}

.side-menu__block.active {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.side-menu__block-overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
}

.side-menu__block-inner {
	position: relative;
	width: 31.25%;
	margin: 0 0 0 auto;
	height: 100vh;
	background: linear-gradient(to right, #1c7ec6, #3196e0);
	z-index: 999999;
	overflow-y: auto;
	padding: 20px 20px 20px 40px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

.mCustomScrollBox {
	padding-right: 20px;
}

.side-menu__block-inner .mCustomScrollBox {
	width: 100%;
}

.side-menu__block .main-navigation .submenu {
	display: none;
}

.side-menu__block__text {
	text-align: center;
}

.side-menu__block .navigation-box {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 40px;
	margin-bottom: 40px;
	border: 1px solid #d2d9e4;
}

.side-menu__block .navigation-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #f2f4f7;
}

.side-menu__block .navigation-box ul ul {
	background-color: #d2d9e4;
}

.side-menu__block .navigation-box li+li {
	border-top: 1px solid #d2d9e4;
}

.side-menu__block .navigation-box li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #222222;
	font-size: 16px;
	position: relative;
	padding: 14px 0;
	padding-left: 15px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.side-menu__block .navigation-box li a:before {
	content: '\f101';
	font-family: FontAwesome;
	margin-right: 15px;
}

.side-menu__block .navigation-box li a .sub-nav-toggler {
	border: none;
	outline: none;
	background-color: transparent;
	padding: 0px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #222222;
	color: #fff;
	padding: 1.5px 10px;
}

.side-menu__block .navigation-box li a .sub-nav-toggler:before {
	content: '\f107';
	font-family: FontAwesome;
}

.side-menu__block .navigation-box li a:hover {
	color: #fff;
	background-color: #21a03a;
}

.side-menu__block__title {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #222222;
	margin: 0;
	margin-bottom: 15px;
}

.side-menu__block-line {
	margin: 40px 0;
	border-color: rgba(34, 34, 34, 0.2);
}

.side-menu__block-about>ul {
	margin: auto auto auto 0;
}

.side-menu__block-about>ul>li {
	position: relative;
	padding: 25px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

@keyframes fadeInNavItems {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 0.75;
	}
	90% {
		opacity: 0.9;
	}
	100% {
		opacity: 1;
	}
}

.side-menu__block-about>ul>li>a {
	font-size: 18px;
	font-weight: bold;
}

.side-menu__block-about li a {
	font-size: 15px;
	color: #ffffff;
}

.side-menu__block-about li a:hover {
	color: #64ACF8;
}

.side-menu__block-about ul ul {
	overflow: hidden;
}

.side-menu__block-about ul ul li {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
}

.side-menu__block-about ul ul li a:before {
	content: "";
	width: 10px;
	height: 8px;
	background: url(../images/navico.png) no-repeat left center;
	display: inline-block;
	vertical-align: middle;
}

.side-menu__block-about ul ul li a:hover {
	color: #64ACF8;
}

.sdclose {
	position: fixed;
	top: 20px;
	right: 40px;
	width: 17px;
	height: 17px;
	background: url(../images/close1.png) no-repeat center center;
	cursor: pointer;
	font-size: 0;
}

.mCSB_container .logo {
	padding: 35px 0 15px;
	border-bottom: 2px solid #fff;
}

.mCSB_container .logo img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: 51px;
	filter: brightness(0) invert(1);
}

.mCSB_container .ewm {
	text-align: center;
	/*margin-top: 85px;*/
	margin-top: 30px;
}

.mCSB_container .ewm img {
	display: block;
	margin: 0 auto;
	width: 150px;
	border-radius: 10px;
}

.mCSB_container .ewm .tbox {
	font-size: 15px;
	color: #ffffff;
	margin-top: 10px;
	float: none!important;
	width: 100%!important;
}

.side-menu__block-contact__list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}

.side-menu__block-contact__list-item {
	color: #222222;
	font-size: 20px;
	position: relative;
	padding-left: 50px;
	font-family: 'RUBIK';
	margin-bottom: 15px;
	line-height: 36px;
}

.side-menu__block-contact__list-item i {
	font-size: 0;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.side-menu__block-contact__list .ewm img {
	width: 108px;
	margin-left: 50px;
}

.side-menu__block-contact__list-item+.side-menu__block-contact__list-item {
	margin-top: 10px;
}

.side-menu__block__text-copy {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.thm-btn {
	display: block;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	outline: none;
	background-color: #21a03a;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	padding: 0 43px;
	line-height: 50px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.thm-btn:hover {
	color: #fff;
	background-color: #222222;
}

.side-menu__block-about__text {
	margin-bottom: 16px;
	color: #777777;
	font-size: 14px;
	line-height: 26px;
}

.fa {
	font-size: 0;
}

.fa img {
	vertical-align: middle;
}

.menulogo {
	max-width: 100%;
	display: block;
}

.copyright {
	font-size: 15px;
	color: #646464;
	line-height: 26px;
	padding: 12px 0;
	background: #2d2d2d;
}

.copyright a {
	color: #646464;
	margin-left: 6px;
}


/*
* 22. search-popup styles
*/

.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999999;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
}

.search-popup.active {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.search-popup__overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
}

.search-popup__inner {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-popup__form {
	position: relative;
	z-index: 9991;
	width: 100%;
	padding: 15px;
	max-width: 600px;
	position: relative;
}

.search-popup__form input {
	background-color: transparent;
	border: none;
	outline: none;
	width: 100%;
	height: 60px;
	color: #222222;
	font-size: 18px;
	background-color: rgba(255, 255, 255, 1);
	padding-left: 30px;
	padding-right: 80px;
}

.search-popup__form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #222222;
}

.search-popup__form input::-moz-placeholder {
	/* Firefox 19+ */
	color: #222222;
}

.search-popup__form input:-ms-input-placeholder {
	/* IE 10+ */
	color: #222222;
}

.search-popup__form input:-moz-placeholder {
	/* Firefox 18- */
	color: #222222;
}

.search-popup__form button {
	border: none;
	outline: none;
	width: 60px;
	height: 60px;
	color: #fff;
	background-color: rgb(255, 153, 153);
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.search-popup__form button:hover {
	background: linear-gradient(to right, #1c7ec6);
}


/* Cursor Style */

.cursor {
	position: absolute;
	background-color: #fff;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: hidden;
}

.cursor {
	visibility: visible;
}

.cursor.active {
	opacity: 0.5;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.cursor.hovered {
	opacity: 0.08;
}

.cursor-follower {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.3);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	visibility: hidden;
}

.cursor-follower {
	visibility: visible;
}

.cursor-follower.active {
	opacity: 0.7;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cursor-follower.hovered {
	opacity: 0.08;
}

.cursor-follower.close-cursor:before {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	left: 48%;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
}

.cursor-follower.close-cursor:after {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	right: 48%;
	top: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*移动端*/


/*	 *	 *	jQuery Sliding Menu Plugin	 *
 * 
 * 	Mobile app list-style navigation in the browser	 *	
 * 
 *  *	Written by Ali Zahid	
 * 
 *  *	http://designplox.com/jquery-sliding-menu	
 * 
 *  *	 */

.sliding-menu {
	overflow: hidden;
	position: relative;
}

.sliding-menu ul {
	float: left;
	margin: 0;
	width: 100%;
}

.sliding-menu li {
	list-style: none;
	margin: 0;
	line-height: 16px;
}

.sliding-menu a {
	display: block;
	padding: 1em;
	line-height: 16px;
}

.sliding-menu a:hover {
	background: #333;
	color: #FFF;
}

.sliding-menu a.nav:before {
	content: '\3009';
	float: right;
	margin-left: 1em;
}

.sliding-menu a.back {
	background: #083f78;
	color: #FFF;
}

.sliding-menu a.back:before {
	content: '\3008';
	float: left;
	margin-right: 1em;
}

.sliding-menu {
	overflow: hidden;
	position: relative;
}

.sliding-menu ul {
	float: left;
	margin: 0;
	width: 100%;
}

.sliding-menu li {
	list-style: none;
	margin: 0;
	line-height: 25px;
}

.sliding-menu a {
	display: block;
	padding: 10px 1em;
	line-height: 25px;
}

.sliding-menu a:hover {
	background: #333;
	color: #FFF;
}

.sliding-menu a.nav:before {
	content: '\3009';
	float: right;
	margin-left: 1em;
}

.sliding-menu a.back {
	background: #083f78;
	color: #FFF;
}

.sliding-menu a.back:before {
	content: '\3009';
	float: right;
	margin-right: 0;
}

.phone_head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999999;
	height: 50px;
	line-height: 50px;
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
}

.phone_head .logo {
	font-size: 0;
}

.phone_head .logo img {
	max-width: 100%;
	height: auto;
	max-height: 43px;
	vertical-align: middle;
}

.phone_head .head_admin {
	height: auto;
	line-height: 55px;
	margin: 0;
	margin-left: 15px;
}

.phone_head .head_admin a {
	color: #1886d1;
	font-size: 12px;
}

.phone-head .menubtn>span.expand {
	vertical-align: middle;
	display: inline-block;
	height: 24px;
	width: 40px;
	background: url(../images/menu1.png) no-repeat center;
	background-size: auto 100%;
}

.phone-head .mask-close {
	background: rgb(12 35 64) none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	top: 11px;
	left: 18px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}

.maskbg {
	/*display: none;*/
	position: fixed;
	top: 0;
	left: -9999px;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	overflow: hidden;
}

.popUp {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.maxDiv .maskbg {
	left: 0;
}

.maskbg:before {
	content: "";
	position: absolute;
	top: 0;
	left: -9999px;
	width: 180px;
	height: 100%;
	background-color: rgb(255, 153, 153);
	transition: all 0.3s;
	z-index: 0;
}

.maxDiv .maskbg:before {
	left: 0;
	transition: all 0.3s;
}

#menu a {
	text-align: left;
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#menu a:hover {
	color: #fff;
}

#menu h1 {
	font-weight: 300;
}

#menu h2 {
	font-weight: 300;
	margin: 3em 0 1em 0;
}

#menu p {
	margin: 20px 0;
}

#menu .nav {
	height: auto;
	background-color: rgb(255, 153, 153);
	float: none;
}

#menu {
	margin: 4em 0;
	width: 180px;
	min-height: 308px;
	background-color: rgb(255, 153, 153);
	left: -9999px;
	transition: all 0.3s;
	text-transform: uppercase;
}

.maxDiv .maskbg #menu {
	left: 0;
	transition: all 0.3s;
}

.sliding-menu a.back {
	background-color: rgb(255, 153, 153);
}

.sliding-menu a:hover {
	background-color: rgb(255, 153, 153);
}


/*index*/

img {
	max-width: 100%;
}

.bannerswiper {
	position: relative;
}


/*.bannerswiper .swiper-pagination .swiper-pagination-bullet{
	margin: 0 10px;
	opacity: 1;
	width: 18px;
	height: 18px;
	background: url(../images/yuan2.png) no-repeat;
}
.bannerswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: url(../images/yuan1.png) no-repeat;
	opacity: 1;
}*/

.bannerswiper .swiper-pagination {
	bottom: 75px;
}

.index-1 {
	padding: 77px 28px 126px 28px;
}

.tilted {
	font-size: 45px;
	font-family: "Microsoft YaHei";
	color: rgb(60, 135, 204);
	font-weight: bold;
	line-height: 0.556;
	text-align: center;
}

.tilted span {
	position: relative;
}

.tilted span:after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	transform: translateY(-50%);
	right: -61px;
	width: 50px;
	height: 8px;
	background: url(../images/zhuang.png);
}

.tilted span:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	transform: translateY(-50%);
	left: -61px;
	width: 50px;
	height: 8px;
	background: url(../images/zhuang1.png);
}

.tilted h2 {
	font-size: 38px;
	font-family: 'Prism';
	color: #959fa7;
	font-weight: bold;
	line-height: 0.658;
	margin-top: 30px;
	text-align: center;
	font-weight: normal;
}

.banner img {
	width: 100%;
}

.ww {
	max-width: 90%;
	margin: 0 auto;
}

.bannerswiper .swiper-button-prev {
	height: 49px;
	background: url(../images/bannerleft.png);
	left: 63px;
}

.bannerswiper .swiper-button-next {
	background: url(../images/bannerright.png);
	right: 63px;
	height: 49px;
}

.bannerswiper .swiper-slide {
	position: relative;
}

.bannerswiper .swiper-slide a>img {
	vertical-align: bottom;
}

.bannerxia {
	position: absolute;
	font-size: 86px;
	font-family: "Ebrima";
	color: rgb(255, 255, 255);
	bottom: 60px;
	left: 130px;
}

.bannerswiper .swiper-pagination {
	width: auto;
	padding: 10px;
	border: 1px solid #fff;
	bottom: 37px;
	right: 123px;
	left: inherit;
	position: absolute;
}

.bannerswiper .swiper-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	opacity: 1;
	background: transparent;
	border: 2px solid #fff;
}

.bannerswiper .swiper-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	opacity: 1;
	background: transparent;
	border: 2px solid #fff;
	margin: 0 10px;
}

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

.inde1 {
	padding: 85px 0;
}

.inde11 h2 {
	text-align: center;
	font-size: 36px;
	font-family: "PingFang SC";
	color: rgb(50, 50, 50);
	margin-bottom: 2px;
}

.inde11 h3 {
	position: relative;
	text-align: center;
	font-size: 60px;
	font-family: "Source Han Sans CN";
	color: rgb(255, 153, 153);
	font-weight: bold;
	line-height: 0.667;
	padding-bottom: 35px;
}

.inde11 h3:after {
	position: absolute;
	content: "";
	display: block;
	left: 50%;
	bottom: 0;
	width: 112px;
	height: 4px;
	background: rgb(255, 153, 153);
	transform: translateX(-50%);
}

.inde12 {
	position: relative;
	padding-top: 60px;
}

.inde14 img {
	vertical-align: bottom;
}

.inde15 {
	text-align: center;
	padding: 30px;
	border-width: 1px;
	border-color: rgb(255, 153, 153);
	border-style: solid;
	background-color: rgb(255, 255, 255);
	border-top: none;
	    height: 286px;
}

.inde15 h2 {
	font-size: 24px;
	font-family: "Arial";
	color: rgb(164, 0, 0);
	text-align: center;
}

.inde15 h3 {
	font-size: 24px;
	font-family: "Arial";
	color: #0c2340;
	margin-top: 5px;
	text-align: center;
}

.inde15 p {
	font-size: 40px;
	font-family: "PingFang SC";
	color: rgb(255, 153, 153);
	margin-top: 15px;
}

.inde12 .swiper-button-prev {
	opacity: 1;
	background: url(../images/hleft.png);
	left: -75px;
	height: 49px;
	width: 29px;
}

.inde12 .swiper-button-next {
	opacity: 1;
	background: url(../images/hright.png);
	right: -75px;
	height: 49px;
	width: 29px;
}

.inde14 {
	overflow: hidden;
	position: relative;
	    height: 339px;
}

.inde14 img {
	transition: all 1s;
}

.indeswiper1 .swiper-slide:hover .inde14:after {
	border-width: 723px 799px 0 0;
}

.indeswiper1 .swiper-slide:hover .inde14 img {
	transform: scale(1.1);
}

.inde14:after {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: rgba(0, 0, 0, 0.1) transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: 0.68s;
}

.inde2 {
	padding: 140px 0;
}

.inde21 {
	display: flex;
}

.inde22 {
	width: 48%;
}

.inde23 {
	width: 51%;
	padding-left: 30px;
}

.inde2 {
	background: #fafafa;
}

.inde24 .inde11 h2 {
	text-align: left;
}

.inde24 .inde11 h3 {
	text-align: left;
}

.inde24 .inde11 h3:after {
	left: 0;
	width: 195px;
	transform: inherit;
}

.inde24 h4 {
	font-size: 26px;
	font-family: "Arial";
	color: rgb(0, 0, 0);
	margin-top: 70px;
}

.inde24 p {
	margin-top: 20px;
	font-size: 20px;
	font-family: "Arial";
	color: rgba(0, 0, 0, 0.8);
	line-height: 1.5;
}

.inde23 {
	position: relative;
}

.inde24 a {
	display: inline-block;
	background-color: rgb(255, 153, 153);
	font-size: 20px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	border-radius: 5px;
	padding: 19px 51px;
	position: absolute;
	bottom: 0;
	transition: all 1s;
}

.inde24 a:hover {
	border-radius: 25px;
}

.inde22 {
	overflow: hidden;
	
}

.inde22 img {
	vertical-align: bottom;
}

.inde22:after {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: rgba(0, 0, 0, 0.1) transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: 0.68s;
}

.inde22:hover:after {
	border-width: 1400px 1400px 0 0;
}

.inde3 ul {
	display: flex;
}

.inde3 ul li {
	position: relative;
	width: 33.3%;
	overflow: hidden;
}

.inde31 {
	transition: all 0.5s;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
}

.inde3 ul li a>img {
	width: 100%;
	height: 100%;
	transition: all 1s;
	vertical-align: bottom;
}

.inde3 ul li:hover a>img {
	transform: scale(1.1);
}

.inde3 ul li:hover .inde31 {
	top: 40%;
}

.inde31 h2 {
	font-size: 48px;
	font-family: "PingFang SC";
	color: rgb(255, 255, 255);
	line-height: 0.833;
	margin-bottom: 30px;
}

.inde31 h3 {
	font-size: 22px;
	font-family: "PingFang SC";
	color: rgb(255, 255, 255);
	border: 1px solid #fff;
	display: inline-block;
	padding: 14px 60px;
	transition: all 1s;
}

.inde3 ul li:hover .inde31 h3 {
	border-radius: 30px;
}

.conceptbg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.inde3 ul li:hover .conceptbg mark {
	transform: scaleX(1);
	/* -webkit-transform: scaleX(1); */
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}

.conceptbg mark {
	display: block;
	width: 100%;
	z-index: 6;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(29, 46, 143, 0.1);
	background: #f89b30\9;
	filter: alpha(opacity=50);
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .9s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .9s cubic-bezier(.4, 0, .2, 1);
	transition: transform .9s cubic-bezier(.4, 0, .2, 1);
	transition: transform .78s cubic-bezier(.4, 0, .2, 1), -webkit-transform .9s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}

.inde4 {
	padding: 113px 0 160px 0;
}

.inde41 {
	display: flex;
	padding-top: 95px;
}

.inde42 {
	margin-right: 50px;
	width: 29%;
}

.inde43 {
	width: 68%;
}

.inde42 h2 {
	font-size: 24px;
	font-family: "PingFang SC";
	color: rgb(0, 0, 0);
	margin-bottom: 40px;
	font-weight: bold;
}

.inde42 ul {
	border-radius: 5px;
	background: linear-gradient(to right bottom, #353535, #000000);
	padding: 57px 40px 39px 25px;
	height: 578px;
}

.ghting input::-webkit-input-placeholder {
	color: rgb(49, 49, 49, 0.6);
	font-size: 16px;
}

.ghting input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgb(49, 49, 49, 0.6);
	font-size: 16px;
}

.inde42 ul li a {
	display: flex;
	margin-bottom: 36px;
	/* justify-content: center; */
}

.indea-left i:nth-child(1) {
	font-weight: normal;
	font-size: 36px;
	font-family: "PingFang SC";
	vertical-align: top;
	display: inline-block;
	margin-top: -7px;
	margin-right: -6px;
	color: rgb(255, 255, 255);
}

.indea-left {
	font-size: 40px;
	width: 28%;
	padding-top: 15px;
	font-family: "PingFang SC";
	color: rgb(255, 255, 255);
}

.indea-left i:nth-child(2) {
	font-size: 18px;
	margin-left: -7px;
}

.indea-right {
	padding-left: 25px;
}

.indea-right h3 {
	font-size: 24px;
	font-family: "PingFang SC";
	color: rgb(255, 255, 255);
	margin-bottom: 10px;
}

.indea-right p {
	font-size: 18px;
	font-family: "PingFang SC";
	color: rgba(255, 255, 255, 0.651);
	line-height: 1.222;
}

.inde42 ul li:hover .indea-left {
	color: rgb(92 124 156);
}

.inde42 ul li:hover i {
	color: rgb(92 124 156);
}

.inde42 ul li:hover h3 {
	color: rgb(92 124 156);
}

.inde42 ul li:hover p {
	color: rgb(92 124 156);
}

.inde43 h2 {
	font-size: 24px;
	font-family: "PingFang SC";
	color: rgb(0, 0, 0);
	margin-bottom: 40px;
	font-weight: bold;
}

.inde43 ul {
	display: flex;
}

.inde43 ul li {
	border-radius: 5px;
	overflow: hidden;
	width: 18%;
	margin-right: 20px;
	position: relative;
}

.inde43 ul li:last-child {
	margin-right: 0px;
}

.inde43 ul li.on {
	width: 49%;
}

.inde44 {
	position: absolute;
	display: inline-block;
	background: #000;
	border-radius: 5px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
}

.service-p {
	color: #181818;
	font-size: 20px;
}

.inde43 ul {
	display: flex;
	height: 578px;
}

.inde43 ul li {
	width: 17%;
	margin-right: 20px;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	transition: all 0.5s;
}

.inde43 ul li:last-child {
	margin-right: 0px;
}

.inde43 ul li.on {
	width: 43.5%;
}

.inde43 ul li.on .inde-time {
	left: inherit;
	transform: inherit;
	right: 0;
}

.inde43 ul li a>img {
	height: 100%;
}

.inde-time {
	position: absolute;
	z-index: 1;
	bottom: 42px;
	left: 50%;
	border-radius: 5px;
	transform: translateX(-50%);
	display: inline-block;
	background: #000;
	font-size: 40px;
	padding: 15px 17px;
	font-family: "PingFang SC";
	color: rgb(255, 255, 255);
}

.inde-time i:nth-child(1) {
	font-weight: normal;
	font-size: 36px;
	font-family: "PingFang SC";
	vertical-align: top;
	display: inline-block;
	margin-top: -7px;
	margin-right: -6px;
	color: rgb(255, 255, 255);
}

.inde43 ul li.on .inde-timelite {
	opacity: 1;
	width: 71%;
	/*	  transform: translateX(-0%) scale(1);*/
}

.inde-timelite {
	position: absolute;
	left: 30px;
	/*  transform: translateX(-0%) scale(0);*/
	opacity: 0;
	bottom: 40px;
	transition: all 0.1s;
	width: 0;
}

.inde-time i:nth-child(2) {
	font-size: 18px;
	margin-left: -7px;
}

.inde-timelite h2 {
	font-size: 30px;
	font-family: "PingFang SC";
	color: rgb(255, 255, 255);
	margin-bottom: 20px;
}

.inde-timelite h3 {
	font-size: 18px;
	font-family: "PingFang SC";
	color: rgba(255, 255, 255, 0.651);
	line-height: 1.222;
}

.inde5 {
	background: url(../images/our.jpg) no-repeat;
	background-size: cover;
	padding: 120px 0;
}

.inde5 .inde11 h3 {
	color: #fff;
}

.inde5 .inde11 h3:after {
	background: #fff;
}

.inde51 {
	position: relative;
	padding-top: 100px;
}

.inde51 .swiper-button-prev {
	opacity: 1;
	background: url(../images/hleft.png);
	left: -75px;
	height: 49px;
	width: 29px;
	filter: invert(1);
}

.inde51 .swiper-button-next {
	opacity: 1;
	background: url(../images/hright.png);
	right: -75px;
	height: 49px;
	width: 29px;
	filter: invert(1);
}

.footer {
	background: #1f1f1f;
}

.footer-top {
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #fff;
}

.footer-bottom {
	padding: 10px 0 80px 0;
}

.footera {
	float: left;
	display: flex;
}

.footera ul li:first-child {
	font-size: 29px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	/* line-height: 1; */
	width: 100%;
}

.footera ul {
	margin-right: 180px;
}

.footerb {
	float: right;
	width: 35%;
}

.footera ul li {
	font-size: 19px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	line-height: 2.063;
	font-weight: normal;
	max-width: 474px;
}

.footer1 {
	padding-left: 30px;
	float: left;
}

.footer1 img {
	filter: brightness(0) invert(1);
}

.footer2 {
	float: right;
	padding-top: 22px;
}

.indeswiper5 .swiper-slide img {
	transition: all 1s;
	width: 100%;
}

.indeswiper5 .swiper-slide:hover img {
	transform: scale(1.03);
}

.footer2 a {
	font-size: 16px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	display: inline-block;
	margin-left: 50px;
}

.footer2 a:hover {
	color: rgb(92 124 156);
}

.footera ul li a {
	color: #fff;
}

.footera ul li a:hover {
	color: rgb(92 124 156);
}

.footerb h2 {
	font-size: 29px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	line-height: 1.5;
}

.footerb ul {
	display: flex;
	flex-wrap: wrap;
}

.footerb ul li {
	width: 48%;
}

.footerb ul li:nth-child(2n) {
	margin-left: 23px;
}

.footerb ul li input {
	width: 96%;
	padding: 25px 0 10px 0;
	background: no-repeat;
	border-bottom: 1px solid rgb(255, 153, 153);;
}

.footerb ul li input::-webkit-input-placeholder {
	color: #fff;
	font-size: 16px;
}

.footerb ul li input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	font-size: 16px;
}

.footerb ul li textarea::-webkit-input-placeholder {
	color: #fff;
	font-size: 16px;
}

.footerb form button {
	width: 184px;
	height: 40px;
	margin: 0 auto;
	font-size: 19px;
	cursor: pointer;
	margin-top: 18px;
	transition: all 1s;
	color: rgb(255, 153, 153);
	background: #FFFFFF;
	display: block;
	text-align: center;
	border: none;
}

.footerb form  button:hover {
	border-radius: 20px;
}

.footerb ul li textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	font-size: 16px;
}

.footerb ul li span {
	color: #e60012;
	font-size: 20px;
}

.footerb ul li:nth-child(5) textarea {
	width: 98%;
	line-height: 30px;
	height: 103px;
	padding: 25px 0 10px 0;
	background: no-repeat;
	resize: none;
	border-bottom: 1px solid rgb(255, 153, 153);;
}

.footerb ul li:nth-child(5) {
	width: 100%;
}

.float_qq {
	position: fixed;
	bottom: 300px;
	right: 0;
	width: 50px;
	height: auto;
	z-index: 6666;
}

.float_qq ul li {
	position: relative;
	/* top: 102px; */
	left: 0;
	margin-bottom: 0;
	width: 400px;
	transition: all 0.3s;
}

.float_qq ul li a {
	display: block;
	font-family: "Microsoft Yahei";
	color: #FFF;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: rgb(0, 0, 0, 0.8);
	border-radius: 0px;
}

.footering {
	background: #7d7d7d;
	padding: 16px 0;
}

.footering p {
	text-align: center;
	font-size: 16px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
}

.footering p a {
	color: rgb(255, 255, 255);
}

.float_qq ul li a img {
	display: block;
	float: left;
	vertical-align: middle;
	margin: 12px 16px 14px 16px;
}

.float_qq ul li:hover {
	left: -172px;
	transition: all 0.3s;
}

.float_qq ul li:last-child:hover {
	left: 0;
}

.float_qq ul li:hover a {
	background: rgb(255, 153, 153);
}

.products-cirer {
	max-width: 87%;
	margin: 0 auto;
}

.products1 {
	background: #e7e6e6;
}

.products12 {
	padding: 30px 0;
}

.products12 h2 {
	font-family: "Source";
	font-size: 32px;
	color: #181818;
	margin-bottom: 25px;
}

.products12 h3 {
	position: relative;
}

.products12 h3 input {
	width: 100%;
	padding: 16px 10px 16px 30px;
	background: #fff;
	border: 1px solid #FF6666;
}

.products12 h3 button {
	position: absolute;
	top: 50%;
	border: none;
	background: no-repeat;
	transform: translateY(-50%);
	right: 30px;
}

.products2 {
	padding: 50px 0 100px 0;
}

.products21 {
	display: flex;
}

.products-left {
	width: 25%;
	padding-right: 20px;
}

.products-right {
	width: 75%;
}

.products-left ul li {
	padding: 16px 0;
	border-bottom: 1px solid rgb(0, 0, 0, 0.2);
}

.products-left ul li h2 {
	font-size: 16px;
	color: #181818;
	position: relative;
	cursor: pointer;
	font-family: "Source";
}

.products-left ul li h2 span {
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 19px;
	height: 19px;
	transform: translateY(-50%);
	right: 0px;
	background: url(../images/z2.png) no-repeat;
}

.oductsing {
	padding-top: 10px;
}

.products-left ul li.on h2 span {
	background: url(../images/z1.png) no-repeat;
}

.oductsing .oductsing-p {
	position: relative;
	min-height: 21px;
}
.oductsing-p i{
	display: inline-block;
	width: 15px;
	vertical-align: middle;
	height: 15px;
	border-radius: 50%;
	font-style: normal;
	margin-right: 0px;
	margin-left: 5px;
	margin-top: -3px;
}
    
.products13{
	display: none;
	margin-top: 10px;
	/* display: flex; */
justify-content: space-between;
}
.products13 h5 a{
	color: #FF6666;
	padding: 0 3px;
	   
}
.products13 h5 {
	color: #FF6666;
	     font-size: 15.75px;
}
.products13 h4{
	color: #000;
	font-size: 14px;
}
.oductsing .oductsing-p span {
	color: #181818;
	font-size: 17px;
	padding-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.products-right ul li {
	margin-bottom: 25px;
	border: 1px solid rgb(0, 0, 0, 0.2);
}

.productsb {
    padding: 22px 13px 0 38px;
}

.products-lin {
	padding-bottom: 0px;
	display: flex;
}

.products-more a:hover {
	color: #FF6666;
}

.productsa {
	width: 40%;
}

.productsb {
	position: relative;
	display: flex;
	width: 55%;
}

.productsc {
	width: 50%;
}

.productsd {
	width: 50%;
}

.bannerswipering .swiper-slide img {
	vertical-align: bottom;
}

.productsc h2 {
	font-size: 16px;
	color: #FF6666;
	font-family: "Source";
}

.productsc h3 {
	margin-bottom: 5px;
	font-size: 22px;
	color: #FF6666;
	font-family: "Source";
}

.productsc p {
	font-size: 16px;
	font-family: "Source";
	color: rgba(24, 24, 24, 0.8);
	line-height: 1.625;
}

.productsd {
	padding-top: 77px;
}

.productsd h2 {
	text-align: right;
	font-family: "Source";
	font-size: 22px;
	color: #181818;
	margin-bottom: 18px;
	margin-bottom: 19px;
}

.productsd h2 span {
	font-size: 17px;
	margin-right: 30px;
}

.products-tan {
	width: 100%;
	cursor: pointer;
	font-size: 16px;
	height: 50px;
	text-align: center;
	background: #000;
	
    border-radius: 5px;
	line-height: 50px;
	color: rgb(255, 255, 255);
}

.products-tan a {
	color: rgb(255, 255, 255);
}

.products-taning {
	width: 100%;
	    border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	height: 50px;
	text-align: center;
	background: #FF6666;
	line-height: 50px;
	color: rgb(255, 255, 255);
	margin-top: 7px;
}

.products-taning a {
	color: rgb(255, 255, 255);
}

.products-dingwei {
    width: 88%;
    height: 44px;
    line-height: 44px;
    position: relative;
    cursor: pointer;
    /* left: 15px; */
    margin-top: 10px;
    border-radius: 5px;
    /* bottom: 0; */
    background: url(../images/bjj.png) no-repeat center right;
    background-size: cover;
}

.products-dingwei span {
	display: inline-block;
	width: 49%;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.products-right ul li { 
    position: relative;
   
}
.products-more {
    text-align: right;
    /* border-top: 1px solid rgb(0, 0, 0, 0.2); */
    padding: 0px 0 30px;
    padding-right: 20px;
    margin-top: -80px;
    right: 20px;
    font-weight: bold;
    z-index: 99999;
    position: relative;
}
.products-more a {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.6);
}

.products-more a img {
	vertical-align: middle;
	margin-left: 10px;
}

.productsa .swiper-container {
	padding-bottom: 50px;
}

.productsa .swiper-container .swiper-pagination {
	bottom: 28px;
}

.productsa .swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: transparent;
	border: 1px solid #484546;
	opacity: 1;
}

.productsa .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #484546;
	opacity: 1;
}

.oductsing {
	height: 0;
	transition: all 1s;
	overflow: hidden;
}

.products-left ul li.on .oductsing {
	display: block;
	height: auto;
}

.products-contan {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 9999999;
	display: none;
}

.he_popbx {
	width: 64%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 60px 150px 37px 150px;
}

.he_guab {
	width: 26px;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
}

.he_popbximg h2 {
	font-size: 34px;
	font-family: "Source";
	color: rgb(0, 0, 0);
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}

.he_popbximg ul li {
	margin-bottom: 40px;
}

.he_popbximg ul li span {
	display: inline-block;
	width: 27%;
	vertical-align: top;
	font-size: 23px;
	font-family: "Source";
	color: rgba(0, 0, 0, 0.749);
	font-weight: bold;
}

.he_popbximg ul button {
	width: 170px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-family: "Source";
	color: rgb(255, 255, 255);
	font-weight: bold;
	background: #FF9999;
	margin: 0 auto;
	border: none;
	display: inherit;
}

.he_popbximg ul li input {
	width: 72%;
	border-radius: 5px;
	background: #f6f6f6;
	padding: 13px 0;
	padding-left: 20px;
}

.he_popbximg ul li textarea {
	width: 72%;
	height: 93px;
	border-radius: 5px;
	background: #f6f6f6;
	padding: 13px 0;
	resize: none;
	padding-left: 20px;
}

.bximg-input {
	position: relative;
	display: inline-block;
	width: 71%;
}

.bximg-input input::-webkit-calendar-picker-indicator {
	opacity: 0;
}

.bximg-input input {
	width: 100% !important;
}

.service-jtt {
	position: absolute;
	top: 42%;
	right: 29px;
}

#typelistt {
	width: 100%;
}

.video-box video {
	object-fit: revert;
}

.video-box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}

.products-taning:hover {
	background: #000;
}
.oductsing .oductsing-ps a{
	display: inline-block;
}
.contact-box{
	overflow: hidden;
	
}
.contact-gg img {
	transition: all 1s;
}
.contact-gg:hover img {
   transform: translateY(-20px);
}
.contact-box img{
	transition: all 1s;
}
.contact-box:hover img{
	transform: scale(1.1);
}
.contact-lo{
	color: #fff;
}
.contact-gg{
	text-align: center;
}
.right-side-box a img:hover {
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: shake 0.5s;
	animation: shake 0.5s;
}
@keyframes shake{
	0%, 100% {
	  -webkit-transform: scale(1, 1);
	  transform: scale(1, 1);
	}
	25% {
	  -webkit-transform: scale(0.9, 1.1);
	  transform: scale(0.9, 1.1);
	}
	50% {
	  -webkit-transform: scale(1.1, 0.9);
	  transform: scale(1.1, 0.9);
	}
	75% {
	  -webkit-transform: scale(0.95, 1.05);
	  transform: scale(0.95, 1.05);
	}
}
.learn-more{
	margin-bottom: 30px;
}
.inde1.inde1conts .inde15 p{
	    font-size: 18px;
		color: #181818;
	    margin-top: 0px;
	
			font-family: "Source";
			
}
.inde1.inde1conts .inde15 {
	padding: 15px;
}
.inde1.inde1conts .inde15 h3 {
	padding: 15px;
	font-size: 18px;
	color: #181818;
	padding: 0;
		
		font-family: "Source";
		
}
.oductsing-Price{
	display: flex;
	
	
}
.oductsinga{
	margin-right: 10px;
	width: 49%;
}
.oductsinga h1{
	    font-size: 12.25px;
		color: rgb(0,0,0,0.6);
}
.oductsinga input{
	width: 100%;
	    height: 42px;
	    padding: 4px 8px;
	    font-size: 16px;
	    line-height: 1.5;
		border-radius: 5px;
		border: 1px solid #a09c9c;
}
@media only screen and (min-width: 330px) {
	.videofixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 999999;
	}
	/*kaiz-2 {
	margin-top: 20px;
}*/
	.videoclose {
		position: fixed;
		top: 180px;
		right: 20%;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.2) url(../images/kfclose.png) no-repeat center center;
		background-size: cover;
		z-index: 1000000;
		cursor: pointer;
	}
	.videofixed .video-box {
		width: 50%;
		height: 60%;
		top: 20%;
		left: 25%;
	}
	.video-box .video-js .vjs-big-play-button {
		line-height: 65px!important;
		height: 65px;
		width: 65px;
		background-color: rgb(255 255 255);
		color: #026e34;
	}
}

.products-shuaixuan {
    /* display: none; */
    height: 0;
    overflow: hidden;
}
/*-------------*/
input.shbtn {    /* padding: 20px; */    width: 135px;    height: 45px;    display: inherit;    font-size: 16px;    cursor: pointer;    color: #fff;    margin: 10px auto;    border-radius: 10px;    background: #FF6666;    transition: all 0.8s;    /* font-weight: bold; */}
input.shbtn:hover{	border-radius: 0px;}
.pages #cC2uoxw ul li{
	display: inline-block;
	padding: 2px 15px;
	
	margin-right: 10px;
	
}
.pages #cC2uoxw ul li.selected{
	background: #FF6666;
	
}
.pages #cC2uoxw ul li.selected a{
	color: #fff;
}
.pages #cC2uoxw ul{
	/* display: flex; */
}
.pages #cC2uoxw{
	text-align: center;
}
/*
 
 * 响应式
 * */

@media only screen and (max-width:1800px) {
	.w {
		width: 1600px;
	}
	.footerb ul li {
		width: 47%;
	}
	.inde14 {
   
    height: 313px;
}
.inde15 {
  
  
    height: 222px;
}
	.videos {
	  margin-top: 65px !important;
	}
	.productsc {
	  width: 57%;
	}
	.float_qq{
	bottom: 200px;	
	}
	.he_popbx {
	 
	  padding: 40px;
	}
	.productsc h3 {
	  margin-bottom: 15px;
	  font-size: 17px;
	 
	}
	.he_popbximg ul li span {
	 
	  font-size: 18px;
	 
	}
	.he_popbximg ul button {
	  width: 170px;
	  height: 50px;
	  line-height: 50px;
	  font-size: 16px;
	
	}
	.he_popbximg h2 {
	  font-size: 31px;
	
	  margin-bottom: 27px;
	}
	.he_popbximg ul li {
	  margin-bottom: 19px;
	}
	.productsc h2 {
	  font-size: 13px;
	  color: #FF6666;
	  
	}
	.productsc p {
	  font-size: 14px;
	 
	}
	.productsd h2 {
	 
	  font-size: 24px;
	
	}
	.products-tan {
	
	  font-size: 14px;
	  height: 34px;

	  line-height: 34px;
	  
	}
	.products-dingwei {
	height: 33px;
    line-height: 32px;
	  
	}
	.products-dingwei span {
	 width: 48%;
	  font-size: 12px;
	 
	}
	.products-more {
	 
	  /*padding: 6px 0;*/
	  padding-right: 20px;
	   
	}
	.products-taning {
	
	  font-size: 14px;
	  height: 34px;
	
	  line-height: 34px;
	  
	}
	.head-main .nav > ul > li > a {
	  
	  font-size: 14px;
	 
	}
	.inde24 h4 {
	  font-size: 22px;
	 
	  margin-top: 29px;
	}
	.inde24 a {
	  
	
	  padding: 14px 31px;
	
	  bottom: -8px;
	  
	}
	.indea-right h3 {
	  font-size: 21px;
	 
	  margin-bottom: 8px;
	}
	.indea-right p {
	  font-size: 16px;
	}
	
	.inde43 ul {
	  display: flex;
	  height: 514px;
	}
	.inde31 {
	 
	  width: 100%;
	}
	.inde24 p {
	  margin-top: 16px;
	  font-size: 18px;
	 
	}
	.footera ul {
		margin-right: 40px;
	}
	.right-side-box a {
		margin-left: 10px;
	}
	.right-side-box a img {
		width: 30px;
	}
	.ghting input {
		width: 227px;
		height: 50px;
		line-height: 50px;
		padding-left: 13px;
		background: #f2f1f0;
		margin-left: 20px;
		border: 1px solid #1d1d1b;
	}
	.head-main .nav>ul>li {
		float: left;
		position: relative;
		margin-right: 25px;
	}
	.right-side-box .search-popup__toggler {
		width: 35px;
		height: 35px;
		margin-right: 59px;
		line-height: 32px;
		background: url(../images/search.png) no-repeat center center;
	}
	body {
		font-size: 15px;
	}
	.jt_zci .let_box {
		width: 69.25%;
	}
	.inde15 h2{
		font-size: 22px;
	}
	.inde15 h3{
		font-size: 18px;
	}
	.inde15 p{
		font-size: 38px;
	}
	.inde42 ul {
	
	  padding: 42px 25px 30px 18px;
	  height: 514px;
	}
	.indea-left i:nth-child(1) {
	 
	  font-size: 29px;
	 
	}
	.indea-left {
	  font-size: 34px;
	 
	}
	
	.inde-time i:nth-child(1) {
	 
	  font-size: 29px;
	
	}
	.inde-time {
	  
	  font-size: 35px;
	
	}
	
	.inde-time {
	 
	  width: 82%;
	  text-align: center;
	}
	.inde43 ul li.on .inde-time{
		  width: auto;
	}
}

@media only screen and (max-width:1680px) {
	.w {
		width: 1440px;
	}

	.ying_sipder .swiper-slide .stops-zt {
	
	  width: 40px;
	}
	.video-containers ul li {
	  width: 30.7% !important;
	  margin-top: 70px !important;
	  margin-right: 28px !important;
	}
	
	.video-list {
	  margin-top: 20px!important;display: block;
	}
	.video-list-m {
	  margin-top: 20px!important;display: none;
	}
	
 @media screen and (max-width: 740px) {
.video-list {margin-top: 20px!important;display: none;}
	.video-list-m {
	  margin-top: 20px!important;display: block;
	}
}	
	
	
	
	.video-containers ul li div .photo {
	  
	  width: 68px;
	}
	.box-text1 span {
	  line-height: 61px !important;
	 
	  font-size: 21px !important;
	 
	}

.box-text3 .little-box a {
 
  font-size: 21px;
 
}
	.footera ul li {
	  font-size: 18px;

	  max-width: 390px;
	}
	.footera ul li:first-child {
	  font-size: 27px;
	  
	}
	.footerb h2 {
	  font-size: 27px;
	 
	}
	.footerb ul li input {
	  width: 94%;
	  padding: 18px 0 4px 0;
	
	}
	.footerb ul li:nth-child(5) textarea {
	  width: 97%;
	 
	}
	.indea-left {
	  width: 49%;
	}
	.indea-right {
	  padding-left: 9px;
	}
	.searchmore {
		padding: 35px 20px 55px;
		margin-top: 20px;
		height: auto;
		margin-bottom: 10px;
		background: url(../images/ss1.jpg) no-repeat bottom;
		background-size: 100% 100%;
	}
	.head-main .logo img {
	  height: 62px;
	}
	.inde11 h3 {
	 
	  font-size: 48px;
	
}
.inde31 h2 {
  font-size: 42px;
 
}
.inde31 h3 {
  font-size: 20px;
 
  padding: 8px 31px;

}
.inde4 {
  padding: 83px 0 120px 0;
}
.inde2 {
  padding: 103px 0;
}
.inde41 {
 
  padding-top: 69px;
}

	.box-text2 span {
 
  font-size: 18px !important;

}
.box-text2 .video-more{
	width: auto !important;
}
.box-text2 .video-more a {
 
  margin: 0 8px !important;
  font-size: 15px !important;
  
}
}
@media only screen and (max-width:1600px) {
	.indea-left {
	  width: 67%;
	}
}

@media only screen and (max-width:1500px) {
	.w {
		width: 1200px;
	}
	.box-text2 span {
	 
	  font-size: 15px !important;
	
	}
	.box-text2 .video-more{
		width: auto !important;
	}
	.box-text2 .video-more a {
	 
	  margin: 0 7px !important;
	  font-size: 13px !important;
	  
	}
	.inde42 ul {
	  
	  height: 484px;
	}
	.products-dingwei {
	  /*width: 43%;
	  height: 34px;
	      bottom: 16px;
	  line-height: 34px;*/
	  
	  
	}
	.productsc h3 {
	  margin-bottom: 15px;
	  font-size: 15px;
	 
	}
	.productsc h2 {
	  font-size: 13px;
	  color: #FF6666;
	  
	}
	.productsc p {
	  font-size: 12px;
	 
	}
	.inde43 ul {
	  display: flex;
	  height: 484px;
	}
	.inde42 {
	  margin-right: 30px;
	  width: 29%;
	}
	
	.footerb ul li input::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		color: #fff;
		font-size: 12px;
	}
	.footerb ul li textarea::-webkit-input-placeholder {
		color: #fff;
		font-size: 12px;
	}
	
	.footerb ul li textarea::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		color: #fff;
		font-size: 12px;
	}
	.bottom-top-rht {
		width: 63%;
	}
	.index-41 ul li {
		margin-right: 21px;
	}
	.index-3 ul li {
		padding: 49px 36px 10px 35px;
	}
	.index-14 p {
		font-size: 14px;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		word-break: break-all;
		white-space: normal !important;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
	}
	.more {
		display: block;
		text-align: center;
		margin-top: 10px;
		font-size: 16px;
		font-family: "Microsoft YaHei";
		color: rgb(255, 255, 255) !important;
		line-height: 1.563;
		text-align: center;
	}
	.right-side-box .search-popup__toggler {
		width: 35px;
		height: 35px;
		margin-right: 7px;
		line-height: 32px;
		background: url(../images/search.png) no-repeat center center;
	}
	.head-main .nav>ul>li>a {
		display: block;
		font-size: 12px;
		color: #333333;
		position: relative;
	}
	.right-side-box .side-menu__toggler {
		width: 80px;
		height: 86px;
	}
	.yzm img {
		height: 42px;
	}
	.form li {
		line-height: 42px;
		margin-bottom: 10px;
	}
	.submit,
	.reset {
		height: 40px;
		line-height: 40px;
	}
	
	.head-main .nav>ul>li {
		margin-right: 15px;
	}
	
	.drop-down ol a {
		    padding: 5px 40px 5px 15px;
    line-height: 20px;
		
	}
	
	.head-main .logo img {
		height: 50px;
	}
	.right-side-box li {
		margin-left: 15px;
	}
	.intitle .en {
		font-size: 50px;
	}
	.intitle .ch {
		font-size: 26px;
	}
	.proswiper .tbox {
		padding-left: 35px;
		padding-right: 70px;
	}
	.in3-sec .tbox .tit .ch,
	.in3-sec .tbox .tit .en,
	.in2-sec .main .num-con li .num {
		font-size: 30px;
	}
	.links-sec li .tbox .en {
		font-size: 14px;
	}
	
	.inde24 h4 {
	  font-size: 21px;
	  margin-top: 19px;
	}
	.inde24 p {
	  margin-top: 11px;
	  font-size: 16px;
	}
	
	.inde24 a {
	  padding: 10px 22px;
	  bottom: -16px;
	  position: relative;
	  font-size: 18px;
	}
	.inde22 img {
	  vertical-align: bottom;
	  padding-top: 28px;
	}
}

@media only screen and (max-width:1440px) {
	.inde14 {
 
    height: 228px;
 }
.inde15 h2 {
    font-size: 20px;
}
.inde15 h3 {
    font-size: 16px;
}
.inde15 p {
    font-size: 33px;
}

}

@media only screen and (max-width:1300px) {
	.w {
		width: 1100px;
	}

	.zz {
		position: absolute;
		top: 157px;
		width: 78%;
		left: 50%;
		transform: translateX(-49.9%);
		z-index: 1;
	}
	.inde-timelite h2 {
	  font-size: 24px;
	 
	}
	.inde-timelite h3 {
	  font-size: 15px;
	
	}
	.bottom-top-rht {
		width: 70%;
		padding-left: 0px;
	}
	.inde15 h2 {
    font-size: 18px;
}
	.inde43 ul li.on .inde-timelite {
	
	  width: 58%;
	  }
	.bottom-top-rht dl {
		padding: 0 23px;
	}
	.search-popup__form {
		position: relative;
		z-index: 9991;
		width: 85%;
		padding: 0px;
		max-width: 597px;
		position: relative;
	}
	.searchmore .search-text {
		background: #f4f1f1 url(../images/search2.png) no-repeat 90% center;
		border-radius: 4px;
		background-size: 17px;
		padding: 0px 50px 0 20px;
		display: block;
		height: 48px;
		line-height: 48px;
		color: #666666;
		font-size: 15px;
		width: 100%;
	}
	.searchmore .search-textt {
		background: #f4f1f1;
		border-radius: 4px;
		padding: 0px 50px 0 20px;
		display: block;
		height: 48px;
		line-height: 48px;
		margin-top: 0px;
		color: #666666;
		font-size: 16px;
		width: 100%;
	}
	.head-main .nav>ul>li>a {
		font-size: 16px;
	}
	.head-main .nav>ul>li {
		margin-right: 30px;
	}
	.right-side-box li {
		margin-left: 17px;
	}
	.go,
	.bannerswiper .swiper-pagination,
	.banner-pagination {
		bottom: 17px;
	}
	.prolist .tbox .application {
		margin-top: 20px;
	}
	.prolist .tbox .btn {
		margin-top: 20px;
	}
	.pro-pagination {
		max-width: 80%;
		text-align: right;
	}
	.pro-pagination li {
		margin-bottom: 5px;
		text-align: left;
	}
}

@media only screen and (max-width:1280px) {
	.productsd {
    padding-top: 48px;
}
}

@media only screen and (max-width:1200px) {
	.w {
		width: 1024px;
	}
	.video-containers ul li {
	    width: 29.7% !important;
	 
	}
	.footera ul li{
		max-width: 348px;
	}
	.footerb ul li{
		width: 45%;
	}
	.fuwu-13 ul li {
		font-size: 15px;
	}
	.bottom-top-rht dl {
		padding: 0 17px;
	}
	.head-main .nav>ul>li>a {
		font-size: 14px;
	}
	.formtextarea {
		height: 85px;
	}
	.right-side-box .lang a {
		font-size: 12px;
		padding-right: 10px;
	}
	.right-side-box .lang {
		width: 103px;
	}
	.head-main .logo img {
		height: 35px;
	}
	.intitle .en {
		font-size: 40px;
	}
	.intitle .ch {
		font-size: 24px;
	}
	.prolist .tbox .tit {
		font-size: 20px;
	}
	.ct-sec1 .tbox {
		padding: 34px;
	}
}

@media only screen and (max-width:1024px) {
	.w {
		width: 960px;
	}
	.tilted {
		font-size: 27px;
	}
	.bottom-boted {
		display: none;
	}
	.bottom-top-rht {
		display: none;
	}
	.inde22 img {
	  vertical-align: bottom;
	  padding-top: 0px;
	}
	.more {
		display: block;
		text-align: center;
		margin-top: 2px;
		font-size: 14px;
		font-family: "Microsoft YaHei";
		color: rgb(255, 255, 255) !important;
		line-height: 1.563;
		text-align: center;
	}
	a.more img {
		width: 18px;
		margin-left: 5px;
	}
	. .head-main .nav>ul>li {
		margin-right: 18px;
	}
	.head-main .logo img {
		height: 32px;
	}
	.prolist .tbox hr {
		margin: 10px 0 0;
	}
	.in2-sec .main .tbox {
		width: 100%;
		padding-right: 0;
	}
	.in2-sec .main .num-con {
		width: 100%;
		margin-top: 30px;
	}
	.jt_zci .rit_box {
		width: 300px;
	}
	.m_swiow .tran .t1_col .value {
		font-size: 30px;
	}
	.m_swiow .tran {
		font-size: 16px;
		padding: 0 25px;
		line-height: 70px;
	}
	.m_swiow .tran .t1_col2 {
		max-width: 70%;
		line-height: 25px;
		vertical-align: middle;
	}
	.nybanner .tbox .en {
		font-size: 40px;
	}
	.nybanner .tbox .ch {
		font-size: 20px;
		padding-top: 10px;
	}
	.pro-sec .prolist .tbox .btn {
		display: none;
	}
	.proxq-sec1 .prolist .tbox .btn {
		display: block;
	}
	.proxq-sec1 .bshare-custom {
		display: none;
	}
}

@media only screen and (max-width:1000px) {
	.w {
		width: 100%;
		padding: 0 4%;
	}
	.sliding-menu ul li img{
	opacity: 0;
}
    .inde14 {
    overflow: hidden;
    position: relative;
    height: 168px;
}
.inde15 {
   
    height: 195px;
}
	.products13{
	display: flex;

}
.products-shuaixuan{
	position: fixed;
	    top: 0;
		transition: all 0.8s;
	    left: 100%;
	    width: 100%;
	    height: 100%;
	    background:#fff;
		
	    z-index: 9999999;
}
.products-shuaixuan.on{
	  left: 0;
	  display: block;
}
.cts-sh{
	display: flex;
	justify-content: space-between;
}
.cts-sh h2{
	    font-size: 15.75px;
		color: #000000;
}

 .ucts-shuaixuan select{
	 width: 100%;
	 padding: 10px;
	 height: 40px;
	 border-radius: 5px;
	 border: 1px solid rgb(0, 0, 0, 0.2);
 }
.cts-sh h4{
	font-size: 12px;
	color: #03853D;
}
.products-shuaixuan .products-left{
	display: block;
	padding: 10px 10px;
	width: 100%;
}
	.expand1:nth-child(2) img{
		width: 30px;
	}
	.inde14 img{
		width: 100%;
	}
	.video-container{
	flex-wrap: wrap;
	}
	.videos-title {
	 width:100%;
	  font-size: 29px !important;
	 
	}
	.select-box {
		width: 100%;
	}
	.select-box #proc{
		width: 100%!important;
		height: 38px!important;
	}
	.videos {
	  margin-top: 31px !important;
	}
.video-list .box-text2 span {
	line-height: 50px;
	 
	}
	.video-list .box-text2 .video-more a{
		line-height: 50px;
	}
	.box-text3 .little-box a {
	  margin-top: 10px !important;
	 
	  font-size: 18px !important;
	 
	}
	.box-text2 .video-more {
	 
	  height: 50px !important;

	}
	.box-text3 .little-box img {
	  
	  margin-top: 13px !important;
	}
	.video-list  .box-text3{
		height: 50px;
	}
	.learn-more .learn-box .mores{
		width: 100%;
		text-align: center;
		position: relative;
		top: 0;
	}
.learn-more 	.learn-box .mores span{
		font-size: 24px;
	}
		.learn-more .learn-box {
	  max-width: 100%;
	  height: 40px;
	
	}
	.box-text2 {
	  height: 50px !important;
	  
	}
	.video-containers ul li {
	  width: 100% !important;
	  margin-top: 30px !important;
	  margin-right: 0 !important;
	}
	.box-text1 span {
	  line-height: 46px !important;
	  font-size: 17px !important;
	}
	.service-one {
   
    margin-top: 0px !important;
}
.contact-box {
  width: 49% !important;
}
.contact-bt {
  

  font-size: 33px !important;

}
.contact-lo {
  
  font-size: 12px !important;
 
}
.contact-sr {
  
  font-size: 30px !important;
 
}
.service-one {
  font-size: 18px !important;
}
.contact-wa {
  margin-top: 0 !important;
}
.contact-us {
  font-size: 35px !important;
}
	.inde43 ul li.on .inde-timelite{
		width: 84%;
	}
	.he_popbximg ul li textarea {
	  width: 100%;
	  height: 50px;
	  
	  padding: 6px 0;
	    
	  padding-left: 15px;
	}
	.footerb ul li input::-webkit-input-placeholder {
		color: #fff;
		font-size: 12px;
	}
	.he_popbximg h2 {
	  font-size: 20px;
	
	  margin-bottom: 22px;
	}
	.he_popbximg ul button {
	  width: 129px;
	  height: 38px;
	  line-height: 36px;
	  font-size: 12px;
	  font-family: "Source";
	
	}
	
	.footerb ul li input::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		color: #fff;
		font-size: 12px;
	}
	.footerb ul li textarea::-webkit-input-placeholder {
		color: #fff;
		font-size: 12px;
	}
	
	.footerb ul li textarea::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		color: #fff;
		font-size: 12px;
	}
	
	.he_popbximg ul li input::-webkit-input-placeholder {
		
		font-size: 12px;
	}
	
	.he_popbximg ul li input::-moz-placeholder {
		/* Mozilla Firefox 19+ */
	
		font-size: 12px;
	}
.he_popbximg ul li textarea::-webkit-input-placeholder {
	
		font-size: 12px;
	}
	.bximg-input {
	
	  width: 100%;
	}
	.he_popbximg ul li textarea::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		
		font-size: 12px;
	}
	.footerb ul li:nth-child(5) textarea {
	  width: 96%;
	  line-height: 18px;
	  height: 80px;
	  overflow: hidden;
	  padding: 14px 0 10px 0;
	
	}
	.footerb form  button {
	  width: 121px;
	  height: 37px;
	  line-height: 37px;
	
	  font-size: 14px;
	  cursor: pointer;
	 
	}
	.footering p {
	  text-align: center;
	  font-size: 12px;
	  
	}
	.footering {
	  
	  padding: 7px 0;
	}
	.footer-bottom {
	  padding: 10px 0 30px 0;
	}
	
	/**/
	.products-cirer {
	  max-width: 100%;
	  margin: 0 auto;
	}
	.products12 {
	  padding: 26px 0;
	}
	.products12 h2 {
	  
	  font-size: 20px;
	 
	  margin-bottom: 15px;
	}
	.products12 h3 input {
	 
	  padding: 8px 10px 8px 14px;
	 
	}
	.products12 h3 button {
	  
	
	  right: 15px;
	  width: 24px;
	}
	.products2 {
	  padding: 30px 0 30px 0;
	}
	.products-left{
		display: none;
	}
	.products-right {
	  width: 100%;
	}
	.products-right ul li {
	  margin-bottom: 15px;
	 
	}
	.products-lin {
	 display: flex;
	 flex-wrap: wrap;
	}
.productsa {
  width: 100%;
}
.productsa .swiper-container {
  padding-bottom: 0px;
}
.productsa .swiper-container .swiper-pagination {
  bottom: 10px;
}
.productsb {
  
  width: 100%;
}
.productsb {
 
  flex-wrap: wrap;
}
.productsc {
  width: 100%;
}
.productsc h3 {
  margin-bottom: 6px;
  font-size: 20px;

}
.productsb {
  padding: 6px 15px 0 15px;
}
.productsc p {
  font-size: 13px;
  
}
.productsd h2 {
  
  font-size: 18px;
  text-align: center;
  
  
  margin-bottom: 11px;
}
.videofixed .video-box {
  width: 81%;
  height: 60%;
  top: 21%;
  left: 10%;
}
.videoclose{
	top: 15%;
	right: 11px;
	width: 27px;
	height: 27px;
}
.products-more {
    padding: 7px 0;
    padding-right: 0;
    margin-top: 0;
}
.products-more a {
  font-size: 16px;
 
}
.products-dingwei span {
 
  font-size: 14px;
 
}
.he_popbximg ul li span {
 
  width: 100%;
  vertical-align: top;
  font-size: 12px;

}
.he_popbximg ul li input {
  width: 100%;
  border-radius: 5px;
 
  padding: 6px 0;
    
  padding-left: 15px;
}
.he_popbximg ul li {
  margin-bottom: 10px;
}
.products-dingwei {
  width: 100%;
  height: 40px;
  line-height: 40px;
 position: relative;
 bottom: 0;
  left: 0;
  margin-top: 6px;
  margin-bottom: 6px;
}
.products-tan {
  
  font-size: 14px;
  height: 40px;
 border-radius: 5px;
 
  line-height: 40px;
 
}
.products-taning {
  
  font-size: 14px;
  height: 40px;
 border-radius: 5px;
     margin-bottom: 10px;
  line-height: 40px;
 
}
.productsd {
  padding-top: 15px;
}
.productsd {
  width: 100%;
}
	/*  */
	.inde12 {
		padding-top: 30px;
	}
	.inde15 h2 {
		font-size: 14px;
	}
	.inde15 h3 {
    font-size: 15px;
  
   
}
.inde43 ul li {
  
  margin-right: 7px;
  width: 34%;
 
}
.inde43 ul li a > img {
  height: 100%;
  width: 100%;
}
.inde43 ul li.on {
  width: 63.5%;
}
.inde43 ul li.on .inde-time{
	width: auto;
}
.inde-timelite {
  
  left: 13px;

  opacity: 0;
  bottom: 68px;
 
}
.inde51 {
  position: relative;
  padding-top: 30px;
}
	
	.footera {
	  float: left;
	  display: flex;
	  flex-wrap: wrap;
	}
	.footera ul {
	  margin-right: 0;
	  width: 100%;
	  margin-top: 10px;
	}
	.footera ul li:first-child {
	  font-size: 17px;
	 
	}
	.footerb {
	  float: right;
	  width: 100%;
	}
	.footerb ul li input {
	  width: 92%;
	  padding: 13px 0 3px 0;
	}
	.footerb ul li {
	  width: 46%;
	}
	.footerb h2 {
	  font-size: 17px;
	 
	}
	.footera ul li {
	  font-size: 13px;
	 
	}
.footer-top{
	display: none;
}
.inde5 {
  
  padding: 30px 0;
}
.inde-timelite h2{
	font-size: 12px !important;
}
.inde-timelite h3{
	font-size: 12px !important;
}
.inde-time {
 
  bottom: 10px;
  left: 50%;
	width: 71%;
  font-size: 28px;
  padding: 6px 6px;
  
}
.inde-time i:nth-child(1) {
  
  font-size: 22px;

}
.inde-time i:nth-child(2) {
  font-size: 12px;

}
.inde43 ul {
  display: flex;
  height: 173px;
}

	.inde15 p {
    font-size: 24px;
    
    margin-top: 8px;
}
.inde2 {
    padding: 30px 0;
}
.inde21 {
    display: flex;
    flex-wrap: wrap;
}
.inde22 {
    width: 100%;
}
.inde23 {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
}
	.inde15 {
		padding: 15px;
	}
	.bannerswiper .swiper-button-prev {
		height: 49px;
		background: url(../images/bannerleft.png) no-repeat;
		left: 21px;
		background-size: 14px;
	}
	.bannerswiper .swiper-button-next {
		background: url(../images/bannerright.png) no-repeat;
		right: 21px;
		height: 49px;
		background-size: 14px;
	}
	.bannerxia {
		font-size: 30px;
		bottom: 9px;
		left: 30px;
	}
	.bannerswiper .swiper-pagination {
		padding: 0px;
		border: 1px solid #fff;
		bottom: 19px;
		right: 30px;
	}
	.bannerswiper .swiper-pagination .swiper-pagination-bullet {
		width: 13px;
		height: 13px;
		margin: 0 7px;
	}
	.inde1 {
		padding: 30px 0;
	}
	.inde11 h2 {
		font-size: 22px;
	}
	.inde24 h4 {
    font-size: 20px;
   
    margin-top: 15px;
}
.inde24 a {
    display: inline-block;
   
    font-size: 12px;
  
    border-radius: 5px;
    position: relative;
    padding: 13px 9px;
    margin-top: 18px;
  
}
.inde31 h3 {
    font-size: 12px;
   
    padding: 2px 6px;
   
}
.inde42 {
    margin-right: 0;
    width: 100%;
}
.inde42 h2 {
    font-size: 20px;
  
    margin-bottom: 16px;
   
}
.inde42 ul li a {
   
    margin-bottom: 16px;
   
}
.inde42 ul {
    border-radius: 5px;
      height:auto;
    padding: 15px;
   
}

.indea-left {
    font-size: 33px;
    width: 35%;
}
.indea-left i:nth-child(1) {
    
    font-size: 26px;
  
}
.inde43 h2 {
  font-size: 20px;
    margin-bottom: 13px;
  
}
.ww {
    max-width: 100%;

}
.inde43 {
    width: 100%;
    padding-top: 15px;
}
.indea-left i:nth-child(2) {
    font-size: 14px;
   
}
.indea-right h3 {
    font-size: 19px;
  
}
.indea-right p {
    font-size: 14px;
    
}
.indea-right {
    padding-left: 5px;
}
.inde31 h2 {
    font-size: 17px;
        margin-bottom: 14px;
}
.inde41 {
    flex-wrap: wrap;
    display: flex;
   
}
.inde4 {
    padding: 30px 0 30px 0;
}
.inde41 {

    padding-top: 30px;
}
.inde31 {
    width: 100%;
  
}
.inde24 p {
    margin-top: 10px;
    font-size: 16px;
    
}
	.inde11 h3 {
		font-size: 26px;
		padding-bottom: 25px;
	}
	.inde11 h3:after {
		height: 3px;
	}
	.float_qq {
		display: none;
	}
	.phone-head {
		padding: 10px 0 1px 0;
	}
	.ins {
		position: absolute;
		right: 20px;
		top: 0px;
	}
	.logo {
		padding: 11px;
		background: linear-gradient(to bottom, #ffffff, #bcb9b9);
		text-align: center;
		/* background-image: linear-gradient(var(--color-neutral-0),var(--color-neutral-300)); */
	}
	.phone-head .menubtn>span {
		text-align: center;
		vertical-align: middle;
		width: 20% !important;
	}
	.menubtn .search-popup__toggler {
		width: 22px;
		height: 22px;
		vertical-align: middle;
		display: inline-block;
		line-height: 32px;
		/* background: url(../images/search.png) no-repeat center center; */
	}
	.menubtn {
		text-align: center;
		display: flex;
	}
	.expand1 {
		display: inline-block;
	}
	.phone-heading {
		background-color: rgb(255, 153, 153);
	}
	.expand1 img {
		width: 20px;
	}
	.phone_head .logo img {
		max-height: 56px;
	}
	.phone_head.none {
		height: auto;
		line-height: initial;
	}
	.phone_head.none .right-side-box a img {
    width: 21px;
}
	.phone_head.none .right-side-box{
		position: absolute;
		top: 0;
		left: 5px;
	}
	.ins>a>img {
		width: 18px;
	}
	.hexin14 p {
		font-size: 12px;
	}
	.ins {
		padding: 11px 0 0 0;
	}
	.ins a {
		margin-left: 6px;
	}
	.relatednews ul li a {
		font-size: 13px;
		line-height: 23px;
		padding: 1px 12px;
		background: url(../images/newsico.png) no-repeat 20px top;
		background-position-x: 20px;
		background-position-y: top;
		background-position: 2px 12px;
	}
	.newspage .newspage_a {
		line-height: 26px;
		height: 27px;
	}
	.newspage_a a {
		font-size: 12px;
		color: #555555;
	}
	.newspage {
		margin-top: 40px;
		padding: 9px 0;
		border-top: 1px dotted #b7b7b7;
		border-bottom: 1px dotted #b7b7b7;
		position: relative;
	}
	.nestit {
		padding-bottom: 17px;
		border-bottom: 1px solid #D8D6D6;
		margin-bottom: 12px;
	}
	.nestit h3 {
		font-size: 13px;
		color: #5e5b5b;
	}
	.nestit h2 {
		font-size: 16px;
	}
	.newsxq-sec .leftlayout {
		padding: 15px;
	}
	.ab-3 {
		padding: 29px 0 29px 0;
	}
	.he_guab {
	  width: 38px;
	  cursor: pointer;
	  padding: 10px;
	  position: absolute;
	  top: 0px;
	  right: 0px;
	  background: none;
	  border-radius: 10px;
	}
	.he_popbx {
		width: 90%;
		background: #fff;
		border-radius: 10px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 15px;
	}
	. .prod-box .prod-listt .swiper-container .swiper-slide.swiper-slide-active {
		transform: scale(1);
		z-index: 3;
	}
	.m-left ul li:nth-child(5)::before {
		content: '';
		display: block;
		position: absolute;
		right: 91px;
		bottom: 0;
		width: 7px;
		height: 100%;
		background: url(../images/arr-r.png) center no-repeat;
	}
	.m-left ul li:nth-child(5) a {
		width: 76px;
		margin-top: 10px;
	}
	.video-22.vider .picc>ul>li {
		float: left;
		width: 46%;
		margin-top: 30px;
	}
	.layoutleft {
		display: block;
	}
	.searchmore .search-textt {
		background: #f4f1f1;
		border-radius: 4px;
		padding: 0px 50px 0 20px;
		display: block;
		height: 40px;
		line-height: 40px;
		margin-top: 40px;
		color: #666666;
		font-size: 16px;
		width: 100%;
	}
	.searchmore .search-text {
		background: #f4f1f1 url(../images/search2.png) no-repeat 90% center;
		background-size: 19px;
		border-radius: 4px;
		padding: 0px 50px 0 20px;
		display: block;
		height: 40px;
		line-height: 40px;
		color: #666666;
		font-size: 16px;
		width: 100%;
	}
	.searchmore {
		padding: 35px 20px 55px;
		margin-top: 20px;
		height: auto;
		margin-bottom: 10px;
		background: url(../images/ss1.jpg) no-repeat bottom;
		background-size: 100% 100%;
	}
	.layoutleft.llrifht {
		display: none;
		width: 100%;
	}
	.video-22.vi {
		margin-top: -44px;
	}
	.down-11 {
		width: 100%;
		float: left;
		margin-right: 30px;
	}
	header {
		display: none;
	}
	.picc ul li {
		/*width: 48%;*/
		margin-right: 12px;
	}
	.picc ul li p {
		line-height: 54px;
		color: #807b7b;
		font-size: 14px;
	}
	.picc ul li:hover::after {
		background: none;
	}
	.ind-1,
	.ind-2 {
		min-width: inherit;
		padding: 0px 0 0px 0 !important;
	}
	.indtabscon {
		float: left;
		width: 100%;
		border-top: 1px solid #dcd8d8;
		border-bottom: 1px solid #dcd8d8;
		height: auto;
		overflow: hidden;
		/* background: pink; */
	}
	.indtabs ul {
		padding: 0 5px;
		overflow-y: scroll;
		white-space: nowrap;
		display: flex;
	}
	.indtabs ul li {
		padding: 10px 5px;
		float: left;
	}
	input,
	select,
	option,
	textarea {
		border: none;
		outline: none;
		font-family: "微软雅黑", arial, Helvetica, sans-serif;
	}
	.qusswiper a {
		padding: 0px 0 15px 0;
		display: block;
		/* margin-top: -104px; */
		border-bottom: 1px solid #eaeaea;
		border-bottom-color: rgb(234, 234, 234);
	}
	.i #hiswiper {
		padding-bottom: 30px;
	}
	.vido {
		position: absolute;
		top: 19%;
		left: 31%;
		width: 20px;
	}
	.phone-head .menubtn>span.expand {
		vertical-align: middle;
		display: inline-block;
		height: 19px;
		width: 40px;
		background: no-repeat;
		background-size: auto;
		background-size: auto 100%;
	}
	.vido img {
		width: 55% !important;
	}
	.picc ul li:nth-child(2) {
		margin-right: 0px;
	}
	.picc ul li:nth-child(3) {
		margin-top: 10px;
	}
	.picc ul li:nth-child(4) {
		margin-right: 0;
		margin-top: 10px;
	}
	.picc ul {
		/*display: flex;*/
		flex-wrap: wrap;
	}
	.zs .box {
		height: 73px;
	}
	.intitle.intitle1 {
		padding: 30px 0 42px;
	}
	.layoutright {
		width: 100%;
	}
	.layoutleft {
		display: block;
		width: 100%;
	}
	.contactmain .tbox.rd {
		background: #fff;
		border: none;
	}
	.m-left ul li::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		width: calc(100% - 24px);
		height: 1px;
		background: none;
		left: 12px;
	}
	.m-left ul li::before {
		content: '';
		display: block;
		position: absolute;
		right: 59px;
		bottom: 0;
		width: 7px;
		height: 100%;
		background: url(../images/arr-r.png) center no-repeat;
	}
	.m-left ul li {
		width: 100%;
		height: 50px;
		line-height: 50px;
		padding-left: 32px;
		padding-right: 7px;
		box-sizing: border-box;
		font-size: 12px;
		position: relative;
	}
	.nynav ul li a {
		font-size: 15px;
		width: 54px;
	}
	.nynav ul li a {
		font-size: 15px;
		width: 46px;
	}
	.m-left ul li:nth-child(5) {
		width: 100%;
		height: 50px;
		line-height: 30px;
	}
	.nynav ul {
		padding: 25px 0;
		display: flex;
		overflow-y: hidden;
		overflow-x: scroll;
	}
	.m-left ul {
		height: auto;
	}
	.nynav .tit {
		display: none;
	}
	.hottel {
		display: none;
	}
	.contactmain .main1 .tbox {
		width: 100%;
		height: auto;
	}
	.w .map2 {
		display: block;
	}
	.phone_head {
		display: block
	}
	.h {
		height: 121px;
	}
	.bannerswiper .swiper-button-prev,
	.bannerswiper .swiper-button-next,
	.bannerswiper .swiper-pagination {
		display: block;
	}
	.proswiper .pic {
		width: 42.2%;
		position: relative;
	}
	.arrows {
		display: none;
	}
	.newslist li {
		width: 100%;
		margin-right: 0;
	}
	.jt_zci .let_box {
		width: 100%;
		padding-right: 0;
		border: 0;
	}
	.jt_zci .rit_box {
		width: 100%;
		margin-top: 30px;
	}
	.form {
		padding: 0;
	}
	.form li.md {
		width: 100%;
		margin-right: 0%;
	}
}

@media only screen and (max-width:768px) {
	.nybanner .tbox .tit {
		font-size: 22px;
	}
	.newspage .nshare {
		display: none;
	}
}

@media only screen and (max-width:640px) {
	.pages li {
		margin-bottom: 5px;
	}
}

@media only screen and (max-width:360px) {}

@media only screen and (max-width:320px) {}