@charset "utf-8";

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

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

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

@font-face {
	font-family: "Roboto-b";
	src: url('ROBOTO-BLACK.TTF');
	font-style: normal;
}	

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

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

html,
body {
	width: 100%;
}

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

input,
select,
option,
textarea {
	border: none;
	outline: none;
	font-family: "Microsoft YaHei";
	font-size: 16px
}

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: 1800px;
	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;
	    box-shadow: 0px 2px 9px rgb(0 0 0 / 6%);
}

header.fixedd {
	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);
}*/

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

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

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

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

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

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

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

.head-main .nav>ul>li>a:after {
	content: "";
	position: absolute;
	bottom: 18px;

	left: 0;
	/* border-radius: 50%; */
	width: 100%;
	display: none;
	height: 2px;
	background: #1d7fda;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.head-main .nav>ul>li.on>a:after,
.head-main .nav>ul>li>a:hover:after {
	display: none;
}

.head-main .nav>ul>li:hover>a,
.head-main .nav>ul>li.on>a {
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);
	/* display: block; */
	font-weight: bold;
	-webkit-text-fill-color: transparent;
	color: transparent;
	-webkit-background-clip: text;
}

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

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

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

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

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

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

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

.right-side-box .search-popup__toggler {
	width: 35px;
	height: 35px;

	margin-right: 20px;

	line-height: 32px;
	background: url(../images/search.png) no-repeat center center;
}

.right-side-box .side-menu__toggler {
	width: 55px;
	height: 55px;
	/* 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: 70px;
	height: 32px;
	/* background: url(../images/bullet_bn.png) no-repeat 90% center; */
}

.right-side-box .lang .box {
	border-radius: 25px;

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 10px;
	height: 32px;
	overflow: hidden;
	background: url(../images/bullet_bn.png) no-repeat 90% 15px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

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

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

.right-side-box .lang a {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 20px;


}



.right-side-box .lang a:hover {
	color: rgb(15, 154, 255) !important;
}

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

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


/*
 
 * 
 * 
 * 
 * */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Magnific Popup CSS */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Main image in popup */

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


/* The shadow behind the image */

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

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

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

.mfp-figure figure {
	margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}


/*弹窗*/

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

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

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

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

.mCustomScrollBox {
	padding-right: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeInNavItems {
	0% {
		opacity: 0;
	}

	80% {
		opacity: 0.75;
	}

	90% {
		opacity: 0.9;
	}

	100% {
		opacity: 1;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa {
	font-size: 0;
}

.fa img {
	vertical-align: middle;
}

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

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

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

/*
* 22. search-popup styles
*/

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

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

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

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

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

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

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

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

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

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

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

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


/* Cursor Style */

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

.cursor {
	visibility: visible;
}

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

.cursor.hovered {
	opacity: 0.08;
}

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

.cursor-follower {
	visibility: visible;
}

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

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

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

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


/*移动端*/


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.maxDiv .maskbg {
	left: 0;
}

.maskbg:before {
	content: "";
	position: absolute;
	top: 0;
	left: -9999px;
	width: 180px;
	height: 100%;
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);

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

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

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

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

#menu h1 {
	font-weight: 300;
}

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

#menu p {
	margin: 20px 0;
}

#menu .nav {
	height: auto;
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);

	float: none;
}

#menu {
	margin: 4em 0;
	width: 180px;
	min-height: 308px;
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);

	left: -9999px;
	transition: all 0.3s;
	text-transform: uppercase;
}

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

.sliding-menu a.back {
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);

}

.sliding-menu a:hover {
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);

}


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

.bannerswiper {
	position: relative;

}

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

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

.tilted {

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

}

.tilted span {
	position: relative;
}

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

.tilted span:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	transform: translateY(-50%);
	left: -61px;
	width: 50px;
	height: 8px;

	background: url(../images/zhuang1.png);
}

.tilted h2 {

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


}

.bannerswipera {
	position: relative;
}

.bannerswipera>img {
	width: 100%;
	vertical-align: bottom;
}
.bannerswipera-a p img{
	vertical-align: middle;
	margin-right: 6px;
	width: 20px;
}
.bannerswipera-a {
	position: absolute;
	top: 28%;
	left: 12%;
	width: 100%;
}

.bannerswipera-a h1 em {
	display: inline-block;
	margin-right: 10px;
	width: 25px;
	height: 7px;
	vertical-align: middle;
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);


}

.bannerswipera-a h1 {
	font-size: 20px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.25;
	transform: translateX(40px);
	opacity: 0;
}

.bannerswipera-a h2 {

	font-size: 60px;

	color: rgb(255, 255, 255);
	/* font-weight: bold; */
	transform: translateX(40px);
	opacity: 0;

	margin: 15px 0 30px 0;
}

.bannerswipera-a h2 span {
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);
	-webkit-text-fill-color: transparent;
	color: transparent;
	-webkit-background-clip: text;
	font-size: 60px;
	font-family: "Roboto-b";
	font-weight: bold;
	color: rgb(224, 25, 18);


}

.bannerswipera-a p {
	font-size: 24px;
	color: rgb(255, 255, 255);
	line-height: 35px;
	transform: translateX(40px);
	opacity: 0;
}

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

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

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

.bannerswiper .swiper-pagination {
	width: auto;
	left: 12%;
	right: inherit;
	bottom: 103px;
}

.dangqian {

	font-size: 16px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;

}

.xianji {

	border-radius: 50%;
	background-color: rgb(39, 141, 217);
	vertical-align: middle;
	width: 5px;
	height: 5px;


	display: inline-block;
	margin: 0 15px;
}

.zongshu {

	font-size: 16px;
	font-family: "Roboto";
	color: rgba(255, 255, 255, 0.2);
	font-weight: bold;

	line-height: 1.563;

}

.index-one {
	display: flex;
	height: 220px;
	background: url(../images/onebj.jpg) no-repeat;
	background-size: cover;
}

.index-onea {
	width: 8%;
	text-align: center;
	padding-top: 50px;
}

.index-onea h1 span {
	display: block;
	line-height: 43px;
	font-size: 35px;
	font-family: "Adobe Heiti Std";
	color: rgb(255, 255, 255);


}

.index-onea h1 {
	background: url(../images/xing.png) no-repeat center center;

}

.index-onea h2 {
	text-transform: uppercase;
	font-size: 9px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	line-height: 3.333;
}

.index-oneb ul {
	display: flex;
}

.index-oneb ul li {
	width: 22%;
	background: url(../images/xasy.jpg) no-repeat;
	background-size: cover;
	margin-right: 25px;
	border-radius: 10px;
}

.index-oneb-a {
	padding: 40px 20px 30px;
	display: flex;
}

.index-oneb-b {
	width: 50%;
}

.index-oneb-c {
	width: 50%;
}

.index-oneb-b h1 {
	font-size: 17px;
	color: rgb(34, 34, 34);
	font-weight: bold;
	line-height: 1.5;
	height: 100px;
	padding: 0 15px 0 0;
	
}

.index-oneb-b h2 img {
	vertical-align: middle;
	margin:0 5px;
}

.index-oneb-b h2 {
	/* margin-top: 31px; */
	font-size: 16px;
	color: rgb(102, 102, 102);

	line-height: 2.5;
}

.index-oneb-b h2:hover {
	color: rgb(15, 154, 255);
}

.index-oneb {
	width: 92%;
	position: relative;
	top: -22px;
	z-index: 9;
}

.index-oneb-c img {
	transition: all 1s;
}

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

.index-oneb ul li:hover .index-oneb-b h1 {
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);

	font-weight: bold;
	-webkit-text-fill-color: transparent;
	color: transparent;
	-webkit-background-clip: text;
}

.index-oneb-c {
	display: flex;
	align-items: top;
	justify-content: center;
}

.banner {
	position: relative;
}

.banner-xia {
	display: none;
	z-index: 99;
	position: absolute;
	right: 50px;
	bottom: 44px;
}

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

.zxun {
	animation: xz 7s linear 0s infinite;
}

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

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

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

.ww1 {
	max-width: 1400px;
	margin: 0 auto;
}
.index-two {
	padding: 90px 0;
}

.fixed .head-main .logo img {
	filter: inherit;
	height: 60px;
}

.fixedd .head-main .logo img {
	filter: inherit;

}

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

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

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

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

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

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

.fixed .right-side-box .lang a {

	color: #333;
}

.fixedd .right-side-box .lang a {

	color: #333;
}

.index-twoa {
	display: flex;

	justify-content: space-between;
}

.index-twob h1 img {
	vertical-align: middle;
	margin-right: 10px;
}

.index-twob h1 {
	font-size: 16px;
	font-family: "Roboto";
	color: rgb(34, 34, 34);
	text-transform: uppercase;
	line-height: 1.875;

}

.index-twob h2 {
	margin-top: 15px;
	font-size: 46px;

	color: rgb(2, 14, 71);
	font-weight: bold;

	line-height: 0.652;

}

.index-twoc span {

	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #109bff;
	color: rgb(102, 102, 102);
	font-weight: bold;
	line-height: 1.667;


	display: inline-block;
}

.index-twoc span:hover {
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);
	/* display: block; */

	-webkit-text-fill-color: transparent;
	color: transparent;
	-webkit-background-clip: text;
}

.index-twoc img {
	vertical-align: middle;
	margin-left: 5px;
}

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

.index-twodd ul {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	justify-content:start
}

.index-twodd ul li {
	width: 24%;
	height: 85px;
	padding-left:15px;
	cursor: pointer;
	line-height: 85px;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	color: rgb(34, 34, 34);
	position: relative;
	font-weight: 100;
	margin-bottom: 10px;
	background: #f3f8fc;
	border-radius: 5px 5px 20px 5px;
	margin: 7px;
}

.index-twodd ul li.on,
.index-twodd ul li:hover {
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);
	color: #fff;
	font-weight: bold;

}

.index-twoc a:hover {
	opacity: 0.8;
}

.index-twodd ul li.on .index-twodda {
	color: #fff;
	background-color: rgb(255, 255, 255, 0.3);


}

.index-twodda {
	width: 26px;
	height: 26px;
	background: #d4e1ec;
	line-height: 26px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	font-family: "Roboto";
	color: rgb(34, 34, 34);
	border-radius: 10px 4px 10px 0;
}

.index-twodd-a {
	border-radius: 20px 20px 0 0;
	padding-top: 40px;
	margin-top: 30px;

	border-top: 1px solid #d3d8e5;
}

.index-twodd-b ul {
	display: flex;
	flex-wrap: wrap;
}
.index-twodd-b ul li::after{
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(231, 241, 249);
	content: "";
	display: block;
}
.index-twodd-b ul li {
	width: 23.5%;
	position: relative;
	z-index: 1;
	margin-right: 25px;
	/* height: 262px; */
	margin-bottom: 25px;
	
}
.index-twodd-b ul li a{
	display: block;
	padding: 30px 30px 30px 30px;
}
.index-twodd-b ul li:nth-child(4n) {
	margin-right: 0px;
}

.index-twodd-b ul li h1 {
    position: relative;
    font-size:18px;
	font-weight: bold;
	line-height: 30px;	
    max-width: 84%;
    color: rgb(34, 34, 34);
	height: 60px;

}

.index-twodd-b ul li h1 img {
	position: absolute;
	right: -48px;
	top: 4px;
}

.index-twodd-b ul li h2 {
	height:auto;
	font-size: 16px;
	margin-top: 15px;
	color: rgb(102, 102, 102);
	text-transform: uppercase;
	line-height: 1.875;


}

.index-twodd-b ul li h3 {
    /* margin-top: 10px; */
    position: relative;
    text-align: center;
    top: 0;
    margin-top:30px;
}

.index-twodd-b ul li:hover h1 {
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);
	/* display: block; */

	-webkit-text-fill-color: transparent;
	color: transparent;
	-webkit-background-clip: text;
}

.index-twodd-b ul li h3 img {
	transition: all 1s;
}

.index-twodd-b ul li:hover h3 img {
	transform: scale(1.05);
}

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

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

.index-three {
	display: flex;
}

.index-threea {
	position: relative;
	width: 34%;

}

.index-threea-b {
	position: absolute;
	top: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.index-threea-b h1 {
	font-size: 16px;
	font-family: "Roboto";
	color: #fff;
	text-transform: uppercase;
	line-height: 1.875;
}

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

.index-threea-b h2 {
	margin-top: 15px;
	font-size: 46px;
	color: #fff;
	font-weight: bold;
	line-height: 0.652;
}

.index-threea-b p {

	font-size: 20px;
	margin-top: 25px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;

}

.index-threeb {
	width: 41%;
	padding: 0 67px;
	padding-top: 52px;
	padding-bottom: 48px;
	background: url(../images/xz.jpg) no-repeat;
	background-size: cover;
}

.twobswiper {
	height: 600px;
}

.index-threea ul li>img {
	width: 100%;
	vertical-align: bottom;
}

.twobswipera h1 {
	font-size: 30px;
	color: rgb(34, 34, 34);
	font-weight: bold;
	line-height: 1.667;
}

.twobswipera h1 span {

	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
	font-family: "Roboto";


	font-size: 40px;
	color: rgb(237, 237, 237);
}

.twobswipera h2 {
	display: flex;
	justify-content: space-between;
	font-size: 46px;

	color: rgb(2, 14, 71);
	font-weight: bold;
	text-transform: uppercase;


}

.twobswipera h2 span {
	text-align: right;
	font-size: 25px;
	font-family: "Roboto";
	color: rgb(188, 188, 188);
	text-transform: uppercase;
	font-weight: 100;


}

.twobswiperb {
	display: none;
}

.twobswiper .swiper-slide.swiper-slide-active {
	height: 300px !important;
}

.twobswiper .swiper-slide-active .twobswiperb {
	display: block;
}

.twobswiper .swiper-slide-active .twobswipera h1 {
	display: none;
}

.twobswiperb h3 {
	margin: 20px 0 40px 0;
}

.twobswiperb p {
	font-size: 20px;

	color: rgb(34, 34, 34);
	text-transform: uppercase;
	line-height: 1.75;

}

.index-twoc {

	text-align: right;
}

.twobswiperb .index-twoc {
	margin-top: 30px;
}

.index-threeb-a {
	height: 20px;
	position: relative;
}

.index-threeb-a .swiper-pagination {
	width: auto;
	left: 0;
	right: inherit;
}

.dangqian2 {


	color: #e01912;

}

.index-threeb-a .swiper-pagination {
	font-size: 16px;
	font-weight: bold;
	color: #b0b0b0;
	font-family: "Roboto";
}

.zongshu2 {
	color: #b0b0b0;
}

.index-threea ul li {
	display: none;
}

.index-threea ul li.on {
	display: block;
}

.index-threec {
	width: 25%;
	background: #eef1f4;
}

.index-threec-a img {
	width: 100%;
}

.index-threec-b {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-top: 50px;
	cursor: pointer;
}

.index-threec-b h1 {

	font-size: 26px;

	color: rgb(2, 14, 71);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.346;


}

.index-threec-b img {
	margin-top: 33px;
}

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

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

.video-js {
	display: block;
	vertical-align: top;
	box-sizing: border-box;
	color: #fff;
	background-color: #000;
	padding: 0;
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100% !important;
	height: 100% !important;
}

.index-foru {
	padding-top: 70px;

	background: url(../images/xas.jpg) no-repeat top;
	background-size: 100%;
}

.index-forua h1 img {
	vertical-align: middle;
	margin-right: 10px;
}

.index-forua h1 {
	font-size: 25px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	margin-bottom: 15px;

}

.index-forua h2 {
	font-size: 60px;
	font-weight: bold;
	color: rgb(255, 255, 255);
}

.index-forua h2 span {
	color: #e01912;
}

.index-forua {
	position: relative;
	padding-bottom: 40px;
}

.index-forua h3 {
	position: absolute;
	right: 0;
	bottom: 0;
	right: 48px;
}

.index-forua h3 img {
	vertical-align: bottom;
}

.index-forub {
	width: 91%;
	position: relative;
	overflow: hidden;
	border-radius: 0 60px 0 0;
}

.index-forub>img {
	vertical-align: bottom;
}

.index-forub-a {
	width: 30%;
	top: 100px;
	right: 90px;
	position: absolute;
}

.index-forub-a h1 {

	font-size: 30px;

	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.5;


}

.index-forub-a h1 em {
	width: 8px;
	height: 8px;
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);


	border-radius: 50%;
	display: inline-block;
}

.index-forub-a h2 {
	font-size: 18px;
	text-align: justify;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.667;

	margin: 20px 0;
}

.index-forub-a .index-twoc span {
	color: #fff;
}

.index-forub-a .index-twoc {
	text-align: left;
	margin-top: 40px;
}

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

.index-fivera ul {
	display: flex;
	margin-top: 40px;
}

.index-fivera ul li {
	margin-right: 10px;
	cursor: pointer;
	padding: 10px 20px;
	border-radius: 23px;
	background: #e7f1f9;
	display: inline-block;
	font-size: 20px;

	color: rgb(102, 102, 102);


}

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

.pages li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
	cursor: pointer;
}

.pages li:hover a,
.pages li.active a {
	background: rgba(22, 119, 255, 1);
	color: #fff;
}

.pages li a {
	display: block;
	background: #fff;
	padding: 7px 12px;
	/* font-weight: bold; */
	font-size: 12px;
	color: rgb(90, 88, 88);
	background: #fff;
	border-radius: 5px;
	border: 1px solid #dfdfe3;
}

.index-fivera ul li.on {
	color: #fff;
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);
	border-radius: 23px 25px 0 23px;

}

.index-fivera ul li.on a {
	color: #fff;
}

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



.index-fiverb-a-img {
	overflow: hidden;
	position: relative;
	border-radius: 10px 10px 0 0;
}

.index-fivera {
	position: relative;
	bottom: -44px;
}

.index-fiverb-a-img img {
	vertical-align: bottom;
}

.index-fiverb-a {
	padding: 80px 0 0 0;
}

.index-fiverb-a-img p {
	width: 100%;
	padding: 0 35px;
	bottom: 15px;
	position: absolute;
	left: 0;

	font-size: 24px;

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

}

.index-fiverb-a-p {
	padding: 30px 30px 70px 30px;
	background-image: -webkit-linear-gradient(0deg, rgb(231, 241, 249) 0%, rgb(247, 251, 254) 100%);


	border-radius: 0 0 10px 10px;
}

.index-fiverb-a-p h1 em {
	border-radius: 50%;
	background-color: rgb(39, 141, 217);
	vertical-align: middle;
	width: 5px;
	height: 5px;
	display: inline-block;
	margin-right: 5px;
}

.index-fiverb-a-p h1 {

	font-size: 16px;
	font-family: "Roboto";
	color: #666666;

	line-height: 1.063;

}

.index-fiverb-a-p h2 {
	font-size: 18px;
	margin-top: 25px;
	color: rgb(34, 34, 34);
	text-transform: uppercase;
	line-height: 1.667;

}

.index-fiverb-gg {
	background: #2c4383;
	border-radius: 40px 20px 20px 20px;
}

.index-fiverb-gga {
	padding: 0 40px 40px 40px;
}

.index-fiverb-gga>img {
	margin-bottom: 40px;
}

.index-fiverb-gga h1 {
	font-size: 26px;
	text-align: right;
	color: rgb(255, 255, 255);
	text-transform: uppercase;

}

.index-fiverb-gga h2 {
	text-align: right;
	margin-top: 35px;
}

.index-fiverb-gga h2 a {
	font-size: 16px;
	font-family: "Roboto";
	color: rgb(16, 155, 255);
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 20px;
	background-color: rgb(22, 37, 81, 0.5);

	padding: 10px 10px;



}

.index-fiverb-gga h2 a img {
	vertical-align: middle;
	margin-left: 10px;
}

.index-fiverb-ggb {
	padding: 70px 30px 39px 30px;
	background: url(../images/zs.jpg) no-repeat;
	background-size: cover;
	border-radius: 0 40px 0 0;
}

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

.index-fiverb-ggb .index-twob h1 {

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

}

.index-fiverb-a:hover {
	opacity: 0.8;
}

.index-threec-b img:hover {
	opacity: 0.8;
}

.index-fiverb-ggb .index-twob h2 {

	color: rgba(255, 255, 255);

}

.index-fivera {
	z-index: 999;
}

.index-fiverb {
	display: none;
}

.index-fiverb:first-child {
	display: block;
}

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

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

.index-footerb>img {
	margin-bottom:10px;
}

.index-footerc p img {
	vertical-align: middle;
	margin-right: 15px;
}

.index-footerc p {
	font-size: 16px;
	font-family: "Roboto";
	color: rgb(105, 108, 116);
	line-height: 2.188;
	margin: 10px 0;


}

.index-footerc p span {
	color: #696c74;
}

.index-footerc h1 {
	font-size: 50px;
	font-family: "Roboto";
	color: rgb(99, 102, 110);

}

.index-footerc h1 span {
	font-family: "Roboto-b";
}

.index-footerc h1 em {
	width: 8px;
	height: 8px;
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);
	border-radius: 50%;
	display: inline-block;
	margin-left: 10px;
}

.index-footerc h2 {
	font-size: 90px;
	color: #fff;
	font-family: "Roboto-b";
}

.index-footerc h3 {

	font-size: 18px;

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


}

.index-footerc h4 {
	margin-top: 45px;
}

.index-footerd {
	text-align: right;
}

.index-footerd ul li {
	text-align: right;
}

.index-footerd ul li a {

	font-size: 16px;

	color: rgb(255, 255, 255);

	line-height: 2.188;

}

.index-footerd ul li a:hover {
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);
	/* display: block; */
	-webkit-text-fill-color: transparent;
	color: transparent;
	-webkit-background-clip: text;
}

.index-footerd {
	/* padding-top: 45px; */
}

.index-footerd-a a {
	display: inline-block;
	margin-left: 20px;
}

.index-footerd-a a:hover {
	opacity: 0.8;
}

.index-footerd-a {
	margin: 30px 0;
}

.index-footerd-p p {

	font-size: 14px;
	font-family: "Roboto";
	color: rgb(99, 102, 110);
	text-align: center;
	width: 100%;


}

.nbanner-one {
	position: relative;
}

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

.nbanner-onea {
	position: absolute;
	left: 9%;
	top: 50%;
	transform: translateY(-50%);
}

.nbanner-onea h1 em {
	display: inline-block;
	margin-right: 10px;
	width: 25px;
	height: 7px;
	vertical-align: middle;
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);
}

.nbanner-onea h1 {

	font-size: 20px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);



}

.nbanner-onea h2 {

	font-size: 65px;
	margin-top: 25px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;

}

.nbanner-oneb {
	background: #2c4383;
	position: absolute;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 50%;
	height: 60px;
	line-height: 60px;
	z-index: 1;
	border-radius: 40px 0 0 0;
}

.nbanner-oneb p {
	margin-left: 30px;

	font-size: 16px;
	vertical-align: middle;
	color: rgba(255, 255, 255, 0.502);

	position: relative;
	top: -10px;
	display: inline-block;
}

.nbanner-oneb a {
	display: inline-block;
	vertical-align: middle;
}

.nbanner-oneb p a {
	font-size: 16px;

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

.nbanner-oneb p a:hover {
	color: rgb(15, 154, 255);

}

.about-one {
	padding: 100px 0;
	background: #fff url(../images/summary_bg_01.png) no-repeat right top;

}

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

.about-oneb {
	width: 27%;
	padding-top: 150px;
}

.about-oned {
	width: 27%;
}

.about-onec {
	width: 51%;
	padding: 0 20px;
}

.about-onec h3 {
	font-size: 24px;
	color: #222222;
	margin-top: 45px;
	line-height: 1.458;
	font-weight: 100;

}

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

	color: rgb(102, 102, 102);

	line-height: 1.667;
	margin-top: 40px;

}

.about-oned {
	padding-top: 260px;
}

.index-threeb {
	position: relative;
}

.index-threeb::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 214px;
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);
	content: "";
	display: block;

}

.about-two {
	padding: 90px 0;
	background: url(../images/xasq.jpg) no-repeat top;
	background-size: 100%;
}

.about-twoa .index-twob {
	width: 100%;
	text-align: center;
}

.about-twoa .index-twob h1 {
	color: #FFFFFF;
}

.about-twoa .index-twob h2 {
	color: #FFFFFF;
}

.about-twobb {
	margin-top: 50px;
	display: flex;
	overflow: hidden;
	border-radius: 60px 0 60px 0;
}

.about-twobb-a {
	width: 66%;
}

.about-twobb-b {
	width: 42%;
}

.about-twobb-a img {
	vertical-align: bottom;
}

.about-twobb-bb {
	display: flex;

	padding: 0 60px;
	align-items: center;
	justify-content: space-between;
}

.about-twobb-bb {
	background: url(../images/sbj.jpg) no-repeat;
	background-size: cover;
	height: 50%;
	border-radius: 0 0 0 60px;
}

.about-twobb-bb h1 {

	font-size: 30px;

	color: rgb(224, 25, 18);
	font-weight: bold;
	line-height: 1.667;



}

.about-twobb-b {
	background: #eef1f4;
}

.about-twobb-bb-a h2 {

	font-size: 22px;

	color: rgb(34, 34, 34);
	line-height: 2.273;


}

.about-twobb-bb {
	position: relative;
}

.about-twobb-bb::after {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: rgb(224, 25, 18);

	width: 6px;
	height: 69px;
	content: "";
	display: block;
}

.about-twobb-b {
	position: relative;
}

.about-twobb-bb:first-child {
	position: absolute;
	top: 0;
	right: 0px;
	width: 129%;
}

.about-twobb-bb:last-child {
	position: absolute;
	bottom: 0;
	right: 0px;
	background: #eef1f4;
	width: 100%;
	flex-direction: row-reverse;
}

.about-twobb-bb:last-child .about-twobb-bb-a {
	text-align: right;
}

.about-twobb-bb:last-child::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: -webkit-linear-gradient(90deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);
	left: inherit;

	width: 6px;
	height: 69px;
	content: "";
	display: block;
}

.about-twobb-bb:last-child .about-twobb-bb-a h1 {
	background-image: -webkit-linear-gradient(90deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);
	-webkit-text-fill-color: transparent;
	color: transparent;
	-webkit-background-clip: text;
}

.about-twoa.hezuo-one .index-twob h1 {
	color: rgb(34, 34, 34);
}

.about-twoa.hezuo-one .index-twob h2 {
	color: rgb(2, 14, 71);
}

.hezuo-one p {
	font-size: 24px;

	color: rgb(34, 34, 34);
	margin-top: 30px;
	line-height: 1.458;
	text-align: center;
	font-weight: 100;

}

.hezuo-two {
	margin-top: 60px;
}

.hezuo-two ul {
	display: flex;
	flex-wrap: wrap;
}

.hezuo-two ul li {
	position: relative;
	width: 16.6%;
	margin-bottom: 50px;
	text-align: center;
	z-index: 1;
}

.hezuo-twob {
	position: relative;

	width: 160px;
	height: 160px;
	/* border-radius: 50%; */
	margin: 0 auto;
	overflow: hidden;
}

.hezuo-two ul li::after {
	width: 87px;
	height: 106px;
	top: 52%;
	right: 45px;
	position: absolute;
	content: "";
	display: block;
	transform: rotate(45deg);
	z-index: -1;
	background-image: -webkit-linear-gradient(-32deg, rgb(3, 0, 0) 0%, rgb(255, 255, 255) 100%);
	opacity: 0.05;
}

.hezuo-twob img {
	transition: all 1s;
}

.hezuo-two ul li:hover .hezuo-twob img {
	transform: scale(1.1);
}

.contact-one {
	padding: 80px 0;
	background: #fff url(../images/summary_bg_01.png) no-repeat right top;
}

.contact-onea {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	border-radius: 0 0 60px 60px;
	margin-top: 40px;
}

.contact-onea-a {
	width: 50%;
	padding: 120px 0 0 40px;
	background: #e7f1f9;
}

.contact-onea-b {
	width: 50%;
}

.contact-onea-b img {
	width: 100%;
}

.contact-onea-a ul li {
	display: flex;
	margin-bottom: 50px;
	/* align-items: center; */
}

.contact-onea-a-ing {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
}

.contact-onea-a-b {
	margin-left: 20px;
}

.contact-onea-a-b h1 {

	font-size: 18px;
	-webkit-text-fill-color: transparent;
	color: transparent;
	-webkit-background-clip: text;
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);
	font-weight: bold;

	line-height: 1.667;


}

.contact-onea-a-b h2 {
	font-size: 22px;
	color: rgb(34, 34, 34);
	line-height: 1.364;
	font-weight: 100;
}

.contact-onea-a-b h2 strong {
/* 	font-family: "Roboto-b"; */
	font-weight: 100;
}

.contact-two {
	padding-bottom: 100px;
}

.contact-twoa {
	display: flex;
}

.contact-twob {
	width: 50%;
}

.contact-twoc {
	width: 50%;
}

.contact-twob-one {
	font-size: 24px;

	color: rgb(34, 34, 34);

	line-height: 1.458;


}

.contact-twob-one {
	max-width: 90%;
	margin-top: 40px;
	font-weight: 100;
}

.contact-twoc form {
	width: 100%;
	display: flex;

	flex-wrap: wrap;
	justify-content: right;
}

.contact-twoc form input {
	width: 48%;
	height: 56px;

	padding-left: 20px;
	background: #e7f1f9;
	margin-bottom: 20px;
	border-radius: 28px 28px 0 28px;
}

#attr_27 {
	margin-left: 27px;
}

.contact-twoc form textarea {
	width: 100%;
	background: #e7f1f9;
	height: 137px;
	padding-top: 20px;
	padding-left: 20px;
	border-radius: 28px 28px 0 28px;
}

.contact-twoc form button img {
	margin-left: 37px;
	vertical-align: middle;
}

.contact-twoc form button {
	margin-top: 25px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);
	border-radius: 28px 28px 0 28px;
	padding: 12px 19px;
	border: none;
}

.contact-twoc form button:hover {
	opacity: 0.8;

}

.news-one {
	background: #fff url(../images/summary_bg_01.png) no-repeat right top;
	padding: 0px 0 50px 0;
}

.news-two {
	padding: 50px 0;
	border-top: 4px solid #23a8fe;
	background: #e7f1f9;
}

.news-twoa ul li {
	margin-bottom: 10px;
	background: #fff;
	padding: 30px;
	transition: all 1s;
}

.news-twoa-a {
	display: flex;

}

.news-twoa-b {
	width: 8%;
	text-align: center;
	border-right: 1px solid rgb(237, 238, 242);

}

.news-twoa-b h1 {
	font-size: 50px;
	font-family: "Roboto-b";
	color: rgb(153, 153, 153);
	line-height: 1.2;

}

.news-twoa-b h2 {
	font-size: 16px;
	font-family: "Roboto";
	color: rgb(153, 153, 153);
	line-height: 1.2;
}

.news-twoa-c {
	width: 92%;
	padding-left: 30px;
	position: relative;
}

.news-twoa-c h1 {
	font-size: 24px;
	color: rgb(34, 34, 34);
	font-weight: bold;

}

.news-twoa-c h2 {
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);
	width: 10px;
	height: 4px;
	margin: 10px 0 15px 0;

}

.news-twoa-c p {
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.563;
	max-width: 86%;

}

.news-twoa-c .index-twoc {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 160px;

}

.news-twoa-c .index-twoc span {
	font-weight: 100;
	color: #999999;
	font-size: 16px;
	border-bottom: 1px solid #d4e1ec;
}

.news-twoa-c .index-twoc p img {
	filter: grayscale(1);
	opacity: 0.3;
}

.news-twoa ul li:hover .index-twoc span {
	color: #109bff;
	border-bottom: 1px solid #109bff;
}

.news-twoa ul li:hover .index-twoc p img {
	filter: inherit;
	opacity: 1;

}

.pro-onea {
	padding: 8px 13px;

}

.pro-oneb p {
	padding: 0 3px;
}

.pro-two .index-twoc {

	margin-left: 0;
}


.news-twoa ul li:hover .news-twoa-c h1 {
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);


	-webkit-text-fill-color: transparent;
	color: transparent;
	-webkit-background-clip: text;
}

.news-twoa ul li:hover {
	border-radius: 30px 30px 0 30px;
}

.pro-one {
	padding: 40px 0;



}

.pro-onea {
	border-width: 1px;
	border-color: rgb(212, 225, 236);
	border-style: solid;
	border-radius: 20px;
	background-color: rgb(243, 248, 252);

}

.pro-onea {
	padding: 16px 30px;
	display: flex;
	align-items: center;
	    white-space: nowrap;
}

.pro-onea .index-twoc span {
	color: #020e47;
}

.pro-oneb {
	display: flex;
	align-items: center;
}

.pro-oneb p {
	padding: 0 30px;
}

.pro-oneb p img {
	transition: all 1s;
}

.pro-two .about-onec {
	width: 100%;

}

.pro-oneb p:hover img {
	transform: scale(1.1);
}

.pro-two .index-twoc {
	margin-top: 30px;
	text-align: left;
	margin-left: 30px;
}

.pro-two .index-twoc span {
	color: #020e47;
}

.pro-two .index-twoc img {
	transform: rotate(90deg);
}

.pro-three {
    border-radius: 10px;
    background: #174b8f;
    margin: 20px 0;
    padding: 28px 30px;
}

.pro-three p {
	display: inline-block;
}

.pro-three span img {
	margin-right: 10px;
	filter: brightness(0)invert(1);
}

.pro-three p {
	color: #fff;
}

.pro-three-a {

	border-radius: 20px;

	padding: 20px;

}

.pro-three span {
    font-size: 30px;
    color: rgb(255, 255, 255);
    line-height: 1;
    display: block;
    margin-bottom: 26px;
}
.pro-three p a {
    font-size: 18px;
    color: rgb(255, 255, 255);
    padding: 5px 20px;
    display: inline-block;
    margin-bottom: 10px;
   border-left: 1px solid #fff;
}
.pro-three p a:hover {
	 border-left: 1px solid rgb(15, 154, 255);
	 color: #fff;
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);
}
.pro-three p a.on{
	 border-left: 1px solid rgb(15, 154, 255);
	 color: #fff;
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);
}
.proxq-one {
	padding-bottom: 90px;
}

.proxq-onea {
	display: flex;
	border-radius: 0 60px 0 60px;
}

.proxq-onec {
	background: url(../images/xs.jpg)no-repeat;
	background-size: cover;
	width: 50%;
	padding: 40px;
}

.proxq-oned {
	width: 50%;
	background: #e7f1f9;
	padding: 1px;
}

.proxq-oned-a {
	background: #fff;
}

.proxq-onec h1 img {
	vertical-align: middle;
	margin-right: 10px;
}

.proxq-onec h1 {
	font-size: 22px;
	color: rgb(102, 102, 102);


}

.proxq-onec h1 span {
	color: #129cff;
}

.proxq-onec h2 {
	font-size: 42px;
	color: rgb(2, 14, 71);
	font-weight: bold;
	/* line-height: 1.087; */
	margin: 25px 0;

}

.proxq-onec p {
	font-size: 18px;

	color: rgb(34, 34, 34);

	line-height: 1.667;

display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 限制在3行 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.proxq-onec a {

	font-size: 18px;

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



}

.proxq-onec a {
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);
	border-radius: 23px 25px 0 23px;
	display: inline-block;
	margin-top: 50px;
	padding: 10px 10px;
}

.proxq-onec a:hover {
	opacity: 0.8;
}

.proxq-onec a img {
	vertical-align: middle;
	margin-left: 13px;

}

.proxq-oned-a {
	display: flex;
}

.proxq-oned-a-a {
	width: 80%;
	padding: 0 20px;
}

.proxq-oned-a-b {
	width: 20%;
	padding: 68px 30px 50px 0px;
}

.gallery-thumbss .swiper-slide.swiper-slide-thumb-active span {
	border: 2px solid #159eff;
	border-radius: 10px;
	overflow: hidden;
}

.gallery-thumbss {
	height: 350px;
}

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

.proxq-oned-a-a {
	position: relative;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.proxq-oned-a-b {
	position: relative;
}

.proxq-oned-a-b .swiper-button-prev {
	position: absolute;
	top: 34px;
	width: 40px;
	height: 40px;
	left: 30px;
	background-size: 100%;
	background: url(../images/tt1.png) no-repeat;
}

.proxq-oned-a-b .swiper-button-next {
	position: absolute;
	bottom: 30px;
	top: inherit;
	left: 30px;
	width: 40px;
	height: 40px;
	background-size: 100%;
	background: url(../images/tt2.png) no-repeat;
}

.proxq-oned-a {

	height: 100%;
}

.gallery-thumbss .swiper-slide span {
	border-radius: 20px;
	padding: 4px;
	display: inline-block;
	border: initial;
}

.proxq-onea {

	position: relative;
	margin-top: -144px;
}

.proxq-twoa {
	display: flex;
	padding: 0 0 100px 0;
}

.proxq-twob {
	width: 50%;
}

.proxq-twoc {
	width: 50%;
	text-align: center;
}
.proxq-two p{
	    font-size: 16px;
	    color: #666666;
	    line-height: 25px;	

}
.proxq-twob-a {
	margin-top: 40px;
	padding-right: 30px;
}

.proxq-twob-a p em {
	border-radius: 50%;
	background-color: rgb(39, 141, 217);
	vertical-align: middle;
	width: 5px;
	height: 5px;
	display: inline-block;
	margin-right: 10px;
}

.proxq-twob-a p {
	font-size: 16px;
	color: #666666;
	line-height: 25px;
}

.proxq-three {
	padding-bottom: 100px;
}

.proxq-threea {
	background: #2c4383;
	display: flex;
	justify-content: space-between;
	height: 70px;
	line-height: 70px;
	align-items: center;
	padding: 0 20px;
	border-radius: 35px 40px 0 35px;
}

.proxq-threeb p span {

	font-size: 20px;

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




}

.proxq-threeb p a {
	display: inline-block;
	padding: 0 10px;
	font-size: 16px;

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


}

.proxq-threeb p {
	display: inline-block;
	padding: 0 10px;
	font-size: 16px;

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


}

.proxq-threec {
	display: flex;
	align-items: center;

}

.proxq-threec-a {
	width: 140px;
	text-align: center;
	height: 46px;
	line-height: 46px;
	border-radius: 23px;
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);

}

.proxq-threec-a a {

	font-size: 18px;
	color: rgb(255, 255, 255);
	font-weight: bold;


}

.proxq-threec-a a img {

	margin-right: 10px;
	vertical-align: middle;
}

.proxq-threec-a a:hover {
	opacity: 0.8;
}

.proxq-threec-b {
	margin-left: 10px;
}

.proxq-threec-b a {
	font-size: 18px;

	color: rgb(255, 255, 255);

	border-radius: 23px 25px 0 23px;
	padding: 10px 10px;
	background-color: rgb(255, 255, 255, 0.2);



}

.proxq-threec-b a:hover {
	opacity: 0.8;
}

.proxq-foru {
	padding-bottom: 100px;
}

.proxq-forua {

	font-size: 36px;

	color: rgb(2, 14, 71);
	font-weight: bold;


	text-align: center;
}

.proxq-forua img {
	margin: 0 10px;
	vertical-align: middle;
}

.proxq-forua-a {
	margin-top: 40px;
}

.index-fiverb-a-p h4 {
	margin-bottom: 15px;
	font-size: 22px;

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

}

.index-fiverb-a-p:hover h4 {
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);

	-webkit-text-fill-color: transparent;
	color: transparent;
	-webkit-background-clip: text;
}

.newsxq-zong {
	padding: 80px 0;
}

.newsxq-one {
	margin-top: 30px;
	padding: 50px 60px 60px 60px;
	background: #fff;
	border-radius: 0 0 20px 20px;
	border-bottom: 6px solid #dbdbdb;
	box-shadow: 0px 2px 9px rgb(0 0 0 / 13%);
	max-width: 1580px;
	margin: 0 auto;
}

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

.index-threec img {
	vertical-align: middle;
	/* margin-left: 15px; */
}

.newsxq-onea h1 {

	font-size: 30px;

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

	line-height: 1.333;
	padding-left: 25px;
	border-left: 4px solid rgb(15, 154, 255);


}

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

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

	font-size: 16px;

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

}

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

.index-threecc-c img {
	vertical-align: middle;
	margin-left: 15px;
}

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

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

.newsxq-oned {

	font-size: 16px;

	color: rgb(102, 102, 102);

	line-height: 1.875;

	padding: 35px 0 50px 0;
	border-bottom: 1px solid rgb(15, 154, 255);
}

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

.newsxq-onef-a a {

	font-size: 14px;

	color: rgb(153, 153, 153);

	line-height: 2.143;
	display: block;

}

.newsxq-onef-a a:hover {
	color: rgb(15, 154, 255);
}

.newsxq-oneb h2 {

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

}

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

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

.newsxq-oneb h3 a:hover {
	border: 1px solid rgb(15, 154, 255);
	color: rgb(15, 154, 255);
}

.proxq-foru .index-fiverb-a {
	padding: 0px 0 0 0;
}

.contact-onea-b img {
	vertical-align: bottom;
}

.drop-downing-a {
	position: absolute;
	display: flex;
	overflow: hidden;
	transition: all 0.5s;
	width: 100%;
	top: 100%;
	left: 0;
	line-height: 1.3;
	background: url(../images/dy.jpg) no-repeat bottom right;
	background-size: cover;

}

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

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

.drop-downing-a-a-a p {

	font-size: 30px;

	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.333;
	margin-top: 40px;

}

.drop-downing-a-b {
	width: 71%;
}

.drop-downing-a-b {
	padding: 45px 50px 45px 90px;
}

.drop-downing-a-b ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: left;
}

.drop-downing-a-b ul li {
	margin-bottom: 10px;
	display: flex;
	width: 76%;
	width: 85%;

}

.drop-downing-a-b ul li:hover {
	background-color: #f3f3f3;
}

.header-xia ul li:hover .drop-downing-a {
	display: flex;
}

.drop-downing-a-bb {
	width: 74%;
}

.drop-downing-a-ba {
	font-size: 16px;
	color: rgb(85, 85, 85);
	text-transform: uppercase;
	width: 19%;
	position: relative;
	margin: 6px 0;
	margin-left: 10px;
	margin-right: 70px;
}

.drop-downing-a-ba img {
	vertical-align: middle;
	/* margin-left: 35px; */
	position: absolute;
	right: 0;
	top: 5px;
}

.drop-downing-a-bbixa {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 10px;
	padding-top: 4px;
}

.drop-downing-a-bbixa a {
	display: inline-block;
	margin-right: 18px;
	font-size: 14px;

	color: rgb(120, 120, 120);
	text-transform: uppercase;



}

.drop-downing-a-bbixa a:hover {
	color: rgb(15, 154, 255);
}

.chanpinb-c-b .chanpinb-c-bb {
	position: relative;

}

.head-main ul li:hover .drop-downing-a {
	display: flex;
}

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

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

	min-height: 100vh;
}

.navv {
	display: flex;
}

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

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

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

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

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

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

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

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

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

.link-area {
	padding: 0;
}

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

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

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

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

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

.link-area li {


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

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

.link-area li>a {
	line-height: 70px;
	height: 70px;

	min-height: 70px;
}

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

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

.deco-copyright a,
.deco-copyright span {
	font-size: 14px;
	margin: 0;
	color: rgb(255, 255, 255, 0.5);
	padding: 0;
	font-weight: normal;
	line-height: 1.25em;
	display: block;
}

.deco-copyright {
	font-size: 14px;
	margin: 0;
	color: rgb(255, 255, 255, 0.5);
	padding: 0;
	font-weight: normal;
	line-height: 1.25em;
	display: block;
}

.main-nav .index-footerd-a {
	margin: 0;
	position: relative;
	bottom: -25px;
}

.main-nav .index-footerd-a a {
	margin-left: 30px;
	opacity: 0.5;
}

.main-nav .index-footerd-a a:hover {
	opacity: 1;
}

.deco-copyright {
	border-top: 1px solid rgb(255, 255, 255, 0.1);
	margin-top: 15px;
	padding: 15px 30px 23px;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	display: block;

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

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

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

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

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

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

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

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

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

.sub-navaa {
	height: 100%;
}

.link-area ul>li:hover>a>span:first-of-type {
	margin-top: -70px;
}
.index-twodd ul li a{
	display: block;
}
.link-area ul>li:hover>a>span:last-of-type {
	color: #000;
}

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

.link-area li:hover {
	border-bottom: 1px solid rgb(15, 154, 255);
	transition-delay: 0s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu-second,
.menu-third {

	display: flex;
	flex-direction: column;

}

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

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

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

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

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

}

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

.index-twodd ul li:hover a,
.index-twodd ul li.on a {
	color: #fff;
}

.drop-downing-a-bb {
	display: flex;
	width: 71%;
	padding: 50px 30px;
	background: #f3f9fd;
}

.drop-downing-a-bb-a {
	width: 28%;
}

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

	font-size: 30px;

	color: rgb(16, 155, 255);
	font-weight: bold;


}

.drop-downing-a-bb-a .index-twob h2 {
	font-size: 30px;

	margin-top: 5px;
	padding-left: 43px;
}

.drop-downing-a-bb-b {
	width: 36%;
	position: relative;
	border-left: 1px solid #d3d8e5;
/* 	border-right: 1px solid #d3d8e5; */
}

.drop-downing-a-bb-b ul {
    display: flex;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    height:auto;
	/* height: 266px; */
    flex-wrap: wrap;
}
.drop-downing-a-bb-b ul li {
	/* width: 63%; */
	width: 100%;
	border-radius: 0 20px 0 0;
}
.drop-downing-a-bb-b ul::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 3px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 100%;
}

.drop-downing-a-bb-b ul::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 0px;
	background: rgb(97, 211, 249);
}

.drop-downing-a-bb-b ul::-webkit-scrollbar-track {
	/*滚动条里面轨道*/

	border-radius: 0px;
	/* background: #d3d8e5; */
}
/* .drop-downing-a-bb-b ul li:nth-child(2n) {
	border-radius: 20px 0px 0 0;
}
 */
.drop-downing-a-bb-bb a {
	display: block;
	padding: 10px 0;
	padding-left: 30px;
	color: #222222;

	font-size: 18px;
}

.drop-downing-a-bb-bb a em {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin-right: 8px;
	vertical-align: middle;
	background: #109bff;
}

.drop-downing-a-bb-b ul li.on {
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);

}

.drop-downing-a-bb-b ul li.on .drop-downing-a-bb-bb em {
	background: #fff;
}

.drop-downing-a-bb-b ul li.on .drop-downing-a-bb-bb a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.drop-downing-a-bb-cc {
	width: 70%;
	position: absolute;
	top: 0;
	left: 100%;

}


.drop-downing-a-bb-cc p {
	padding-left: 30px;
	line-height: 1.875;
	position: relative;

}

.drop-downing-a-bb-cc p a {
	color: #666666;
	font-size: 16px;
}

.drop-downing-a-bb-cc p a:hover {
	color: #109bff;
}

.drop-downing-a-bb-cc p:hover::after {
	display: block;
}

.drop-downing-a-bb-cc p::after {
	position: absolute;
	left: 13px;
	top: 9px;
	background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);
	content: "";
	display: none;
	width: 5px;
	height: 15px;

}

.drop-downing-a-bb-b ul li.on .drop-downing-a-bb-cc {
	display: block;
}

.drop-downing-a-bb-cc {
	display: none;
}

.drop-downing-a {
	display: none;
}

.main-nav-ul {
	padding-left: 20px;
	margin-top: -76px;
}

.main-nav-ul ul li h1 {
	font-size: 18px;

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

	line-height: 3.333;

}

.main-nav-ul ul li h1 a {
	color: rgb(255, 255, 255);
}

.main-nav-ul ul li h1 a:hover {
	color: rgb(15, 154, 255);
}

.main-nav-ul-a p a {
	font-size: 16px;

	color: rgba(255, 255, 255, 0.502);
	text-transform: uppercase;
	line-height: 1.563;

}

.main-nav-ul-a p a:hover {
	color: rgb(15, 154, 255);
}

.fixed .right-side-box .lang .box {

	filter: contrast(0.5);
}

.fixedd .right-side-box .lang .box {

	filter: contrast(0.5);
}

.index-threec-b-a {
	width: 176px;
	height: 176px;
	border-radius: 50%;
	margin: 30px auto;
	background: linear-gradient(113deg, #7adeff, #0f99ff, #0e43e4, #274384);
	background-size: 400% 200%;
	animation: text-gradient 8s ease infinite;

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;

}

@keyframes text-gradient {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}
}

.index-threec-b-a p {
	width: 100%;
	font-size: 14px;
	display: block;
	text-align: center;
	color: rgb(255, 255, 255);

	line-height: 3.571;


}

.index-fiverb ul li {
	width: 31%;
}

.gu-footer {
	display: none;
}
.index-footerc h4{
	display: none;
}
.index-twodd-b ul li h1 span{
    -webkit-line-clamp: 2;
	    word-break: auto-phrase;

}
.twobswipera{
	cursor: pointer;
}

.pages li  .current{
	background: rgba(22, 119, 255, 1);
	color: #fff;
}

.pages li span{
	display: block;
	background: #fff;
	padding: 7px 12px;
	/* font-weight: bold; */
	font-size: 12px;
	color: rgb(90, 88, 88);
	background: #fff;
	border-radius: 5px;
	border: 1px solid #dfdfe3;
}
.pro-three p a img{
	vertical-align: middle;
	margin-right: 5px;
}
.head-main .nav>ul>li:nth-child(3)>a{
	/*cursor: inherit;*/
}
/*  */

/*-------------*/
/*
 
 * 响应式
 * */
@media only screen and (min-width: 960px) {
	.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: 60%;
		height: 70%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

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

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

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

	body {
		font-size: 15px;
	}

	.jt_zci .let_box {
		width: 69.25%;
	}

	.drop-downing-a-bb {
		width: 85%;
	}

}

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

	.drop-downing-a-b {
		padding: 40px 40px 40px 50px;
	}

	.drop-downing-a-b ul li {
		width: 100%;
	}

	.drop-downing-a-ba {
		font-size: 15px;
		width: 27%;
		margin-right: 31px;
	}

	.drop-downing-a-bb {
		width: 79%;
	}

	.contact-onea-a ul li {
		margin-bottom: 14px;

	}

	.about-onec h3 {
		font-size: 22px;

	}

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

	.index-forub-a {

		top: 33px;

	}

	.twobswiper {
		height: 450px;
	}

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

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

	.index-oneb-a {
		padding: 40px 20px 30px;

	}

	.index-oneb-b h1 {
		font-size: 18px;

	}

	.index-twodd-b ul li h1 {

		font-size: 26px;

	}

	.bannerswipera-a {

		top: 22%;

	}

}

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

@media only screen and (max-width:1500px) {
	.w {
		width: 1200px;
	}
.index-oneb-b h2 {
    margin-top: 2px;
  
}
.index-one {
  
    height: 172px;
 
}
	#attr_27 {
		margin-left: 21px;
	}

	.bannerswipera-a h2 {
		font-size: 29px;
	}
	.bannerswipera-a p{
		font-size: 19px;
	}
	.bannerswipera-a h2 span{
		font-size: 29px;
	}

	.index-onea h1 span {

		font-size: 30px;
	}

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

	}

	.index-oneb-a {
		padding: 28px 20px 25px;
	}

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

	.index-footerc h2 {
		font-size: 73px;

	}

	.twobswipera h2 {
		font-size: 35px;

	}

	.twobswiperb p {
		font-size: 18px;

	}

	.twobswiperb .index-twoc {
		margin-top: 14px;
	}

	.twobswiperb h3 {
		margin: 9px 0 19px 0;
	}

	.twobswipera h2 span {

		font-size: 19px;

	}

	.index-threeb {
		width: 41%;
		padding: 0 45px;

	}

	.twobswiper {
		height: 434px;
	}

	.index-threea-b h2 {

		font-size: 35px;

	}

	.index-twodd-b ul li h1 {
		font-size: 22px;
	}

	.about-onec h3 {
		font-size: 20px;
	}

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

		margin-top: 24px;
	}

	.about-twobb-bb {

		padding: 0 35px;

	}

	.index-footerc h3 {
		font-size: 14px;

	}

	.index-footerc h1 {
		font-size: 40px;

	}

	.index-twodd ul li {
		width: 15%;
		height: 70px;
		padding-left: 25px;

		line-height: 70px;
		font-size: 18px;

	}

	.index-twodda {
		width: 27px;
		height: 27px;

		line-height: 27px;

	}


	.index-fiverb-a-p {
		padding: 24px 22px 55px 22px;

	}

	.index-forua h2 {
		font-size: 49px;

	}

	.twobswiper .swiper-slide.swiper-slide-active {
		height: 244px !important;
	}

	.pro-onea .index-twoc {
		text-align: left;
		width: 21%;
	}

	.index-forub-a {
		width: 44%;

	}



	.index-threec-b {

		padding-top: 27px;

	}

	.index-fiverb-ggb {
		padding: 44px 30px 39px 30px;

	}

	.index-fiverb-gga>img {
		margin-bottom: 20px;
	}

	.index-fiverb-gga h1 {
		font-size: 20px;

	}

	.twobswipera .index-twoc {
		text-align: left;
		width: 41%;
	}

.index-twodd-b ul li {
    width: 22.5%;
    margin-right: 33px;
    /* margin-bottom: 95px; */
    
}
.index-twodd-b ul li  a{
	padding: 33px 25px 15px 25px;
}

	.nbanner-onea h2 {
		font-size: 46px;
		margin-top: 4px;

	}

	.contact-onea-a {

		padding: 33px 0 0 28px;

	}

	.contact-onea-a-b h2 {
		font-size: 18px;

	}

	.contact-onea-a-b img {
		width: 60%;
	}

	.contact-onea-a-b {
		margin-left: 10px;
	}

	.contact-onea-a-b h1 {
		font-size: 16px;

	}

	.contact-onea-a-ing {
		width: 44px;
		height: 44px;

	}

	.contact-twoc form button {

		font-size: 18px;

	}

	.contact-twoc form input:nth-child(2) {
		margin-left: 15px;
	}

	.contact-twob-one {
		font-size: 22px;

	}

	.index-twob h2 {

		font-size: 38px;

	}

	.proxq-threec-b a {
		font-size: 15px;

	}

	.proxq-twoa {

		padding: 0 0 60px 0;
	}

	.index-twob h1 {
		font-size: 14px;

	}

	.proxq-twob-a p {
		font-size: 17px;

		padding-right: 10px;
	}

	.proxq-twob-a p {
		font-size: 17px;

		line-height: 1.7;
		padding-right: 10px;
	}

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

	}

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

	}

	.proxq-onea {
		position: relative;
		margin-top: -100px;
	}

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

	}

	.index-41 ul li {

		margin-right: 21px;

	}

	.index-3 ul li {

		padding: 49px 36px 10px 35px;
	}

	.index-14 p {
		font-size: 14px;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		word-break: break-all;
		white-space: normal !important;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;

	}

	.more {
		display: block;
		text-align: center;
		margin-top: 10px;
		font-size: 16px;
		font-family: "Microsoft YaHei";
		color: rgb(255, 255, 255) !important;
		line-height: 1.563;
		text-align: center;
	}

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

	.head-main .nav>ul>li>a {
		display: block;
		/* font-size: 15px; */
		/* color: #333333; */
		position: relative;
	}

	.right-side-box .side-menu__toggler {
		width: 80px;
		height: 86px;
	}

	.yzm img {
		height: 42px;
	}

	.form li {
		line-height: 42px;
		margin-bottom: 10px;
	}

	.submit,
	.reset {
		height: 40px;
		line-height: 40px;
	}

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

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

	.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) {
	.drop-downing-a-bb-bb a {

		font-size: 16px;
	}

	.drop-downing-a-bb-cc {
		width: 43%;

	}

	.drop-downing-a-bb-cc p a {

		font-size: 15px;
	}
}

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

	.drop-downing-a-bbixa a {
		margin-right: 16px;
		font-size: 13px;
	}

	.hezuo-twob {

		width: 150px;
		height: 150px;

	}

	.zz {
		position: absolute;
		top: 157px;
		width: 78%;
		left: 50%;
		transform: translateX(-49.9%);
		z-index: 1;
	}

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

		padding-left: 0px;
	}

	.bottom-top-rht dl {

		padding: 0 23px;

	}

	.search-popup__form {
		position: relative;
		z-index: 9991;
		width: 105%;
		padding: 0px;
		max-width: 597px;
		position: relative;
	}

	.searchmore .search-text {
		background: #f4f1f1 url(../images/search2.png) no-repeat 90% center;
		border-radius: 4px;
		background-size: 17px;
		padding: 0px 50px 0 20px;
		display: block;
		height: 48px;
		line-height: 48px;
		color: #666666;
		font-size: 15px;
		width: 100%;
	}

	.searchmore .search-textt {
		background: #f4f1f1;
		border-radius: 4px;
		padding: 0px 50px 0 20px;
		display: block;
		height: 48px;
		line-height: 48px;
		margin-top: 0px;
		color: #666666;
		font-size: 16px;
		width: 100%;

	}

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

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

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

	.bannerswiper .swiper-pagination {

		bottom: 90px;
	}

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

	.drop-downing-a-bb-a .index-twob h1 {
		font-size: 22px;

	}

	.drop-downing-a-bb {

		padding: 30px 15px;

	}

	.drop-downing-a-bb-cc p a {
		font-size: 14px;
	}

	.drop-downing-a-bb-cc {
		width: 57%;
	}

	.drop-downing-a-bb-a .index-twob h2 {
		font-size: 24px;

	}

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

		font-size: 16px;

	}

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


		padding-left: 14px;

		font-size: 15px;
	}

	.bannerswipera-a h2 span {

		font-size: 38px;

	}

	.index-threea-b h2 {
		font-size: 27px;
	}

	.index-fiverb-gga {
		padding: 0 18px 25px 18px;
	}

	.index-threec-b h1 {
		font-size: 20px;

	}

	.index-forub-a {
		width: 57%;
	}

	.index-forub-a h2 {
		font-size: 17px;

	}

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

	.index-threea-b p {
		font-size: 17px;


	}

	.index-threec img {
		vertical-align: middle;
		margin-left: 0;
	}

	.index-threeb {

		padding: 0 32px;
	}

	.index-oneb {

		top: 35px;

	}

	.pro-three span {
		font-size: 22px;

	}

	.index-oneb-b h1 {
		font-size: 14px;
	}

	.index-oneb-a {
		padding: 19px 14px 20px;
	}

	.index-oneb-b {
		width: 62%;
	}

	.index-oneb-b h2 {
		margin-top: 10px;
		font-size: 13px;

	}

	.bannerswipera-a p {
		font-size: 20px;

	}

	.about-onec h3 {
		font-size: 17px;
	}

	.about-twobb-bb {

		padding: 0 26px;

	}

	.index-footerc {
		display: none;
	}

	.about-twobb-bb-a h2 {
		font-size: 20px;

	}

	.about-twobb-bb h1 {
		font-size: 24px;

	}

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

		margin-top: 15px;
	}

	.index-twodd-b ul li {

		margin-right: 26px;

	}

	.pro-three p a {
		font-size: 17px;

	

	}

	.index-twodd ul li {
		width: 15%;
		height: 64px;
		padding-left: 17px;
		line-height: 64px;
		font-size: 16px;
	}

	.news-twoa-c h1 {
		font-size: 22px;

	}

	.index-fiverb-a-img p {

		padding: 0 25px;

		font-size: 21px;

	}

	.index-fiverb-a-p h4 {

		font-size: 19px;

	}

	.index-fiverb-a-p {
		padding: 24px 20px 40px 20px;

	}

	.index-twodd-b ul li h1 {
		font-size: 21px;
	}



	.index-twodd-b ul li h1 img {

		right: -29px;

	}

.index-twodd-b ul li {
    width: 22.5%;
    /* margin-bottom: 60px; */
   
}
.index-twodd-b ul li a{
	 padding: 30px 17px 10px 17px;
}

	.index-fivera ul li {

		font-size: 17px;

	}

	.proxq-twob-a p {
		font-size: 15px;

	}

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

	.proxq-onec {

		padding: 30px;
	}

	.news-one {
		background-size: 30%;
	}

	.news-twoa-c .index-twoc {

		right: -35px;

	}

	.news-twoa-b {
		width: 11%;

	}

	.news-twoa-c p {
		font-size: 15px;

		max-width: 76%;
	}

	.hezuo-twob {

		width: 128px;
		height: 128px;

	}

	.contact-onea-a {
		padding: 27px 0 0 22px;
	}

	.index-twob h2 {
		font-size: 29px;
	}

	.contact-twob-one {
		font-size: 19px;

	}

	.contact-twoc form button {
		font-size: 16px;
	}

	.contact-twoc form input {
		height: 50px;
	}

	.contact-onea-a-b h2 {
		font-size: 15px;
	}

	.contact-onea-a-ing {
		width: 36px;
		height: 36px;
	}

	.contact-onea-a-ing img {
		width: 15px;
	}

	.nbanner-oneb {
		height: 50px;
		line-height: 50px;
	}

	.contact-one {
		background-size: 30%;
	}

	.nbanner-onea h2 {
		font-size: 35px;
		margin-top: 4px;
	}

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

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

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

	.formtextarea {
		height: 85px;
	}

	.right-side-box .lang a {
		font-size: 12px;
		padding-right: 10px;
	}


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

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

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

	.prolist .tbox .tit {
		font-size: 20px;
	}

	.ct-sec1 .tbox {
		padding: 34px;
	}

}

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

	.tilted {
		font-size: 27px;

	}

	.bottom-boted {
		display: none;
	}

	.bottom-top-rht {
		display: none;
	}

	.more {
		display: block;
		text-align: center;
		margin-top: 2px;
		font-size: 14px;
		font-family: "Microsoft YaHei";
		color: rgb(255, 255, 255) !important;
		line-height: 1.563;
		text-align: center;
	}

	a.more img {
		width: 18px;
		margin-left: 5px;
	}

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

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

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

	.gu {
		height: 65px;
	}

	.gu-footer {
		display: flex;
		position: fixed;
		z-index: 99999;
		align-items: center;
		width: 100%;
		left: 0;
		bottom: 0;
		background: #fff;
		padding: 12px 13px;
		border-top: 1px solid #d3d8e5;
	}

	.gu-footer ul {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}
	html{
		overflow-x: hidden;
	}
     .xmna{
		 position: absolute;
		 bottom: 100%;
		 left: 0;
		 display:none;
	 }
	 .gu-footer ul li.auto  .xmna{
		 display: block;
	 }
	.gu-footer ul li {
		position: relative;
		text-align: center;
	}

	.gu-footer ul li:nth-child(1) p {

		font-size: 16px;

		color: rgb(16, 155, 255);

		line-height: 1.25;


	}

	.gu-footer ul li:nth-child(2) p {

		font-size: 16px;

		color: #020e47;

		line-height: 1.25;


	}

	.gu-footerb {

		background-image: -webkit-linear-gradient(0deg, rgb(15, 154, 255) 0%, rgb(97, 211, 249) 100%);
border-radius: 20px;
		line-height: 40px;
		width: 165px;
		height: 40px;

		font-size: 16px;

		color: rgb(255, 255, 255);




	}

	.contact-twob-one {
		font-size: 14px;
	}

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

	.main-nav {
		width: 100%;

	}

	.main-nav-ul ul li h1 {
		font-size: 16px;

		line-height: 2.333;
	}

	.deco-copyright {
		border-top: 1px solid rgb(255, 255, 255, 0.1);

		padding: 8px 20px 12px;

	}

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

	.deco-copyright a,
	.deco-copyright span {
		font-size: 12px;

	}

	.main-nav-ul-a p a {
		font-size: 13px;
	}

	.pro-onea {
		padding: 9px 13px;
	}

	.pro-oneb p {
		padding: 0 3px;
	}

	.pro-three p a {
		font-size: 12px;

		padding: 0 7px;

	}

	.newsxq-oneb {
		width: 100%;
		margin-top: 10px;
	}

	.newsxq-onef {
		padding: 22px 0 0 0;
		display: flex;
		flex-wrap: wrap;
	}

	.gallery-topp .swiper-pagination {
		display: block;
	}

	.proxq-oned-a {
		padding: 30px 0;
	}

	.proxq-oned-a-b {
		display: none;
	}

	.proxq-oned-a-a {
		width: 100%;
	}

	.proxq-onea {
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}

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

	}

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

		margin: 13px 0;
	}

	.proxq-onec p {
		font-size: 15px;

	}

	.proxq-onec h1 img {

		width: 18px;
	}

	.proxq-oned {
		width: 100%;

	}

	.proxq-onec {
		width: 100%;
		padding: 20px 15px;
	}

	.proxq-threec-b {
		display: none;
	}

	.proxq-one {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.proxq-three {
		padding-bottom: 30px;
	}

	.proxq-threec {
		flex-wrap: wrap;
	}

	.proxq-threeb {
		padding-bottom: 0;
	}

	.proxq-threeb p a {

		padding: 0 4px;
		font-size: 13px;

	}

	.proxq-threeb p span {
		font-size: 16px;

	}

	.proxq-threec-a {
		display: none;
	}

	.proxq-threec-a a {
		font-size: 14px;

	}

	.proxq-threea {
		padding: 20px 20px;
		flex-wrap: wrap;
		height: auto;
		line-height: inherit;
	}

	.proxq-twob-a {
		margin-top: 13px;
		margin-bottom: 10px;
	}

	.proxq-twob-a {

		padding-right: 0;
	}


	.proxq-twoa {

		padding: 0 0 30px 0;
	}

	.proxq-twob-a p {
		font-size: 14px;

	}

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

	.nbanner-oneb {
		bottom: 0 !important;
	}

	.proxq-twoc {
		width: 100%;

	}

	.proxq-twob {
		width: 100%;
	}

	.proxq-onec a {
		font-size: 16px;

	}

	.proxq-onec a {

		display: inline-block;
		margin-top: 18px;
		padding: 7px 10px;
	}

	.nbanner-onea h2 {
		font-size: 17px !important;
	}

	.proxq-onea {

		margin-top: 0;
	}

	.index-fiverb ul li {
		margin-bottom: 10px;
	}

	.index-fiverb-a-p h4 {

		font-size: 19px;

	}

	.proxq-foru {
		padding-bottom: 30px;
	}

	.proxq-forua img {
		margin: 0 10px;

		width: 18px;
	}

	.proxq-forua {
		font-size: 25px;

	}

	.newsxq-zong {
		padding: 20px 0;
	}

	.index-threecc-c img {
		margin-left: 15px;
		width: 20px;
	}

	.newsxq-one {
		margin-top: 30px;
		padding: 22px 15px 17px 15px;
	}

	.newsxq-oned {
		font-size: 15px;
		line-height: 1.875;
		padding: 25px 0 24px 0;
	}

	.index-threec img {
		margin-left: 0px;
	}

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

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

	.newsxq-onea p span {
		margin-right: 15px;
		font-size: 14px;
	}

	.newsxq-onea p {
		padding-left: 0;
		margin-top: 19px;
		margin-bottom: 7px;
	}

	.newsxq-onea h1 {
		font-size: 22px;
		padding-left: 12px;
		border-left: 2px solid #1f4dad;
	}

	.newsxq-oneb {
		width: 100%;
		margin-top: 10px;
	}

	.newsxq-onea h1 {
		font-size: 22px;
		padding-left: 12px;

	}

	.newsxq-onea {
		flex-wrap: wrap;
	}

	.newsxq-oneb {
		width: 100%;
		margin-top: 10px;
	}

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

	.pro-three p span {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.pro-three p span img {

		width: 19px;
	}

	.pro-three {

		margin: 11px 0;
		padding: 13px;
	}

	.pro-two .index-twoc {

		margin-left: 0;
	}

	.pro-onea {
		padding: 10px;
		display: flex;
		flex-wrap: wrap;

	}

	.news-one {
		background-size: 60%;
		padding: 0px 0 20px 0;
	}

	.news-twoa-b {
		width: 20%;
    text-align: left;
	}

	.news-twoa-c {
		width: 92%;
		padding-left: 16px;

	}

	.news-twoa-c p {
		font-size: 13px;
		max-width: 100%;
	}

	.news-twoa-c h2 {

		margin: 4px 0 1px 0;
	}

	.news-twoa-c .index-twoc {
		display: none;
	}

	.news-twoa-c h1 {
		font-size: 17px;
	}

	.news-twoa-b h2 {
		font-size: 10px;

	}

	.news-twoa-b h1 {
		font-size: 35px;

	}

	.news-twoa ul li {

		padding: 17px;

	}

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

	.index-one {
		height: auto;
		flex-wrap: wrap;

	}

	.banner-xia {
		display: none;
	}

	.index-oneb {
		width: 100%;

		top: 0px;

	}

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

	}

	.bannerswipera-a h1 em {
		width: 16px;
		height: 2px;
	}

	.bannerswipera-a {
		position: absolute;
		top: 14%;
		left: 5%;
		width: 100%;
	}
	.bannerswipera-a p img {
	    margin-right: 3px;
	    width: 12px;
	}

	.bannerswipera-a h2 {
		font-size: 15px;

		margin: 9px 0 6px 0;
	}

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

	.zongshu {
		font-size: 13px;

	}

	.xianji {

		margin: 0 1px;
	}

	.bannerswipera-a p {
		font-size: 12px;
		    line-height: 16px;

	}

	.index-one {
		padding: 0 4%;
	}

	.bannerswiper .swiper-pagination {

		left: 82%;

	}

	.index-oneb ul li {
		width: 48%;

		margin-right: 11px;
		margin-bottom: 10px;

	}

	.index-oneb-a {
		padding: 20px 15px 20px;
		flex-wrap: wrap;

	}

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

	.index-oneb-c {
		width: 100%;
		margin-top: 10px;
	}

	.index-twob h1 {
		font-size: 12px;

	}

	.index-twoc span {
		font-size: 12px;
		padding-bottom: 3px;

	}

	.index-twodd ul li {
		width: 46%;
		height: auto;
		padding-left: 9px;
		cursor: pointer;
		line-height: 44px;
		font-size: 14px;
		border-radius: 5px 5px 10px 5px;

	}

	.index-twodd {
		margin-top: 27px;
	}
	.index-twodd ul {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between; 

	}
.index-twodd-b ul li::after {
    height: 100%;
}
	.index-twodd-b ul li {
		width: 47.5%;
		margin-right: 15px;
		margin-bottom: 30px;

		
	}

	.index-twodd-b ul li h1 {

		font-size: 15px;

	}
	.index-twodd-b ul li a{
		padding: 15px;
	}
	.index-twodd-b ul li h2 {
		height: auto;
		font-size: 14px;
		margin-top: 11px;

		line-height: 1.4;
	}

	.index-three {
		display: flex;
		flex-wrap: wrap;
	}

	.index-threea {
		position: relative;
		width: 100%;
	}

	.index-threeb {
		width: 100%;
	}

	.index-threea-b h1 img {
		margin-right: 6px;
		width: 15px;
	}

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

	.index-threea-b h2 {
		margin-top: 7px;
		font-size: 27px;
	}

	.index-threea-b {
		position: absolute;
		top: 31px;
		padding: 0 4%;
		display: flex;
		align-items: last baseline;
		justify-content: left;
		width: 100%;
	}

	.index-threea-b p {
		font-size: 16px;
		margin-top: 19px;

	}

	.index-threec {
		width: 100%;


	}

	.twobswiperb p {
		font-size: 17px;

	}

	.twobswiperb .index-twoc {
		margin-top: 6px;
	}

	.twobswiperb h3 {
		margin: -7px 0 6px 0;
		width: 26px;
	}

	.twobswipera h2 span {

		font-size: 15px;

	}

	.twobswipera h2 {
		font-size: 25px;

		text-transform: uppercase;
	}

	.index-foru {
		padding-top: 20px;

	}

	.index-threec-b h1 {
		font-size: 20px;

	}

	.index-forua h1 img {
		margin-right: 6px;
		width: 15px;
	}

	.index-forua h3 img {
		display: none;
	}

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

	.index-fivera ul {
		display: flex;
		margin-top: 30px;
	}

	.index-fivera ul li {

		padding: 6px 13px;

		font-size: 14px;

	}

	.index-fiverb ul li:last-child {
		display: none;
	}

	.index-fiverb ul {
		flex-wrap: wrap;
	}

	.index-fiverb-a-img p {

		padding: 0 20px;

		font-size: 18px;

	}

	.index-fiverb-a-p h2 {
		font-size: 13px;
		margin-top: 10px;
	}


	.index-footerc {
		display: none;
	}

	.index-footerd-a {
		margin: 7px 0;
	}

	.index-footerd-p p {
		font-size: 12px;

	}

	.index-footerd {
		padding-top: 10px;
	}

	.nbanner-onea h2 {
		font-size: 20px;
		margin-top: 0px;

	}

	.nbanner-onea h1 {
		font-size: 12px;

	}

	.nbanner-onea {

		left: 5%;
		top: 46%;

	}

	.nbanner-oneb>a {
		display: none;
	}

	.nbanner-oneb p {
		margin-left: 17px;
		font-size: 12px;
		top: -13px;
	}

	.nbanner-oneb p a {
		font-size: 12px;
	}

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

	.index-twob h2 {

		font-size: 23px !important;
	}

	.about-onea {
		flex-wrap: wrap;
	}

	.about-onec h3 {
		font-size: 15px;

		margin-top: 19px;

	}

	.about-one {

		background-size: 68%;
	}

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

		margin-top: 10px;
	}

	.about-two {
		padding: 22px 0;

	}

	.about-twobb-a {
		width: 100%;
	}

	.about-twobb-bb {
		padding: 0 30px;
		position: relative !important;
	}

	.about-twobb-b {
		width: 100%;
	}

	.about-twobb-bb h1 {
		font-size: 20px;

	}

	.about-twobb-bb-b img {
		width: 35px;
	}

	.contact-onea-a-b {
		margin-left: 10px;
	}

	.contact-onea-a-b h1 {
		font-size: 15px;

	}

	.contact-onea-a-b h2 {
		font-size: 15px;

	}

	.contact-onea-a-ing {
		width: 34px;
		height: 34px;
	}

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

	.contact-twob-one {
		max-width: 100%;
		margin-top: 21px;

		margin-bottom: 20px;
	}

	.contact-twob-one {
		font-size: 17px;


	}

	.contact-twoc form input {
		width: 46%;
		height: 40px;
		padding-left: 18px;
		background: #e7f1f9;
		margin-bottom: 10px;
		border-radius: 24px 28px 0 28px;
	}

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

	.hezuo-one p {
		font-size: 14px;
		color: rgb(34, 34, 34);
		margin-top: 15px;

	}

	.hezuo-two ul li::after {
		display: none;
	}

	.hezuo-twob {
		position: relative;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		margin: 0 auto;
		overflow: hidden;
	}

	.hezuo-two {
		margin-top: 19px;
	}

	.hezuo-two ul li {

		width: 32.6%;
		margin-bottom: 23px;

	}

	.news-two {
		padding: 26px 0;

	}

	.hezuo-two ul li {
		position: relative;
		width: 24.6%;
		margin-bottom: 18px;
	}

	.contact-twoc form button {
		margin-top: 25px;
		font-size: 17px;

	}

	.contact-twoc form button img {
		margin-left: 12px;

		width: 8px;
	}

	.contact-twoc form input:nth-child(2) {
		margin-left: 16px;
	}

	.contact-twob {
		width: 100%;
	}

	.contact-twoc {
		width: 100%;
	}

	.contact-onea-a-ing img {
		width: 14px;
	}

	.contact-onea {
		border-radius: 0;
		flex-wrap: wrap;
	}

	.contact-onea-a {
		width: 100%;
		padding: 20px;
	}

	.contact-onea-b {
		width: 100%;
	}

	.contact-one {
		padding: 30px 0;
		background-size: 60%;
	}

	.about-twobb-bb-a h2 {
		font-size: 16px;

	}

	.about-twobb-bb:first-child {

		width: 100%;
	}

	.about-twobb {
		border-radius: 0;
		flex-wrap: wrap;
	}

	.about-oned {
		padding-top: 0;
	}

	.about-oned {
		width: 100%;
	}

	.about-onec {
		padding: 0 0px;
		width: 100%;
	}

	.about-oneb {
		width: 100%;
		padding-top: 0px;
	}

	.nbanner-oneb {
		background: #2c4383;
		position: relative;
		right: 0;
		bottom: 0;
		overflow: hidden;
		width: 100%;
		height: 32px;
		line-height: 52px;
		z-index: 1;
		border-radius: 0;
	}

	.nbanner-onea h1 em {
		margin-right: 10px;
		width: 16px;
		height: 2px;
	}

	.index-footerd {
		text-align: center;

		width: 100%;
	}

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

	}

	.index-footerb img {
		margin-bottom: 0;
	}

	.index-footerd ul {
		display: none;
	}

	.index-footerb>img {
		display: none;
	}

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

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

	.index-fiverb-a-p {
		padding: 20px 15px 26px 15px;

	}

	.index-fiverb ul li {
		width: 100%;
	}

	.index-fiverb-a {
		padding: 10px 0 0 0;
	}

	.index-fivera {

		bottom: 0;
	}

	.index-twob h2 {
		margin-top: 7px;
		font-size: 25px;
	}

	.index-forub-a .index-twoc {
		display: none;
	}

	.index-forub-a h2 {
		font-size: 12px;

		margin: 3px 0;
	}

	.index-forua {
		position: relative;
		padding-bottom: 6px;
	}

	.index-forub-a h1 {
		font-size: 15px;
		display: initial;

	}

	.index-forub-a {
		width: 86%;
		top: 5px;
		right: 37px;

	}

	.index-forub-a h1 em {
		width: 5px;
		height: 5px;

	}

	.index-forub {
		width: 100%;

		border-radius: 0;
	}

	.index-forua h1 {
		margin-bottom: 2px;
		font-size: 12px;
	}

	.index-forua h2 {
		font-size: 19px;

	}

	.index-threec-b img {
		width: 31px;
		margin-top: 20px;
	}

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

	.index-threec-b-a {
		width: 90px;
		height: 90px;

		margin: 7px auto;

	}

	.index-threec-b-a p {

		font-size: 12px;

	}

	.index-threec-b {

		padding-top: 20px;
		padding-bottom: 20px;
	}

	.twobswiper {
		height: 200px;
	}

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

	.index-twodd-b ul li h3 {
		margin-top: 0;
		top: 15px;
	}

	.index-twodd-b ul li h1 img {

		right: -25px;
		top: 4px;
		width: 10px;
	}

	.index-twodd-b ul li:nth-child(2n) {
		margin-right: 0px;
	}

	.index-twodd-a {
		border-radius: 10px 10px 0 0;
		padding-top: 23px;
		margin-top: 23px;

	}

	.index-twodda {
		display: none;
	}

	.index-twoc img {

		width: 20px;
	}

	.index-twob h2 {
		margin-top: 7px;
		font-size: 27px;

	}

	.index-twob h1 img {

		margin-right: 6px;
		width: 15px;
	}

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

	.index-oneb-b h2 {
		margin-top: 8px;
		font-size: 14px;

	}

	.index-oneb-b h2 img {
		width: 22px;
	}

	.index-oneb-b h1 {
		font-size: 17px;

		height: auto;
	}

	.index-oneb ul li:nth-child(2n) {
		margin-right: 0px;
	}

	.index-onea h1 {
		background: inherit;
	}

	.index-onea {

		text-align: left;
	}

	.index-onea h1 span {
		display: inline-block;
		font-size: 23px;

	}

	.index-onea {
		width: 100%;

		padding-top: 25px;
	}

	.hexin14 p {

		font-size: 12px;

	}

	.relatednews ul li a {
		font-size: 13px;
		line-height: 23px;
		padding: 1px 12px;
		background: url(../images/newsico.png) no-repeat 20px top;
		background-position-x: 20px;
		background-position-y: top;
		background-position: 2px 12px;
	}

	.newspage .newspage_a {

		line-height: 26px;
		height: 27px;

	}

	.newspage_a a {
		font-size: 12px;
		color: #555555;
	}

	.newspage {
		margin-top: 40px;
		padding: 9px 0;
		border-top: 1px dotted #b7b7b7;
		border-bottom: 1px dotted #b7b7b7;
		position: relative;
	}

	.nestit {
		padding-bottom: 17px;
		border-bottom: 1px solid #D8D6D6;
		margin-bottom: 12px;
	}

	.nestit h3 {
		font-size: 13px;
		color: #5e5b5b;
	}

	.nestit h2 {
		font-size: 16px;

	}

	.newsxq-sec .leftlayout {

		padding: 15px;

	}

	.ab-3 {
		padding: 29px 0 29px 0;
	}

	.he_guab {
		width: 59px;
		cursor: pointer;
		padding: 10px;
		position: absolute;
		top: -84px;
		right: -4px;
		background: none;
		border-radius: 10px;
	}

	.he_popbx {
		width: 90%;
		background: #fff;
		border-radius: 10px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 15px;
	}

	. .prod-box .prod-listt .swiper-container .swiper-slide.swiper-slide-active {
		transform: scale(1);
		z-index: 3;
	}




	.m-left ul li:nth-child(5)::before {
		content: '';
		display: block;
		position: absolute;
		right: 91px;
		bottom: 0;
		width: 7px;
		height: 100%;
		background: url(../images/arr-r.png) center no-repeat;
	}

	.m-left ul li:nth-child(5) a {
		width: 76px;
		margin-top: 10px;
	}

	.video-22.vider .picc>ul>li {
		float: left;
		width: 46%;
		margin-top: 30px;
	}



	.layoutleft {
		display: block;
	}

	.searchmore .search-textt {
		background: #f4f1f1;
		border-radius: 4px;
		padding: 0px 50px 0 20px;
		display: block;
		height: 40px;
		line-height: 40px;
		margin-top: 40px;
		color: #666666;
		font-size: 16px;
		width: 100%;
	}

	.searchmore .search-text {
		background: #f4f1f1 url(../images/search2.png) no-repeat 90% center;
		background-size: 19px;
		border-radius: 4px;
		padding: 0px 50px 0 20px;
		display: block;
		height: 40px;
		line-height: 40px;
		color: #666666;
		font-size: 16px;
		width: 100%;
	}

	.searchmore {
		padding: 35px 20px 55px;
		margin-top: 20px;
		height: auto;
		margin-bottom: 10px;
		background: url(../images/ss1.jpg) no-repeat bottom;
		background-size: 100% 100%;
	}

	.layoutleft.llrifht {
		display: none;
		width: 100%;
	}

	.video-22.vi {
		margin-top: -44px;
	}

	.down-11 {
		width: 100%;
		float: left;
		margin-right: 30px;
	}


	header {
		display: none;
	}

	.picc ul li {
		/*width: 48%;*/

		margin-right: 12px;

	}

	.picc ul li p {
		line-height: 54px;
		color: #807b7b;
		font-size: 14px;
	}

	.picc ul li:hover::after {

		background: none;
	}

	.ind-1,
	.ind-2 {
		min-width: inherit;
		padding: 0px 0 0px 0 !important;
	}

	.indtabscon {
		float: left;
		width: 100%;
		border-top: 1px solid #dcd8d8;
		border-bottom: 1px solid #dcd8d8;
		height: auto;
		overflow: hidden;
		/* background: pink; */
	}

	.indtabs ul {
		padding: 0 5px;
		overflow-y: scroll;
		white-space: nowrap;
		display: flex;
	}

	.indtabs ul li {
		padding: 10px 5px;
		float: left;

	}


	input,
	select,
	option,
	textarea {
		border: none;
		outline: none;
		font-family: "微软雅黑", arial, Helvetica, sans-serif;
	}

	.qusswiper a {
		padding: 0px 0 15px 0;
		display: block;
		/* margin-top: -104px; */
		border-bottom: 1px solid #eaeaea;
		border-bottom-color: rgb(234, 234, 234);
	}

	.i #hiswiper {
		padding-bottom: 30px;
	}

	.vido {
		position: absolute;
		top: 19%;
		left: 31%;
	}

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

	.vido img {
		width: 55% !important;
	}

	.picc ul li:nth-child(2) {
		margin-right: 0px;
	}

	.picc ul li:nth-child(3) {
		margin-top: 10px;
	}

	.picc ul li:nth-child(4) {
		margin-right: 0;
		margin-top: 10px;
	}

	.picc ul {
		/*display: flex;*/
		flex-wrap: wrap;
	}

	.zs .box {

		height: 73px;

	}

	.intitle.intitle1 {
		padding: 30px 0 42px;
	}

	.layoutright {
		width: 100%;
	}

	.layoutleft {
		display: block;
		width: 100%;
	}

	.contactmain .tbox.rd {
		background: #fff;
		border: none;
	}

	.m-left ul li::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		width: calc(100% - 24px);
		height: 1px;
		background: none;
		left: 12px;
	}

	.m-left ul li::before {
		content: '';
		display: block;
		position: absolute;
		right: 59px;
		bottom: 0;
		width: 7px;
		height: 100%;
		background: url(../images/arr-r.png) center no-repeat;
	}

	.m-left ul li {
		width: 100%;
		height: 50px;
		line-height: 50px;
		padding-left: 32px;
		padding-right: 7px;
		box-sizing: border-box;
		font-size: 12px;
		position: relative;
	}

	.nynav ul li a {
		font-size: 15px;
		width: 54px;
	}

	.nynav ul li a {
		font-size: 15px;
		width: 46px;
	}

	.m-left ul li:nth-child(5) {
		width: 100%;
		height: 50px;
		line-height: 30px;

	}

	.nynav ul {
		padding: 25px 0;
		display: flex;
		overflow-y: hidden;
		overflow-x: scroll;
	}

	.m-left ul {
		height: auto;
	}

	.nynav .tit {
		display: none;
	}

	.hottel {
		display: none;
	}

	.contactmain .main1 .tbox {
		width: 100%;
		height: auto;
	}


	.w .map2 {
		display: block;
	}

	.phone_head {
		display: block
	}

	.h {
		height: 50px;
	}

	.bannerswiper .swiper-button-prev,
	.bannerswiper .swiper-button-next,
	.bannerswiper .swiper-pagination {
		display: block;
	}

	.proswiper .pic {
		width: 42.2%;
		position: relative;
	}

	.arrows {
		display: none;
	}

	.newslist li {
		width: 100%;
		margin-right: 0;
	}

	.jt_zci .let_box {
		width: 100%;
		padding-right: 0;
		border: 0;
	}

	.jt_zci .rit_box {
		width: 100%;
		margin-top: 30px;
	}

	.form {
		padding: 0;
	}

	.form li.md {
		width: 100%;
		margin-right: 0%;
	}

}

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

	.newspage .nshare {
		display: none;
	}
}

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

}

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

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