@charset "utf-8";

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

@font-face {
	font-family: "SourceHanSerifCN";
	src: url('SourceHanSerifCN-Heavy.otf');
	font-style: normal;
}

@font-face {
	font-family: "Arial";
	src: url('Arial-Black.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: "Microsoft YaHei";
	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: "Microsoft YaHei";
}

img {
	border: none;
}

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

a:hover {
	color: #d60010;
}

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: 1750px;
	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 {
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	background: rgb(255, 255, 255, 0.8);
	border-bottom: 1px solid #d6d6d6;
	backdrop-filter: blur(4px) brightness(100%);
}

header.fixedd {
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	background: rgb(255, 255, 255, 0.8);
	border-bottom: 1px solid #d6d6d6;
	backdrop-filter: blur(4px) brightness(100%);
}

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

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

header.fixedd .head-main {
	line-height: 80px;
	z-index: 9;
}

header.fixed .right-side-a {

	height: 80px;

}

header.fixedd .right-side-a {

	height: 80px;

}

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

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

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

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

.head-main .nav>ul>li>a {
	display: block;
	font-size: 16px;
	color: #fff;
	position: relative;
	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 {
	color: #df0024;
	/* display: block; */
	font-weight: bold;
}

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

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

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

.drop-down ol a {
	display: block;
	font-size: 15px;
	padding: 5px 25px;
	line-height: 25px;
	word-break: keep-all;
	white-space: nowrap;
}

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

.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;
	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, #df0024, #df0024);
	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: #106bb2 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: linear-gradient(to right, #1c7ec6, #3196e0);
	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: #106bb2;
	float: none;
}

#menu {
	margin: 4em 0;
	width: 180px;
	min-height: 308px;
	background: #106bb2;
	left: -9999px;
	transition: all 0.3s;
	text-transform: uppercase;
}

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

.sliding-menu a.back {
	background: #106bb2;
}

.sliding-menu a:hover {
	background: #106bb2;
}


/*index*/
img {
	max-width: 100%;
}

.bannerswiper {
	position: relative;

}

.logo-xia {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}

.logo-xia p {
	font-size: 13px;
	color: rgb(255, 255, 255);
	line-height: 1.692;
	text-align: center;


}

.nav-top {
	position: absolute;

	top: 26px;
	display: flex;
	right: 11%;
	align-items: center;
	justify-content: center;
}

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

.right-side-box {
	line-height: 0;
}

.nav-top-a {
	line-height: 0;
	font-size: 26px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.right-side-a {
	margin-left: 40px;
	float: right;
	padding-top: 15px;
}

.head-main .nav>ul>li:last-child {
	margin-right: 0px;
}

.bannerswipera {
	position: relative;
}

.bannerswipera>img {
    width: 100%;/* 
    object-fit: cover;
    height: 100vh; */
    vertical-align: bottom;
}
.bannerswipera-a {
	left: 5%;
	top: 34%;
	position: absolute;
}

.bannerswipera-a h1 {
	text-shadow: 5px 5px 16px rgb(130 129 129 / 70%);
	font-size: 70px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	transform: translateX(40px);
	opacity: 0;
}

.bannerswipera-a h2 strong {
	font-size: 48px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	text-shadow: 5px 5px 16px rgb(130 129 129 / 70%);
}

.bannerswipera-a h2 {
	margin-top: 10px;
	font-size: 40px;
	color: rgb(255, 255, 255);
	text-shadow: 5px 5px 16px rgb(130 129 129 / 70%);
	transform: translateX(40px);
	opacity: 0;
}

.bannerswipera-a a {
	font-size: 16px;
	color: rgb(255, 255, 255);
	display: inline-block;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
	margin-top: 90px;
	padding: 10px 28px;
	transform: translateX(40px);
	opacity: 0;

}

.bannerswipera-a a:hover {
	background: #df0024;
	color: #fff;
	border-color: #df0024;
}

.bannerswiper .swiper-slide.swiper-slide-active .bannerswipera-a h1 {
	opacity: 1;
	transform: translateX(0px);
	transition: all 1s ease-out;
}

.bannerswiper .swiper-slide.swiper-slide-active .bannerswipera-a h2 {
	opacity: 1;
	transform: translateX(0px);
	transition: all 1s ease-out 0.2s;
}

.bannerswiper .swiper-slide.swiper-slide-active .bannerswipera-a a {
	opacity: 1;
	transform: translateX(0px);
	transition: all 1s ease-out 0.3s;
}

.bannerswiper .swiper-button-next {
	width: 45px;
	height: 45px;
	left: 4%;
	right: 33%;
	top: inherit;
	bottom: 5%;
	background: url(../images/jin.png) no-repeat center center;
	border-radius: 50%;
	border: 1px solid rgb(255, 255, 255, 40%);
}

.bannerswiper .swiper-button-next:after {
	content: "";
	width: 40px;
	height: 40px;
	background-color: transparent;
	top: 0px;
	left: 0px;
	position: absolute;
	border-radius: 50%;
	border: 2px solid #fff;
	border-top-color: #fff;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	transform: rotate(40deg);
	animation: xz 7s linear 0s infinite;
}

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

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

.bannerswiper .swiper-pagination {
	position: absolute;
	bottom: 6%;
	left: 7%;
	width: auto;
}

.dangqian1 {
	font-size: 24px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	font-weight: bold;
}

.xianji {
	font-size: 14px;
	color: rgb(255, 255, 255);
}

.zongshu1 {
	font-size: 14px;
	font-family: "Arial";
	color: rgb(255, 255, 255);
	font-weight: bold;
}

.index-one {
	padding: 80px 10px;
}

.index-onea h1 span {
	width: 12px;
	vertical-align: middle;
	height: 3px;
	margin: 0 10px;
	display: inline-block;
	background: #e60012;
}

.index-onea h1 {
	text-align: center;
	font-size: 22px;

	color: rgb(153, 153, 153);
	font-weight: bold;
	text-transform: uppercase;


}

.index-onea h2 {
	font-size: 50px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}



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

.fixedd .head-main .nav>ul>li>a {
	color: #333;
}

.fixed .right-side-box .search-popup__toggler {
	filter: brightness(0.5);
}

.fixedd .right-side-box .search-popup__toggler {
	filter: brightness(0.5);
}

.fixed .nav-top {
	display: none;
}

.fixedd .nav-top {
	display: none;
}

.fixed .right-side-a img {
	width: 64%;
}

.fixedd .right-side-a img {
	width: 64%;
}

.fixed .head-main .nav {

	padding-top: 0;

}

.fixedd .head-main .nav {

	padding-top: 0;

}

.fixed .head-main .logo>img {
	height: 56px;

}

.fixedd .head-main .logo>img {
	height: 56px;

}

.fixed .logo-xia img {
	width: 42px;
}

.fixedd .logo-xia img {
	width: 42px;
}

.index-oneb {
	margin-top: 40px;
}

.index-oneb ul {
	display: flex;

}

.index-oneb ul li {
	border-radius: 20px;
	margin-right: 15px;
	background: #f9f9f9;
	width: 16.6%;
	overflow: hidden;
}

ul.list-paddingleft-2 li {
	display: flex;
	align-items: center;
}

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

.index-oneb-img {
	border-radius: 20px;
	overflow: hidden;
}

.index-oneb-img img {
	vertical-align: middle;
	transition: all 1s;
}

.index-oneb ul li:hover .index-oneb-img img {
	transform: scale(1.1);
}

.index-oneb-p {
	padding: 20px 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index-oneb-p p {
	font-size: 20px;
	color: rgb(51, 51, 51);
}

.index-oneb ul li:hover {
	background: #e60012;
}

.index-oneb ul li:hover p {
	color: #fff;
}

.index-oneb ul li:hover .index-oneb-p img {
	filter: brightness(0)invert(1);
}

.onebswiper .swiper-slide {
	overflow: hidden;
}

.index-oneb-p a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index-two {
	position: relative;
	overflow: hidden;
	padding-bottom: 80px;
}

.index-twoa-b ul {
	display: flex;
	flex-wrap: wrap;
}

.index-twoa-b ul li {
	width: 33%;
	margin-right: 0.5%;
	overflow: hidden;
	margin-bottom: 0.5%;
}

.index-twoa-b ul li img {
	width: 100%;
	vertical-align: bottom;
	transition: all 1s;
}

.index-twoa-b ul li:nth-child(3n) {
	margin-right: 0%;
}

#b4 .fangan-one ul li {
	height: auto;
	display: initial;
	line-height: normal;
	background: inherit;
	width: 50%;

}

#b4 .list-paddingleft-2 {
	display: flex;
	flex-wrap: wrap;
}

.index-twoa-b ul li a {
	display: block;
	position: relative;
	z-index: 9;
}

.index-twoa-b ul li a::after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	content: "";
	z-index: 1;
	display: block;
	background: url(../images/yin.png) no-repeat bottom;
	background-size: 100%;
}

.index-twoa-b ul li a p {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 8;
	bottom: 30px;
	text-align: center;
	padding: 0 10px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	line-height: 1.389;
}

.index-twoa-b ul li:hover a img {
	transform: scale(1.1);
}

.index-two-xia {
	position: absolute;
	left: 0;
	top: 0;
	width: 33%;
	height: 45%;
	background-size: cover;
	background: #f9f9f9;
	overflow: hidden;
}

.video {
	width: 198%;
	filter: opacity(0.5);
}

.index-two-xia-a {
	position: absolute;
	width: 100%;
	padding: 35px 35px;
	height: 100%;
	top: 0;
	left: 0;
	padding-left: 11%;
}

.index-two-xia-a .index-onea h1 {
	text-align: left;
}

.index-two-xia-a .index-onea h2 {
	text-align: left;
}

.index-two-xia-a .index-onea p {
	font-size: 22px;
	color: #999999;
	margin-top: 10px;
}

.index-onea {
	position: relative;
}

.index-onea-a {
	position: absolute;
	right: 0;
	top: 50%;
}

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

.index-onea-a a {
	font-size: 14px;
	color: rgb(51, 51, 51);
	text-transform: uppercase;
}

.index-onea-a:hover a {
	filter: opacity(0.5);
}

.index-two-xia-a-b {
	margin-top: 30px;
}

.index-two-xia-a-b ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-two-xia-a-b ul li {
	cursor: pointer;
	width: 49%;
	position: relative;
	background: rgb(255, 255, 255, 0.6);
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #ececec;
}

.index-two-xia-a-b ul li img {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	height: 100%;
}

.index-two-xia-a-b ul li.on img {
	opacity: 1;
}

.index-two-xia-a-b ul li.on {
	background: #fff;
	border: 1px solid #e60012;
}

.index-two-xia-a-b ul li.on {
	/* font-size: 18px; */
	color: rgb(230, 0, 18);
	/* font-weight: bold; */
}

.index-two-xia-a-b ul li:hover {
	border: 1px solid #e60012;
}

.index-twoa-b:first-child {
	display: block;
}

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

.index-threea {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 99999;
}

.index-threeb .index-onea h1 {
	text-align: left;
}

.index-threeb .index-onea h2 {
	text-align: left;
}

.index-threeb p {
	font-size: 22px;
	color: rgb(102, 102, 102);
	text-transform: uppercase;
	line-height: 1.591;
	margin-top: 45px;
}

.index-threeb {
	width: 30%;
	margin-right: 7%;
}

.index-foru {
	background: #f9f9f9;
	padding: 80px 0;
}

.index-threeb a {
	font-size: 16px;
	color: #df0024;
	display: inline-block;
	border-width: 1px;
	border-color: #df0024;
	border-style: solid;
	margin-top: 40px;
	padding: 10px 28px;

}

.index-threeb a:hover {
	background: #df0024;
	color: #fff;
}

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

.index-threec-a h1 {
	font-size: 50px;
	font-family: "SourceHanSerifCN";
	color: #00000000;
	position: relative;
	font-weight: bold;
	overflow: hidden;
	background: url(../images/zz.jpg) no-repeat;
	text-transform: uppercase;
	-webkit-background-clip: text;

	background-position-y: 0px;
	z-index: 11;
}

.index-threec-a h1 span {
	font-size: 12px;
	color: #999999;
	font-family: 'DIN';
	font-weight: 100;
	text-align: right;
	margin-right: 14px;
	display: inline-block;
}

.index-threec-b {
	margin: 0 0px 0 25px;
	font-size: 200px;
	font-family: "Arial";
	color: #00000000;
	position: relative;
	font-weight: bold;
	overflow: hidden;
	background: url(../images/zz.jpg) no-repeat;
	text-transform: uppercase;
	-webkit-background-clip: text;

	background-size: cover;

}

.index-threec-c img {
	margin-left: 25px;
	margin-bottom: 50px;
}

.index-threec-c p {
	padding-left: 18px;
	border-left: 2px solid #e1e1e1;
}

.index-threec-c p span {
	display: block;
	font-size: 18px;
	color: #666;
}

.index-three {
	height: 727px;
	overflow: hidden;
	position: relative;
}

.index-three-zhuan {
	height: 53vw;
	margin-top: -3px;
	position: relative;
}

.earth {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: -84px;
	z-index: 1;
	filter: grayscale(1);
}

.bg-line-animation {
	top: 10%;
	transform: rotateX(180deg);
	bottom: inherit;
	position: absolute;
	/* width: 100%; */
	height: auto;
	right: -11%;
	justify-content: flex-start;
	align-items: flex-end;
	z-index: 1;
	display: flex;
	pointer-events: none;
}

.bg-line-animation svg {
	transform: rotate(180deg);
	height: 100vh;
	display: block;
	width: auto;
}

.curve {
	stroke-width: 1px;
	stroke: #e0e0e0;
}

.curve path.red {
	stroke: #df0024;
	stroke-dasharray: 60 900;
	stroke-dashoffset: 1000;
	z-index: 6;
	position: relative;
}

.curve path.red2 {
	stroke: #df0024;
	stroke-dasharray: 80 900;
	stroke-dashoffset: -800;
	z-index: 6;
	position: relative;
}

.curve path.red3 {
	stroke: #df0024;
	stroke-dasharray: 80 900;
	stroke-dashoffset: -800;
	z-index: 6;
	position: relative;
}

.curve path:nth-of-type(5),
.curve path:nth-of-type(6) {
	animation: curve3 15s linear 0.4s infinite;
}

.curve path:nth-of-type(1),
.curve path:nth-of-type(2) {
	animation: curve 12s linear 0.8s infinite;
}

.curve path:nth-of-type(3),
.curve path:nth-of-type(4) {
	animation: curve2 10s linear 0.4s infinite;
}

.curve path {
	transform-origin: center center;
}

@keyframes curve {
	0% {
		transform: none;
		stroke-opacity: 1;
		stroke-dashoffset: 500
	}

	50% {
		stroke-opacity: .8;
		stroke-dashoffset: 600
	}

	70% {
		stroke-dashoffset: 400
	}

	100% {
		transform: none;
		stroke-opacity: 1;
		stroke-dashoffset: 500
	}
}

@keyframes curve2 {
	0% {
		transform: none;
		stroke-opacity: 1;
		stroke-dashoffset: 500
	}

	50% {
		stroke-opacity: .8;
		stroke-dashoffset: 600
	}

	70% {
		stroke-dashoffset: 400
	}

	100% {
		transform: none;
		stroke-opacity: 1;
		stroke-dashoffset: 500
	}
}

@keyframes curve3 {
	0% {
		transform: none;
		stroke-opacity: 1;
		stroke-dashoffset: -800
	}

	30% {
		stroke-opacity: .8;
		stroke-dashoffset: -600
	}

	60% {
		stroke-dashoffset: -500
	}

	100% {
		transform: none;
		stroke-opacity: 1;
		stroke-dashoffset: -800
	}
}

.index-forua {
	padding-top: 50px;
}

.home_video {
	width: 100%;
	height: auto;
	display: block;
}

.foruaswiper .swiper-button-prev {
	left: 18%;
	width: 36px;
	border-radius: 50%;

	height: 36px;
	background-size: 34%;
}

.foruaswiper .swiper-button-prev:hover {
	background-color: rgb(255, 255, 255, 0.6);
}

.foruaswiper .swiper-button-next:hover {
	background-color: rgb(255, 255, 255, 0.6);
}

.foruaswiper .swiper-button-next {
	right: 18%;
	width: 36px;
	border-radius: 50%;

	height: 36px;
	background-size: 34%;
}

.foruaswiper .swiper-pagination {
	bottom: 30px;
}

.foruaswiper .swiper-pagination .swiper-pagination-bullet {
	width: 36px;
	height: 5px;
	opacity: 1;
	border-radius: 0;
	background: rgb(255, 255, 255, 0.3);
}

.foruaswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: rgb(255, 255, 255);
}

.index-foru-xia ul {
	display: flex;
	margin-top: 50px;
	justify-content: center;
}

.index-foru-xia ul li {
	width: 16%;
	padding: 25px 0;
	text-align: center;
	border-right: 1px solid #e1e1e1;
}

.index-foru-xia ul li:last-child {
	border-right: 1px solid transparent;
}

.index-foru-xia ul li span {
	font-size: 24px;
	position: relative;
	color: rgb(51, 51, 51);
	text-transform: uppercase;
}

.index-foru-xia ul li span::after {
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 100%;
	height: 3px;
	content: "";
	display: block;
	background: transparent;
}

.index-foru-xia ul li.active span {
	font-size: 24px;
	color: rgb(223, 0, 36);
	font-weight: bold;
}

.index-foru-xia ul li.active span::after {
	background: #df0024;
}

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

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

.index-fiverb {
	width: 47%;
}

.index-fiverb-a .index-onea h1 {
	text-align: left;
	font-size: 16px;
}

.index-fiverb-a .index-onea h2 {
	text-align: left;
	font-size: 35px;
}

.index-fiverb-b {
	margin-top: 30px;
	background: #f7f7f7;
	padding-bottom: 30px;
	border-radius: 0 0 30px 0;

}

.index-fiverb-b-a {
	display: flex;
	align-items: center;
}

.index-fiverb-b-img {
	overflow: hidden;
	width: 50%;
	border-radius: 0 60px 0 0;
}

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

.index-fiverb-b-p {
	width: 50%;
	padding-left: 30px;
	padding-right: 30px;
}

.index-fiverb-b-p h1 {
	font-size: 22px;
	color: rgb(51, 51, 51);
	line-height: 1.364;
	margin-bottom: 30px;
}

.index-fiverb-b-p p {
	font-size: 16px;
	color: rgb(153, 153, 153);
	line-height: 1.563;
}

.index-fiverb-z {
	padding: 15px 30px 30px 30px;
}

.index-fiverb-b-a:hover .index-fiverb-b-img img {
	transform: scale(1.1);
}

.index-fiverb-b-a:hover .index-fiverb-b-p h1 {
	color: rgb(223, 0, 36);
}

.index-fiverb-z {
	padding: 30px 25px;
	border-radius: 10px;
	background: #fff;
	margin: 30px 30px 0 30px;
}

.index-fiverb-z ul li {
	padding: 15px 0;
	border-bottom: 1px solid #e1e1e1;
}

.index-fiverb-z ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index-fiverb-z ul li p img {
	vertical-align: middle;
	margin-right: 8px;
}

.index-fiverb-z ul li p {
	max-width: 80%;
	font-size: 16px;
	color: rgb(102, 102, 102);
	text-transform: uppercase;
}

.index-fiverb-z ul li:hover p {
	color: rgb(223, 0, 36);
}

.index-fiverb-z ul li:hover span {
	color: rgb(223, 0, 36);
}

.index-fiverb-z ul li span {
	font-size: 14px;
	color: rgb(153, 153, 153);
	line-height: 2.143;
}

.index-footer {
	background: #f7f7f7;
}

.index-footera {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
	border-bottom: 1px solid #e1e1e1;
}

.index-footera .index-onea h1 {
	text-align: left;
}

.index-footera .index-onea h2 {
	text-align: left;
}

.index-footerb {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
	border-bottom: 1px solid #e1e1e1;
}

.index-footerb-a ul li {
	margin-bottom: 20px;
}

.index-footerb-a ul li img {
	margin-right: 8px;
	vertical-align: top;
	margin-top: 5px;
}

.index-footerb-a ul li p {
	display: inline-block;
}

.index-footerb-a ul li p span {
	display: block;
	font-size: 18px;
	color: rgb(102, 102, 102);
}

.index-footerb-a ul li p strong {
	font-size: 35px;
	font-family: "Arial";
	color: rgb(223, 0, 36);
	font-weight: bold;


}

.index-footerb-b ul li h1 {
	font-size: 22px;
	margin-bottom: 10px;
	color: rgb(51, 51, 51);
	text-transform: uppercase;
}

.index-footerb-b ul li p {
	color: #666666;
	font-size: 16px;

	line-height: 1.563;


}

.index-footerb-b ul li p:hover {
	color: #df0024;
}

.index-footerb-d-a {
	display: flex;
	justify-content: space-between;
}

.index-footerb-d-a h1 {
	font-size: 22px;
	color: rgb(51, 51, 51);

}

.index-footerb-d-a a {
	font-size: 14px;
	color: rgb(153, 153, 153);
}

.index-footerb-d-a a img {
	vertical-align: middle;
	margin-left: 10px;
}

.index-footerb-d {
	width: 22%;
}

.index-footerb-d-b {
	margin-top: 15px;
}

.index-footerb-d-b ul {
	display: flex;
	flex-wrap: wrap;
}

.index-footerb-d-b li {
	margin-right: 6px;
	margin-bottom: 6px;
}

.index-footerb-d-b li a {
	display: inline-block;
	font-size: 14px;
	color: rgb(153, 153, 153);
	background: #ededed;
	padding: 8px 11px;

}

.index-footerb-d-b li a:hover {
	background: rgb(223, 0, 36);
	color: #fff;
}

.index-footerc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}

.index-footerc h1 {

	font-size: 14px;

	color: rgb(153, 153, 153);


}

.index-footerc h2 {
	display: flex;
	align-items: center;
	font-size: 14px;

	color: rgb(153, 153, 153);

}

.index-footerc h2 img {
	margin-right: 10px;
}

.index-footerc a {
	display: inline-block;
	margin: 0 5px;

	font-size: 14px;

	color: rgb(153, 153, 153);


}

.index-footerc a:hover {
	color: rgb(223, 0, 36);
}

.about-one img {
	width: 100%;
	vertical-align: bottom;
}

.about-one {
	position: relative;
}

.ww {
	max-width: 1600px;
	margin: 0 auto;
}

.about-one-a {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 85px;
	left: 0;
}

.about-one-a .index-onea h1 {
	text-align: left;
	color: #fff;
}

.about-one-a .index-onea h2 {
	text-align: left;
	color: #fff;
}

.about-one-a-xia {
	font-size: 16px;

	color: rgba(255, 255, 255, 0.702);
	margin-top: 25px;
}

.about-one-a-xia a {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.702);
}

.about-one-a-xia a:hover {
	color: #e60012;
}

.anli-one {
	padding: 50px 0;
}

.anli-onea {
	display: flex;
}

.anli-onea a {
	display: inline-block;
	margin-right: 15px;
	border: 1px solid #df0024;
	font-size: 16px;
	padding: 11px 37px;
	color: rgb(223, 0, 36);
}

.anli-onea a.on,
.anli-onea a:hover {
	background: #df0024;
	color: #fff;
}

.anli-oneb ul {
	display: flex;
	flex-wrap: wrap;
}

.anli-oneb ul li {
	margin-right: 1%;
	margin-bottom: 18px;
	border-radius: 20px;
	background: #f9f9f9;
	width: 32.6%;
}

.anli-oneb ul li:hover {
	background: #df0024;
}

.anli-oneb ul li:hover .anli-oneb-p p {
	color: #fff;
}

.anli-oneb ul li:hover .dx {
	display: block;
}

.anli-oneb ul li:hover .anli-oneb-img>img {
	transform: scale(1.1);
}

.anli-oneb ul li:nth-child(3n) {
	margin-right: 0%;
}

.anli-oneb {
	padding: 40px 0;
}

.anli-oneb-img {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

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

.dx {
	display: none;
	top: 26px;
	right: 26px;
	position: absolute;
}

.anli-oneb-p p {
	text-align: center;
	margin: 20px 5px;
	font-size: 20px;
	color: rgb(51, 51, 51);
	line-height: 1.5;
}

.pages {
	text-align: center;
	margin-top: 40px;
}

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

}

.pages li a {
	display: block;
	background: #fff;
	padding: 6px 12px;
	font-size: 16px;
	color: #666666;
	border-radius: 5px;
	border: 2px solid #efeff0;
}

.pages li:hover a,
.pages li.active a {
	background: #df0024;
	color: #fff;
}

.pro-one {
	background: #ececec;
	padding: 30px 0 60px 0;
}

.pro-onea {
	display: flex;
	justify-content: space-between;
}

.pro-one-a-z {
	width: 22%;
}

.pro-one-a {
	width: 100%;
	padding: 15px;
	padding-bottom: 80px;
	background: #fff;
	border-radius: 20px;
}

.pro-one-b {
	width: 76%;
}

.pro-one-a-a {
	background-color: #eeeeee;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 37.5px;
}

.pro-one-a-a h1 {
	font-size: 16px;
	color: rgb(102, 102, 102);
}

.pro-one-a-a h1 span {
	color: #333333;
	display: block;
	font-size: 22px;
}

.pro-one-a-b {
	margin-top: 50px;
}

.pro-one-a-b ul li {
	border-bottom: 1px solid #e0e0e0;
}

.pro-one-a-b ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0;
}

.pro-one-a-b-img i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background: #eeeeee;
	text-align: center;
	line-height: 45px;
	border-radius: 50px;
}

.pro-one-a-b-img i img {
	display: inline-block;
}

.pro-one-a-b-img p {
	font-size: 20px;
	margin-left: 10px;
	color: rgb(51, 51, 51);

}

.pro-one-a-b ul li a>img {
	filter: sepia(1);
	opacity: 0.4;
}

.pro-one-a-b-img {
	display: flex;
	align-items: center;
}

.pro-one-a-b ul li.on,
.pro-one-a-b ul li:hover {
	border-bottom: 1px solid #e60012;
}

.pro-one-a-b ul li.on i {
	background: #e60012;
}

.pro-one-a-b ul li.on i img {
	filter: brightness(0)invert(1);
}

.pro-one-a-b ul li.on .pro-one-a-b-img p {
	color: #e60012;
	font-weight: bold;
}


.pro-one-a-b ul li.on img {
	filter: initial;
	opacity: 1;
}

.pro-one-b .anli-oneb {
	padding: 0px 0;
	padding-bottom: 40px;
}

.pro-one-b .anli-oneb-p p {
	font-size: 18px;
}

.about-two {
	padding: 80px 0 80px 0;
	background: url(../images/about_us_pt3.png) no-repeat bottom;
	background-size: 100%;
}

.about-onea {
	display: flex;
	justify-content: space-between;
}

.about-oneb {
	width: 43%;
}

.about-onec {
	width: 50%;
}

.about-oneb h1 {

	font-size: 150px;
	font-family: 'DIN';
	color: rgb(223, 0, 36);
	font-weight: bold;
	line-height: 0.867;
}

.about-oneb h2 {
	font-size: 50px;
	color: rgb(51, 51, 51);
	text-transform: uppercase;
	margin: 30px 0;
}

.about-oneb p {
	font-size: 18px;
	color: rgb(51, 51, 51);
	line-height: 1.944;
	margin-bottom: 35px;

}

.about-onec p {
	font-size: 18px;
	color: rgb(51, 51, 51);
	line-height: 1.944;
	margin-bottom: 35px;
}

.about-three {
	padding: 90px 0;
	background: url(../images/di.jpg) no-repeat top;
	background-size: cover;
}

.about-threea {
	display: flex;
	justify-content: space-between;
}

.about-threeb {
	padding: 50px 40px;
	width: 40%;
	border: 10px solid rgb(255, 255, 255, 0.5);
}

.about-threeb img {
	margin-bottom: 40px;
}

.about-threeb-a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about-threeb-a h1 {
	font-size: 50px;
	color: rgb(255, 255, 255);

}

.about-threeb-a h2 span {
	display: block;
	font-size: 35px;
	color: rgb(255, 255, 255);
	line-height: 1.286;
}

.about-four {
	padding: 90px 0;
	background: #f9f9f9 url(../images/dico24.png) no-repeat bottom;
	background-size: 100%;
}

.about-foura h1 {
	font-size: 50px;
	margin-bottom: 40px;
	color: rgb(51, 51, 51);
}

.fourbswipera {
	height: 600px;
	position: relative;
	border-bottom: 8px solid transparent;
	padding: 35px;
	background: url(../images/dew.png) no-repeat bottom;
	background-size: cover;
}

.fourbswipera h1 {
	width: 140px;
	height: 65px;
	text-align: center;
	line-height: 65px;
	font-size: 40px;
	font-family: "Arial";
	color: rgb(102, 102, 102);
	font-weight: bold;
	border: 1px solid #e0e0e0;
	background: #f9f9f9;
	border-radius: 32.5px 32.5px 0 32.5px;

}

.fourbswipera h2 {}
.fourbswipera h2  img{
	width: 100%;
	margin: 20px 0;

}

.fourbswipera h3 {
	font-size: 18px;
	color: rgb(102, 102, 102);
	text-transform: uppercase;
	line-height: 1.8;
	position: absolute;
	/* bottom: 0; */
	left: 50%;
	transform: translateX(-50%);
	width: 87%;
	top: 67%
	
}

.fourbswipera:hover {
	border-bottom: 8px solid #df0024;
}

.fourbswipera:hover h3 {
	color: #333333;
}

.fourbswipera:hover h1 {
	color: #df0024;
}

.about-fourb {
	position: relative;
}

.about-fourb .swiper-button-prev {
	background: url(../images/left.png) no-repeat;
	width: 55px;
	height: 55px;
	left: -81px;
}

.about-fourb .swiper-button-next {
	background: url(../images/right.png) no-repeat;
	width: 55px;
	height: 55px;
	right: -81px;
}

.about-fiver {
	padding: 90px 0;
	background: url(../images/shan.png) no-repeat bottom;
	background-size: 100%;
}

.about-fivera {
	display: flex;
	margin-top: 60px;
}

.about-fivera {
	display: flex;
	justify-content: space-between;

}

.about-fiverb {
	width: 20%;
}

.about-fiverc-zui {
	width: 69%;
}

.about-fiverb ul {

	border-left: 3px solid #e0e0e0;
}

.about-fiverb ul li {
	font-size: 22px;
	color: #999999;
	position: relative;
	/* margin-bottom: 40px; */
	cursor: pointer;
}

.about-fiverb ul li a {
	display: inline-block;
	padding-left: 28px;
	position: relative;
}

.about-fiverb ul li a.active::after {
	display: block;
}

.about-fiverb ul li a::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: none;
	background: #df0024;
	width: 3px;
	height: 100%;
	left: -3px;
}

.about-fiverb ul li a.active {
	color: #333333;
}

.about-fiverb ul li a.active ::after {
	display: block;
}

.about-fiverc ul {
	display: flex;
	flex-wrap: wrap;

}

.about-fiverc ul li {
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
	width: 31%;
	margin-right: 20px;
}

.about-fiverc {
	display: none;
}

.about-fiverc:first-child {
	display: block;
}

.huigu-one {
	padding: 50px 0 80px 0;
}

.huigu-onea {
	background: url(../images/visualBg2.png) no-repeat bottom;
	background-size: 100%;
	padding-bottom: 45px;
	border-radius: 20px;

}

.huigu-onea-a {
	width: 932px;
	margin: 0 auto;
	position: relative;


}

.oneaswipera {
	position: relative;

	overflow: hidden;
}

.oneaswipera img {
	vertical-align: bottom;
	width: 100%;
}

.huigu-onea-a .swiper-button-prev {
	background: url(../images/left.png) no-repeat;
	width: 55px;
	height: 55px;
	left: -81px;
}

.huigu-onea-a .swiper-button-next {
	background: url(../images/right.png) no-repeat;
	width: 55px;
	height: 55px;
	right: -81px;
}

.oneaswipera::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	background: url(../images/vg.png) no-repeat bottom;
	background-size: 100%;
	z-index: 1;
}

.oneaswipera p {
	font-size: 18px;
	position: absolute;
	left: 0;
	z-index: 9;
	text-align: center;
	width: 100%;
	bottom: 35px;
	color: rgb(255, 255, 255);
}

.huigu-onea-xia-z {
	text-align: right;
}

.huigu-onea-xia {

	margin-top: 27px;
	position: relative;
	right: 0;
	display: inline-block;
}

.play .btn-pp {

	background: url(../images/ico-play-btn.svg) no-repeat center center;
	background-position-x: 16px;
}

.pause .btn-pp {
	background: url(../images/btn-pause.png) no-repeat center center;
}

.btn-pp {
	filter: brightness(0.5);
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #333333;
	margin-right: 20px;
	vertical-align: top;
}

.huigu-onea-xia p {
	padding-top: 10px;
	vertical-align: middle;
	display: inline-block;
}

.huigu-onea-xia p span {
	font-size: 18px;
	color: rgb(102, 102, 102);
}

.huigu-onea-xia.pause p span:last-child {
	display: none;
}

.huigu-onea-xia.play p span:first-child {
	display: none;
}

.ziliao-one {
	padding: 40px 0 80px 0;
}

.ziliao-onea {
	padding: 30px 70px;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}

.ziliao-onea ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid #e1e1e1;
}

.ziliao-onea-b {
	width: 55px;
	height: 25px;
	text-align: center;
	line-height: 22px;
	border: 1px solid #999999;
}

.ziliao-onea-a p {
	margin-left: 18px;
	display: inline-block;
	font-size: 22px;
	color: rgb(51, 51, 51);
	vertical-align: middle;


}

.ziliao-onea-a p span {
	display: block;
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
}

.ziliao-onea ul li:hover a {
	border-bottom: 3px solid #df0024;
}

.ziliao-onea ul li:hover p {
	color: #df0024;
}

.ziliao-onea ul li:hover p span {
	color: #df0024;
}

.ziliao-onea ul li:hover .ziliao-onea-b {
	background-color: #df0024;
	border: 1px solid #df0024;
}

.ziliao-onea ul li:hover .ziliao-onea-b img {
	filter: brightness(0)invert(1);
}

.con-one {
	padding-top: 90px;
}

.con-two {
	padding: 80px 0;
	background: #f9f9f9;
}

.con-onea {
	display: flex;
	justify-content: space-between;
}

.con-oneb {
	width: 50%;
	background: url(../images/map.png) no-repeat bottom;
	background-size: 100%;
	background-position-y: 2%;
}

.con-onec {
	width: 50%;
	padding-bottom: 90px;
	padding-top: 102px;
}

.con-oneb h1 {
	font-size: 50px;
	color: rgb(51, 51, 51);
	margin-bottom: 40px;
}

.con-oneb p {
	font-size: 22px;
	color: rgb(153, 153, 153);
	line-height: 1.591;
	max-width: 80%;
}

.con-onec ul li {
	margin-bottom: 24px;
	padding-left: 16px;
	font-size: 26px;
	color: rgb(51, 51, 51);
	border-left: 6px solid #df0024;
}

.con-twoa h1 {
	font-size: 50px;
	color: rgb(51, 51, 51);
	text-transform: uppercase;
	line-height: 1.3;
	text-align: center;
}

.con-twob ul {
	display: flex;
	justify-content: center;
	padding: 40px 0;
}

.con-twob ul li {
	border: 1px solid #df0024;
	padding: 11px 29px;
	font-size: 16px;
	margin-right: 15px;
	color: rgb(223, 0, 36);
	cursor: pointer;
}

.con-twob ul li.on {
	color: #fff;
	background: #df0024;
}

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

.con-twoc {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8% 10%;
	background: url(../images/vt.png)no-repeat;
	background-size: cover;
}

.con-twoca {
	width: 40%;
}

.con-twoca h1 {
	font-size: 22px;
	color: rgb(153, 153, 153);
	margin-bottom: 20px;

}

.con-twoca h2 {
	color: #333333;
	font-size: 40px;
	max-width: 56%;
	margin-bottom: 48px;
}

.con-twocb ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.con-twocb ul li {
	font-size: 26px;
	color: rgb(102, 102, 102);
	width: 43%;
	padding: 27px 0;
	border-bottom: 2px solid #e1e1e1;
}

.con-twocb ul li img {
	vertical-align: middle;
	margin-right: 10px;
}

.con-twocb {
	width: 53%;
}

.con-three {
	padding: 90px 0;
}

.con-threea {
	display: flex;
	justify-content: space-between;
}

.con-threeb {
	width: 30%;
}

.con-threeb p {
	font-size: 50px;
	color: rgb(51, 51, 51);
	line-height: 1.3;
}

.con-threeC {
	width: 60%;
}

.con-threeC ul li {
	margin-bottom: 20px;
}

.con-threeC ul li h1 img {
	vertical-align: middle;
	margin-right: 10px;

}

.con-threeC ul li h1 {
	font-size: 18px;
	margin-bottom: 12px;
	color: rgb(102, 102, 102);
}

.con-threeC ul li h1 span {
	color: #df0024;
}

.con-threeC ul li input {
	height: 40px;
	width: 100%;
	font-size: 16px;
	padding-left: 20px;
	border: 2px solid #e1e1e1;
	border-radius: 0 20px 0 0;
}

.con-threeC ul li textarea {
	width: 100%;
	font-size: 16px;
	height: 240px;
	padding-top: 20px;
	padding-left: 20px;
	border: 2px solid #e1e1e1;
	border-radius: 0 20px 0 0;
}

.con-threeC button {
	border: 1px solid #df0024;
	padding: 11px 45px;
	font-size: 16px;
	margin-right: 15px;
	color: rgb(223, 0, 36);
	cursor: pointer;
	background: transparent;
}

.con-threeC button:hover {
	background: #df0024;
	color: #fff;
}

.con-twoc-za {
	display: none;
}

.con-twoc-za:first-child {
	display: block;
}

.news-one {
	padding-bottom: 90px;
	background: url(../images/cs.png) no-repeat bottom;
	background-size: 100%;
	background-position-y: 176px;
}

.guding {
	width: 160px;
	height: 160px;
	position: fixed;
	right: 7%;
	top: 80%;
	border-radius: 50%;
	background: #df0024;
	display: flex;
	align-items: center;
	justify-content: center;
}

.guding p {
	-webkit-animation: rotate 16s linear infinite;
	top: 0px;
	right: 0;
	position: absolute;
	z-index: -1;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}

}

.news-onea {
	background: #eeeeee;
	display: flex;
	justify-content: space-between;
}

.news-onec {
	width: 55%;
	overflow: hidden;
}

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

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

.news-oneb {
	width: 45%;
	padding: 65px 70px 10px 70px;
}

.news-oneb h1 {
	font-size: 60px;
	font-family: "Arial";
	color: rgba(0, 0, 0, 0.302);
	font-weight: bold;
	line-height: 1;
}

.news-oneb h1 span {
	display: block;
	font-family: "Microsoft YaHei";
	font-size: 22px;
}

.news-oneb h2 {
	margin: 50px 0 35px 0;
	font-size: 30px;
	color: rgb(51, 51, 51);
	line-height: 1.5;
}

.news-oneb h3 {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.502);
	line-height: 1.75;
	margin-bottom: 80px;

}

.news-oneb h4 {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.502);
	border-bottom: 1px solid rgba(0, 0, 0, 0.502);
	padding-bottom: 20px;
	display: inline-block;
}

.news-oneb h4:hover {
	color: #df0024;
	border-bottom: 1px solid #df0024;
}

.news-oneb:hover h2 {
	color: #df0024;
}

.newsswiper .swiper-pagination {
	width: auto;
	right: 30px;
	top: 30px;
	bottom: inherit;
	left: inherit;
}

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

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

.news-one-a {
	position: relative;
}

.redd {
	position: absolute;
	top: 0px;
	right: -160px;
}

.news-two {
	padding: 70px 0;
}

.news-twoa ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-twoa ul li {
	width: 48%;
}

.news-twoa ul li a {
	display: flex;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 2px solid #e1e1e1;
	justify-content: space-between;
}

.news-twoa-a {
	width: 14%;
	padding-right: 40px;
}

.news-twoa-a h1 {
	font-size: 40px;
	color: rgb(153, 153, 153);
	font-weight: bold;
	line-height: 1.125;
}

.news-twoa-a h2 {
	font-size: 14px;
	color: rgb(153, 153, 153);
}

.news-twoa-b {
	width: 85%;
}

.news-twoa-b h1 img {
	vertical-align: middle;
	margin-right: 10px;
}

.news-twoa-b h1 {
	font-size: 22px;
	color: rgb(51, 51, 51);
	margin-bottom: 20px;
}

.news-twoa-b h2 {
	font-size: 16px;
	color: rgb(153, 153, 153);
	line-height: 1.563;
	margin-bottom: 12px;
	padding-left: 19px;
}

.news-twoa-b .ziliao-onea-b {
	margin-left: 19px;
}

.news-twoa ul li:hover a {
	border-bottom: 2px solid #df0024;
}

.news-twoa ul li:hover .news-twoa-a h1 {
	color: #df0024;
}

.news-twoa ul li:hover .news-twoa-a h2 {
	color: #df0024;
}

.news-twoa ul li:hover .news-twoa-b h1 {
	color: #df0024;
}

.news-twoa ul li:hover .ziliao-onea-b {
	background: #df0024;
	border: 1px solid #df0024;

}

.news-twoa ul li:hover .ziliao-onea-b img {
	filter: brightness(0)invert(1);
}

.proxq-one {
	padding: 50px 0 90px 0;
	background: #ececec;
}

.proxq-onea {
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	background: url(../images/bfj.jpg) no-repeat bottom;
	background-size: cover;
}

.proxq-onea {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.proxq-oneb {
	width: 41%;
}

.proxq-onec {
	width: 47%;
	margin-right: 57px;
}

.proxq-oneb img {
	vertical-align: bottom;
	width: 100%;
}

.gallery-top {
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 18px;
}

.oneaswiper {
	border-radius: 20px;
	overflow: hidden;
}

.gallery-top .swiper-pagination {
	display: none;
}

.gallery-thumbs img {
	border-radius: 10px;
	overflow: hidden;
}

.gallery-thumbs .swiper-button-prev {
	background-size: 58%;
}

.gallery-thumbs .swiper-button-next {
	background-size: 58%;
}

.proxq-onec h1 {
	font-size: 40px;
	color: rgb(223, 0, 36);
	font-weight: bold;
}

.proxq-onec h2 {
	position: relative;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	font-size: 20px;
	color: rgb(51, 51, 51);
	line-height: 1.5;
	padding: 25px 0;
	margin: 20px 0 80px 0;
}

.proxq-onec h2::after {
	position: absolute;
	content: "";
	display: block;
	top: -2px;
	left: 0;
	width: 15px;
	height: 3px;
	background: #e60012;
}

.proxq-onec h3 {
	text-align: right;
}

.proxq-onec h3 a {
	display: inline-block;
	margin-left: 40px;
	font-size: 22px;
	color: rgb(102, 102, 102);
	text-align: center;
}

.proxq-onec h3 a img {
	margin-bottom: 10px;
}

.proxq-onec h3 a span {
	display: block;
}

.proxq-onec h4 {
	margin-top: 40px;
	display: flex;
}

.proxq-onec h4 a {

	font-size: 18px;
	color: rgb(255, 255, 255);
	display: inline-block;
	width: 50%;
	height: 65px;
	line-height: 65px;
	text-align: center;
	background: #e60012;
	color: #fff;
}

.proxq-onec h4 a:last-child {
	background: #333333;
}

.proxq-onec h4 a:hover {
	opacity: 0.7;
}

.proxq-twoa {
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	background: #fff;
	padding: 50px 30px;
	display: flex;
	justify-content: space-between;
}

.proxq-twoa-a {
	width: 20%;
}

.proxq-twoa-a .about-fiverb {
	width: 100%;
}

.proxq-twoa-a .about-fiverb ul li {

	margin-bottom: 0px;
}

.proxq-twoa-a .about-fiverb ul li::after {
	height: 100%;
}

.about-fiverb ul li.on img {
	filter: initial;
}

.about-fiverb ul li.on a {
	color: #333;
}

.about-fiverb ul li a {
	color: #999;
	padding: 20px 0;
	position: relative;
	padding-left: 28px;
}

.about-fiverb ul li img {
	vertical-align: middle;
	margin-right: 10px;
	filter: grayscale(1);
}

.proxq-twoa-b {
	width: 70%;
}

.proxq-twoa-b-tltle h1 {
	font-size: 30px;
	color: rgb(51, 51, 51);
	font-weight: bold;

}

.proxq-twoa-b-tltle h1 span {
	color: #e60012;
}

.proxq-twoa-b-tltle h2 {
	margin-top: -39px;
	border-bottom: 1px solid #ececec;
}

.proxq-twoa-b-tltle h2 span {
	display: block;
	text-align: right;
	font-size: 30px;
	color: rgba(153, 153, 153, 0.502);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}

.proxq-twoa-p {
	padding: 10px 20px;
	border-radius: 20px;
	background: url(../images/cws.png) no-repeat bottom;
	background-size: 100%;
}

.proxq-twoa-p p {
	font-size: 18px;
	color: rgb(51, 51, 51);
	text-transform: uppercase;
	line-height: 1.944;

}

.proxq-twoa-p {
	font-size: 18px;
}

.proxq-twoa-p h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 1.944;


}

.proxq-twoa-p h2 {
	font-size: 18px;
	font-weight: bold;
	color: #e60012;
	line-height: 1.944;
}

.proxq-twoa-b-b {
	padding-top: 80px;
}

.proxq-twoa-b-b-xia-a {
	margin-top: 40px;
}

.proxq-twoa-b-b-xia-a ul li h1 {
	height: 55px;
	line-height: 55px;
	background: #e60012;
	font-size: 22px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	padding-left: 25px;
}

.proxq-twoa-b-b-xia-a ul li p {
	height: 55px;
	line-height: 55px;
	background: #ececec;
	font-size: 18px;
	color: #666666;
	padding-left: 40px;
}

.proxq-twoa-b-b-xia-a ul li p:nth-child(odd) {
	background: #fff;
}

.proxq-twoa-b-c {
	padding-top: 80px;
}

.proxq-twoa-b-c-xia-a {
	display: flex;
	border-radius: 60px 0 60px 0;
	overflow: hidden;
	align-items: center;
	background: #fff;
}

.proxq-twoa-b-c-xia-b {
	width: 50%;
}

.proxq-twoa-b-c-xia-b img {
	vertical-align: bottom;
	width: 100%;
}

.proxq-twoa-b-c-xia-c {
	width: 60%;
	padding: 30px;
}

.proxq-twoa-b-c-xia-c p {
	font-size: 18px;
	color: rgb(51, 51, 51);
	line-height: 1.944;
}

.proxq-twoa-b-c-xia-c h1 {
	display: inline-block;
	margin-right: 15px;
	border: 1px solid #df0024;
	font-size: 16px;
	padding: 5px 37px;
	margin-top: 33px;
	color: rgb(223, 0, 36);
}

.proxq-twoa-b-c-xia-c h1:hover {
	background: #df0024;
	color: #fff;
}

.proxq-twoa-p p {
	z-index: 999;
}

.proxq-twoa-p .oneaswipera p {
	color: #fff;
}

.fangan-one {
	padding: 40px 0;
}

.fangan-onea h1 {
	font-size: 50px;
	color: rgb(51, 51, 51);
	line-height: 1.4;
	margin-bottom: 30px;
}

.fangan-oneb {
	display: flex;
	overflow: hidden;
	background: #f9f9f9;
	border-radius: 60px 0 60px 0;
}

.fangan-onec {
	width: 50%;
}

.fangan-onec img {
	width: 100%;
	vertical-align: bottom;
}

.fangan-oned {
	width: 50%;
	padding: 80px 80px;
	font-size: 22px;
	color: rgb(102, 102, 102);
	line-height: 1.591;
}

.proxq-twoa-b-tltle h1 img {
	vertical-align: middle;
	margin-right: 15px;
}

.fangan-one ul li {
	height: 55px;
	line-height: 55px;
	background: #ececec;
	padding-left: 20px;
}

.fangan-one ul li img {
	vertical-align: middle;
	margin-right: 15px;
}

.fangan-one ul li {
	font-size: 18px;
	color: rgb(51, 51, 51);
	font-weight: bold;

}

.fangan-one ul li span {
	color: #666666;
	font-weight: normal;
}

.fangan-one ul li i {
	width: 180px;
	display: inline-block;
	font-style: inherit;
}

.fangan-one ul li p {
	width: 100%;
	height: 55px;
	line-height: 55px;
}

.fangan-one ul li:nth-child(even) {
	background: #fff;
}

.fangan-two ul li {
	display: flex;
}

.fangan-two ul li p {
	width: 50%;
}

.fangan-three ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fangan-three ul li {
	width: 49%;
	margin-bottom: 15px;
}

.fangan-three ul li p {
	font-size: 18px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	margin-bottom: 10px;
}

.fangan-three ul li p img {
	vertical-align: middle;
	margin-right: 15px;
}

.logo .logo2 {
	display: none;
}

.fixed .logo .logo2 {
	display: inline-block;
}

.fixedd .logo .logo2 {
	display: inline-block;
}

.fixed .logo .logo1 {
	display: none;
}

.fixedd .logo .logo1 {
	display: none;
}

.index-three.pages {
	text-align: left;
}

.newsxq-one {
	margin-top: 30px;
	padding: 50px 60px 60px 60px;
	background: #fff;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	border-radius: 0 0 20px 20px;
	border-bottom: 6px solid #dbdbdb;
}

.newsxq-onea {
	justify-content: space-between;
	display: flex;
	padding-bottom: 15px;
	border-bottom: 1px solid #d6d6d6;
}

.newsxq-onea h1 {

	font-size: 30px;

	color: rgb(51, 51, 51);
	font-weight: bold;

	line-height: 1.333;
	padding-left: 25px;
	border-left: 4px solid #d60010;


}

.newsxq-onea p {
	padding-left: 30px;
	margin-top: 20px;
}

.newsxq-onea p span {
	display: inline-block;
	margin-right: 15px;

	font-size: 16px;

	color: rgb(102, 102, 102);
	font-weight: 100;

}

.newsxq-onea p span img {
	vertical-align: middle;
	margin-right: 5px;
}

.newsxq-onec .index-threec span {
	font-size: 14px;
}

.newsxq-onec .index-threec a:hover {
	opacity: 0.8;
}

.newsxq-oned {

	font-size: 16px;

	color: rgb(102, 102, 102);

	line-height: 1.875;

	padding: 35px 0 50px 0;
	border-bottom: 1px solid #d60010;
}

.newsxq-onef {
	padding: 35px 0 0 0;
	display: flex;
	justify-content: space-between;
}

.newsxq-onef-a a {

	font-size: 14px;

	color: rgb(153, 153, 153);

	line-height: 2.143;
	display: block;

}

.newsxq-onef-a a:hover {
	color: #d60010;
}

.newsxq-oneb h2 {

	font-size: 18px;
	padding-left: 10px;
	border-left: 2px solid #d60010;
	color: rgb(51, 51, 51);
	font-weight: bold;
	/* line-height: 1.944; */

}

.newsxq-oneb h3 {
	padding-left: 10px;
	margin-top: 5px;
}

.newsxq-oneb h3 a {
	font-size: 12px;
	color: rgb(102, 102, 102);
	border: 1px solid #d6d6d6;
	border-radius: 12px;
	text-align: center;
	display: inline-block;
	padding: 3px 11px;
}

.newsxq-oneb h3 a:hover {
	border: 1px solid #d60010;
	color: #d60010;
}

.newsxq-one .index-threec img {
	vertical-align: middle;
	margin-left: 10px;
}

.proxq-twoa-b-c .huigu-onea-a {
	width: 85%;
	margin: 0 auto;
}

.caidan {
	position: fixed;
	top: 50%;
	right: 2%;
	display: flex;
	width: 65px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	height: 65px;
	border-radius: 50%;
	z-index: 999;
	transition: all .6s ease;
	opacity: 1;
	background: #df0024;
}

.caidan.on {
	right: 20%;
	opacity: 0;
}

.caidan span {
	display: block;
	transition: all 0.5s;
	margin-bottom: 5px;
}

.caidan span:nth-child(1) {
	border-radius: 1px;
	width: 25px;
	height: 3px;
	background: #fff;
}

.caidan span:nth-child(2) {
	border-radius: 1px;
	width: 20px;
	height: 3px;
	background: #fff;
}

.caidan span:nth-child(3) {
	border-radius: 1px;
	width: 15px;
	height: 3px;
	margin-bottom: 0px;
	background: #fff;
}

.caidan:hover span {
	width: 25px !important;
}

.navv {
	display: flex;
}

.navv {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease;
	position: fixed;
	left: 0;
	justify-content: right;
	top: 0;
	z-index: 99999999999;
	pointer-events: none;
}

.back-to-one,
.back-to-second {
	display: none;
}

.nav-open .link-area li:nth-of-type(6) {
	transition-delay: 0.46s;
}

.main-nav {
	width: 420px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transform: translateX(50px);
	opacity: 0;
	transition: all .6s ease;
}

.main-nav {
	background-color: #fff;
	height: 100%;
	min-height: 100vh;
}

.btn-close-nav-inside {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 0;
	width: 60px;
	height: 60px;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.deco-soco {
	position: absolute;
	left: 44px;
	top: 3%;
}

.nav-open.navv {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.btn-close-nav-inside {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 0;
	width: 60px;
	height: 60px;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.link-area {
	padding: 0;
}

.btn-close-nav-inside:hover:after {
	transform: scale(1.25);
}

.nav-open .link-area li:nth-of-type(1) {
	transition-delay: 0.16s;
}

.nav-open .link-area li {
	/* transform: translateY(0); */
	opacity: 1;
}

.link-area li {
	/* line-height: 70px;
    height: 70px; */
	padding-left: 100px;
	/* min-height: 70px; */
}

.link-area li {
	font-size: 1.375em;
}

.link-area li {


	color: #000;
	font-weight: bold;
	transition-delay: 0.1s;
	transition: all .5s ease, border .25s ease;
	opacity: 0;
	/*  position: relative; */
	display: block;
	width: 100%;

	border-bottom: 1px solid #e5e5e5;
	width: 100%;
}

.link-area li>a {
	line-height: 60px;
	height: 60px;
	font-size: 18px;
	min-height: 60px;
}

.deco-copyright span {
	padding-bottom: 30px;
}

.nav-open .link-area li>a {
	overflow: hidden;
	display: inline-block;
}

.deco-copyright a,
.deco-copyright span {
	font-size: .75rem;
	margin: 0;
	color: #909090;
	padding: 0;
	font-weight: normal;
	line-height: 1.25em;
	display: block;
}

.deco-copyright {
	padding: 0 50px 50px;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	display: block;

	opacity: 1;
	transform: none;
	font-size: .75rem;
}

.nav-open .link-area li:nth-of-type(2) {
	transition-delay: 0.22s;
}

.nav-open .link-area li:nth-of-type(3) {
	transition-delay: 0.28s;
}

.nav-open .link-area li:nth-of-type(4) {
	transition-delay: 0.34s;
}

.nav-open .link-area li:nth-of-type(5) {
	transition-delay: 0.4s;
}

.link-area li em {
	left: 50px;
}

.link-area li em {
	display: block;
	font-size: 11px;
	position: absolute;
	color: #000;
}

.link-area li span {
	line-height: 60px;
	height: 60px;
	min-height: 60px;
	color: #000;
	font-size: 1.4rem;
}

.link-area li span {
	display: block;
	transition: margin .3s ease, color .3s ease;
	font-weight: 700;
}

.sub-navaa {
	height: 100%;
}

.link-area ul>li:hover>a>span:first-of-type {
	margin-top: -70px;
}

.link-area ul>li:hover>a>span:last-of-type {
	color: #000;
}

.nav-open .link-area ul>li:hover {
	transition-delay: 0s;
}

.link-area li:hover {
	border-bottom: 1px solid #df0024;
	transition-delay: 0s;
}

.link-area li .btn-icon-toggle {
	width: 70px;
	height: 70px;
}

.link-area li .btn-icon-toggle:after {
	width: 28px;
	height: 28px;
	transition: all .35s ease;
}

.link-area li .btn-icon-toggle:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/iconset.svg);
	background-size: auto 100%;
	background-position: 8.2% 0;

}

.btn-close-nav-inside:hover:after {
	transform: scale(1.25);
}

.btn-close-nav-inside:after {
	width: 30px;
	height: 30px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/iconset.svg);
	background-size: auto 100%;
	background-position: 16.33% 0;
	transition: all .35s ease;
}

.link-area li .btn-icon-toggle {
	cursor: pointer;
	position: absolute;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	/* top: 0; */
	margin-top: -72px;
	font-size: 0;
}

.link-area li .btn-icon-toggle:after {
	transform: rotate(0deg);
}

.link-area li.onn .btn-icon-toggle:after {
	transform: rotate(45deg);
}

.menu-second span {
	color: #fff !important;
}


.link-area li.onn .sub-nav {
	display: flex;
	height: 100%;
	top: 0;
}

.menu-second .back-to-one {
	display: none;
}

.sub-nav {
	background: #df0024 url(../images/bg-sub-nav.png) no-repeat left bottom;
	visibility: visible;
	opacity: 1;
	height: 100%;
	transition: all .4s ease;
	display: flex;
	display: none;
	align-items: center;
	background-size: cover;
	top: 0;
	right: 100%;
	position: absolute;
	pointer-events: auto;
}

.sub-navb {
	height: 100%;
	display: none;
	transition-delay: 700ms;
	-webkit-transition-delay: 700ms;
}

.menu-second,
.menu-third {
	min-width: 300px;
}

.menu-second,
.menu-third {

	display: flex;
	flex-direction: column;

}

.menu-second a:after {
	width: calc(100% - 70px);
}

.menu-second a:hover:after {
	background-color: #fff;
}

.menu-second a {
	color: #000;
	position: relative;
	white-space: initial;
}

.menu-second a:after {
	content: "";
	display: block;

	height: 3px;
	background-color: transparent;
	transition: all .3s ease;
	position: absolute;
	bottom: 0;

}

.menu-second a {
	font-size: 1.375rem;
	height: 60px;
	line-height: 60px;
	padding: 0 35px;
	display: block;
	font-weight: bold;
}

.nav-open .main-nav {
	transform: translateX(0);
	opacity: 1;
}

.main-nav {
	background-color: #fff;

	min-height: 100vh;
}

.deco-soco img {
	width: 257px;
}

.header-pos {
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	border-top: 1px solid #f0f0f0;
	display: none;
}

.header-d {
	padding: 2.56vw 0;
	text-align: center;
}

.header-e {
	width: 100%;
	color: #fff;
}

.header-ediv {
	padding: 5.2vw 0;
	overflow: hidden;
}

.header-elt {
	float: left;
}

.header-e2 {
	line-height: 1;
}

.header-e3 {
	margin-top: 1.05vw;
}

.header-e3>div {
	display: inline-block;
	margin-right: 2.56vw;
}

.header-ert {
	width: 6.25vw;
	height: 6.25vw;
	text-align: center;
	line-height: 1.1;
	padding-top: 2vw;
	float: right;
	background: #df0024;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.header-d .solution-g {
	margin: 0 !important;
}

.header-f a {
	display: inline-block;
	line-height: 3vw;
	margin: 0 1vw;
	color: #999;
}

.header-f a:hover {
	color: #df0024;
	/*font-weight: bold;*/
}

.header-e2 {
	line-height: 1;
}

.fnt60 {
	font-size: 3.125vw;
	line-height: 1.2;
}

.header-ediv {
	padding: 5.2vw 0;
	overflow: hidden;
}

.wid1600 {
	width: 80.72916vw;
	margin: 0 auto;
}

.fnt20 {
	font-size: 1.04166vw;
}

.fnt18 {
	font-size: 0.9375vw;
	line-height: 1.4;
}

.header-d .solution-g {
	margin: 0 !important;
}

.solution-g {
	display: flex;
	justify-content: space-between;
	margin-top: 4.16vw;
}

.solution-ga {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all .5s;
	-webkit-transition: all .5s;
}

.solution-g2 {
	height: 2.56vw;
	line-height: 2.56vw;
	font-size: 0;
}

.header-ert a {
	color: #fff;
}

.solution-g2 img {
	max-height: 100%;
	min-height: 70%;
}

.header-d .solution-g {

	line-height: 0;
}

.solution-g3 {
	margin-top: 1.26vw;
	opacity: .5;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.solution-ga:hover {
	-webkit-filter: initial;
	initial;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.solution-ga:hover .solution-g3 {
	opacity: 1;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.header-e {
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.link-area ul>li:hover>a>span:first-of-type {
	margin-top: -60px;
}

.about-fiverb.tab_fix {
	position: fixed;
	top: 110px;
}

.about-fiverb.tab_fix_bottom {
	position: absolute;
	bottom: 30px;
}

.proxq-twoa {
	position: relative;
}

.about-fivera {
	position: relative;
}

.navFix.tab_fix {
	position: fixed;
	top: 110px;
}

.navFix.tab_fix_bottom {
	position: absolute;
	bottom: 30px;
}

.head-main .nav>ul>li:hover .drop-downing-a {
	display: block;

}

.fixed .head-main .nav>ul>li:hover .drop-downing-a {

	top: 100%;
}

.drop-downing-a {
	
	position: absolute;
	/* display: flex; */
	overflow: hidden;
	transition: all 0.5s;
	width:210px;
	top: 100%;
	/* height: 357px; */
	left:50%;
	transform:translateX(-50%);
	display: none;
	line-height: 1.3;
	background: #f7f7f7;
	/* background: url(../images/dy.jpg) no-repeat bottom right; */
	background-size: cover;
	text-align:center;
}

.drop-downing-a-a {
	overflow: hidden;
	background-size: cover !important;
	/* border-radius: 0 100px 0 0; */
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.drop-downing-a-bb {
	padding:0 20px;
	background: #f7f7f7;
}

.zhaopin-twoccca img {
	transition: all 0.8s;
}

.zhaopin-twoccc ul li.on .zhaopin-twoccca img {
	transform: rotate(90deg);
}

.zhaopin-twoccc ul li.on .zhaopin-twocccb-xiaixa {
	display: block;
}

.zhaopin-twocccb-xiaixa {
	padding: 20px 0;
	margin-top: 20px;
	display: none;
	border-top: 1px solid #e5e5e5;
	font-size: 16px;
	color: rgb(108, 109, 112);
	line-height: 1.563;
}

.drop-downing-a-bb-a h1 {

	font-size: 24px;

	color: #df0024;
	line-height: 1.667;


}

.drop-downing-a-bb-a h1 img {
	vertical-align: middle;
	margin-left: 10px;
}







.drop-downing-a-bb-a ul li {
	border-bottom: 1px solid #e5e5e5;
	padding:20px 0;
}
.drop-downing-a-bb-a ul li:last-child{
	border-bottom:0;
	margin-bottom:0;
}
.drop-downing-a-bb-a ul li img {
	vertical-align: middle;
	margin-right: 5px;
	filter: sepia(1);
	display:none;
}

.drop-downing-a-bb-a ul li:hover img {
	filter: initial;
}

.drop-downing-a-bb-a ul li:hover a {
	color: #df0024;

}

.drop-downing-a-bb-a ul li:hover {
	border-bottom: 1px solid #df0024;
}

.drop-downing-a-bb-a ul li a {

	font-size: 16px;

	color: rgb(108, 109, 112);



}

.drop-downing-a-bb-b {
	padding-left: 35px;
	border-left: 1px dashed #e5e5e5;
}

.drop-downing-a-bb-ba {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.drop-downing-a-bb-ba h1 {
	text-align: center;
	font-size: 24px;
	width: 100%;
	color: rgba(35, 31, 32, 0.8);

	line-height: 1.667;

}

.drop-downing-a-bb-ba h2 {

	font-size: 22px;

	color: rgba(35, 31, 32, 0.502);
	line-height: 1.364;


}

.drop-downing-a-bb-ba-img {
	margin-top: 35px;
	overflow: hidden;
	border-radius: 10px;
}
.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;
	width: 100%;
	    filter: opacity(1);
}
@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: 101px;
		right: 50px;
		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;
	}

	.drop-downing-a-bb {

		padding:10px 15px 0 15px;

	}

	.drop-downing-a-bb-ba h1 {
		font-size: 19px;

	}

	.nav-top {

		right: 13%;

	}

	.proxq-onec h2 {
		font-size: 18px;
		padding: 18px 0;
		margin: 14px 0 48px 0;
	}

	.proxq-onec h1 {
		font-size: 35px;

	}

	.proxq-onec h4 a {
		font-size: 17px;

		width: 50%;
		height: 57px;
		line-height: 57px;

	}

	.news-oneb {
		padding: 31px 70px 10px 50px;
	}

	.fangan-onea h1 {
		font-size: 45px;

	}

	.news-oneb h2 {
		margin: 30px 0 29px 0;
		font-size: 29px;
	}

	.news-oneb h4 {
		font-size: 15px;

	}

	.news-oneb h3 {
		font-size: 19px;

		margin-bottom: 40px;
	}

	.proxq-twoa-b-tltle h1 img {

		margin-right: 2px;
	}

	.proxq-twoa-b-tltle h2 span {

		font-size: 25px;

	}

	.fangan-oned {
		padding: 60px 69px;
		font-size: 20px;

	}

	.con-oneb h1 {
		font-size: 44px;
	}

	.bannerswipera-a h1 {
		font-size: 50px;

	}

	.con-twocb ul li {
		font-size: 22px;
		width: 45%;
		padding: 27px 0;
	}

	.con-oneb h1 {
		font-size: 40px;
	}

	.con-threeb p {
		font-size: 44px;

	}

	.con-twoca h2 {
		font-size: 37px;
		max-width: 61%;
	}

	.con-onec ul li {
		font-size: 23px;
	}

	.con-twoa h1 {
		font-size: 44px;
	}

	.about-oneb h1 {
		font-size: 120px;
	}

	.about-oneb h2 {
		font-size: 45px;

		margin: 26px 0;
	}

	.about-oneb p {
		font-size: 17px;
	}

	.about-threeb {
		width: 46%;
	}

	.about-foura h1 {
		font-size: 43px;
	}

	.fourbswipera {
		height: 440px;

	}

	.about-onec p {
		font-size: 17px;

		margin-bottom: 12px;
	}

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

	.bannerswipera-a h2 {
		font-size: 35px;
	}

	.fixed .head-main .logo>img {
		height: 43px;
	}

	.bannerswipera-a a {
		margin-top: 52px;
	}

	.index-onea h2 {
		font-size: 44px;
	}

	.index-onea h1 {
		font-size: 20px;
	}

	.bg-line-animation {
		top: 54%;
		right: -5%;
	}

	.index-threec-a {
		width: 52%;
	}

	.index-threec-c p span {
		font-size: 13px;
	}

	.index-foru-xia ul li span {
		font-size: 22px;

	}

	.index-fiverb-b-p h1 {
		font-size: 20px;
	}

	.index-threec-b {

		font-size: 142px;
	}

	.index-threeb p {
		font-size: 18px;

	}

	.index-oneb-p p {
		font-size: 17px;

	}

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

	body {
		font-size: 15px;
	}

	.jt_zci .let_box {
		width: 69.25%;
	}

	.pro-one-a-b-img p {
		font-size: 17px;

	}

	.pro-one-a-a h1 span {

		font-size: 19px;
	}

	.drop-downing-a-bb-ba {

		align-items: center;

	}
}

@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: 1250px;
	}
 .nav-top {
	        right: 17%;
	    }
	.drop-downing-a-bb-ba h2 {
		font-size: 13px;

	}

	.proxq-onec h1 {
		font-size: 32px;
	}

	.news-oneb h1 {
		font-size: 50px;

	}

	.proxq-twoa-b-b-xia-a ul li h1 {

		font-size: 19px;

	}

	.proxq-twoa-b-b-xia-a ul li p {

		font-size: 18px;

	}

	.proxq-onec h3 a span {

		font-size: 17px;
	}

	.proxq-onec h2 {
		font-size: 17px;

	}

	.pro-one-a-a h1 span {
		font-size: 16px;
	}

	.pro-one-b .anli-oneb-p p {
		font-size: 17px;
	}

	.news-oneb h1 span {

		font-size: 15px;
	}

	.fangan-onea h1 {
		font-size: 40px;
	}

	.news-oneb h2 {

		font-size: 26px;
	}

	.news-oneb h3 {
		font-size: 17px;
		margin-bottom: 35px;
	}

	.anli-oneb-p p {
		font-size: 18px;
	}

	.proxq-twoa-b-tltle h2 {
		margin-top: -22px;
	}

	.proxq-twoa-b-tltle h2 span {
		font-size: 22px;
	}

	.proxq-twoa-p p {
		font-size: 16px;

	}

	.fangan-oned {
		font-size: 18px;
	}

	.con-onec ul li {
		font-size: 22px;
	}

	.proxq-twoa-b-tltle h1 {
		font-size: 28px;

	}

	.guding {

		transform: scale(0.8);

	}

	.con-threeb p {
		font-size: 40px;
	}

	.con-twoa h1 {
		font-size: 40px;
	}

	.about-oneb h1 {
		font-size: 100px;
	}

	.bannerswipera-a h1 {
		font-size: 40px;
	}

	.about-onec p {
		font-size: 16px;
	}

	.about-oneb p {
		font-size: 16px;
	}

	.about-oneb h2 {
		font-size: 40px;
	}

	.about-fourb .swiper-button-prev {

		left: -44px;
	}

	.fourbswipera h3 {
		font-size: 16px;
	}

	.fourbswipera h1 {
		font-size: 36px;
	}

	.fourbswipera {
		height: 402px;
	}

	.about-fourb .swiper-button-next {

		right: -44px;
	}

	.about-fiverc ul li {
		width: 30%;
	}

	.about-threeb-a h2 span {

		font-size: 34px;
	}

	.about-threeb-a h1 {
		font-size: 45px;
	}

	.bannerswipera-a {
		top: 40%;
	}

	.index-foru-xia ul li span {
		font-size: 19px;
	}

	.index-footerb-d-b li a {
		font-size: 12px;
		padding: 5px 5px;
	}

	.index-twoa-b ul li a p {

		font-size: 16px;

	}

	.index-footerb-b ul li p {
		font-size: 15px;
	}

	.index-oneb-p p {
		font-size: 15px;
	}

	.index-fiverb-b-p h1 {
		font-size: 19px;
		margin-bottom: 21px;
	}

	.bannerswipera-a h2 {
		font-size: 30px;
	}

	.index-two {
		padding-bottom: 60px;
	}

	.index-onea h1 {
		font-size: 17px;
	}

	.index-two-xia-a-b ul li {

		height: 37px;
		line-height: 37px;
	}

	.index-two-xia-a .index-onea p {
		font-size: 20px;

	}

	.index-onea h2 {
		font-size: 35px;
	}

	.bannerswipera-a h2 strong {
		font-size: 39px;

	}

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

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

	.nav-top-a {

		font-size: 22px;

	}

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

	.anli-onea a {

		font-size: 15px;
		padding: 8px 18px;

	}

}

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

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

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

	.head-main .nav>ul>li {
		margin-right: 23px;
	}

	.right-side-box li {
		margin-left: 17px;
	}

	.right-side-a {
		margin-left: 10px;

	}

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

	.proxq-onec h1 {
		font-size: 26px;
	}

	.proxq-onec h2 {
		font-size: 16px;
	}

	.pro-one-a-z {
		width: 23%;
	}

	.huigu-onea-a {
		width: 68%;
		margin: 0 auto;

	}

	.pro-one-b .anli-oneb-p p {
		font-size: 15px;
	}

	.pro-one-a-b {
		margin-top: 30px;
	}

	.pro-one-a-b ul li a {

		padding: 11px 0;
	}

	.pro-one-a-b-img p {
		font-size: 15px;
	}

	.pro-one-b {
		width: 74%;
	}

	.fangan-onea h1 {
		font-size: 35px;
	}

	.con-oneb h1 {
		font-size: 35px;
	}

	.con-oneb p {
		font-size: 20px;

	}

	.about-fiverb ul li::after {

		left: -23px;
	}

	.fangan-three ul li p {
		font-size: 16px;

	}

	.proxq-twoa-b-c {
		padding-top: 39px;
	}

	.fangan-one {
		padding: 31px 0;
	}

	.about-fiverb ul {
		padding-left: 20px;
	}

	.proxq-twoa-b-tltle h2 span {
		font-size: 17px;
	}

	.about-fiverb ul li {
		font-size: 18px;

	}

	.fangan-oned {
		padding: 44px 43px;

	}

	.fangan-oned {
		font-size: 16px;
	}

	.con-twoc {

		padding: 7% 8%;

	}

	.con-threeb p {
		font-size: 35px;
	}

	.con-twocb ul li {
		font-size: 20px;
		width: 46%;

	}

	.anli-oneb-p p {
		font-size: 16px;
	}

	.con-twoca h2 {
		font-size: 33px;

	}

	.con-onec ul li {
		font-size: 20px;
	}

	.con-twoa h1 {
		font-size: 35px;
	}

	.guding {
		transform: scale(0.7);
	}

	.anli-onea a {

		font-size: 15px;
		padding: 8px 18px;

	}

	.about-foura h1 {
		font-size: 36px;
	}

	.about-onec p {
		font-size: 15px;
	}

	.fourbswipera h3 {
		font-size: 15px;
	}

	.about-fourb .swiper-button-prev {
		left: 0;
	}

	.about-fourb .swiper-button-next {
		right: 0;
	}

	.about-one-a {

		bottom: 34px;

	}

	.about-oneb p {
		font-size: 15px;
	}

	.about-onec p {
		font-size: 15px;
	}

	.about-oneb h1 {
		font-size: 91px;
	}

	.about-oneb h2 {
		font-size: 37px;
	}

	.bannerswipera-a h1 {
		font-size: 33px;
	}

	.about-threeb-a h1 {
		font-size: 38px;
	}

	.about-threeb-a h2 span {
		font-size: 28px;
	}

	.bannerswipera-a h2 {
		font-size: 22px;
	}

	.bannerswipera-a a {
		font-size: 14px;
		padding: 7px 28px;
	}

	.index-one {
		padding: 60px 10px;
	}

	.index-two-xia-a {
		padding: 14px 13px;
		height: 100%;
		top: 0;
		left: 0;
		padding-left: 6%;
	}

	.index-two-xia-a-b ul li.on {
		font-size: 14px;
	}

	.index-threec-c img {
		margin-left: 15px;
		margin-bottom: 17px;
	}

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

	.index-fiverb-b-p h1 {
		font-size: 17px;
	}

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

	.index-foru-xia ul li span {
		font-size: 16px;
	}

	.index-foru-xia ul li.active span {
		font-size: 17px;

	}

	.index-threec-a {
		width: 43%;
	}

	.index-two {
		padding-bottom: 30px;
	}

	.index-threec-b {
		font-size: 110px;
	}

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

	.index-threeb {
		margin-right: 2%;
	}

	.index-two-xia-a-b {
		margin-top: 20px;
	}

	.index-two-xia-a-b ul li {
		height: 28px;
		line-height: 28px;
		font-size: 12px;
		margin-bottom: 6px;

	}

	.index-two-xia-a .index-onea p {
		font-size: 17px;
	}

	.index-oneb-p p {
		font-size: 13px;
	}

	.index-oneb-p img {
		width: 20px;
	}

	.bannerswipera-a h2 strong {
		font-size: 34px;
	}

	.index-onea h1 {
		font-size: 13px;
	}

	.index-onea h2 {
		font-size: 30px;
	}

	.right-side-a {
		display: none;
	}

	.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%;
	}
	.bannerswipera-a a {
	        margin-top: 7px;
	    }
.videofixed .video-box {
		width: 90%;
		height: 38%;
		top: 51%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.videoclose {
		top: 168px;
		right: 20px;
		width: 33px;
		height: 33px;
	}
	.caidan {
		display: none;
	}

	.fangan-onea h1 {
		font-size: 25px;
		margin-bottom: 25px;
	}

	.link-area li {
		font-size: 0.3em;
	}

	.link-area li .btn-icon-toggle {

		margin-top: -60px;

	}

	.menu-second {
		padding: 0px 40px 40px;
		position: static;
		width: 100%;
		/* transform: translateY(30px); */
		transition: all .35s ease;
	}

	.menu-second>span {
		position: relative;
		font-size: 1.125rem;
		padding-left: 30px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.menu-second a {
		font-size: 1.125rem;
		display: block;
		height: 60px;
		line-height: 60px;
		padding: 0;
		font-weight: bold;
		width: 100%;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.link-area li span {
		font-size: 1.2rem;
	}

	.menu-second .back-to-one {
		display: block;
	}

	.back-to-one:before,
	.back-to-second:before {
		width: 20px;
		height: 20px;
		position: absolute;
		content: "";
		left: 0;
		top: 15px;
		filter: brightness(0)invert(1);

		display: inline-block;
		vertical-align: middle;
		background-image: url(../images/iconset.svg);
		background-size: auto 100%;
		background-position: 0% 0;
		transform: rotate(-180deg);
	}

	.sub-nav {
		top: 0;
		right: 0;
		z-index: 99999999999;
		width: 100%;
	}

	.link-area ul>li:hover>a>span:first-of-type {
		margin-top: -48px;
	}

	.link-area li span {
		line-height: 48px;
		height: 48px;
		min-height: 48px;
		color: #000;
		font-size: 1.1rem;
	}

	.link-area li>a {
		line-height: 49px;
		height: 48px;
		font-size: 15px;
		min-height: 48px;
	}

	.phone_head .logo img {
		max-height: 35px;
	}

	.fangan-oneb {
		display: flex;
		flex-wrap: wrap;
		border-radius: 30px 0 30px 0;
	}

	.fangan-oned {
		width: 100%;
		padding: 19px 20px;
		font-size: 14px;
	}

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

	.proxq-twoa {
		padding: 35px 20px;
		display: flex;
		flex-wrap: wrap;
	}

	.proxq-twoa-b-tltle h1 {
		font-size: 17px;
	}

	.proxq-twoa-b-tltle h2 {
		margin-top: -4px;
	}

	.huigu-onea-a {
		width: 100%;
	}

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

	.huigu-onea-a .swiper-button-prev {
		filter: brightness(0)invert(1);
		width: 34px;
		height: 34px;
		left: 5px;
		background-size: 100%;
	}

	.huigu-onea-xia {
		margin-top: 13px;
		transform: scale(0.6);
	}

	.huigu-onea {
		padding-bottom: 15px;
	}

	.pro-one-a-z {
		display: none;
	}

	.dx {
		top: 12px;
		width: 30px;
		right: 11px;
	}

	.anli-oneb ul li {
		border-radius: 10px;
	}

	.pro-one-b .anli-oneb {
		padding: 0px 0;
		padding-bottom: 10px;
	}

	.proxq-onec h2 {
		font-size: 15px;
		line-height: 1.5;
		padding: 15px 0;
		margin: 20px 0 20px 0;
	}

	.proxq-onec h4 a {
		font-size: 15px;
		height: 44px;
		line-height: 44px;
	}

	.proxq-twoa-p h1 {
		font-size: 15px;
	}

	.proxq-twoa-p h2 {
		font-size: 15px;
	}

	.proxq-onec h1 {
		font-size: 22px;
	}

	.proxq-onec h3 a {

		margin-left: 11px;
		font-size: 16px;
	}

	.proxq-onec {
		width: 100%;
		margin-top: 20px;
		margin-right: 0px;
	}

	.proxq-oneb {
		width: 100%;
	}

	.proxq-onea {
		flex-wrap: wrap;
		border-radius: 10px;
	}

	.pro-one-b .anli-oneb-p p {
		font-size: 12px;
	}

	.pro-one-b {
		width: 100%;
	}

	.huigu-onea-a .swiper-button-next {
		filter: brightness(0)invert(1);
		width: 34px;
		height: 34px;
		right: 5px;
		background-size: 100%;
	}

	.oneaswipera p {
		font-size: 14px;
		bottom: 22px;
	}

	.proxq-twoa-b-tltle h1 img {
		margin-right: 0px;
		width: 5px;
	}

	.proxq-twoa-b-b {
		padding-top: 30px;
	}

	.proxq-twoa-b-c {
		padding-top: 30px;
	}

	.proxq-twoa-b-b-xia-a ul li h1 {
		height: 35px;
		line-height: 35px;
		font-size: 15px;
		padding-left: 13px;
	}

	.proxq-twoa-b-b-xia-a ul li p {
		height: 35px;
		line-height: 35px;
		font-size: 11px;
		color: #666666;
		padding-left: 19px;
	}

	.proxq-twoa-b-tltle h2 span {

		font-size: 13px;
	}

	.proxq-twoa-p {
		padding: 18px 0;
	}

	.fangan-one ul li {
		height: 35px;
		line-height: 35px;
		padding-left: 10px;
	}

	.fangan-one ul li p {
		height: 35px;
		line-height: 35px;
	}

	.fangan-one ul li img {
		margin-right: 2px;
		width: 10px;
	}

	.ziliao-one {
		padding: 10px 0 30px 0;
	}

	.proxq-one .about-fiverb {
		display: none;
	}

	.ziliao-onea {
		margin-bottom: 30px;
	}

	.ziliao-onea-a p {
		margin-left: 8px;
		max-width: 75%;
		font-size: 15px;
	}

	.ziliao-onea-a p span {

		font-size: 12px;
		margin-top: 7px;
	}

	.ziliao-onea-a>img {
		width: 20px;
	}

	.ziliao-onea-b {
		width: 40px;
		height: 22px;
		line-height: 20px;
	}

	.ziliao-onea {
		padding: 5px 15px;
	}

	.fangan-one ul li i {
		width: auto;
	}

	.fangan-three ul li p img {
		margin-right: 0px;
	}

	.proxq-twoa-p p {
		font-size: 11px;
	}

	.proxq-twoa-a {
		width: 100%;
	}

	.fangan-three ul li p {
		font-size: 12px;

	}

	.proxq-twoa-b-c-xia-c h1 {
		margin-right: 12px;
		font-size: 16px;
		padding: 2px 12px;
		margin-top: 21px;
	}

	.proxq-twoa-b-c-xia-c {
		width: 100%;
		padding: 8px;
	}

	.proxq-twoa-b-c-xia-b {
		width: 100%;
	}

	.proxq-twoa-b-c-xia-a {
		flex-wrap: wrap;
		border-radius: 30px 0 30px 0;
	}

	.proxq-twoa-b {
		width: 100%;
	}

	.fangan-onec {
		width: 100%;
	}

	.index-threeb a {
		font-size: 12px;
		margin-top: 12px;
		padding: 8px 20px;
	}

	.bg-line-animation {
		display: none;
	}

	.anli-oneb-img {
		border-radius: 10px;
	}

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

	.pages li a {
		padding: 4px 9px;
		font-size: 12px;
	}

	.pages {

		margin-top: 0 !important;
	}

	.index-threec-b {
		font-size: 97px;
		margin: 0;
	}

	.index-three {
		height: 615px;
		overflow: hidden;

	}

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

	.foruaswiper .swiper-pagination .swiper-pagination-bullet {
		width: 27px;
		height: 2px;

	}

	.index-foru-xia ul {
		margin-top: 20px;
		        flex-wrap: wrap;
	}

	.index-foru-xia ul li.active span {
		font-size: 13px;

	}

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

	.index-fiverb {
		width: 100%;
	}

	.index-fiverb-a .index-onea h2 {

		font-size: 25px;
	}

	.index-fiverb-b-p {
		width: 50%;
		padding-left: 14px;
		padding-right: 14px;
	}

	.index-fiverb-b-p h1 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.index-fiverb-z ul li {
		padding: 8px 0;

	}

	.index-fiverb-b {
		margin-top: 30px;
		padding-bottom: 15px;
		border-radius: 0 0 20px 0;
	}

	.index-fiverb-z ul li p {
		font-size: 14px;
	}

	.index-fiverb-z ul li span {
		font-size: 12px;
	}

	.index-footerb {
		padding: 30px 0;
		flex-wrap: wrap;
	}

	.index-footerb-a ul li p strong {
		font-size: 28px;

	}

	.con-one {
		padding-top: 30px;
	}

	.con-oneb h1 {
		font-size: 25px;

		margin-bottom: 10px;
	}

	.con-onec {
		width: 100%;
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.con-oneb p {
		font-size: 16px;
		max-width: 100%;
		padding-bottom: 20px;
	}

	.con-onec ul li {
		margin-bottom: 12px;
		padding-left: 12px;
		font-size: 16px;
		border-left: 3px solid #df0024;
	}

	.con-twoa h1 {
		font-size: 25px;
	}

	.con-twob ul li {
		padding: 7px 15px;
		font-size: 12px;
		margin-right: 15px;
	}

	.con-twoc {
		padding: 15% 8%;
		background: url(../images/vt.png) no-repeat;
		background-size: 100% 100%;
		margin-top: -12px;
	}

	.con-twob ul {
		padding: 19px 0;
	}

	.con-twoca {
		width: 100%;
	}

	.con-twocb ul li {
		font-size: 15px;
		width: 48%;
		padding: 10px 0;
	}

	.con-twocb ul li img {
		margin-right: 1px;
		width: 13px;
	}

	.con-three {
		padding: 30px 0;
	}

	.con-threea {
		flex-wrap: wrap;
	}

	.con-threeb p {
		font-size: 25px;
		text-align: center;
		line-height: 1.3;
	}

	.con-threeb {
		width: 100%;
		margin-bottom: 20px;
	}

	.con-threeC {
		width: 100%;
	}

	.con-twoca h2 {
		font-size: 20px;
		max-width: 100%;
		margin-bottom: 25px;
	}

	.con-twoca h1 {
		font-size: 20px;
		margin-bottom: 7px;
	}

	.con-twoca img {
		width: 40px;
	}

	.con-twocb {
		width: 100%;
	}

	.con-twoc {
		flex-wrap: wrap;
	}

	.con-two {
		padding: 30px 0;
	}

	.con-oneb {
		width: 100%;
		text-align: center;
	}

	.con-threeC ul li h1 {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.con-onea {
		display: flex;
		flex-wrap: wrap;
	}

	.con-threeC ul li input {
		height: 30px;
		width: 100%;
		font-size: 16px;
		padding-left: 20px;
		border-radius: 0 10px 0 0;
	}

	.con-threeC ul li textarea {
		height: 145px;
		border-radius: 0 10px 0 0;
	}

	.con-threeC ul li h1 img {
		margin-right: 6px;
		width: 18px;
	}

	.con-threeC button {
		padding: 4px 20px;
		font-size: 14px;
	}

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

	.guding {
		display: none;
	}

	.index-footerb-d-a h1 {
		font-size: 16px;
	}

	.index-footerb-d-b li a {
		font-size: 12px;
		padding: 6px 10px;
	}

	.index-footerc {
		display: flex;
		flex-wrap: wrap;
		padding: 8px 0;
	}

	.index-footerb-d {
		width: 100%;
		margin-top: 10px;
	}

	.index-footerc h1 {
		font-size: 12px;
	}

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

	.anli-onea a {
		margin-right: 7px;
		font-size: 12px;
		padding: 5px 12px;
	}

	.about-one-a-xia a {
		font-size: 14px;
	}

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

	.about-onea {
		flex-wrap: wrap;
	}

	.about-oneb {
		width: 100%;
	}

	.about-onec {
		width: 100%;
	}

	.about-oneb h1 {
		font-size: 53px;
	}

	.about-oneb h2 {
		font-size: 25px;
		color: rgb(51, 51, 51);
		margin: 15px 0;
	}

	.about-oneb p {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.about-onec p {
		font-size: 15px;
		margin-bottom: 5px;
	}

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

	.about-foura h1 {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.fourbswipera {
		height: 460px;
		padding: 15px;
	}

	.fourbswipera h3 {
		font-size: 15px;
		line-height: 1.7;
		bottom: 17px;
		width: 82%;
	}

	.fourbswipera:hover {
		border-bottom: 4px solid #df0024;
	}

	.about-fourb .swiper-button-prev {
		width: 34px;
		height: 34px;
		left: 0;
		background-size: 100%;
	}

	.about-fourb .swiper-button-next {
		width: 34px;
		height: 34px;
		right: 0;
		background-size: 100%;
	}

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

	.fourbswipera h1 {
		width: 92px;
		height: 36px;
		line-height: 36px;
		font-size: 22px;
	}

	.about-fivera {
		margin-top: 30px;
		flex-wrap: wrap;
	}

	.about-fiverb ul li {
		margin-bottom: 0;
		margin-right: 31px;
	}

	.about-fiverb ul li::after {

		height: 21px;

	}

	.about-fiverb ul {
		border-left: 0px solid #e0e0e0;
	}

	.about-fiverc ul li {
		width: 31%;
		margin-bottom: 10px;
		margin-right: 5px;
	}

	.anli-oneb-p p {
		margin: 4px 5px;
		font-size: 12px;
		line-height: 1.5;
	}

	.anli-oneb {
		padding: 30px 0;
	}

	.anli-onea {
		display: flex;
		overflow-x: scroll;
		display: flex;
		white-space: nowrap;
		overflow-y: hidden;
	}

	.about-fiverb ul {
		display: flex;
	}

	.about-fiverb ul li {
		font-size: 17px;
	}

	.about-fiverb ul li::after {

		left: -17px;
	}

	.about-fiverb ul {
		padding-left: 14px;
	}

	.about-fiverb {
		width: 100%;
		margin-bottom: 40px;
	}

	.about-fiverc-zui {
		width: 100%;
	}

	.about-one-a-xia {
		font-size: 16px;
		margin-top: 5px;
	}

	.about-threeb {
		padding: 15px 16px;
		width: 100%;
		margin-bottom: 15px;
		border: 4px solid rgb(255, 255, 255, 0.5);
	}

	.about-threeb-a h1 {
		font-size: 25px;
	}

	.about-threeb-a h2 span {
		font-size: 20px;
	}

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

	.about-threeb img {
		margin-bottom: 0;
		width: 46px;
	}

	.about-threea {
		flex-wrap: wrap;
	}

	.about-one-a {

		bottom: 15px;
		left: 0;
	}

	.index-footerc a {
		font-size: 12px;
	}

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

	.index-footerb-a ul li p span {
		font-size: 15px;
	}

	.index-footerb-a ul li {
		margin-bottom: 13px;
	}

	.index-footera {
		display: none;
	}

	.index-fiverb-z {
		padding: 0 14px;

		margin: 15px 10px 0 10px;
	}

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

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

	.index-foru-xia ul li span::after {
		bottom: -12px;
		height: 2px;
	}

	.index-foru-xia ul li span {
		font-size: 13px;
	}

	.index-fiverb {
		margin-bottom: 10px;
	}

.index-foru-xia ul li {
        width: 50%;
        padding: 4px 0;
    }

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

	.foruaswiper .swiper-pagination {
		bottom: 14px;
	}

	.index-three-zhuan {

		margin-top: 76px;
		position: relative;
	}

	.index-threec-c img {
		margin-left: 25px;
		margin-bottom: 8px;
	}

	.index-threec-c p span {

		font-size: 12px;

	}

	.index-twoa-b ul li a p {
		bottom: 10px;
		font-size: 14px;

	}

	.index-threea {
		flex-wrap: wrap;
		display: flex;
	}

	.index-threeb {
		width: 100%;
		margin-right: 0;
	}

	.index-threeb p {
		font-size: 15px;
		color: rgb(102, 102, 102);
		margin-top: 11px;
	}

	.pages {
		text-align: center;
		margin-top: 30px;
	}

	.bannerswipera-a h1 {
		font-size: 20px;

	}

	.bannerswipera-a {

		top: 20%;

	}

	.bannerswipera-a h2 strong {
		font-size: 17px;

	}

	.bannerswiper .swiper-button-next {
		width: 36px;
		height: 36px;

	}

	.bannerswiper .swiper-button-next:after {
		width: 30px;
		height: 30px;
	}

	.bannerswipera-a h2 {
		font-size: 17px;

	}

	.dangqian1 {
		font-size: 20px;
	}

	.bannerswiper .swiper-pagination {
		position: absolute;
		bottom: 8px !important;
		left: 18%;
		width: auto;
	}

	.zongshu1 {
		font-size: 12px;

	}

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

	.index-oneb ul li {
		border-radius: 10px;
		width: 47.6%;
	}

	.index-oneb-img {
		border-radius: 10px;
	}

	.index-oneb-p {
		padding: 10px 6px;
	}

	.index-oneb-p p {
		font-size: 14px;
	}

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

	.index-oneb-p img {
		width: 20px;
	}

	.index-two {
		padding-bottom: 30px;
	}

	.index-twoa-b ul li {
		width: 49%;
		margin-right: 0.5%;

	}

	.index-twoa-b ul li:nth-child(1) {
		width: 100%;
		margin-right: 0px;
		height: 300px;
	}

	.index-twoa-b ul li:nth-child(2n) {
		margin-right: 0.5%;
	}

	.index-twoa-b ul li:nth-child(3n) {
		margin-right: 0.5%;
	}

	.index-oneb ul li:nth-child(2n) {
		margin-right: 0px;
	}

	.index-two-xia {

		width: 100%;
		height: 42%;

	}

	.index-two-xia-a {
		width: 100%;
		padding: 30px 15px;
		height: 100%;
		padding-left: 4%;
	}

	.index-two-xia-a .index-onea p {
		font-size: 16px;
		margin-top: 8px;
	}

	.video {
		width: 100%;
		filter: opacity(0.5);
	}

	.index-two-xia-a-b ul li {
		width: 49%;
		height: 38px;
		line-height: 38px;
		margin-bottom: 6px;
		font-size: 14px;
	}

	.index-two-xia-a-b ul li.on {
		font-size: 16px;
	}

	.index-onea-a a {
		font-size: 12px;
	}

	.index-onea-a img {
		width: 18px;
		margin-right: 3px;
	}

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

	.index-onea h1 {
		font-size: 16px;
	}

	.index-onea h2 {
		font-size: 25px;

	}

	.index-onea h1 span {
		width: 10px;
		height: 2px;
	}

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