@charset "utf-8";

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

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

@font-face {
	font-family: "NexaBold";
	src: url('NEXA-BOLD.TTF');
	font-style: normal;
}

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

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

html,
body {
	width: 100%;
}

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

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

img {
	border: none;
}

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

a:hover {
	color: #106bb2;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

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

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

.none {
	display: none;
}

.block {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

header.fixed {
	/* background: #fff; */
}

.overflow {
	overflow: hidden;
}


/*  *  * header *  * */

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

/*header.fixed {
	-moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}*/

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

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

header.fixed .head-main .logo img {

	height: 50px;

}

header.fixed .tilti {
	font-size: 26px;
}

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

.head-main .logo img {
	vertical-align: middle;
	height: 62px;

	transition: all 0.6s;
}

.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: 0 !important;
	padding: 0 16px;
}

.head-main .nav>ul>li>a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: rgb(34, 94, 183);
	position: relative;
	text-transform: capitalize;
}

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

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

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

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

.head-main .nav>ul>li:hover,
.head-main .nav>ul>li.on {
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);

}

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

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

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

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

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

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

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

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

.right-side-box .side-menu__toggler {
	width: 55px;
	height: 100px;
	/* background: #106bb2; */
	/*position: absolute;*/
	right: 0;
	/* margin-right: -97px; */
	line-height: 50px;
	background: url(../images/menu.png) no-repeat center center;
}

.right-side-box .lang {
	position: relative;
	padding-left: 20px;
	border-left: 1px solid rgb(4, 4, 4, 0.1);

}

.right-side-box .lang .box {
	border-radius: 25px;
	border: 1px solid #eaeaea;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0 10px;
	height: 32px;
	overflow: hidden;
	background: #fff url(../images/down.png) no-repeat 90% 15px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

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

.right-side-box .lang a {
	/* display: block; */
	/* line-height: 30px; */
	font-size: 15px;
	color: #a3a9b2;
	/* padding-right: 20px; */
}

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

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

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


/*
 
 * 
 * 
 * 
 * */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {

	width: 4px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
	opacity: 1;

	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Magnific Popup CSS */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Main image in popup */

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


/* The shadow behind the image */

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

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

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

.mfp-figure figure {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*弹窗*/

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

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

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

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

.mCustomScrollBox {
	padding-right: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	80% {
		opacity: 0.75;
	}

	90% {
		opacity: 0.9;
	}

	100% {
		opacity: 1;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa {
	font-size: 0;
}

.fa img {
	vertical-align: middle;
}

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

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

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

/*
* 22. search-popup styles
*/

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

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

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

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

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

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

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

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

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

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

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

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


/* Cursor Style */

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

.cursor {
	visibility: visible;
}

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

.cursor.hovered {
	opacity: 0.08;
}

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

.cursor-follower {
	visibility: visible;
}

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

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

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

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


/*移动端*/


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.phone-head .mask-close {
	background: rgb(0, 91, 172) 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: 2%;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}

.maskbg {
	/*display: none;*/
	position: fixed;
	top: 0;
	z-index: 99999;
	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;

	left: -9999px;
	width: 180px;
	height: 100%;
	background: rgb(0, 91, 172);
	transition: all 0.1s;
	z-index: 0;
}

.maxDiv .maskbg:before {
	left: 0;

}

#menu a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 12px;
	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: rgb(0, 91, 172);
	float: none;
}

#menu {
	margin: 4em 0;
	width: 180px;
	min-height: 308px;
	background: rgb(0, 91, 172);
	right: -9999px;
	transition: all 0.3s;
	text-transform: uppercase;
}

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

.sliding-menu a.back {
	background: rgb(0, 91, 172);
}

.sliding-menu a:hover {
	background: rgb(0, 91, 172);
}


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

.bannerswiper {
	position: relative;

}

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

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

.tilted {

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

}

.tilted span {
	position: relative;
}

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

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

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

.tilted h2 {

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


}


.banner img {
	width: 100%;
}

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

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

img {
	max-width: 100%;
}

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

.bannerswiper .swiper-button-prev {
	width: 18px;
	height: 34px;
	left: 50px;
	background: url(../images/left.png) no-repeat;
}

.bannerswiper .swiper-button-next {
	width: 18px;
	height: 34px;
	right: 50px;
	background: url(../images/right.png) no-repeat;
}

.bannerswiper .swiper-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #bbbcbc;
	margin: 0 15px;
	opacity: 1;
	vertical-align: middle;
}

.bannerswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: url(../images/yuna.png) no-repeat;
	width: 34px;
	height: 34px;
}

.logo-ing {
	/* transform: skewX(30deg); */
	text-align: center;
	width: 17%;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
	border-radius: 0px 0px 50px 0;
	/* margin-left: -33px; */
	background: #fff;
	/* background-size: 100% 107%; */
}

.head-main .logo img {
	/* transform: skewX(-30deg); */
}

html {
	overflow-x: hidden;
}

.caidian-ing {
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
	display: flex;
	border-radius: 300px 0 0 300px;
	width: 82%;
	/* transform: skewX(30deg); */
	background: #fff;
	/*   background-size: 100% 107%; */
	/* margin-right: -60px; */
	/* margin-top: -3px; */
	position: relative;
}

.caidian-ing .nav {
	/* transform: skewX(-30deg); */
	padding-left: 73px;
	width: 85%;
}

.caidian-ing .nav ul {
	float: right;
	/* margin-left: 10%; */
}

.right-side-box {
	/* transform: skewX(-30deg); */
}

.tilti {
	float: left;
	display: inline-block;
	font-size: 23px;

	color: rgb(59, 64, 72);

	font-weight: bold;

}

.tilti em {
	font-family: "NexaBold";
	color: #2668b4;
	font-style: normal;
}

.lang h2 {
	font-size: 16px;
	color: #a3a9b2;
	line-height: normal;
}

.lang a {
	font-size: 16px;
	color: #fff;
	display: inline-block;
}

.index-one {
	padding: 80px 0;
	background: url(../images/bj.jpg) no-repeat;
	background-size: cover;
}

.index-one-tlter h1 {
	font-size: 50px;
	color: rgb(59, 64, 72);
	font-weight: bold;
	padding-left: 25px;
	text-align: left;
	position: relative;
	line-height: 1;
	margin-bottom: 20px;
}

.index-one-tlter h1::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 5px;
	content: "";
	display: block;
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
}

.index-one-tlter h2 {
	font-size: 22px;
	font-family: "AlibabaPuHuiTi_2_55_Regular";
	color: rgb(143, 149, 159);
	line-height: 1.364;
	max-width: 72%;
	padding-left: 20px;
}

.index-one-tlter {
	position: relative;
}

.index-one-xia {
	display: inline-block;
	position: absolute;
	bottom: 3px;
	right: 0;
}

.index-one-xia a {

	display: inline-block;
	border-radius: 24px;
	font-size: 14px;
	padding: 13px 38px;
	background: url(../images/more.png) no-repeat;
	background-size: 100% 100%;
	color: rgb(59, 64, 72);
	transition: all 0.5s;
}

.index-one-xia a:hover {
	color: #fff;
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);

}

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

.index-onea ul {
	display: flex;
}

.index-onea ul li {
	width: 30%;
	margin-right: 25px;
	position: relative;
	padding-bottom: 35px;
	overflow: hidden;
	cursor: pointer;
	border-bottom: 2px solid #e5e7e8;
}

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

.index-onea-a {
	max-width: 71%;
	vertical-align: middle;
	display: inline-block;
}

.index-onea ul li img {
	vertical-align: middle;
	margin-right: 20px;
}

.index-onea-a h1 {

	font-size: 25px;

	color: rgb(59, 64, 72);
	font-weight: bold;
	margin-bottom: 10px;


}

.index-onea-a h2 {

	font-size: 14px;
	height: 40px;
	color: rgb(143, 149, 159);
	line-height: 1.429;
	text-align: left;

}

.index-onea-shu {
	font-size: 55px;
	color: #eeeeef;
	position: absolute;
	bottom: -25px;
	right: 0px;
	font-family: "NexaBold";
}

.index-onea ul li::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 3px;
	bottom: 0px;
	left: 0;
	transition: all 0.5s;
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);

}

.index-onea ul li:hover::after,
.index-onea ul li.on::after {
	width: 100%;
}

.index-onea ul li:hover .index-onea-a h1,
.index-onea ul li.on .index-onea-a h1 {
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
	-webkit-text-fill-color: transparent;
	color: transparent;
	-webkit-background-clip: text;

}

.index-onea ul li:hover .index-onea-a h2,
.index-onea ul li.on .index-onea-a h2 {
	color: #2668b4;
}

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

.index-onebb {
	display: none;
}

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

.gallery-top-a {
	max-width: 1300px;
	margin: 0 auto;
}

.gallery-top-zong {
	display: flex;
	justify-content: space-between;
}

.gallery-top-b h2 {
	display: block;
	width: 100%;
}

.gallery-top-b h2 em {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #2668b4;
	margin-right: 5px;
	vertical-align: middle;
	border-radius: 50%;
}

.cpxq-three-ka ul li h3 img {
	width: 85%;
}

.gallery-top-b h2 {
	color: #3b4048;
	font-size: 38px;
}

.gallery-top-d {
	font-size: 20px;
	font-family: "NexaBold";
	color: rgb(59, 64, 72);

}

.gallery-top-d span {
	vertical-align: middle;
	display: inline-block;
	width: 100px;
	height: 100px;
	background: #fff;
	box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 5%);
	border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.gallery-top-d span:after {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0;
	left: 0;
	content: "";
	transition: all 1s;
	transform: scale(0);
	display: block;
	border-radius: 50%;
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
	z-index: -1;
}

.gallery-top-d:hover span:after {
	transform: scale(1);
}

.gallery-top-d:hover img {
	filter: brightness(0)invert(1);
}

.gallery-top-d:hover {
	color: #2668b4;
}

.gallery-top-d p {
	display: inline-block;
	margin-left: 10px;
}

.gallery-top-b {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.gallery-top-d {
	display: flex;
	justify-content: center;
	align-items: center;
}

.gallery-top-b h3 {
	text-align: right;
	color: #8f959f;
	font-size: 22px;
	margin-top: 10px;
}

.gallery-top-c img {
	transition: all 1s;
	width: 87%;
}

.gallery-top-zong {
	padding-top: 10px;
}

.gallery-top-c:hover img {
	transform: scale(1.05);
}

.gallery-thumbs {
	max-width: 1200px;
	margin: 0 auto;
}

.gallery-thumb-img {
	padding-top: 21px;
	text-align: center;
}

.index-onebb .swiper-button-prev {
	background: url(../images/lleft.png) no-repeat;
	top: 89%;
	left: 6%;
}

.index-onebb .swiper-button-next {
	top: 89%;
	right: 6%;
	background: url(../images/rrifht.png) no-repeat;
}

.index-onebb {
	position: relative;
}

.gallery-thumbs1 .swiper-slide.swiper-slide-active .gallery-thumb-img {
	background: url(../images/yua.png) no-repeat center top;
}

.gallery-thumbs2 .swiper-slide.swiper-slide-active .gallery-thumb-img {
	background: url(../images/yua.png) no-repeat center top;
}

.gallery-thumbs3 .swiper-slide.swiper-slide-active .gallery-thumb-img {
	background: url(../images/yua.png) no-repeat center top;
}

.gallery-thumbs4 .swiper-slide.swiper-slide-active .gallery-thumb-img {
	background: url(../images/yua.png) no-repeat center top;
}

.gallery-thumb-p {
	font-size: 14px;
	color: rgb(143, 149, 159);
	text-align: center;
}

.gallery-top ul li {
	display: none;
}

.gallery-top ul li.on {
	display: block;
}

.index-two {
	padding: 75px 0 170px 0;
	background: url(../images/jing.png) no-repeat;
	background-size: cover;
}

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

.index-twob {
	width: 50%;
}

.index-twoc {
	width: 50%;
	padding-top: 89px;
}

.index-twob h1 {
	font-size: 24px;
	color: #7de3e3;
	line-height: 1.25;
}

.index-twob h2 {
	position: relative;
	margin-top: 5px;
	padding-left: 24px;
	font-size: 50px;
	color: rgb(255, 255, 255);
	font-weight: bold;

}

.index-twob h2::after {
	position: absolute;
	width: 5px;
	height: 74%;
	content: "";
	display: block;
	background-image: -moz-linear-gradient(90deg, rgb(125, 227, 227) 0%, rgb(34, 95, 183) 100%);
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(125, 227, 227) 0%, rgb(34, 95, 183) 100%);
	left: 0;
	top: 12px;
}

.index-twob .index-one-xia {
	position: relative;
	margin-top: 90px;
	padding-left: 24px;
}

.index-twob .index-one-xia a {
	color: #fff;
	background: inherit;
	border: 3px solid #7de3e3;
}

.index-twob .index-one-xia a:hover {
	color: #fff;
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
}

.index-twoc p {
	padding-left: 70px;
	font-size: 22px;
	font-family: "AlibabaPuHuiTi_2_55_Regular";
	color: rgba(255, 255, 255, 0.702);
	line-height: 1.364;
	border-left: 2px solid rgba(255, 255, 255, 0.3);
}

.index-three {
	padding: 296px 0 120px 0;
	background: url(../images/shan.png) no-repeat;
	background-size: cover;
	margin-top: -175px;
	position: relative;
}

.index-threea ul li {
	width: 20%;
	position: relative;
	text-align: center;
}

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

.index-threea-shu span {

	font-size: 60px;
	font-family: "NexaBold";
	color: rgb(0, 91, 172);



}

.index-threea-shu {
	margin-bottom: 50px;
}

.index-threea-shu i {
	font-style: normal;
	font-size: 22px;
	color: rgb(0, 91, 172);
	font-weight: bold;
	vertical-align: top;
	/* margin-top: 8px; */
	position: relative;
	top: 9px;
}

.index-threea-p {
	margin-top: 50px;
	color: #3b4048;
	font-size: 20px;
}

.index-threea-mu {
	position: absolute;
	font-size: 200px;
	top: -120px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(38, 104, 180, 0.102);
	font-weight: bold;
}

.index-four {
	padding: 70px 0 100px 0;
}

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

.index-fourb h1 {
	font-size: 24px;
	color: rgb(59, 64, 72);
	line-height: 1.25;
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
	-webkit-text-fill-color: transparent;
	color: transparent;
	-webkit-background-clip: text;
}

.index-fourb h2 {
	font-size: 50px;
	color: rgb(59, 64, 72);
	font-weight: bold;
	text-align: center;
}

.index-fourc img {
	vertical-align: middle;
	margin-right: 9px;
}

.index-fourc {
	margin-top: 60px;
}

.index-fourc a {

	font-size: 14px;

	color: rgb(59, 64, 72);
}

.index-fourc a:hover {
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
	-webkit-text-fill-color: transparent;
	color: transparent;
	-webkit-background-clip: text;
}

.index-fourf {
	margin-top: 35px;
}

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

.index-fourf ul li {
	width: 23%;
	overflow: hidden;
	background: #f8f8f8;
	position: relative;
	margin-right: 40px;
}

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

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

.index-fourf-xia {
	padding: 30px;
}

.index-fourf-a {
	display: flex;
	margin-bottom: 15px;
}

.index-fourf-a h1 {
	margin-right: 20px;
	font-size: 40px;
	font-family: "NexaBold";
	color: rgb(38, 104, 180);
	margin-top: -9px;
	vertical-align: middle;
	display: inline-block;
}

.index-fourf-a h2 {
	display: inline-block;

	font-size: 14px;
	font-family: "NexaBold";
	color: rgb(143, 149, 159);

	line-height: 1;
	vertical-align: middle;
	margin-right: 30px;
}

.index-fourf-a h2 span {
	display: block;
}

.index-fourf-a i {
	width: 59px;
	height: 1px;
	display: inline-block;
	margin-top: 11px;
	background: #e5e7e8;
}

.index-fourf-b {
	font-size: 17px;
	color: rgb(59, 64, 72);
	font-weight: bold;
	line-height: 1.471;
	margin-bottom: 25px;
}

.index-fourf-c span {
	display: inline-block;
	border-radius: 19px;
	font-size: 14px;
	padding: 9px 37px;
	background: url(../images/itj.png) no-repeat;
	background-size: 100% 100%;
	color: #2668b4;
	transition: all 0.5s;
}

.index-fourf-c span:hover {
	color: #fff;
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
}

.hide_Box {
	width: 100%;
	height: 100%;
	background: #f8f8f8;
	/* box-shadow: 0 0 8px 9px rgb(0 0 0 / 7%), 0 0 8px 9px rgb(0 0 0 / 7%), 0 0 8px 9px rgb(0 0 0 / 7%), 0 0 8px 9px rgb(0 0 0 / 7%); */
	/* padding: 0 3.75rem; */
	transform: skewX(45deg);
	transition: transform 0.75s ease, left 0.55s ease, right 0.55s ease;
	position: absolute;
	top: 0;
	left: -200%;
	overflow: hidden;
}

.index-fourf ul li:hover .hide_Box {
	left: 0;
	transform: skewX(0);
}

.hide_Box .index-fourf-a {
	transform: translateX(-160%);
	transition: transform 0.53s ease;
}

.hide_Box .hide_Item {
	transform: translateX(-160%);
	transition: transform 0.53s ease;
}

.index-fourf ul li:hover .hide_Box .hide_Item {
	transform: translateX(0);
}

.index-fourf-dd {
	font-size: 14px;
	color: rgb(143, 149, 159);
	text-transform: uppercase;
	margin-bottom: 110px;
	line-height: 1.786;

}

.bannerswiper .swiper-slide.swiper-slide-active img {
	animation: m_vsImg 4.5s;
	transform: scale(1);
}

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

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

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

.index-fiver {
	padding: 75px 0;
	border-bottom: 6px solid #76d9e0;
	background: url(../images/jing.jpg) no-repeat right top;
	background-size: cover;
}

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

.index-fiverb-a {
	padding-left: 30px;
	position: relative;
}

.index-fiverb-a h1 {
	font-size: 35px;
	color: rgb(255, 255, 255);
	font-weight: bold;

}

.index-fiverb-a p {
	font-size: 18px;
	font-family: "Adobe Heiti Std";
	color: rgb(255, 255, 255);
	line-height: 1.667;
	margin-top: 15px;

}

.index-fiverb-a::after {
	position: absolute;
	content: "";
	display: block;
	width: 5px;
	height: 75px;
	bottom: 0;
	left: 0;
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);



}

.index-fiverc a {
	border-radius: 24px;
	overflow: hidden;
	font-size: 18px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	padding: 10px 38px;
	transition: all 1s;
	background-image: -webkit-linear-gradient(0deg, rgb(34, 94, 183) 0%, rgb(124, 227, 227) 100%);
}

.index-fiverc {
	padding-top: 34px;
}

.index-fiverc a:hover {

	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
}

.index-fix {
	padding: 25px 0;
	background: #f8f8f8;
}

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

.index-fixb h1 {
	font-size: 18px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	line-height: 1.53;
	margin-bottom: 20px;
}

.index-fixb {
	width: 47%;
	margin-right: 15px;
}

.index-fixc {
	width: 53%;
}

.index-fixb p {
	font-size: 14px;
	color: rgb(59, 64, 72);
	line-height: 1.5;
}

.index-fixb-img {
	margin-top: 25px;
	position: relative;
}

.index-fixb-img a {
	margin-left: 20px;

}

.xsdl {
	display: none;
}

.index-fixb-img a:hover .xsdl {
	display: block;
}

.index-fixb-img a .xsdl {
	position: absolute;
	bottom: 100%;
	left: -27px;
	width: 18%;
}

.index-fixb-img a:nth-child(2) .xsdl {
	position: absolute;
	bottom: 100%;
	left: 41px;
	width: 18%;
}


@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-fixc ul {
	display: flex;
	justify-content: right;
}

.index-fixc ul li {
	margin-right: 28px;
	width: 25%;
}

.index-fixb-aa {
	margin-right: 10px;
	width: 47%;
}

.index-fixb-img {
	display: flex;
	width: 51%;
}

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

.index-fixc ul li h1 a {
	font-size: 15px;
	color: rgb(59, 64, 72);
	font-weight: bold;
	line-height: 1.765;
}

.index-fixc ul li h1 {
	padding-bottom: 18px;
	margin-bottom: 12px;
	border-bottom: 2px solid #2668b4;
}

.index-fixc ul li p a {
	font-size: 14px;
	color: rgb(59, 64, 72);
	/* text-transform: uppercase; */
	line-height: 2.143;

}

.index-fixc ul li p a:hover {
	color: #2668b4;
}

.index-booter {
	background: #f8f8f8;
	border-top: 1px solid #2668b4;
	padding: 15px 0;
}

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

.index-booter p {
	font-size: 14px;
	color: rgb(59, 64, 72);
	text-transform: uppercase;
	line-height: 1.786;

}

.index-booter p a {
	color: rgb(59, 64, 72);
	display: inline-block;
	margin: 0 10px;
}

.index-booter p a:hover {
	color: #8f959f;
}

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

.nbanner {
	position: relative;
}

.nbannera {
	position: absolute;
	left: 150px;
	top: 150px;
}

.nbannera a {
	font-size: 14px;
	color: rgb(143, 149, 159);
	text-transform: uppercase;
	padding: 0 10px;
}

.nbannera a:first-child {
	padding: 0 0px 0 10px;
}

.nbannera {
	font-size: 14px;
	color: rgb(143, 149, 159);
}

.nbannera a:hover {
	color: #2668b4;
}

.nbannerb {
	position: absolute;
	left: 150px;
	bottom: 70px;
}

.nbannerb {
	padding-left: 25px;

	line-height: 1;

	font-size: 50px;

	color: rgb(60, 65, 73);
	font-weight: bold;
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
	-webkit-text-fill-color: transparent;
	color: transparent;
	-webkit-background-clip: text;
}

.nbannerb::after {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 2px;
	width: 5px;
	height: 100%;
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);

}

.nbannerc {
	position: absolute;
	bottom: 25px;
	width: 100%;
	text-align: right;
	right: 150px;
}

.nbannerc a {
	background: rgb(38, 104, 180, 0.3);
	font-size: 22px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	padding: 25px 48px;
}

.nbannerc a.on,
.nbannerc a:hover {
	background: #2668b4;
}

.jobs-one {
	padding: 80px 0;
	background: #f8f8f8;
}

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

.jobs-oneb h1 {
	font-size: 35px;
	color: rgb(59, 64, 72);
	line-height: 1.5;
	margin-bottom: 15px;
}

.jobs-oneb h2 {
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
	width: 50px;
	height: 5px;
}

.jobs-onec-a {
	position: relative;
	padding-right: 25px;
}

.jobs-onec-a::after {
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
	width: 5px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 6px;
	content: "";
	display: block;
}

.jobs-onec-a p {
	text-align: right;
	font-size: 18px;
	color: rgb(143, 149, 159);
	line-height: 1.364;

}

.jobs-oned {
	margin-top: 35px;
}

.jobs-oned ul {
	display: flex;
	flex-wrap: wrap;
}

.jobs-oned ul li {
	margin-right: 20px;
	width: 49%;
	background: #fff;
	margin-bottom: 20px;

}

.jobs-oned ul li:nth-child(2n) {
	margin-right: 0;
}

.jobs-oned-a {
	display: flex;
	padding: 25px;
	justify-content: space-between;
}

.jobs-oned-b h1 {
	font-size: 24px;
	font-weight: bold;
	color: #3b4048;
	margin-bottom: 10px;
}

.jobs-oned-b p {

	color: #8f959f;
	font-size: 14px;
}

.jobs-oned-b p strong {
	font-family: "NexaBold";
}

.jobs-oned-c img {
	filter: grayscale(0.9);
	opacity: 0.5;
	margin-top: 17px;
}

.jobs-oned ul li:hover .jobs-oned-b h1 {
	color: #2668b4;

}

.jobs-oned ul li:hover {
	background: url(../images/cianb.jpg) no-repeat;
	background-size: 100% 100%;
}

.jobs-oned ul li:hover .jobs-oned-c img {
	filter: inherit;
	opacity: 1;
}

.jobs-one-more {
	margin-top: 15px;
	text-align: center;
}

.jobs-one-more a {
	display: inline-block;
	padding: 15px 23px;
	font-size: 16px;
	color: rgb(255, 255, 255);
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
	border-radius: 25px;
}

.jobs-one-more a img {
	vertical-align: middle;
	margin-left: 25px;
}

.jobs-one-more a:hover {

	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
}

.jobs-two {
	padding: 75px 0;
	background: url(../images/shanc.png) no-repeat bottom;
	background-size: 100%;
}

.jobs-twoa h1 {
	font-size: 50px;
	color: rgb(59, 64, 72);
	font-weight: bold;

	text-align: center;

}

.jobs-twoa h2 {
	margin: 17px auto;
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
	width: 50px;
	height: 5px;
}

.jobs-twoa p {
	font-size: 20px;
	color: #8f959f;
	text-align: center;

}

.jobs-twob {
	margin-top: 40px;
}

.safeswiper .swiper-slide img {
	border-radius: 10px;

}

.safeswiper .swiper-slide {
	text-align: center;
}

.safeswiperxia {
	position: absolute;
	width: 8%;
	bottom: 37px;
	left: 50%;
	transform: translateX(-50%);
}

.safeswiperxia .swiper-button-prev {
	background: url(../images/leftt.png) no-repeat;
	background-size: 100%;
	width: 50px;
	height: 50px;
}

.safeswiperxia .swiper-button-next {
	background: url(../images/irj.png) no-repeat;
	background-size: 100%;
	width: 50px;
	height: 50px;
}

.safeswiper {
	padding-bottom: 106px;
}

.jishu-one {
	background: #f8f8f8;
	padding: 80px 0;
}

.jishu-onea ul li {
	margin-bottom: 20px;
	width: 100%;
	background: #fff;
}

.jishu-oneb {
	display: flex;
	padding: 31px;
	justify-content: space-between;
}

.jishu-oneb a {
	width: 100%;
	display: flex;

	justify-content: space-between;
}

.jishu-onec img {
	filter: grayscale(1);
	opacity: 0.7;
	margin-right: 20px;
	vertical-align: middle;
}

.jishu-onec {

	font-size: 24px;

	color: rgb(59, 64, 72);
	font-weight: bold;
	text-transform: uppercase;


}

.jishu-onea ul li:hover .jishu-onec img {
	filter: inherit;
	opacity: 1;
}

.jishu-onea ul li:hover .jishu-onec {
	color: #2668b4;
}

.jishu-onea ul li:hover,
.jishu-onea ul li.onn {
	background: url(../images/cj.jpg) no-repeat;
	background-size: 100% 100%;
}

.jishu-onea ul li:hover .index-fourf-c span {
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
	color: #fff;
}

.jishu-one .jobs-one-more {
	margin-top: 40px;
}

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

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

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

.pages li a {
	display: block;
	background: #fff;
	padding: 13px 19px;
	font-weight: bold;
	font-size: 18px;
	color: #2668b4;
	font-family: 'DIN';
	border-radius: 50%;
	border: 1px solid #2668b4;
}

.nbannerb.nbannerb-zong {
	bottom: 300px;
	padding-left: 0px;
}

.nbannerb.nbannerb-zong::after {
	display: none;
}

.nbanner-xiazongb {
	padding: 20px 0;
	display: inline-block;
	border-top: 1px solid rgb(255, 255, 255, 0.5);
	border-bottom: 1px solid rgb(255, 255, 255, 0.5);
}

.nbanner-xiazongb ul {
	display: flex;
}

.nbanner-xiazongb ul li {
	margin-right: 25px;
}

.nbanner-xiazongb ul li:last-child {
	margin-right: 0px;
}

.nbanner-xiazongb ul li img {
	vertical-align: middle;
	margin-right: 20px;
}

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

.nbanner-xiazongb-a h1 {
	font-size: 32px;
	font-family: "NexaBold";
	color: #005bac;
	font-weight: bold;

	line-height: 1.143;

}

.nbanner-xiazongb-a h2 {

	font-size: 18px;

	color: rgb(255, 255, 255);
	margin-top: 5px;
	line-height: 1.5;


}

.nbanner-xiazongb-a h3 {

	font-size: 25px;

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

}

.nbanner-xiazongb {
	bottom: 140px;
	position: absolute;
	left: 150px;
	padding-left: 0px;
}

.lx-one-xia {
	margin-top: 38px;
}

.lx-one-xia ul {
	display: flex;
}

.lx-one-xia ul li {
	height: 300px;
	width: 18%;
	background: #fff;
	margin-right: 50px;
	text-align: center;
	padding: 40px 10px 10px 10px;
}

.lx-one-xia ul li:last-child {
	margin-right: 0px;
}

.lx-one-xia ul li h1 {

	font-size: 18px;

	color: #8f959f;

	margin-top: 30px;
	margin-bottom: 15px;
}

.lx-one-xia ul li h2 {
	font-size: 18px;

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

	font-family: "NexaBold";
	text-align: center;

}

.lx-one-xia ul li h3 {
	font-size: 18px;
	color: rgb(0, 0, 0);
	line-height: 1.563;
	text-align: center;
	max-width: 69%;
	margin: 0 auto;
}

.lx-one-xia-a {
	margin-top: 15px;
}

.lx-one-xia-a p {
    font-size: 18px;
    color: #8f959f;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}

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

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

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

.lx-threeb {
	width: 50%;
	display: flex;
	/* justify-content: center; */
	align-items: center;
}



.lx-threec img {
	text-align: right;
	vertical-align: bottom;
}

.lx-threeb h1 {
	color: #3b4048;
	font-size: 30px;
}

.lx-threeb h2 {
	margin: 18px 0;
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
	width: 50px;
	height: 5px;

}

.lx-threeb h3 {
	color: #3b4048;
	font-size: 50px;
	font-weight: bold;
}

.lx-threea {
	height: 580px;
}

.lx-threec {
	position: relative;
}

.lx-threec {
	position: absolute;
	right: 0;
	top: 0;
}

.lx-threea {
	position: relative;
}

.diqv {
	position: absolute;
	right: 94px;
	top: 16px;
}

.lx-four {
	padding-bottom: 77px;
}

.lx-foura ul {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #e5e7e8;
	border-left: 1px solid #e5e7e8;
}

.lx-foura ul li {
	width: 16.6%;
	display: flex;
	height: 120px;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border: 1px solid #e5e7e8;
	border-right: 1px solid #e5e7e8;
	border-bottom: 1px solid #e5e7e8;
}

.lx-foura ul li img {
	transition: all 1s;
}

.lx-foura ul li:hover img {
	transform: scale(1.1);
}

.news-zong {
	padding: 55px 0;
	background: #f8f8f8;
}

.newsswipera {
	display: flex;

	background: #fff;

}

.newsswipera:hover .newsswiperb img {
	transform: scale(1.1);
}

.newsswiperb {
	width: 49%;
	overflow: hidden;
}

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

.newsswiperc {
	width: 51%;

	padding: 75px 60px 10px 80px;
}

.newsswiperc-xia h1 {

	font-size: 40px;
	font-family: "NexaBold";
	color: rgb(38, 104, 180);
	line-height: 1;
	margin-right: 17px;
	vertical-align: middle;

}

.newsswiperc-xia {
	position: relative;
}

.newsswiperc-xia::after {
	position: absolute;
	content: "";
	display: block;

	left: -20px;
	top: 4px;

	background-color: rgb(215, 0, 15);
	width: 4px;
	height: 30px;


}

.newsswiperc-xia h2 {
	vertical-align: middle;
	font-size: 14px;
	font-family: "NexaBold";
	color: rgb(143, 149, 159);
	margin-top: 4px;
	line-height: 1;
	margin-right: 33px;

}

.newsswiperc-xia h3 {
	height: 1px;
	width: 100%;
	background: #e5e7e8;
	margin-top: 14px;
}

.newsswiperc-xia h2 span {
	display: block;
}

.newsswiperc-xia {
	display: flex;
}

.newsswiperc h4 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 37px;
	line-height: 1.042;
}

.newsswiperc h4 a {
	color: rgb(59, 64, 72);
}

.newsswiperc h5 {
	font-size: 16px;

	line-height: 1.563;

	margin-bottom: 50px;
}

.newsswiperc h5 a {
	color: rgb(59, 64, 72);
}

.newsswiperc h6 a {
	margin-right: 6px;
	display: inline-block;
	border-radius: 12px;
	border: 1px solid #d6d6d6;

	font-size: 12px;
	padding: 3px 11px;

	color: rgb(102, 102, 102);


}

.newsswiperc h6 a:hover {
	background: #2668b4;
	color: #fff;
}

.newsswiperc p {
	text-align: right;
	margin-top: 25px;
}

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

.newsswiperc p a {

	font-size: 14px;

	color: rgb(38, 104, 180);


}

.newsswiperc p a:hover {
	opacity: 0.8;
}

.newsswiperc:hover h4 a {
	color: #2668b4 !important;
}

.newsswiperc:hover h5 a {
	color: #2668b4 !important;
}

.newsswiper {
	padding-bottom: 75px;
}

.newsswiper .swiper-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #bbbcbc;
	margin: 0 15px;
	opacity: 1;
	vertical-align: middle;
}

.newsswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: url(../images/yuna.png) no-repeat;
	width: 34px;
	height: 34px;
}

.news-two {
	padding-bottom: 75px;
	background: #f8f8f8;
}

.newsing11 ul li a {
	width: 100%;
	display: flex;
	background: #fff;
}

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

.newsing12 {

	overflow: hidden;
}

.newsing12 img {

	width: 100%;
	vertical-align: bottom;
}

.newsing12 {
	width: 32%;
}

.newsing13 {
	display: flex;
	width: 100%;
	padding: 35px 0;
}

.newsing14 {

	padding-top: 33px;
	text-align: center;
	width: 13%;
	border-right: 1px solid rgb(168, 170, 178, 0.2);
}

.newsing14 h2 {


	line-height: 1;
	text-align: center;

	font-size: 40px;
	font-family: "NexaBold";
	color: rgb(38, 104, 180);


}

.newsing14 h3 {
	margin-top: 13px;
	font-size: 14px;
	font-family: "NexaBold";
	color: rgb(143, 149, 159);
	line-height: 1;
	text-align: center;

}

.newsing14 h3 span {
	display: block;
}

.newsing14 img {
	margin-top: 15px;
}

.newsing15 {
	width: 87%;
	padding-left: 40px;
}

.newsing15 h2 {

	font-size: 17px;

	color: rgb(59, 64, 72);
	font-weight: bold;
	text-transform: uppercase;

	margin-bottom: 25px;



}

.newsing15 p {

	max-width: 67%;
	font-size: 14px;

	color: rgb(143, 149, 159);

	line-height: 1.786;


}

.newsing15 {
	position: relative;
}

.newsing15 img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.newsing15 .index-fourf-c {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 60px;
}

.newsing11 ul li:hover .newsing15 h2 {
	color: #2668b4;
}

.newsing12 img {
	transition: all 1s;
}

.newsing11 ul li:hover .newsing12 img {
	transform: scale(1.1);
}

.news-two .jobs-one-more {
	margin-top: 40px;
}

.newsxq-zong {
	background: #f8f8f8;
	padding: 50px 0;
}

.newsxq-one {
	margin-top: 30px;
	padding: 50px 60px 60px 60px;
	background: #fff;
	border-radius: 0 0 20px 20px;
	border-bottom: 6px solid #dbdbdb;
	box-shadow: 0px 2px 9px rgb(0 0 0 / 13%);
}

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

.index-threec img {
	vertical-align: middle;
	margin-left: 15px;
}

.newsxq-onea h1 {

	font-size: 30px;

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

	line-height: 1.333;
	padding-left: 25px;

	position: relative;

}

.newsxq-onea h1::after {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 2px;
	width: 4px;
	height: 100%;
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
}

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

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

	font-size: 16px;

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

}

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

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

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

.newsxq-oned {

	font-size: 16px;

	color: rgb(102, 102, 102);

	line-height: 1.875;

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

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

.newsxq-onef-a a {

	font-size: 14px;

	color: rgb(153, 153, 153);

	line-height: 2.143;
	display: block;

}

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

.newsxq-oneb h2 {

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

}

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

.newsxq-oneb h3 a {
	font-size: 14px;
	color: #999ca1;
	border: 1px solid #e6e7e9;
	border-radius: 16px;
	text-align: center;
	display: inline-block;
	padding: 6px 23px;
	background: #e6e7e9;
}

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

.newsxq-three {
	padding: 78px 0;
}

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

.newsxq-threea h1 {

	font-size: 30px;
	color: rgb(59, 64, 72);
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;

}

.newsxq-threea h2 {
	background-image: -webkit-linear-gradient(180deg, rgb(125, 227, 227) 0%, rgb(34, 95, 183) 100%);
	width: 35px;
	height: 5px;
	margin: 0 auto;

}

.newsxq-threeb {
	margin-top: 40px;
}

.newsxq-threeb ul {
	display: flex;
}

.newsxq-threeb ul li {
	margin-right: 30px;
	width: 33%;
	padding: 30px;
	background: #f8f8f8;

}

.newsxq-threeb ul li:last-child {
	margin-right: 0px;
}

.newsxq-threeb ul li .newsing13 {
	padding: 0px 0;
}

.newsxq-threeb ul li .newsing14 {
	padding-top: 0;
	padding-right: 22px;

	width: 16%;

}

.newsxq-threeb ul li .newsing14 h3 {
	margin-top: 0px;

}

.newsxq-threeb ul li .newsing15 h2 {

	margin-bottom: 0;
	margin-top: 5px;
}

.newsxq-threeb ul li .newsing15 {

	padding-left: 25px;

}

.newsxq-threeb ul li:hover .newsing15 h2 {
	color: rgb(38, 104, 180);
}

.newsxq-twoa {
	margin-top: 40px;
}

.newsxq-two {
	padding: 30px 0 80px 0;
	background: #f8f8f8;
}

.newsxq-twoa ul {
	display: flex;

}

.newsxq-twoa ul li {
	width: 33%;
	text-align: center;
	padding: 35px;
	margin-right: 35px;
	background: url(../images/index_003.jpg) no-repeat;
	background-size: cover;
	border: 1px solid #e5e7e8;
}

.newsxq-twoa ul li:last-child {
	margin-right: 0px;
}

.newsxq-twoa-p {
	margin-top: 20px;

	font-size: 18px;

	color: rgb(143, 149, 159);




}

.newsxq-twoa-img img {
	transition: all 1s;
}

.newsxq-twoa ul li:hover .newsxq-twoa-img img {
	transform: scale(1.05);
}

.newsxq-twoa ul li:hover .newsxq-twoa-p {
	color: #2668b4;
}

.nbannera-zongxiashi {
	width: 100%;
	position: absolute;
	top: 26%;
	left: 0;
}

.nbannera-zongxiashiaa {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.nbannera-zongxiashia {
	width: 50%;
}

.nbannera-zongxiashib {
	width: 50%;
}

.nbannera-zongxiashia h1 {

	font-size: 50px;


	font-weight: bold;
	line-height: 1.44;
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
	-webkit-text-fill-color: transparent;
	color: transparent;
	-webkit-background-clip: text;
}

.nbannera-zongxiashia h2 {
	margin: 8px 0 15px 0;
	font-size: 25px;
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
	-webkit-text-fill-color: transparent;
	color: transparent;
	-webkit-background-clip: text;
}

.nbannera-zongxiashia h3 {
	width: 100%;
	height: 2px;
	background: #e5e7e8;
	position: relative;

}

.nbannera-zongxiashia h3::after {
	position: absolute;
	left: 0;
	top: 0;
	background-image: -webkit-linear-gradient(180deg, rgb(125, 227, 227) 0%, rgb(34, 95, 183) 100%);
	width: 45px;
	height: 2px;
	content: "";
	display: block;

}

.nbannera-zongxiashia p {
	margin-top: 35px;
	margin-bottom: 65px;
	font-size: 22px;
	color: rgb(105, 105, 107);
	line-height: 1.591;
}

.nbannera-zongxiashib {
	text-align: right;

}

.nbannera-zongxiashia {
	margin-top: 60px;
}

.cpxq-one {
	padding: 37px 0;
	background: url(../images/lbj.jpg) no-repeat;
	background-size: cover;
}

.cpxq-onea {
	position: relative;
	margin: 0 100px;
}

.cpxq-onea h1 {
	padding-left: 30px;
	font-size: 35px;
	position: relative;
	color: rgb(255, 255, 255);
	font-weight: bold;

}

.cpxq-onea h1::after {
	position: absolute;
	content: "";
	display: block;
	width: 5px;
	height: 35px;
	bottom: 0;
	left: 0;
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
}

.cpxq-onea-xia {
	position: absolute;
	right: 0;
	bottom: -37px;
}

.cpxq-onea-xia a {
	display: inline-block;
	font-size: 22px;
	background: #fff;
	padding: 16px 45px;
	color: rgb(143, 149, 159);
	font-weight: bold;
}

.cpxq-onea-xia a:hover {
	opacity: 0.9;
}

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

.cpxq-onea-xia a:last-child {
	background: #7ce2e3;
	color: #2668b4;
}

.cpxq-two {
	background: #f8f8f8;
}

.cpxq-twoa {
	background: #fff;
	padding: 80px 100px 70px 100px;
}

.cpxq-twob {
	display: flex;
	border: 1px solid #e5e7e8;
	padding: 40px;
	justify-content: space-between;
}

.cpxq-twoc {
	width: 50%;
}

.cpxq-twod {
	width: 50%;
}

.cpxq-twoc ul li {
	margin-bottom: 24px;
	font-size: 18px;
	color: rgb(59, 64, 72);
}

.cpxq-twoc img {
	vertical-align: middle;
	margin-right: 15px;
}

.cpxq-twoc {
	padding-top: 14px;
}

.cpxq-twoc ul li strong {
	position: relative;
}

.cpxq-twoc ul li strong::after {
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	bottom: -8px;
	left: 0;
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
}

.cpxq-three {
	background: #f8f8f8;
}

.cpxq-threea {
	background: #fff;
	padding: 0px 100px 70px 100px;
}

.cpxq-threeb h1 {

	font-size: 35px;

	color: rgb(59, 64, 72);
	font-weight: bold;


}

.cpxq-threeb .cpxq-onea {
	margin: 0;
}

.cpxq-three-c {


	padding-top: 60px;
	padding-bottom: 60px;
	background: #f8f8f8;
}

.cpxq-three-c .w {
	display: flex;
	justify-content: space-between;

}

.cpxq-three-c-a a {
	background: #fff;
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	padding: 10px 43px;
	color: rgb(153, 153, 153);
	text-transform: uppercase;
	border-radius: 20px;
}

#bsLogoList li {

	width: 69px !important;

}

.bshare-custom {
	display: none;
	vertical-align: middle;
}

.bsFrameDiv img {
	margin: 16px !important;
}

.bshare-weixin {

	width: 80px;
	padding-left: 10px;
	margin-left: 14px;
	/* padding-left: 11px; */
	margin-top: 0px;
	height: 32px;
	background: url(../images/fx.png) no-repeat left !important;
}

.bshare-custom.bshare-custom-noe .bshare-more {
	padding-left: 24px !important;

}

.bFind-wrapper-top {
	height: 28px !important;
}

#bsMorePanel {
	height: 371px !important;
	overflow: hidden;
	width: 538px !important;

}

.index-threec {
	display: inline-flex;
}

.bsTop {
	width: 208px !important;
}

#bsWXBox {
	height: 256px !important;
}

.cpxq-three-c-a a:hover {
	background: #2668b4;
	color: #fff;
}

.cpxq-three-c-c {
	vertical-align: middle;
	font-size: 18px;
	display: inline-block;
	color: #666666 !important;
	padding-right: 20px;
	/* line-height: 1.389; */
	border-right: 0.5px dashed #9b9292;

}

.cpxq-three-c-c:hover {
	color: #2668b4 !important;
}

.cpxq-three-c-d {
	vertical-align: middle;
	padding: 9px 36px;
	overflow: hidden;
	z-index: 99;
	margin-left: 20px;
	font-size: 14px;
	display: inline-block;
	color: #2668b4 !important;
	border-radius: 19px;
	margin-top: 10px;
	font-weight: bold;
	transition: all 1s;
	background: url(../images/more.png) no-repeat;
	background-size: 100% 100%;
}

.cpxq-three-c-d:hover {
	opacity: 0.7;
}

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

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

.about-oneb-a {
	margin-right: 30px;
}

.about-oneb {
	width: 50%;
	margin-right: 55px;
}

.about-onec {
	width: 50%;
}

.about-oneb-a h1 {
	text-align: right;
}

.about-oneb-a h2 {
	display: flex;
	justify-content: space-between;
}

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

	color: rgb(59, 64, 72);

	line-height: 1.563;

	margin: 70px 0;
}

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

.about-onec h1 {
	font-size: 30px;

	color: rgb(59, 64, 72);
	font-weight: bold;

	line-height: 1.667;
	margin-bottom: 30px;
}

.about-onec p {
	font-size: 16px;
	color: #3b4048;

	line-height: 1.667;
	margin-bottom: 20px;
}

.about-twoa h1 {

	font-size: 50px;

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


	text-align: center;
}

.about-two {
	position: relative;
	z-index: 1;
	background: url(../images/sd.jpg) no-repeat;
	background-size: cover;
}

.about-twoa {
	overflow: hidden;
	position: relative;
	padding: 70px 0 35px 0;

	z-index: 1;
}



.about-twob {
	height: 460px;
}

.about-twob ul {
	display: flex;
}

.about-twob ul li {
	width: 25%;
	position: relative;
	height: 460px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	transition: width 0.3s;
}

.about-one {
	background: url(../images/u37.png) no-repeat fixed;
	background-size: cover;
}

.about-twob ul li a {
	display: inline-block;
}

.about-twob-a {
	position: absolute;
	top: 190px;
	width: 100%;
	padding-left: 48px;
	padding-right: 48px;
	transition: all 0.5s;
}

.about-twob-a h1 {
	font-size: 24px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.667;
}

.about-twob-a h2 {
	font-size: 16px;
	font-family: "NexaBold";
	color: rgba(255, 255, 255, 0.302);
	text-transform: uppercase;

}

.about-twob-a img {
	margin-top: 88px;
}

.about-twob ul li:hover {
	width: 40%;
}

.index-thour-c {
	opacity: 0;
	transform: translateY(0);
	transition: all 1s;
}

.about-twob ul li:hover .index-thour-c {
	opacity: 1;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.about-twob ul li:hover .about-twob-a {

	top: 106px;
	display: flex;
	justify-content: space-between;

}

.about-twob ul li:hover .about-twob-a h1 {
	font-size: 30px;
}

.about-twob ul li:hover .about-twob-a img {
	display: none;
}

.about-twob ul li:hover .about-twob-a h2 {

	margin-top: 14px;
}

.index-thour-c {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	padding-left: 50px;
	padding-top: 40px;

	height: 260px;
	background: rgb(255, 255, 255, 0.8);
}

.index-thour-c p {
	font-size: 17px;

	color: rgb(59, 64, 72);

	line-height: 1.765;


}

.index-thour-c h1 {
	margin-top: 50px;
	background-image: -webkit-linear-gradient(180deg, rgb(125, 227, 227) 0%, rgb(34, 95, 183) 100%);

	width: 45px;
	height: 5px;

}

.about-threea {
	display: flex;

}

.about-three {
	background: url(../images/hout.png) no-repeat center left;
	padding: 209px 0 182px 0;
}

.about-threec {
	width: 50%;
	padding-left: 300px;
}

.about-threed {
	width: 50%;
	padding-left: 16%;
}

.about-threec .about-one-a {
	margin-top: 0px;
	margin-bottom: 0px;
}

.about-threec .index-threec {
	margin-top: 70px;
}

.about-threed {
	padding-left: 20px;
}

.about-threed-p {

	padding-left: 20px;
	position: relative;
}

.about-threed-p::after {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 2px;
	width: 5px;
	height: 100%;
	background-image: -webkit-linear-gradient(90deg, rgb(34, 95, 183) 0%, rgb(125, 227, 227) 100%);
}

.about-threed-p p {

	font-size: 22px;

	color: #3b4048;

	line-height: 1.591;
	text-align: left;


}

.about-three {
	overflow: hidden;
	position: relative;

}

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

.about-three::before {
	position: absolute;
	content: "";
	display: block;
	bottom: -349px;
	z-index: 1;
	left: -199px;

	width: 400px;
	height: 400px;
	border-radius: 50%;
	animation: spin 8s infinite linear;
	transform-origin: 53% 48%;
}

@keyframes spin {
	100% {
		transform: rotate(1turn);
	}
}

.about-three .about-one-a {
	margin: 0;
}

.about-one-a h2 {
	margin-bottom: 18px;
	font-size: 30px;
	color: #3b4048;
}

.about-one-a h2 em {
	width: 50px;
	height: 5px;
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
	width: 50px;
	height: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.about-one-a h3 {
	font-size: 45px;
	color: rgb(51, 51, 51);
	font-weight: bold;
}

.about-zui {
	padding: 55px 0 70px 0;

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

.threebswiperzong {
	padding-bottom: 120px;
	background: url(../images/xian.png) no-repeat bottom;
	background-size: 100%;
}

.threebswiperzong .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	width: 6px;
	height: 6px;
	background: #bbbcbc;
	margin: 0 8px;
}

.threebswiperzong .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: url(../images/yuna.png) no-repeat;
	width: 34px;
	height: 34px;
	background-size: 100%;
	vertical-align: middle;
}

.about-threeb-c {


	border-top: 2px solid #e5e7e8;
	padding-top: 50px;
}

.xqdesc {
	display: none;
	font-size: 16px;
	line-height: 30px;
	z-index: 1;
	position: relative;
	background: url(../images/u719.jpg) no-repeat right;
	background-size: 100%;
	padding: 60px 70px;
	border: 1px solid rgba(236, 236, 236, 1);
}

.contan {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.79);
	z-index: 9999999;
	display: none;
}

.he_popbx {
	width: 44%;
	background: #fff;
	border-radius: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px 36px 14px;
}

.he_guab {
	width: 26px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: -50px;
}

.he_popbxa h6 {
	font-weight: normal;
	padding: 0px 0 4px 0;
	font-size: 23px;
	color: rgb(15, 104, 172);
}

.he_popbxa h4 {
	margin-bottom: 3px;
	padding-bottom: 16px;
	font-weight: normal;
	font-size: 15px;
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	border-bottom: 1px solid #e0dcdc;
}

.he_popbxa h5 {
	font-weight: normal;
	font-size: 16px;

	color: rgb(0, 0, 0);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2.188;
}

.he_popbxa p {
	font-size: 10px;
	color: #666666;
	line-height: 24px !important;
}

.he_popbxa a {
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
	display: inline-block;
	border-radius: 10px;
	text-align: right;
	padding: 13px 21px;
	float: right;
	font-size: 16px;
	margin-top: 0px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}

.he_popbxa a:hover {
	opacity: 0.8;
}

.he_popbxa a img {
	vertical-align: middle;
	margin-right: 8px;
}

.caidian-xia {
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
	padding: 2px 0px 10px 0;
	border-radius: 0 0 0 20px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 97%;
	line-height: 0;
}

.caidian-xiaa {
	display: flex;
	background: #fff;
	padding: 25px 30px;

}

.caidian-xiaab {
	width: 39%;
	padding-right: 40px;
	border-right: 1px solid #e5e7e8;
}

.caidian-xiaa img {
	border-radius: 0 0 0 20px;
}

.caidian-xiaac {
	width: 67%;
}

.caidian-xiaac ul {
	display: flex;
	height: 100%;
	float: none !important;
	justify-content: center;
}

.caidian-xiaac ul li {
	width: 50%;
	padding-top: 20px;
	border-right: 1px solid #e5e7e8;
	text-align: center;
}

.caidian-xiaac ul li:last-child {
	border-right: 1px solid transparent;
}

.caidian-xiaac ul li p {

	font-size: 17px;
	margin-top: 37px;
	color: rgb(59, 64, 72);

	text-align: center;


}

.caidian-xiaac ul li img {
	transition: all 1s;
	transform: translateY(0);
}

.caidian-xiaac ul li:hover img {
	transform: translateY(-10px);
}

.caidian-xiaac ul li:hover p {
	color: #2668b4;
}

.caidian-xiaac ul li a {
	display: inline-block;
}

.caidian-xia {
	display: none;
}

.head-main .nav>ul>li:hover .caidian-xia {
	display: block;
}

.head-main .nav>ul>li:hover .caidian-zong {
	display: block;
}

.caidian-zong {
	display: none;
}

.caidian-xiaa {
	position: relative;
	z-index: 1;
}

.caidian-xia iframe {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 123%;
	/* opacity: 0.9; */
	width: 100%;
	filter: grayscale(1);
	z-index: -1;
}

.caidian-zonga {
	position: relative;
	z-index: 1;
}

.caidian-zonga iframe {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 123%;
	/* opacity: 0.9; */
	width: 100%;
	filter: grayscale(1);
	z-index: -1;
}


.caidian-zong {
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
	padding: 2px 0px 10px 0;
	border-radius: 0 0 0 20px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 97%;
	line-height: 1;
}

.caidian-zonga {
	background: #fff;
	padding: 30px 55px 80px 55px;
}

.caidian-zonga ul {
	display: flex;
	float: inherit !important;
}

.caidian-zonga ul li {
	width: 25%;
	border-left: 1px solid #e5e7e8;
	padding-left: 30px;
}

.caidian-zonga ul li h1 em {
	width: 5px;
	height: 5px;
	vertical-align: middle;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
	background: #1f4dad;
}

.caidian-zonga ul li h1 {
	margin-bottom: 12px;
}

.caidian-zonga ul li h1 a {
	color: #3b4048;
	font-size: 17px;
}

.caidian-zonga ul li p a {
	font-size: 14px;
	padding-left: 11px;
	color: rgb(143, 149, 159);
	line-height: 1.9;


}

.caidian-zonga ul li p a:hover {
	color: #2668b4;
}

.caidian-zonga ul li h3 a {
	padding-left: 11px;
	font-size: 12px;
	color: rgb(38, 104, 180);

}

.caidian-zonga ul li h3 a:hover {
	opacity: 0.8;
}

.caidian-zonga ul li h3 {
	padding-top: 22px;
}

.caidian-zonga ul li h3 a img {
	vertical-align: middle;
	margin-left: 10px;

}

.caidian-zongb {
	display: flex;
	justify-content: space-between;
	background-image: -webkit-linear-gradient(0deg, rgb(248, 248, 248) 0%, rgb(229, 231, 232) 100%);
	padding: 25px 40px 25px 80px;

}

.caidian-zong-a {
	margin-top: 10px;
	font-size: 22px;
	color: rgb(143, 149, 159);
	line-height: 1.364;
}

.caidian-zong-b>span {
	display: inline-block;
	margin-right: 30px;
	font-size: 20px;
	font-family: "NexaBold";
	color: rgb(35, 95, 183);
	line-height: 2.25;


}

.caidian-zong-b img {
	margin-right: 10px;
	vertical-align: middle;
}

.head-main .nav>ul>li:nth-child(1):hover,
.head-main .nav>ul>li:nth-child(1).on {
	background-image: none !important;
}

.caidian-zong-b .index-fourf-c {
	display: inline-block;
}

.fixed .caidian-xia {

	left: 20px;

}

.fixed .caidian-zong {

	left: 20px;

}

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

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

.cp-two {
	width: 23%;
	/* background: url(../images/bjy.png) no-repeat; */
	/* background-size: cover; */
}

.cp-two ul {
	/* display: flex; */
}

.cp-two ul li {
	width: 100%;
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin-bottom: 15px;


	padding: 1px;


}

.cp-two ul li.on .cp-two-xia {
	display: block;
}

.cp-two-a {

	position: relative;
	z-index: 2;
}

.cp-two-a>img {
	vertical-align: middle;
	margin-right: 15px;
	width: 11%;
}

.cp-two-a>img.riht {
	width: auto;
	transform: rotate(-90deg);
	filter: grayscale(1);
	opacity: 0.5;
}

.cp-two ul li .cp-two-a {
	display: block;
	overflow: hidden;
	padding: 18px 11px;
	background: #f8f8f8;
}

.cp-two ul li.on>a {
	/* border-radius: 0 0 20px 0; */
	/* 	background: url(../images/bjxs.jpg) no-repeat;
	background-size: cover; */
}

.cp-two-a img {
	vertical-align: middle;
	margin-right: 8px;
}

.cp-two-a span {
	font-size: 15px;
	color: #3b4048;
	vertical-align: middle;
}

.riht {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);

}

.anim:before {
	position: relative;
	content: '';
	display: block;
	margin-top: 100%;
}

.anim:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
}

.cp-two ul li.on .anim,
.cp-two ul li:hover .anim {
	animation: anim-out .75s;
}

.anim {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.cp-three {
	width: 79%;
}

@keyframes anim-out-pseudo {
	0% {
		background: rgba(255, 255, 255, 0.5);
	}

	100% {
		background: transparent;
	}
}

@keyframes anim-out {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

.cp-two ul li.onn .anim:after {
	animation: anim-out-pseudo .75s;
}


.cp-two ul li.onn>.cp-two-a {
	border: inherit;
}

.cp-two-a {
	margin-top: 0;
	transition: all 0.8s;
}


.cp-two ul li.onn .cp-two-a img {
	filter: inherit;
}



.cp-two-zomg {
	background: #fff;
	/* height: 163px; */
}

.cp-two ul li.onn .cp-two-a .riht {
	opacity: 1;
	top: 44%;
	transform: translateX(-50%) rotate(0deg);
}

.cp-two ul li.onn .cp-two-xia {
	display: block;
}

.cp-two ul li {
	transition: all 1s;
}

.cp-two ul li.on {
	/* border-radius: 0 0 40px 0; */
	/* box-shadow: 0px 3px 22.32px 1.68px rgba(0, 0, 0, 0.1); */


}

.cp-two ul li.onn {
	background: url(../images/cus.jpg) no-repeat;
	background-size: 100% 100%;
}

.cp-two ul li.onn>.cp-two-a {
	background: transparent;
	border-bottom: 1px solid #e5e7e8;
}

.cp-two-xia {
	padding: 17px 0;
	/* position: absolute; */
	width: 100%;
	/* z-index: -1; */
	display: none;
	/* box-shadow: 0px 3px 22.32px 1.68px rgba(0, 0, 0, 0.1); */
}

.cp-two-xia p {
	padding: 6px 16px;
	/* border-bottom: 1px solid #e5e7e8; */
}

.cp-two-xia p span {
	vertical-align: middle;
	margin: 0px 10px;
	color: #8f959f;
	font-size: 13px;
}

.cp-two-xia p a {
	display: block;
}

.cp-two-xia p img {

	vertical-align: middle;
	margin-left: 9px;
	filter: brightness(0.5);
	opacity: 0.2;
}

.cp-two-xia p:hover img,
.cp-two-xia p.on img {
	opacity: 1;
	filter: inherit;
}

.cp-two-xia p:hover,
.cp-two-xia p.on {

	/* background: rgb(38, 104, 180, 0.1); */
}

.cp-two-xia p:hover span,
.cp-two-xia p.on span {
	color: #3b4048;


}

.cp-two-zomg {
	display: flex;
	/* padding: 40px 40px 60px 40px; */
}

.cp-three {
	padding-left: 60px;
}

.index-four {
	padding: 65px 0 90px;
}

.index-foura .index-oneb {
	padding-left: 70px !important;
}

.cpxq-zong-one {
	padding: 40px 0;
}

.cp-two-xia-zong {
	background: url(../images/cpbj.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 30px 0;
	border-radius: 20px 0 0 0;
}

.cp-two-xia-zong p {
	font-size: 30px;
	color: rgb(255, 255, 255);
	font-weight: bold;
}

.index-fourf-c {
	margin-top: 15px;
}

.cp-three ul {
	display: flex;
	height: 100%;
}

.cp-threea {
	position: relative;
	background-size: cover !important;
}

.cp-three ul li {
	width: 33%;

	margin-right: 10px;

}

.cp-threea {
	margin-bottom: 10px;

}

.cp-three ul li a:nth-child(2).cp-threea:last-child {
	margin-bottom: 0px;

}

.cp-three ul li:last-child {
	margin-right: 0px;
}

.cp-threea {
	padding: 45px 30px 20px 30px;
	height: 49%;
}

.cp-threea h1 {
	font-size: 19px;
	color: rgb(59, 64, 72);
	font-weight: bold;
	line-height: 1.667;
	margin-bottom: 20px;
}

.cp-threea h1:hover {
	color: #2668b4;
}

.cp-threea-a h2::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;  
	}
.cp-threea-a h2::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/

	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgb(34, 94, 183);
}

.cp-threea-a h2::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	
	background: #EDEDED;
}

.cp-threea-a h2 {
	padding-left: 20px;
	position: relative;
	font-size: 12px;
	color: rgb(60, 65, 73);
	height: 95px;
	overflow-y: scroll;
	 direction: rtl;
	/* overflow-x: scroll; */
	line-height: 1.571;
	max-width: 50%;
}

.cp-threea-a h2::after {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 2px;
	width: 3px;
	height: 100%;
	/* background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%); */
}

.cp-threea-a {
	height: 100px;
}

.cp-three ul li .index-fourf-c span {
	color: #3b4048;
	background: initial;
	border: 1px solid #3b4048;
}

.cp-three ul li .index-fourf-c span:hover {
	color: #2668b4;
	border: 1px solid #2668b4;
}

.cp-two ul li:last-child {
	margin-bottom: 0;
}

.acq {
	position: absolute;
	right: 22px;
	transition: all 1s;
	width: auto !important;
	bottom: 18px;
}

.acq:hover {
	transform: scale(1.02);
}

.cp-threea-zomng {
	position: relative;
	height: 99.5%;
	text-align: center;
	padding: 100px 15px 10px 15px;
	background-size: cover !important;
}

.cp-threea-zomng img {
	width: auto !important;
	max-width: inherit;
}

.cp-threea-zomng p {
	margin: 0 auto;
	margin-top: 40px;
	font-size: 14px;
	color: rgb(60, 65, 73);
	line-height: 1.786;
	text-align: center;

	max-width: 84%;
}

.cp-threea-zomng h2 {
	margin: 0 auto;
	margin-top: 50px;
	background-color: rgb(38, 104, 180);
	width: 13px;
	height: 4px;
}

.cp-threea-zomnga {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 70px;
}

.cp-threea-zomnga h4 {
	font-size: 24px;
	font-family: 'DIN';
	font-weight: bold;
	color: #3b4048;
	line-height: 1.563;

}

.cp-threea-zomnga h4 img {
	vertical-align: middle;
	margin-left: 8px;
}

.cp-threea-zomnga h3 {
	color: #2668b4;
	font-size: 16px;
}

.cp-three ul li:nth-child(3) a:nth-child(2) .acq {


	bottom: 55px;
}

.cpxq-three-kazas {
	width: 79%;
	padding-left: 60px;
}

.cpxq-three-ka ul {
	display: flex;
	flex-wrap: wrap;
}

.cpxq-three-ka ul li {
	margin-right: 30px;
	margin-bottom: 20px;
	background: url(../images/xsqq.jpg) no-repeat;
	background-size: cover;
	padding: 35px 35px;
	height: 520px;
	width: 31.6%;
	border: 1px solid #e5e7e8;
}

.cpxq-three-ka ul li:nth-child(3n) {
	margin-right: 0px;
}


.cpxq-three-ka ul li h2 {
	padding-left: 20px;
	position: relative;
	font-size: 16px;
	color: rgb(59, 64, 72);
}

.cpxq-three-ka ul li h2::after {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 2px;
	width: 3px;
	height: 100%;
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
}

.cpxq-three-ka ul li h4 {
	padding-left: 20px;
	position: relative;
	font-size: 18px;
	display: none;
	color: rgb(38, 104, 180);
	font-weight: bold;
	margin: 40px 0 30px 0;
}

.cpxq-three-ka ul li:hover h4 {
	display: block;
}

.cpxq-three-ka ul li:hover h2 {
	display: none;
}

.cpxq-three-ka ul li:hover h3 {

	margin-top: -4px;
}

.cpxq-three-ka ul li h4::after {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 2px;
	width: 3px;
	height: 100%;
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
}

.cpxq-three-ka ul li:hover {
	background: url(../images/as.png) no-repeat bottom;
	background-size: 100%;
	box-shadow: 0px 4px 10px 0px rgba(34, 96, 183, 0.1);
}



.cpxq-three-ka ul li h3 {
	margin: 30px 0;
	transition: all 0.5s;
}

.cpxq-three-ka ul li p {
	font-size: 14px;
	color: rgb(143, 149, 159);
	line-height: 1.571;
	height: 44px;

}

.cpxq-three-ka-a {
	margin-top: -1px;
}

.cpxq-three-ka-a img {
	vertical-align: middle;
	margin-right: 15px;
}

.cpxq-three-ka-a .index-fourf-c {
	display: inline-block;
}

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

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

.pages li a {
	font-family: "Microsoft YaHei";
	display: block;
	background: #fff;
	padding: 8px 17px;

	/* font-weight: bold; */
	font-size: 14px;
	color: rgb(143, 149, 159);
	border-radius: 5px;
	border: 1px solid rgb(188 196 209);
}

.pages li:hover a,
.pages li.active a {
	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
	color: #fff;
}

.gallery-thumb-img img {
	width: 54%;
}

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

.index-two-zong {
	background: url(../images/chua.png) no-repeat bottom fixed;
	background-size: 100% 100%;
}

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

.index-fiverc {
	display: none;
	position: relative;
}

.index-fiverc:hover .index-fiverc-a {
	display: block;
}

.index-fiverc-a {
	display: none;
	position: absolute;
	width: 252%;
	left: -70%;
	bottom: 100%;
}

.index-fixb-img {
	display: flex;
}

.index-fixb-img a {
	width: 26%;
	text-align: center;
	display: inline-block;
}

.index-fixb-img a p {
	text-align: center;
	font-size: 12px;
	color: #8f959f;
	display: inline-block;
}

.index-fixb-img a .img {
	border: 1px solid #e5e7e8;
}

.index_fixed {
	z-index: 5;
	right: 0px;
	bottom: 27%;
	position: fixed;
	display: block;
}






.index_fixed .item .main {
	display: flex;
	height: 100%;
	align-items: center;
}

.index_fixed .item .main p span {
	font-weight: 500;
	font-size: 9px;
	line-height: 15px;
	color: #3c4149;
	padding-bottom: 5px;
	display: inline-block;
}

.index_fixed .item:hover::after {
	display: none;
}

.index_fixed .item:last-child::after {
	display: none;
}

.item a {
	display: inline;
	position: relative;
}

.item::after {
	position: absolute;
	width: 10px;
	height: 2px;
	background: #e5e5e5;
	content: "";
	display: block;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.index_fixed .item:last-child .main p span {
	border-bottom: inherit;
}

.index_fixed .item .ewm {
	position: absolute;
	left: 0;
	width: 90px;
	top: 50%;
	transform: translateX(-110%) translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
	box-shadow: 0px 0px 15px #eee;
}

.index_fixed .item:hover .ewm {
	opacity: 1;
	visibility: initial;
}

.index_fixed .item:hover {

	border-radius: 4px;

	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);


}

.index_fixed .item:hover a::after {
	display: none;
}

.index_fixed .item:hover p span {
	color: #fff;
	border-bottom: initial;
}

.index_fixed .item:hover a img {
	filter: brightness(0)invert(1);
}

.index_fixed .item {
	width: 100%;
	height: 65px;
	margin: 0 auto;
	border-radius: 50%;
	text-align: center;
	padding-bottom: 8px;
	cursor: pointer;
	padding-top: 8px;
	position: relative;
}

.index_fixed .item .main>div {
	margin: auto;
}

.index_fixed .item .ewm {
	position: absolute;
	left: 0;
	width: 90px;
	top: 50%;
	transform: translateX(-114%) translateY(-50%);
	opacity: 0;
	background: #fff;
	padding: 1px;
	border-radius: 4px;
	visibility: hidden;

	transition: 0.4s;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 8%);
}

.index_fixed .item .ewm img {
	width: 6.625rem;
}

.index_fixed .item:hover .ewm {
	opacity: 1;
	visibility: initial;
}

.index_fixed .item .call {
	position: absolute;
	height: 100%;
	left: 0;
	top: 50%;
	transform: translateX(-110%) translateY(-50%);
	transition: 0.4s;
	background: #fff;
	font-size: 20px;
	border-radius: 4px;
	font-family: "NexaBold";
	padding: 0 1rem;
	display: flex;
	align-items: center;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 8%);
	opacity: 0;
	visibility: hidden;
}

.index_fixed .item .item-yan {
	position: absolute;
	height: 100%;
	left: 0;
	top: 50%;
	transform: translateX(-104%) translateY(-50%);
	transition: 0.4s;
	background: #fff url(/template/pc/skin/images/bgg.jpg) top no-repeat;
	background-size: 100%;
	padding: 27px;
	border-radius: 4px;
	width: 350px;
	height: 480px;



	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 8%);
	opacity: 0;
	visibility: hidden;
}

.index-fixb {
	display: flex;
}

.xun {
	position: fixed;
	right: 0;
	bottom: 57%;
}

.item-yan h1 {

	font-size: 18px;
	color: rgb(60, 65, 73);
	margin-bottom: 15px;
	line-height: 1.667;

}

.item-yan h1 img {
	vertical-align: middle;
	margin: 0 10px;
}

.item-yan textarea {

	border-width: 1px;
	border-color: rgb(229, 229, 229);
	border-style: solid;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	color: #8f959f;
	font-size: 14px;
	width: 100%;
	height: 118px;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;

}

.item-yan input {
	width: 100%;

	border-width: 1px;
	border-color: rgb(229, 229, 229);
	border-style: solid;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	color: #8f959f;
	font-size: 14px;
	width: 100%;
	padding-left: 10px;
	height: 48px;
	margin-bottom: 10px;

}

.item-yan p {

	font-size: 12px;

	color: rgb(201, 41, 49);
	text-align: left;
	line-height: 2;



}

.item-yan button {


	background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);

	cursor: pointer;
	width: 200px;
	line-height: 40px;
	border: initial;
	height: 40px;

	font-size: 16px;

	text-align: center;
	display: initial;
	color: rgb(255, 255, 255);
	border-radius: 20px;


}

.item-yan button:hover {
	opacity: 0.8;
}

.index_fixed .item .call a {
	white-space: nowrap;
	display: block;
}

.index_fixed .item:hover .call {
	opacity: 1;
	visibility: initial;
}

.index_fixed {
	z-index: 999999999;
	width: 65px;
	border-radius: 4px;
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 8%);
	background: #fff;
}

.index-fixb-img img {
	border: 1px solid #e5e7e8;
}

.nbanner-xiazongb ul li {
	position: relative;
}

.img-imgimg {
	position: absolute;
	bottom: 114%;
	left: -30px;
	width: 63%;
	display: none;
}

.nbanner-xiazongb ul li:hover .img-imgimg {
	display: block;
}

.item.on .item-yan {
	opacity: 1;
	visibility: initial;
}

.cpxq-three .newsxq-twoa ul li {
	width: 90%;
	margin: 0 auto;
}

.bannerswiperra .swiper-button-prev {
	background: url(../images/lleft.png) no-repeat;
	left: 0;

}

.newsxq-two .newsxq-twoa ul li {
	width: 90%;
	margin: 0 auto;
}

.bannerswiperra {
	padding: 0 1%;
}

.bannerswiperra .swiper-button-next {
	right: 0;
	background: url(../images/rrifht.png) no-repeat;
}

.caidian-ing .nav {
	display: flex;
	justify-content: space-between;
}
.cp-three ul li:nth-child(3) a:nth-child(1) .acq {
    width: 160px !important;
}

/*---	----------*/
/*
 
 * 响应式
 * */
@media only screen and (max-width:1900px) {
	.head-main .nav>ul>li {
		padding: 0px 11px;
	}

	.caidian-ing .nav {

		width: 84%;
	}

	.tilti {

		font-size: 21px;

	}
}

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

	.caidian-ing .nav {

		width: 83%;
	}

	.head-main .nav>ul>li {
		padding: 0 13px;
	}

	.head-main .nav>ul>li {
		float: left;

		margin-right: 27px;
	}

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

	body {
		font-size: 15px;
	}

	.jt_zci .let_box {
		width: 69.25%;
	}

	.tilti {
		font-size: 20px;
	}

	.right-side-box {

		margin-right: 50px;
	}

	.head-main .nav>ul>li>a {

		font-size: 14px;

	}

	.caidian-ing .nav {
		width: 85%;
	}
}

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

	.tilti {
		font-size: 18px;
	}

	.cp-threea-zomng p {
		margin: 0 auto;
		margin-top: 40px;
		font-size: 13px;

		max-width: 90%;
	}

	.cp-threea-zomng>img {
		width: 100% !important;

	}

	.cp-three {
		padding-left: 30px;
	}

	.cp-threea-a h2 {
		padding-left: 16px;

		font-size: 13px;

		max-width: 59%;
	}

	.cp-threea-a h2::after {

		width: 2px;
	}

	.cp-threea {
		padding: 30px 20px 18px 20px;

	}

	.cp-threea h1 {
		font-size: 22px;

		margin-bottom: 12px;
	}

	.cpxq-three-ka ul li h4 {

		position: relative;
		font-size: 17px;

	}

	.cp-three ul li:nth-child(1) .acq {
		width: 34% !important;
	}

	.cp-three ul li:nth-child(3) .acq {
		width: 45% !important;
	}

	.cpxq-three-ka-a {
		margin-top: 13px;
	}

	.cpxq-three-ka ul li {

		height: 470px;
	}

	.cpxq-three-ka-a img {

		width: 46%;
	}

	.cpxq-three-ka ul li {

		margin-right: 16px;
		padding: 29px 20px;


	}

	.cp-two-xia-zong p {
		font-size: 32px;

	}

	.cp-two-xia {
		padding: 20px 0px;

	}

	.cpxq-three-kazas {

		padding-left: 24px;
	}

	.caidian-zong-a {

		font-size: 20px;

	}

	.caidian-zongb {
		padding: 25px 30px 25px 40px;
	}

	.caidian-zonga ul li {

		padding-left: 20px;
	}

	.head-main .nav>ul>li {
		padding: 0 12px;
	}

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

	}

	.right-side-box {
		margin-right: 9px;
	}

	.right-side-box .search-popup__toggler {

		margin-right: 0;

	}

	.about-oneb-a h1 {

		width: 85%;
	}

	.about-oneb-a h2 span:first-child {
		width: 70%;
	}

	.about-onec h1 {
		font-size: 26px;

		margin-bottom: 30px;
	}

	.about-oneb-a p {
		font-size: 15px;
		color: rgb(59, 64, 72);

		margin: 44px 0;
	}

	.nbanner-xiazongb {
		bottom: 38px;
		position: absolute;
		left: 80px;
		padding-left: 0px;
	}

	.nbannerb.nbannerb-zong {
		bottom: 170px;

	}

	.nbannera-zongxiashia h2 {

		font-size: 23px;

	}

	.cpxq-threea {
		background: #fff;
		padding: 0px 60px 70px 60px;
	}

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

	.newsxq-twoa-p {

		font-size: 17px;

	}

	.newsxq-twoa ul li {

		padding: 30px;

	}

	.nbannera-zongxiashia p {
		margin-top: 30px;
		margin-bottom: 33px;
		font-size: 20px;

	}

	.cpxq-twoc {
		width: 48%;
	}

	.cpxq-twoc ul li {
		margin-bottom: 23px;
		font-size: 17px;

	}

	.cpxq-twoc img {

		margin-right: 10px;
	}

	.cpxq-twob {

		padding: 34px;

	}

	.cpxq-twoa {

		padding: 80px 60px 70px 60px;
	}

	.cpxq-onea h1 {

		font-size: 32px;

	}

	.cpxq-onea-xia a {

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

	}

	.nbannera-zongxiashib {
		width: 36%;
	}

	.nbannera-zongxiashia {
		margin-top: 40px;
	}

	.nbannera-zongxiashia h1 {
		font-size: 40px;

	}

	.gallery-top-b h2 {

		font-size: 35px;
	}

	.index-twoc p {
		padding-left: 38px;
		font-size: 19px;

	}

	.index-fourf-a h1 {
		margin-right: 15px;
		font-size: 36px;

	}

	.index-fourf-dd {

		margin-bottom: 45px;

	}

	.index-fourf-c span {

		font-size: 13px;
		padding: 7px 23px;

	}

	.index-fourf-b {
		font-size: 16px;

		margin-bottom: 21px;
	}

	.index-fourf-xia {
		padding: 22px;
	}

	.index-fourb h2 {
		font-size: 40px;

	}

	.index-threea-shu i {

		font-size: 19px;

	}

	.index-threea-shu span {
		font-size: 50px;

	}

	.index-threea-mu {

		font-size: 177px;
		top: -93px;
		left: 50%;

	}

	.index-twoc {
		width: 50%;
		padding-top: 29px;
	}

	.index-twob h2 {

		font-size: 40px;

	}

	.index-two {
		padding: 67px 0 164px 0;

	}

	.index-onebb .swiper-button-next {

		right: 0;

	}

	.index-onebb .swiper-button-prev {

		left: 0%;
	}

	.index-onea ul li {

		margin-right: 16px;

	}

	.index-onea-a h1 {
		font-size: 22px;

	}

	.index-onea ul li img {

		margin-right: 16px;
		width: 43px;
	}

	.index-one-xia a {

		padding: 11px 23px;

	}

	.index-one-tlter h2 {
		font-size: 20px;

	}

	.newsswiperc h4 {
		font-size: 24px;

		margin-top: 24px;
		margin-bottom: 20px;

	}

	.jobs-onec-a p {

		font-size: 20px;

	}

	.jobs-oned-b h1 {
		font-size: 22px;

	}

	.jobs-oned-a {

		padding: 20px;

	}

	.jobs-oneb h1 {
		font-size: 33px;

	}

	.newsing15 {

		padding-left: 30px;
	}

	.newsing13 {

		padding: 25px 0;
	}

	.newsing14 {
		padding-top: 0;

	}

	.newsswiperc h5 {
		font-size: 16px;
		margin-bottom: 17px;
	}

	.newsswiperc {
		width: 51%;
		padding: 24px 38px 17px 43px;
	}

	.head-main {

		line-height: 105px;

	}

	.nbannerb {

		left: 70px;

	}

	.nbannera {

		left: 70px;
		top: 121px;
	}

	.caidian-ing .nav {
		padding-left: 53px;
		width: 82%;
	}

	header.fixed .head-main .logo img {
		height: 39px;
	}

	header.fixed .tilti {
		font-size: 17px;
	}

	.index-fixc ul li {
		margin-right: 17px;
		width: 17%;
	}

	.index-fixc ul li p a {
		font-size: 13px;

	}

	.newsxq-one {

		padding: 42px 49px 52px 49px;


	}

	.newsxq-threeb ul li .newsing14 {

		width: 22%;
	}

	.newsxq-threeb ul li {
		margin-right: 30px;

		padding: 20px;

	}

	.nbannerc a {
		font-size: 22px;
		padding: 16px 37px;
	}

	.nbannerc {
		bottom: 17px;
		right: 88px;
	}

	.nbannerb {

		font-size: 40px;

	}

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

	.about-one-a h3 {
		font-size: 37px;
	}

	.about-three {
		padding: 151px 0 105px 0;
	}


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

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

	.lx-threeb h1 {
		color: #3b4048;
		font-size: 27px;
	}

	.lx-threea {
		height: 357px;
	}

	.lx-threeb h3 {

		font-size: 40px;

	}

	.lx-foura ul li>div {
		width: 60%;
	}

	.lx-threeb {
		width: 55%;

	}

	.diqv {

		width: 65%;
	}

	.lx-threec {

		width: 59%;
	}

	.about-twoa h1 {
		font-size: 45px;

	}

	.about-twob-a {

		padding-left: 37px;
		padding-right: 37px;

	}

	.index-thour-c {

		padding-left: 19px;
		padding-top: 30px;
		height: 260px;
		padding-right: 19px;

	}

	.index-thour-c p {
		font-size: 16px;

	}

	.index-thour-c h1 {
		margin-top: 35px;

	}


}

@media only screen and (max-width:1600px) {
	.caidian-ing .nav {
		padding-left: 31px;
		width: 83%;
	}

	.head-main .nav>ul>li {
		padding: 0 9px;
	}
}

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

	.index-fixb-img a p {

		font-size: 12px;

	}

	.cp-threea h1 {
		font-size: 20px;

	}

	.riht {

		right: -16px;

	}

	.cp-two-a img {

		margin-right: 6px;
	}

	.cp-two-a span {
		font-size: 17px;

	}

	.caidian-zong-a {
		font-size: 18px;
	}

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

		line-height: 1.667;
		margin-bottom: 9px;
	}

	.caidian-ing .nav {
		width: 80%;
	}

	.head-main .nav>ul>li {
		padding: 0 9px;
	}

	.right-side-box .lang {

		padding-left: 12px;

	}

	.lx-one-xia ul li h3 {
		font-size: 14px;
		max-width: 80%;
		margin: 0 auto;
	}

	.lx-one-xia ul li h1 {
		font-size: 17px;
		margin-top: 25px;
		margin-bottom: 15px;
	}

	

	.lx-one-xia ul li {
		height: 258px;
		width: 19%;
		margin-right: 18px;
		padding: 32px 9px 10px 7px;
	}

	.nbanner-xiazongb-a h1 {
		font-size: 30px;
	}

	.nbanner-xiazongb-a h3 {
		font-size: 23px;
	}

	.nbanner-xiazongb ul li img {
		margin-right: 12px;
		width: 50px;
	}

	.about-threec {
		padding-left: 200px;
	}

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

	}

	.index-41 ul li {

		margin-right: 21px;

	}

	.index-3 ul li {

		padding: 49px 36px 10px 35px;
	}

	.index-14 p {
		font-size: 14px;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		word-break: break-all;
		white-space: normal !important;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;

	}

	.more {
		display: block;
		text-align: center;
		margin-top: 10px;
		font-size: 16px;
		font-family: "Microsoft YaHei";
		color: rgb(255, 255, 255) !important;
		line-height: 1.563;
		text-align: center;
	}

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

	.head-main .nav>ul>li>a {
		display: block;
		font-size: 14px;
		/* color: #333333; */
		position: relative;
	}

	.right-side-box .side-menu__toggler {
		width: 80px;
		height: 86px;
	}

	.yzm img {
		height: 42px;
	}

	.form li {
		line-height: 42px;
		margin-bottom: 10px;
	}

	.submit,
	.reset {
		height: 40px;
		line-height: 40px;
	}

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

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

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

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

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

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

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

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


}

@media only screen and (max-width:1440px) {
	.caidian-ing .nav {
		padding-left: 31px;
		/* width: 78%; */
		display: flex;
		justify-content: space-between;
	}

	header.fixed .tilti {
		font-size: 16px;
	}

	.caidian-ing {
		/* width: 86%; */
		display: flex;
	}

	.right-side-box .search-popup__toggler {

		margin-right: -5px;

	}

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

	.tilti {
		font-size: 16px;
		display: none;
	}

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

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

	.caidian-ing .nav {
		width: 79%;
	}

	.head-main .nav>ul>li {
		padding: 0 5px;
	}
}

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

	.he_popbx {
		width: 72%;

	}

	.caidian-ing .nav {
		width: 78%;
	}

	.safeswiperxia {

		width: 20%;

	}

	.head-main .nav>ul>li {
		padding: 0 12px;
	}

	.index-one-tlter h1 {
		font-size: 33px;
	}

	.gallery-top-b h2 {
		font-size: 25px;
	}

	.gallery-top-b h3 {

		font-size: 20px;

	}

	.index-one-tlter h2 {
		font-size: 17px;
	}

	.index-fixc {
		width: 75%;
	}

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

	.index-onea-a h2 {
		font-size: 12px;

	}

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

	.about-threec {
		padding-left: 144px;
	}

	.about-one-a h3 {
		font-size: 33px;
	}

	.about-one-a h2 {
		font-size: 24px;
	}

	.about-one-a h2 em {
		height: 4px;
	}

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

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

	.right-side-box li {
		margin-left: 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) {
	.caidian-ing .nav {
		width: 77%;
	}

	.head-main .nav>ul>li {
		padding: 0 9px;
	}
}

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

	.proxq-onec h4 a {
		font-size: 16px;
		width: 50%;
		height: 50px;
		line-height: 50px;
	}

	.caidian-xiaac ul li {
		width: 32%;

	}

	.cpxq-three-ka ul li {
		height: 408px;
	}

	.caidian-xiaac ul li p {
		font-size: 15px;
		margin-top: 20px;

	}

	.caidian-xiaac {
		width: 78%;
	}

	.caidian-xiaac ul li img {

		/* width: 64%; */
	}

	.caidian-zonga {
		background: #fff;
		padding: 28px 84px 37px 17px;
	}

	.caidian-zongb {
		padding: 21px 103px 19px 21px;
	}

	.caidian-zonga ul li {
		width: 24%;

	}

	.caidian-zong-a {
		font-size: 15px;
	}

	.caidian-zonga ul li p a {
		font-size: 12px;

	}

	.head-main .nav>ul>li {
		padding: 0 15px;
	}

	.logo-ing {

		margin-left: -23px;

	}

	.head-main .nav>ul>li {
		padding: 0 11px;
	}

	.cp-threea-zomnga h4 {
		font-size: 20px;

	}

	.cp-threea-zomng h2 {

		margin-top: 28px;

	}

	.cp-threea-zomnga h3 {

		font-size: 14px;
	}

	.cp-threea-zomng p {


		font-size: 12px;
		max-width: 94%;
	}

	.cp-threea h1 {
		font-size: 18px;
	}

	.acq {

		right: 8px;

	}

	.cp-threea-a h2 {

		font-size: 12px;
		max-width: 59%;
	}

	.cp-two-a span {
		font-size: 15px;
	}

	.cp-two-xia p span {

		font-size: 14px;
	}

	.caidian-zong {

		width: 155%;

	}

	.cpxq-three-ka ul li p {
		font-size: 13px;

	}

	.cpxq-three-ka-a img {
		width: 38%;
	}

	.cpxq-three-ka ul li h2 {
		padding-left: 13px;

		font-size: 14px;

	}

	.cp-two-xia p {
		padding: 6px 4px;

	}

	.cpxq-three-ka ul li {

		padding: 27px 15px;
	}

	.cp-two-xia {
		padding: 7px 0px;
	}

	.cp-two-xia-zong {

		padding: 17px 0;

	}

	.cp-two-xia-zong p {
		font-size: 24px;
	}

	.cp-two ul li>a {

		padding: 20px 9px;

	}

	.caidian-xia {
		width: 100%;
	}

	.about-onec h1 {
		font-size: 23px;
		margin-bottom: 19px;
	}

	.about-twob-a img {
		margin-top: 68px;
	}

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

	.about-twob ul li:hover .about-twob-a h1 {
		font-size: 26px;
	}

	.about-twob ul li:hover .about-twob-a {
		top: 84px;

	}

	.about-twob {
		height: 409px;
	}

	.about-twob ul li {

		height: 420px;

	}

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

	.nbanner-xiazongb {
		padding: 12px 0;

	}

	.lx-foura ul li {

		height: 103px;

	}

	.lx-threeb h1 {

		font-size: 25px;
	}

	.lx-threeb h3 {
		font-size: 35px;
	}

	.nbannerb.nbannerb-zong {
		bottom: 140px;
	}

	.nbannera-zongxiashia h1 {
		font-size: 33px;
	}

	.index-fourf-xia {
		padding: 20px;
	}

	.index-fiverc a {
		border-radius: 24px;

		font-size: 16px;

		padding: 10px 29px;

	}

	.cpxq-threea {
		background: #fff;
		padding: 0px 40px 70px 40px;
	}

	.cpxq-twoc ul li {
		margin-bottom: 23px;
		font-size: 16px;
	}

	.cpxq-twob {
		padding: 25px;
	}

	.cpxq-twoa {
		padding: 70px 40px 50px 40px;
	}

	.cpxq-onea {
		position: relative;
		margin: 0 40px;
	}

	.nbannera-zongxiashia p {
		margin-top: 24px;
		margin-bottom: 8px;
		font-size: 18px;
	}

	.nbannera-zongxiashia h2 {
		font-size: 20px;
	}

	.index-fourf-dd {
		margin-bottom: 26px;
	}

	.index-fourf ul li {

		margin-right: 27px;
	}

	.index-fourf-b {
		font-size: 15px;
		margin-bottom: 20px;
	}

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

	}

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

	.index-twoc p {
		padding-left: 30px;
		font-size: 14px;
	}

	.index-twob h2 {
		font-size: 28px;
	}

	.index-twob h1 {
		font-size: 21px;

	}

	.index-onea-shu {
		font-size: 43px;

		bottom: -22px;

	}

	.index-onea-a h2 {
		font-size: 11px;
		height: auto;
	}

	.bannerswiper .swiper-pagination {
		bottom: 27px;
	}

	.index-onea ul li img {
		margin-right: 12px;
		width: 39px;
	}

	.index-one-xia a {
		padding: 9px 20px;
	}

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

	.index-one-tlter h2 {
		font-size: 14px;
	}

	.index-one-tlter h1 {
		font-size: 32px;
	}

	.jobs-onec-a p {
		font-size: 18px;
	}

	.jobs-oneb h1 {
		font-size: 30px;
	}

	.jobs-oned ul li {
		margin-right: 20px;
		width: 48%;
		margin-bottom: 20px;
	}

	.newsswiperc p {
		text-align: right;
		margin-top: 6px;
	}

	.newsswiperc h4 {
		font-size: 22px;
		margin-top: 13px;
		margin-bottom: 17px;
	}

	.nbannerc {
		bottom: 17px;
		right: 44px;
	}

	.index-fourf-c span {

		padding: 7px 23px;

	}

	.jobs-one-more a {

		padding: 10px 20px;
		font-size: 15px;

	}

	.newsing15 .index-fourf-c {

		right: 25px;
	}

	.newsing15 p {
		max-width: 74%;

	}

	.newsswiperc h5 {
		font-size: 15px;
		margin-bottom: 12px;
	}

	.newsing15 h2 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.newsswiperc p img {

		width: 39px;
	}

	.newsswiperc {

		padding: 20px 26px 17px 36px;
	}

	.nbannerb {
		font-size: 31px;
	}

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

	.index-booter p {
		font-size: 13px;

	}

	.index-fixc ul li {
		margin-right: 12px;
		width: 24%;
	}

	.nbannerc a {
		font-size: 18px;
		padding: 16px 28px;
	}

	.index-fixc ul li h1 {
		padding-bottom: 14px;
		margin-bottom: 9px;

	}

	.index-fixc ul li h1 a {
		font-size: 11px;
	}

	.index-fixb p {
		font-size: 12px;
	}

	.index-fixb h1 {
		font-size: 14px;

	}

	.index-threea-shu span {
		font-size: 40px;
	}

	.newsxq-threea h1 {
		font-size: 28px;

	}

	.newsing15 h2 {
		font-size: 16px;

	}

	.index-threea-p {

		font-size: 16px;
	}

	.newsing14 h2 {

		font-size: 34px;

	}

	.index-fixb {

		margin-right: 34px;
	}

	.index-fiver {
		padding: 53px 0;

	}

	.index-fiverb-a h1 {
		font-size: 27px;

	}

	.newsxq-threeb ul li {
		margin-right: 14px;
		padding: 20px;
	}

	.newsxq-twoa ul li {

		padding: 26px;
		margin-right: 22px;

	}

	.head-main {

		line-height: 80px;

	}

	.tilti {
		display: none;
	}

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

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

	.right-side-box .lang a {
		font-size: 12px;
		padding-right: 0;
	}

	.right-side-box .lang {
		width: 94px;
	}

	.right-side-box .lang {

		padding-left: 11px;

	}

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

	.tilti {
		font-size: 20px;
	}

	.caidian-ing .nav {
		padding-left: 15px;
		width: 79%;
	}

	.lx-one-xia ul li h3 {
		max-width: 86%;
	}

	.lx-one-xia ul li {
		height: 258px;
		width: 20%;
		margin-right: 11px;
	}

	.nbanner-xiazongb-a h3 {
		font-size: 20px;
	}

	.nbanner-xiazongb-a h2 {
		font-size: 15px;
	}

	.nbanner-xiazongb-a h1 {
		font-size: 25px;
	}

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

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

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

	.formtextarea {
		height: 85px;
	}

	.right-side-box .lang a {
		font-size: 12px;
		padding-right: 10px;
	}

	.right-side-box .lang {
		width: 103px;
	}

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

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

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

	.prolist .tbox .tit {
		font-size: 20px;
	}

	.ct-sec1 .tbox {
		padding: 34px;
	}

}

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

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

	.tilted {
		font-size: 27px;

	}

	.head-main .nav>ul>li {
		padding: 0 12px;
	}

	.bottom-boted {
		display: none;
	}

	.bottom-top-rht {
		display: none;
	}

	.more {
		display: block;
		text-align: center;
		margin-top: 2px;
		font-size: 14px;
		font-family: "Microsoft YaHei";
		color: rgb(255, 255, 255) !important;
		line-height: 1.563;
		text-align: center;
	}

	a.more img {
		width: 18px;
		margin-left: 5px;
	}

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

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

	.prolist .tbox hr {
		margin: 10px 0 0;
	}

	.in2-sec .main .tbox {
		width: 100%;
		padding-right: 0;
	}

	.in2-sec .main .num-con {
		width: 100%;
		margin-top: 30px;
	}

	.jt_zci .rit_box {
		width: 300px;
	}

	.m_swiow .tran .t1_col .value {
		font-size: 30px;
	}

	.m_swiow .tran {
		font-size: 16px;
		padding: 0 25px;
		line-height: 70px;
	}

	.m_swiow .tran .t1_col2 {
		max-width: 70%;
		line-height: 25px;
		vertical-align: middle;
	}

	.nybanner .tbox .en {
		font-size: 40px;
	}

	.nybanner .tbox .ch {
		font-size: 20px;
		padding-top: 10px;
	}
}

@media only screen and (max-width:1000px) {
	.w {
		width: 100%;
		padding: 0 4%;
	}

	.gallery-thumb-p {
		font-size: 12px;

	}

	.nbanner-xiazongb-a h2 {
		font-size: 8px !important;
	}

	.index-onea-a h2 {
		height: auto;
	}

	.right-side-box .lang img {

		width: 14px;
	}

	.right-side-box .search-popup__toggler {

		background: url(../images/search.png) no-repeat center center;
		background-size: 52%;
	}

	.phone_head {

		z-index: 999999999999999999999;

	}

	.search-popup__form input {

		width: 100%;
		height: 53px;

		font-size: 16px;

	}

	.search-popup__form button {
		height: 54px;
	}

	.search-popup__form button {
		right: 0;
	}

	.search-popup__form {

		width: 95%;

	}

	.search-popup {
		z-index: 999999999999999999999999999;
	}

	.right-side-box {

		margin-right: -7px;
	}

	.img-imgimg {
		position: absolute;
		bottom: 108%;
		left: -2px;
		width: 101%;
		display: none;
	}

	.right-side-box .lang a {
		font-size: 12px;
		padding-right: 0;
	}

	.item.on .item-yan {
		opacity: 1 !important;
		visibility: initial !important;
	}

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

	.index-fixb-img {

		width: 100%;
	}

	.index_fixed {
		display: block;
	}

	.index_fixed .item .item-yan {
		position: absolute;
		height: 100%;
		left: -1px;
		top: 50%;
		transform: translateX(-102%) translateY(-50%);
		transition: 0.4s;
		background: #fff url(/template/pc/skin/images/bgg.jpg) top no-repeat;
		background-size: 100%;
		padding: 13px;
		border-radius: 4px;
		width: 294px;
		height: 478px;
		box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 8%);
		opacity: 0;
		visibility: hidden;
	}

	.index-fixb-aa {
		margin-right: 0;
		width: 100%;
	}

	.xun {
		display: none;
	}

	.index-fixb-img a .xsdl {
		position: absolute;
		bottom: 100%;
		left: -12px;
		width: 20%;
	}

	.index-fixb-img a:nth-child(2) .xsdl {
		position: absolute;
		bottom: 100%;
		left: 41px;
		width: 20%;
	}

	.cp-three ul li:nth-child(3) a:nth-child(1) .acq {
	        width: 130px !important;
	    }

.cp-three ul li:nth-child(3) a:nth-child(2) .acq {
        width: 167px !important;
        bottom: 31px;
    }
	    .cp-three ul li:nth-child(1) a:nth-child(1) .acq {
	        width: 96px !important;
	    }

	.cp-three ul li:nth-child(1) a:nth-child(2) .acq {
		width: 79px !important;
	}

	.cpxq-three-ka ul li {
		height: 419px;
	}

	.cpxq-three-ka-a img {
		width: 62%;
	}

	.cpxq-three-ka ul li h2 {

		font-size: 15px;

	}

	.pages {

		margin-top: 10px;
	}

	.pages li a {

		padding: 4px 10px;
		/* font-weight: bold; */
		font-size: 13px;

	}
	.pages li span{
		font-family: "Microsoft YaHei";
		    display: block;
		    background: #fff;
		 padding: 4px 10px;
		    /* font-weight: bold; */
		    font-size: 13px;
		    color: rgb(143, 149, 159);
		    border-radius: 5px;
		    border: 1px solid rgb(188 196 209);
	}
	.pages li .current{
		background-image: -webkit-linear-gradient(180deg, rgb(34, 94, 183) 100%, rgb(34, 94, 183) 100%);
		color: #fff;
	}
	.news-two {
	    padding-bottom: 1px;
	   
	}

	.cpxq-three-ka ul li h4 {

		margin: 14px 0 14px 0;
	}

	.cpxq-three-ka-a {
		margin-top: -6px;
	}

	.cpxq-three-ka ul li p {
		font-size: 13px;

		line-height: 1.571;
	}

	.cpxq-three-ka ul li {
		margin-right: 0;
		margin-bottom: 17px;

		padding: 22px 21px;
		height: auto;
		width: 100%;
		border: 1px solid #e5e7e8;
	}

	.cpxq-three-kazas {
		width: 100%;
		padding-left: 0;
	}

	.cp-two-zomg {
		flex-wrap: wrap;
	}

	.cp-threea-a {
		height: 85px;
	}

	.acq {

		right: 21px;


		width: 106px !important;
		bottom: -5px;
	}

	.cp-threea-a h2::after {

		width: 2px;
	}

	.cp-threea h1 {
		font-size: 19px;

		margin-bottom: 9px;
	}

	.cp-threea-a h2 {
		padding-left: 12px;

		font-size: 12px;


	}

	.cp-three ul li {
		margin-bottom: 10px;
	}

	.cp-threea {
		padding: 18px 9px 18px 20px;

	}

	.cpxq-zong-one {
		padding: 20px 0;
	}

	.cp-three ul {
		flex-wrap: wrap;
	}

	.cp-three ul li:nth-child(2) {
		display: none;
	}

	.cp-three ul li {
		width: 100%;
		margin-right: 0px;
	}

	.cp-three {
		width: 100%;
		padding-left: 0px;
	}

	.cp-two {
		display: none;
	}

	.he_popbxa p {
		font-size: 12px;
	}

	.he_popbxa p {

		line-height: 20px !important;
	}

	.he_popbxa a {

		padding: 8px 14px;

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

	}

	.he_popbxa h4 {
		margin-bottom: 16px;
		padding-bottom: 18px;

		font-size: 15px;

	}

	.he_popbxa h6 {

		font-size: 22px;

	}

	.xqdesc {

		font-size: 14px;

		padding: 19px 24px;

	}

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

		margin-top: 6px;

	}

	.jobs-one-more a {
		display: inline-block;
		padding: 11px 16px;
		font-size: 14px;

	}

	.safeswiperxia .swiper-button-next {

		width: 40px;

	}

	.newsing15 p {
		max-width: 100%;
		font-size: 13px;

	}

	.newsing15 .index-fourf-c {
		display: none;
	}

	.newsing14 {
		display: none;
	}

	.newsing13 {

		padding: 14px 0;
	}

	.newsswiperc p {

		margin-top: 10px;
	}

	.newsswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: url(../images/yuna.png) no-repeat;
		width: 25px;
		height: 25px;
		background-size: 100%;
	}

	.newsswiper {
		padding-bottom: 60px;
	}

	.newsswiperc p img {

		width: 37px;
	}

	.newsswiperc h5 {
		font-size: 15px;

		margin-bottom: 18px;
	}

	.newsswiperc h4 {
		font-size: 22px;

		margin-top: 19px;
		margin-bottom: 13px;

	}

	.newsswiperc-xia h2 {

		font-size: 13px;

	}

	.newsswiperc-xia h1 {
		font-size: 32px;

	}

	.newsswiperc {
		width: 100%;
		padding: 20px;
	}

	.newsswipera {
		display: flex;
		flex-wrap: wrap;

	}

	.newsswiperb {
		width: 100%;

	}

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

	.safeswiper {
		padding-bottom: 80px;
	}

	.safeswiperxia .swiper-button-prev {

		width: 40px;

	}

	.safeswiperxia {

		width: 37%;

	}

	.jobs-twob {
		margin-top: 26px;
	}

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

	}

	.jobs-twoa h2 {
		margin: 14px auto;

		height: 3px;
	}

	.jobs-twoa h1 {
		font-size: 24px;

	}

	.jobs-two {
		padding: 30px 0;
	}

	.jobs-oned-c img {

		margin-top: 12px;
		width: 28px;
	}

	.jobs-oned-b p {

		font-size: 12px;
	}

	.jobs-oned-b h1 {
		font-size: 19px;

	}

	.jobs-oned-a {

		padding: 20px;

	}

	.jobs-oned ul li {
		margin-right: 0;
		width: 100%;

		margin-bottom: 15px;
	}

	.jobs-one-more a img {

		margin-left: 8px;
	}

	.jishu-onec img {

		width: 23px;
		margin-right: 3px;

	}

	.jishu-onec {
		font-size: 14px;

	}

	.jishu-onea ul li {
		margin-bottom: 12px;


	}

	.jishu-oneb {
		padding: 16px 12px;
	}

	.jishu-one {
		background: #f8f8f8;
		padding: 30px 0;
		margin-top: 17px;
	}

	.cpxq-onea h1::after {

		width: 3px;
	}

	.cpxq-onea h1 {
		padding-left: 19px;
		font-size: 24px;

	}

	.cpxq-onea {
		position: relative;
		margin: 0 0px;
	}

	.lx-one-xia ul li:last-child {
		height: 239px;
	}

	.lx-one-xia ul li h3 {
		font-size: 14px;
		max-width: 78%;
		margin: 0 auto;
	}

	.lx-one-xia ul li h2 {
		font-size: 17px;

	}

	.lx-one-xia ul li h1 {
		font-size: 16px;
		margin-top: 9px;
		margin-bottom: 8px;
	}

	.lx-one-xia ul li>img {
		width: 55px;
	}

	.nbanner-xiazongb {
		bottom: 30px;

		left: 15px;
	}

	.jobs-oneb h1 {
		font-size: 19px;

		margin-bottom: 6px;
	}

	.lx-threea {
		height: auto;
	}

	.lx-threea {
		display: flex;
		flex-wrap: wrap;

	}

	.lx-three {
		padding: 30px 0;
	}

	.lx-one-xia ul li {
		height: 166px;
		margin-bottom: 14px;
		width: 100%;
		margin-right: 0;
		padding: 20px 10px 10px 10px;
	}

	.lx-threeb h2 {
		margin: 8px 0;
		height: 3px;
	}

	.lx-threeb h3 {

		font-size: 23px;
		margin-bottom: 20px;

	}

	.lx-foura ul li {
		width: 33%;

		height: 78px;

	}

	.lx-foura ul li>div {
		width: 70%;
	}

	.nbannera-zongxiashia h1 {
		font-size: 18px;

	}

	.nbannera-zongxiashia p {
		margin-top: 9px;
		margin-bottom: 4px;
		font-size: 12px;

	}

	.nbannera-zongxiashia {
		margin-top: 0;
	}

	.index-fiverc {
		padding-top: 9px;
	}

	.nbannera-zongxiashia .index-fiverc a {
		border-radius: 21px;
		font-size: 13px;
		padding: 8px 19px;
	}

	.nbannera-zongxiashi {
		width: 100%;
		position: absolute;
		top: 4%;
		left: 0;
	}

	.cpxq-twoa {
		background: #fff;
		padding: 30px 20px;
	}

	.cpxq-twob {

		padding: 15px;
		flex-wrap: wrap;
	}

	.cpxq-twoc img {

		width: 24px;
		margin-right: 10px;
	}

	.cpxq-twoc ul li strong::after {
		bottom: -5px;
	}

	.cpxq-twoc ul li {
		margin-bottom: 17px;
		font-size: 14px;

	}

	.cpxq-onea h1::after {

		height: 25px;
	}

	.newsxq-twoa ul li {
		width: 100%;

		padding: 20px;
		margin-right: 0;

	}

	.newsxq-twoa-p {
		margin-top: 7px;
		font-size: 17px;

	}

	.cpxq-three-c {
		padding-top: 30px;
		padding-bottom: 30px;
		margin: 0 0px;
	}

	.newsxq-twoa ul {
		flex-wrap: wrap;
		display: flex;
		padding: 0 20px;
	}

	.cpxq-three-c-a a {

		margin-right: 4px;
		font-size: 12px;
		padding: 5px 24px;


	}

	.cpxq-threea {
		background: #fff;
		padding: 0px 0px 30px 0px;
	}

	.cpxq-three-c-d {

		padding: 6px 24px;

		font-size: 13px;

	}

	.newsxq-three {
		padding: 30px 0;
	}

	.newsxq-threeb ul li {
		margin-right: 0;
		width: 100%;
		margin-bottom: 15px;
		padding: 15px;

	}

	.newsxq-threeb ul li .newsing14 {

		padding-right: 12px;

	}

	.newsing14 h3 {

		font-size: 12px;

	}

	.newsing13 {
		padding: 5px 0;
	}

	.newsing15 h2 {
		font-size: 15px;

		margin-bottom: 7px;
	}

	.newsing12 {
		width: 72%;
	}

	.newsing15 {

		padding-left: 19px;
	}

	.newsxq-threeb ul li .newsing15 {
		padding-left: 15px;
	}

	.newsing14 h2 {

		font-size: 29px;

	}

	.newsxq-threea h1 {
		font-size: 24px;

		margin-bottom: 11px;
	}

	.newsxq-threeb ul {
		display: flex;
		flex-wrap: wrap;
	}

	.newsxq-threeb {
		margin-top: 30px;
	}

	.newsxq-threea h2 {

		height: 3px;

	}

	.cpxq-three-c .w {

		flex-wrap: wrap;

	}

	.cpxq-twoc {
		width: 100%;
	}

	.cpxq-twod {
		width: 100%;
	}

	.nbannera-zongxiashia h2 {
		margin: 2px 0 6px 0;
		font-size: 13px;

	}

	.cpxq-onea-xia a {
		font-size: 11px;
		padding: 5px 5px;
	}

	.cpxq-onea-xia a img {
		margin-right: 3px;
		width: 12px;
	}

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

	.diqv {
		position: absolute;
		right: 33px;
		width: 79%;
		top: 16px;
	}

	.lx-threeb h1 {

		font-size: 18px;
	}

	.lx-threec {
		position: relative;
		right: 0;
		text-align: center;
		top: 0;
	}

	.lx-threeb {
		width: 100%;

	}

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

	.jobs-onec-a p {
		text-align: left;
		font-size: 14px;

	}

	.nbanner {

		padding-bottom: 15px;
	}

	.lx-one-xia {
		margin-top: 25px;
	}

	.jobs-onec-a {
		position: relative;
		padding-right: 0;
		margin-top: 10px;
	}

	.jobs-onec-a::after {
		display: none;
	}

	.jobs-oneb h2 {
		width: 50px;
		height: 3px;
	}

	.jobs-onea {

		flex-wrap: wrap;

	}

	.jobs-one {
		padding: 30px 0;
		background: #f8f8f8;
	}

	.nbannerb.nbannerb-zong {
		bottom: 0px;

	}

	.nbanner-xiazongb-a h3 {
		font-size: 14px;
	}

	.nbanner-xiazongb-a h2 {
		font-size: 14px;
		margin-top: 0px;
	}

	.nbanner-xiazongb-a h1 {
		font-size: 20px;
	}

	.about-threed {
		width: 100%;
	}

	.about-threed {
		padding-left: 0;
	}

	.about-threed-p {

		padding-left: 14px;
	}

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

	.about-threec .index-threec {
		margin-top: 7px;
		margin-bottom: 16px;
	}

	.about-one-a h2 em {
		height: 2px;
		width: 26px;
		margin-right: 9px;
	}

	.about-one-a h3 {
		font-size: 22px;
	}

	.about-one-a {
		margin-top: 30px;
		margin-bottom: 13px;
	}

	.about-one-a h2 {
		margin-bottom: 3px;
		font-size: 18px;
	}

	.about-threea {
		background: url(../images/hu.png) no-repeat left top;
		background-size: cover;
		display: flex;
		flex-wrap: wrap;
	}

	.about-three .about-one-a {
		margin-bottom: 20px;
	}

	.about-threed-p::after {

		top: 2px;
	}

	.about-threec {
		width: 100%;
		padding-left: 0%;
	}

	.phone_head .logo img {

		height: 32px;

	}

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

	.index-onea ul li {
		width: 100%;
		margin-right: 0;

		padding-bottom: 7px;
		margin-bottom: 16px;

	}

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

		margin-bottom: 6px;
	}

	.index-onea-shu {
		font-size: 45px;
		bottom: -20px;
		right: 0px;

	}

	.gallery-top-zong {

		flex-wrap: wrap;

	}

	.gallery-top-b h2 {

		font-size: 24px;
	}

	.gallery-top-c {
		text-align: center;
	}

	.index-onebb .swiper-button-next {

		right: -1%;

	}

	.index-two {
		padding: 30px 0 30px 0;

	}

	.gallery-thumb-img {
		padding-top: 0;

	}

	.index-twob h2 {

		margin-top: 5px;
		padding-left: 18px;
		font-size: 20px;

	}

	.index-twob h2::after {

		width: 3px;
		top: 6px;
	}

	.index-threea ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.index-threea-p {
		margin-top: 0px;
		font-size: 16px;
	}

	.index-threea-shu {
		margin-bottom: 0px;
	}

	.index-threea-shu i {

		font-size: 14px;

		top: 9px;
	}

	.index-threea-mu {

		font-size: 94px;
		top: -28px;
		left: 50%;

	}

	.index-threea ul li {
		width: 50%;
		margin-bottom: 30px;
		text-align: center;
	}

	.index-three {
		padding: 171px 0 10px 0;

		margin-top: -142px;

	}

	.index-fourf ul {

		flex-wrap: wrap;

	}

	.index-fourc {
		margin-top: 18px;
	}

	.index-fourc a {
		font-size: 12px;

	}

	.index-fourf ul li {
		width: 100%;

		margin-right: 0;
		margin-bottom: 20px;
	}

	.index-fourf-a h1 {
		margin-right: 10px;
		font-size: 32px;

	}

	.index-fourf-a h2 {

		font-size: 12px;

	}

	.index-fourf-xia {
		padding: 20px;
	}

	.index-fourf {
		margin-top: 28px;
	}

	.index-fiver {
		padding: 30px 0;
		border-bottom: 4px solid #76d9e0;

	}

	.index-fiverb-a {
		padding-left: 20px;

	}

	.index-fiverc a {
		border-radius: 24px;

		font-size: 15px;

		padding: 8px 26px;

	}

	.index-fixa {

		flex-wrap: wrap;

	}

	.index-fixb {
		width: 100%;
		margin-right: 0;
	}

	.index-fixb h1 {
		font-size: 18px;

		margin-bottom: 9px;
	}

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

	.index-booter {

		padding: 6px 0;
	}


	.index-booter p {
		font-size: 11px;
		line-height: 20px;
	}

	.index-fixb-img a {
		width: 22%;

	}

	.index-fixb-img a p {

		font-size: 12px;

	}

	.index-fixb-img a {
		margin-right: 10px;
	}

	.index-fixb-img img {}

	.index-fixb-img {
		margin-top: 15px;
	}

	.index-fixb p {
		font-size: 12px;

	}

	.nbannera {
		position: relative;
		left: 5px;
		top: 6px;
	}

	.newsxq-oneb {
		width: 100%;
	}

	.newsxq-one {
		margin-top: 30px;
		padding: 25px 15px 25px 15px;

	}

	.newsxq-onef {
		padding: 15px 0 0 0;
		flex-wrap: wrap;
		display: flex;

	}

	.newsxq-two {
		padding: 30px 0 30px 0;

	}

	.newsxq-twoa ul li {
		margin-bottom: 15px;
	}

	.newsxq-oneb h3 a {
		font-size: 14px;

		padding: 3px 20px;

	}

	.newsxq-oned {
		font-size: 15px;


		padding: 25px 0 22px 0;

	}

	.newsxq-onea p span {

		margin-right: 14px;
		font-size: 12px;

	}

	.newsxq-onea p {
		padding-left: 0;
		margin-top: 13px;
	}

	.newsxq-onec .index-fourf-c span {

		margin-top: 17px;
	}

	.newsxq-onea {

		flex-wrap: wrap;

	}

	.newsxq-onea h1 {
		font-size: 22px;

		padding-left: 18px;

	}

	.newsxq-zong {

		padding: 12px 0;
	}

	.nbannerb {
		padding-left: 18px;
		line-height: 1;
		font-size: 17px;
		color: rgb(60, 65, 73);

	}

	.nbannerb {
		position: absolute;
		left: 18px;
		bottom: inherit;
		top: 16px;
	}

	.nbannera a {
		font-size: 10px;

		padding: 0 5px;
	}

	.nbannerc {
		bottom: 40px;
		width: 100%;
		right: 4px;
	}

	.about-oneb-a h1 img {

		width: 67%;
	}

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

		margin: 23px 0;
	}

	.about-onec h1 {
		font-size: 20px;

		margin-bottom: 9px;
	}

	.about-onec {
		width: 100%;
		padding: 15px 0;
	}

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

	.about-oneb-a h2 span:first-child img {
		width: 81%;
	}

	.about-oneb-a h2 span img {
		width: 104%;
	}

	.about-oneb-a {
		margin-right: 0;
	}

	.about-oneb {
		width: 100%;
		margin-right: 0;
	}

	.about-twoa h1 {
		font-size: 24px;

	}

	.about-twob ul {

		flex-wrap: wrap;
	}

	.about-twob ul li {
		width: 50%;
		position: relative;
		height: 275px;

	}

	.about-twob-a h1 {
		font-size: 20px;

	}

	.about-twob ul li:hover {
		width: 50%;
	}

	.index-thour-c p {
		font-size: 12px;

		line-height: 1.765;
	}

	.index-thour-c h1 {
		margin-top: 6px;
		width: 45px;
		height: 4px;
	}

	.nbanner-xiazongb {
		padding: 5px 0;
	}

	.nbanner-xiazongb ul li {
		margin-right: 8px;
	}

	.nbanner-xiazongb ul li img {
		vertical-align: middle;
		margin-right: 1px;
		width: 22px;
	}

	.about-zui {
		padding: 30px 0 30px 0;

	}

	.nbanner-xiazongb-a h1 {
		font-size: 12px !important;
	}

	.about-threeb-c {
		padding-top: 17px;
	}

	.threebswiperzong .swiper-pagination {
		bottom: -4px;
	}

	.about-twob ul li:hover .about-twob-a {
		display: none;
	}

	.about-three {
		padding: 165px 0 30px 0;
	}

	.about-three {
		background: inherit;
	}

	.threebswiperzong .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: url(../images/yuna.png) no-repeat;
		width: 20px;
		height: 20px;
		background-size: 100%;
		vertical-align: middle;
	}

	.threebswiperzong {
		padding-bottom: 20px;
	}

	.index-thour-c {

		width: 100%;


		padding: 10px;
		padding-left: 10px;
		padding-top: 10px;
		height: 190px;

	}

	.about-twob-a h2 {
		font-size: 13px;

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

	}

	.about-twob-a {

		top: 99px;

		padding-left: 20px;
		padding-right: 20px;

	}

	.about-twob-a img {
		margin-top: 20px;
		width: 26px;
	}

	.about-twoa {

		padding: 22px 0 20px 0;
		z-index: 1;
	}

	.about-onea {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.about-one {
		padding: 30px 0 10px 0;
	}

	.nbannerc a {
		font-size: 10px;
		padding: 6px 4px;
	}

	.index-fix {
		padding: 12px 0;

	}

	.index-fixc {
		display: none;
	}

	.index-fiverb-a::after {

		width: 3px;
		height: 75px;
		bottom: 4px;

	}

	.index-fiverb-a p {
		font-size: 13px;

		margin-top: 6px;
	}

	.index-fiverb-a h1 {
		font-size: 15px;

	}

	.index-fivera {

		flex-wrap: wrap;

	}

	.index-fourf-c span {
		font-size: 12px;
		padding: 6px 17px;
	}

	.index-fourf-b {
		font-size: 16px;

		margin-bottom: 15px;
	}

	.index-fourf-a {

		margin-bottom: 2px;
	}

	.index-fourb h1 {
		font-size: 16px;

	}

	.index-fourb h2 {
		font-size: 24px;

	}

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

	.index-threea-shu span {
		font-size: 33px;

	}

	.index-twoc p {
		padding-left: 13px;
		font-size: 13px;
		color: #c9c9c9;

	}

	.index-twob .index-one-xia {

		margin-top: 23px;
		padding-left: 17px;
	}

	.index-twob h1 {
		font-size: 18px;

	}

	.index-twoc {
		width: 100%;
		padding-top: 23px;
		z-index: 99;
	}

	.index-twob {
		width: 100%;
	}

	.index-twoa {

		flex-wrap: wrap;
		justify-content: space-between;
	}

	.gallery-thumbs1 .swiper-slide.swiper-slide-active .gallery-thumb-img {

		background-size: 50%;
	}

	.index-onebb .swiper-button-prev {

		left: -1%;
	}

	.gallery-top-d {
		display: none;
	}

	.gallery-top-c img {
		width: 60%;
	}

	.gallery-top-b h3 {
		text-align: left;

		font-size: 17px;
		padding-left: 19px;
		margin-top: 7px;
		margin-bottom: 30px;
	}

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

	.index-onea-a h2 {
		font-size: 12px;

	}

	.index-onea ul li img {

		margin-right: 10px;
		width: 40px;
	}

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

	.bannerswiper .swiper-pagination .swiper-pagination-bullet {

		margin: 0px 9px;

	}

	.bannerswiper .swiper-button-prev {

		left: 9px;

	}

	.index-one-tlter h1 {
		font-size: 24px;

		padding-left: 19px;

		margin-bottom: 15px;
	}

	.index-one-tlter h1::after {

		width: 3px;

	}

	.index-one-tlter h2 {
		font-size: 15px;

		max-width: 100%;
		padding-left: 16px;
	}

	.index-one-xia {

		position: relative;
		bottom: 3px;
		margin-top: 24px;
		right: 0;
	}

	.index-one-xia a {


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


	}

	.bannerswiper .swiper-button-next {

		right: 9px;

	}

	.bannerswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: url(../images/yuna.png) no-repeat;
		width: 22px;
		background-size: 100%;
		height: 22px;
	}

	.bannerswiper .swiper-pagination {
		bottom: 6px;
	}

	.hexin14 p {

		font-size: 12px;

	}

	.relatednews ul li a {
		font-size: 13px;
		line-height: 23px;
		padding: 1px 12px;
		background: url(../images/newsico.png) no-repeat 20px top;
		background-position-x: 20px;
		background-position-y: top;
		background-position: 2px 12px;
	}

	.newspage .newspage_a {

		line-height: 26px;
		height: 27px;

	}

	.newspage_a a {
		font-size: 12px;
		color: #555555;
	}

	.newspage {
		margin-top: 40px;
		padding: 9px 0;
		border-top: 1px dotted #b7b7b7;
		border-bottom: 1px dotted #b7b7b7;
		position: relative;
	}

	.nestit {
		padding-bottom: 17px;
		border-bottom: 1px solid #D8D6D6;
		margin-bottom: 12px;
	}

	.nestit h3 {
		font-size: 13px;
		color: #5e5b5b;
	}

	.nestit h2 {
		font-size: 16px;

	}

	.newsxq-sec .leftlayout {

		padding: 15px;

	}

	.ab-3 {
		padding: 29px 0 29px 0;
	}

	.he_guab {
		width: 59px;
		cursor: pointer;
		padding: 10px;
		position: absolute;
		top: -84px;
		right: -4px;
		background: none;
		border-radius: 10px;
	}

	.he_popbx {
		width: 90%;
		background: #fff;
		border-radius: 10px;
		position: absolute;
		padding-bottom: 20px;
		height: 79%;
		top: 50%;
		overflow: scroll;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 15px;
		padding-bottom: 20px;
	}

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