<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
	font-family: 'DIN';
	src: url('DIN-MEDIUM.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: #106bb2;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

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

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

.none {
	display: none;
}

.block {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

header.fixed {
	background: #fff;
}

header.onn {
	background: #fff;
}

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

header.onn {
	-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 .right {
	border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.head-main {
	position: relative;
	line-height: 90px;
	font-size: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

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

.head-main .logo {
	padding-left: 6%;
	float: left;
}

.head-main .logo img {
	vertical-align: middle;
	/*height: 72px;*/
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	filter: brightness(0)invert(1);
}

.fixed .head-main .logo img {
	filter: initial;
}

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

.fixed .right-side-box .search-popup__toggler {
	width: 75px;
	height: 75px;
	line-height: 94px;
}

.fixed .right-side-box .lang .box {
	filter: inherit;
}

.fixed .right-side-box .lang .box {
	border-left: 1px solid rgb(0, 0, 0, 0.2);
}



.onn .head-main .logo img {
	filter: initial;
}

.onn .head-main .nav&gt;ul&gt;li&gt;a {
	color: #333;
}

.onn .right-side-box .lang .box {
	filter: inherit;
}

.onn .right-side-box .lang .box {
	border-left: 1px solid rgb(0, 0, 0, 0.2);
}

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

.head-main .nav&gt;ul&gt;li {
	float: left;
	position: inherit !important;
	margin-right: 60px;
}

.head-main .nav&gt;ul&gt;li&gt;a {
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	position: inherit !important;
	text-transform: uppercase;
}

.head-main .nav&gt;ul&gt;li:hover .right-xia {
	display: block;
}

.right-xia {
	display: none;
	width: 100%;
	padding: 60px 80px;
	background: #fff;
	position: absolute;
	top: 100%;
	overflow: hidden;
	left: 0;
}

.right-xia-a p a:hover {
	opacity: 0.5;
}

.right-xia .w {
	overflow: hidden;
	/* text-align: center; */
	display: flex;
	justify-content: center;
}

.right-xia-a {
	line-height: 1;
	float: left;
	width: 13%;
	margin: 0 2%;
	margin-bottom: 20px;
}

.right-xia-a h1 {
	margin-bottom: 18px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.right-xia-a h1 a {
	color: #333;
	font-size: 18px;
}

.right-xia-a p {
	margin-bottom: 20px;
}

.right-xia-a p a {
	color: #03368b;
	font-size: 15px;
}

.search-popup__toggler img {
	filter: brightness(0) invert(1);
}

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

.head-main .nav&gt;ul&gt;li:hover&gt;a,
.head-main .nav&gt;ul&gt;li.on&gt;a {
	color: #03368b;
	/* 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);
}

.right-side-box .lang .box {
	filter: brightness(0) invert(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: 90px;
	height: 90px;
	margin-right: 0px !important;
	line-height: 112px;
	background: #03368b;
	text-align: 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 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 20px;
	height: 32px;
	overflow: hidden;
	background: url(../images/u1490.svg) no-repeat 90% 11px !important;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-left: 1px solid rgb(255, 255, 255, 0.2);
}

.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: #03368b;
}

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

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

.lang:hover .lang-xia {
	display: block;
}

.lang-xia {
	display: none;
	background: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	width: 100%;
	padding: 10px;
}

/*
 
 * 
 * 
 * 
 * */

.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&gt;.mCSB_container {
	margin-right: 30px
}

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

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

.mCS-dir-rtl&gt;.mCSB_inside&gt;.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&gt;.mCSB_inside&gt;.mCSB_scrollTools,
.mCS-dir-rtl&gt;.mCSB_outside+.mCSB_scrollTools {
	right: auto;
	left: 0
}

.mCS-dir-rtl&gt;.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&gt;.mCSB_container {
	margin-right: 0;
	margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside&gt;.mCSB_container {
	min-height: 100%
}

.mCSB_horizontal&gt;.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&gt;.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&gt;.mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px
}

.mCSB_vertical_horizontal&gt;.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&gt;.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside&gt;.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&gt;.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside&gt;.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 20px
}

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

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

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden&gt;.mCSB_container {
	padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden&gt;.mCSB_container {
	padding-bottom: 0
}

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

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside&gt;.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&gt;.mCustomScrollBox&gt;.mCSB_scrollTools,
.mCS-autoHide&gt;.mCustomScrollBox~.mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover&gt;.mCustomScrollBox&gt;.mCSB_scrollTools,
.mCS-autoHide:hover&gt;.mCustomScrollBox~.mCSB_scrollTools,
.mCustomScrollBox:hover&gt;.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCustomScrollbar&gt;.mCustomScrollBox&gt;.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar&gt;.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&gt;.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl&gt;.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&gt;ul {
	margin: auto auto auto 0;
}

.side-menu__block-about&gt;ul&gt;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&gt;ul&gt;li&gt;a {
	font-size: 18px;
	font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa {
	font-size: 0;
}

.fa img {
	vertical-align: middle;
}

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

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

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

/*
* 22. search-popup styles
*/

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

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

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

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

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

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

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

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

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

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

.search-popup__form button {
	border: none;
	outline: none;
	width: 60px;
	height: 60px;
	color: #fff;
	background: linear-gradient(to right, #1c7ec6, #3196e0);
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

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


/* Cursor Style */

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

.cursor {
	visibility: visible;
}

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

.cursor.hovered {
	opacity: 0.08;
}

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

.cursor-follower {
	visibility: visible;
}

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

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

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

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


/*移动端*/


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.phone_head .logo img {
	max-width: 100%;
	height: auto;
	max-height: 31px;
	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&gt;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: #03368b 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, #03368b, #03368b);
	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: #03368b;
	float: none;
}

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

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

.sliding-menu a.back {
	background: #03368b;
}

.sliding-menu a:hover {
	background: #03368b;
}


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

.bannerswipera {
	position: relative;
}

.bannerswipera&gt;img {
	vertical-align: middle;
	width: 100%;
}

.bannerswiper .swiper-slide.swiper-slide-active .bannerswipera&gt;img {
	animation: m_vsImg 5s;
	transform: scale(1);
}

@keyframes m_vsImg {
	0% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	20% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.bannerswipera-a {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}

.bannerswipera-a h1 {
	font-size: 70px;
	margin-top: 20px;
	color: rgb(255, 255, 255);
	line-height: 1.143;
	text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}

.bannerswipera-a h1 span {
	display: inline-block;
	position: relative;
}

.bannerswipera-a h1 span::after {
	position: absolute;
	left: 0;
	bottom: -24px;
	width: 50%;
	content: "";
	display: block;
	height: 1px;
	background: rgb(255, 255, 255, 0.5);
}

.bannerswiper .swiper-pagination {
	width: auto;
	left: 95px;
	bottom: 95px;

}

.bannerswiper .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #fff;
}

.banner {
	position: relative;
}

.banner-zau {
	position: absolute;
	border-width: 1px;
	border-color: rgb(255, 255, 255, 0.5);
	border-style: solid;
	border-radius: 10px;
	width: 98px;
	height: 98px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	right: 100px;
	bottom: 55px;
	z-index: 999;
	text-align: center;
}

.banner-zau img {
	position: relative;
	bottom: 0;
	animation-name: aniWheel;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 1.6s;
}

@keyframes aniWheel {
	0% {
		bottom: 22px;
	}

	50% {
		bottom: 17px;
	}

	100% {
		bottom: 22px;
	}
}

.index-one {
	padding: 40px;
}

.index-one-xia {
	border-radius: 20px;
	background-color: rgb(237, 242, 246);
}

.index-one-xia-xia {
	display: flex;
	align-items: center;
	padding: 80px 0;
	justify-content: space-between;
}

.index-one-xia-t {
	border-left: 7px solid #03368b;

	color: rgb(4, 29, 44);
}

.index-one-xia-t p {
	font-size: 35px;
	padding-left: 30px;
}

.index-one-xia-a {
	padding-left: 7%;
	width: 50%;
}

.index-one-xia-p {
	margin-top: 60px;
}

.index-one-xia-p h1 {
	font-size: 25px;
	color: rgb(3, 54, 139);
	margin-bottom: 30px;
}

.index-one-xia-p ul {
	display: flex;
	flex-wrap: wrap;
}

.index-one-xia-p ul li {
	width: 38%;
	margin-right: 10px;
	margin-bottom: 10px;
}

.index-one-xia-p ul li a {
	display: block;
	padding: 8px 10px;
	font-size: 16px;
	color: rgba(4, 29, 44, 0.702);
	border-width: 1px;
	border-color: rgb(225, 225, 225);
	border-style: solid;
	border-radius: 5px;

}

.index-one-xia-p ul li.on a {
	background: rgb(3, 54, 139);
	color: #fff;
}

.index-one-xia-b {
	width: 45%;
}

.index-one-xia-p&gt;a {
	display: inline-block;
	margin: 40px 0;
	font-size: 18px;
	color: rgb(4, 29, 44);
	transition: all 0.5s;


}

.index-one-xia-p&gt;a img {
	vertical-align: middle;
	margin-right: 10px;
}

.index-one-xia-p&gt;a:hover {
	color: rgb(3, 54, 139);
	letter-spacing: 1px;
}

.index-one-xia-g ul li {
	margin-bottom: 18px;
}

.index-one-xia-g ul li a {
	font-size: 18px;
	color: rgb(4, 29, 44);
}

.index-one-xia-g {
	padding-left: 35px;
	height: 155px;
	overflow-y: auto;
	direction: rtl;
	text-align: left;
}

.index-one-xia-g a:hover {
	color: rgb(3, 54, 139);
}

.index-one-xia-g::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 2px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 100%;
}

.index-one-xia-g::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	background: #03368b;
}

.index-one-xia-g::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background-color: rgb(26, 94, 212, 0.2);
}

.index-one-xia-b-a {
	display: none;
}

.index-one-xia-b-a:first-child {
	display: block;
}

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

.index-two-xia ul li a {
	display: flex;
	align-items: center;
}

.index-two-xia-a {
	width: 50%;
}

.index-two-xia-b {
	width: 50%;
}

.index-one-xia-t strong {
	display: inline-block;
	margin-left: 15px;
}

.index-two-xia-b {
	overflow: hidden;
	border-radius: 0 20px 20px 0;
}

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

.bannerswipera-a {
	z-index: 99;
}

.banner::after {
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	content: "";
	display: block;
	/* background: url(../images/bjj.png) no-repeat top; */
	background-size: 100%;
	width: 100%;
	height: 49%;
}

.index-two-xia ul li:first-child .index-two-xia-b {
	border-radius: 20px 20px 20px 0;
}

.index-two-xia ul li:nth-child(2n) a {
	flex-direction: row-reverse;
}

.index-two-xia ul li:last-child .index-two-xia-b {
	border-radius: 0px 20px 20px 20px;
}

.index-two-xia ul li:nth-child(2n) .index-two-xia-b {
	border-radius: 20px 0px 0px 20px;
}

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

.index-two-xia-a-aaq h1 {
	font-size: 16px;
	margin: 50px 0;
	color: rgba(4, 29, 44, 0.702);
	line-height: 1.875;


}

.index-two-xia ul li:nth-child(2n) {
	background: #edf2f6;
	border-radius: 0 20px 20px 0;
}

.index-two-xia-a-aaq {
	max-width: 81%;
	margin: 0 auto;
}

.index-two-xia-a-aaq h2 {
	display: inline-block;
	margin: 40px 0;
	font-size: 18px;
	color: rgb(4, 29, 44);
	transition: all 0.5s;


}

.index-two-xia-a-aaq h2 img {
	vertical-align: middle;
	margin-right: 10px;
}

.index-two-xia-a-aaq h2:hover {
	color: rgb(3, 54, 139);
	letter-spacing: 1px;
}

.index-three {
	padding-bottom: 90px;
}

.index-one-xia-t {
	position: relative;
}

.index-one-xia-t-a {
	position: absolute;
	right: 0;
	top: 30px;
}

.index-one-xia-t-a a {
	display: inline-block;
	font-size: 18px;
	color: rgb(4, 29, 44);
	transition: all 0.5s;


}

.index-one-xia-t-a a img {
	vertical-align: middle;
	margin-left: 10px;
}

.index-one-xia-t-a a:hover {
	color: rgb(3, 54, 139);
	letter-spacing: 1px;
}

.index-three-xia {
	margin-top: 66px;
	display: flex;
	justify-content: space-between;
}

.index-three-xia-a {
	width: 76%;
}

.index-three-xia-b {
	width: 22%;
}

.index-three-xia-a ul {
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.index-three-xia-a ul li {
	border-width: 1px;
	width: 31%;
	border-color: rgb(217, 217, 217);
	border-style: solid;
	border-radius: 20px;
	overflow: hidden;
}

.index-three-xia-a-img {
	border-radius: 20px 20px 0 20px;
	overflow: hidden;
}

.index-three-xia-a-img img {
	width: 100%;
	vertical-align: bottom;
	transition: all 1s;
}

.index-three-xia-a-b {
	padding: 15px;
}

.index-three-xia-a-b h1 {
	font-size: 16px;
	color: rgb(155, 165, 171);
	margin-bottom: 20px;
}

.index-three-xia-a-b h2 {
	font-size: 18px;
	color: rgb(4, 29, 44);
	line-height: 1.667;
	margin-bottom: 70px;
	height: 90px;
}

.index-three-xia-a-b p {
	font-size: 14px;
	text-align: right;
	color: rgb(155, 165, 171);
}

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

.index-three-xia-a ul li:hover .index-three-xia-a-b h2 {
	color: #03368b;
}

.index-three-xia-b ul li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgb(237, 242, 246);
}

.index-three-xia-b ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid transparent;
}

.index-three-xia-b-a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index-three-xia-b ul {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.index-three-xia-b-b {
	width: 35%;
	padding: 15px 15px;
	border-width: 2px;
	text-align: center;
	border-color: rgb(217, 217, 217);
	border-style: solid;
	border-radius: 10px;


}

.index-three-xia-b-c {
	width: 60%;
}

.index-three-xia-b-b h1 {
	font-size: 16px;
	color: rgb(7, 34, 82);
}

.index-three-xia-b-b h2 {
	font-size: 60px;
	color: rgb(4, 29, 44);
	font-weight: bold;
	margin-top: -15px;
}

.index-three-xia-b-b h3 {
	font-size: 16px;
	color: rgb(4, 29, 44);
	margin-top: -15px;

}

.index-three-xia-b-c h1 {
	font-size: 16px;
	color: rgb(4, 29, 44);
	line-height: 1.25;
}

.index-three-xia-b-c p {
	font-size: 15px;
	font-weight: 100;
	margin-top: 13px;
	color: rgb(62, 63, 64);
	line-height: 1.333;
}

.index-four {
	background: url(../images/bjj.jpg) no-repeat;
	background-size: cover;
	padding: 40px 0 70px;
}

.index-foura {
	padding: 60px 60px;
	display: flex;
	border-radius: 10px;
	background: #FFFFFF;
	align-items: flex-end;
	justify-content: space-between;
}

.index-fourb {
	width: 38%;
}

.index-fourc {
	width: 65%;
}

.index-fourb-a {
	margin: 20px 0 80px;
}

.index-fourb-a h1 {
	font-size: 35px;
	padding-left: 40px;
	color: rgba(4, 29, 44, 0.239);
	font-weight: bold;
}

.fourcswipera {
	border-radius: 20px;
	border: 1px solid #dadfe0;
	margin-top: 34px;
	position: relative;
	padding: 40px 30px 30px;
}

.fourcswipera h1 {
	height: 120px;
	font-size: 16px;
	font-weight: 100;
	color: rgba(4, 29, 44, 0.702);
	line-height: 1.875;
}

.fourcswipera-a {
	display: flex;
	margin-top: 40px;
	align-items: center;
	justify-content: space-between;
}

.fourcswipera-b {
	padding-left: 15px;
	margin-right: 20px;
}

.fourcswipera-b {
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.fourcswipera-b-a {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}

.fourcswipera-b-a img {
	width: 60px;
	height: 60px;
	object-fit: cover;
}

.fourcswipera-b-b h2 {
	font-size: 18px;
	color: rgb(4, 29, 44);
}

.fourcswipera-b-b {
	max-width: 88%;
}

.fourcswipera-b-b p {
	color: #757c82;
	font-size: 14px;
	font-weight: 100;
}

img.dh {
	position: absolute;
	top: -24px;
	left: 33px;
}

.index-fourb-c {
	height: 100px;
	position: relative;
	left: 30px;
}

.index-fourb-c .swiper-button-prev {
	background: url(../images/l1.png) no-repeat;
	width: 100px;
	height: 100px;
}

.index-fourb-c .swiper-button-next {
	background: url(../images/l2.png) no-repeat;
	width: 100px;
	height: 100px;
	left: 109px;
	right: inherit;
}

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

.index-fivera {
	background: #eaeef1;
	border-radius: 20px;
	padding: 40px 60px;
	display: flex;
	justify-content: space-between;
}

.index-fiver-b {
	width: 65%;
}

.index-three-xia-b ul li:hover .index-three-xia-b-c h1 {
	color: #03368b;
}

.index-fiver-b .index-one-xia-t p {
	padding-left: 0px;
}

.index-fiver-b .index-one-xia-t {
	border-left: 0px solid #03368b;
}

.index-fiver-b-a p {
	font-size: 16px;
	margin-top: 5px;
	color: #041d2c;
	font-weight: 100;
}

.index-fiver-b-b {
	margin-top: 40px;
}

.index-fiver-b-b ul {
	display: flex;
}

.index-fiver-b-b ul li a {
	display: block;
	padding: 15px 15px;
	border-width: 1px;
	border-color: rgb(217, 217, 217);
	border-style: solid;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);

}

.index-fiver-b-b ul li a h1 {
	font-size: 18px;
	color: rgb(4, 29, 44);
	margin-bottom: 15px;
}

.index-fiver-b-b ul li {
	width: 30%;
	margin-right: 20px;
}

.index-fiver-b-b ul li a p {
	font-size: 18px;
	font-family: "Arial";
	color: rgb(4, 29, 44);
}

.index-fiver-b-b ul li a h2 {
	text-align: right;
	margin-top: 5px;
}

.index-fiver-b-b ul li a h2 .a1 {
	display: none;
}

.index-fiver-b-b ul li:hover a {
	background: #03368b;
}

.index-fiver-b-b ul li:hover a h1 {
	color: #fff;
}

.index-fiver-b-b ul li:hover a p {
	color: #fff;
}

.index-fiver-b-b ul li:hover a .a1 {
	display: inline-block;
}

.index-fiver-b-b ul li:hover a .a2 {
	display: none;
}

.index-fiver-c img {
	margin-top: -113px;
}

.index-footer {
	background: #041d2c;
}

.index-footer-a {
	padding: 30px 0;
	border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.index-footer-b {
	display: flex;
	padding: 50px 0;
	justify-content: space-around;
}

.index-footer-b-a {
	display: flex;
	justify-content: space-around;
	ss
}

.index-footer-b-a {
	width: 50%;
	padding-right: 30px;
	border-right: 1px solid rgb(255, 255, 255, 0.2);

}

.index-footer-b-b {
	width: 50%;
	padding-left: 30px;
}

.index-footer-b-aa img {
	vertical-align: middle;
	margin-right: 12px;
}

.index-footer-b-aa-aa {
	display: inline-block;
	vertical-align: middle;
}

.index-footer-b-aa-a {
	margin-bottom: 12px;
}

.index-footer-b-aa-aa h1 {
	font-size: 14px;
	color: rgb(255, 255, 255);


}

.index-footer-b-aa-aa h2 {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.502);
	text-decoration: underline;
	font-weight: 100;
	margin-top: 8px;

}

.index-footer-b-aa-aa h3 {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.502);

}

.index-footer-b-aa-b ul {
	display: flex;
}

.index-footer-b-aa-b ul li {
	margin-left: 5px;
	width: 45px;
	height: 45px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid rgb(255, 255, 255, 0.5);
}

.index-footer-b-aa-b ul li img {
	margin-right: 0;
}

.index-footer-b-aa-b ul li:hover {
	opacity: 0.7;
}

.index-footer-b-aa-b {
	margin-top: 40px;
}

.index-footer-b-ab ul {
	display: flex;
}

.index-footer-b-ab ul li {
	margin-left: 26px;
	text-align: center;
}

.index-footer-b-ab ul li img {
	margin-bottom: 15px;
}

.index-footer-b-ab ul li p {
	font-size: 14px;
	color: rgb(144, 144, 144);
	line-height: 1.714;
}

.index-footer-b-b ul {
	display: flex;
	justify-content: space-between;
}

.index-footer-b-b ul li {
	padding-left: 20px;
	width: 20%;
}

.index-footer-b-b ul li h1 a {
	font-size: 18px;
	color: rgb(255, 255, 255);
}

.index-footer-b-b ul li h1 {
	margin-bottom: 15px;
}

.index-footer-b-b ul li p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.502);
	line-height: 2.143;
}

.index-footer-b-b ul li p a {
	color: rgba(255, 255, 255, 0.502);
}

.index-footer-b-b ul li p a:hover {
	color: rgba(255, 255, 255);
}

.index-footer-c {
	display: flex;
	padding-bottom: 35px;
}

.index-footer-c p {
	font-size: 14px;
	margin-right: 10px;
	color: rgba(255, 255, 255, 0.502);

}

.index-footer-c p a {
	color: rgba(255, 255, 255, 0.502);
}

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

.index-fourb-c .swiper-button-prev:hover {
	opacity: 0.7;
}

.index-fourb-c .swiper-button-next:hover {
	opacity: 0.7;
}

.video-one&gt;img {
	width: 100%;
	vertical-align: bottom;
}

.video-one {
	position: relative;
	z-index: 9;
}

.video-one::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(3, 54, 139, 0.26);
}

.video-one-a {
	z-index: 8;
	position: absolute;
	left: 2%;
	width: 100%;
	bottom: 130px;
}

.video-one-a h1 {
	font-weight: 400;
	font-size: 50px;
	color: #FFFFFF;
}

.video-one-a p {
	font-weight: 700;
	font-size: 120px;
	color: #FFFFFF;
}

.video-one-b {
	position: absolute;
	right: 0;
	bottom: -41px;
	width: 62%;
	z-index: 8;
	background: linear-gradient(90deg, rgba(3, 53, 138, 1) 0%, rgba(251, 251, 251, 1) 100%);
	border: none;
	border-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.video-one-b a {
	display: inline-block;
	padding: 28px 55px;
	font-style: normal;
	color: #FFFFFF;
	font-size: 18px;
}

.video-one-b a:hover {
	font-weight: 700;
}

.video-two {
	padding: 140px 0 80px;
}

.video-two-a {
	text-align: center;
}

.video-two-a h1 {
	font-weight: 700;
	font-size: 30px;
	color: #03368B;
}

.video-two-a p {
	margin-top: 10px;
	text-transform: uppercase;
	color: #333333;
	font-size: 14px;
}

.video-two-b {
	margin-top: 60px;
}

.video-two-b ul {
	display: flex;
	flex-wrap: wrap;

}

.video-two-b ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
}

.video-two-b ul li:nth-child(3n) {
	margin-right: 0;
}

.video-two-b ul li a {
	border-radius: 10px;
	display: block;
	padding: 15px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
}

.video-two-b-img {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.video-two-b-img&gt;img {
	vertical-align: bottom;
	width: 100%;
	transition: all 1s;
}

.video-two-b ul li:hover .video-two-b-img&gt;img {
	transform: scale(1.1);
}

.img-a {
	width: 43px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video-two-b-p {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin: 30px 0;
	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;
}

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

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

}

.pages li a {
	display: block;
	background: #fff;
	padding: 8px 16px;
	font-size: 14px;
	color: rgb(90, 88, 88);
	border-radius: 5px;
	border: 2px solid #efeff0;
}

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

.video-one-b-a {
	position: absolute;
	left: 30%;
	width: 409px;
	height: 48px;
	top: 21%;
}

.video-one-b-a input {
	width: 100%;
	height: 48px;
	font-size: 16px;
	color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(236, 236, 236, 1);
	border-radius: 10px;
	background: transparent;
	padding-left: 30px;
}

.video-one-b-a input::-webkit-input-placeholder {
	font-size: 16px;
	color: #FFFFFF;
}

.video-one-b-a input::-moz-placeholder {
	font-size: 16px;
	color: #FFFFFF;
}

.imgbutton {
	top: 10px;
	right: 16px;
	background: transparent;
	border: inherit;
	position: absolute;
}

.sol-two {
	padding: 60px 0;
}

.sol-twoa {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 20px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.203921568627451);
	padding: 40px 40px;
	display: flex;
	justify-content: space-between;
}

.sol-twob {
	width: 42%;
	overflow: hidden;
	border-radius: 10px;
}

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

.sol-twoc {
	width: 68%;
	padding: 50px 50px;
}

.sol-twoc h1 {
	font-weight: 400;
	font-size: 22px;
	color: #000000;
	margin-bottom: 40px;
	padding-bottom: 19px;
	border-bottom: 1px solid #dadada;
}

.sol-twoc p {
	font-weight: 400;
	font-size: 16px;
	color: #777575;
	line-height: 35px;
}

.sol-twoc h2 {
	text-align: center;
	margin-top: 100px;
}

.sol-twoc h2 a {
	background-color: rgba(155, 155, 155, 1);
	border-radius: 50px;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(155, 155, 155, 1);
	display: inline-block;
	font-weight: 700;
	font-style: normal;
	padding: 10px 21px;
	font-size: 16px;
	color: #FFFFFF;
	margin-right: 40px;
}

.sol-twoc h2 a:hover {
	background: #103F86;
	border-width: 1px;
	border-style: solid;
	border-color: #103F86;
}

.sol-twoc h2 a img {
	vertical-align: middle;
	margin-right: 5px;
	width: 28px;
}

.sol-three {
	padding-bottom: 80px;
}

.sol-three-xia {
	margin-top: 60px;
}

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

.sol-three-xia ul li {
	width: 49%;
	margin-bottom: 40px;
}

.sol-three-xia ul li a {
	display: flex;
	justify-content: space-between;
	padding: 40px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 20px;
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.203921568627451);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.203921568627451);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.203921568627451);
}

.sol-three-xia-a {
	width: 48%;
	overflow: hidden;
}

.sol-three-xia-a img {
	width: 100%;
	vertical-align: bottom;
	transition: all 1s;
}

.sol-three-xia ul li:hover .sol-three-xia-a img {
	transform: scale(1.1);
}

.sol-three-xia-b {
	width: 49%;
}

.sol-three-xia ul li:hover .sol-three-xia-b h1 {
	color: #03368b;
}

.sol-three-xia-b h1 {
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	line-height: 60px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dadada;
}

.sol-three-xia-b h2 {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #777575;
	height: 150px;
	line-height: 25px;
}

.sol-three-xia-b p {
	margin-top: 20px;
	text-align: right;
}

.sol-three-xia-b p span {
	background-color: rgba(3, 54, 139, 1);
	border-radius: 50px;
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-style: normal;
	padding: 10px 21px;
	font-size: 14px;
	color: #FFFFFF;
}

.sol-three-xia-b p span:hover {
	background: rgb(46 78 133);
}

.sol-three-xia-b p span img {
	vertical-align: middle;
	margin-left: 10px;
}

.sol-four {
	padding-bottom: 80px;
}

.news-onec-xia li {
	margin-bottom: 25px;
	border-radius: 10px;
	background-color: rgba(246, 246, 246, 1);
}

.news-onec-xia li a {
	display: flex;
	align-items: center;
	padding: 15px 30px 15px 15px;
}

.news-onec-xia-a {
	width: 21%;
}

.news-onec-xia-b {
	padding: 0 40px 0 25px;
	width: 67%;
}

.news-onec-xia-b h1 {
	font-weight: 400;
	font-size: 20px;
	color: #333333;
	margin-bottom: 20px;
}

.news-onec-xia-b p {
	font-size: 16px;
	color: #666565;
}

.news-onec-xia-c h1 {
	padding: 11px 21px;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.325490196078431);
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #FFFFFF;
}

.news-onec-xia-c h2 {
	font-size: 13px;
	color: #03358A;
	text-align: center;
	margin-top: 20px;
}

.news-onec-xia li:hover .news-onec-xia-b h1 {
	color: #03358A;
}

.news-onec-xia li:hover .news-onec-xia-c h1 {
	background: #03358A;
}

.news-onec-xia-a {
	overflow: hidden;
}

.news-onec-xia-a {
	border-radius: 10px;
}

.news-onec-xia-c h2 img {
	vertical-align: middle;
	margin-left: 5px;
}

.news-onec-xia-a img {
    transition: all 1s;
    height: 144px;
	width: 100%;
    object-fit: cover;
}

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

.sol-four-xia {
	margin-top: 60px;
}

.pro-one {
	background: url(../images/u383.jpg) no-repeat;
	background-size: 100%;
	padding:80px 0;
}

.pro-one-a {
	padding-bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pro-one-aa h1 {
	font-weight: 700;
	font-size: 120px;
	color: #03368B;
}

.pro-one-aa h1 span {
	display: inline-block;
	margin-left: 40px;
	font-weight: 400;
	font-style: normal;
	font-size: 50px;
	color: #080808;
	vertical-align: middle;
}

.pro-one-bb p {
	color: #666;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
}

.pro-one-bb {
	max-width: 40%;
}

.pro-one-b {
	border-bottom: 1px solid rgba(212, 212, 212, 1);
}

.pro-one-b a {
	color: #333333;
	font-weight: 400;
	font-size: 20px;
	padding: 18px 28px;
	border-radius: 20px 20px 0 0;
	display: inline-block;
	margin-right: 15px;
}

.pages li {
	margin: 0 2px;
}

.pro-one-b a.on {
	color: #FFFFFF;
	background-color: rgba(3, 54, 139, 1);
}

.pro-one-b a:hover {
	color: #FFFFFF;
	background-color: rgba(3, 54, 139, 1);
}

.pro-one .sol-three-xia {
	margin-top: 60px;
}

.newsq-one {
	padding: 180px 0 80px;
}

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

.newsq-onea ul li {
	width: 32%;
}

.newsq-onea ul li a {
	border-radius: 10px;
	display: block;
	padding: 15px;
	background-color: rgba(246, 246, 246, 1);
}

.video-two-b-img {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.video-two-b-img&gt;img {
	vertical-align: bottom;
	width: 100%;
	transition: all 1s;
}

.newsq-onea ul li:hover .video-two-b-img&gt;img {
	transform: scale(1.1);
}

.newsq-onea-za {
	margin-top: 45px;
	margin-bottom: 10px;
}

.newsq-onea ul li:hover .newsq-onea-za h1 {
	color: rgba(3, 53, 138, 1);
}

.newsq-onea-za h1 {
	color: #333333;
	font-weight: 400;
	font-size: 20px;
}

.newsq-onea-za h2 {
	font-size: 16px;
	color: #666565;
	margin: 25px 0;
	line-height: 25px;
}

.newsq-onea-za-aq {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}

.newsq-onea-za-aq h4 {
	padding: 11px 21px;
	border-radius: 20px;
	background-color: rgba(3, 53, 138, 1);
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #FFFFFF;
}

.newsq-onea-za-aq h3 {
	font-size: 13px;
	color: #03358A;
	text-align: center;
	margin-top: 20px;
}

.newsq-onea-za-aq h3 img {
	vertical-align: middle;
	margin-left: 5px;
}

.newsq-two {
	padding-bottom: 80px;
}

.case-one {
	padding: 140px 0 0;
}

.case-one .index-two {
	margin-top: 60px;
}

.case2-one {
	padding: 140px 0 80px;
}

.video-two-b-dd {
	text-align: right;
	margin-top: -35px;
}

.contact-one {
	padding: 140px 0 80px;
}

.contact-one-a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 7%;
	background-color: rgba(3, 53, 138, 1);
	border-radius: 20px;
}

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

.contact-one-b img {
	height: 57px;
}

.contact-one-c h1 {
	margin-left: 38px;
	font-weight: 400;
	font-size: 22px;
	letter-spacing: 1px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.contact-one-c h2 img {
	vertical-align: middle;
	margin-right: 10px;
}

.contact-one-c h2 {
	font-size: 32px;
	font-weight: 700;
	color: #FFFFFF;
}

.contact-one-d {
	display: flex;

}

.contact-one-d-a {
	margin-left: 40px;
	text-align: center;
}

.contact-one-d-a p {
	font-weight: 400;
	font-size: 16px;
	color: #FBFBFB;
	margin-top: 10px;
}

.con-one-xia {
	margin-top: 90px;
}

.con-one-xia ul {
	display: flex;
	justify-content: space-between;
}

.con-one-xia ul li {
	position: relative;
	width: 32%;
	display: flex;
	height: 254px;
	text-align: center;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
	background-color: rgba(255, 255, 255, 1);
}

.con-one-xia ul li:last-child h3 {
	max-width: 120%;
	margin: 15px auto;
	text-align: left;
}

.con-one-xia ul li:nth-child(2) h3 {
	font-size: 18px;
}

.con-one-xia ul li h1 {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: rgba(3, 53, 138, 1);
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translatex(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.con-one-xia ul li h2 {
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	margin-bottom: 20px;
}

.con-one-xia ul li h3 {
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	color: #2B2B2B;
	line-height: 30px;
}

.con-one-xia ul li h4 {
	font-weight: 700;
	font-style: normal;
	font-size: 26px;
	color: #2B2B2B;
}

.contact-two {
	padding: 0px 0 80px;
}

.contact-two-xia {
	margin-top: 60px;
}

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

.contact-two-xia-a ul li {
	width: 32%;
	margin-bottom: 20px;
}

.contact-two-xia-a ul li input {
	background: #f6f6f8;
	height: 60px;
	width: 100%;
	padding: 20px;
	font-size: 16px;
	border-radius: 10px;
}

.contact-two-xia-a ul li:nth-child(7) {
	width: 100%;
}

.contact-two-xia-a ul li:nth-child(8) {
	width: 100%;
}

.contact-two-xia-a ul li:nth-child(7) input {
	width: 100%;
}

.contact-two-xia-a ul li:nth-child(8) textarea {
	background: #f6f6f8;
	height: 240px;
	width: 100%;
	padding: 20px;
	font-size: 16px;
	border-radius: 10px;
}

.contact-two-xia-b {
	display: flex;
	align-items: center;
}

.contact-two-xia-b h1 {
	font-size: 17px;
	color: #999;
}

.contact-two-xia-b input {
	height: 60px;
	width: 15%;
	padding: 20px;
	margin: 0 20px;
	background: #f6f6f8;
	border-radius: 50px;
}

.contact-two-xia button {
	margin-top: 40px;
	width: 220px;
	height: 60px;
	cursor: pointer;
	line-height: 60px;
	color: #fff;
	font-size: 17px;
	border-radius: 50px;
	background: #03368b;
}

.contact-two-xia button:hover {
	opacity: 0.8;
}

.video-two {
	background-color: rgba(250, 250, 250, 1);
	padding: 140px 0 80px;
}

.video-two-xia {
	margin-top: 40px;
}

.video-two-xia ul li {
	margin-bottom: 18px;
}

.video-two-xia ul li h1 {
	color: #FFFFFF;
	background-color: rgba(3, 54, 139, 1);
	font-weight: 400;
	font-size: 20px;
	padding: 18px 33px;
	border-radius: 20px 20px 0 0;
	display: inline-block;
	margin-right: 15px;

}

.video-two-xia ul li h2 {
	display: flex;
	text-align: center;
	/* flex-wrap: wrap; */
	padding: 30px 40px;
	background: #FFFFFF;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.0823529411764706);
}

.video-two-xia ul li h2 a {
	width: 15.8%;
	margin-right: 1%;
	font-size: 16px;
	margin-bottom: 10px;
	color: #333;
	padding: 10px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(204, 204, 204, 1);
	border-radius: 5px;
}

.video-two-xia ul li h2 a:hover {
	background: rgba(3, 54, 139, 1);
	color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(3, 54, 139, 1);
}

.video-three {
	padding: 80px 0;
}

.video-three-xia {
	margin-top: 60px;
}

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

.video-three-xia ul li {
	width: 48%;
	margin-bottom: 25px;
	background: url(../images/qs.jpg) no-repeat;
	background-size: 100% 100%;
}

.video-three-xia ul li a {
	display: flex;
	align-items: center;
	padding: 40px 40px;
	justify-content: space-between;
}

.video-three-xia-a img {
	vertical-align: middle;
	margin-right: 10px;
	width: 48px;
}

.video-three-xia-a {
	color: #333333;
	font-size: 18px;
}

.video-three-xia-b {
	font-weight: 400;
	font-size: 16px;
	color: #333;
}

.video-three-xia-b img {
	vertical-align: middle;
	margin-left: 10px;
	width: 44px;
}

.video-four {
	padding: 80px 0;
	background-color: rgba(242, 242, 242, 1);
}

.video-four-xia {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.video-four-xiaa {
	border-radius: 20px;
	overflow: hidden;
	width: 44%;
}

.video-four-xiaa img {
	width: 100%;
	vertical-align: bottom;
}

.video-four-xia {
	position: relative;
}

.video-four-xiab {
	width: 64%;
	z-index: 99;
	height: 100%;
	padding: 20px 0;
	position: absolute;
	right: 0;
	bottom: 0;
}

.video-four-xiab-a {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 20px;
	padding: 70px 70px;
}

.video-four-xiab-a h1 {
	font-weight: 700;
	color: #333333;
	font-size: 22px;
	margin-bottom: 30px;
}

.video-four-xiab-a h1 strong {
	color: #03358A;
}

.video-four-xiab-a p {
	margin-bottom: 15px;
}

.video-four-xiab-a p img {
	vertical-align: top;
	margin-right: 8px;
	margin-top: 5px;
}

.video-four-xiab-a p span {
	max-width: 95%;
	font-size: 16px;
	line-height: 25px;
	display: inline-block;
	color: #333333;
}

.video-fivwe {
	padding: 80px 0;
}

.video-fivwe-xia {
	margin-top: 40px;
}

.video-fivwe {
	background: #fff;
}

.video-fivwe-xia-a {
	background: url(../images/xqs.jpg) no-repeat;
	background-size: cover;
	padding: 50px 0;
	text-align: center;
	margin-bottom: 13px;
}

.video-fivwe-xia-a img {
	vertical-align: middle;
	margin-right: 20px;
}

.video-fivwe-xia-a {
	font-size: 22px;
	color: #FFFFFF;
}

.video-fivwe-xia-a strong {
	margin-left: 20px;
	font-size: 30px;
	color: #FFFFFF;
}

.video-fivwe-xia-b ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.video-fivwe-xia-b ul li {
	width: 49.4%;
	display: flex;
	align-items: center;
	border-radius: 5px;
	justify-content: space-between;
	margin-bottom: 13px;
	background-color: rgba(242, 242, 242, 1);
}

.video-fivwe-xia-bc {
	width: 35%;
	padding: 0 20px;
	color: #333333;
	font-size: 18px;
}

.video-fivwe-xia-bd {
	background: #FFF;
	padding: 18px 30px;
	border-radius: 5px;
	margin: 5px;
	width: 68%;
}

.video-fivwe-xia-bd img {
	vertical-align: middle;
	margin-right: 10px;
	width: 27px;
}

.video-fivwe-xia-bd span {
	margin-right: 15px;
	font-weight: 700;
	font-size: 18px;
	olor: #333333;
}

.newsing-two {
	padding: 140px 0 80px 0;
}

.newsing-twoa {
	display: flex;
}

.newsing-twob {
	width: 74%;
	padding-left: 0;
	margin-right: 36px;
}

.newsing-twob .index-twoa2 {
	width: 100%;
	padding: 0px 0;
	/* height: 1037px; */
	overflow: hidden;
}

.index-twoa2 {
	width: 42%;
	background: #fff;
	padding: 30px 35px 0 40px;
}

.newsing-twob .index-twoa2 ul li {
	padding: 31px 0;
	margin-bottom: 0;
	border-bottom: 2px solid #dcdee5;
}

.index-twoa2-ul {
	display: flex;
}

.newsing-twob .index-twoa2-img {
	width: 20%;
	overflow: hidden;
	border-radius: 10px;
}

.index-twoa2 ul li:hover .index-twoa2-img img {
	transform: scale(1.2);
}

.index-twoa2-img img {
	width: 100%;
	margin-top: 1px;
	transition: all 1s;
	vertical-align: bottom;
}

.newsing-twob .index-twoa2 ul li:hover .index-twoa2-tlirt {
	border-right: 1px solid rgba(0, 78, 161, 1);
}

.index-twoa2-tlirt {
	width: 70%;
	padding-left: 25px;
	padding-right: 100px;
	border-right: 1px solid #dcdee5;
}

.newsing-twob .index-twoa2 ul li:hover .index-twoa2-tlirt p {
	color: rgba(0, 78, 161, 1);
	font-weight: bold;
}

.newsing-twob .index-twoa2 ul li .index-twoa2-tlirt p {
	padding-top: 15px;
}

.index-twoa2-tlirt p {
	font-size: 18px;
	color: #000;
	line-height: 1.444;
	margin-bottom: 12px;
}

.newsing-twob .index-twoa2 ul li .index-twoa2-tlirt h3 {
	font-size: 16px;
	color: #999999;
	line-height: 1.571;
}

.newsing-twob .index-twoa2 ul li .index-twoa2-tlirt h2 {
	margin-top: 26px;
}

.index-twoa2-tlirt h2 {
	font-size: 14px;
	font-family: "Roboto";
	color: #999999;
}

.newsing-twob .index-twoa2 ul li .index-twoa2-more {
	padding: 0px 0;
	padding-left: 30px;
}

.index-twoa2-more {
	width: 10%;
	display: flex;
	/* justify-content: center; */
	align-items: center;
}

.newsing-twob .index-twoa2 ul li:hover .index-twoa2-more p {
	color: #1b2465;
}

.index-twoa2-more p {
	font-size: 14px;
	color: rgb(220, 222, 229);
	text-transform: uppercase;
}

.newsing-twoc {
	width: 22%;
}

.newsing-twoc-new {
	background: url(../images/background-box.webp.jpg) no-repeat;
	background-size: cover;
	border-radius: 20px 20px 20px 20px;
	padding: 50px 30px;
}

.newsing-twoc-new h2 {
	font-size: 22px;
	color: #000;
	line-height: 2.727;
	text-align: left;
}

.newsing-twoc-new h2 em {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	border: 4px solid #03368b;
}

.newsing-twoc-new ul {
	margin-top: 30px;
}

.newsing-twoc-new ul li {
	margin-bottom: 10px;
}

.newsing-twoc-new ul li {
	position: relative;
}

.newsing-twoc-new ul li input {
	width: 100%;
	outline-style: none;
	height: 50px;
	line-height: 50px;
	border: 1px solid #fff;
	background: #fff;
	font-size: 14px;
	color: #999999;
	border-radius: 4px;
	padding: 0 10px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.newsing-twoc-new ul li button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: #ee7804;
	border: initial;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	background: rgba(13, 69, 153, 1);
}

.newsing-twoc-tong {
	margin-top: 40px;
	padding: 0 25px;
}

.newsing-twoc-tong1 {
	display: flex;
	justify-content: space-between;
}

.newsing-twoc-tong1 h2 em {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	border: 4px solid #03368b;
}

.newsing-twoc-tong1 h2 {
	font-size: 22px;
	color: #000;
	/* padding-left: 20px; */
	/* border-left: 4px solid rgb(50, 83, 164); */
}

.newsing-twoc-tong1 h3 img {
	vertical-align: middle;
	margin-right: 10px;
}

.newsing-twoc-tong1 h3 span {
	font-size: 16px;
	color: #7F7F7F;
}

.newsing-twoc-tong ul {
	margin-top: 20px;
}

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

.newsing-ul:hover h2 {
	color: #1162ac;
}

.newsing-twob .index-twoa2 ul li:hover {
	border-bottom: 2px solid rgba(0, 78, 161, 1);
}

.newsing-ul h2 {
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	line-height: 2.133;
}

.index-twoa2 ul li:hover .index-twoa2-img img {
	transform: scale(1.2);
}

.index-twoa2 ul li:hover .index-twoa2-more img {
	transform: translateX(10px);
	filter: inherit;
	opacity: 1;
}

.index-twoa2-more img {
	opacity: 0.4;
	filter: grayscale(1);
	vertical-align: middle;
	transform: translateX(0);
	margin-left: 10px;
	transition: all 0.5s;
}

.newsing-ul:hover h3 {
	color: #1162ac;
}

.newsing-ul h3 {
	font-size: 14px;
	font-family: "Roboto";
	color: #999999;
	line-height: 2.286;
	margin-left: 10px;
}

.newxq-onea {
	padding: 48px 50px 5px 50px;
	border-radius: 0px;
	background: #fff;

	border: 1px solid rgba(236, 231, 231, 1);
}

.nestit {
	padding-bottom: 35px;
	border-bottom: 1px solid rgb(191, 191, 191, 0.27);
	margin-bottom: 50px;
}

.nestit h2 {
	font-size: 25px;
	color: #000;
	text-align: center;
	line-height: 1.92;
	/* text-align: right; */
}

.nestit h3 {
	margin-top: 23px;
	font-size: 14px;
	color: #999999;
	text-align: center;
	font-family: 'DIN';
	line-height: 0.8;
	font-weight: normal;
}

.nestit h3 span {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #999999;
}

.nestit h3 span:last-child {
	border-right: inherit;
}

.details {
	font-size: 16px;
	color: #999999;
	line-height: 1.875;
}

.newspage {
	margin-top: 68px;
	padding: 32px 0;
	border-top: 1px solid #d8dce0;
	/* border-bottom: 1px dotted #b7b7b7; */
	position: relative;
}

.newspage ul {
	overflow: hidden;
}

.newspage .newspage_a {
	max-width: 465px;
	line-height: 40px;
	height: 40px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.newspage a {
	color: #666666;
	font-size: 15px;
}

.newspage a:hover {
	color: #044fa2;
}

.newspage .newspage_a img {
	vertical-align: middle;
	margin-right: 15px
}

.newsing-twoc-tong ul li a {
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #666666;
	line-height: 30px;
}

.newsing-twoc-tong ul li a:hover {
	color: #03368b;
}

.proxq-two .video-two-a {
	margin-bottom: 60px;
}

.proxq-one {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.203921568627451);
	background-color: rgba(255, 255, 255, 1);
	margin: 80px 0;
	border-radius: 20px;
	overflow: hidden;
}

.proxq-one .sol-twoa {

	background-color: transparent;
	border-radius: 0px;
	box-shadow: initial;
	padding: 50px 0 0;
	border-bottom: 1px solid rgba(212, 212, 212, 1);
}

.proxq-one .sol-twoa .sol-twoc h2 {
	text-align: left;
}

.proxq-one .sol-twob {
	width: 63%;
}

.proxq-one .sol-twob {
	display: flex;

}

.proxq-one .sol-twob .sol-twoba {
	width: 30%;
}

.proxq-one .sol-twob .sol-twobb {
	width: 60%;
}

.proxq-one .sol-twob img {
	width: auto;
}

.gallery-thumbs {
	text-align: center;
	padding-left: 34%;
}

.gallery-thumbs img {
	width: 100%;
	height: 100%;
}

.sol-twobb {
	text-align: center;
}

.gallery-thumbs {
	height: 500px;
}

.gallery-top .swiper-button-prev {
	display: none;
}

.gallery-top .swiper-button-next {
	display: none;
}

.gallery-thumbs .swiper-slide {
	border-radius: 5px;
	border-width: 1px;
	cursor: pointer;
	padding: 7px;
	border-style: solid;
	border-color: rgba(212, 212, 212, 1);
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	border-width: 1px;
	border-style: solid;
	border-color: rgba(3, 54, 139, 1);
}

.proxq-one-two {
	padding: 80px 70px;
}

.proxq-one-two-xia {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid rgba(212, 212, 212, 1);
}

.proxq-two-xia {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.proxq-two-xia&gt;img {
	width: 100%;
	vertical-align: bottom;
	transition: all 1s;
}

.proxq-two-xia:hover&gt;img {
	transform: scale(1.1);
}

.proxq-one-three {
	padding: 0px 70px 80px;
}

.proxq-two-xia-a {
	position: absolute;
	width: 80px;
	left: 50%;
	cursor: pointer;
	top: 50%;
	transform: translate(-50%, -50%);
}

.aboutt-one {
	background: url(../images/u3.png) no-repeat;
	background-size: cover;
	padding: 140px 0 80px 0;
}

.aboutt-one-xia {
	display: flex;
	justify-content: space-between;
}

.aboutt-one-a {
	width: 48%;
}

.aboutt-one-a h1 {
	font-weight: 700;
	font-size: 30px;
	color: #03368B;
	margin-bottom: 25px;
}

.aboutt-one-a p {
	color: #333333;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 15px;
}

.aboutt-one-b {
	width: 49%;
}

.aboutt-one-b-a ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.aboutt-one-b-a ul li {
	width: 49%;
	padding: 30px 10px;
	text-align: center;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 10px;
}

.aboutt-one-b-aa {
	display: flex;
	align-items: center;
	justify-content: center;
}

.aboutt-one-b-aa h1 img {
	width: 41px;
	filter: brightness(0.5);
}

.aboutt-one-b-a ul li:hover {
	background-color: rgba(4, 54, 138, 1);
}

.aboutt-one-b-a ul li:hover img {
	filter: brightness(0)invert(1);
}

.aboutt-one-b-a ul li:hover h2 {
	color: #fff;
}

.aboutt-one-b-a ul li:hover span {
	color: #fff;
}

.aboutt-one-b-a ul li:hover p {
	color: #fff;
}

.aboutt-one-b-aa h1 {
	width: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 74px;
	background: url(../images/u67.png) no-repeat;
	background-size: 100% 100%;
}

.aboutt-one-b-aa h2 {
	font-weight: 700;
	font-style: normal;
	font-size: 70px;
	color: #D7000F;
	margin: 0 10px;
}

.aboutt-one-b-b .proxq-two-xia-a img {
	background: #FFF;
	width: 46px;
	border-radius: 50%;
}

.aboutt-one-b-aa span {
	font-size: 20px;
	margin-top: 33px;
	color: #6F6F6F;
	vertical-align: text-bottom;
}

.aboutt-one-b-a ul li p {
	font-size: 16px;
	color: #6F6F6F;
	margin-top: 15px;
}

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

.about-threea {
	margin-top: 30px;

}

.gallery-topa {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.gallery-topb h1 {
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	letter-spacing: 2px;
	color: #222222;
}

.gallery-topb h2 {
	margin-top: 30px;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #464444;
	line-height: 25px;
	max-width: 73%;
	margin-bottom: 50px;
}

.gallery-topb p {
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #464444;
	line-height: 25px;
	margin-bottom: 20px;
	opacity: 0.24;
	max-width: 77%;
}

.gallery-topb {
	width: 60%;
}

.gallery-topc {
	position: relative;
	width: 40%;
	text-align: right;
}

.gallery-topc .imgimg {
	width: 442px;
	height: 442px;
	display: inline-block;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
	margin-right: 59px;
}

.imgimg .bggg {
	width: 100%;
	transition: all .6s cubic-bezier(.91, .04, .58, 1);
	height: 100%;
	clip-path: circle(0 at 50% 50%);
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 50% !important;
}

.gallery-top .swiper-slide-active .imgimg .bggg {
	clip-path: circle(50% at 50% 50%);
}

.gallery-topc {
	z-index: 99;
}

.gallery-topc::after {
	width: 473px;
	height: 438px;
	right: 0;
	top: 0;
	position: absolute;
	content: "";
	display: block;
	z-index: -1;
	background: url(../images/yuan.jpg) no-repeat;
	background-size: 100% 100%;
}

.nums {
	font-size: 150px;
	color: #E40013;
	left: -7.8rem;
	position: absolute;
	opacity: 0;
	transform: translateX(-20px);
	transition: all .6s cubic-bezier(.91, .04, .58, 1);
	transition-delay: .6s;
	font-family: 'DIN';
	font-weight: bold;
	bottom: 6.975rem;
	text-transform: uppercase;
}

.gallery-top .swiper-slide-active .nums {
	transform: translateY(0);
	opacity: 1;
}

.about-four {
	background-color: rgba(242, 242, 242, 1);
	padding: 60px 0;
}

.about-fiver {
	padding: 60px 0;
}

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

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

.about-fivera ul li {
	width: 32.9%;
	margin-right: 0.6%;
	overflow: hidden;
	margin-bottom: 0.6%;
}

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

.about-fivera ul li img {
	width: 100%;
	vertical-align: bottom;
	transition: all 1s;
}

.about-fivera ul li:hover img {
	transform: scale(1.1);
}

.about-fix {
	padding: 0px 0 60px 0;
}

.about-fixa {
	margin-top: 50px;
	padding-bottom: 180px;
}

.fixaswipera {
	border-radius: 10px;
	overflow: hidden;
}

.fixaswiper .swiper-slide.swiper-slide-active {
	transform: scale(1);
}

.fixaswiper .swiper-slide {
	transform: scale(0.9);
	transition: all 1s;
}

.about-threeb {
	position: relative;
	margin-top: 80px;
	background: url(../images/lc01.jpg) no-repeat bottom;
	background-size: 100%;
	padding: 30px 58px;
}



.gallery-thumbsa h1 {
	padding-bottom: 0px;
	color: #464444;
	font-size: 20px;
}

.about-threeb .gallery-thumbs {
	height: auto;
}

.about-threeb .gallery-thumbs .swiper-slide {
	border: inherit;
}

.about-threeb .gallery-thumbs {
	text-align: inherit;
	padding-left: 0;
}

.gallery-thumbsa {
	cursor: pointer;
	text-align: center;

}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .gallery-thumbsa h1 {
	color: #0B3B82;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .gallery-thumbsa {
	background: url(../images/lc02.png) no-repeat bottom center;
	background-size: 100%;
}

.about-four {

	margin-top: -9px;
}

.gallery-thumbs .swiper-button-prev {
	position: relative;
	filter: contrast(0.5);
	background-size: 47%;
	margin-top: -10px;
}

.gallery-thumbs .swiper-button-next {
	position: relative;
	filter: contrast(0.5);
	background-size: 47%;
	margin-top: -10px;
}

.res-onec.resxq-one ul li {

	margin-right: 2.3%;

}

.about-threeb .swiper-button-prev {
	height: 27px;
	left: 30px;
	top: 60%;
	filter: grayscale(1);
}

.about-threeb .swiper-button-next {
	height: 27px;
	right: 30px;
	top: 60%;
	filter: grayscale(1);
}

.about-three {
	background: url(../images/u2.jpg) no-repeat bottom;
	background-size: 100%;
}

.abouttg-three {
	padding-bottom: 80px;
}

.abouttg-three-xia {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.abouttg-three-xia-a {
	width: 59%;
	padding: 70px 80px;
	background: url(../images/u121.svg) no-repeat bottom;
	background-size: cover;
	border-radius: 10px;
	opacity: inherit;
}

.abouttg-three-xia-b {
	width: 40%;
}

.abouttg-three-xia-a p img {
	vertical-align: middle;
	margin-right: 15px;
}

.abouttg-three-xia-a p {
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.abouttg-three-xia-b {
	display: flex;
	padding: 70px 0;
	background-color: rgba(242, 242, 242, 1);
	border: none;
	border-radius: 10px;
	justify-content: center;
}

.abouttg-three-xia-b h1 {
	font-size: 25px;
	color: #04368A;
	margin-bottom: 30px;
}

.abouttg-three-xia-b p {
	color: #333333;
	font-size: 16px;
	margin-bottom: 20px;
}

.about-four {
	background-color: rgba(242, 242, 242, 1);
	padding: 80px 0;
}

.about-foura {
	position: relative;
	margin-top: 50px;
}

.about-foura ul li {

	position: relative;

	background-color: rgba(214, 233, 255, 0.996078431372549);
	border-radius: 20px;
	padding: 50px 70px 70px;

}

.about-foura ul li h1 {
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	color: #1C1B1B;
}

.about-foura ul li h1 img {
	vertical-align: middle;
	margin-right: 20px;
}

.about-foura ul li h1 span {
	display: inline-block;
	font-size: 18px;
	margin-left: 20px;
	font-weight: 400;
	font-style: normal;
	color: rgba(149, 149, 149, 0.996078431372549);

}

.about-foura ul li:nth-child(2) h1 {
	color: #FFFFFF;
}

.about-foura ul li:nth-child(2) h1 span {
	color: rgba(188, 219, 255, 0.996078431372549);
}

.about-foura ul li:nth-child(3) h1 span {
	color: rgba(188, 219, 255, 0.996078431372549);
}

.about-fourb {
	display: flex;
	align-items: center;
}

.about-foura ul li:nth-child(3) .about-fourd-xia {
	padding: 0px;
}

.about-fourd-xia {
	border-radius: 20px;
	padding: 50px;
	width: 100%;
	background: #fff;
}

.about-fourd p {
	font-size: 18px;
	color: #464444;
	line-height: 25px;
	margin-bottom: 20px;
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
}

.about-foura ul li:nth-child(1) {
	/* z-index: 9; */
}

.about-foura ul li:nth-child(2) {
	background-color: rgba(3, 53, 138, 1);
	margin-top: -30px;
}

.about-foura ul li:nth-child(3) {
	background: #fff;
	background-size: cover;
	margin-top: -30px;

}

.about-foura ul li:nth-child(3) h1 {
	color: #1C1B1B;

}

.about-foura ul li.on h1 {
	margin-bottom: 20px;
}

.about-fourb-xuana {
	padding: 24px 0;
	margin-right: 25px;
	position: relative;
	border-bottom: 1px solid #e7e7e7;
}

.about-fourb-xuana img {
	vertical-align: middle;
	margin-right: 10px;
}

.about-fourb-xuana span {
	font-size: 24px;
	color: #333333;
}

.jiantou {
	position: absolute;
	right: 0;
	top: 30%;
	display: none;
	transform: rotate(90deg);
}

.about-fourb-xuana.on span {
	font-weight: bold;
}

.about-fourb-xuana.on .jiantou {
	display: block;
}

.about-fourb-xuan {
	width: 100%;
}

.about-fourb {
	position: relative;
	width: 100%;
}

.about-foura ul li.on .about-fourb {
	display: block;
}

.about-fourb {
	display: none;
}

.about-fourb {
	position: relative;
	width: 100%;
}

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

.about-fourd-xia-a {
	width: 58%;
}

.about-fourd-xia-b {
	width: 40%;
}

.about-fourd-xia-a {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #464444;
	line-height: 35px;
}

.about-fourd-xia-b {
	overflow: hidden;
	border-radius: 20px;
}

.about-fourd-xia-b img {
	width: 100%;
}

.aboutt-fixs {
	padding: 80px 0;
	background: url(../images/u0.jpg) no-repeat top;
	background-size: 100%;
}

.aboutt-fixs-xa {
	text-align: center;
	margin-top: 40px;
}

.aboutt-fixs-xa p {
	color: #333333;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	line-height: 28px;
	max-width: 75%;
	margin: 0 auto 60px;
}

.zhuan-one {
	position: relative;
}

.zhuan-one&gt;img {
	width: 100%;
	vertical-align: bottom;
}

.zhuan-onea {
	position: absolute;
	top: 50%;
	width: 100%;
	font-weight: 700;
	color: #FFFFFF;
	left: 0;
	text-align: center;
	transform: translateY(-50%);
}

.zhuan-onea h1 {
	font-size: 25px;
}

.zhuan-two {
	padding: 50px 0;
}

.zhuan-twoa {
	display: flex;
	background-color: rgba(249, 249, 249, 1);
	border-radius: 20px;
	overflow: hidden;
}

.zhuan-twob {
	width: 50%;
}
.zhuan-twob img{
	height: 100%;
	object-fit: cover;
}

.zhuan-twoc {
	width: 50%;
}

.zhuan-twoc {
	padding: 50px 60px 10px;
}

.zhuan-twoc p {
	font-size: 18px;
	color: #181818;
	line-height: 30px;
	font-family: 'Arial Normal', 'Arial', sans-serif;
}

/*-------------*/
/*
 
 * 响应式
 * */

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

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

	.head-main .nav&gt;ul&gt;li {
		float: left;
		position: relative;
		margin-right: 40px;
	}

	body {
		font-size: 15px;
	}

	.jt_zci .let_box {
		width: 69.25%;
	}
}

@media only screen and (max-width:1680px) {
	.w {
		width: 1440px;
	}
	.zhuan-twoc {
	    padding: 25px 20px 23px;
	}
.zhuan-twoc p {
    font-size: 15px;
}
	.index-footer-b-b ul li p {
		font-size: 12px;
	}

	.index-one-xia-p ul li a {
		font-size: 13px;
	}

	.newsing-twoc {
		width: 29%;
	}

	.index-one-xia-g ul li a {
		font-size: 16px;
	}

	.index-three-xia-b-c p {
		font-size: 14px;
	}

	.index-three-xia-b-c h1 {
		font-size: 16px;
	}

	.index-three-xia-b-b h2 {
		font-size: 48px;
		margin-top: -15px;
	}

	.index-three-xia-a-b h2 {
		margin-bottom: 43px;
		font-size: 17px;
	}

	.index-one-xia-t p {
		font-size: 28px;
		padding-left: 22px;
	}

	.video-one-b-a input {
		height: 39px;
	}

	.fourcswipera-b-b p {
		font-size: 12px;
	}

	.index-fourb-c {
		top: -44px;
	}

	.index-fourb-a {
		margin: 20px 0 64px;
	}

	.index-foura {
		padding: 30px 50px;
	}

	.imgbutton {
		top: 5px;
	}

	.sol-three-xia-b h1 {
		font-size: 19px;
		margin-bottom: 15px;
	}

	.sol-three-xia-b h2 {
		font-size: 14px;
	}

	.sol-twoc h2 {
		margin-top: 40px;
	}

	.sol-twob img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.video-one-b-a {
		top: 13%;
	}

	.index-footer-b-b {
		padding-left: 15px;
	}

	.index-footer-b-b ul li {
		padding-left: 0;
		width: auto;
	}

	.index-footer-b-ab ul li {
		margin-left: 17px;
	}

	.index-footer-b-ab ul li p {
		font-size: 12px;
	}

	.index-footer-b-aa-b ul li {
		width: 38px;
		height: 38px;
	}

	.index-footer-b-aa-aa h2 {
		font-size: 20px;
	}

	.index-footer-b-b ul li h1 a {
		font-size: 14px;
	}

	.index-footer-a {
		padding: 19px 0;
	}

	.video-one-a p {
		font-size: 86px;
	}

	.pages li a {
		padding: 6px 10px;
		font-size: 13px;
	}

	.video-two-a h1 {
		font-size: 26px;
	}

	.video-two-b-p {
		font-size: 16px;
		margin: 20px 0;
	}

	.video-two-a p {
		font-size: 12px;
	}

	.video-two {
		padding: 100px 0 80px;
	}

	.video-one-a {
		bottom: 80px;
	}

	.video-one-b {
		bottom: -29px;
	}

	.video-one-b a {
		padding: 20px 30px;
		font-size: 16px;
	}

	.video-one-a h1 {
		font-size: 35px;
	}


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

	    .pro-one-b a {
	        padding: 9px 20px;
	        margin-right: 2px;
	    }

	.pro-one-bb {
		max-width: 43%;
	}

	.pro-one-aa h1 {
		font-size: 98px;
	}

	.pro-one-bb p {
		font-size: 17px;
	}

}

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

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

	.con-one-xia ul li h3 {
		font-size: 17px;
	}

	.aboutt-one-b-a ul li p {
		font-size: 14px;
		margin-top: 15px;
	}

	.nums {
		font-size: 120px;
	}

	.abouttg-three-xia-a {
		padding: 38px 57px;
	}

	.aboutt-one-b-aa h2 {
		font-size: 55px;
	}

	.gallery-topb h2 {
		font-size: 17px;
	}

	.gallery-topb p {
		margin-bottom: 12px;
		font-size: 17px;
	}

	.aboutt-one-a p {
		font-size: 15px;
		line-height: 23px;
		margin-bottom: 10px;
	}

	.contact-one-c h2 {
		font-size: 27px;
	}

	.contact-one-b img {
		height: 46px;
	}

	.video-four-xiab-a {
		padding: 36px 36px;
	}

	.index-two-xia-a-aaq h1 {
		font-size: 14px;
		margin: 16px 0;
	}

	.index-one-xia-t p {
		font-size: 24px;
		padding-left: 17px;
	}

	.index-one-xia-a {
		padding-left: 4%;
	}

	.fourcswipera-b-b h2 {
		font-size: 15px;
	}

	.index-fiver-b-b ul li a h2 img {
		width: 20px;
	}

	.index-fiver-b-b ul li a p {
		font-size: 12px;
	}

	.index-fiver-b-b ul li a h1 {
		font-size: 15px;
	}

	.fourcswipera {
		padding: 32px 10px 16px;
	}

	.fourcswipera-b-b p {
		font-size: 10px;
	}

	.fourcswipera-b-b {
		max-width: 51%;
	}

	.fourcswipera h1 {
		height: 120px;
		font-size: 13px;
	}

	.index-fourb-a h1 {
		font-size: 28px;
		padding-left: 25px;
	}

	.index-three-xia-a-b h2 {
		margin-bottom: 43px;
		font-size: 15px;
	}

	.index-three-xia-b ul li {
		padding-bottom: 11px;
		margin-bottom: 11px;
	}

	.index-three-xia-b-b h2 {
		font-size: 42px;
	}

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

	.bannerswipera-a img {
		width: 238px;
	}

	.video-four-xiab-a p span {
		max-width: 95%;
		font-size: 14px;
	}

	.video-two-xia ul li h2 a {
		font-size: 13px;
	}

	.video-three-xia ul li a {
		padding: 25px 23px;
	}

	.video-two-xia ul li h1 {
		font-size: 18px;
		padding: 15px 29px;
	}

	.newsq-one {
		padding: 100px 0 60px;
	}

	.newsq-onea-za {
		margin-top: 30px;
	}

	.newsq-onea-za-aq {
		margin-top: 40px;
	}

	.pro-one-aa h1 {
		font-size: 74px;
	}

	.sol-twoc {
		padding: 25px 39px;
	}

	.sol-three {
		padding-bottom: 60px;
	}

	.pro-one-b a {
		padding: 9px 17px;
		font-size: 18px;

	}

	.proxq-one .sol-twoa {
		padding: 35px 0 0;
	}

	.pro-one-bb {
		max-width: 47%;
	}

	.pro-one-bb p {
		font-size: 16px;
	}

	.pro-one-aa h1 span {
		font-size: 36px;
		margin-left: 29px;
	}

	.news-onec-xia-c h1 {
		font-size: 14px;
	}

	.news-onec-xia-b p {
		font-size: 14px;
	}

	.news-onec-xia-b h1 {
		font-size: 18px;
		margin-bottom: 10px;
	}


	.sol-three-xia ul li a {
		padding: 25px;
	}

	.sol-twoc h1 {
		font-size: 20px;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

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

	}

	.video-one-a h1 {
		font-size: 30px;
	}

	.video-one-b a {
		padding: 16px 22px;
		font-size: 14px;
	}

	.index-41 ul li {

		margin-right: 21px;

	}

	.video-one-a p {
		font-size: 72px;
	}

	.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 .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&gt;ul&gt;li {
		margin-right: 38px;
	}

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

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

	.intitle .en {
		font-size: 50px;
	}

	.intitle .ch {
		font-size: 26px;
	}

	.proswiper .tbox {
		padding-left: 35px;
		padding-right: 70px;
	}

	.in3-sec .tbox .tit .ch,
	.in3-sec .tbox .tit .en,
	.in2-sec .main .num-con li .num {
		font-size: 30px;
	}

	.links-sec li .tbox .en {
		font-size: 14px;
	}


}

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

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

	.video-four-xiab-a p {
		margin-bottom: 5px;
	}

	.video-fivwe-xia-bd {
		padding: 13px 10px;
	}

	.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&gt;ul&gt;li&gt;a {
		font-size: 16px;
	}

	.head-main .nav&gt;ul&gt;li {
		margin-right: 21px;
	}

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

	.go,
	.bannerswiper .swiper-pagination,
	.banner-pagination {
		bottom: 17px;
	}

	.prolist .tbox .application {
		margin-top: 20px;
	}

	.prolist .tbox .btn {
		margin-top: 20px;
	}

	.pro-pagination {
		max-width: 80%;
		text-align: right;
	}

	.pro-pagination li {
		margin-bottom: 5px;
		text-align: left;
	}


}

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

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

	.aboutt-one-b-aa h2 {
		font-size: 39px;
	}

	.index-one-xia-b-a {
		width: 76%;
	}

	.aboutt-fixs-xa p {
		font-size: 15px;
		max-width: 83%;
	}

	.abouttg-three-xia-b {
		padding: 35px 0;
	}

	.aboutt-one-a p {
		font-size: 13px;
	}

	.aboutt-one-b-aa h1 {
		width: 64px;
		height: 64px;
	}

	.index-fiver-b {
		width: 84%;
	}

	.index-one-xia-t p {
		font-size: 22px;
		padding-left: 15px;
	}

	.index-three-xia-a-b h2 {
		margin-bottom: 29px;
		font-size: 14px;
	}

	.index-one-xia-p&gt;a {
		margin: 20px 0;
	}

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

	.index-one-xia-b {
		width: 57%;
	}

	.newsq-onea-za h1 {
		font-size: 18px;
	}

	.video-four-xiab-a p span {
		max-width: 93%;
		font-size: 13px;
	}

	.video-fivwe-xia-bd span {
		margin-right: 10px;
		font-size: 16px;
	}

	.video-four-xiab {
		padding: 0px 0;
		position: relative;
	}

	.newsq-onea-za h2 {
		font-size: 14px;
		margin: 15px 0;
	}

	.pro-one-aa h1 {
		font-size: 66px;
	}

	.pro-one-b a {
		margin-right: 0;
	}

	.pro-one-bb p {
		font-size: 15px;
	}

	.video-one-b-a input {
		height: 34px;
	}

	.pro-one-aa h1 span {
		font-size: 31px;
		margin-left: 21px;
	}

	.sol-three-xia-b p span {
		font-size: 12px;
	}

	.news-onec-xia-c h1 {
		font-size: 13px;
	}

	.sol-three {
		padding-bottom: 30px;
	}

	.sol-three-xia-b h1 {
		font-size: 19px;
		margin-bottom: 0;
	}

	.sol-three-xia-b h2 {
		font-size: 12px;
	}

	.sol-twoc p {
		font-size: 14px;
		line-height: 31px;
	}

	.sol-twoc {
		padding: 18px 30px;
	}

	.video-two-a h1 {
		font-size: 24px;
	}

	.sol-twoa {
		padding: 26px 28px;
	}

	.video-one-b a {
		padding: 15px 17px;
		font-size: 13px;
	}

	.video-one-a p {
		font-size: 60px;
	}

	.video-one-a {
		bottom: 49px;
	}

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

	.video-one-a h1 {
		font-size: 20px;
	}

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

	.head-main .nav&gt;ul&gt;li&gt;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&gt;ul&gt;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%;
	}
.zhuan-twoc {
    padding: 20px 15px 10px;
}
.zhuan-twoc p {
    font-size: 16px;
}
	.zhuan-twob img {
		width: 100%;
	}

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

	.zhuan-twob {
		width: 100%;
	}

	.zhuan-twoc {
		width: 100%;
	}

	.video-two-xia ul li h1 {
		font-size: 15px;
		padding: 12px 22px;
	}

	.video-three-xia ul li {
		width: 100%;
		margin-bottom: 10px;
	}

	.video-four-xiaa {
		width: 100%;
	}

	.video-four-xia {
		flex-wrap: wrap;
	}

	.video-four-xiab {
		width: 100%;
		height: 100%;
		position: relative;
		padding: 0px 0;
	}

	.video-fivwe-xia-b ul li {
		width: 100%;
	}

	.video-fivwe-xia-bd {
		padding: 10px 14px;
	}

	.video-fivwe-xia-bc {
		width: 27%;
		padding: 0 13px;
		font-size: 12px;
	}

	.video-fivwe-xia-bd img {
		margin-right: 1px;
		width: 19px;
	}

	.contact-one-a {
		flex-wrap: wrap;
		padding: 30px 6%;
	}

	.contact-one-c h2 {
		font-size: 24px
	}

	.contact-one-c {
		width: 100%;
		text-align: center;
	}

	.contact-one-d-a {
		margin-left: 18px;
	}

	.con-one-xia ul li h1 {
		width: 69px;
		height: 69px;
	}

	.con-one-xia {
		margin-top: 60px;
	}

	.con-one-xia ul li h3 {
		font-size: 15px;
	}

	.con-one-xia ul li {
		width: 100%;
		margin-bottom: 50px;
		flex-wrap: wrap;
		height: 210px;
	}

	.con-one-xia ul {
		flex-wrap: wrap;
	}

	.contact-one-d {
		margin-top: 20px;
	}

	.contact-one-c h1 {
		margin-left: 0px;
		font-weight: 400;
		font-size: 20px;
		margin-bottom: 10px;
	}

	.contact-one-b img {
		display: none;
	}

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

	.aboutt-one-a {
		width: 100%;
	}

	.aboutt-one-b-aa h1 {
		width: 44px;
		height: 44px;
	}

	.aboutt-one-b-aa h1 img {
		width: 23px;
	}

	.gallery-topb {
		width: 100%;
	}

	.gallery-topb h2 {
		margin-top: 12px;
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 20px;
		max-width: 100%;
	}

	.gallery-topb h1 {
		font-size: 22px;
	}

	.gallery-top .swiper-slide-active .imgimg .bggg {
		clip-path: circle(50% at 50% 50%);
		transform: scale(0.7);
	}

	.gallery-topc .imgimg {
		width: 385px;
		height: 385px;
		margin-top: -48px;
	}

	.about-threeb {
		margin-top: -71px;
		padding: 22px 26px;
	}

	.abouttg-three-xia {
		margin-top: 30px;
		flex-wrap: wrap;
	}

	.abouttg-three-xia-b {
		padding: 30px 0;
	}

	.about-foura ul li h1 {
		font-size: 20px;
	}

	.about-foura ul li h1 span {
		font-size: 15px;
		margin-left: 7px;
	}

	.about-fourd-xia-a {
		font-size: 14px;
		line-height: 28px;
	}

	.aboutt-fixs-xa p {
		font-size: 14px;
		line-height: 29px;
		max-width: 100%;
		margin: 0 auto 30px;
	}

	.aboutt-fixs-xa {
		margin-top: 30px;
	}

	.aboutt-fixs {
		padding: 30px 0;
	}

	.about-fourd-xia-b {
		width: 100%;
	}

	.about-fourd-xia-a {
		width: 100%;
	}

	.about-fourd-xia {
		flex-wrap: wrap;
	}

	.about-foura ul li h1 img {
		margin-right: 14px;
		width: 23px;
	}

	.about-foura ul li {
		padding: 20px 20px 50px;
	}

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

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

	.abouttg-three {
		padding-bottom: 30px;
	}

	.abouttg-three-xia-b p {
		font-size: 14px;
		margin-bottom: 11px;
	}

	.abouttg-three-xia-b h1 {
		font-size: 21px;
		margin-bottom: 15px;
	}

	.abouttg-three-xia-b {
		width: 100%;
	}

	.abouttg-three-xia-a p {
		font-size: 16px;
		margin-bottom: 13px;
	}

	.abouttg-three-xia-a p img {
		margin-right: 5px;
	}

	.abouttg-three-xia-a {
		width: 100%;
		padding: 25px 22px;
	}

	.nums {
		font-size: 74px;
		left: 0rem;

	}

	.gallery-topb p {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 2px;
		max-width: 100%;
	}

	.gallery-topc {
		width: 100%;
	}

	.gallery-topa {
		flex-wrap: wrap;
	}

	.gallery-topc::after {
		display: none;
	}

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

	.aboutt-one-b-a ul li {
		width: 49%;
		padding: 20px 10px;
		margin-bottom: 10px;
	}

	.aboutt-one-b-a ul li p {
		font-size: 14px;
		margin-top: 10px;
	}

	.aboutt-one-b-aa span {
		font-size: 14px;
		margin-top: 30px;
	}

	.aboutt-one-b-aa h2 {
		font-size: 33px;
		margin: 0 4px;
	}

	.aboutt-one-a p {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.aboutt-one-a h1 {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.aboutt-one-b {
		width: 100%;
	}

	.aboutt-one-xia {
		flex-wrap: wrap;
	}

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

	.contact-two-xia-b input {
		height: 49px;
		width: 27%;
		padding: 15px;
		margin: 0 20px;
		border-radius: 15px;
	}

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

	.video-two-b-dd img {
		width: 30px;
	}

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

	.contact-two-xia button {
		width: 155px;
		height: 55px;
		line-height: 55px;
	}

	.contact-two-xia-a ul li input {
		height: 48px;
		width: 100%;
		padding: 14px;
		font-size: 14px;
		border-radius: 10px;
	}

	.contact-two-xia-a ul li:nth-child(8) textarea {
		font-size: 14px;
	}

	.contact-two-xia-a ul li {
		width: 48%;
		margin-bottom: 10px;
	}

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

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

	.video-fivwe-xia-bd {
		width: 84%;
	}

	.video-fivwe-xia-bd span {
		margin-right: 2px;
		font-size: 14px;
	}

	.video-fivwe-xia-a img {
		margin-right: 2px;
	}

	.video-fivwe-xia-a {
		padding: 15px 0;
	}

	.video-fivwe-xia-a strong {
		margin-left: 4px;
		font-size: 20px;
	}

	.video-fivwe-xia {
		margin-top: 30px;
	}

	.video-fivwe-xia-a {
		font-size: 19px;
	}

	.video-fivwe {
		padding: 30px 0;
	}

	.video-four-xiab-a p span {
		max-width: 90%;
		font-size: 14px;
		line-height: 25px;
	}

	.video-four-xiab-a h1 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.video-four-xiab-a {
		padding: 30px 15px;
	}

	.video-four-xia {
		margin-top: 30px;
	}

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

	.video-three-xia-b {
		font-size: 12px;
	}

	.video-three-xia-b img {
		margin-left: 2px;
		width: 22px;
	}

	.video-three-xia-a {
		font-size: 15px;
	}

	.video-three-xia-a img {
		margin-right: 2px;
		width: 30px;
	}

	.video-three-xia ul li a {
		padding: 20px 15px;
	}

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

	.video-three {
		padding: 30px 0;
	}

	.video-two-xia ul li h2 a {
		width: 48.8%;
		font-size: 12px;
		padding: 7px 7px;
	}

	.video-two-xia ul li h2 {
		flex-wrap: wrap;
		padding: 16px 16px;
	}

	.newsq-onea-za-aq h4 {
		padding: 10px 15px;
		font-size: 13px;
	}

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

	.newsq-onea-za-aq {
		margin-top: 30px;
	}

	.newsq-onea-za {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.newsq-onea-za h2 {
		font-size: 14px;
		margin: 15px 0;
	}

	.newsq-onea-za h1 {
		font-size: 18px;
	}

	.newsq-onea ul li {
		width: 100%;
	}

	.newsq-onea ul {
		flex-wrap: wrap;
	}

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

	.newsing-twoc {
		display: none;
	}

	.video-two-b-p {
		margin: 16px 0;
		font-size: 15px;
	}

	.video-one-b-a input {
		height: 28px;
		font-size: 15px;
		border-radius: 4px;
		padding-left: 19px;
	}

	.video-one-b-a input::-webkit-input-placeholder {
		font-size: 12px
	}

	.imgbutton {
		top: 5px;
		width: 28px;
		right: 4px;
	}

	.sol-twoc h1 {
		font-size: 18px;
		margin-bottom: 20px;
		padding-bottom: 13px;
	}

	.sol-twoc h2 a {
		font-weight: 700;
		padding: 5px 10px;
		font-size: 12px;
		margin-right: 5px;
	}

	.sol-three-xia-b h1 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.news-onec-xia-c {
		width: 43%;
	}

	.news-onec-xia-c h2 {
		margin-top: 5px;
	}

	.news-onec-xia-a {
		width: 43%;
	}

	.news-onec-xia li a {
		padding: 10px 10px 10px 10px;
	}

	.sol-four {
		padding-bottom: 30px;
	}

	.news-onec-xia-b {
		padding: 0 8px 0 8px;
	}

	.news-onec-xia-b p {
		font-size: 12px;
	}

	.news-onec-xia-b h1 {
		font-size: 15px;
		margin-bottom: 6px;
	}

	.proxq-one .sol-twoc {
		padding: 30px 15px;
	}

	.proxq-one-two-xia {
		margin-top: 20px;
		padding-top: 20px;
	}

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

	.proxq-two-xia-a {
		width: 38px;
	}

	.pro-one .sol-three-xia {
		margin-top: 0px;
	}

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

	.proxq-one {
		box-shadow: inherit;
	}

	.gallery-top .swiper-button-prev {
		display: block;
	}

	.gallery-top .swiper-button-next {
		display: block;
	}

	.proxq-one .sol-twob {
		width: 100%;
	}

	.sol-twoba .gallery-thumbs {
		display: none;
	}

	.proxq-one .sol-twob .sol-twobb {
		width: 100%;
	}

	.nestit h3 {
		line-height: 24px;
	}

	.newxq-onea {
		padding: 30px 15px 5px 15px;
	}

	.newsing-twob {
		width: 100%;
		padding-left: 0;
		margin-right: 0;
	}

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

	.newsing-two {
		padding: 30px 0 30px 0;
	}

	.proxq-two .video-two-a {
		margin-bottom: 30px;
	}

	.proxq-two .video-two-a {
		margin-bottom: 30px;
	}

	.proxq-one {
		margin: 30px 0 0;
		border-radius: 10px;
	}

	.pro-one-b {
		display: none;
	}

	.pro-one-a {
		padding-bottom: 30px;
	}

	.pro-one-bb p {
		font-size: 14px;
	}

	.pro-one-bb {
		max-width: 100%;
		margin-top: 15px;
	}

	.pro-one-aa h1 span {
		margin-left: 5px;
		font-size: 24px;
	}

	.pro-one-aa h1 {
		font-size: 30px;
	}

	.pro-one-aa {
		width: 100%;
	}

	.pro-one-a {
		flex-wrap: wrap;
	}

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

	.news-onec-xia-c h1 {
		padding: 6px 10px;
		border-radius: 20px;
		font-size: 12px;
	}

	.sol-four-xia {
		margin-top: 30px;
	}

	.sol-three {
		padding-bottom: 30px;
	}

	.sol-three-xia-b h2 {
		font-size: 14px;
	}

	.sol-three-xia ul li a {
		display: flex;
		flex-wrap: wrap;
		padding: 16px;
		border-radius: 10px;
	}

	.sol-three-xia-b {
		width: 100%;
	}

	.sol-three-xia-a {
		width: 100%;
	}

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

	.sol-three-xia ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.sol-twoc p {
		font-size: 14px;
		line-height: 27px;
	}

	.sol-twoc h2 a img {
		width: 22px;
	}

	.sol-twoc h2 {
		margin-top: 20px;
	}

	.sol-twoc {
		width: 100%;
		padding: 30px 0px;
	}

	.sol-twob {
		width: 100%;
	}

	.sol-twoa {
		flex-wrap: wrap;
		border-radius: 10px;
		padding: 20px 20px;
	}

	.sol-two {
		padding: 30px 0 30px 0;
	}

	.video-one-b-a {
		left: 30%;
		width: 237px;
		height: 28px;
		top: 16%;
	}

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

	.pages {
		margin-top: 20px;
	}

	.video-two-b ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.index-three-xia-b-c p {
		font-size: 14px;
		font-weight: 100;
		margin-top: 6px;
	}

	.bannerswipera-a&gt;img {
		width: 133px;
	}

	.bannerswipera-a h1 {
		font-size: 22px;
		margin-top: 15px;
	}

	.banner::after {
		display: none;
		background: url(../images/bjj.png) no-repeat top;
		background-size: 100%;

	}

	.banner-zau {
		display: none;
	}

	.index-one-xia-t p {
		font-size: 22px;
		padding-left: 16px;
	}

	.video-one-b a {
		padding: 12px 6px;
		font-size: 12px;
	}

	.video-two-a h1 {
		font-size: 22px;
	}

	.video-two-a p {
		margin-top: 7px;
		font-size: 12px;
	}

	.video-two-b {
		margin-top: 30px;
	}

	.video-one-a {
		bottom: 64px;
	}

	.video-two {
		padding: 30px 0 30px;
	}

	.video-one-a p {
		font-size: 20px;
	}

	.video-one-a h1 {
		font-size: 20px;
		color: #FFFFFF;
	}

	.video-one-b {
		position: relative;
		right: 0;
		bottom: 0;
		width: 100%;
		border-radius: 0;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}

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

	.index-one-xia {
		border-radius: 0px;
	}

	.index-one-xia-a {
		padding-left: 0;
		width: 100%;
	}

	.index-one {
		padding: 0px;
	}

	.index-one-xia-p h1 {
		font-size: 20px;
		margin-bottom: 24px;
	}

	.index-one-xia-p {
		margin-top: 25px;
	}

	.index-one-xia-g {
		display: none;
	}

	.index-two-xia-a-aaq h1 {
		font-size: 14px;
		margin: 19px 0;
	}

	.index-one-xia-t strong {
		margin-left: 10px;
		font-size: 16px;
	}

	.index-two-xia ul li:nth-child(2n) {
		border-radius: 0 !important;
	}

	.index-two-xia ul li .index-two-xia-b {
		border-radius: 20px 20px 0px 0 !important;
	}

	.index-two-xia-a-aaq h2 {
		margin: 0px 0 20px;
		font-size: 15px;
	}

	.index-two-xia-a-aaq h2 img {
		width: 23px;
	}

	.index-two-xia-a-aaq {
		max-width: 100%;
		margin: 30px 7px 0;
	}

	.index-two-xia-b {
		width: 100%;
	}

	.index-two-xia-a {
		width: 100%;
	}

	.index-two-xia ul li a {
		flex-wrap: wrap;
	}

	.index-three-xia {
		margin-top: 30px;
		flex-wrap: wrap;
	}

	.index-three-xia-a {
		width: 100%;
	}

	.index-three-xia-b {
		width: 100%;
	}

	.index-three-xia-b-b {
		width: 25%;
		padding: 8px 13px;
	}

	.index-three-xia-b-b h2 {
		font-size: 39px;
		margin-top: -7px;
	}

	.index-three-xia-b-b h3 {
		font-size: 12px;
		margin-top: -7px;
	}

	.index-three-xia-b-c h1 {
		font-size: 14px;
	}

	.index-fourb {
		width: 100%;
	}

	.index-fourb-c {
		display: none;
	}

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

	.index-fiver-c img {
		margin-top: 19px;
	}

	.index-footer-b-ab {
		display: none;
	}

	.index-footer-b-aa-b ul li {
		margin-left: 12px;
		width: 38px;
		height: 38px;
	}

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

	.index-footer-c {
		padding-bottom: 19px;
		flex-wrap: wrap;
	}

	.index-footer-b-aa-b {
		margin-top: 25px;
	}

	.index-footer-b-aa img {
		margin-right: 12px;
		width: 16px;
	}

	.index-footer-b-aa-aa h2 {
		font-size: 16px;
	}

	.index-footer-b-aa {
		width: 100%;
	}

	.index-fiver-b-a p {
		font-size: 12px;
		margin-top: 5px;
	}

	.index-footer-b-a {
		width: 100%;
		padding-right: 0;
		border-right: inherit;
	}

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

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

	.index-footer-b {
		padding: 30px 0;
		flex-wrap: wrap;
	}

	.index-fiver-b-b ul li a h2 img {
		width: 23px;
	}

	.index-fiver-b-b ul li a h1 {
		font-size: 16px;
		margin-bottom: 7px;
	}

	.index-fiver-b-b ul li a p {
		font-size: 16px;
	}

	.index-fiver-b-b {
		margin-top: 30px;
	}

	.index-fiver-b-b ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.index-fiver-b-b ul {
		flex-wrap: wrap;
	}

	.index-fivera {
		border-radius: 20px;
		padding: 30px 15px;
		flex-wrap: wrap;
	}

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

	.fourcswipera-b-b h2 {
		font-size: 16px;
	}

	.fourcswipera-b-b p {
		font-size: 12px;
	}

	.fourcswipera-b-b {
		max-width: 58%;
	}

	.fourcswipera-a {
		margin-top: 10px;
	}

	.fourcswipera h1 {
		font-size: 14px;
	}

	.fourcswipera {
		border: 1px solid #dadfe0;
		margin-top: 30px;
		padding: 25px 20px 25px;
	}

	img.dh {
		top: -15px;
		left: 33px;
		width: 37px;
	}

	.index-fourb-a h1 {
		font-size: 20px;
		padding-left: 20px;
		font-weight: bold;
	}

	.index-fourb-a {
		margin: 7px 0 0px;
	}

	.index-fourc {
		width: 100%;
	}

	.index-foura {
		padding: 30px 10px;
		flex-wrap: wrap;
	}

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

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

	.index-three-xia-b-c {
		width: 70%;
	}

	.index-three-xia-b-b h1 {
		font-size: 12px;
	}

	.index-three-xia-b ul li {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.index-three-xia-a-b h2 {
		font-size: 14px;
		margin-bottom: 14px;
		height: auto;
	}

	.index-three-xia-a-b h1 {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.index-three-xia-a ul li:first-child {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.index-three-xia-a ul li {
		display: none;
	}

	.index-one-xia-b {
		width: 100%;
	}

	.index-one-xia-t-a {
		right: 0;
		top: 10px;
	}

	.index-one-xia-t-a a img {
		width: 23px;
	}

	.index-one-xia-t-a a {
		font-size: 15px;
	}

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

	.index-one-xia-p&gt;a img {
		width: 23px;
	}

	.index-one-xia-p&gt;a {
		margin: 25px 0;
		font-size: 15px;
	}

	.index-one-xia-p ul li {
		width: 47%;
	}

	.index-one-xia-p ul li a {
		font-size: 14px;
	}

	.index-one-xia-t {
		border-left: 4px solid #03368b;
	}

	.bannerswiper .swiper-pagination {
		left: 22px;
	}

	.bannerswipera-a h1 span::after {
		bottom: -10px;
		width: 27%;
	}

	.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&gt;ul&gt;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&gt;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) {}
</pre></body></html>