@charset "utf-8";

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

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

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

html,
body {
	width: 100%;
}

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

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

img {
	border: none;
}

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

a:hover {
	color: #8737ff;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

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

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

.none {
	display: none;
}

.block {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


.overflow {
	overflow: hidden;
}


/*  *  * header *  * */

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


.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 {
	-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.1);
	animation: headerFix 1s ease 1;
	border-bottom: 1px solid rgb(208, 214, 230, 0.502);


}

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

header.fixed {
	background: #fff;
}

@keyframes headerFix {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0);
	}
}

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

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

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

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

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

.fixed .box-tel img {
	filter: initial;
}

.fixed .box-tel {
	color: #143180;
}

.box-tel {
	font-weight: 100;
}

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

.head-main .nav>ul>li>a:after {
	content: "";
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	display: none;
	height: 2px;
	background: #8737ff;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.fixed .head-main .nav>ul>li>a:after {
	bottom: 0px;
}

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

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

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

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

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

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

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


.right-side-box li {
	display: inline-block;
	vertical-align: middle;
	/* margin-left: 20px; */
	cursor: pointer;

}

.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: #106bb2 none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	top: 11px;
	left: 18px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}

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

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

.maxDiv .maskbg {
	left: 0;
}

.maskbg:before {
	content: "";
	position: absolute;
	top: 0;
	left: -9999px;
	width: 180px;
	height: 100%;
	background: linear-gradient(to right, #1c7ec6, #3196e0);
	transition: all 0.3s;
	z-index: 0;
}

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

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

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

#menu h1 {
	font-weight: 300;
}

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

#menu p {
	margin: 20px 0;
}

#menu .nav {
	height: auto;
	background: #106bb2;
	float: none;
}

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

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

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

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


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

.bannerswiper {
	position: relative;

}

.logo1 {
	display: none;
}

.fixed .logo1 {
	display: inline-block;
}

.fixed .logo3 {
	display: none;
}

.box-tel img {
	vertical-align: middle;
	margin-right: 10px;
	filter: brightness(0)invert(1);
}

.box-tel {
	font-size: 22px;
	font-family: 'DIN';
	color: rgb(255, 255, 255);

}

.lianxi {
	height: 33px;
	line-height: 33px;
}

.right-side-box {
	float: right;

}

.lianxi a span {
	font-size: 18px;
	width: 180px;
	color: rgb(255, 255, 255);
	display: inline-block;
	border-radius: 23px;
	background: #8737ff;
	line-height: 30px;
	height: 40px;
	padding: 0px 24px;
	border-radius: 23px;
	margin-left: 45px;
	margin-top: -5px;

}

.lianxi a img {
	vertical-align: middle;
	margin-right: 5px;
}

.lianxi a sup img {
	margin-left: 5px;
}

.banner {
	position: relative;
}

.bannerswipera {
	position: relative;
}

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

.head-main .nav {
	margin-right: 100px;

}

.bannerswipera-a {
	width: 100%;
	left: 0;
	top: 30%;
	position: absolute;
}

.bannerswipera-a h1 {
	font-size: 80px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.25;
	overflow: hidden;

}

.bannerswipera-a h1 span {
	display: inline-block;
	vertical-align: top;
}

.bannerswiper .swiper-slide.swiper-slide-active .bannerswipera-a h1 span {
	animation: UpTxt 0.8s 1s cubic-bezier(0.61, 1, 0.88, 1) both;
}

@keyframes UpTxt {
	0% {
		transform: translateY(100px);
	}

	100% {
		transform: translateY(0);
	}
}

.banner {
	position: relative;
}

.banner-xia {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	z-index: 999;
}

.banner-xia ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.banner-xia ul li {
	width: 10%;
	opacity: 0.66;
	margin-bottom: 20px;
	padding: 0 5px;
}

.banner-xia ul li img {
	transition: all 0.5s;
}

.banner-xia ul li:hover img {
	transform: scale(1.05);
}

.index-one {
	padding: 140px 0 60px 0;
}

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

.index-oneb {
	width: 40%;
}

.index-oneb h1 {
	font-size: 60px;
	color: rgb(20, 49, 128);
	font-weight: bold;
	line-height: 1.25;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.2s;
}

.index-onec {
	width: 50%;
}

.index-onec h1 {
	font-size: 30px;
	color: rgb(20, 49, 128);
	font-weight: bold;
	line-height: 1.333;
}

.index-onec h1 span {
	color: #a6acc6;
}

.index-onec a {
	display: inline-block;
	margin-top: 25px;
	font-size: 18px;
	color: rgb(135, 55, 255);
}

.index-onec a:hover {
	opacity: 0.5;
}

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

.index-two {

	padding-bottom: 120px;
}

.index-twoa {

	padding: 65px 0;
	border-top: 1px solid #d0d6e6;
	border-bottom: 1px solid #d0d6e6;
}

.index-twoa h1 {
	font-size: 35px;
	color: rgba(20, 49, 128, 0.502);
	font-weight: bold;
}

.index-twoa h1 img {
	vertical-align: middle;
	margin-left: 10px;
}

.index-two-ul {

	margin-top: 45px;
}

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

.index-two-ul ul li {
	width: 25%;
	align-items: center;
	display: flex;
}

.index-two-ula {
	width: 30%;
	padding-left: 20px;
	border-left: 1px solid #d0d6e6;
}

.index-two-ulb {
	width: 70%;
	color: rgb(135, 55, 255);
	text-align: center;
}

.index-two-ula h1 {
	font-size: 18px;
	color: rgba(20, 49, 128, 0.502);
	line-height: 1.444;
}

.index-two-ulb span {
	font-size: 90px;

	font-weight: bold;
}

.index-two-ulb {
	font-size: 40px;
}

.bannerswipera>img {
	height: 100%;
	object-fit: cover;
}

.bannerswipera .video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannerswipera {
	height: 100%;
}

.bannerswiper .swiper-slide {
	height: inherit;
}

.index-three {

	padding-left: 5%;
	padding-bottom: 140px;
}

.index-three {
	position: relative;
	z-index: 1;
}

.three-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.three-img img {
	width: 100%;
	vertical-align: bottom;
	height: 100%;
	object-fit: cover;
}

.index-threea {
	background: url(../images/dwe.png) no-repeat;
	padding: 120px 50px 150px 100px;
	background-size: 100% 100%;
	border-radius: 0 0 0 130px;
}

.index-fourb-a h1 {
	opacity: 0;
	transform: translatex(40px);
	margin-bottom: 20px;
	transition: all 1s 0.2s;
}

.about-threeb-a h1 {
	padding-bottom: 0;
	line-height: 66px !important;
}

.index-fourb-a h1 {
	margin-bottom: 20px;
}

.index-fourb-a h1 {
	margin-bottom: 20px;
}

.index-fivera h2 {
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.2s;
}

.index-threea h1 {
	font-size: 60px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.2s;
}

.index-threea-ul ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.index-threea-ul ul li {
	width: 21%;
	margin-bottom: 50px;
}

.index-threea-ul ul li p {
	font-size: 30px;
	margin-top: 14px;
	color: rgb(255, 255, 255);
}

.index-threea-ula {
	display: inline-block;
	text-align: center;
}

.ani.in-view {
	opacity: 1;
	transform: translatex(0);
}

.index-threea h2 {
	margin-top: 100px;
	font-size: 26px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 0.846;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.2s;
}

.index-threea>a {
	font-size: 18px;
	color: rgb(255, 255, 255);
	display: inline-block;
	margin-top: 25px;
	border-radius: 22.5px;
	padding: 10px 21px;
	border: 1px solid #fff;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.4s;
}

.index-threea>a>img {
	vertical-align: middle;
	margin-left: 15px;
}

.index-threea>a:hover {
	background: #8737ff;
}

.index-four {
	z-index: 1;
	position: relative;
	padding: 140px 0 60px 0;
}

.index-three {
	overflow: hidden;
}

.index-foura {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.index-fourb {
	width: 55%;
}

.index-fourc {
	width: 29%;
}

.index-fourb-a span {
	font-size: 39px;
	color: rgb(20, 49, 128);
	font-weight: bold;
	line-height: 1.25;
}

.index-onec a {
	transition: all 0.3s;
}

.index-threea>a:hover {
	letter-spacing: 1px;
}

.index-onec a:hover {
	letter-spacing: 1px;
}

.index-fourb-a sup {
	display: inline-block;
}

.index-fourb-ul ul {
	margin-top: 60px;
	display: flex;
}

.index-fourb-ul ul li a {
	display: inline-block;
	font-size: 18px;
	color: rgb(166, 172, 198);
	line-height: 1.222;
	padding: 12px 25px;
	margin-right: 8px;
	border-radius: 23px;
	border: 1px solid #a6acc6;
}

.index-fourb-ul ul li a:hover {
	background: #143180;
	color: #fff;
}

.index-fourb-ul ul li.on a {
	background: #143180;
	color: #fff;
}

.index-fourc p {
	font-size: 26px;
	color: rgb(20, 49, 128);
	line-height: 1.346;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s;
}

.index-fourc a:hover {
	letter-spacing: 1px;
}

.index-fourc a {
	display: inline-block;
	margin-top: 25px;
	font-size: 18px;
	color: rgb(135, 55, 255);
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.2s;
}

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

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

.index-one-xia ul li {
	float: left;
	width: 50%;

}

.index-one-xia ul li .index-one-xia-a {
	margin-right: 35px;
	padding-bottom: 40px;
	margin-bottom: 40px;

}

.index-one-xia ul li:first-child {
	padding-top: 20px;
}

.index-one-xia ul li:nth-child(2) {
	padding-top: 20px;

}


.index-one-xia ul li:nth-child(2n) .index-one-xia-a {
	margin-right: 0px;
	margin-left: 35px;

}

.index-one-xia ul li:nth-child(2n) {
	float: right;
}

.index-one-xia-img img {
	width: 100%;
}

.index-one-xia-p {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 15px;
}

.index-one-xia-p h1 {
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	color: #143180;
}

.index-one-xia-p img {
	width: 40px;
	vertical-align: middle;
	transition: all 1s;
}

.index-one-xia ul li:hover .index-one-xia-p img {
	transform: rotate(45deg);
}

.index-one-xia-a p {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #a6acc6;
	word-break: inherit;
	padding-left: 35px;
}

.fiverbswipera-b-p {
	display: inline-block;
	max-width: 93%;
}

.index-one-xia-zong {
	display: flex;
	align-items: center;
	height: 140px;
	justify-content: center;
	text-align: center;
	border: 1px solid #d0d6e6;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 30px;
	width: 96%;
	margin-left: 35px;
	backdrop-filter: blur(8px) brightness(100%);
	margin-bottom: 35px;
}

.index-one-xia-zong p {
	font-weight: 650;
	font-style: normal;
	font-size: 80px;
	color: #8737ff;
}

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

.index-one-xia-img {
	overflow: hidden;
	border-radius: 30px;

}

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

.index-one-xia-zong img {
	width: 82px;
}

.index-one-xia-strong {
	padding-left: 25px;
	margin-left: 25px;
	border-left: 1px solid #d0d6e6;
}

.index-one-xia ul li:nth-child(2) {
	position: relative;
	z-index: 1;
}

.index-one-xia ul li:nth-child(2)::after {
	position: absolute;
	content: "";
	display: block;
	left: 27px;
	top: 6%;
	width: 35px;
	z-index: -1;
	height: 60px;
	border-radius: 15px;
	background: #143180;
}

.index-one-xia-strong h2 {
	font-size: 22px;
	text-align: left;
	color: rgb(166, 172, 198);
	text-transform: uppercase;
}

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

.index-threea-img {
	height: 110px;
}

.index-threea-ul ul li:hover img {
	animation: shake 0.5s;
}

@keyframes shake {

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

	25% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}

	50% {
		-webkit-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}

	75% {
		-webkit-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}
}

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

.index-one-xia-az {
	bottom: 30px;
	left: 30px;
	position: absolute;
}

.index-one-xia-az a {
	font-size: 14px;
	color: rgb(255, 255, 255);
	display: inline-block;
	margin-right: 8px;
	padding: 6px 17px;
	border-radius: 16px;
	background: rgba(0, 0, 0, .3);
}

.index-one-xia-az a:hover {
	background: #8737ff;
}

.index-fiver {
	padding: 80px 0;
	padding-left: 0% !important;
	background: #edeff5;
}

.index-fivera {
	padding-right: 5%;
}

.index-fivera h1 {
	font-size: 24px;
	color: rgba(20, 49, 128, 0.502);
	/* font-weight: bold; */
	opacity: 0;
	margin-bottom: 40px;
	transform: translatex(40px);
	transition: all 1s;
}

.index-fivera h1 img {
	margin-left: 10px;
}

.index-fivera h2 {
	font-size: 46px;
	color: #143180;
	font-weight: bold;
	line-height: 1.25;
}

.index-fivera h2:nth-child(2) {
	color: #8737ff;
}

.index-fiverb {
	width: 43%;
	display: flex;
	justify-content: right;
}

.index-tanc-a-z {
	display: flex;
	flex-wrap: wrap;
}

.index-fiver {
	overflow: hidden;
}

.fiverbswipera {
	border-radius: 30px;
	overflow: hidden;
	background: #fff;
	padding: 150px 70px;
}

.fiverbswipera h1 {
	font-size: 35px;
	color: rgb(20, 49, 128);
	font-weight: bold;
	margin: 60px 0 40px 0;

}

.fiverbswipera p {
	font-size: 22px;
	color: rgba(20, 49, 128, 0.702);
	text-transform: uppercase;
	line-height: 1.591;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.background_circle-color.is-ultra-light-blue {
	background-color: rgba(0, 127, 255, .37)
}

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

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

.white-background_main-wrapper {

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

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

body {
	background: #fff;
}

.index-one {
	background: #fff;
}

.index-two {
	background: #fff;
}

.index-four {
	background: #fff;
}

.index-fix {
	padding: 100px 0 0 0;
}

.section-home-header {
	margin-bottom: -200vh;
}

.home-header_component {
	height: 150vh;
	color: var(--white);
	text-align: center
}

.home-header_logo-image {
	width: 100%;
	display: block
}

.home-header_heading {
	font-size: 2rem;
	font-weight: 400
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.background_circle-color.is-ultra-light-blue {
	background-color: rgba(0, 127, 255, .37)
}

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

.pointer-events-off {
	pointer-events: none;
}

.home-intro_component {
	height: 325vh;
	color: var(--white);
	text-align: center
}

.home-intro_sticky-wrapper {
	height: 100vh;
	flex-direction: column;
	justify-content: center;
	display: flex;
	position: -webkit-sticky;
	position: sticky;
	top: 0
}

.home-intro_mask {
	z-index: 2;
	width: 0%;
	height: 0%;
	transform-origin: 100% 100%;
	border-radius: 15vw 15vw 0;
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative;
	top: auto;
	bottom: 0%;
	left: auto;
	right: 0%;
	overflow: hidden
}

.home-intro_padding {
	height: 100%;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 4rem;
	display: flex
}

.home-intro_composition {
	z-index: 0;
	width: 100%;
	height: 100%;
	flex: none;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}

.home-intro_background {
	z-index: 0;
	height: 100%;
	background-image: url(../images/lunbo.jpg);
	background-position: 50%;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}

.image-absolute {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}

.home-intro_overlay {
	z-index: 2;
	background-color: rgba(20, 49, 128, 0) !important;
	justify-content: center;
	align-items: center;
	padding-left: 4rem;
	padding-right: 4rem;
	display: flex;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%
}

.home-intro_heading {
	font-size: 60px;
	font-weight: bold;
}

.home-header_sticky-wrapper {
	height: 100vh;
	flex-direction: column;
	display: flex;
	position: -webkit-sticky;
	position: sticky;
	top: 0
}

.section-main-slider {
	z-index: 1;
	width: 100%;
	position: relative;
	overflow: hidden
}

.back-next-controls_component {
	grid-column-gap: .75em;
	grid-row-gap: .75em;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	display: flex
}

.index-three {
	background: url(../images/jiat.jpg) fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.senver {
	padding: 70px 0;
	background: #fff;
}

.senvera h1 {
	font-size: 60px;
	color: rgb(20, 49, 128);
	font-weight: bold;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.2s;
}

.senvera h2 {
	font-size: 30px;
	color: rgb(20, 49, 128);
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.4s;
}

.senverb {
	margin-top: 60px;
}

.senverbswipera-img {
	position: relative;
	border-radius: 50px 50px 0 50px;
	overflow: hidden;
}

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

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

.senverbswipera-imga {
	position: absolute;
	bottom: 0;
	font-family: "Arial";
	padding: 15px 18px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	right: 0;
	font-weight: bold;
	z-index: 9;
	background-color: rgb(255, 255, 255, 0.302);
	border-radius: 27px 27px 0 27px;
	backdrop-filter: blur(4px) brightness(100%);
	transition: all 0.4s;
}

.senverbswipera-xwin {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	padding: 0 45px;
	text-align: center;
	justify-content: center;
	align-items: center;
	background-color: rgb(255, 255, 255, 0.302);
	backdrop-filter: blur(8px) brightness(100%);
	opacity: 0;
	transform: translateY(0);
	/* transition: all 0.5s; */
}

.senverbswipera:hover .senverbswipera-imga {

	background-color: rgb(255, 255, 255, 0);
}

.senverbswipera-xwin h1 {

	font-size: 18px;
	color: rgb(255, 255, 255);
	line-height: 1.667;
	margin-bottom: 50px;
}

.senverbswipera:hover .senverbswipera-xwin {
	opacity: 1;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.senverbswipera-xwin h2 {
	font-size: 18px;
	color: rgb(255, 255, 255);
	display: inline-block;
	margin-top: 25px;
	border-radius: 22.5px;
	padding: 10px 21px;
	border: 1px solid #fff;
}

.senverbswipera-xwin h2:hover {
	letter-spacing: 1px;
}

.senverbswipera-xwin h2 img {
	vertical-align: middle;
	margin-left: 15px;
}

.senverbswipera-p {
	margin: 30px 0;
}

.senverbswipera-p h1 {
	font-size: 18px;
	color: rgba(20, 49, 128, 0.659);
	line-height: 1.222;
}

.senverbswipera-p h2 {
	font-size: 26px;
	color: rgb(20, 49, 128);
	font-weight: bold;
}

.senverbswipera:hover .senverbswipera-p h2 {
	color: #8737ff;
}

.senverbswipera:hover .senverbswipera-p h1 {
	color: #8737ff;
}

.senverbswiper .swiper-slide {
	opacity: 0.3;
}

.senverbswiper .swiper-slide.swiper-slide-prev {
	opacity: 1;
}

.senverbswiper .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.senverbswiper .swiper-slide.swiper-slide-next {
	opacity: 1;
}

.senverbswiper-z {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.senverbswiper-za {
	height: 50px;
	position: relative;
}

.senverbswiper-z .swiper-button-prev {
	background: url(../images/jian.png) center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	width: 46px;
	left: 7%;
	height: 46px;
	background-color: rgb(20, 49, 128, 0.1);
}

.senverbswiper-z .swiper-button-prev:hover {
	transform: rotate(180deg);
	background: url(../images/vw.png) center center;
	background-repeat: no-repeat;
	background-color: #143180;
}

.senverbswiper-z .swiper-button-next:hover {
	transform: rotate(0deg);
	background: url(../images/vw.png) center center;
	background-repeat: no-repeat;
	background-color: #143180;
}

.senverbswiper-z .swiper-button-next {
	background: url(../images/jian.png) center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	transform: rotate(180deg);
	width: 46px;
	height: 46px;
	left: 11%;
	background-color: rgb(20, 49, 128, 0.1);
}

.senverbswiper-za {
	width: 82%;
}

.senverbswiper-zq {
	width: 15%;
	margin-left: 123px;
	position: relative;
	top: -11px;
}

.senverbswiper-za .swiper-scrollbar {
	width: 90%;
	height: 1px;
	top: 50%;
	left: 16%;
	background: #c2cade;
}

.senverbswiper-za .swiper-scrollbar .swiper-scrollbar-drag {
	background: #143180;
}

.senverbswiper-zq a {
	font-size: 18px;
	color: rgb(255, 255, 255);
	display: inline-block;
	margin-top: 25px;
	border-radius: 22.5px;
	padding: 10px 21px;
	border: 1px solid #8737ff;
	background: #8737ff;
}

a:hover {
	transition: all 0.4s;
}

.senverbswiper-zq a:hover {
	letter-spacing: 1px;
}

.senverbswiper-zq a img {
	vertical-align: middle;
	margin-left: 15px;
}

.index-enter {
	background: #fff;
	padding-bottom: 150px;
}

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

.index-entera ul li {
	width: 31.3%;
	margin-right: 3%;
	border-bottom: 1px solid #e7eaf2;
}

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

.index-entera ul li a {
	display: inline-block;
	padding: 15px 0;
	width: 100%;

}

.index-entera ul li em {
	display: inline-block;
	margin-right: 15px;
	font-size: 14px;
	font-style: normal;
	color: rgba(20, 49, 128, 0.659);

}

.index-entera ul li span {
	font-size: 18px;
	color: #143180;
}

.index-entera ul li:hover a span {
	color: #143180;
	font-weight: bold;
}

.index-tan {
	background: #fff;
	border-radius: 0;
}

.index-tana .index-tanbcq {
	padding: 70px 7% 20px 0;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.index-tan-a {
	background: #143180;
	border-radius: 60px 60px 0 0;
}

.index-tanbcq {
	width: 70%;
}

.index-tanb {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.index-tanc {
	width: 42%;
}

.index-tanbb {
	padding: 0 4%;
}

.index-tanba h1 {
	font-size: 26px;
	color: rgb(255, 255, 255);
	margin-bottom: 80px;
}

.index-tanba h2 a {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.502);
	line-height: 1.875;
}

.index-tana {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-left: 5%;

}

.index-tanbb a {
	font-size: 22px;
	color: #fff;
	line-height: 2;
	display: block;
}

.index-tanbb a img {
	vertical-align: super;
	opacity: 0;
}

.index-tanbb a:hover {
	color: #8737ff;
}

.index-tanbb a:hover img {
	opacity: 1;
}

.index-tanbb a span {
	position: relative;
}

.index-tanbb a:hover span::after {
	width: 100%;
}

.index-tanbb a span::after {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 0;
	transition: all 0.5s;
	content: "";
	display: block;
	height: 2px;
	background: #8737ff;
}

.index-tanbc h1 {
	font-size: 22px;
	color: rgb(255, 255, 255);
	margin-bottom: 25px;
}

.index-tanbc a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.502);
	line-height: 1.786;
}

.index-tanbc a:hover {
	color: #8737ff;
}

.youqing {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.502);
	line-height: 1.786;
	margin-top: 50px;
}

.youqing a {
	display: inline-block;
	margin-left: 30px;
	color: rgba(255, 255, 255, 0.502);
}

.youqing a:hover {
	color: #8737ff;
}

.index-tanc-a {
	padding: 70px 10% 50px 9%;
}

.index-tanc-a h1 {
	font-size: 22px;
	color: rgb(255, 255, 255);
}

.index-tanc-a h1 {
	display: flex;
	justify-content: space-between;
}

.index-tanc-a h1 a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.302);
	line-height: 1.786;
}

.index-tanc-a h1 a:hover {
	color: #8737ff;
}

.index-tanc-a h1 a img {
	vertical-align: middle;
	margin-right: 8px;
}

.index-tanc-a-z {
	margin-top: 30px;
}

.index-tanc-a-z a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.502);
	display: inline-block;
	border-radius: 15px;
	margin-right: 8px;
	border: 1px solid rgba(255, 255, 255, 0.502);
	padding: 4px 14px;
	margin-bottom: 13px;
}

.index-tanc-a-z a:hover {
	color: #8737ff;
	border: 1px solid #8737ff;
}

.index-tanc-b {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.index-tanc-b {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 10% 20px 9%;
}

.index-tanc-b-a h1 {
	font-size: 18px;
	color: rgb(255, 255, 255, 0.7);
	line-height: 1.591;
}

.index-tanc-b-a h2 a {
	font-size: 40px;
	font-weight: bold;
	color: rgb(255, 255, 255);
	font-family: 'DIN';
}

.index-tanc-b-b {
	font-size: 18px;
	display: flex;
	position: relative;
	align-items: center;
	color: rgba(255, 255, 255, 0.502);
}

.index-tanc-b-b span {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
	width: 70px;
	height: 70px;
	cursor: pointer;
	border-radius: 50%;
	background-color: rgb(255, 255, 255, 0.102);
}

.ma {
	position: absolute;
	bottom: 100%;
	right: -26px;
	display: none;
	border-radius: 10px;
	overflow: hidden;
}

.index-tanc-b-b span:hover .ma {
	display: block;
}

.index-tanc-b-b span:hover {
	background: #8737ff;
}

.index-tan-zia {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 20px 5%;
	background: #143180;
	display: flex;

	justify-content: space-between;
}

.index-tan-zia p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.502);
}

.index-tan-zia p a {
	display: inline-block;
	margin-left: 5px;
	color: rgba(255, 255, 255, 0.502);
}

.index-tan-zia a:hover {
	color: #8737ff;
}

.anli-one {
	padding: 170px 0 80px 0;
	position: relative;
	background: #fff;
	z-index: 1;
}

.anli-one .index-fourb {
	width: 100%;
}

.anli-one .index-fourb .index-fourb-a h1 strong {
	color: #8737ff;
}

.anli-two {
	margin: 35px 0;
	padding: 35px 0;
	background: url(../images/cwq.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.friswiper>.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	margin: 0 auto;
}

.pibo {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.anli-three .index-one-xia ul li:nth-child(2)::after {
	display: none;
}

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

.anli-three .index-one-xia ul li {
	width: 32%;
	padding-top: 0px;
	border-radius: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 20px 0px rgba(20, 49, 128, 0.07);
}

.anli-three .index-one-xia ul li .index-one-xia-a {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.anli-three .index-one-xia ul li:nth-child(3n) {
	margin-right: 0px;
}

.anli-three .index-one-xia-img {
	border-radius: 10px;
}

.anli-three .index-one-xia-a h1 {
	font-size: 20px;
}

.anli-three .index-one-xia-a p {
	max-width: 95%;
	font-size: 14px;
}

.index-one-xia ul li:hover .index-one-xia-p h1 {
	color: #8737ff;
}

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

.pages li {
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
}

.pages li a {
	display: block;
	background: #fff;
	padding: 10px 15px;
	font-size: 16px;
	color: #143180;
	border-radius: 5px;
	background-color: rgb(20, 49, 128, 0.1);


}

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

.contact-one {
	padding: 160px 0 50px 0;
}

.contact-one .index-fourb-a h2 span {
	background: #143180;
	font-size: 18px;
	display: inline-block;
	padding: 12px 16px;
	border-radius: 42px;
	color: rgb(255, 255, 255);
	cursor: pointer;
}

.contact-one .index-fourb-a h2 span:hover {
	background: #8737ff;
}

.index-fourb-a h2 {
	margin-top: 10px;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.6s;
	vertical-align: middle;
}

.contact-one .index-fourb-a h2 img {
	vertical-align: middle;
	margin-left: 5px;
}

.contact-one .index-fourb-a h2 span img {
	vertical-align: middle;
	margin-left: 8px;
	border-radius: 50%;
}

.contact-one .index-fourb-a h2 i {
	font-style: normal;
	font-size: 80px;
	color: #143180;
	vertical-align: middle;
	font-family: 'DIN';
}

.contact-one .index-foura {
	align-items: flex-start;
}

.contact-one .index-fourc {
	width: 22%;
}

.contact-one .index-fourc p {
	font-size: 30px;
	color: rgb(20, 49, 128);
	/* font-weight: bold; */
	line-height: 1.5;
	margin-bottom: 20px;
}

.index-fourc span {
	font-size: 16px;
	color: rgba(20, 49, 128, 0.502);

}

.contact-two {
	padding-left: 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contact-twoa {
	display: flex;
	padding: 60px 0;
	width: 50%;
	border-top: 1px solid #d0d6e6;
	border-bottom: 1px solid #d0d6e6;
}

.contact-twoa-a {
	width: 50%;
	text-align: center;
	padding: 0 50px;
	border-right: 1px solid #d0d6e6;
}

.contact-twoa-a p {
	margin: 50px auto;
	font-size: 24px;
	color: rgb(20, 49, 128);
	/* font-weight: bold; */
	max-width: 90%;
}

.contact-twoa-b {
	width: 50%;
	padding-left: 50px;
}

.contact-twoa-a a {
	font-size: 18px;
	color: #8737ff;
	display: inline-block;
	margin-top: 25px;
	border-radius: 22.5px;
	padding: 10px 21px;
	/* border: 1px solid #fff; */
	background: #fff;
}

.contact-twoa-a a:hover {
	background: #8737ff;
	color: #fff;
	letter-spacing: 1px;
}

.contact-twoa-a a:hover img {
	filter: brightness(0)invert(1);
}

.contact-twoa-a a img {
	vertical-align: middle;
	margin-left: 50px;
}

.contact-twoa-b>img {
	margin-bottom: 12px;
}

.contact-twoa-b p {
	font-size: 22px;
	color: rgba(20, 49, 128, 0.769);
	line-height: 1.591;
}

.contact-twoa-b p a {
	font-weight: 100;
	font-family: 'DIN';
	color: rgba(20, 49, 128, 0.769);
}

.contact-twoa-b p span {
	display: inline-block;
	text-align: -webkit-right;
}

.contact-twoa-b-a {
	margin-top: 13px;
}

.contact-twoa-b-a p {
	display: inline-block;
	margin-left: 10px;
}

.contact-twoa-b-a p span {
	font-size: 14px;
	color: rgba(20, 49, 128, 0.502);
	line-height: 1.571;
	display: block;
	text-align: left;
}

.contact-twob {
	position: relative;
	overflow: hidden;
	border-radius: 410px 0 0 410px;
}

.ding {
	position: absolute;
	top: 44%;
	left: 47%;
	animation: scroll 1s infinite alternate;
}

@keyframes scroll {
	0% {
		transform: translateY(3px);
	}

	50% {
		transform: translateY(-3px);
	}

	100% {
		transform: translateY(3px);
	}
}

.contact-three {
	padding: 100px 0;
}

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

.contact-threeb h1 {
	font-size: 22px;
	color: rgb(255, 255, 255);
	display: inline-block;
	margin-top: 0;
	border-radius: 28px 28px 0 28px;
	padding: 12px 28px;
	border: 1px solid #8737ff;
	background: #8737ff;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.2s;
	margin-bottom: 70px;
}

.contact-threeb h1 img {
	vertical-align: middle;
	margin-left: 5px;
}

.contact-threeb h2 {
	font-size: 46px;
	color: rgb(20, 49, 128);
	font-weight: bold;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.4s;
}

.contact-threeb h3 {
	font-size: 22px;
	color: rgba(20, 49, 128, 0.502);
	margin-top: 70px;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.6s;
}

.contact-threeb h4 {
	font-size: 22px;
	color: rgba(20, 49, 128, 0.502);
	line-height: 1.591;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.6s;
}

.contact-threeb h4 span {
	font-family: 'DIN';
}

.contact-threeb h4 img {
	margin-right: 10px;
}

.contact-threec ul li {
	border-bottom: 1px solid #d0d6e6;
}

.qa-onea-a {
	position: relative;
}

.qa-onea-a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 30px 0;
}

.contact-threec {
	width: 43%;
}

.qa-onea-a p {
	max-width: 90%;
	font-size: 24px;
	color: #143180;
	font-weight: bold;
}

.qa-onea-a span {
	display: inline-block;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	background: rgb(20, 49, 128, 0.05) url(../images/jiaz.png) no-repeat center center;
}

.contact-threec ul li.onn .qa-onea-a::after {
	width: 100%;
}

.qa-onea-a::after {
	position: absolute;
	height: 4px;
	width: 0;
	left: 0;
	top: 0;
	content: "";
	display: block;
	background: #8737ff;
	transition: .5s cubic-bezier(.215, .61, .355, 1);
}

.qa-onea-b {
	display: none;
	margin-bottom: 35px;
	font-size: 18px;
	color: rgba(20, 49, 128, 0.769);
	line-height: 1.667;
}

.contact-threec ul li.onn .qa-onea-a span {
	background: rgb(20, 49, 128, 0.05) url(../images/csw.png) no-repeat center center;
}

.contact-threec ul li.onn .qa-onea-a p {
	color: #8737ff;
}

.ani.in-view {
	opacity: 1 !important;
	transform: translatex(0) !important;
}

.contact-threec ul li:nth-child(1) {
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.2s;
}

.contact-threec ul li:nth-child(2) {
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.4s;
}

.contact-threec ul li:nth-child(3) {
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.6s;
}

.contact-threec ul li:nth-child(4) {
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.8s;
}

.news-one {
	display: flex;
	justify-content: space-between;
	padding: 60px 0;
}

.news-onea {
	width: 46%;
	position: relative;
	overflow: hidden;
	border-radius: 50px 50px 0 50px;
}

.news-oneb {
	width: 50%;
}

.news-onea img {
	vertical-align: bottom;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s;
}

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

.news-onea-a {
	width: 100%;
	bottom: 90px;
	left: 0;
	position: absolute;
	padding: 0 30px;
}

.news-onea-a h1 {
	font-size: 30px;
	color: rgb(255, 255, 255);
	font-weight: bold;
}

.news-onea-a h2 {
	margin-top: 25px;
	width: 30px;
	height: 4px;
	background: #8c42ff;
}

.news-oneb {
	border-top: 1px solid #d0d6e6;
	border-bottom: 1px solid #d0d6e6;
}

.news-oneb-a {
	padding: 25px 0 30px 0;
}

.news-oneb-a p {
	font-size: 30px;
	color: rgb(20, 49, 128);
	font-weight: bold;
	padding-left: 18px;
	line-height: 1;
	border-left: 4px solid #8c42ff;
}

.news-oneb-ul {
	padding-left: 22px;
}

.news-oneb-ul ul li {
	padding: 52px 0;
	border-bottom: 1px solid #f1f3f7;
}

.news-oneb-ul ul li:hover .news-oneb-ula h2 {
	color: #8c42ff;
}

.news-oneb-ul ul li:hover .news-oneb-ula h1 {
	color: #8c42ff;
	opacity: 0.5;
}

.news-oneb-ul ul li:hover .news-oneb-ulb {
	letter-spacing: 2px;
}

.news-oneb-ul ul li:last-child {
	border-bottom: inherit;
}

.news-oneb-ul ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-oneb-ula h1 {
	font-size: 16px;
	color: rgba(20, 49, 128, 0.659);
	text-transform: uppercase;
	line-height: 1.375;
}

.news-oneb-ula h2 {
	font-size: 25px;
	color: rgb(20, 49, 128);
	text-transform: uppercase;
}

.news-oneb-ula {
	max-width: 70%;
}

.news-oneb-ulb {
	transition: all 0.5s;
	font-size: 14px;
	color: rgb(140, 66, 255);
	line-height: 1.571;
}

.news-oneb-ulb img {
	margin-left: 9px;
}

.newsxq-zong {
	position: relative;
	padding: 140px 0 120px 0;
}

.newsxq-one {
	color: rgb(166, 172, 198);
}

.newsxq-one a {
	display: inline-block;
	margin-right: 7px;
	margin-left: 7px;
	font-size: 14px;
	color: #a6acc6;
}

.newsxq-one {
	padding-bottom: 130px;
}

.newsxq-two {
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
	border-bottom: 1px solid #d0d6e6;
}



.newsxq-twoa h1 {
	font-size: 46px;
	color: rgb(20, 49, 128);
	font-weight: bold;
	margin-bottom: 25px;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.2s;
}

.newsxq-twoa h2 {
	color: #a6acc6;
	font-size: 18px;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.4s;
}

.newsxq-twoa h2 img {
	margin-right: 10px;
}

.newsxq-twob {
	display: flex;
	align-items: center;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.6s;
}

.newsxq-twob-a {
	position: relative;
	padding: 10px;
	width: 94px;
	height: 94px;
}

.newsxq-twob-a::after {
	position: absolute;
	width: 88px;
	height: 88px;
	content: "";
	left: 1px;
	top: 1px;
	/* animation: rotate 16s linear infinite; */
	-webkit-animation: rotate 16s linear infinite;
	display: block;
	border-radius: 50%;
	transition: 0.5s;
	background: url(../images/qd.png) center center;
	background-repeat: no-repeat;
	background-size: 97%;

}

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

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

}

.newsxq-twob-b {
	padding-left: 15px;
}

.newsxq-twob-b h1 {
	font-size: 22px;
	color: rgb(20, 49, 128);
}

.newsxq-twob-b h2 {
	margin-top: 4px;
	font-size: 22px;
	font-weight: 100;
	color: #a6acc6;
}

.newsxq-three {
	display: flex;
	justify-content: space-between;
	padding: 60px 0;
	border-bottom: 1px solid #d0d6e6;
}

.newsxq-three-a {
	width: 6%;
	text-align: center;
}

.dianzan h1 {
	cursor: pointer;
	display: flex;
	width: 60px;
	align-items: center;
	justify-content: center;
	margin: 10px auto;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #e2e2e2;
}

.dianzan h1:hover {
	background: #8737ff;
	border: 1px solid #8737ff;
}

.dianzan h1:hover img {
	filter: brightness(0)invert(1);
}

.dianzan p {
	font-size: 35px;
	font-family: "Bahnschrift";
	color: #8737ff;

}

.dianzan {
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(208, 214, 230, 0.3);
}

.fanhui {
	padding: 20px 0;
}

.fanhui p {
	font-size: 16px;
	color: #a6acc6;
	line-height: 2.188;
}

.fanhui:hover p {
	color: #8737ff;
}

.newsxq-three-b {
	width: 88%;
}

.newsxq-three-ba {
	font-size: 24px;
	color: rgb(20, 49, 128);
	line-height: 1.429;
	padding-bottom: 70px;
	border-bottom: 1px solid #d0d6e6;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.2s;

}

.newsxq-three-bb {
	display: flex;
	justify-content: space-between;
}

.newsxq-three-bc {
	width: 61%;
}

.newsxq-three-bc-a {
	border-bottom: 1px solid #d0d6e6;
	padding: 50px 0;
}

.newsxq-three-bc-a p {
	font-size: inherit !important;
	color: rgba(20, 49, 128, 0.8);
	margin-bottom: 0 !important;
	line-height: 32px;
}

.newsxq-three-bc-b {
	display: flex;
	justify-content: space-between;
}

.newsxq-three-bc-ba {
	width: 45%;
}

.newsxq-three-bc-ba {
	display: flex;
	align-items: center;
	padding-top: 50px;
}

/* .newsxq-three-bc-ba:last-child img{
	transform: rotate(-180deg);
} */
.newsxq-three-bc-ba a {
	display: flex;
	align-items: center;
}

.newsxq-three-bc-ba p {
	display: inline-block;
	margin: 0 20px;
	vertical-align: middle;
}

.newsxq-three-bc-ba a {
	width: 100%;
}

.newsxq-three-bc-ba:last-child {
	text-align: right;
}

.newsxq-three-bc-ba p i {
	font-style: normal;
	font-size: 14px;
	color: #8737ff;
	display: block;
	margin-bottom: 12px;
}

.newsxq-three-bc-ba img {
	vertical-align: middle;
}

.newsxq-three-bc-ba p span {
	color: #143180;
	font-size: 18px;
}

.newsxq-three-bc-ba:hover p span {
	color: #8737ff;
}

.newsxq-oned-a {
	padding: 40px;
	background: url(../images/xaa.png) no-repeat;
	background-size: 100% 100%;
}

.newsxq-oned-a h1 {
	margin: 0px 0 40px 0;
	font-size: 30px;
	color: #143180;
	font-weight: bold;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.2s;
}

.newsxq-oned-a a {
	font-size: 20px;
	color: rgba(20, 49, 128, 0.702);
	line-height: 2.5;
}

.newsxq-oned-a a:hover {
	color: #8737ff;
}

.newsxq-three-bd {
	padding: 50px 0;
	width: 30%;
}

.newsxq-oned-b {
	padding: 40px 40px;
	border-radius: 38px;
	margin: 20px 0;
	background: #e7eaf2;
}

.newsxq-oned-b h1 {
	margin: 0px 0 25px 0;
	font-size: 30px;
	color: #143180;
	font-weight: bold;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.2s;
}

.newsxq-oned-b-a a {
	font-weight: 100;
	color: #143180;
	line-height: 2.778;
	font-size: 18px;
}

.newsxq-oned-b-a a:hover {
	color: #8737ff;
}

.newsxq-oned-b-a a span {
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
	color: #8737ff;
}

.newsxq-oned-c {
	padding: 40px;
}

.newsxq-oned-c h1 {
	border-radius: 2px;
	width: 100%;
	height: 4px;
	position: relative;
	background-color: #e7eaf2;
	overflow: hidden;

}

.newsxq-oned-c h1::after {
	position: absolute;
	content: "01";
	display: block;
	top: 0px;
	left: 0;
	border-radius: 2px;
	width: 10px;
	height: 4px;
	background-color: #8737ff;
}

.newsxq-oned-c h2 {
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.2s;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.newsxq-oned-c h2 a {
	font-size: 16px;
	color: #a6acc6;
	line-height: 1.786;
}

.newsxq-oned-c h2 a:hover {
	color: #8737ff;
}

.newsxq-oned-c h2 a img {
	vertical-align: middle;
	margin-right: 8px;
}

.newsxq-oned-c h2 {
	font-size: 30px;
	color: #143180;
	font-weight: bold;
	line-height: 1.667;
	margin: 20px 0 0 0;
}

.cp1-fivera-a {
	margin-top: 30px;
}

.cp1-fivera-a p img {
	vertical-align: middle;
	margin-right: 8px;

}

.cp1-fiverba {
	margin-top: 30px;
}

.cp1-fiverba a {
	padding: 8px 18px;
	border: 1px solid #c5c9d9;
	font-size: 16px;
	color: rgba(20, 49, 128, 0.8);
	border-radius: 10px;
	margin-right: 8px;
	display: inline-block;
	margin-bottom: 8px;
}



.cp1-fiverba a:hover {
	color: #fff;
	background-color: #8737ff;
}

.newsxq-four {
	padding: 60px 0;
}

.newsxq-foura h1 {
	font-size: 30px;
	color: rgb(20, 49, 128);
	font-weight: bold;
	padding-left: 15px;
	line-height: 1;
	border-left: 4px solid #8c42ff;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.2s;
}

.newsxq-fourb {
	margin-top: 50px;
	background: url(../images/xq.png) bottom left;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 20px;
}

.newsxq-fourb ul {
	display: flex;
}

.newsxq-fourb ul li {
	margin: 0 12px;
	width: 25%;
}

.newsxq-fourb-img {
	border-radius: 10px;
	overflow: hidden;
}

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

.newsxq-fourb ul li:hover .newsxq-fourb-img img {
	transform: scale(1.1);
}

.newsxq-fourb ul li p {
	font-size: 18px;
	color: rgb(255, 255, 255);
	margin: 20px 0;

}

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

.newsxq-fivera ul {
	display: flex;

	flex-wrap: wrap;
}

.newsxq-fivera ul li {
	margin-right: 2%;
	margin-bottom: 30px;
	width: 32%;
}

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

.newsxq-fivera ul li a {
	display: block;
	border-radius: 10px;
	background: #f3f4f9;
	padding: 25px;
}

.newsxq-fivera ul li h1 {
	font-size: 22px;
	color: rgb(20, 49, 128);
	text-transform: uppercase;
}

.newsxq-fivera ul li h2 {
	font-size: 14px;
	color: rgba(20, 49, 128, 0.769);
	line-height: 1.429;
	margin: 15px 0;
}

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

.newsxq-fivera-a h3 img {
	vertical-align: middle;
	margin-right: 9px;
}

.newsxq-fivera-a h3 {
	font-size: 14px;
	color: rgba(20, 49, 128, 0.659);
}

.newsxq-fivera-a h4 {
	transition: all 0.5s;
	font-size: 14px;
	color: rgb(140, 66, 255);
	line-height: 1.571;
}

.newsxq-fivera-a img {
	margin-left: 9px;
}

.newsxq-fivera ul li:hover h1 {
	color: rgb(140, 66, 255);
}

.newsxq-fivera ul li:hover .newsxq-fivera-a h4 {
	letter-spacing: 1px;
}

.yewu-onea .index-fourb-a h1 strong {
	color: #8737ff;
}

.yewu-onea .index-fourb-a {
	padding-left: 35px;
	border-left: 4px solid #8737ff;
}

.yewu-one {
	display: flex;
	padding-left: 5%;
	justify-content: space-between;
}

.yewu-onea-a {
	font-size: 22px;
	color: rgba(20, 49, 128, 0.769);
	line-height: 2.2;
	padding-left: 35px;
	margin: 35px 0;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.4s;
}

.yewu-onea {
	width: 43%;
	padding-top: 135px;
}

.yewu-zong.newsxq-zong {
	padding: 71px 0 120px 0;
}

.yewu-onea-b {
	margin-top: 80px;
}

.yewu-onea-b ul {
	display: flex;
	flex-wrap: wrap;
}

.yewu-onea-b ul li {
	width: 33%;

	margin-bottom: 45px;
}

.yewu-onea-b ul li img {
	vertical-align: middle;
	width: 55px;
	border-radius: 10px;
}

.yewu-onea-b-a {
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
}

.yewu-onea-b-a h1 {
	color: #143180;
	font-size: 32px;
	margin-bottom: 10px;
}

.yewu-onea-b-a p {
	font-size: 18px;
	/* font-weight: 100; */
	color: rgba(20, 49, 128, 0.769);

}

.yewu-onea-b ul li:nth-child(1) {
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.3s;
}

.yewu-onea-b ul li:nth-child(2) {
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.4s;
}

.yewu-onea-b ul li:nth-child(3) {
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.5s;
}

.yewu-onea-b ul li:nth-child(4) {
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.6s;
}

.yewu-oneb-img {
	overflow: hidden;
	border-radius: 410px 0 0 0;
}

.yewu-oneb-img img {
	vertical-align: bottom;
}

.yewu-oneb-img-a {
	padding-right: 100px;
}

.biaoqian-twoc h3 p {
	opacity: 1;
	transform: translatex(0px);
}

.yewu-oneb-img-a h1 {
	font-size: 46px;
	color: rgb(20, 49, 128);
	font-weight: bold;
	line-height: 1.1;
	margin: 60px 0 35px 0;
	padding-left: 25px;
	border-left: 4px solid #8737ff;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.3s;
}

.yewu-oneb-img-a p {
	font-size: 22px;
	color: rgba(20, 49, 128, 0.769);
	line-height: 1.364;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.4s;
}

.yewu-oneb-img-a h2 {
	margin-top: 30px;
	text-align: right;
}

.yewu-oneb {
	width: 52%;
}

.yewu-oneb-img-a h2 a {
	font-size: 18px;
	color: rgb(255, 255, 255);
	display: inline-block;
	margin-top: 25px;
	border-radius: 22.5px;
	padding: 10px 21px;
	border: 1px solid #8737ff;
	background: #8737ff;
	opacity: 0;
	transform: translatex(40px);
	transition: all 0.5s;
}

.yewu-oneb-img-a h2 a img {
	vertical-align: middle;
	margin-left: 15px;
}

.yewu-oneb-img-a h2 a:hover {
	letter-spacing: 1px;
}

.newsxq-four.yewu-two .newsxq-fourb {
	background: inherit;
}

.newsxq-four.yewu-two .newsxq-fourb ul {
	flex-wrap: wrap;
}

.newsxq-four.yewu-two .newsxq-fourb ul li {
	margin: 0 0px;
	margin-right: 2%;
	width: 23.5%;
}

.newsxq-four.yewu-two .newsxq-fourb ul li:nth-child(4n) {
	margin-right: 0px;
}

.newsxq-four.yewu-two .newsxq-fourb ul li p {
	color: #143180;
	margin: 23px 0;
}

.newsxq-fourb-img {
	position: relative;
}

.newsxq-four.yewu-two .newsxq-fourb ul li:hover .newsxq-fourb-img-a {
	opacity: 1;

}

.newsxq-fourb-img-a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	padding: 0 45px;
	text-align: center;
	justify-content: center;
	align-items: center;
	/* background-color: rgb(0, 0, 0, 0.202); */
	/* backdrop-filter: blur(8px) brightness(100%); */
	opacity: 0;
	transform: translateY(0);
}

.newsxq-fourb-img-a img {
	position: absolute;
	top: 20px;
	right: 20px;
	width: auto !important;
}

.newsxq-fourb-img-p {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 100%;
}

.newsxq-fourb-img-p h1 {
	font-size: 14px;
	color: rgb(255, 255, 255);
	line-height: 1.429;
	text-align: left;
}

.biaoqian-one {
	padding-top: 140px;
}

.biaoqian-twoa {
	display: flex;
	border-radius: 50px 50px 0 50px;
}

.biaoqian-twob img {
	border-radius: 50px 50px 0 50px;
	vertical-align: bottom;
	height: 100%;
	object-fit: cover;
}

.biaoqian-twob {
	width: 50%;
}

.biaoqian-one .newsxq-two {
	border-bottom: inherit;
}

.biaoqian-twoc {
	padding: 60px;
	background: #fff;
	position: relative;
	width: 55%;
	margin-left: -85px;
	border-radius: 50px 50px 0 50px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.biaoqian-twoc h1 {
	font-size: 35px;
	color: rgb(20, 49, 128);
	font-weight: bold;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.2s;
}

.biaoqian-twoc h2 {
	margin: 25px 0;
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background: #8c42ff;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.3s;
}

.biaoqian-twoc h3 {
	font-size: 16px;
	color: rgba(20, 49, 128, 0.769);
	line-height: 1.563;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.4s;
	margin-bottom: 60px;
}

.biaoqian-twoc h4 {
	font-size: 22px;
	color: rgba(20, 49, 128, 0.878);
	font-weight: bold;
	margin-bottom: 30px;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.5s;

}

.biaoqian-twoc h4 img {
	margin-left: 10px;
}

.biaoqian-twoc p {
	display: flex;
	align-items: baseline;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.5s;
}

.biaoqian-twoc p span {
	font-size: 18px;
	display: block;
	width: 95%;
	color: rgba(20, 49, 128, 0.769);
	padding: 15px 0;
	border-bottom: 1px solid #e7eaf2;
	margin-left: 20px;
}

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

.biaoqian-threea {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.biaoqian-threeb {
	width: 45%;
}

.biaoqian-threec {
	width: 45%;
}

.biaoqian-threeb-a {
	margin-top: 40px;
}

.biaoqian-threeb-a h2 {
	font-size: 18px;
	color: rgba(20, 49, 128, 0.769);
	line-height: 1.667;
	margin-top: 30px;
	padding-left: 20px;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.4s;
}

.biaoqian-threeb-b ul {
	display: flex;
	padding-left: 20px;
}

.biaoqian-threeb-b ul li {
	margin-right: 30px;
	width: 25%;

}

.biaoqian-threeb-b {
	margin-top: 60px;
}

.biaoqian-threeb-b ul li h1 {
	font-size: 22px;
	color: rgb(135, 55, 255);
	font-family: 'DIN';

}

.biaoqian-threeb-b ul li h1 span {
	font-size: 80px;
	font-weight: bold;
}

.biaoqian-threeb-b ul li p {
	font-size: 16px;
	color: rgba(20, 49, 128, 0.502);
	line-height: 1.625;
}

.biaoqian-threec {
	overflow: hidden;
	border-radius: 120px 120px 0 120px;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.6s;
}

.biaoqian-threec img {
	vertical-align: bottom;
}

.biaoqian-four {
	padding-bottom: 30px;
}

.biaoqian-foura {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 80px;
}

.biaoqian-fourb h1 {
	font-size: 200px;
	color: rgb(140, 66, 255);
	font-weight: bold;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.4s;
}

.biaoqian-fourb-x {
	position: relative;
	margin-top: -27px;
}

.biaoqian-fourb-x img {
	vertical-align: bottom;
}

.biaoqian-fourb-x-img {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)translateY(40px);
	opacity: 0;
	transition: all 1s 0.6s;
}

.biaoqian-fourb-x-img.ani.in-view {
	opacity: 1 !important;
	transform: translateX(-50%)translateY(0) !important;
}

.biaoqian-fourc ul li {
	border-bottom: 1px solid #d0d6e6;
}

.biaoqian-fourc-a {
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
	padding: 25px 0;

}


.biaoqian-fourc-a h1 span {
	font-size: 22px;
	color: rgba(20, 49, 128, 0.329);
	font-family: 'DIN';
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.biaoqian-fourb {
	width: 45%;
}

.biaoqian-fourc {
	width: 45%;
}

.biaoqian-fourc-a h1 {
	font-size: 30px;
	color: rgba(20, 49, 128);
	font-weight: bold;
}

.biaoqian-fourc-a img {
	transition: all 0.5s;
}

.biaoqian-fourc-b {
	padding: 0 40px 40px 40px;
	font-size: 18px;
	color: rgba(20, 49, 128, 0.769);
	line-height: 1.364;
	display: none;
}

.biaoqian-fourc ul li.onn .biaoqian-fourc-a img {
	transform: rotate(90deg);
}

.biaoqian-fourc ul li.onn .biaoqian-fourc-a h1 {
	color: #8c42ff;
}

.biaoqian-fourc ul li.onn .biaoqian-fourc-b {
	display: block !important;
}

.biaoqian-fourc ul li:nth-child(1) {
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.2s;
}

.biaoqian-fourc ul li:nth-child(2) {
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.3s;
}

.biaoqian-fourc ul li:nth-child(3) {
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.4s;
}

.biaoqian-fourc ul li:nth-child(4) {
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.5s;
}

.biaoqian-fourc ul li:nth-child(5) {
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.6s;
}

.newsxq-fiver.biaoqian-zzi {
	padding: 30px 0;
}

::-webkit-scrollbar {
	width: 9px;
	background-color: #fff;
}

::-webkit-scrollbar-thumb {
	border: solid 2px #fff;
	width: 5px;
	border-radius: 4px;
	background-color: #8737ff;
}

::-webkit-scrollbar-corner {
	background-color: #fff;
}

::-webkit-scrollbar:horizontal {
	height: 9px;
}

::-webkit-selection {
	background: #8737ff;
	color: #fff;
}

::-moz-selection {
	background: #8737ff;
	color: #fff;
}

::selection {
	background: #8737ff;
	color: #fff;
}

.disable-hover {
	pointer-events: none;
}

body,
html {
	transition: color 0.4s;
	scroll-behavior: smooth;
}

.scroll-animate.animated {
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
}

.smooth {
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	backface-visibility: hidden;
}

.sticky-image {
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 150vh;
	pointer-events: none;
}

.about-one {
	padding: 13% 0 10%;
	z-index: 1;
	position: relative;
}

.about-onea h1 {
	font-size: 46px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin-bottom: 50px;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.2s;

}

.about-onea h2 {
	font-size: 22px;
	color: rgb(255, 255, 255);
	line-height: 1.538;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.4s;
}

.about-onea h3 {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.502);
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.6s;
}

.about-onea h3 strong {
	display: inline-block;
	margin-right: 5px;
	margin-top: 70px;
}

.about-one::after {
	position: absolute;
	left: 0;
	z-index: -1;
	top: 0;
	width: 66%;
	height: 60%;
	content: "";
	display: block;
	background: url(../images/vrk.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: all 1s 0.1s;
}

.about-one.ani.in-view::after {
	height: 100%;
}

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

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

.about-twob {
	width: 50%;
}

.about-twob .biaoqian-threeb-b ul li:nth-child(1) {
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.2s;
}

.about-twob .biaoqian-threeb-b ul li:nth-child(2) {
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.4s;
}

.about-twob .biaoqian-threeb-b ul li:nth-child(3) {
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.6s;
}

.sticky-image img {
	width: 100%;
}

.about-twob .biaoqian-threeb-b ul li:nth-child(4) {
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.8s;
}

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

.about-threea {
	margin-bottom: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

#zoomable-image {

	transition: transform 0.3s ease;
	/* 平滑过渡效果 */
}

.about-threeb {
	width: 52%;
}

.about-threec {
	width: 40%;
}

.about-threeb-a h1 {

	line-height: 1;
	padding-left: 30px;
	border-left: 4px solid #8737ff;

}

.about-threeb-a h1 {
	font-size: 46px;
	color: rgb(20, 49, 128);
	font-weight: bold;
}

.about-threeb-a {
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.2s;
}


.about-threeb-p {
	font-size: 18px;
	color: rgba(20, 49, 128, 0.769);
	line-height: 1.667;
	margin-top: 60px;
	padding-left: 40px;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.4s;
}

.about-threec {
	border-radius: 120px 120px 0 120px;
	overflow: hidden;
	opacity: 0;
	transform: translatex(40px);
	transition: all 1s 0.6s;
}

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

.about-threea:nth-child(2n) {
	flex-direction: row-reverse;
}

.about-zong {
	background: url(../images/bg.png) top;
	background-size: cover;
}

.what {
	width: 100%;
	height: 100vh;
	position: relative;
}

.index-fiverb-a {
	position: absolute;
	left: 0%;
	display: flex;
	top: 32px;
}

.index-fiverb {
	position: relative;
	height: 909px;

}

.fiverbswipera {
	margin-right: 18px;
	width: 600px;
}

.about-three {
	background: #fff;
}

.lianxi a span:hover {
	background: #5304c9;
}

.about-three {

	margin-top: -6px;
}

.lianxi a span {
	transition: all 0.5s;
}

.lianxi a span i {
	font-style: initial;
}

.lianxi a span strong {
	display: block;
	font-size: 13px;
	text-align: center;
	color: rgb(255, 255, 255);
	margin-top: 6px;
}

.lianxi a span em {
	display: none;
	font-style: initial;
}

.lianxi:hover a span em {
	display: block;

}

.lianxi:hover a span {
	height: 198px;
	border-radius: 20px 20px 0 20px;
	padding: 15px 20px;
}

.lianxi:hover a span i {
	display: none;
}

.index-fiver-xia ul {
	display: flex;
	margin-top: 60px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index-fiver-xia ul li {
	width: 49%;
	display: flex;
	align-items: center;
	background: #fff;
	padding: 30px 40px;
	margin-bottom: 30px;
	border-radius: 15px;
}

.index-fiver-xia-a {
	width: 20%;
	margin-right: 30px;
}

.index-fiver-xia-b h1 {
	font-size: 26px;
	/* font-weight: bold; */
	color: rgb(20, 49, 128);
	margin-bottom: 15px;
}

.index-fiver-xia-b p {
	font-size: 16px;
	color: rgba(20, 49, 128);
	text-transform: uppercase;
	line-height: 1.591;
}

.index-fiver-xia-b {
	width: 80%;
}
.newsxq-three-bc-ba:last-child a {
		justify-content: end;
		flex-direction: row-reverse;
	}

	.newsxq-three-bc-ba:last-child a img {
		transform: rotate(180deg);
	}

/*-------------*/

/*
 
 * 响应式
 * */

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

	.about-onea {
		max-width: 51%;
	}

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

	.index-fiver-xia-b h1 {
		font-size: 30px;
	}

	.index-fiver-xia-b p {
		font-size: 17px;
	}

	.about-twob {
		width: 43%;
	}

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

	}

	.about-two {
		padding: 20% 0 120px 0;

	}

	.biaoqian-twoc {
		padding: 40px;
		width: 57%;

	}

	.about-onea h2 {
		font-size: 22px;

	}

	.about-onea h1 {
		font-size: 52px;
		margin-bottom: 42px;
	}

	.biaoqian-fourb h1 {
		font-size: 153px;
	}

	.biaoqian-twoc p span {
		font-size: 16px;

	}

	.biaoqian-fourc-a {

		padding: 16px 0;
	}

	.biaoqian-fourc-b {
		padding: 0 40px 25px 40px;
		font-size: 20px;
	}

	.biaoqian-fourc-a h1 {
		font-size: 40px;

	}

	.biaoqian-threeb-b ul li h1 span {
		font-size: 55px;

	}

	.biaoqian-fourb-x-img img {
		width: 250px;
	}

	.biaoqian-threeb-b ul li p {
		font-size: 14px;

	}

	.biaoqian-threeb-a h2 {
		font-size: 16px;
		margin-top: 24px;
	}

	.biaoqian-twoc h3 {
		font-size: 15px;

		margin-bottom: 40px;
	}

	.biaoqian-twoc h1 {
		font-size: 32px;
	}

	.contact-one .index-fourc {
		width: 26%;
	}

	.contact-one .index-fourc p {
		font-size: 36px;

	}

	.qa-onea-a p {

		font-size: 26px;
	}

	.qa-onea-b {

		font-size: 16px;
	}

	.contact-twoa-b p {
		font-size: 20px;

	}

	.qa-onea-a {

		padding: 25px 0;
	}

	.contact-threeb h2 {
		font-size: 45px;
	}

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

	.contact-twoa-a p {
		margin: 44px auto;
		font-size: 27px;

	}

	.contact-twoa-a {

		padding: 0 25px;
	}

	.contact-twob {

		width: 50%;
	}

	.contact-one .index-fourb-a h2 img {

		width: 65px;
	}

	.contact-one .index-fourb-a h2 span img {

		width: 50px;
	}

	.index-fourb {
		width: 59%;
	}

	.contact-one .index-fourb-a h2 i {

		font-size: 62px;
	}

	.index-fivera h2 {
		font-size: 46px;

	}

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

	}

	.fiverbswipera img {
		width: 180px;
	}

	.margin-bottom.margin-xlarge {
		text-align: center;
	}

	.home-intro_heading {
		font-size: 52px;

	}

	.senvera h1 {
		font-size: 46px;

	}

	.senverbswiper-zq a {
		font-size: 16px;

	}

	.index-entera ul li a {

		padding: 13px 0;

	}

	.index-entera ul li span {
		font-size: 17px;
	}

	.lianxi a span {
		font-size: 16px;
	}

	.senverbswipera-p h2 {
		font-size: 23px;

	}

	.senverbswipera-xwin h1 {
		font-size: 17px;

		margin-bottom: 30px;
	}

	.senvera h2 {
		font-size: 25px;
	}

	.home-header_logo-image {
		width: 83%;
		margin: 0 auto;
	}

	.home-header_logo-wrapper {
		text-align: center;
	}

	.fiverbswipera {

		width: 450px;
	}

	.index-fiverb-a {

		top: 11%;
	}

	.fiverbswipera p {
		font-size: 18px;

	}

	.fiverbswipera h1 {
		font-size: 33px;

		margin: 50px 0 35px 0;
	}

	.fiverbswipera {

		padding: 100px 59px;
	}

	.news-oneb-ul ul li {
		padding: 37px 0;

	}

	.index-fivera h1 {
		font-size: 30px;

	}

	.index-fourc p {
		font-size: 23px;

	}

	.index-one-xia-a p {
		font-size: 15px;
	}

	.index-one-xia-p h1 {

		font-size: 26px;

	}

	.index-one-xia-zong {
		height: 122px;
	}

	.index-one-xia-strong h2 {
		font-size: 19px;

	}

	.index-one-xia-zong p {
		font-size: 65px;
	}

	.index-threea h1 {
		font-size: 50px;

	}

	.index-threea-ul ul li p {
		font-size: 25px;

	}

	.index-two-ulb span {
		font-size: 68px;

	}

	.index-two-ula h1 {
		font-size: 15px;

	}

	.index-two-ula {
		width: 32%;

	}

	.index-onec h1 {
		font-size: 27px;

	}

	.index-oneb {
		width: 44%;
	}

	.index-oneb h1 {
		font-size: 49px;

	}

	.anli-three .index-one-xia-a h1 {
		font-size: 20px;
	}

	.pages li a {
		padding: 7px 15px;
	}

	.news-oneb-ula h2 {
		font-size: 23px;

	}

	.index-fourb-ul ul li a {
		font-size: 16px
	}

	.anli-three .index-one-xia ul li {
		width: 31.5%;

	}

	.news-onea-a {

		bottom: 47px;

	}

	.news-onea-a h1 {
		font-size: 26px;

	}

	.newsxq-one {
		padding-bottom: 100px;
	}

	.yewu-onea {
		padding-top: 76px;
	}

	.index-fourb-a span {
		font-size: 40px;
	}

	.newsxq-oned-b-a a {

		font-size: 17px;
	}

	.newsxq-oned-b h1 {
		margin: 0px 0 25px 0;
		font-size: 25px;
	}

	.newsxq-oned-b {
		padding: 30px 26px;
	}

	.newsxq-three-bc-ba {
		padding-top: 30px;
	}

	.cp1-fiverba a {
		padding: 8px 9px;
		font-size: 14px;
	}

	.newsxq-oned-a {
		padding: 26px;
	}

	.newsxq-oned-c h2 {
		font-size: 25px;
	}

	.newsxq-oned-c {
		padding: 26px;
	}

	.newsxq-oned-a a {
		font-size: 18px;
	}

	.newsxq-oned-a h1 {
		font-size: 25px;
		margin: 0px 0 25px 0;
	}

	.newsxq-three-bc-a p {
		font-size: 19px;
	}

	.newsxq-three-bc {
		width: 65%;
	}

	.newsxq-three-ba {
		font-size: 22px;
	}

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

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

	.yewu-oneb-img-a h1 {
		font-size: 43px;

	}

	.youqing a {
		margin-left: 23px;
	}

	.yewu-oneb-img-a p {
		font-size: 20px;
	}

	.index-tanc-a-z a {
		font-size: 13px;

	}

	.index-tanc-b-b {
		font-size: 16px;
	}

	.index-tanc-b-a h2 a {
		font-size: 35px;
	}

	.index-tanc-a {
		padding: 70px 8% 50px 8%;
	}

	.index-tanc-b {

		padding: 20px 8% 20px 8%;
	}

	.yewu-onea-a {
		font-size: 20px;
	}

	.yewu-onea-b-a p {
		font-size: 18px;
	}

	.yewu-onea-b-a h1 {
		font-size: 29px;
	}

	.yewu-onea-b {
		margin-top: 50px;
	}

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

	body {
		font-size: 15px;
	}

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

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

	.biaoqian-fourc-a h1 {
		font-size: 35px;

	}


	.searchmore {
		padding: 35px 20px 55px;
		margin-top: 20px;
		height: auto;
		margin-bottom: 10px;
		background: url(../images/ss1.jpg) no-repeat bottom;
		background-size: 100% 100%;
	}

	.head-main .nav {
		margin-right: 13px;
	}


}

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

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

	.index-fiver-xia ul li {
		padding: 35px 25px;
	}

	.index-fiver-xia-a {
		margin-right: 15px;
	}

	.index-fiver-xia-b p {
		font-size: 15px;
	}

	.index-fiver-xia-b h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.about-onea h1 {
		font-size: 46px;
		margin-bottom: 37px;
	}

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

	.about-threeb-p {
		margin-top: 43px;
		font-size: 15px;
	}

	.about-threec {
		width: 44%;
	}

	.about-onea h2 {
		font-size: 20px;
	}

	.anli-one {
		padding: 120px 0 80px 0;

	}

	.about-twob {
		width: 45%;
	}

	.about-onea h3 strong {

		margin-top: 45px;
	}

	.contact-twoa-b {
		padding-left: 36px;
	}

	.biaoqian-twoc h1 {
		font-size: 29px;
	}

	.qa-onea-b {

		margin-bottom: 21px;
		font-size: 15px;
	}

	.biaoqian-twoc h2 {
		margin: 18px 0;

	}

	.biaoqian-twoc h4 {
		font-size: 21px;

		margin-bottom: 14px;

	}

	.biaoqian-threeb-b {
		margin-top: 30px;
	}

	.biaoqian-fourc-a h1 {
		font-size: 30px;
	}

	.biaoqian-fourc-b {
		padding: 0 40px 22px 40px;
		font-size: 17px;
	}

	.biaoqian-threeb-b ul {

		padding-left: 0;
	}

	.biaoqian-threeb-b ul li p {
		font-size: 12px;
	}

	.biaoqian-threeb-b ul li h1 span {
		font-size: 49px;
	}

	.biaoqian-threeb-a h2 {
		font-size: 15px;
		margin-top: 11px;
	}

	.biaoqian-twoc p span {
		font-size: 15px;
		padding: 10px 0;
		margin-left: 14px;
	}

	.qa-onea-a p {
		font-size: 24px;
	}

	.qa-onea-a {
		padding: 22px 0;
	}

	.contact-threeb h1 {
		font-size: 20px;
	}

	.contact-threeb h3 {
		font-size: 21px;
		margin-top: 67px;
	}

	.contact-threeb h4 {
		font-size: 21px;

	}

	.contact-threeb h2 {
		font-size: 37px;
	}

	.contact-twoa-b-a p span {
		font-size: 12px;

	}

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

	.contact-twoa-b p {
		font-size: 19px;
	}

	.contact-twoa-a>img {
		width: 75px;
	}

	.contact-twoa-a p {
		margin: 41px auto;
		font-size: 25px;
		max-width: 91%;
	}

	.contact-one .index-fourc p {
		font-size: 31px;
	}

	.contact-one .index-fourb-a h2 img {
		width: 58px;
	}

	.contact-one .index-fourb-a h2 span {
		padding: 8px 16px;
		font-size: 16px;
	}

	.contact-one .index-fourb-a h2 i {
		font-size: 51px;
	}

	.index-fourb {
		width: 64%;
	}

	.index-tanbc h1 {
		font-size: 20px;

	}

	.index-threea h2 {
		margin-top: 60px;
		font-size: 25px;

	}

	.index-threea-ul ul li p {
		font-size: 22px;
	}

	.index-threea-img {
		height: 98px;
	}

	.index-threea-img img {
		width: 80px;
	}

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

	.index-threea {

		padding: 94px 50px 80px 100px;
	}

	.index-twoa h1 {
		font-size: 33px;

	}

	.index-two-ula {
		width: 38%;
	}

	.index-two-ulb span {
		font-size: 60px;
	}

	.index-two-ulb {
		font-size: 23px;
	}

	.index-onec h1 {
		font-size: 24px;
	}

	.index-twoa {
		padding: 44px 0;

	}

	.index-onec a {
		margin-top: 24px;
		font-size: 16px;
	}

	.index-oneb h1 {
		font-size: 43px;
	}

	.index-one {
		padding: 120px 0 60px 0;
	}

	.index-tanc-a h1 {
		font-size: 20px;

	}

	.index-fourb-ul ul li a {
		padding: 10px 22px;
	}

	.news-onea-a h1 {
		font-size: 24px;
	}

	.news-oneb-ula h2 {
		font-size: 22px;
	}

	.news-oneb-a p {
		font-size: 33px;
	}

	.news-oneb-ul ul li {
		padding: 32px 0;
	}

	.cp1-fiverba a {
		padding: 8px 7px;
		margin-right: 3px;
		font-size: 12px;
	}

	.newsxq-oned-c h2 {
		font-size: 23px;
	}

	.newsxq-foura h1 {
		font-size: 26px;
	}

	.index-tanbb a {
		font-size: 20px;
	}

	.newsxq-three-bc-ba p {
		margin: 0 16px;
		max-width: 81%;
	}

	.newsxq-fourb ul li p {
		font-size: 18px;
	}

	.newsxq-three-ba {
		font-size: 20px;
		padding-bottom: 50px;
	}

	.newsxq-three-bc-ba p span {
		font-size: 16px;
	}

	.newsxq-oned-a h1 {
		font-size: 23px;

	}

	.newsxq-oned-b h1 {
		font-size: 23px;
	}

	.newsxq-three-bc-a p {
		font-size: 18px;
	}

	.newsxq-oned-b-a a {
		font-size: 16px;
	}

	.newsxq-oned-a a {
		font-size: 16px;
	}

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

	.newsxq-one {
		padding-bottom: 64px;
	}

	.newsxq-zong {
		padding: 104px 0 80px 0;
	}

	.head-main .nav {
		margin-right: 0;
	}

	.index-tanba h1 {
		font-size: 22px;
	}

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

	}

	.index-tanc-b-b span {
		width: 62px;
		height: 62px;
	}

	.index-tanc-b-a h1 {
		font-size: 18px;
	}

	.index-tanc-b-a h2 a {
		font-size: 27px;
	}

	.youqing a {
		margin-left: 16px;
	}

	.youqing {
		font-size: 12px;
		margin-top: 28px;
	}

	.index-tanc-a-z a {
		font-size: 12px;
		padding: 4px 10px;
		margin-right: 3px;
	}

	.newsxq-fivera ul li h1 {
		font-size: 20px;
	}

	.newsxq-foura h1 {
		font-size: 30px;
	}

	.newsxq-fourb ul li p {
		font-size: 20px;
	}

	.yewu-oneb-img-a h2 a {
		padding: 10px 21px;
		font-size: 16px;
	}

	.yewu-oneb-img-a p {
		font-size: 18px;
	}

	.yewu-oneb-img-a h1 {
		font-size: 38px;
	}

	.yewu-oneb-img-a {
		padding-right: 35px;
	}

	.yewu-oneb-img {
		border-radius: 250px 0 0 0;
	}

	.yewu-onea-b-a p {
		font-size: 15px;
	}

	.yewu-onea-b-a h1 {
		font-size: 23px;
	}

	.yewu-onea-b ul li img {
		vertical-align: top;
		width: 64px;
	}

	.index-fivera h1 {
		font-size: 29px;
	}

	.fiverbswipera h1 {
		font-size: 31px;

	}

	.fiverbswipera p {
		font-size: 16px;
	}

	.index-fiverb-a {
		top: 16%;
	}

	.home-intro_heading {
		font-size: 48px;
	}

	.fiverbswipera {
		padding: 81px 38px;
		width: 380px;
	}

	.senverbswipera-xwin {
		padding: 0px 26px;
	}

	.senverbswiper-z .swiper-button-next {
		left: 14%;
	}

	.index-enter {
		padding-bottom: 120px;
	}

	.senverbswipera-p h1 {
		font-size: 16px;

	}

	.senverbswipera-xwin h2 {
		font-size: 16px;
		padding: 8px 18px;
	}

	.senverbswipera-xwin h1 {
		font-size: 15px;
		margin-bottom: 11px;
	}

	.senverbswipera-p h2 {
		font-size: 21px;
	}

	.senverbswipera-imga {
		padding: 11px 18px;
		font-size: 15px;
	}

	.senvera h1 {
		font-size: 42px;
	}

	.senvera h2 {
		font-size: 22px;
	}

	.fiverbswipera img {
		width: 170px;
	}

	.index-fivera h2 {
		font-size: 42px;
	}

	.index-one-xia-zong p {
		font-size: 60px;
	}

	.index-one-xia-a p {
		font-size: 14px;
	}

	.index-one-xia-p h1 {
		font-size: 24px;
	}

	.index-one-xia-az {
		bottom: 18px;

	}

	.index-one-xia-strong h2 {
		font-size: 16px;
	}

	.yewu-onea-a {
		font-size: 18px;
	}

	.index-fourc a {
		font-size: 16px;
	}

	.index-fourc p {
		font-size: 20px;
	}

	.index-fourb-a span {
		font-size: 42px;
	}

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

	.lianxi a span {
		margin-left: 30px;
	}

	.head-main .nav>ul>li {

		margin-right: 30px;
	}


	.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:1400px) {
	.head-main .logo img {
		height: 31px;
	}

	.lianxi a span {
		margin-left: 4px;
	}
}

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

	.anli-two {
		margin: 24px 0;
		padding: 20px 0;

	}

	.zz {
		position: absolute;
		top: 157px;
		width: 78%;
		left: 50%;
		transform: translateX(-49.9%);
		z-index: 1;
	}

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

		padding-left: 0px;
	}

	.bottom-top-rht dl {

		padding: 0 23px;

	}

	.search-popup__form {
		position: relative;
		z-index: 9991;
		width: 105%;
		padding: 0px;
		max-width: 597px;
		position: relative;
	}

	.searchmore .search-text {
		background: #f4f1f1 url(../images/search2.png) no-repeat 90% center;
		border-radius: 4px;
		background-size: 17px;
		padding: 0px 50px 0 20px;
		display: block;
		height: 48px;
		line-height: 48px;
		color: #666666;
		font-size: 15px;
		width: 100%;
	}

	.searchmore .search-textt {
		background: #f4f1f1;
		border-radius: 4px;
		padding: 0px 50px 0 20px;
		display: block;
		height: 48px;
		line-height: 48px;
		margin-top: 0px;
		color: #666666;
		font-size: 16px;
		width: 100%;

	}

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

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

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

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

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

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

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

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


}

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

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

	.contact-twoa-a p {
		margin: 35px auto;
		font-size: 20px;
		max-width: 97%;
	}

	.about-twob {
		width: 50%;
	}

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

	.about-one::after {
		width: 74%;
	}

	.about-threeb-p {
		margin-top: 40px;
		font-size: 14px;
	}

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

	.about-onea h2 {
		font-size: 17px;
	}

	.about-onea h1 {
		font-size: 43px;
		margin-bottom: 35px;
	}

	.biaoqian-one {
		padding-top: 109px;
	}

	.newsxq-one {
		padding-bottom: 45px;
	}

	.biaoqian-fourb h1 {
		font-size: 114px;
	}

	.biaoqian-fourc-b {

		font-size: 15px;
	}

	.biaoqian-fourc-a h1 {
		font-size: 24px;
	}

	.biaoqian-fourc-a {
		padding: 8px 0;
	}

	.biaoqian-fourc {
		width: 48%;
	}

	.biaoqian-fourc-a h1 {
		font-size: 28px;
	}

	.biaoqian-fourb-x-img img {
		width: 183px;
	}

	.biaoqian-twoc h3 {
		font-size: 14px;
		margin-bottom: 16px;
	}

	.biaoqian-threec {
		width: 47%;
	}

	.biaoqian-threeb {
		width: 49%;
	}

	.biaoqian-threeb-b ul li h1 {
		font-size: 14px;

	}

	.biaoqian-threeb-b ul li h1 span {
		font-size: 46px;
	}

	.biaoqian-threeb-a {
		margin-top: 25px;
	}

	.biaoqian-twoc p span {
		font-size: 13px;
		padding: 7px 0;

	}

	.contact-one .index-fourc p {

		font-size: 27px;
	}

	.biaoqian-twoc h1 {
		font-size: 27px;
	}

	.biaoqian-twoc h2 {
		margin: 13px 0;
	}

	.biaoqian-twoc {
		padding: 37px;
		width: 58%;
	}

	.qa-onea-a p {
		font-size: 22px;
	}

	.qa-onea-a {
		padding: 16px 0;
	}

	.contact-threeb h3 {
		font-size: 19px;

	}

	.contact-threeb h4 {
		font-size: 19px;
	}

	.contact-threeb h2 {
		font-size: 31px;
	}

	.contact-threeb h1 {
		font-size: 18px;
	}

	.contact-twoa-b p {
		font-size: 15px;
	}

	.contact-twoa-a>img {
		width: 62px;
	}

	.anli-one {
		padding: 135px 0 70px 0;

	}

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

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

	.fiverbswipera h1 {
		font-size: 30px;
		margin: 34px 0 25px 0;
	}

	.fiverbswipera img {
		width: 150px;
	}

	.home-intro_heading {
		font-size: 38px;
	}

	.fiverbswipera {
		padding: 79px 25px;
		width: 310px;
	}

	.index-fivera h1 {
		font-size: 26px;
	}

	.index-fivera h2 {
		font-size: 36px;
	}

	.index-one-xia-strong h2 {
		font-size: 14px;
	}

	.index-one-xia ul li .index-one-xia-a {

		padding-bottom: 25px;
		margin-bottom: 25px;
	}

	.index-one-xia-p h1 {
		font-size: 22px;
	}

	.index-one-xia-strong {
		padding-left: 15px;
		margin-left: 15px;

	}

	.index-fourc {
		width: 32%;
	}

	.index-one-xia-zong p {
		font-size: 55px;
	}

	.index-one-xia-az a {
		font-size: 12px;
	}

	.index-four {

		padding: 100px 0 60px 0;
	}

	.index-threea>a {
		font-size: 16px;
	}

	.index-threea h2 {
		margin-top: 40px;
		font-size: 23px;
	}

	.index-threea-ul ul li p {
		font-size: 20px;
	}

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

	.index-threea-ul ul li {
		margin-bottom: 36px;
	}

	.index-threea {
		padding: 70px 30px 60px 75px;
	}

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

	.index-two-ula {
		width: 39%;
		padding-left: 13px;
	}

	.index-two-ula {
		width: 39%;
		padding-left: 13px;
	}

	.index-two-ulb span {
		font-size: 55px;
	}

	.index-onec h1 {
		font-size: 21px;
	}

	.index-twoa h1 {
		font-size: 30px;
	}

	.index-onec a {

		font-size: 15px;
	}

	.index-oneb h1 {
		font-size: 37px;
	}

	.index-one {
		padding: 100px 0 40px 0;
	}

	.pages li a {
		padding: 4px 13px;
	}

	.news-onea-a h1 {
		font-size: 22px;
	}

	.anli-three .index-one-xia ul li {
		margin-right: 24px;
	}

	.senverbswipera-imga {
		padding: 12px 16px;
		font-size: 16px;
	}

	.news-oneb-ula h1 {
		font-size: 15px;

	}

	.news-oneb-ula h2 {
		font-size: 20px;
	}

	.news-oneb-ul ul li {
		padding: 30px 0;
	}

	.news-oneb-a p {
		font-size: 30px;
	}

	.index-fourb-ul ul li a {
		font-size: 15px;
	}

	.newsxq-three-bc-a p {
		font-size: 16px;
	}

	.lianxi a span {
		font-size: 15px;
		padding: 0px 16px;
	}

	.newsxq-foura h1 {
		font-size: 28px;
	}

	.newsxq-fivera ul li h1 {
		font-size: 18px;
	}

	.newsxq-fivera ul li h2 {
		font-size: 13px;

	}

	.newsxq-fourb ul li p {
		font-size: 18px;
		margin: 15px 0;
	}

	.newsxq-fivera ul li a {

		padding: 18px;
	}

	.newsxq-oned-a a {
		font-size: 14px;
	}

	.cp1-fiverba a {
		padding: 7px 4px;

	}

	.newsxq-oned-a h1 {
		font-size: 21px;
	}

	.newsxq-oned-b h1 {
		font-size: 21px;
	}

	.newsxq-oned-b-a a {
		font-size: 14px;
	}

	.newsxq-oned-c h2 {
		font-size: 21px;
	}

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

	.newsxq-twoa h2 {
		font-size: 16px;
	}

	.newsxq-three-ba {
		font-size: 18px;
		padding-bottom: 40px;
	}

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

	.newsxq-twob-b h2 {
		font-size: 19px;
	}

	.newsxq-twob-b h1 {
		font-size: 20px;

	}

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

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

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

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

	.index-tanba h2 a {
		font-size: 13px;
	}

	.index-tanc-a {
		padding: 70px 5% 50px 5%;
	}

	.index-tan-zia p {
		font-size: 12px;
	}

	.index-tanc-b-b span {
		width: 56px;
		height: 56px;
	}

	.youqing a {
		margin-left: 4px;
	}

	.index-tanc-b-a h2 a {
		font-size: 24px;
	}

	.index-tanc-b {
		padding: 20px 5% 20px 5%;
	}

	.index-tanc-a-z a {
		padding: 4px 6px;
		margin-right: 1px;
	}

	.index-tanbb {
		padding: 0 3%;
	}

	.index-tanbc a {
		font-size: 13px;
	}

	.index-tanbc h1 {
		font-size: 20px;
		margin-bottom: 13px;
	}

	.index-tanbb a {
		font-size: 18px;

	}

	.index-tana .index-tanbcq {
		padding: 70px 2% 20px 0;

	}

	.newsxq-four {
		padding: 40px 0;
	}

	.index-tanba h1 {
		font-size: 20px;
		margin-bottom: 45px;
	}

	.yewu-zong.newsxq-zong {
		padding: 67px 0 70px 0;
	}

	.index-fourb-a span {
		font-size: 36px;
	}

	.yewu-oneb-img-a h2 a {
		font-size: 15px;
		margin-top: 0;
	}

	.yewu-oneb-img-a p {
		font-size: 17px;
	}

	.yewu-oneb-img-a h1 {
		margin: 50px 0 30px 0;
		font-size: 32px;
		border-left: 3px solid #8737ff;
	}

	.yewu-onea-b ul li {
		margin-bottom: 35px;
	}

	.yewu-onea-b-a p {
		font-size: 13px;
	}

	.yewu-onea-b-a h1 {
		font-size: 20px;
	}

	.yewu-onea-b ul li img {

		width: 53px;
	}

	.yewu-onea-a {
		font-size: 16px;
	}

	.yewu-onea .index-fourb-a {
		padding-left: 30px;
		border-left: 3px solid #8737ff;
	}

	.yewu-onea {
		padding-top: 50px;
	}

	.formtextarea {
		height: 85px;
	}

	.right-side-box .lang a {
		font-size: 12px;
		padding-right: 10px;
	}

	.right-side-box .lang {
		width: 103px;
	}


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

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

	.yewu-onea-b ul li {
		width: 50%;
	}

	.senverb {
		margin: 0 15px;
		margin-top: 30px;
	}

	.about-onea {
		max-width: 100%;
	}

	.index-fiver-xia ul {
		flex-wrap: wrap;
		margin-top: 30px;
	}

	.index-fiver-xia ul li {
		padding: 18px 15px;
		width: 100%;
		flex-wrap: wrap;
		margin-bottom: 15px;
	}

	.index-fiver-xia-a {
		margin-right: 0;
		width: 20%;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 15px;
	}

	.senverbswipera-img {
		border-radius: 15px 15px 0 15px;
	}

	.index-two-ulb {

		text-align: left;
	}

	.news-oneb-ulb img {
		margin-left: 2px;
	}

	.fanhui p {
		font-size: 13px;
	}

	.dianzan p {
		font-size: 25px;
	}

	.newsxq-oneb {
		display: flex;
		justify-content: space-between;
	}

	.dianzan h1 {
		width: 45px;
		height: 45px;
	}

	.newsxq-three-ba {
		font-size: 18px;

		padding-bottom: 30px;
	}

	.newsxq-three-bd {
		display: none;
	}

	.newsxq-three-bc-ba p {
		margin: 0 10px;
		max-width: 78%;
	}

	.yewu-onea .index-fourb-a {
		padding-left: 19px;
		border-left: 3px solid #8737ff;
	}

	.yewu-onea-a {
		font-size: 14px;
		padding-left: 0;
		margin: 18px 0;
	}

	.yewu-oneb-img-a h1 {
		font-size: 22px;
		margin: 30px 0 20px 0;
		padding-left: 15px;
		border-left: 3px solid #8737ff;
	}

	.yewu-oneb-img-a {
		padding-right: 0;
	}

	.yewu-oneb-img-a h2 {
		margin-top: 0;
	}

	.yewu-oneb-img-a h2 a {
		font-size: 14px;
		padding: 7px 14px;
		margin-top: 15px;
	}

	.yewu-oneb-img-a p {
		font-size: 14px;
	}

	.yewu-onea-b-a p {
		font-size: 14px;

	}

	.yewu-oneb-img {
		border-radius: 10px;
	}

	.yewu-oneb {
		width: 100%;
	}

	.yewu-onea-b ul li {
		margin-bottom: 20px;
	}

	.yewu-onea-b-a h1 {
		font-size: 22px;
	}

	.yewu-onea-b ul li img {
		width: 40px;
	}

	.yewu-onea-b {
		margin-top: 30px;
	}

	.newsxq-fourb ul li p {
		color: rgb(23 28 118);
	}

	.yewu-onea {
		width: 100%;
		padding-top: 0;
	}

	.yewu-one {
		display: flex;
		padding-left: 4%;
		padding-right: 4%;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.yewu-zong.newsxq-zong {
		padding: 30px 0 30px 0;
	}

	.newsxq-fourb ul li {
		margin: 0 12px;
		width: 43%;
	}

	.newsxq-fourb ul {
		flex-wrap: wrap;
	}

	.newsxq-three-bc-ba p span {
		font-size: 14px;
	}

	.newsxq-three-bc-ba p i {
		margin-bottom: 0;
	}

	.newsxq-three-bb {
		flex-wrap: wrap;
	}

	.newsxq-three-bc-ba {
		padding-top: 15px;
	}

	.newsxq-three-bc-a p {
		font-size: 16px;
	}

	.newsxq-three-bc-a {
		padding: 30px 0;
	}

	.newsxq-three-bc {
		width: 100%;
	}

	.newsxq-three-b {
		width: 100%;
	}

	.newsxq-three-a {
		width: 100%;
	}

	.newsxq-three {
		padding: 30px 0;
		flex-wrap: wrap;
	}

	.newsxq-two {

		flex-direction: column-reverse;
	}

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

	.newsxq-twoa h2 {
		font-size: 16px;

	}

	.news-oneb-ula h2 {
		font-size: 18px;
	}

	.news-oneb-ula h1 {
		font-size: 12px;

	}

	.news-oneb-a {
		padding: 25px 0 10px 0;
	}

	.news-oneb-ul ul li {
		padding: 15px 0;
	}

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

	.news-oneb-a p {
		font-size: 22px;
	}

	.anli-one .w .w {
		padding: 0 0%;
	}

	.news-oneb {
		width: 100%;
	}

	.news-onea-a h2 {
		margin-top: 18px;
	}

	.news-onea-a {
		bottom: 25px;
		padding: 0 25px;
	}

	.biaoqian-threeb-b ul {
		flex-wrap: wrap;
	}

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

	.about-two .biaoqian-threeb-b ul li {
		margin-right: 30px;
		width: 40%;
	}

	.senverbswiper-zq a {
		font-size: 14px;
		margin-top: 0px;
		border-radius: 22.5px;
		padding: 8px 12px;

	}

	.senverbswiper-za .swiper-scrollbar {
		width: 74%;
		height: 1px;
		top: 41%;
		left: 27%;

	}

	.senverbswiper-z .swiper-button-next {

		width: 35px;
		height: 35px;
		left: 14%;

	}

	.senverbswiper-z .swiper-button-prev {

		width: 35px;
		left: 1%;
		height: 35px;

	}

	.senverbswiper-za {
		width: 100%;
	}

	.senverbswiper-zq {
		width: 42%;
		margin-left: 0;
		position: relative;
		top: 0;
	}

	.senverbswiper-z {
		flex-wrap: wrap;
		justify-content: inherit;
	}

	.senverbswipera-p {
		margin: 15px 0;
	}

	.senverbswipera-p h2 {
		font-size: 20px;
	}

	.senverbswipera-p h1 {
		font-size: 15px;
	}

	.index-entera ul li {
		width: 48.3%;
		margin-right: 3%;
	}

	.index-tana {
		flex-wrap: wrap;
		padding-left: 3%;
		padding-right: 3%;
	}

	.index-tanc {
		width: 100%;
	}

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

	.youqing {
		display: none;
	}

	.index-tanba h2 a {
		font-size: 13px;

	}

	.index-tanba h1 {
		font-size: 15px;
		margin-bottom: 16px;
	}

	.index-tanba>img {
		max-width: 220px;
	}

	.index-tanbb {
		display: none;
	}

	.index-tanbc {
		display: none;
	}

	.index-tana .index-tanbcq {
		border-right: inherit;
		padding: 30px 3% 20px 0;

	}

	.index-tanbcq {
		width: 100%;
	}

	.about-one::after {
		width: 100%;
		height: 60%;
		background: url(../images/vrk.png);
		background-size: 196% 174%;
	}

	.about-onea h2 {
		font-size: 12px;
	}

	.about-onea h3 strong {

		margin-top: 15px;
	}

	.about-onea h3 {
		font-size: 15px;
	}

	.about-onea h1 {
		font-size: 22px;

		margin-bottom: 15px;

	}

	.index-fiver-xia-b {
		width: 100%;
	}

	.about-one {
		padding: 7% 0 14%;
		border-radius: 0px 0px 80px 80px;
		overflow: hidden;
	}

	.about-threea {
		margin-bottom: 30px;
		display: flex;
		flex-wrap: wrap;
	}

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

	.about-twob {
		width: 100%;
	}

	.about-two {
		padding: 0 0 30px 0;
		background: #fff;
		margin-top: 30px;
		border-radius: 80px 80px 0 0;
	}

	.about-threeb-p {
		font-size: 14px;
		line-height: 1.667;
		margin-top: 20px;
		padding-left: 0px;

	}

	.about-threeb-a h1 {
		font-size: 22px;
		line-height: 30px !important;
		padding-left: 15px;
		border-left: 3px solid #8737ff;
	}

	.about-threec {
		width: 100%;
		margin-top: 30px;
		border-radius: 30px 30px 0 30px;
	}

	.about-threeb {
		width: 100%;
	}

	.index-tan-zia p {
		font-size: 11px;

	}

	.index-tan-zia p a {

		margin-left: 4px;
		color: rgba(255, 255, 255, 0.502);
	}

	.index-tan-zia {
		flex-wrap: wrap;
		padding: 10px 3%;
	}

	.index-tanc-b-b span {
		margin-left: 11px;
		width: 50px;
		height: 50px;
	}

	.index-tanc-b-a h1 {
		font-size: 15px;
	}

	.index-tanc-b-b {
		font-size: 13px;

	}

	.index-tanc-b-a h2 a {
		font-size: 24px;

	}

	.index-tanc-b {
		padding: 20px 3%;
	}

	.index-tan-a {

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

	.index-enter {

		padding-bottom: 30px;
	}

	.index-entera ul li a {
		padding: 5px 0 5px 0;
	}

	.index-entera ul li:nth-child(2n) {
		margin-right: 0% !important;
	}

	.index-entera ul li em {
		font-size: 12px;
	}

	.index-entera ul li span {
		font-size: 15px;
		display: block;
	}

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

	.senverbswipera-xwin h2 {
		font-size: 14px;
		margin-top: 25px;
		padding: 6px 12px;

	}

	.senverbswipera-xwin h1 {
		font-size: 13px;
		margin-bottom: -9px;
	}

	.senverbswipera-imga {
		padding: 8px 10px;
		font-size: 15px;
	}

	html {
		overflow-x: hidden;
	}

	.index-fix {
		display: none;
	}

	.biaoqian-threeb-b ul li {
		text-align: center;
	}

	.biaoqian-threeb-b ul li h1 span {
		font-size: 40px;

	}

	.senvera h2 {
		font-size: 18px;

	}

	.biaoqian-one {
		padding-top: 30px;
	}

	.newsxq-one {
		padding-bottom: 30px;
	}

	.dicsii img {
		width: 39px;
		margin-right: 10px;
	}

	.yewu-onea .index-fourb-a h1 strong {
		display: block;
	}

	.dicsii-z {
		display: inline-block;
	}

	/* .contact-twoa-b>img {
	display: none;
    margin-bottom: 12px;
} */
	.newsxq-twoa h1 {
		font-size: 22px;
		margin-bottom: 1px;
	}

	.newsxq-twob-b h1 {
		font-size: 17px;

	}

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

	.biaoqian-twoc {
		padding: 23px;
		width: 100%;
		margin-left: 0;
		border-radius: 10px;
	}

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

	.biaoqian-twob img {
		border-radius: 10px;
		width: 100%;
		height: auto;
	}

	.biaoqian-twob {
		width: 100%;
	}

	.newsxq-twob-b {
		padding-left: 0;
	}

	.newsxq-twob-a {

		transform: scale(0.8);
	}

	.biaoqian-twoc h1 {
		font-size: 22px;

	}

	.biaoqian-twoc h2 {
		margin: 12px 0;

	}

	.newsxq-two {
		padding-bottom: 20px;
		flex-wrap: wrap;
	}

	.newsxq-four.yewu-two .newsxq-fourb ul li p {

		margin: 15px 0;
	}

	.newsxq-fourb {
		margin-top: 30px;

	}

	.biaoqian-threeb-a h2 {
		font-size: 16px;

		margin-top: 10px;
		padding-left: 14px;

	}

	.contact-one .index-fourb-a h2 span {
		font-size: 14px;
		padding: 9px 9px;
		display: none;
	}

	.contact-one .index-fourb-a h2 img {
		width: 34px;
	}

	.contact-twoa-a p {
		margin: 12px auto;
		font-size: 19px;

		max-width: 100%;
	}

	.contact-twoa-a a {
		font-size: 16px;

	}

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

	.contact-twoa-b p {
		font-size: 18px;

	}

	.contact-twoa-b-a p span {
		font-size: 12px;

	}

	.contact-threeb h1 {
		font-size: 16px;

		padding: 10px 18px;

		margin-bottom: 30px;
	}

	.contact-twob {
		margin-top: 30px;
	}

	.contact-threeb h2 {
		font-size: 20px;

	}

	.contact-threeb h3 {
		font-size: 16px;
		margin-top: 30px;
	}

	.ding {
		width: 50px;

	}

	.contact-threeb h4 {
		font-size: 16px;
	}

	.contact-three {
		padding: 30px 0;
	}

	.contact-threeb h4 img {
		margin-right: 6px;
		width: 14px;
	}

	.contact-threec {
		margin-top: 15px;
	}

	.qa-onea-a span {
		width: 32px;
		height: 32px;
	}

	.news-onea {
		width: 100%;
		border-radius: 20px 20px 0 20px;
	}

	.news-one {
		flex-wrap: wrap;
		padding: 30px 0;
	}

	.qa-onea-b {
		font-size: 12px;
	}

	.qa-onea-a p {
		font-size: 19px;
	}

	.qa-onea-a {

		padding: 12px 0;
	}

	.contact-threec {
		width: 100%;
	}

	.contact-twoa-b p {
		font-size: 16px;
	}

	.contact-twob {
		width: 100%;
	}

	.contact-twob img {
		width: 100%;
	}

	.contact-twoa-b-a img {
		vertical-align: middle;
	}

	.contact-twoa-b {
		width: 100%;
		margin-top: 0px;
		padding-left: 20px;
	}

	.contact-twoa-b>img {
		width: 38px;
		margin-right: 10px;
	}

	.xsiq {
		vertical-align: middle;
		display: inline-block;
	}

	.contact-twoa-a a img {
		margin-left: 16px;
	}

	.contact-twoa-a>img {
		width: 50px;

	}

	.contact-twoa-a {
		width: 100%;
		display: none;
		padding: 0 0;
	}

	.contact-twoa {
		flex-wrap: wrap;
		padding: 30px 0;
		width: 100%;
	}

	.contact-two {
		padding-left: 0;
		flex-wrap: wrap;
	}

	.contact-one .index-fourb-a img {
		width: 25px;
	}

	.contact-one .index-fourb-a h2 i {
		font-size: 25px;
	}

	.index-fourc span {
		font-size: 16px;
	}

	.contact-one .index-fourc p {
		font-size: 21px;
		margin-bottom: 7px;
	}

	.contact-one .index-fourc {
		width: 100%;
	}

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

	.biaoqian-fourb h1 {
		margin-bottom: 14px;
		font-size: 89px;
	}

	.biaoqian-fourb-x-img {

		width: 145px;

	}

	.biaoqian-fourc-a {

		padding: 12px 0;
	}

	.newsxq-fivera ul li {
		margin-right: 2%;
		margin-bottom: 15px;
		width: 49%;
	}

	.newsxq-fivera-a h3 {
		font-size: 12px;
	}

	.newsxq-fivera-a h4 {
		font-size: 12px;
	}

	.newsxq-fivera-a h3 img {
		vertical-align: middle;
		margin-right: 2px;
	}

	.newsxq-fivera-a img {
		margin-left: 1px;
	}

	.newsxq-fivera ul li a {

		padding: 11px;
	}

	.newsxq-fivera ul li h1 {
		font-size: 16px;
	}

	.newsxq-fivera ul li:nth-child(3n) {
		margin-right: 2%;
	}

	.newsxq-fivera ul li:nth-child(2n) {
		margin-right: 0px !important;
	}

	.biaoqian-fourc-a h1 {
		font-size: 20px;

	}

	.newsxq-twob {
		display: none;
	}

	.newsxq-fivera {
		margin-top: 30px;
	}

	.biaoqian-fourc-b {
		padding: 0 20px 20px 30px;
		font-size: 15px;
	}

	.biaoqian-fourc-a img {
		width: 35px;
	}

	.biaoqian-fourc-a h1 span {
		font-size: 14px;
	}

	.biaoqian-foura {
		margin-top: 30px;
	}

	.biaoqian-threeb-b ul li {
		margin-right: 13px;
		width: 46%;
	}

	.biaoqian-fourb {
		width: 100%;
	}

	.biaoqian-fourc {
		width: 100%;
	}

	.biaoqian-foura {
		flex-wrap: wrap;
		s margin-top: 30px;
	}

	.biaoqian-threec {
		margin-top: 30px;
		width: 100%;
		border-radius: 10px;
	}

	.biaoqian-threeb-b {
		margin-top: 30px;
	}

	.biaoqian-threeb {
		width: 100%;
	}

	.biaoqian-threeb-a {
		margin-top: 30px;
	}

	.biaoqian-threea {
		flex-wrap: wrap;
	}

	.biaoqian-three {
		padding: 30px 0;
	}

	.biaoqian-twoc p span {
		font-size: 13px;
		width: 95%;
		padding: 6px 0;
		margin-left: 14px;
	}

	.newsxq-fourb ul li p {
		font-size: 14px;
		margin: 15px 0;
	}

	.newsxq-fivera-a {
		flex-wrap: wrap;
	}

	.newsxq-fivera-a h4 {
		margin-top: 5px;
	}

	.newsxq-foura h1 {
		font-size: 22px;

	}

	.index-fourb-a h1 {
		margin-bottom: 4px;
	}

	.newsxq-four.yewu-two .newsxq-fourb ul li {
		margin: 0 0px;
		margin-right: 2%;
		width: 48.5%;
	}

	.newsxq-fourb-img-p h1 {
		font-size: 12px;

	}

	.newsxq-fourb-img-a {
		padding: 0 10px;
	}

	.newsxq-fourb-img-a img {
		position: absolute;
		top: 10px;
		width: 25px !important;
		right: 10px;
		/* width: auto !important; */
	}

	.newsxq-four.yewu-two .newsxq-fourb ul li:nth-child(2n) {
		margin-right: 0px !important;
	}

	.newsxq-four.yewu-two .newsxq-fourb ul li:nth-child(4n) {
		margin-right: 2%;
	}

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

	.biaoqian-twoc p img {
		width: 20px;
	}

	.biaoqian-twoc h3 {

		margin-bottom: 24px;
	}

	.newsxq-one a {
		font-size: 12px;
	}

	.pages li a {

		padding: 4px 8px;
		font-size: 13px;
		color: #143180;
		border-radius: 5px;
		background-color: rgb(20, 49, 128, 0.1);
	}

	.anli-three .index-one-xia ul li {
		width: 100%;
		padding-top: 0px;
		border-radius: 10px;
		margin-right: 0;
		margin-bottom: 15px;

	}

	.anli-three .index-one-xia-a h1 {
		font-size: 20px;
	}

	.anli-three .index-one-xia-a p {
		margin-bottom: 20px;
	}

	.pibo {
		height: 53px;

	}

	.anli-two {
		margin: 30px 0;
		padding: 0 0;

	}

	.anli-one .index-fourb-ul ul li a {
		font-size: 13px;

	}

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

	.biaoqian-threeb-b ul li p {
		font-size: 15px;

	}

	.biaoqian-threeb-b ul li h1 {
		font-size: 18px;
	}

	.senvera h1 {
		font-size: 25px;
	}

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

	.senver {
		padding: 30px 0;
	}

	.index-onec h1 {
		font-size: 18px;
		margin: 15px 0;
	}

	.index-twoa {
		padding: 20px 0;
		border-bottom: inherit;
	}

	.index-two-ula {

		border-left: inherit;
	}

	.index-two-ul ul li {
		width: 49%;
		padding-bottom: 11px;
		flex-wrap: wrap;

		margin-bottom: 28px;
	}

	.index-fourb-a span {
		font-size: 22px;
	}

	.pages li span {
		display: block;
		background: #fff;
		padding: 4px 8px;
		font-size: 13px;
		color: #143180;
		border-radius: 5px;
		background-color: rgb(20, 49, 128, 0.1);
	}

	.pages li .current {
		background: #143180;
		color: #fff;
	}

	.index-fourb-ul ul {
		margin-top: 25px;

	}

	.index-one-xia-az {
		bottom: 15px;
		left: 15px;
	}

	.index-one-xia-az a {
		font-size: 12px;
		margin-right: 2px;
		padding: 6px 11px;
		border-radius: 16px;
	}

	.index-one-xia-a p {
		font-size: 14px;
		padding-left: 27px;
	}

	.index-one-xia-p {
		padding: 10px 15px;
	}

	.index-one-xia-p h1 {
		font-size: 20px;
	}

	.index-four-xia {
		margin-top: 10px;
	}

	.index-fourb-ul ul li a {
		font-size: 16px;
		padding: 6px 9px;
		margin-right: 8px;
		border-radius: 6px;
	}

	.index-one-xia ul li:nth-child(2n) .index-one-xia-a {
		margin-right: 0px;
		margin-left: 0;
	}

	.index-one-xia ul li:nth-child(2)::after {
		display: none;
	}

	.index-one-xia-zong {
		display: none;
	}

	.index-one-xia ul li .index-one-xia-a {
		margin-right: 0;
		padding-bottom: 5px;
		margin-bottom: 0px;
	}

	.index-one-xia ul li {
		width: 100%;
		padding-top: 20px;
	}

	.index-fourc {
		width: 100%;
	}

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

	.index-fivera h1 {
		font-size: 20px;
		margin-bottom: 6px;
	}

	.fiverbswipera {
		margin-bottom: 15px;
		margin-right: 10px;
		width: 46%;
	}

	.fiverbswipera:nth-child(2n) {
		margin-right: 0px;
	}

	.fiverbswipera {
		border-radius: 10px;
		padding: 15px 11px;
	}

	.fiverbswipera p {
		font-size: 12px;

	}

	.fiverbswipera h1 {
		font-size: 17px;

		margin: 15px 0 15px 0;
	}

	.fiverbswipera img {
		width: 30px;
	}

	.index-fiverb-a {
		flex-wrap: wrap;
	}

	.what {
		width: 95%;
		height: auto;
		position: relative;
	}

	.index-fivera h2 {
		font-size: 22px;
	}

	.index-fiverb {
		width: 100%;

	}

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

	.index-fiver {
		padding: 39px 0%;
	}

	.index-fiver-xia-b h1 {
		font-size: 22px;
		margin-bottom: 10px;
		text-align: center;
	}

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

	.index-fivera {
		width: 100%;
		padding-right: 4%;

	}

	.index-one-xia-img {

		border-radius: 10px;
	}

	.index-fiverb {

		height: auto;
	}

	.index-fiverb-a {
		position: relative;
		left: 0%;
		display: flex;
		top: 0;
	}

	.index-fourc a img {

		width: 22px;
	}

	.index-fourc a {

		margin-top: 15px;
		font-size: 16px;
		margin-bottom: 15px;

	}

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

	}

	.index-fourb-a img {
		width: 12px;
	}

	.index-foura {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.index-fourb {
		width: 100%;
	}

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

	.index-threea>a {
		font-size: 15px;

		margin-top: 25px;
		padding: 6px 16px;
	}

	.index-threea-ul ul li {
		width: 25%;
		margin-bottom: 20px;
	}

	.index-threea {
		background: url(../images/dwe.png) no-repeat;

		background-size: cover;
		border-radius: 0 0 0 50px;
	}

	.index-threea h2 {
		margin-top: 15px;
		font-size: 20px;
	}

	.index-threea-ul ul li p {
		font-size: 12px;
		margin-top: 12px;
	}

	.index-threea-img {
		height: 54px;
	}

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

	.index-threea-img img {
		width: 50px;
	}

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

	.index-threea {
		padding: 30px 15px;
	}

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

	.index-two-ul {
		margin-top: 9px;
	}

	.index-two-ulb {
		font-size: 18px;
	}

	.index-two-ula {
		width: 100%;
		padding-left: 0px;
	}

	.index-two-ulb span {
		font-size: 50px;
	}

	.index-two-ula h1 {
		font-size: 15px;
	}

	.index-two-ula h1 {
		display: inline-block;
	}

	.index-two-ul ul {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.index-twoa h1 {
		font-size: 24px;
	}

	.index-onec a {
		margin-top: 4px;
		font-size: 16px;
	}

	.index-onec a img {
		width: 22px;
	}

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

	.hexin14 p {
		font-size: 12px;
	}

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

	.index-oneb {
		width: 100%;
	}

	.index-onec {
		width: 100%;
	}

	.headmenu2>div {
		width: 21px;
		/* float: right; */
		height: 2px;
		background: rgb(0, 0, 0, 0.4);
		display: inherit;
		margin-bottom: 5px;
		transition: all 0.4s;
	}

	.bannerswipera>img {
		object-fit: cover;
		height: 360px !important;
	}

	.bannerswipera-a {
		top: 19%;
	}

	.banner-xia {
		bottom: 33px;
		/* display: none; */
	}

	.banner-xia ul li {
		width: 20%;
	}

	.banner-xia ul li {
		margin-bottom: 0;
	}

	.bannerswipera-a h1 {
		font-size: 30px;
		/* letter-spacing: 3px; */
	}

	.banner-xia ul li {
		padding: 0 10px;
	}

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

	.m_all {
		display: none;
		width: 100%;
		height: 100vh;
		background: #f1f1f1;
		position: fixed;
		left: 0;
		top: 0;
		z-index: -3;
	}

	.allmenu {
		overflow: hidden;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		padding: 78px 3%;
	}

	.allmenu .menuarea {
		box-sizing: border-box;
		width: 100%;
	}

	.allmenu .menuarea>ul>li {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		position: relative;
		padding: 0px 0 0px 7px;
		border-bottom: 1px solid #ddd;
	}

	.allmenu .menuarea>ul>li>a {
		position: relative;
		width: 100%;
		font-size: 18px;
		color: #000;
		font-weight: 600;
	}

	.allmenu .menuarea>ul>li>ul {
		width: calc(100% - 150px);
	}

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

	.allmenu .menuarea>ul>li>ul>li {
		margin-bottom: 12px;
		line-height: 1.5;
	}

	.btn_menu.openmenu>div:nth-child(1) {
		background: rgb(0, 0, 0, 0.4);
		transform: translateY(8.0px) rotate(45deg);
	}


	.phone_head {
		z-index: 999999;
	}

	.btn_menu.openmenu>div:nth-child(2) {
		opacity: 0;
	}

	.headmenu2 {
		margin-top: 18px;
		margin-left: 10px;
	}

	.btn_menu.openmenu>div:nth-child(3) {
		background: rgb(0, 0, 0, 0.4);
		transform: translateY(-6.0px) rotate(-45deg);
	}

	.allmenu .menuarea>ul>li>ul>li>a {
		font-size: 16px;
		color: #000;
		font-weight: 400;
	}

	.allmenu .menuarea>ul>li>img {
		position: absolute;
		top: 20px;
		left: 4px;
		height: 23px;
	}

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