@charset "utf-8";

@font-face {
	font-family: 'TIMES';
	src: url('TIMES.TTF');
	font-style: normal;
}
@font-face {
	font-family: 'BAHNSCHRIFT';
	src: url('BAHNSCHRIFT.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: 'BAHNSCHRIFT';
	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: 'BAHNSCHRIFT';
}

img {
	border: none;
}

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

a:hover {
	color: #500a70;
}

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: 1700px;
	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: 86px;*/
}

header.fixed {

	background-color: rgba(255, 255, 255, 0.5);
	/* 半透明背景 */
	backdrop-filter: blur(5px);
	/* 应用模糊效果 */
}

header.fixed .head-main .nav>ul>li>a img {
	filter: brightness(0.5);
}

header.fixed .head-main .nav>ul>li:hover>a,
header.fixed .head-main .nav>ul>li.on>a {
	background-image: linear-gradient(to right, #500a70, #ad0180);
	-webkit-background-clip: text;
	color: transparent;
	/* display: block; */
	font-weight: bold;
}

header.fixed .cdsg-a img {
	filter: inherit;
}

header.fixed .cdsg-a {
	color: #ae0082;
}

header.fixed .head-main .nav>ul>li:hover>a img,
header.fixed .head-main .nav>ul>li.on>a img {
	filter: initial;
}

header.fixed .headleft {
	filter: inherit;
}
.pin-spacer{
	margin-bottom: 30px !important;
}
header.fixed .head-main .logo img {
	filter: inherit;
}

header.fixed .wenu img {
	filter: brightness(0.5);
}

header.fixed .head-main .nav>ul>li>a {
	color: #666;
}

header.fixed {
	border-bottom: 1px solid rgb(70, 11, 109, 0.2);
}

header.fixed .head-main .nav>ul>li::after {
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	display: block;
	width: 1px;
	transform: translateY(-50%);
	height: 15%;
	background: rgb(0, 0, 0, 0.3);
}

.overflow {
	overflow: hidden;
}


/*  *  * header *  * */

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

/*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: 100px;
	font-size: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header.fixed .head-main {
	line-height: 90px;
	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: 30px;
	padding-right: 30px;
}

.head-main .logo img {
	filter: brightness(0)invert(1);
}

.cdsg-a {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'TIMES';
	text-transform: uppercase;
}

.cdsg-a:hover {
	color: #ae0082;
}

.cdsg-a img {
	margin-right: 10px;
	vertical-align: middle;
}

.head-main .nav>ul>li::after {
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	display: block;
	width: 1px;
	transform: translateY(-50%);
	height: 15%;
	background: rgb(255, 255, 255, 0.3);
}

.head-main .nav>ul>li>a {
	display: block;
	font-size: 17px;
	color: #fff;
	position: relative;
	font-family: 'TIMES';
	text-transform: uppercase;
}

.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:after,
.head-main .nav>ul>li>a:hover:after {
	display: none;
}

.head-main .nav>ul>li:hover>a,
.head-main .nav>ul>li.on>a {
	-webkit-background-clip: text;
	color: transparent;
	background-image: linear-gradient(to right, #500a70, #ad0180);
	/* display: block; */
	font-weight: bold;
}

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

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

.drop-down ol a em {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 60px;
	vertical-align: middle;
	border-radius: 50%;
	display: inline-block;
}

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

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

.arrow {
	position: absolute;
	right: 30px;
	top: 17px;
}

.drop-down ol a {
	display: block;
	font-size: 16px;
	padding: 6px 25px;
	color: #333;
	line-height: 25px;
	word-break: keep-all;
	white-space: nowrap;
}

.drop-down ol a:hover {
	-webkit-background-clip: text;
	color: transparent;
	background-image: linear-gradient(to right, #500a70, #ad0180);
}

.drop-down ol a:hover em {
	background-image: linear-gradient(to right, #500a70, #ad0180);
}

.drop-down ol a:hover em img {
	filter: brightness(0)invert(1);
}

.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: #106bb2; */
	/*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: linear-gradient(to right, #1c7ec6, #3196e0);
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 15px;
	-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: #500a70 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-image: linear-gradient(to right, #500a70, #ad0180);

	transition: all 0.3s;
	z-index: 0;
}

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

#menu a {
	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-image: linear-gradient(to right, #500a70, #ad0180);
	float: none;
}

#menu {
	margin: 4em 0;
	width: 180px;
	min-height: 308px;
	background-image: linear-gradient(to right, #500a70, #ad0180);
	left: -9999px;
	transition: all 0.3s;
	text-transform: uppercase;
}

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

.sliding-menu a.back {
	background-image: linear-gradient(to right, #500a70, #ad0180);
}

.sliding-menu a:hover {
	background-image: linear-gradient(to right, #500a70, #ad0180);
}


/*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;
	color: #959fa7;
	font-weight: bold;
	line-height: 0.658;
	margin-top: 30px;
	text-align: center;
	font-weight: normal;
}

.banner img {
	width: 100%;
}

.logoing {
	vertical-align: middle;
	margin: 0 50px;
}

.headleft>a.left {
	/* padding-top: 15px; */
	top: 15px;
	position: relative;
}

.bannerswiper .controller {
	position: absolute;
	bottom: 30px;
	left: 80px;
	z-index: 1;
}

.bannerswiper .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	width: auto;
	height: auto;
	border-radius: 0;
	vertical-align: top;
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	color: #fff;
	background: transparent;
	margin-left: 20px;
}

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

.bannerswiper .swiper-pagination .swiper-pagination-bullet em {
	display: none;
	width: 100px;
	height: 2px;
	margin: 0;
	vertical-align: top;
	background: rgba(255, 255, 255, 0.3);
}

.bannerswiper .swiper-pagination {
	display: inline-block;
	position: static;
	vertical-align: top;
	text-align: right;
	white-space: nowrap;
}

.bannerswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active em {
	display: inline-block;
	margin: 15px 0 15px 20px;
}

.bannerswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active em::after {
	content: "";
	display: inline-block;
	width: 0%;
	height: 2px;
	vertical-align: top;
	background: #fff;
	animation: progress-bar 8s;
	animation-fill-mode: none;
	animation-fill-mode: forwards;
}

.bannerswiper .swiper-slide.swiper-slide-active img {
	transform: scale(1.1);
	transition: 6s;
}

@keyframes progress-bar {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

.controlleraa {
	z-index: 999;
	font-size: 14px;
	font-family: "Bahnschrift";
	color: rgb(255, 255, 255);
	right: 80px;
	position: absolute;
	bottom: 100px;
	writing-mode: vertical-rl;
}

.bannerswiper .swiper-slide img {
	width: 100%;
}

.banner {
	overflow: hidden;
}

.controlleraa::after {
	position: absolute;
	content: "";
	display: block;
	width: 2px;
	height: 105px;
	left: 9px;
	bottom: -120px;
	background: rgb(255, 255, 255, 0.3);
}

.controlleraa::before {
	position: absolute;
	content: "";
	display: block;
	width: 2px;
	height: 50px;
	left: 9px;
	bottom: -80px;
	background: rgb(255, 255, 255);
	animation-name: aniWheel;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 1.6s;
}

@keyframes aniWheel {
	0% {
		bottom: -80px;
	}

	50% {
		bottom: -100px;
	}

	100% {
		bottom: -80px;
	}
}

.index-onezqs {
	background: url(../images/dede.png) no-repeat top;
	background-size: 100%;
}

.index-one {
	padding: 120px 0 36px;

}

.indexswiperaimg {
	overflow: hidden;
}

img {
	max-width: 100%;
}

.indexswiperaimg img {
	transition: all 1s;
	width: 100%;
}

.indexswiperaqq {

	margin-top: 20px;
	color: rgb(153, 153, 153);
}

.indexswiperaqq h1 {
	font-size: 30px;
	font-family: 'TIMES';
}

.indexswiperaqq em {
	display: inline-block;
	margin-right: 15px;
	font-size: 30px;
}

.indexswiper .swiper-slide.swiper-slide-active .indexswiperaqq {
	margin-top: -73px;
	z-index: 99999;
	position: relative;
}

.indexswiper .swiper-slide.swiper-slide-active .indexswiperaqq em {
	font-size: 120px;
}

.indexswiper .swiper-slide .indexswipera {
	margin-top: 30%;
	transform: scale(0.8);

}

.indexswiper .swiper-slide.swiper-slide-active .indexswipera {
	margin-top: 0%;
	transform: scale(1);
}

.indexswiper .swiper-slide.swiper-slide-next .indexswipera {
	margin-top: 40%;
	position: relative;
	left: 5%;
}

.indexswipera:hover .indexswiperaimg img {
	transform: scale(1.1);
}

.index-one-q .swiper-button-prev {
	width: 83px;
	height: 39px;
	background: url(../images/left.png) no-repeat !important;
	left: 0px;
	top: 46%;
}

.index-one-q .swiper-button-next {
	width: 83px;
	height: 39px;
	background: url(../images/rigth.png) no-repeat !important;
	right: 0px;
	top: 46%;
}

.index-one-q {
	padding: 0 8%;
	position: relative;
}

.index-one {
	position: relative;
}

.index-one-are {
	position: absolute;
	top: 16%;
	right: 7%;
	width: 53%;
	z-index: 999999;
}

.index-one-area h1 span {
	display: inline-block;
	vertical-align: text-top;
	margin-right: 10px;
}

.index-one-are {
	display: flex;
	justify-content: space-between;
}

.index-one-area h1 {
	font-size: 45px;
	color: rgb(51, 51, 51);
	line-height: 0.778;
	font-family: 'TIMES';
}

.index-one-area h2 {
	font-size: 16px;
	color: rgb(153, 153, 153);
	margin-top: 20px;
	max-width: 73%;
	margin-left: 7%;
}

.indexmone {
	font-size: 14px;
	color: rgb(174, 0, 130);
	padding-bottom: 20px;
	border-bottom: 1px solid #ae0082;
}

.indexmone img {
	transition: all 1s;
	left: 0;
	vertical-align: middle;
	margin-left: 70px;
	position: relative;
}

.indexmone:hover img {
	left: -20px;
}

.index-twoa {
	background: #FFFFFF;
	display: flex;
}

.index-twob {
	width: 60%;
}

.index-twob-img {
	overflow: hidden;
}

.index-twob-img img {
	vertical-align: bottom;
	transition: all 1s;
}

.index-twob:hover .index-twob-img img {
	transform: scale(1.1);
}

.index-twob-p {
	padding: 50px;
	background: url(../images/vee.jpg) no-repeat;
	background-size: cover;
}

.index-twoc {
	width: 40%;
}

.index-twob-p h1 {
	font-size: 45px;
	color: rgb(51, 51, 51);
	line-height: 0.778;
	font-family: 'TIMES';
}

.index-twob-p h1 span {
	display: inline-block;
	vertical-align: text-top;
	margin-right: 10px;
}

.index-twob-p h2 {
	padding-left: 30px;
	margin: 10px 0 30px;
}

.index-twob-p h3 {
	padding-left: 30px;
	font-size: 18px;
	color: rgb(102, 102, 102);
	line-height: 1.667;
}

.indexmone {
	margin-top: 30px;
	margin-left: 30px;
	font-family: 'TIMES';
	display: inline-block;
}

.twocbwipera img {
	vertical-align: bottom;
	width: 100%;
	transition: all 1s;
}

.twocbwipera:hover>img {
	transform: scale(1.1);
}

.twocbwipera {
	position: relative;
}

.abouttwobpa {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.twocbwiper .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #FFFFFF;
}

.abouttwobpa {
	cursor: pointer;
}

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

.videofixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999999;
}

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

.index-twocabs {
	padding: 30px 0 0;
}

.index-twocabs ul {
	display: flex;
	flex-wrap: wrap;
}

.index-twocabs ul li {
	width: 50%;
	display: flex;
	align-items: center;
	padding: 0 35px;
	margin-bottom: 66px;
	border-left: 1px solid rgb(174, 0, 130, 0.05);

}

.indexleft {
	margin-left: 10px;
}

.indexleft h1 span {
	background-image: linear-gradient(to right, #500a70, #ad0180);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 70px;
	font-family: 'TIMES';
	font-weight: bold;
}

.indexleft h1 em {
	font-family: 'TIMES';
	font-size: 40px;
	font-style: inherit;
	color: #ad0180;

}

.index-twocabs ul li p {
	font-size: 14px;
	color: rgb(153, 153, 153);
	line-height: 1.429;
	margin-top: 1px;

}

.index-three {
	background: #f9f9f9;
	padding-top: 50px;
}

.index-threea {
	text-align: center;
}

.index-threea h1 {
	font-size: 45px;
	color: rgb(51, 51, 51);
	line-height: 1.667;
	font-family: 'TIMES';
}

.index-threea h2 {
	margin: 10px 0;
}

.index-threea h3 {

	font-size: 24px;
	background-image: linear-gradient(to right, #500a70, #ad0180);
	-webkit-background-clip: text;
	color: transparent;


}

.index-threeb {
	padding-top: 100px;
}

.index-four {
	background: url(../images/veer.jpg) no-repeat fixed;
	background-size: cover;
	padding: 120px 0 80px;
	position: relative;
	margin-top: -31%;
	z-index: 99;
}

.index-four .index-threea h1 {

	color: #FFFFFF;

}

.index-threeb {
	position: relative;
}

.index-threeb-xijw ul li {
	position: absolute;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;


}

.index-fourxia {
	margin-top: 50px;
}

.fourxiawiper {
	border-radius: 20px;
	background: #fff;
}

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

.fourxiawiperxia ul li {
	/* height: 150px; */
	display: flex;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	width: 25%;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.index-fiver {
	padding: 90px 0;
}

.index-sever-xia {
	display: flex;
	justify-content: space-between;
}

.index-sever-xia-xia {
	display: flex;
	justify-content: space-between;
}

.index-sever-xia-xiaa {
	width: 31%;
	padding-top: 25px;
	border-top: 1px solid #dad9da;
}

.index-sever-xia-xiaa .index-threea-a h1 {
	color: #666666;
}

.index-sever-xia-xiab {
	width: 65%;
}

.index-sever-xiaa {
	width: 31%;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column;
	padding-top: 25px;
	/* border-top: 1px solid #dad9da; */
}

.index-sever-xiab {
	width: 78%;
}

.index-sever-xiaa a {
	font-size: 14px;
	color: rgb(0, 144, 64);
	line-height: 1.429;
	transition: all 0.5s;
	position: relative;
	bottom: 24%;
}

.indexmone {
	transition: all 0.5s;
}

.indexmone:hover {
	letter-spacing: 2px;
}

.index-sever-xiaa a img {
	vertical-align: middle;
	margin-right: 10px;
}

.index-sever-xiaa a:hover {
	letter-spacing: 2px;
}

.xiabswipera-img {
	overflow: hidden;
	border-radius: 20px 20px 0px 20px;
}

.xiabswipera-img img {
	width: 100%;
	vertical-align: bottom;
	transition: all 1s;
}

.xiabswipera:hover .xiabswipera-img img {
	transform: scale(1.1);
}

.xiabswipera-p {
	padding: 12px 0;
}

.xiabswipera:hover .xiabswipera-p p {
	color: rgb(174, 0, 130);
}

.xiabswipera-p h1 img {
	vertical-align: middle;
	margin-right: 10px;
}

.xiabswipera-p h1 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #666;
	position: relative;
	line-height: 1.429;
	padding-bottom: 15px;
	border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

.xiabswipera-p h1::after {
	position: absolute;
	content: "";
	display: block;
	width: 40px;
	left: 0;
	bottom: -1px;
	height: 1px;
	background: #ae0082;
}

.xiabswipera a {
	display: block;
	position: relative;
}

.xiabswipera-aia {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;

	width: 100%;
	height: 100%;
	background-size: cover !important;

}

.xiabswipera {
	border-radius: 20px 20px 0 20px;
	overflow: hidden;
	transition: all 0.5s;
}

.xiabswipera:hover {
	border-radius: 60px 20px 0 20px;

}

.xiabswipera-p p {
	font-size: 16px;
	color: #666666;
	line-height: 1.25;
	margin-bottom: 35px;
}

.xiabswipera:hover .xiabswipera-aia {
	display: flex;
}

.xiabswipera-aia {
	display: none;
	padding: 0 50px;
	align-items: center;
	justify-content: center;
}

.xiabswipera-aia h1 {
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.875;
	margin-bottom: 15px;

}

.xiabswipera-aia p {
	font-size: 20px;
	color: rgb(85, 85, 85);
	line-height: 1.5;
	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;
}

.index-sever-xia-xia {
	margin-top: 30px;
}

.xiabswipera-p span {
	border-width: 1px;
	border-color: rgb(153, 153, 153, 0.5);
	border-style: solid;
	border-radius: 10px;
	padding: 2px 11px;
	font-size: 12px;
	color: #999999;
	display: inline-block;
}

.index-sever-xia-xiab a {
	padding-top: 25px;
	display: flex;
	align-items: center;
	border-top: 1px solid rgb(218, 217, 218, 0.2);
}

.index-sever-xia-xiab h1 {
	font-size: 16px;
	margin-right: 40px;
	color: rgb(153, 153, 153);


}

.index-sever-xia-xiab h1 span {
	font-size: 50px;
	vertical-align: -webkit-baseline-middle;
	display: inline-block;
	margin-right: 30px;
	color: rgb(255, 114, 43);
}

.index-sever-xia-xiab p {
	font-size: 18px;
	color: rgb(85, 85, 85);
}

.index-sever-xia-xiab:hover p {
	color: rgb(0, 144, 64)
}

.index-one-area p {
	padding-left: 30px;
	margin: 10px 0 30px;
}

.index-footer {
	z-index: 999;
	position: relative;
}

.index-footer {
	background: url(../images/lan.jpg) no-repeat;
	background-size: cover;
}

.index-footera {
	padding: 90px 0 50px 0;
	font-family: 'TIMES';
}

.index-footera .w {
	display: flex;
	justify-content: space-between;
}

.index-footera-a ul li {
	margin-bottom: 25px;
}

.index-footera-a {
	width: 31%;
	/* padding: 0 2%; */
}

.index-footera-a ul li img {
	vertical-align: top;
	margin-right: 10px;
}

.index-footera-a ul li p {
	display: inline-block;
	max-width: 90%;
	font-size: 18px;
	color: rgb(255, 255, 255);
	line-height: 1.389;
}

.index-footera-a ul li p a {
	color: rgb(255, 255, 255);
}

.index-footera-b {
	width: 30%;
}

.index-footera-b {
	display: flex;
	align-items: self-start;
}

.index-footera-b-a {
	position: relative;
	margin-right: 15px;
	text-align: right;
	padding-right: 15px;

}

.index-footera-b-a::after {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #fff;
	top: 0;
	right: 0;
}

.index-footera-b.dfh {
	width: 14%;
}

.index-footera-b-b {
	width: 100%;
}

.index-footera-b.dfh .index-footera-b-b a {

	font-size: 18px;
	color: rgb(255, 255, 255);
	line-height: 1.944;


}

.index-footera-b-a h1 {
	font-size: 25px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin-bottom: 50px;
}

.index-footera-b-b {
	/* display: flex; */
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-footera-b-b a {
	display: block;
	width: 50%;
	font-size: 16px;
	color: rgb(255, 255, 255);
	line-height: 1.6;
}

.index-footera-b-b a:hover {
	opacity: 0.7;
}

.index-footera-b-a {
	width: 93%;
}

.index-footera-c {
	display: flex;
	align-items: center;
}

.index-footera-c-b {
	border-radius: 10px;

	background: rgb(255, 255, 255, 0.1);
}

.index-footera-c-b-a {
	text-align: center;
	padding: 20px;
	border-bottom: 2px solid rgb(255, 255, 255, 0.3);
}

.index-footera-c-a {
	margin-right: 40px;
	position: relative;
	cursor: pointer;
}

.index-footera-c-a .iso-img {
	position: absolute;
	bottom: 126%;
	left: -51px;
	width: 193px;
	display: none;
	padding: 10px;
	background-color: rgb(255, 255, 255, 0.5);
	backdrop-filter: blur(30px);
	/* border-bottom: 1px solid rgb(208, 214, 230, 0.502); */
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}

.index-footera-c-a:hover .iso-img {
	display: block;
}

.index-footera-c-b-a p {
	font-size: 20px;
	color: rgb(255, 255, 255);
	line-height: 1.25;
}

.index-footera-c-b-b {
	padding: 20px;
}

.index-footera-c-b-b a {
	font-size: 35px;
	font-weight: bold;
	color: rgb(255, 255, 255);
}

.index-footera-c-b-b p {
	text-align: center;
	margin-top: 10px;
}

.index-footera-c-b-b p span {
	display: inline-block;
	margin-right: 4px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.502);


}

.index-footera-c-b-b p span img {
	vertical-align: middle;
	margin-right: 2px;
}

.index-footerb {
	display: flex;
	align-items: center;
}

.index-footerb-a {
	padding: 38px 0;
}

.index-footerb-a {
	padding-left: 6%;
}

.index-footerb-a {
	width: 24%;
	background: url(../images/zuh.png) no-repeat;
	background-size: 100% 100%;
}

.index-footerb-c {
	width: 76%;
}

.index-footerb-c-a {
	display: flex;
	position: relative;
	padding: 18px 80px;
}

.index-footerb-c-a a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
	width: 45px;
	overflow: hidden;
	height: 45px;
	border-radius: 50%;
	border: 1px solid rgb(255, 255, 255, 0.5);
	transition: .5s cubic-bezier(.215, .61, .355, 1);
}

.index-footerb-c-a a:hover {
	opacity: 0.5;
	transform: scale(.9);
}

.index-footerb-c-b {
	padding: 20px 0px 20px 80px;
	display: flex;
	justify-content: space-between;
}

.index-footerb-c-b p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.502);
}

.index-footerb-c-b p a {

	color: rgba(255, 255, 255, 0.502);


}

.index-footerb-c-b p a:hover {
	color: rgba(255, 255, 255);
}

.index-footerb {
	padding-right: 3%;
}

.index-footerb-c-a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: 0;
	opacity: 0.2;
	left: 0;
}

.index-fived {
	height: 60vw;
	/* margin-/top: -3px; */
	position: relative;
}

.head-main .nav>ul>li:hover>a img,
.head-main .nav>ul>li.on>a img {
	filter: inherit;
}

.cdsg-a img {
	filter: brightness(0)invert(1);
}

.head-main .nav>ul>li.on>a .xing {
	display: block;
}

.xing {
	display: none;
	top: -26%;
	left: 40%;
	position: absolute;
}

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

.head-main .nav>ul>li>a img {
	vertical-align: middle;
	filter: brightness(0)invert(1);
}

.index-threeb-xijw ul li {
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}

.index-threeb-xijw ul li:nth-child(1) {
	top: 5%;
	left: 34%;


}

.index-threeb-xijw ul li:nth-child(2) {
	top: 5%;
	left: inherit;
	right: 34%;
}

.index-threeb-xijw ul li:nth-child(3) {
	top: 21%;
	left: 18%;
}

.index-threeb-xijw ul li:nth-child(4) {
	top: 21%;
	left: inherit;
	right: 18%;
}

.index-threeb-xijw ul li:nth-child(5) {
	top: 38%;
	left: 9%;
}

.index-threeb-xijw ul li:nth-child(6) {
	top: 38%;
	left: inherit;
	right: 9%;
}

.index-threeb-xijw ul li:nth-child(7) {
	top: 24%;
	left: 31%;
}

.index-threeb-xijw ul li:nth-child(8) {
	top: 17%;
	left: 45%;
}

.index-threeb-xijw ul li:nth-child(9) {
	top: 24%;
	left: 59%;
}

.index-threeb-xijw ul li {
	z-index: 9999;
	transition: all 0.8s;
}

.index-threeb-xijw ul li:hover {
	transform: scale(0.8);
}

.earth {
	background: #f9f9f9;
	position: absolute;
	width: 100%;
	height: 100%;
	filter: opacity(0.5);
	left: 0;
	top: 0;
	z-index: 1;
}

canvas {
	background: #f9f9f9;
}

.about-zong {
	    padding: 180px 0 80px;
	position: relative;
}

.about-one h1 {
	font-size: 45px;
	color: rgb(51, 51, 51);
	text-align: center;
	margin-bottom: 15px;
	font-family: 'TIMES';
}

.about-one p {
	text-align: center;
}

.about-one p a:hover {
	color: #ae0082;
}

.about-one p a {
	display: inline-block;
	margin: 0 5px;
	font-size: 16px;
	color: rgb(153, 153, 153);
}

.about-one p img {
	vertical-align: middle;
}

.about-tew {
	margin-top: 50px;
}

.about-tewa {
	padding: 50px;
	background:  url(../images/rl.png) no-repeat top right;
	display: flex;
	justify-content: space-between;
	background-position-x: 90%;
}

.about-tewb {
	width: 49%;
}

.about-tewc {
	width: 49%;
}

.about-three {
	padding-top: 50px;
	background: #eff3fb;
}

.about-tewbs h1 {
	padding-left: 20px;
	margin-left: -20px;
	border-left: 4px solid #430c6e;
	font-size: 30px;

font-family: 'TIMES';
	background-image: linear-gradient(to right, #500a70, #ad0180);
	-webkit-background-clip: text;
	color: transparent;
}

.about-tewbs p {
	font-size: 18px;
	color: rgb(102, 102, 102);
	line-height: 1.389;
	margin-top: 20px;

}

.about-tewc .tewcrswiper {
	padding-bottom: 70px;
}

.about-tewc .tewcrswiper .swiper-pagination {
	width: auto;
	right: 0;
	left: inherit;
}

.tewcrswiper .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #890378;
}

.about-three .about-tewbs {
	padding: 0 50px;
}

.about-three-xia {
	margin-top: 50px;
}

.inde-3 {
	position: relative;
}

.auto-img>img {
	display: block;
	width: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.upline .upline-swiper {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.upline .item {
	position: relative;
	height: 100%;
	color: #fff;
	background-image: linear-gradient(to bottom, transparent, rgb(0, 0, 0, 0.4));
	text-align: center;
	/* border-right: 1px solid rgba(255, 255, 255, 0.1); */
}

.upline .item .inner {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.inner i {
	width: 10px;
	height: 10px;
	background: #fff;
	display: block;
	border-radius: 50%;
	position: relative;
	margin: 40px auto 40px;
	z-index: 1;
}

.inner i::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	-webkit-animation: opens 1s .5s linear infinite both;
	animation: opens 1s .5s linear infinite both;
	z-index: -1;
}

.inner-i {
	position: relative;
}

.inner-i:after {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 100%;
	height: 1px;
	border-top: 2.5px dotted rgba(255, 255, 255, 0.302);
}

@-webkit-keyframes opens {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(3);
		opacity: 0;
	}
}
.Home_Platform .box .list {
    position: relative;
}
.inner h2 {
	font-size: 22px;
	color: rgb(255, 255, 255);
	line-height: 1.4;
	height: auto;
	margin: 0 auto;
font-family: 'TIMES';
	max-width: 100%;
}


.upline-swiper .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.inner h3 {
	text-align: center;
	margin-bottom: 20px;
}

.inner h3 em {
	background: #FFFFFF;
	width: 40px;
	height: 3px;


	display: inline-block;
}

.upline .item .inner {
	position: absolute;
	width: 100%;
	bottom: 70px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.upline .item:after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	width: 1px;
	height: 100%;
	background: linear-gradient(to top, rgb(255, 255, 255, 0.2), rgb(255, 255, 255, 0.2));
}

.upline .item .inner .desc {
	padding: 0 10%;
	display: -webkit-box;
	/* -webkit-line-clamp: 2; */
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #fff;
	font-weight: 200;
    font-size: 13px;
	display: none;
	margin-top: 5px;
	/* transition: all 1s; */
}
.upline .item:last-child:hover .inner {
    bottom: 74px;
}
.upline .item:hover .inner-i:after {
	display: none;
}

.upline .item:hover .inner {
	bottom: 174px;
}

.upline .item:hover .inner .desc {
	display: block;
}

.upline .item:hover .inner i {
	margin: 25px auto 25px;
}

.upline .item .inner img {
	display: none;
}
.tewcrswiper  img{
	width: 100%;
}
.upline .item:hover .inner h2 {
	height: 53px;
}

.inner h3 {
	display: none;
}

.upline .item:hover .inner img {
	display: inline-block;
}

.upline .item:hover .inner h3 {
	display: block;
}

.ts_li {
	display: flex;
	flex-direction: inherit !important;
}

.upline .item:hover {

	background-image: linear-gradient(to top, rgb(80, 10, 112, 1), rgb(173, 1, 128, 0.2));
}

.about-zong {
	z-index: 1;
}

.white-background_main-wrapper {

	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	z-index: -1;
	overflow: hidden
}

.background_component {
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: var(--blue-violet);
	position: fixed;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	overflow: hidden;
	transform: translate(0)
}

.sections-wrapper {
	z-index: 1;
	position: relative
}

.background_main-wrapper {
	background-color: var(--midnight-blue);
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	overflow: hidden
}

.background_colors-wrapper {
	z-index: 0;
	height: 100vh;
	filter: blur(160px);
	position: fixed;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}

.background_colors-wrapper.is-blue {
	background-color: var(--midnight-blue)
}

.background_colors-wrapper {
	transform: translate3d(0, 0, 0);
	/* -webkit-transform: translate3d(0, 0, 0); */
}

.background_circle-wrapper {
	width: 50vw;
	height: 80vh;
	border-radius: 50%;
	position: absolute;
	top: 0%;
	bottom: auto;
	left: auto;
	right: 0%
}

.background_circle-wrapper.is-1 {
	top: -25%;
	left: 1%
}

.background_circle-wrapper.is-1.is-white-bg {
	top: 34%;
	left: -38%
}

.background_circle-wrapper.is-2 {
	top: -25%;
	bottom: auto;
	left: auto;
	right: -10%
}

.background_circle-wrapper.is-2.is-white-background {
	top: 0%
}

.background_circle-wrapper.is-4 {
	top: auto;
	bottom: -25%;
	left: auto;
	right: -10%
}

.background_circle-wrapper.is-4.is-white-bg {
	bottom: 10%;
	right: -30%
}

.background_circle-wrapper.is-3 {
	top: auto;
	bottom: -39%;
	left: -4%;
	right: auto
}

.background_circle-wrapper.is-3.is-white-background {
	top: auto;
	bottom: 0%;
	left: 0%;
	right: auto
}

.background_circle-color {
	background-color: var(--663399);
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}

.background_circle-color.is-blue {
	background-color: #007fff
}

.background_circle-color.is-blue-light {
	background-color: rgba(80, 10, 112, .37)
}

.background_circle-color.is-red {
	background-color: #7e269e
}

.background_circle-color.is-super-light-blue {
	background-color: rgba(132, 41, 255, .35)
}

.background_circle-color.is-ultra-light-blue {
	background-color: rgba(80, 10, 112, .37)
}

.background_circle-color.is-white {
	background-color: #fff
}

.background_colors-wrapper.is-blue {
	background-color: var(--midnight-blue)
}

.background_colors-wrapper {
	transform: translate3d(0, 0, 0);
	/* -webkit-transform: translate3d(0, 0, 0); */
}

.background_circle-wrapper {
	width: 50vw;
	height: 80vh;
	border-radius: 50%;
	position: absolute;
	top: 0%;
	bottom: auto;
	left: auto;
	right: 0%
}

.background_circle-wrapper.is-1 {
	top: -25%;
	left: 1%
}

.background_circle-wrapper.is-1.is-white-bg {
	top: -40%;
	left: -38%
}

.background_circle-wrapper.is-2 {
	top: -25%;
	bottom: auto;
	left: auto;
	right: -10%
}

.background_circle-wrapper.is-2.is-white-background {
	top: 0%
}

.background_circle-wrapper.is-4 {
	top: auto;
	bottom: -25%;
	left: auto;
	right: -10%
}

.background_circle-wrapper.is-4.is-white-bg {
	bottom: 90%;
	right: -30%
}

.background_circle-wrapper.is-3 {
	top: auto;
	bottom: -39%;
	left: -4%;
	right: auto
}

.background_circle-wrapper.is-3.is-white-background {
	top: auto;
	bottom: 0%;
	left: 0%;
	right: auto
}

.background_circle-color {
	background-color: var(--663399);
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}

.background_circle-color.is-blue {
	background-color: #007fff
}

.background_circle-color.is-blue-light {
	background-color: rgba(0, 237, 233, .84)
}

.background_circle-color.is-red {
	background-color: #7e269e
}

.background_circle-color.is-super-light-blue {
	background-color: rgba(132, 41, 255, .35)
}

.background_circle-color.is-ultra-light-blue {
	background-color: rgba(80, 10, 112, .37)
}

.background_circle-color.is-white {
	background-color: #fff
}

:root {
	--midnight-blue: #143180;
	--dodger-blue: #007fff;
	--white: white;
	--blue-violet: #8429ff;
	--663399: #6119c2;
	--cyan: #00ede9;
	--white-2: rgba(255, 255, 255, .2);
	--lavender: rgba(246, 240, 255, .66);
	--midnight-blue-2: rgba(20, 49, 128, .5);
	--midnight-blue-3: rgba(20, 49, 128, .08);
	--deep-pink: #ef0971;
}

.white-background_colors-wrapper {
	z-index: 0;
	height: 100%;
	filter: blur(160px);
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}

.blog-one {
	display: flex;
	padding: 50px;
	/* background: #FFFFFF; */
}

.blog-oneb {
	width: 62%;
}

.blog-oneca {
	margin-bottom: 20px;
}

.blog-onec {
	width: 32%;
}

.blog-oneb .xiabswipera {
	border-radius: 20px !important;
}

.blog-oneb .xiabswipera-p {
	padding: 20px 0;
}

.blog-oneb .xiabswipera-p h1 {

	font-size: 18px;
	border: none;
	margin-bottom: 5px;

}

.blog-oneb .xiabswipera-p h1::after {
	display: none;
}

.blog-oneb .xiabswipera-p p {
	font-size: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

.blog-onebxia ul li {
	margin: 0px 0 30px;
}

.blog-onebxia ul li a {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.blog-onebxiab {
	width: 9%;
	text-align: center;
	padding: 15px;
	border-radius: 10px;
	font-family: 'TIMES';
	background-image: linear-gradient(to right, #500a70, #ad0180);
}

.blog-onebxiab h1 {
	font-size: 40px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgb(255, 255, 255, 0.5);
}

.blog-onebxiac h2 {
	margin: 15px 0;
	font-size: 14px;
	color: rgb(153, 153, 153);
	line-height: 1.429;
}

.blog-onebxiab p {
	font-size: 16px;
	/* margin: 15px 0; */
	color: rgb(255, 255, 255);
}

.blog-onebxiac {
	width: 89%;
}

.blog-onebxiac h1 {
	font-size: 20px;
	color: rgb(102, 102, 102);
	line-height: 1.25;
}

.indexmone {
	text-transform: uppercase;
}

.blog-onebxiac .indexmone {
	width: 100%;
	margin-top: 0px;
	padding-top: 20px;
	margin-left: 0;
	border-top: 1px solid rgb(0, 0, 0, 0.1);
	border-bottom: indigo;
}

.blog-onebxia ul li:hover .blog-onebxiac h1 {
	color: rgb(174, 0, 130);
}

.blog-onebxia ul li:hover .blog-onebxiac h2 {
	color: rgb(174, 0, 130);
}

.pages {
	text-align: center;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid rgb(67, 12, 110, 0.5);
}

.pages li {
	display: inline-block;
	vertical-align: top;

}

.pages li a {
	padding: 9px 15px;
	display: block;
	background: #fff;
	font-size: 16px;
	color: #666666;
	margin: 0 2px;
	border-radius: 5px;
	border: 2px solid #eff3fb;
}

.pages li:hover a,
.pages li.active a {
	background: #eff3fb;
}

.blog-oneca {
	padding: 30px;
	border-radius: 20px;
	background-color: rgb(239, 243, 251);
}

.blog-one {
	justify-content: space-between;
}

.blog-oneca-a {
	font-size: 22px;
	color: rgb(51, 51, 51);
	margin-bottom: 20px;
	    font-family: 'TIMES';
}

.blog-onecaaa {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;

}

.blog-onecaaa input {
	width: 83%;
	padding: 0px 15px;
	border-width: 1px;
	border-color: rgb(219, 218, 248);
	border-style: solid;
	background-color: rgb(255, 255, 255);
	height: 48px;
	border-radius: 30px;
}

.blog-onecaaa button {
	border: none;
	background: transparent;
}

.blog-oneca-xis ul li a {
	display: flex;
	margin-bottom: 8px;
	justify-content: space-between;
}

.blog-oneca-xisimg {
	width: 24%;
	border-radius: 10px;
	overflow: hidden;
}

.blog-oneca-xispp {
	width: 70%;
}

.blog-oneca-xisimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-oneca-xispp h1 {
	font-size: 14px;
	color: rgb(51, 51, 51);
	line-height: 1.429;
}

.blog-oneca-xispp p {

	font-size: 14px;
	color: rgb(153, 153, 153);

}

.blog-oneca-xis ul li:hover h1 {
	color: #ae0082;
}

.blog-oneca-xis ul li:hover p {
	color: #ae0082;
}

.eqiimgaa {
	width: 80%;
}

.blog-eqiimg ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #dbdaf8;
	justify-content: space-between;
}

.blog-eqiimg ul li a:hover .eqiimgaa {
	color: #ae0082;
}

.eqiimgaa img {
	vertical-align: middle;
	margin-right: 10px;
}

.blog-kuanf ul li a {
	padding: 15px 20px;
	border-radius: 30px;
	background-color: rgb(255, 255, 255);
	margin-right: 10px;
	font-size: 14px;
	color: rgb(51, 51, 51);
	margin-bottom: 10px;
	display: inline-block;
}

.blog-kuanf ul li a:hover {
	background: #ae0082;
	color: #FFFFFF;
}

.eqiimgaa {
	font-size: 16px;
	color: rgb(51, 51, 51);
}

.blog-kuanfing ul {
	display: flex;
}

.blog-kuanfing ul li {
	transition: all 1s;
	margin-right: 15px;
}

.blog-kuanfing ul li:hover {
	transform: scale(0.8);
}

.blog-onebxq p {
	font-size: 18px;
	color: rgb(102, 102, 102);
	line-height: 1.389;
}

.blog-onebxqone {
	padding: 20px 0;
	margin: 30px 0;
	border-top: 1px solid #430c6e;
	border-bottom: 1px solid #430c6e;
}

.blog-onebxqone ul {
	display: flex;
}

.blog-onebxqxia {
	padding: 0px 0 20px;
	border-bottom: 1px solid rgb(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
}

.blog-onebxqone ul li a {
	padding: 15px 20px;
	border-radius: 30px;
	background-color: #eff3fb;
	margin-right: 10px;
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
	display: inline-block;
}

.blog-onebxqone ul li a:hover {
	background: #ae0082;
	color: #FFFFFF;
}

.blog-onebxqonea {
	width: 40%;
}

.blog-onebxqonea span {
	border-radius: 15px;
	background-color: rgb(67, 11, 109);
	font-size: 16px;
	color: rgb(255, 255, 255);
	padding: 7px 17px;
	display: inline-block;
}

.blog-onebxqonea p {
	font-size: 16px;
	color: rgb(51, 51, 51);
	line-height: 1.25;
	margin-top: 15px;
}

.blog-onebxqonea:hover a p {
	color: #ae0082;
}

.blog-onebxqonea:last-child {
	text-align: right;
}

.blog-onebxqonea:last-child span {
	background: #ae0082;
}

.blog-onebmore {
	margin-top: 80px;
}

.blog-onebmoreh1 {
	-webkit-background-clip: text;
	color: transparent;
	background-image: linear-gradient(to right, #500a70, #ad0180);
	font-size: 30px;
	margin-bottom: 20px;

}

.blog-onebmoreul ul {
	display: flex;
	justify-content: space-between;
}

.blog-onebmoreul ul li {
	width: 48%;
	position: relative;
}

.blog-onebxiac .indexmone {
	position: relative;
}

.blog-onebxiac .indexmone img {
    position: absolute;
    right: 0;
    top: 23px;
    left: inherit;
}

.mcid {
	position: absolute;
	right: 0;
	top: 34px;
	left: inherit;
}

.blog-oneb .blog-onebmoreul .xiabswipera-p h1 {
	font-size: 18px;
	border-bottom: 1px solid rgb(0, 0, 0, 0.1);
	margin-bottom: 5px;
}

.blog-oneb .blog-onebmoreul .xiabswipera-p h1::after {
	display: block;
}

.blog-oneb .blog-onebmoreul .xiabswipera-p p {
	font-size: 18px;
	border: inherit;
	margin-top: 15px;
}

.contact-one {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.contact-onea {
	width: 29%;
}

.contact-oneb {
	width: 69%;
}

.contact-one .index-one-area h1 {
	font-size: 30px;
}

.contact-onea-xia {
	margin-top: 50px;
}

.contact-onea-xia li {
	margin-bottom: 20px;
}

.contact-onea-xia li p {

	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.25;

	margin-bottom: 10px;
}

.contact-onea-xia li input {

	border-width: 1px;
	border-color: rgb(0, 0, 0, 0.5);
	border-style: solid;
	border-radius: 30px;
	height: 48px;
	width: 100%;
	padding: 10px;


}

.contact-onea-xia li textarea {
	border-width: 1px;
	border-color: rgb(0, 0, 0, 0.5);
	border-style: solid;
	border-radius: 30px;
	height: 170px;
	width: 100%;
	padding: 10px;

}

.contact-onea-xia button {
	background: transparent;
	border: none;
}

.contact-oneb-xia {
	display: flex;
	justify-content: space-between;
	margin: 25px 0;
}

.contact-oneb-xiaa {
	width: 60%;

	border-width: 2px;
	border-color: rgb(239, 243, 251);
	border-style: solid;
	border-radius: 20px;



}

.contact-oneb-xiab {
	width: 38%;
}

.contact-oneb-xiaaz {
	padding: 30px;
	background: url(../images/vel.jpg) no-repeat;
	background-size: cover;
	border-radius: 20px;
}

.contact-oneb-xiaaz ul li {
	display: flex;
	margin-bottom: 15px;
	align-items: center;
	justify-content: space-between;
}

.contact-oneb-xiaaz ul li p {
	display: inline-block;
	width: 87%;
	font-size: 20px;
	    font-family: 'TIMES';
	text-align: left;
	color: rgb(51, 51, 51);
	line-height: 1.25;

}

.contact-oneb-xiaa-p {
	padding: 20px;
	text-align: center;
}

.contact-oneb-xiaa-p a {
	display: inline-block;
	margin: 0 10px;
	filter: sepia(1);
}

.contact-oneb-xiaa-p a:hover {
	filter: initial;
}

.contact-oneb-xiab {
	padding: 40px;
	background: url(../images/vt.png) no-repeat;
	background-size: cover;
	border-radius: 20px;
}

.contact-oneb-xiab h1 {
	text-align: right;
}

.contact-oneb-xiab h2 {
	font-size: 22px;
	margin-top: 20px;
	color: rgb(255, 255, 255);

}

.contact-oneb-xiab p {
	font-size: 18px;
	color: rgb(255, 255, 255);
}

.contact-oneb-imgs {
	border-radius: 20px;
	overflow: hidden;
	margin-top: 10px;
}

.contact-oneb-imgs img {
	width: 100%;
}

.about-one.cp h1 {
	font-size: 45px;
	background-image: linear-gradient(to right, #500a70, #ad0180);
	-webkit-background-clip: text;
	color: transparent;
	font-weight: bold;
	font-family: 'TIMES';
}

.about-one.cp h1 img {
	vertical-align: middle;
	margin: 0 20px;
}

.about-cptwo {
	margin-top: 50px;
}

.about-cptwo ul {
	display: flex;
	flex-wrap: wrap;
}

.about-cptwo ul li a {
	display: block;
	position: relative;
}

.about-cptwo ul li {
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 10px;
	overflow: hidden;
	width: 32.5%;
}

.about-cptwo ul li a>img {
	vertical-align: bottom;
}

.about-cptwo ul li:nth-child(3n) {
	margin-right: 0px;
}

.about-cptwoxia {
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px 20px 20px 20px;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, rgb(80, 10, 112, 1), rgb(173, 1, 128, 0.2));
}

.about-cptwoxia {
	font-size: 18px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.111;
	text-align: center;


}

.about-cptwoxia {
	display: none;
	align-items: end;
}

.about-cptwo ul li:hover .about-cptwoxia {
	display: flex;
}

.about-cptwoxia p {
	color: #500a70;
	display: inline-block;
	margin: 40px 0 20px;
	border-radius: 30px;
	background: #FFFFFF;
	padding: 10px 15px;
}

.about-cptwoxia p img {
	vertical-align: middle;
	margin-left: 10px;
}

.pages.xwd {
	border: none;

}

.pages.xwd .w {
	margin-top: -84px;
	border-radius: 10px;
	padding: 15px 0;
	background: #FFFFFF;
}

.cpxq-oneul ul li {
	border-radius: 20px;
	display: flex;
	background: url(../images/vbey.png) no-repeat;
	background-size: cover;
	justify-content: space-between;
	margin-bottom: 40px;
	box-shadow: 0px 2px 9px rgb(173 1 128 / 6%);

}

.cpxq-oneula {
	padding: 100px 60px 150px;
}

.cpxq-oneulae {
	display: inline-block;
	text-align: center;
}

.cpxq-oneula h1 {
	margin: 30px 0 140px;
	font-size: 45px;
	font-family: 'TIMES';
	color: rgb(255, 255, 255);
}

.cpxq-oneula .indexmone {
	display: block;
	margin-left: 0px;
	filter: brightness(0)invert(1);
}

.cpxq-oneulas {
	width: 70%;
}

.cpxq-oneulbb {
	width: 30%;
}

.cpxq-oneulb {
	width: 74%;
	padding: 98px 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.gallery-thumbsa img {
	width: 100%;
}
.cpxq-oneulbasxia{
	position: relative;
}
.cpxq-oneulbasxia{
	overflow: hidden;
	
}
.cpxq-oneulbasxia{
	padding: 0 50px !important;
}


.cpxq-oneulbasxia .swiper-button-next {
	width: 40px;
	height: 40px;
	right: 0;
	background: url(../images/ce2.png) no-repeat;
	background-size: 100%;
}

.cpxq-oneulbasxia .swiper-button-prev {
	width: 40px;
	height: 40px;
	left: 0;
	background: url(../images/ce.png) no-repeat;
	background-size: 100%;
}

.cpxq-oneulbas h2 {
	font-size: 18px;
	color: rgb(102, 102, 102);
	line-height: 1.389;
	padding: 25px 0 80px 0;
	margin-bottom: 80px;
	border-bottom: 1px solid rgb(0, 0, 0, 0.1);

}

.cpxq-oneulbas {
	width: 50%;
}

.cpxq-oneulbbs {
	width: 50%;
}

.gallerya img {
	width: 400px;
	height: 400px;
	border-radius: 50%;
	object-fit: cover;
}

.cpxq-oneulbbs {
	padding-left: 8%;
}

.cpxq-oneulbas {
	position: relative;
}

.cpxq-oneulbas-ing {
	width: 100px;
	height: 100px;
	position: absolute;
	right: -96px;
	top: -36px;
	background: #eff3fb;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Online {
	animation: xz 7s linear 0s infinite;
	position: absolute;
	top: 10%;
	left: 10%;
	z-index: 9;
}

@keyframes xz {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}

.mc_search_xl {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 0px;
	overflow: hidden;
	z-index: 99;
	background: #fff;
	display: block;
	overflow: hidden;
	transition: all 0.5s;
	border-radius: 0 0 20px 20px;
	background: rgba(255, 255, 255);
	backdrop-filter: blur(40px);
}

.mc_search_xl.on {

	height: 160px;
}

.mc_pos_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
}

.mc_msc_box {
	font-size: 0;
	padding: 8px;
	border-bottom: 1px solid #dfdede;
}

.mc_msc_input {
	width: calc(100% - 30px);
	height: 26px;
	font-size: 16px;
	color: #333;
	line-height: 20px;
	padding: 3px 0;
	padding-right: 12px;
}

.guan {
	filter: brightness(0.5);
}

.mc_search_xl .guan {
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;

}

.mc_msc_box button {
	font-size: 30px;
	color: #666666;
	width: 49px;
	vertical-align: top;
	position: absolute;
	top: 1px;
	right: 0;
	border: inherit;
	background: initial;
	cursor: pointer;
}

.he_gdown {
	width: 100%;
	/* position: fixed; */
	background: #F6F6F6;
	/* border-radius: 20px; */
	border-radius: 0 0 20px 20px;
}

.pc-menu {
    width: 21%;
	height: 0px;
	position: fixed;
	/* width: 100%; */
	overflow: hidden;
	z-index: 9999999999;
	top: 0;
	left: 0;
	transition: all 0.9s;

}

/* .pc-menu:before {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(25, 26, 24, .2);
	content: "";
	pointer-events: none;
	opacity: 1;
	z-index: -1;
	width: 100%;
	height: 100vh;
	transition: 1s var(--easeOutExpo);
} */

.pc-menu.on {
	height: 96vh !important;
}
.pc-menu-za-ulaaa {
    padding: 20px 50px 10px;
   
}
.pc-menu-za-ulaa ul li a{
	display: block;
	margin-bottom: 5px;
}
.pc-menu-za-ulaaa p {
    border-bottom: 1px solid #500a70;
    font-size: 12px;
    padding-bottom: 10px;
}
.guan img {
	filter: brightness(0.5);
}

.pc-menu-xia {
	padding: 40px 40px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pc-menu-za-ul {
    /* display: flex
; */
    padding: 5px 50px 50px;
}
.pc-menu-za-ulaa ul li{
	position: relative;
}
.pc-menu-za-ula {
    width: 100%;
}

.pc-menu-za-ulaa {
	margin-bottom: 33px;
}

.pc-menu-za-ulaa ul li h1 {
	font-size: 20px;

	color: #191a18;
}

.pc-menu-za-ulaa ul li p {
	margin-top: 16px;
	font-size: 16px;

	color: #666;
}

.guan {
	cursor: pointer;
}

.pc-menu-za-ulaa ul li p:hover {
	background-image: linear-gradient(to right, #500a70, #ad0180);
	-webkit-background-clip: text;
	color: transparent;
}

.pc-menu-za-ulaa ul li img {
	filter: grayscale(1);
	width: 22px;
	position: absolute;
	    right: 0px;
	vertical-align: middle;
	margin-left: 10px;
}

.mc_search_xl {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 0px;
	overflow: hidden;
	z-index: 99;
	background: #fff;
	display: block;
	overflow: hidden;
	transition: all 0.5s;
	border-radius: 0 0 20px 20px;
	background: rgba(255, 255, 255);
	backdrop-filter: blur(40px);
}

.mc_search_xl.on {

	height: 160px;
}

.mc_pos_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
}

.mc_msc_box {
	font-size: 0;
	padding: 8px;
	border-bottom: 1px solid #dfdede;
}

.mc_msc_input {
	width: calc(100% - 30px);
	height: 26px;
	font-size: 16px;
	color: #333;
	line-height: 20px;
	padding: 3px 0;
	padding-right: 12px;
}

.guan {
	filter: brightness(0.5);
}

.mc_search_xl .guan {
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;

}

.mc_msc_box button {
	font-size: 30px;
	color: #666666;
	width: 49px;
	vertical-align: top;
	position: absolute;
	top: 1px;
	right: 0;
	border: inherit;
	background: initial;
	cursor: pointer;
}

.pc-menu-za {
	background: #fff;
	margin: 20px;
	height: 100%;
	border-radius: 4px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .05);
}

.he_gdown {
	width: 100%;
	/* position: fixed; */
	background: #F6F6F6;
	/* border-radius: 20px; */
	border-radius: 0 0 20px 20px;
}

.he_gdown {
	position: absolute;
	top: 80px;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.06);
	padding: 27px;
	transition: top 0.36s;
	display: none;
	min-width: 116px;
	line-height: 1.5;
}
.pc-menu-za-ulaaa .contact-oneb-xiaaz {
    padding: 0 15px;
    background: transparent;
    background-size: cover;
    border-radius: 0;
}
.pc-menu-za-ulaaa {
    padding: 0;
}

.pc-menu-za-ulaaa .contact-oneb-xiaaz ul li p {
    width: 87%;
    padding-left: 9px;
    font-size: 12px;
}
.pc-menu-za-ulaaa .contact-oneb-xiaaz ul li img{
	width: 13%;
}
.abouttwobpa{
	z-index: 1;
}
.abouttwobpa::after {
 position: absolute;
    left: -5px;
    right: 0;
    top: -5px;
    width: 74px;
    height: 74px;
    bottom: 0;
    content: '';
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    /* -webkit-animation: opens 1s .5slinear infinite both; */
    animation: opens 2s 1s linear infinite both;
    z-index: -1;
}
.abouttwobpa::before {
    position: absolute;
    left: -8px;
    right: 0;
    top: -8px;
    width: 80px;
    height: 80px;
    bottom: 0;
    content: '';
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    /* -webkit-animation: opens 1s .5slinear infinite both; */
    animation: openss 2s 1s linear infinite both;
    z-index: -1;
}
@-webkit-keyframes opens {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.7);
		opacity: 0;
	}
}
@-webkit-keyframes openss {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(2.2);
		opacity: 0;
	}
}
/*-------------*/
/*
 
 * 响应式
 * */
@media only screen and (min-width:0px) {
	.videofixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 999999;
	}

    .videoclose {
        position: fixed;
        top: 147px;
        right: 19%;
        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: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

@media only screen and (max-width:1800px) {
	.w {
		width: 1600px;
	}
	.cpxq-oneulbas h2 {
	  
	    padding: 25px 0 50px 0;
	    margin-bottom: 50px;
	  
	}
.pc-menu-za-ul {
    
    padding: 5px 50px 10px;
}
	.blog-onebxiac {
		width: 84%;
	}

	.blog-onebxiab {
		width: 12%;

	}

	.index-threeb-xijw ul li:nth-child(7) {
		top: 31%;
		left: 31%;
	}

	.index-threeb-xijw ul li:nth-child(9) {
		top: 31%;
		left: 59%;
	}

	.index-twocabs ul li {
		padding: 0 16px;
	}

	.indexleft h1 span {

		font-size: 53px;
	}

	.cpxq-oneulb {
		padding: 90px 50px;
	}

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

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

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




	.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: 50px;
	}


}

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

@media only screen and (max-width:1500px) {
	.w {
		width: 1200px;
	}
	.cpxq-oneula {
	    padding: 50px 60px 70px;
	}
	.gallerya img {
	    width: 300px;
	    height: 300px;
	}
	.cpxq-oneulbas h2 {
	    font-size: 17px;
	    line-height: 1.389;
	    padding: 25px 0 50px 0;
	    margin-bottom: 50px;
	    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
	}
	.cpxq-oneulb {
	        padding: 50px 50px;
	    }
	.about-cptwo ul li{
		width: 32.2%;
	}
	.contact-oneb-xiaaz ul li p{
		    width: 83%;
		    font-size: 17px;
	}
	.index-footera-c-b-b a {
	    font-size: 30px;
	}
	.index-footera-b.dfh .index-footera-b-b a {
	    font-size: 15px;
	  
	}
	.index-footera-a ul li p {
	    display: inline-block;
	    max-width: 83%;
	    font-size: 13px;
	}
.about-tewbs p {
    font-size: 16px;
    margin-top: 12px;
}
	.indexleft h1 em {
		font-size: 30px;
	}
.index-threeb-xijw ul li:nth-child(8) {
    top: 23%;
    left: 45%;
}
	.indexleft h1 span {
		font-size: 48px;
	}

	.index-twocabs ul li {
		padding: 0 12px;
		margin-bottom: 30px;
	}

	.index-twob-p {
		padding: 30px;
	}

	.index-one-area h1 {
		font-size: 40px;
	}

	.indexmone img {
		margin-left: 24px;
	}

	.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: 15px;
		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: 25px;
	}

	.head-main .logo img {
		height: 40px;
	}

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


}

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

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

	.bottom-top-rht {
		width: 70%;

		padding-left: 0px;
	}

	.bottom-top-rht dl {

		padding: 0 23px;

	}

	.search-popup__form {
		position: relative;
		z-index: 9991;
		width: 105%;
		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) {}

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

	.fuwu-13 ul li {
		font-size: 15px;
	}

	.bottom-top-rht dl {
		padding: 0 17px;
	}

	.head-main .nav>ul>li>a {
		font-size: 15px;
	}

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

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

	.bannerswiper .controller {
		bottom: 10px;
		left: 15px;
	}

	.index-one-area h2 {
		font-size: 14px;
		color: rgb(153, 153, 153);
		margin-top: 16px;
		max-width: 100%;
		margin-left: 5%;
	}

	.index-twob-p {
		padding: 13px;
	}

	html,
	body {
		overflow-x: hidden;
	}

	.videoclose {
		top: 73px;
		right: 20px;
	}

	.index-twocabs ul li {
		padding: 0 6px;
		margin-bottom: 14px;
	}

	.indexleft h1 span {

		font-size: 38px;
	}

	.index-twocabs ul li img {
		width: 18px;
	}

	.index-threea h1 {
		font-size: 28px;
	}

	.index-threeb {
		padding-top: 30px;
	}

	.index-threeb-xijw ul li {
		width: 50px;
		height: 50px;
	}

	.index-threeb-xijw ul li:nth-child(5) {
		top: 43%;
		left: 3%;
	}

	.index-threeb-xijw ul li:nth-child(4) {
		top: 21%;
		left: inherit;
		right: 10%;
	}

	.index-threeb-xijw ul li:nth-child(7) {
		top: 31%;
		left: 27%;
	}

	.index-threeb-xijw ul li:nth-child(9) {
		top: 31%;
		left: 61%;
	}

	.fourxiawiperxia ul li {
		height: 100px;
		width: 50%;
	}

	.index-one-area h1 span {
		margin-right: 15px;
	}

	.index-fourxia {
		margin-top: 30px;
	}

	.index-sever-xiaa {
		width: 100%;
	}

	.index-sever-xia {
		flex-wrap: wrap;
	}

	.index-fiver {
		padding: 30px 0;
	}

	.fourxiawiperxia ul li img {
		width: 70%;
	}

	.index-four {
		padding: 30px 0 30px;
	}

	.index-threeb-xijw ul li:nth-child(8) {
		top: 23%;
		left: 45%;
	}

	.index-threeb-xijw ul li:nth-child(3) {
		top: 21%;
		left: 10%;
	}

	.index-threeb-xijw ul li:nth-child(6) {
		top: 43%;
		left: inherit;
		right: 3%;
	}

	.index-fived {
		height: 50vh;
		position: relative;
	}

	.index-threea h3 {
		font-size: 20px;
	}

	.index-threea h2 {
		margin: 0px 0;
	}

	.index-twocabs ul li p {
		font-size: 12px;
	}

	.index-three {
		padding-top: 30px;
	}

	.index-twocabs {
		padding: 5px 0 0;
	}

	.indexleft h1 em {
		font-size: 18px;
	}

	.videofixed .video-box {
		width: 88%;
		height: 60%;
	}

	.index-twob-p h3 {
		font-size: 16px;
	}

	.index-twob-p h2 {
		margin: 8px 0 8px;
	}

	.index-twoc {
		width: 100%;
		margin-top: 20px;
	}

	.index-twob-p h1 {
		font-size: 25px;
	}

	.index-twob {
		width: 100%;
	}

	.index-twoa {
		flex-wrap: wrap;
	}

	section.index-two {
		margin-top: -33%;
	}

	.indexswiper .swiper-slide.swiper-slide-active .indexswiperaqq em {
		font-size: 100px;
	}

	.index-one-q {
		margin-top: 20px;
	}

	.indexmone {
		font-size: 12px;
		padding-bottom: 14px;
	}

	.index-footera .w {
		flex-wrap: wrap;
	}

	.index-footera-a {
		width: 100%;
		padding: 0 2%;
	}

	.index-footera-a ul li p {
		max-width: 86%;
		font-size: 12px;
	}

	.index-footera-a ul li {
		margin-bottom: 8px;
	}

	.index-footera-a ul li img {
		margin-right: 5px;
		width: 26px;
	}

	.index-footera-c-b-a p {
		font-size: 14px;

	}

	.index-footerb-c-b {
		border-top: 1px solid #fff;
	}



	.index-footera-c-b-a {
		padding: 15px;
	}

	.index-footera-c-b {
		width: 100%;
	}

	.index-footera-c-b-b a {
		font-size: 24px;
	}

	.index-footera-c-b-b {
		padding: 10px;
	}

	.index-footera-c-a {
		display: block;
		position: absolute;
		top: 52px;
		text-align: center;
		left: 54px;
	}

	.index-footera-c-a.on .iso-img {
		display: block !important;
	}

	.iso-img {
		display: none !important;
	}

	.index-footera-b {
		display: none;
	}

	.index-footerb-c-b p {
		font-size: 12px;
	}

	.index-footera-c-b-b {
		text-align: center;
		/* border-bottom: 2px solid #0047a2; */
	}



	.index-footerb-c-b p a {
		font-size: 12px;
	}

	.index-footerb {
		padding-right: 0;
	}

	.index-footera-c {
		width: 100%;
	}

	.index-footerb-c-a {
		display: none;
	}

	.index-footerb-c {
		width: 100%;
	}

	.index-footerb-a {
		display: none;
	}

	.index-footerb-c-b {
		padding: 10px 0px 10px 0px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.index-footerb-c-a a {
		width: 37px;
		height: 37px;
		transform: scale(0.9);

	}

	.fouraswipera-p p {
		font-size: 14px;
	}

	.fouraswipera-p {
		padding: 10px;
	}

	.fouraswipera-p h1 {
		font-size: 21px;
	}

	.index-footera {
		padding: 30px 0 30px 0;
	}

	.fouraswipera-img span {
		margin: 12px 0 0 0;
		font-size: 14px;
	}

	.index-footera-c-a .iso-img {

		bottom: 114%;
		left: -17px;
		width: 112px;
		padding: 5px;

	}

	.index-one-area h1 {
		font-size: 28px;
	}

	.index-sever-xiab {
		width: 100%;
	}

	.index-sever-xia {
		width: 100%;
	}

	.xiabswipera {
		width: 100%;
	}

	.index-one {
		padding: 30px 0 30px;
	}

	.about-zong {
		padding: 30px 0;
	}

	.about-tewb {
		width: 100%;
	}

	.about-tewbs p {
		font-size: 16px;
		margin-top: 10px;
	}

	.blog-onebmoreul ul li {
		width: 100%;
	}

	.contact-oneb-xiaaz {
		padding: 15px;
	}

	.contact-oneb-xiaaz ul li img {
		width: 15%;
	}

	.cpxq-oneul ul li {
		flex-wrap: wrap;
	}

	.cpxq-oneulbas {
		width: 100%;
	}

	.cpxq-oneulb {
		width: 100%;
		flex-wrap: wrap;
		padding: 30px 20px;
	}

	.gallerya img {
		width: 200px;
		height: 200px;
	}

	.cpxq-oneulbbs {
		width: 100%;
		margin-top: 20px;
	}

	.cpxq-oneulbas h2 {
		font-size: 15px;
		color: #fff;
		line-height: 1.389;
		padding: 24px 0 30px 0;
		margin-bottom: 30px;
		border-bottom: 1px solid rgb(0, 0, 0, 0.1);
	}

	.cpxq-oneulbas-ing {
		display: none;
	}

	.cpxq-oneula h1 {
		margin: 15px 0 3px;
		font-size: 28px;
	}

	.cpxq-oneula {
		/* width: 100%; */
		padding: 30px 26px 3px;
	}

	.contact-oneb-xiab h1 {
		display: none;

	}

	.about-cptwo ul li {
		margin-right: 0px;
		width: 100%;
	}

	.contact-oneb-xiab {
		width: 100%;
		padding: 20px;
		margin-top: 10px;
	}

	.contact-oneb-xiaaz ul li p {

		width: 79%;
		font-size: 15px;
	}

	.contact-oneb-xiaa {
		width: 100%;
	}

	.contact-oneb-xia {
		flex-wrap: wrap;
	}

	.contact-one .index-one-area h1 {

		line-height: 31px;
	}

	.contact-oneb {
		margin-top: 20px;
	}

	.contact-onea-xia {
		margin-top: 30px;
	}

	.contact-one .index-one-area h1 {
		font-size: 26px;
	}

	.contact-onea {
		width: 100%;
	}

	.contact-oneb {
		width: 100%;
	}

	.contact-one {
		flex-wrap: wrap;
	}

	.about-zong {
		padding: 30px 0 30px !important;
	}

	.blog-onebmoreh1 {

		font-size: 28px;
		margin-bottom: 2px;
	}

	.blog-onebxqone ul li a {
		padding: 10px 13px;
		font-size: 12px;
	}

	.blog-onebmoreul ul {
		flex-wrap: wrap;
	}

	.blog-onebmore {
		margin-top: 40px;
	}

	.blog-onebxqonea span {
		font-size: 12px;
		padding: 5px 14px;
		border-radius: 15px;
	}

	.blog-onebxqoneb img {
		width: 50%;
	}

	.blog-onebxqonea p {
		font-size: 14px;
		margin-top: 15px;
	}

	.blog-onebxqone ul {
		flex-wrap: wrap;
	}

	.about-one p a {
		margin: 0 0px;
	}

	.blog-onebxq p {
		font-size: 15px;
	}

	.blog-onebxiab {
		width: 22%;
		text-align: center;
		padding: 10px;

	}

	.pages li a {
		font-size: 14px;
		padding: 5px 8px;
	}

	.blog-onebxiac .indexmone img {
		top: 21px;
	}

	.blog-onebxiac h2 {
		margin: 9px 0;
	}

	.xiabswipera-p p {
		margin-bottom: 10px;
	}

	.about-tewc {
		width: 100%;
	}

	.blog-oneb {
		width: 100%;
	}

	.blog-onebxiac {
		width: 73%;
	}

	.blog-oneb .xiabswipera-p p {
		font-size: 18px;
		padding-bottom: 9px;
		border-bottom: 1px solid rgb(0, 0, 0, 0.1);
	}

	.blog-onec {
		display: none;
	}

	.blog-one {
		padding: 20px;
	}

	.inner h2 {
		font-size: 18px;
	}

	.upline .item:hover .inner h2 {
		height: 19px;
		font-size: 17px;
	}

	.upline .item:hover .inner {
		bottom: 10px;
	}

	.inner h3 {
		margin-bottom: 0;
	}

	.upline .item .inner .desc {
		font-size: 12px;
	}

	.about-three-xia {
		margin-top: 30px;
	}

	.upline .item .inner {
		bottom: 0px;
	}

	.about-three {
		padding-top: 30px;
	}

	.about-three .about-tewbs {
		padding: 0 0px;
	}

	.about-tewbs h1 {
		padding-left: 11px;
		margin-left: 0;
		border-left: 4px solid #430c6e;
		font-size: 27px;
	}

	.about-tew {
		margin-top: 30px;
	}

	.about-tewa {
		padding: 20px;
		flex-wrap: wrap;
	}

	.about-one h1 {
		font-size: 28px;
	}

	.index-one-are {
		position: relative;
		top: 0;
		right: 0;
		flex-wrap: wrap;
		width: 100%;

		z-index: 55;
	}

	.controlleraa {
		right: 6px;
	}

	.bannerswiper .swiper-pagination .swiper-pagination-bullet em {
		width: 26px;
	}

	.hexin14 p {

		font-size: 12px;

	}

	.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: 59px;
		cursor: pointer;
		padding: 10px;
		position: absolute;
		top: -84px;
		right: -4px;
		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%;
	}

	.phone-head .menubtn>span.expand {
		vertical-align: middle;
		display: inline-block;
		height: 19px;
		width: 40px;
		background: url(../images/menu1.png) no-repeat center;
		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: 50px;
	}

	.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) {}
