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

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: 1750px;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

header.fixed {
	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;
}

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

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

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

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

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

.head-main .nav>ul>li>a em {
	display: inline-block;
	width: 5px;
	margin-right: 25px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
}
.e-ye {
    text-align: center;
    margin-top: 60px;
	 margin-bottom: 60px;
}
.e-ye li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
}
.e-ye li:hover a, .e-ye li.active a {
    background: #097ab5;
    color: #fff;
}
.e-ye li a {
    display: block;
    background: #fff;
    padding: 6px 12px;
    font-size: 18px;
    color: #097ab5;
    border-radius: 4px;
}
.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: #0071bc;*/
	/* display: block; */
	font-weight: bold;
}

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

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

.fixed .head-main .nav>ul>li>a em {
	background: #333333;
}

.head-main .nav .drop-down {
    width: 340px;
    /* width: 100%; */
    overflow: hidden;
    position: absolute;
    top: 63%;
    left: 64%;
    transform: translateX(-50%);
    /* margin-left: -105px; */
    padding: 10px 0;
    display: none;
}
.fixed .head-main .nav .drop-down {
	top: 99%;
}

.head-main .nav .drop-down ol:after {
	content: "";
	position: absolute;
	display: block;
	top: -10px;
	transform: translateX(-50%);
	left: 50%;
	/* border-radius: 50%; */
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 11px solid #fff;
	/* background: #d70c25; */
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

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

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

.drop-down ol a {
	display: block;
	font-size: 16px;
	padding: 8px 0px;
	line-height: 25px;
	word-break: keep-all;
	white-space: nowrap;
	color: #666666;
}

.head-main .nav .drop-down ol {
	border-radius: 10px;
	padding: 30px;
	margin-top: 10px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
	position: relative;
	background: rgba(255, 255, 255, 1);
}

.head-main .nav .drop-down ol li {
	border-bottom: 1px solid rgb(0, 0, 0, 0.1);
}

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

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

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

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

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

.right-side-box .lang {
    position: relative;
    width: 159px;
    /* height: 32px; */
    margin-right: 0;
    background: url(../images/down.png) no-repeat 90% center;
}

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

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

.right-side-box .lang a {
	    display: block;
	    line-height: 30px;
	    font-size: 14px;
	    text-align: center;
	    width: 54px;
	    color: #fff;
	    padding-right: 0px;
	
}

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

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

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


/*
 
 * 
 * 
 * 
 * */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Magnific Popup CSS */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Main image in popup */

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


/* The shadow behind the image */

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

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

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

.mfp-figure figure {
	margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}


/*弹窗*/

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

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

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

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

.mCustomScrollBox {
	padding-right: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeInNavItems {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 0.75;
	}
	90% {
		opacity: 0.9;
	}
	100% {
		opacity: 1;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa {
	font-size: 0;
}

.fa img {
	vertical-align: middle;
}

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

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

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


/*
* 22. search-popup styles
*/

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

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

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

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

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

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

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

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

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

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

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

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


/* Cursor Style */

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

.cursor {
	visibility: visible;
}

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

.cursor.hovered {
	opacity: 0.08;
}

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

.cursor-follower {
	visibility: visible;
}

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

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

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

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


/*移动端*/


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.maxDiv .maskbg {
	left: 0;
}

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

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

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

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

#menu h1 {
	font-weight: 300;
}

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

#menu p {
	margin: 20px 0;
}

#menu .nav {
	height: auto;
	background: rgb(27, 162, 231);
	float: none;
}

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

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

.sliding-menu a.back {
	background: rgb(27, 162, 231);
}

.sliding-menu a:hover {
	background: rgb(27, 162, 231);
}


/*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: 232px;
}

.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 {
	vertical-align: bottom;
	width: 100%;
}

img {
	max-width: 100%;
}

.side-box-lang {
	vertical-align: middle;
	display: inline-block;
	border-radius: 14px;
	line-height: initial;
	font-size: 14px;
	padding: 4px 9px;
	height: auto;
	position: relative;
	border: 1px solid #fff;
	color: rgb(255, 255, 255);
}

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

.side-box-ing>img {
	margin-right: 2px;
	vertical-align: middle;
}

.side-box-xia {
    border: 1px solid #079fd9;
    border-radius: 4px;
    top: 64%;
    left: 36px;
    display: none;
    padding: 4px 5px;
    background: #079fd9;
    position: absolute;
}

.side-box-ing {
	position: relative;
}

.side-box-xia a {
	color: #fff;
}

.side-box-ing:hover .side-box-xia {
	display: block;
}

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

.fixed .right-side-box .lang img {
	margin-right: 5px;
	filter: brightness(0.5);
	vertical-align: middle;
}

.fixed .side-box-lang {
	border: 1px solid #333333;
	color: #333333;
}

.fixed .right-side-box .lang a:hover {
	color: #1ba2e7;
}

.fixed .side-box-xia {
	background: #fff;
	border: 1px solid #333333;
}

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

.index-one {
	padding-bottom: 70px;
	background: #edf0f3;
	border-radius: 90px 0 0 0;
	margin-top: -76px;
	z-index: 9999;
	position: relative;
}

.index-onea {
	width: 56%;
}

.index-oneb {
	width: 44%;
}

.bannerswiper .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #fff;
	opacity: 1;
	vertical-align: middle;
	margin: 0 14px !important;
}

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

.index-onea {
	padding: 70px 66px 0 177px;
}

.index-onea h2 {
	font-size: 34px;
	color: rgb(27, 162, 231);
	font-weight: bold;
	margin-bottom: 30px;
}

.index-onea h3 {
	font-size: 30px;
	color: rgb(35, 43, 55);
	line-height: 1.4;
}

.index-onea h4 {
	display: block;
	width: 93px;
	height: 1px;
	margin: 20px 0;
	background: #bfbfbf;
}

.bannerswiper .swiper-slide img {
	transition: all 6s;
}

.bannerswiper .swiper-slide.swiper-slide-active img {
	/*transform: scale(1.04);*/
}

.index-onea a {
	display: inline-block;
	margin-top: 10px;
}

.index-onea a img {
	transition: all 1s;
}

.index-onea a:hover img {
	transform: translateX(40px);
}

.index-onea p {
    margin-bottom: 9px;
    font-size: 14px;
    text-indent: 2rem;
    color: rgb(102, 102, 102);
    line-height: 1.625;
}
.index-oneb {
	padding: 100px 75px;
	border-radius: 0 0 0 100px;
	background: url(../images/lbj.png) no-repeat;
	background-size: cover;
}

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

.index-oneb ul li {
	padding: 40px 20px;
}

.index-oneb ul li img {
	/*vertical-align:bottom;*/
	margin-right: 9px;
}


.index-oneb ul li strong{
	font-size: 76px;
   font-family: 'DIN';
   
    color: #00000000;
    position: relative;
    overflow: hidden;
    background-image: url(../images/zz.jpg);
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-position-y: 0;
 
    animation: textup 10s linear infinite;
    z-index: 11;
}
@keyframes textup{
	0% {
    background-position-y: 0;
}
100% {
    background-position-y: 100%;
}
}
.logotwo{
	display: none;
}
.index-oneb ul li em {
    font-style: normal;
    font-size: 13px;
    color: rgb(255, 255, 255);
}

.index-one {
	display: flex;
}

.index-oneb ul li {
	width: 33.3%;
	border-right: 1px solid #1ba2e7;
}

.index-oneb ul li:nth-child(3) {
	border-right: inherit;
}

.index-oneb ul li:nth-child(4) {
	width: 50%;
	border-top: 1px solid #1ba2e7;
}

.index-oneb ul li:nth-child(5) {
	width: 50%;
	border-right: inherit;
	border-top: 1px solid #1ba2e7;
}

.index-oneb ul li p {
	text-align: center;
	font-size: 13px;
	color: rgb(255, 255, 255);
	margin-top: 25px;
}

.jia {
	margin-left: -3px;
	font-size: 40px!important;
}

.index-two>img {
	transition: all 2s;
	width: 100%;
	vertical-align: bottom;
}

.index-two {
	position: relative;
}

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

.logotwo {
	position: absolute;
	left: 100px;
	top: 70px;
}

.index-vivi {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.index-vivi span {
	position: relative;
	z-index: 1;
}

.index-vivi span:after {
	position: absolute;
	left: 0px;
	right: 0;
	top: -102px;
	width: 120px;
	height: 120px;
	bottom: 0;
	content: '';
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	/* -webkit-animation: opens 1s .5s linear infinite both; */
	animation: opens 2s 1s linear infinite both;
	z-index: -1;
}

@-webkit-keyframes opens {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}

.index-vivi p {
	font-size: 35px;
	color: rgb(255, 255, 255);
	line-height: 1.429;
	text-shadow: 0px 1px 1px rgba(9, 2, 4, 0.38);
	margin-top: 20px;
}

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

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

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

.index-vivi {
	cursor: pointer;
}

.index-tiie {
	margin-left: 126px;
}

.index-four {
	padding: 80px 0 200px 0;
}

.index-tiie h2 {
	font-size: 40px;
	color: rgb(27, 162, 231);
	font-weight: bold;
	margin-bottom: 20px;
}

.index-tiie h3 {
	font-size: 24px;
	color: rgb(35, 43, 55);
	line-height: 1.4;
}

.index-tiie em {
	display: block;
	width: 93px;
	height: 1px;
	margin: 20px 0;
	background: #bfbfbf;
}

.lunswiping .swiper-slide {
	padding: 15px;
}

.lunswiping .swiper-slide .lunslide {
	border-radius: 50px;
	background: #fff;
	padding: 35px 160px;
	box-shadow: 0px 2px 17px rgb(0 0 0 / 20%);
}

.lunswiping .swiper-slide.swiper-slide-active .lunslide {
	/* background: #fff url(../images/lxian.png) no-repeat center center; */
	background-size: 82%;
	text-align: center;
	
}

.index-four-lun {
	margin-top: 40px;
	padding: 0 100px;
	position: relative;
	width: 100%;
}

.index-three {
	background: #edf0f3 url(../images/a1_bgz_03.png) no-repeat top right;
}

.lunswiping .swiper-slide.swiper-slide-active .lide-img {
	opacity: 1;
}

.lide-img {
	opacity: 0;
}

.lunslide h2 {
	margin-top: 15px;
	font-size: 22px;
	color: rgb(27, 162, 231);
	font-weight: bold;
	line-height: 2;
	text-align: center;
}

.lunslide h3 {
	font-size: 20px;
	color: rgb(27, 162, 231);
	text-align: center;
	margin-top: 0px;
}

.index-four-lun .swiper-button-prev {
	width: 58px;
	height: 72px;
	left: 30px;
	filter: grayscale(1);
	background: url(../images/left.png) no-repeat;
}

.index-four-lun .swiper-button-prev:hover {
	filter: inherit;
}

.index-four-lun .swiper-button-next:hover {
	filter: inherit;
}

.index-four-lun .swiper-button-next {
	width: 58px;
	height: 72px;
	right: 30px;
	filter: grayscale(1);
	background: url(../images/rgiht.png) no-repeat;
}

.index-four {
	position: relative;
}

.index-four iframe {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	filter: contrast(0.5);
	height: 50%;
	width: 100%;
}

.index-five {
	display: flex;
}

.index-fivea {
	width: 58%;
	padding: 0 40px 0 100px;
}

.index-fiveb {
	width: 42%;
}

.index-fivea .index-tiie {
	margin-left: 0px;
}

.index-five {
	padding-bottom: 320px;
}

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

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

.index-fiveaxia ul li {
	position: relative;
	margin-right: 20px;
	background: #fff;
	width: 48.9%;
	border-radius: 20px;
}

.index-fiveaxia ul li:nth-child(2n) {
	margin-right: 0px;
}

.index-fiveaxia ul li h2 {
    font-size: 20px;
    padding: 34px 0 8px 0;
    color: #333333;
    text-align: center;
    max-width: 71%;
    margin: 0 auto;
	    margin-right: 43px;
}
.index-fiveaxia ul li h3 {
	text-align: right;
	padding: 0 30px 13px 0;
}

.index-fiveaxia ul li.on {
	background: #1ba2e7;
}

.index-fiveaxia ul li.on h2 {
	color: #fff;
}

.index-fiveaxia ul li.on h3 img {
	filter: brightness(0) invert(1);
}

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

.index-fiveaxia ul li {
	overflow: hidden;
	margin-bottom: 20px;
}

.index-fiveaxia ul li.on .yuan-chang img {
	filter: brightness(0) invert(1);
}

.index-fiveaxia ul li:hover h3 img {
	transform: translateY(-20px);
}

.index-fiveaxia ul li.on .yuan-chang {
	background: rgb(255, 255, 255, 0.16);
}

.yuan-chang {
	position: absolute;
	width: 171px;
	top: -58px;
	padding-left: 12%;
	padding-top: 16%;
	left: -38px;
	height: 171px;
	border-radius: 50%;
	background: rgb(27, 162, 231, 0.07);
}

.index-fivebxia {
	overflow: hidden;
	border-radius: 30px 0 0px 30px;
}

.index-fivebxia .swiper-slide {
	position: relative;
}

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

.index-fivebxia .swiper-slide:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background: url(../images/hj.png)no-repeat bottom;
	background-size: 100%;
}

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

.index-fivebxia .swiper-slide:hover img {
	transform: scale(1.1);
}

.index-fivebxia .swiper-button-prev {
	background: url(../images/rightj.png) no-repeat;
	transform: rotate(180deg);
	top: inherit;
	left: 68px;
	filter: brightness(0) invert(1);
	bottom: 44px;
	width: 20px;
	height: 14px;
}

.index-fivebxia .swiper-button-prev:hover {
	filter: inherit;
}

.index-fivebxia .swiper-button-next:hover {
	filter: inherit;
}

.index-fivebxia .swiper-button-next {
	background: url(../images/rightj.png) no-repeat;
	transform: rotate(0deg);
	top: inherit;
	right: 68px;
	filter: brightness(0) invert(1);
	bottom: 44px;
	width: 20px;
	height: 14px;
}

.index-fivebxia {
	display: none;
	-webkit-transition-delay: 700ms;
}

.index-fiveb {
	overflow: hidden;
}

.index-fiveb .index-fivebxia:nth-child(1) {
	display: block;
}

.index-fix {
	overflow: hidden;
	padding: 85px 0 167px 0;
	border-radius: 200px 0 0 0;
	margin-top: -160px;
	position: relative;
	/* top: -59px; */
	background: #fff url(../images/jiang.png) no-repeat right bottom;
	z-index: 99;
}

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

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

.index-fixb h3 {
	font-size: 36px;
	color: rgb(51, 51, 51);
}

.index-fixb em {
	width: 69px;
	height: 1px;
	margin-top: 25px;
	display: block;
	background: #097ab5;
}

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

.index-fixc:hover img {
	transform: translateX(20px);
}

.fixiping-two {
	text-align: center;
	border-radius: 20px;
	background: #fff;
	/*height: 400px;*/
	padding: 30px;
	box-shadow: 0px 2px 17px rgb(0 0 0 / 20%);
}

.index-fix-img {
	width: 100%;
}

.fixiping .swiper-slide {
	padding: 15px;
}

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

.index-fix-img .swiper-button-prev {
	width: 58px;
	height: 72px;
	left: 0px;
	filter: grayscale(1);
	background: url(../images/left.png) no-repeat;
}

.index-fix-img .swiper-button-prev:hover {
	filter: inherit;
}

.index-fix-img .swiper-button-next:hover {
	filter: inherit;
}

.index-fix-img .swiper-slide.swiper-slide-active .fixiping-two p {
	opacity: 1;
}

.index-fix-img .swiper-button-next {
	width: 58px;
	height: 72px;
	right: 0px;
	filter: grayscale(1);
	background: url(../images/rgiht.png) no-repeat;
}

.fixiping-two p {
	opacity: 0;
	font-size: 15px;
	color: rgb(51, 51, 51);
	text-transform: uppercase;
	margin-top: 25px;
}

.index-seven {
	position: relative;
	padding: 40px 0 106px 0;
	background: url(../images/h8_02.jpg) no-repeat bottom;
	background-size: cover;
}

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

.index-seven-tie h2 {
	font-size: 40px;
	color: rgb(255, 255, 255);
	margin-bottom: 25px;
}

.index-seven-tie em {
	width: 69px;
	height: 1px;
	display: block;
	background: #fff;
}

.index-seven-xia {
	margin-top: 40px;
}

.sevenswiper-a {
	box-shadow: 0px 0px 5px rgb(0 0 0 / 9%);
	text-align: center;
	height: 135px;
	padding-top: 13px;
	background: #fff;
	border-radius: 10px 30px 10px 30px;
}

.sevenswiper .swiper-slide {
	padding: 5px;
}

.sevenswiper .swiper-slide img {
	transition: all 1s;
}

.sevenswiper .swiper-slide:hover img {
	transform: scale(1.1);
}

.sevenswiper {
	padding-bottom: 60px;
}

.index-seven:after {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	border-radius: 0 200px 0 0;
	z-index: -1;
	height: 719px;
	width: 601px;
	margin-top: -70px;
	top: 0;
	background: url(../images/shou.png) no-repeat;
}

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

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

.index-footer {

	background: url(../images/foot_bg.jpg) no-repeat;
	background-size: cover;
}

.index-footertop .w .ww {
	display: flex;
}

.index-footertopa {
	width: 37%;
}

.footertopa-p {
	display: inline-block;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid rgb(191, 191, 191, 0.14);
}

.index-footertopa {
	margin-top: 70px;
}

.footertopa-p em {
	font-size: 19px;
	color: rgb(255, 255, 255);
	line-height: 1.75;
	font-style: normal;
}

.index-footertopb {
	width: 29%;
}

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

.index-footertopb ul li img {
	margin-right: 25px;
	vertical-align: middle;
	margin-left: 12px;
}

.index-footertopb ul li:nth-child(1) img {
	margin-right: 10px;
	margin-left: 0px;
}

.index-footertopb ul li p em {
	font-style: normal;
	font-size: 16px;
	color: rgb(226, 226, 226);
}

.index-footertopb ul li p {
	display: inline-block;
	vertical-align: middle;
}

.index-footertopb ul li p strong {
	font-size: 35px;
	font-family: "DIN";
	color: rgb(26, 161, 231);
	font-weight: bold;
	display: block;
}

.index-footertopc {
	width: 18%;
}

.index-footertopc ul li {
	margin-bottom: 25px;
}

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

.index-footertopc ul li a {
	font-size: 16px;
	color: rgb(255, 255, 255);
}

.index-footertopc ul li a:hover {
	color: rgb(26, 161, 231);
}

.index-footertopd p {
	font-size: 16px;
	color: rgb(255, 255, 255);
	margin-top: 25px;
	text-align: center;
}

.index-footerborrom p {
	font-size: 15px;
	color: rgb(115, 115, 115);
}

.index-footerborrom p a {
	color: rgb(115, 115, 115);
}

.index-footerborrom {
	padding: 24px 0;
	border-top: 1px solid rgb(255, 255, 255, 0.09);
}

.btning {
	display: none;
}

.btn_topp {
	opacity: 1;
	position: fixed;
	right: 2.4%;
	bottom: 14%;
	z-index: 9999;
	width: 48px;
	height: 48px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.6s;
	cursor: pointer;
	box-shadow: 0px 2px 20px rgb(0 0 0 / 11%);
}

.head-main .nav .drop-down ol li em {
	background: url(../images/nxcs1.png) no-repeat;
	display: inline-block;
	margin-right: 8px;
	width: 12px;
	height: 12px;
}

.btn_topp:hover {
	background: rgb(27, 162, 231);
}

.btn_topp:hover a {
	color: #fff;
}

.btn_topp a {
	font-size: 14px;
	color: #888787;
	text-align: center;
	font-weight: 400;
}

.nav_pos.act {
	/* width: 100%; */
	height: 100%;
	transition: all 0.9s;
	right: 0;
}

.nav_pos {
	height: 100vh;
	background: rgb(27, 162, 231);
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 999999999;
	width: 100%;
	/* position: relative; */
	bottom: 0;
	transform-origin: left top;
	transition: all 0.4s;
}

.nav_pos iframe {
	filter: contrast(0.5);
}

.logogo img {
	filter: brightness(0) invert(1);
}

.nav_pos iframe {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.nav_pos.act .nav-btn {
	display: block;
}

.nav-btn {
	position: absolute;
	right: 15px;
	top: 38px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	margin: 0 2px;
	z-index: 9;
	transition: all .5s;
	display: none;
}

.logogo {
	position: absolute;
	left: 30px;
	top: 30px;
}

.sub2 {
	max-width: 100%;
	width: 77%;
	display: flex;
	position: absolute;
	text-align: center;
	z-index: 9;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.sub2 ul {
	display: block;
	width: 100%;
}

.nav_pos.act .sub2 ul li:nth-child(1) {
	opacity: 1;
	transform: translateX(0);
	transition: all 1.4s 0.2s;
}

.sub2 ul li {
	width: 16.5%;
	float: left;
	/* margin-left: 2%; */
	text-align: left;
	overflow: hidden;
}

.sub2 .top_t {
	font-size: 20px;
	color: #ffffff;
	line-height: 64px;
	height: 64px;
	font-weight: bold;
}

.sub2 .top_t a {
	color: #FFFFFF;
	transition: all 0.3s;
}

.sub2 .sub_a {
	overflow: hidden;
	font-size: 17px;
}

.sub2 .sub_a a {
	text-decoration: none;
	display: block;
	background: none;
	color: rgb(255, 255, 255, 0.5);
	display: block;
	height: 40px;
	line-height: 40px;
	transition: all 0.3s;
}

.nbanner {
	position: relative;
}

.nbanner-xia {
	width: 100%;
	position: absolute;
	bottom: 95px;
}

.nbanner-xiaa {
	display: flex;
	justify-content: space-between;
	max-width: 84%;
	margin: 0 auto;
}

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

.nbanner-xiab a {
	padding-left: 20px;
	font-size: 13px;
	color: rgb(255, 255, 255);
	margin-right: 18px;
	position: relative;
}
.nbanner-xiab a:first-child:after{
	position: absolute;
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background: url(../images/icoHome.png) no-repeat;
	left: 0;
	top: 2px;
}
.nbanner-xiab a:after{
	position: absolute;
	content: "";
	display: block;
	width: 7px;
	height: 8px;
	background: url(../images/icoCurJt.png) no-repeat;
	left: 0;
	top: 5px;
}


.nbanner-xiab a img {
	vertical-align: middle;
	margin-right: 10px;
}

.about-one.index-one {
	margin-top: 0px;
	border-radius: 0px 0 0 0;
}

.nbanner-xiab a:hover {
	color: rgb(27, 162, 231);
}

.nbanner-xiae em {
	width: 10px;
	vertical-align: middle;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	margin-right: 17px;
	display: inline-block;
}

.nbanner-xiaa {
	border-bottom: 1px solid rgb(255, 255, 255, 0.24);
}

.nbanner-xiab {
	padding-bottom: 15px;
	padding-top: 25px;
	
}

.nbanner-xiac {
	/*padding-bottom: 15px;*/
}

.nbanner-xiac {
	display: flex;
	justify-content: space-between;
}

.nbanner-xiad a {
	font-size: 16px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	display: inline-block;
}

.nbanner-xiad a {
    margin-right: 7px;
    padding: 18px 3px;
}

.nbanner-xiad a.on, .nbanner-xiad a:hover {
    display: inline-block;
    border-radius: 20px 20px 0 0;
    /* padding: 27px 24px; */
    background: #097ab5;
}

.nbanner-xiab {
	width:auto;
	
	
}

.nbanner-xiac {
	width: 80%;
}

.nbanner-xiae {
	font-size: 28px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	letter-spacing: 2px;
}

.anourswiper .swiper-slide {
	border-radius: 30px;
	overflow: hidden;
}

.anourswiper .swiper-slide img {
	width: 100%;
	border-radius: 30px;
	transition: all 1s;
}

.anourswiper .swiper-slide:hover img {
	transform: scale(1.1);
}

.about-two {
	background: #edf0f3;
}

.anourswiper {
	padding-bottom: 54px;
}

.anourswiper .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: inherit;
	opacity: 1;
	margin: 0 7px;
	border: 2px solid #b5b5b5;
	vertical-align: middle;
}

.anourswiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 38px;
	height: 10px;
	border: 2px solid #097ab5;
	border-radius: 5px;
	background: #097ab5;
}

.about-three {
	background: #edf0f3 url(../images/weihua.png) no-repeat left top;
	padding: 130px 0 350px 0;
}

.about-threea {
	display: flex;
}

.about-threeb {
	width: 67%;
}

.about-threec {
	width: 33%;
}

.about-threeb-tile h2 {
	font-size: 33px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	margin-bottom: 25px;
}

.about-threeb-tile em {
	width: 74px;
	height: 1px;
	display: block;
	background: #f5f5f5;
}

.about-threeb-xia {
	margin-top: 50px;
}

.about-threeb-xia ul li {
	margin-right: 25px;
	position: relative;
	overflow: hidden;
	width: 50%;
	border-radius: 50px 0 50px 0;
}

.about-threec>img {
	transition: all 1s;
}

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

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

.about-threeb-xia ul li>img {
	transition: all 1s;
}

.about-threeb-xia ul {
	display: flex;
}

.about-threeb-zong {
	top: 90px;
	width: 100%;
	position: absolute;
	padding-left: 80px;
}

.about-threeb-zong h2 {
	font-size: 29px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin: 20px 0;
}

.about-threeb-zong h2 img {
	margin-right: 15px;
	vertical-align: middle;
}

.about-threeb-zong p {
	font-size: 18px;
	color: rgb(255, 255, 255);
	line-height: 1.667;
}

.about-threec {
	position: relative;
	border-radius: 50px 0 50px 0;
	overflow: hidden;
}

.imgzhi {
    position: absolute;
    right: 50px;
    bottom: 30px;
    width: 19%;
}

.anli-onea {
	padding: 60px 0 20px 0;
}
.anli-onea:nth-child(3) .anli-oneb-b{
	display: none;
}
.anli-onea:nth-child(4) .anli-oneb-b{
	display: none;
}
.anli-onea:nth-child(5) .anli-oneb-b{
	display: none;
}
.anli-one {
	background: #edf0f3 url(../images/a1_bgz_03.jpg) no-repeat center right;
}

.anli-oneb {
	display: flex;
	justify-content: space-between;
}

.anli-oneb-a img {
	vertical-align: middle;
	margin-right: 25px;
}

.anli-i {
	display: inline-block;
}

.anli-i p {
	font-size: 30px;
	color: rgb(35, 43, 55);
	margin-bottom: 20px;
}

.anli-i em {
	display: block;
	width: 82px;
	height: 1px;
	background: #097ab5;
}

.anli-oneb-b img {
	transition: all 1s;
}

.anli-oneb-b:hover img {
	transform: translateX(20px);
}

.anli-onec {
	margin-top: 50px;
}

.anli-onec ul li {
	margin-right: 44px;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	width: 22.9%;
	margin-bottom: 46px;
}

.anli-onec ul li:nth-child(4n) {
	margin-right: 0px;
}

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

.anli-one-img {
	border-radius: 20px;
	overflow: hidden;
}

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

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

.anli-onec ul li p {
	padding: 45px 0;
	text-align: center;
	position: relative;
	font-size: 18.499px;
	color: rgb(51, 51, 51);
	background: url(../images/hd2.png) no-repeat center right;
}

.anli-onec ul li p img {
	position: absolute;
	top: 50%;
	transition: all 1s;
	transform: translateY(-50%);
	right: 9px;
}

.anli-onec ul li:hover p img {
	top: 45%;
}

.contact-one {
	padding: 70px 0;
	background: #edf0f3;
}

.contact-onea {
	border-radius: 20px;
	overflow: hidden;
	padding: 30px;
	background: #fff;
	box-shadow: 0px 1px 35px 0px rgba(9, 2, 4, 0.1);
}

.contact-one-c h3 img {
	width: 50%;
	margin-bottom: 10px;
}

.contact-one-c h3 {
	text-align: center;
}

.contact-one-c {
	text-align: center;
}

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

.contact-one-a h2 {
	font-size: 16px;
	color: rgb(9, 122, 181);
	display: inline-block;
	border-radius: 14.5px;
	border: 1px solid #097ab5;
	padding: 3px 12px;
	margin-bottom: 20px;
}

.contact-one-a p {
	font-size: 16px;
	color: rgb(0, 0, 0);
	line-height: 1.6;
	margin-bottom: 15px;
	
}
.contact-one-a p span{
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
	}
.contact-oneb {
    padding: 30px 30px 0 30px;
}

.you {
	font-size: 25px;
	color: rgb(51, 51, 51);
}

.contact-one-a {
	margin-right: 23px;
	padding-top: 25px;
}

.tel {
	font-size: 40px;
	font-family: 'DIN';
	color: rgb(0, 0, 0);
	font-weight: bold;
}

.lx {
	font-size: 22px;
	color: rgb(51, 51, 51);
	line-height: 1.591;
}

.index-footertopc.contact-one-b li a {
	color: #7f7f7f;
}

.contact-one-c p {
	color: #7f7f7f;
	font-size: 14px;
	text-align: center;
}

.index-footertopc.contact-one-b {
	padding-top: 25px;
}

.contact-onec {
	margin-top: 50px;
	text-align: center;
}

.contact-onec img {
	/*	width: 100%;*/
}

.fuwuswiper {
	border-radius: 40px;
	overflow: hidden;
}

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

.fuwuswiper .swiper-slide {
	position: relative;
}

.fuwuswiper .swiper-slide img {
	vertical-align: bottom;
}

.fuwuswiper .swiper-slide:after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: url(../images/xiay.png) no-repeat bottom;
	background-size: 100%;
}

.fuwu-one {
	padding: 100px 0;
}

.fuwuswiper .swiper-pagination {
	bottom: 87px;
	right: 125px;
	left: inherit;
	width: auto;
}

.fuwuswiper .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	opacity: 1;
	background: inherit;
	border: 2px solid #b5b5b5;
	vertical-align: middle;
	margin: 0 8px;
}

.fuwuswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 38px;
	height: 10px;
	border-radius: 5px;
	background: #097ab5;
	border: 2px solid #097ab5;
}

.fuwuswiper-xia {
	border-radius: 0 200px 0 40px;
	background: rgb(9, 122, 181, 0.86);
}

.fuwuswiper-xia img {
	vertical-align: middle;
	margin-right: 30px;
}

.fuwuswiper {
	position: relative;
}

.fuwuswiper-xia {
    position: absolute;
    display: inline-block;
    font-size: 25px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    letter-spacing: 2px;
    left: 0;
    bottom: 0;
    z-index: 9;
    padding: 53px 109px 58px 0;
}
.fuwu-two-teti h2 {
	font-size: 35px;
	margin-bottom: 15px;
	color: rgb(35, 43, 55);
}

.fuwu-two-teti em {
	width: 82px;
	height: 1px;
	display: inline-block;
	background: #097ab5;
	margin-bottom: 30px;
}

.fuwu-twoa {
	padding: 55px 0;
}

.fuwu-twob {
	padding: 57px 90px;
	background: rgb(255, 255, 255, 0.95);
	border-radius: 20px;
}

.fuwu-twob ul li {
	display: flex;
	margin-bottom: 10px;
}

.fuwu-two-a em {
	width: 31px;
	margin-top: 10px;
	height: 31px;
	display: inline-block;
	text-align: center;
	line-height: 31px;
	border-radius: 50%;
	background: #097ab4;
	font-style: normal;
}

.fuwu-two-a {
	font-size: 22px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin-right: 25px;
}

.fuwu-two-b p {
	font-size: 16px;
	line-height: 3.125;
	color: rgb(102, 102, 102);
}

.fuwu-twoa {
	background: url(../images/xianl.jpg) no-repeat top;
	background-size: 100%;
}

.fuwu-twoc ul {
	display: flex;
}

.fuwu-twoc ul li {
	padding: 15px;
	position: relative;
	margin-right: 50px;
	z-index: 1;
	width: 23%;
}

.fuwu-twoc {
	margin-top: 55px;
}

.fuwu-twoc ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 348px;
	top: 0;
	left: 0;
	z-index: -1;
	background: url(../images/limn.jpg) no-repeat top;
	background-size: 100%;
	border-radius: 20px;
}

.fuwu-twoc ul li:nth-child(4n) {
	margin-right: 0px;
}

.fuwu-twoc ul li h2 {
	text-align: center;
	font-size: 15px;
	margin-bottom: 23px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}

.fuwu-two-zz {
	padding: 55px 9px;
	height: 310px;
	border-radius: 20px;
	background: #fff url(../images/hd2.png) no-repeat bottom right;
	box-shadow: 0px 2px 20px rgb(0 0 0 / 20%)
}

.fuwu-two-zz p {
	padding: 10px 0;
	    font-size: 14px;
	border-bottom: 1px solid #e2e0e0;
}

.fuwu-two-zz p img {
	vertical-align: middle;
	margin-right: 2px;
}

.news-oneimgh {
	box-shadow: 0px 1px 35px 0px rgba(9, 2, 4, 0.1);
	border: 1px solid rgba(242, 242, 242, 1);
	background-color: rgba(255, 255, 255, 1);
	padding: 30px;
	border-radius: 20px;
	overflow: hidden;
}

.newsswipera {
	display: flex;
}

.newsswiper-img {
	width: 40%;
}

.newsswiper-img img {
	border-radius: 20px;
}

.newsswiper-tlte {
	width: 60%;
	padding: 30px 0;
	padding-left: 100px;
	padding-right: 145px;
}

.news-oneimgh:hover .newsswiper-tlte h3 {
	color: #097ab5;
}

.newsswiper-tlte h3 {
	font-size: 24px;
	position: relative;
	color: rgb(0, 0, 0);
	margin-top: 18px;
	margin-bottom: 11px;
	
}

.newsswiper-tlte>h3:after {
	position: absolute;
	left: -27px;
	top: 9px;
	content: "";
	width: 6px;
	height: 35px;
	display: block;
	background: #097ab5;
}

.newsswiper-tlte h4 {
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.563;
	margin: 58px 0 19px 0;
}

.swiper-tlteing {
	display: flex;
	justify-content: space-between;
}

.swiper-tlteing1 {
	margin-top: 60px;
}

.swiper-tlteing1 {
	display: flex;
}

.swiper-tlteing1 p {
	font-family: 'Arial';
	font-weight: bold;
	font-size: 60px;
	color: #AAAAAA;
}

.swiper-tlteing1 .tlteing1-shu {
	font-size: 16px;
	color: #AAAAAA;
	text-align: right;
	padding-top: 19px;
	padding-left: 9px;
}

.tlteing1-shu span {
	display: block;
}

.swiper-tlteing1 h3 {
	width: 51px;
	margin-left: 18px;
	margin-top: 37px;
	height: 1px;
	background: #333;
	opacity: 0.5;
}

.newsswiper .swiper-pagination {
	width: auto;
	left: inherit;
	right: 80px;
	bottom: 65px;
	/* bottom: inherit; */
}

.newsswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 40px;
	height: 15px;
	opacity: 1;
	border-radius: 7.5px;
	border: 2px solid #097ab5;
	background: #097ab5;
}

.newsswiper .swiper-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border: 2px solid #999999;
	background: inherit;
	border-radius: 50%;
	opacity: 1;
	/* margin: 0px 4px; */
}

.news-two {
	padding: 76px 0 44px 0;
}

.news-2 ul li {
	background: #fff;
	border-radius: 15px;
	margin-bottom: 30px;
}

.news-2 ul li a {
	width: 100%;
	justify-content: space-between;
	display: flex;
}

.newsmore {
	float: left;
	width: 10%;
	/* margin-top: 50px; */
	text-align: center;
	border-right: 1px solid #f2f2f2;
}

.newsmore img {
	padding: 21px 0;
}

.newsmore h3 {
	border-top: 1px solid #f2f2f2;
	font-size: 16px;
	font-family: 'DIN';
	color: rgb(85, 85, 85);
	text-transform: uppercase;
	padding-top: 20px;
}

.newsmore h2 {
	font-size: 28px;
	font-weight: normal;
	font-family: 'DIN';
	color: #1e94d4;
	text-transform: uppercase;
	line-height: 1.071;
	padding-top: 10px;
}

.newsmord {
	float: left;
}

.newsmord {
	margin-top: 43px;
	width: 68%;
	padding-left: 34px;
	padding-right: 50px;
}

.newsmord h2 {
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: normal;
	color: #333333;
	line-height: 1.3;
	position: relative;
}

.newsmord p {
	font-size: 16px;
	color: #666666;
	line-height: 1.75;
}

.newsmorg {
	margin: 20px 35px 25px 0;
	float: right;
	width: 19%;
	border-radius: 10px;
}

.newsmorg img {
	vertical-align: bottom;
	width: 100%;
	transition: all 0.5s;
}

.news-2 ul li:hover .newsmord h2 {
	font-size: 20px;
	color: #097ab5;
	font-weight: bold;
}

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

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

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

.pages li a {
	display: block;
	background: #fff;
	padding: 6px 12px;
	color: #777777;
	border-radius: 17px;
	border: 1px solid #d8dce0;
	font-size: 14px;
}

.news-2 ul li:hover .newsmorg img {
	transform: scale(1.2);
}

.newsmorg {
	overflow: hidden;
}

.news-one {
	padding-bottom: 56px;
}

.newxq-one {
	background: #edf0f3;
	padding: 78px 0 50px 0;
}

.newxq-onea {
	padding: 80px 75px 5px 75px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 1px 35px 0px rgba(9, 2, 4, 0.1);
}

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

.nestit h2 {
    font-size: 28px;
    color: #333333;
    text-align: center;
    font-weight: normal;
    line-height: 1.92;
    /* text-align: right; */
    max-width: 73%;
    margin: 0 auto;
}

.nestit h3 {
	margin-top: 23px;
	font-size: 16px;
	color: #666666;
	text-align: center;
	font-family: 'DIN';
	font-weight: normal;
}

.nestit h3 img {
	vertical-align: middle;
	margin: 0px 5px 0 18px;
}

.details {
	padding: 0 50px;
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.875;
}

.details p {
	margin-bottom: 20px;
}

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

.newspage ul {
	overflow: hidden;
}

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

.newspage a {
	color: #666666 !important;
	font-size: 16px;
}

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

.newspage a:hover {
	color: rgb(26, 161, 231) !important;
}

.newxq-two-tlte h2 {
	font-size: 35px;
	color: rgb(35, 43, 55);
	margin-bottom: 20px;
}

.newxq-two-tlte em {
	width: 82px;
	height: 1px;
	display: block;
	background: #097ab5;
}

.newxq-two-a {
	margin-top: 40px;
	margin-bottom: 100px;
}

.newxq-two-a ul {
	display: flex;
	flex-wrap: wrap;
}

.newxq-two-a ul li {
	border-radius: 20px 20px 0 20px;
	padding: 35px 35px 30px 35px;
	margin-right: 50px;
	background: #fff;
	width: 31%;
}

.newxq-two-a ul li:nth-child(3n) {
	margin-right: 0px;
}

.newxq-two-a ul li h2 {
	font-size: 18px;
	color: rgb(102, 102, 102);
	margin-bottom: 25px;
}

.newxq-two-a ul li h3 {
	font-size: 18px;
	color: rgb(51, 51, 51);
	line-height: 1.667;
}

.newxq-two-a ul li h4 {
	text-align: right;
}

.newxq-two-a ul li:hover h3 {
	color: rgb(26, 161, 231);
}

.newxq-two-a ul li:hover h4 img {
	transform: translateX(10px);
}

.newxq-two-a ul li h4 img {
	transition: all 1s;
}

.pro-oneb {
	display: flex;
}

.pro-onec {
	padding: 40px 100px 26px 65px;
	width: 65%;
}

.pro-oned {
	width: 35%;
}

.pro-one {
	padding: 70px 0;
	background: #edf0f3;
}

.pro-onec {
	display: flex;
}

.pro-onec {
	background: url(../images/xj5.png) no-repeat top center;
	/*background-size: 1;*/
	/*width: 50%;*/
}

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

.pro-one-a h2 {
	font-size: 32px;
	color: rgb(35, 43, 55);
	font-weight: bold;
	padding-top: 85px;
}

.pro-onea ul li {
	border-radius: 0 30px 30px 0;
	background: #fff;
}

.pro-one-a em {
	margin: 8px 0;
	width: 93px;
	display: block;
	height: 1px;
	background: #097ab5;
}

.pro-one-a h3 {
	font-size: 22px;
	color: rgb(102, 102, 102);
	margin-bottom: 40px;
}

.pro-one-a h4 {
    font-size: 20px;
    max-width: 91%;
    color: rgb(102, 102, 102);
    line-height: 1.591;
}

.proswiper1 img {
	transition: all 1s;
	width: 100%;
	vertical-align: middle;
}

.proswiper1 .swiper-slide:hover img {
	transform: scale(1.1);
}

.pro-onea {
	overflow: hidden;
	border-radius: 0 30px 30px 0;
}

.pro-one-a h5 {
	margin-top: 60px;
	font-size: 16px;
	padding: 12px 46px;
	color: rgb(255, 255, 255);
	border-radius: 20px 0 20px 0;
	background: #097ab5;
	display: inline-block;
}

.pro-oned .swiper-pagination {
	bottom: 40px;
}

.pro-oned .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #fff;
}

.pro-oned .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #097ab5;
}

.pro-onea {
	margin-bottom: 45px;
}

.proxq-one-zong {
	padding:0 0 66px 0 ;
	background: #edf0f3 url(../images/a1_bgz_03.jpg) no-repeat center right;
}
.proxq-onea{
	display: flex;
	background: #fff;
	border-radius: 30px;
	margin: 75px 0 65px 0;

}
.proxq-onea-one{
	width: 44%;
}
.proxq-onea-two{
	width: 56%;
}
.proxq-onea-one{
	background: url(../images/lw_a.png) no-repeat top right;
	text-align: center;
	padding: 14px 0 70px 0;
}
.proxq-onea-two{
	padding-left: 90px 0;
}
.proxq-onea-two h2{

  font-size: 35px;
  
  color: rgb(35, 43, 55);
  font-weight: bold;

}
.pro-one-a h5{
	transition: all 1s;
}
.pro-one-a h5:hover{
	border-radius: 0;
}
.proxq-onea-two em{
	width: 93px;
	height: 1px;
	display: block;
	margin: 15px 0;
	background: #097ab5;
}
.proxq-onea-two h3{
	
  font-size: 22px;
 
  color: rgb(102, 102, 102);
 

}
.proxq-onea-two{
	padding-top: 60px;
	padding-left: 90px;
}
.proxq-onea-two h4{
	margin-top: 50px;
	
  font-size: 25px;
  
  color: rgb(51, 51, 51);
margin-bottom: 10px;
}
.proxq-onea-two p img{
	vertical-align: middle;
	margin-right:10px ;
	
}
.proxq-onea-two p{
	
  font-size: 18px;
 
  color: rgb(102, 102, 102);

  line-height: 1.944;
 

}
.proxq-onea-two a img{
	vertical-align: middle;
	margin-right: 13px;
}
.proxq-onea-two a {
    padding: 10px 30px;
  font-size: 16px;
  background: #097ab5;
  color: rgb(255, 255, 255);
  margin: 0 auto;
margin-top: 30px;
display: block;
border-radius: 20px 0 20px 0;
    width: 174px;
    margin-bottom: 30px;
}
.proxq-onea-two a{
	transition: all 1s;
}
.proxq-onea-two a:hover{
	border-radius: 0;
}
.proxq-twoa{
	    padding: 19px 10px;
	border-radius: 20px;
	overflow: hidden;
}
.proxq-twob ul{
	display: flex;
}
.proxq-twob ul li{
	border-radius: 20px 20px 0 0;
	margin-right: 15px;
	    padding: 19px 64px;
  font-size: 22px;
  
  color: rgb(102, 102, 102);
  background: #f2f2f2;
  cursor: pointer;

}
.proxq-twob ul li.on,.proxq-twob ul li:hover{
	background: #097ab5;
	color: #fff;
}
.proxq-twoa{
	background: #fff url(../images/xi.png) no-repeat top left;
	background-size: 100%;
}

.proxq-zui{
	margin-top: 66px;
}
.proxq-twoc {
	padding: 80px 110px 80px 110px;
}
.proxq-twoing{
	display: none;
}
.proxq-twoing:nth-child(1){
	display: block;
}
.proxq-twoinga{
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.proxq-twoinga ul{
	display: flex;
}
.proxq-twoinga ul li{
	width: 33.3%;
	border-right: 1px solid #fff;
}
.proxq-twoinga ul li:nth-child(3){
	border-right:inherit;
}
.proxq-twoinga ul li p:nth-child(1) {
    height: 62px;
    line-height: 27px;
    text-align: center;
    font-size: 22px;
    background: #097ab5;
    color: rgb(255, 255, 255);
}
.proxq-twoinga ul li p:nth-child(2n){
	background: #b6e6fe;
}
.proxq-twoinga ul li p {
    height: 59px;
    background: #e9ebf5;
    line-height: 16px;
    padding: 17px 0;
    padding-left: 59px;
    font-size: 17px;
    color: rgb(51, 51, 51);
}
.proxq-twoinga h2{

  font-size: 18px;
 
  color: rgb(51, 51, 51);
  line-height: 1.556;
 margin-top: 50px;
text-align: center;
}
.proxq-twoingb ul{
	display: flex;
	flex-wrap: wrap;
}
.proxq-twoingb ul li{
	width: 50%;
}
.biao{
	border-radius: 10px 10px 0 0;
	
}
.biao h2{
	
  font-size: 22px;
text-align: center;
  color: rgb(255, 255, 255);
line-height: 63px;
background: #097ab5;

}
.biao-xia .zz-1{
	display: flex;
}
.biao-xia .zz-1 .zz-2{
	width: 50%;
	border-right: 1px solid #fff;
}
.biao-xia .zz-1 .zz-2:last-child{
	border-right: inherit;
}
.biao-xia .zz-1 .zz-2 p {
    line-height: 44px;
    font-size: 15px;
    color: rgb(51, 51, 51);
    background: #b6e6fe;
    padding-left: 17px;
}
.biao-xia .zz-1 .zz-2 p:nth-child(2n){
	background: #e9ebf5;
}
.biao-xia .zz-1 .zz-2 p:first-child{
	font-weight: bold;
}
.biao h3{
	background: #e9ebf5;
	line-height: 44px;
	text-align: center;
	color: #333;
	font-size: 20px;
}
.proxq-twoingc{
	display: flex;
}
.proxq-twoingc-a{
	width: 50%;
	padding: 70px 0;
}
.proxq-twoingc-b{
	width: 50%;
}
.proxq-twoingc-a p img{
	vertical-align: middle;
	margin-right: 15px;
}
.proxq-twoingc-a p{
	
  font-size: 20px;
  
  color: rgb(51, 51, 51);
 margin-bottom: 35px;
 
}
.proxq-twoingc-b img{
	border-radius: 20px;
}
.proxq-zui-tlte h2{
	
  font-size: 35px;
  
  color: rgb(35, 43, 55);
 margin-bottom: 20px;

}
.proxq-zui-tlte em{
	background: #097ab5;
	width: 82px;
	height: 1px;
	display: block;
}
.proxq-zuia{
	margin-top: 35px;
}
.proxq-zuia ul{
	display: flex;
	flex-wrap: wrap;
}
.proxq-zuia ul li{
	padding: 35px 35px 25px 35px;
	margin-right: 35px;
	margin-bottom: 35px;
	border-radius: 20px;
	    width: 23.3%;
	text-align: center;
	position: relative;
	background: #fff url(../images/aj.png) no-repeat left top;
}
.proxq-zuia ul li img{
	transition: all 1s;
}
.proxq-zuia ul li:hover img{
	transform: scale(1.1);
}
.okmore{
	position: absolute;
	right: 40px;
	bottom: 33px;
}
.proxq-zuia ul li:nth-child(4n){
		margin-right: 0px;
}
.proxq-zuia ul li p{
	
  font-size: 20px;
 
  color: rgb(51, 51, 51);
  font-weight: bold;
  margin: 25px 0 10px 0;

}
.proxq-zuia ul li h2{
	
  font-size: 16px;
  
  color: rgb(102, 102, 102);
  
}
.shouji-map{
	display: none;
}
.lunswiping .swiper-slide {
    width: 800px;
}
.banner{
	height: 975px;
	overflow: hidden;
}
.index-footertopb ul li p {
  
    max-width: 79%;
  
}
p.tel.eyou-edit {
    font-size: 27px;
}
p.you.eyou-edit {
    font-size: 21px;
}
/*.banner .swiper-slide{
	    height: auto;
}*/
/*.banner img{
	width: 100%;
	height: 100%;
	    object-fit: cover;
	
}*/
/*----- --------*/


/*
 
 * 响应式
 * */

@media only screen and (min-width: 960px) {
	.videofixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 999999;
	}
	.videoclose {
		position: fixed;
		top: 101px;
		right: 50px;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.2) url(../images/kfclose.png) no-repeat center center;
		background-size: cover;
		z-index: 1000000;
		cursor: pointer;
	}
	.videofixed .video-box {
		width: 50%;
		height: 60%;
		top: 20%;
		left: 25%;
	}
}

@media only screen and (max-width:1800px) {
	.w {
		width: 1600px;
	}
	.biao-xia .zz-1 .zz-2 p {
  
    font-size: 16px;
    
}
.biao h2 {
    font-size: 16px;
 
}
.biao h3 {
  
    font-size: 16px;
}
	.banner .swiper-slide{
	    height: auto;
}
.bannerswiper .swiper-pagination {
    bottom: 320px;
}
.banner img{
	width: 100%;
	height: 100%;
	    object-fit: cover;
	
}
.banner {
    height: 780px;
    overflow: hidden;
}
	.index-fiveaxia ul li {
   
    width: 47.9%;
   
}
.head-main .nav {
  
    margin-right: -5px;
  
}
	.head-main .nav>ul>li {
		float: left;
		position: relative;
		margin-right: 20px;
	}
	.right-side-box .search-popup__toggler {
		width: 35px;
		height: 35px;
		margin-right: 59px;
		line-height: 32px;
		background: url(../images/search.png) no-repeat center center;
	}
	body {
		font-size: 15px;
	}
	.jt_zci .let_box {
		width: 69.25%;
	}
		.index-oneb {
    padding: 96px 31px;
  
}
}

@media only screen and (max-width:1680px) {
	.w {
		width: 1440px;
	}
	.right-side-box .lang {
	    /* width: 106px; */
	}
	.nbanner-xiae{
		/* display: none; */
	}
	.index-oneb ul li {
	    padding: 40px 19px;
	}
	.index-onea h3 {
	    font-size: 26px;
	}
	.index-onea {
	    padding: 70px 66px 0 113px;
	}
	.nestit h2 {
	    font-size: 22px;
	  
	}
	.newsswiper-tlte h3 {
    font-size: 21px;
   
}
.proxq-twoingc-a p {
    font-size: 17px;
   
    margin-bottom: 30px;
}
.proxq-twoingc-a {

    padding: 30px 0;
}
.proxq-onea-two h4 {
    margin-top: 25px;
  
}
.proxq-zuia ul li {
   
    margin-right: 23px;
   
}
.proxq-twoinga ul li p {
    height: 55px;
   
    font-size: 16px;
}
.biao-xia .zz-1 p {
    line-height: 44px;
    font-size: 15px;
    
    padding-left: 22px;
}
.proxq-twoc {
    padding: 80px 90px 80px 90px;
}
.proxq-onea-two p {
    font-size: 16px;
   
}
.proxq-onea-two {
    
    padding-left: 58px;
    padding-right: 10px;
}
.footertopa-p em {
    font-size: 17px;
   
}
.index-footertopb ul li p em {
   
    font-size: 14px;
  
}
.newxq-two-a ul li {
   
    margin-right: 26px;
    
}
	.contact-one-a p {
    font-size: 15px;
    
}
.pro-one-a h2 {
   
    padding-top: 0;
}
.newsswiper-tlte h4 {
    font-size: 16px;
   
    margin: 34px 0 -29px 0;
}
.newsmore img {
    padding: 3px 0;
}
.newsswiper-tlte {
   
    padding-left: 74px;
    padding-right: 76px;
}
	.index-oneb ul li strong {
    font-size: 79px;
    
}
	.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;
	}
		.anli-onec ul li {
    margin-right: 29px;
   
}
.anli-onec ul li p {
    padding: 26px 0;
       font-size: 17.499px;
}
.anli-onec ul li p img {
   
    top: 76%;
    
    right: 10px;
}
.anli-i p {
    font-size: 30px;
   
}
.nbanner-xiad a.on, .nbanner-xiad a:hover {
    display: inline-block;
    border-radius: 20px 20px 0 0;
    padding: 26px 9px;
    background: #097ab5;
}
.nbanner-xiad a {
    margin-right: 17px;
}
.nbanner-xiae {
    font-size: 24px;

}
.index-tiie h3 {
    font-size: 27px;
    
}
.index-fiveaxia {
    margin-top: 19px;
}
.index-fiveaxia ul li h2 {
    padding: 32px 0 20px 0;
	    margin-right: 17px;
}
.index-fiveaxia ul li h2 {
    font-size: 18px;
  
 
}
.index-fiveaxia ul li h3 img {
    
    width: 29%;
}
.yuan-chang {
   
    padding-left: 19%;
    padding-top: 25%;

}
.yuan-chang img {
    width: 49%;
}
}

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

@media only screen and (max-width:1500px) {
	.w {
		width: 1300px;
	}
	.bannerswiper .swiper-pagination {
    bottom: 180px;
}
.contact-one-a p {
    font-size: 16px;
    
}
.lunswiping .swiper-slide .lunslide {
    border-radius: 50px;
    background: #fff;
    padding: 82px;
   
}
.index-vivi p {
    font-size: 27px;
  
}
.fuwu-two-zz {
    padding: 39px 14px;

}
.contact-one-a:nth-child(2){
	    margin-right: 0px;
}
	.right-side-box .lang {
   width: 163px;
    margin-right: -3px;
  
}
.footertopa-p {
    display: inline-block;
    margin-left: 0px;
    padding-left: 12px;
   
}
.footertopa-p em {
    font-size: 17px;
   
}
.index-footertopb ul li p {
  
    max-width: 80%;
}
.about-threeb-zong {
    top: 23px;
   
    padding-left: 50px;
}
.index-onea h2 {
    font-size: 33px;
   
}
.about-threeb-zong h2 {
    font-size: 27px;
    
}
.index-onea p {
    margin-bottom: 16px;
    font-size: 13px;
  
   
}
.about-threeb-zong p {
    font-size: 21px;
  
}
.imgzhi {
    position: absolute;
    right: 48px;
    bottom: 56px;
    width: 19%;
}
.index-oneb ul li {
    padding: 37px 9px;
}
.index-oneb ul li p {
   
    font-size: 14px;
    
}
.index-oneb ul li strong {
    font-size: 61px;
}
.index-onea {
    padding: 50px 37px 0 92px;
}
.head-main .nav {
   
    margin-right: 0;
  
}
	.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: 13px;
		/*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: 19px;
	}
	.head-main .logo img {
		height: 49px;
	}
	.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) {
	.fuwu-twoc ul li h2 {
   
    font-size: 13.528px;
   
}
.index-fiveaxia ul li h2 {
  
    max-width: 83%;
    
}
.index-tiie h3 {
    font-size: 25px;
}
.index-oneb ul li strong {
    font-size: 59px;
}
.fuwu-two-zz p img {
 
    width: 11%;
}
.fuwu-two-zz p {
  
    font-size: 12px;
  
}
.banner {
    height: auto;
    overflow: hidden;
}
.fuwu-two-zz {
    padding: 22px 14px;
        height: 253px;
}
.fuwu-two-zz p img {
    
    margin-right: 4px;
}
}

@media only screen and (max-width:1300px) {
	.w {
		width: 1100px;
	}
	.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%;
	}
	.right-side-box .side-menu__toggler {
	    width: 40px;
	    height: 86px;
	}
	 .right-side-box .lang img {
	 
	    display: none;
	  
	}
	.right-side-box .lang {
	    width: 106px;
	}
	.head-main .nav>ul>li>a {
		font-size: 13px;
	}
	.head-main .nav>ul>li {
    margin-right: 16px;
}
	.right-side-box li {
		margin-left: 0px;
	}
	
	.prolist .tbox .application {
		margin-top: 20px;
	}
	.bannerswiper .swiper-pagination {
    bottom: 100px;
}
	.prolist .tbox .btn {
		margin-top: 20px;
	}
	.pro-pagination {
		max-width: 80%;
		text-align: right;
	}
	.pro-pagination li {
		margin-bottom: 5px;
		text-align: left;
	}
}

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

@media only screen and (max-width:1200px) {
	.w {
		width: 1024px;
	}
	.pro-one-a h2 {
    font-size: 27px;
   
}
.biao-xia .zz-1 .zz-2 p {
    font-size: 14px;
}
	.newsswiper-tlte {
    width: 60%;
    padding: 20px 0;
    padding-left: 50px;
    padding-right: 55px;
}
.pro-one-a h3 {
 
    margin-bottom: 18px;
}
.pro-one-a h5 {
    margin-top: 27px;
   
}
.pro-one-a h4 {
    font-size: 20px;
  
}
.newsmord {
    margin-top: 23px;
  
}
.newsswiper-tlte h3 {
    font-size: 22px;
}
.newsswiper-tlte h3 {
  
    margin-top: 0;
    
}
.fuwu-twoc ul li {
    padding: 9px;
    margin-right: 23px;
    width: 25%;
}
.index-fiveaxia ul li h2 {
    font-size: 20px;
   
}
.index-tiie h3 {
    font-size: 22px;
}
.yuan-chang {
    padding-left: 20%;
    padding-top: 29%;
}
.yuan-chang img {
    width: 41%;
}
.index-fiveaxia ul li {
    width: 46.9%;
}
.fuwu-twoc ul li h2 {
    font-size: 17.528px;
}
	.index-footertopc ul li img {
   
    margin-right: 15px;
}
.nbanner-xiad a {
    margin-right: 12px;
}
.nbanner-xiae {
    font-size: 23px;
}
.anli-onec ul li {
    margin-right: 25px;
}
.anli-i p {
    font-size: 25px;
}
.footertopa-p em {
    font-size: 15px;
}
.right-side-box .lang img{
	display: none;
}
.index-footertopb ul li p strong {
    font-size: 31px;
   
}
.index-footertopb ul li p {
    max-width: 76%;
}
	.fuwu-13 ul li {
		font-size: 15px;
	}
	.right-side-box .side-menu__toggler {
    width: 43px;
    height: 86px;
}
	.bottom-top-rht dl {
		padding: 0 17px;
	}
	
	.head-main .nav>ul>li {
	    margin-right: 12px;
	}
	.head-main .nav>ul>li>a {
		font-size: 12px;
	}
	.formtextarea {
		height: 85px;
	}
	.right-side-box .lang a {
		font-size: 12px;
		padding-right: 10px;
	}
.right-side-box .lang {
    width: 120px;
}
	.head-main .logo img {
		height: 35px;
	}
	.index-onea h2 {
    font-size: 39px;
}
.index-onea h3 {
    font-size: 32px;
    
}
.index-oneb ul li strong {
    font-size: 49px;
}
.index-oneb {
    padding: 97px 12px;
}
.index-onea {
    padding: 70px 34px 0 45px;
}
	.intitle .en {
		font-size: 40px;
	}
	.intitle .ch {
		font-size: 24px;
	}
	.prolist .tbox .tit {
		font-size: 20px;
	}
	.ct-sec1 .tbox {
		padding: 34px;
	}
}

@media only screen and (max-width:1024px) {
	.w {
		width: 960px;
	}
	.tilted {
		font-size: 27px;
	}
	.footertopa-p em {
    font-size: 14px;
}
.index-footertopb ul li p em {
   
    font-size: 14px;
    
}
.index-footertopb ul li p strong {
    font-size: 28px;
}
	.bottom-boted {
		display: none;
	}
	.bottom-top-rht {
		display: none;
	}
	.more {
		display: block;
		text-align: center;
		margin-top: 2px;
		font-size: 14px;
		font-family: "Microsoft YaHei";
		color: rgb(255, 255, 255) !important;
		line-height: 1.563;
		text-align: center;
	}
	a.more img {
		width: 18px;
		margin-left: 5px;
	}
	. .head-main .nav>ul>li {
		margin-right: 18px;
	}
	.head-main .logo img {
		height: 32px;
	}
	.prolist .tbox hr {
		margin: 10px 0 0;
	}
	.in2-sec .main .tbox {
		width: 100%;
		padding-right: 0;
	}
	.in2-sec .main .num-con {
		width: 100%;
		margin-top: 30px;
	}
	.jt_zci .rit_box {
		width: 300px;
	}
	.m_swiow .tran .t1_col .value {
		font-size: 30px;
	}
	.m_swiow .tran {
		font-size: 16px;
		padding: 0 25px;
		line-height: 70px;
	}
	.m_swiow .tran .t1_col2 {
		max-width: 70%;
		line-height: 25px;
		vertical-align: middle;
	}
	.nybanner .tbox .en {
		font-size: 40px;
	}
	.nybanner .tbox .ch {
		font-size: 20px;
		padding-top: 10px;
	}
	.pro-sec .prolist .tbox .btn {
		display: none;
	}
	.proxq-sec1 .prolist .tbox .btn {
		display: block;
	}
	.proxq-sec1 .bshare-custom {
		display: none;
	}
}

@media only screen and (max-width:1000px) {
	.w {
		width: 100%;
		padding: 0 4%;
	}
	.nbanner-xiad a {
	 
	    padding: 4px 3px;
	}
	.contact-one-a p {
    font-size: 19px;
  
}
.lunslide h3 {
    font-size: 15px;
   
}
.index-fiveaxia ul li h2 {
    max-width: 90%;
}
.biao-xia .zz-1 .zz-2 p {
    line-height: 40px;
    font-size: 13px;
    color: rgb(51, 51, 51);
    background: #b6e6fe;
    padding-left: 11px;
}

.fixiping-two {
 
    border-radius: 10px;
  
}
.contact-one-a {
   
    padding-top: 13px;
}
.bannerswiper .swiper-pagination {
    bottom: 10px;
}
.pc-map{
	display: none;
}
.shouji-map{
	display: block;
}
.contact-one-a h2 {
    font-size: 13px;
    padding: 3px 12px;
    margin-bottom: 12px;
}
	.index-footertopb ul li:nth-child(1) img {
   
    width: 9%;
}
.index-footertopb ul li p strong {
    font-size: 26px;
  
}
.index-footertopb ul li img {
    margin-right: 14px;
   
    margin-left: 9px;
    width: 5%;
}
.index-footertopb ul li {
    margin-bottom: 14px;
}
.index-footertopb ul li p {
    
    max-width: 80%;
}
	html{
		overflow-x:hidden ;
	}
	.index-footertop {
    padding: 30px 0;
}

.index-footertopa{
	display: none;
}
.index-footertop .w .ww {
    display: flex;
    flex-wrap: wrap;
}
.index-footertopb {
    width: 100%;
}
.index-footertopc {
    width: 100%;
    display: none;
}
.index-footertopd p {
    font-size: 16px;
   
    margin-top: 14px;
    
}
.index-footerborrom p {
    font-size: 12px;
    
}
.nbanner-xiaa{
	flex-wrap: wrap;
	    max-width: 95%;
}
.nbanner-xia {
    width: 100%;
    background: #0c6fa2;
    position: relative;
    bottom: 0px;
}
.nbanner-xiad a.on, .nbanner-xiad a:hover {
    display: inline-block;
    border-radius: 20px 20px 0 0;
    padding: 6px 10px;
    background: #097ab5;
}
.nbanner-xiaa {
    padding-bottom: 7px;
   
}
.nbanner-xiab {
    padding-bottom: 10px;
    padding-top: 10px;
}
.anli-oneb-a img {
    width: 18%;
  
    margin-right: 8px;
}
.anli-oneb-b img {
    transition: all 1s;
    width: 83%;
}
.anli-onec ul li {
    margin-right: 15px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    width: 46.9%;
    margin-bottom: 20px;
}
.anli-onec ul li p {
    padding: 18px 0 30px 0;
    
    font-size: 15px;
    
    
}
.anli-onec ul li p img { 
    top: 76%;
    right: 15px;
}
.anli-one-img {
    border-radius: 10px;

}
.anli-onec ul li:nth-child(2n){
	margin-right: 0px;
}
.anli-i p {
    font-size: 22px;
    color: rgb(35, 43, 55);
    margin-bottom: 9px;
}
.anli-onea {
    padding: 30px 0 0px 0;
}
.nbanner-xiad a {
    margin-right: 15px;
}
.anourswiper {
    padding-bottom: 34px;
}
.about-threeb-tile h2 {
    font-size: 20px;
    
    margin-bottom: 15px;
}
.about-threea {
    display: flex;
    flex-wrap: wrap;
}
.about-threeb {
    width: 100%;
}
.about-threeb-xia ul li {
    margin-right: 0;
    width: 100%;
        margin-top: 14px;
    border-radius: 30px 0 30px 0;
}
.about-threeb-zong {
    top: 34px;
    width: 100%;
    padding-left: 35px;
}
.about-threeb-xia {
    margin-top: 24px;
}
.about-threeb-zong h2 {
    font-size: 23px;
    margin: 15px 0;
}
.about-threeb-zong h2 img {
    margin-right: 15px;
    width: 12%;
    vertical-align: middle;
}
.about-threeb-xia ul {
    display: flex;
    flex-wrap: wrap;
}
.about-threeb-zong p {
    font-size: 17px;
    
}
.about-threec {
    position: relative;
    border-radius: 30px 0 30px 0;
    overflow: hidden;
}
.about-threec {
    margin-top: 9px;
    width: 100%;
}
.about-three {
    background: #edf0f3 url(../images/weihua.png) no-repeat left top;
    padding: 30px 0 30px 0;
    background-size: 55%;
}
.nbanner-xiad a {
    font-size: 12px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}
.contact-one {
    padding: 40px 0;
    background: #edf0f3;
}
.contact-onea {
      border-radius: 10px;
    padding: 10px;
   
}
.contact-oneb {
    padding: 0px 0 0 15px;
}
.nbanner-xiab {
   width: 100%;
}
.contact-one-a {
    margin-right: 0;
  
}
.contact-one-a p {
    font-size: 15px;
   
    margin-bottom: 13px;
}
p.tel.eyou-edit {
    font-size: 22px;
}
p.you.eyou-edit {
    font-size: 17px;
}
.contact-oneb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-one-c p {
   
    font-size: 13px;
   
}
.fuwuswiper-xia {
   
    font-size: 15px;

    letter-spacing: 2px;
    left: 0;
    bottom: 0;
    z-index: 9;
      padding: 7px;
}
.fuwu-twoc ul li {
    padding: 15px;
   
    margin-right: 0;
  
    width: 100%;
}
.fuwu-twoc ul li h2 {
   
    font-size: 13.528px;
    margin-bottom: 20px;
  
}
.fuwu-two-zz {
    padding: 44px 25px;
    height: 285px;
    border-radius: 10px;
    
}
.news-two {
    padding: 30px 0 30px 0;
}
.newsmorg{
	display: none;
}
.newsswiper-img img {
    border-radius: 10px;
}
.news-oneimgh {
      border-radius: 10px;
    padding: 20px;
  
}
.newsswiper-tlte h3 {
    font-size: 16px;
 
 
    margin-top: 0px;
    margin-bottom: 5px;
}
.newsswiper-tlte>h3:after {
  
    left: -9px;

    content: "";
    width: 3px;
   
  
}
.newsswiper-tlte h4 {
    font-size: 16px;
   
    margin: 20px 0 0px 0;
}
.swiper-tlteing1 p {
  
    font-size: 40px;
   
}
.swiper-tlteing1 h3 {
  
    top: 25px;
    
}
.newsswiper .swiper-pagination {
   
  
    right: 0;
    bottom: 9px;

}
.news-2 ul li {
    margin-bottom: 16px;
        border-radius: 10px;
}
.newsmore {
    width: 22%;
}
.newsmore img {
    padding: 0px 0;
    width: 23px;
}
.newsmore h3 {
    font-size: 14px;
    padding-top: 6px;
}
.newsmore h2 {
    font-size: 17px;
    line-height: 1.071;
    padding-top: 0;
}
.newsmord {
    margin-top: 13px;
    width: 79%;
    padding-left: 15px;
    padding-right: 29px;
    margin-bottom: 13px;
}
.newsmord h2 {
    font-size: 17px;
    margin-bottom: 9px;
}
.newsmord p {
    font-size: 12px;
}
.newsmorg {
    margin: 31px 24px 0 0;
    float: right;
    width: 37%;
    border-radius: 10px;
}
.pages {
  
    margin-top: 10px;
}
.newsmorg img {
    border-radius: 10px;
}
.newxq-one {
   
    padding: 30px 0 30px 0;
}
.newxq-onea {
    padding: 20px;
        border-radius: 10px;
   
}
.newxq-two-a ul li {
    
    padding: 20px;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
}
.pages li a {
 
    font-size: 12px;
}
.pro-one-a h2 {
    font-size: 22px;
    padding-top: 15px;
}
.pro-one-a h3 {
    font-size: 18px;
    margin-bottom: 9px;
}
.pro-one-a h4 {
    font-size: 15px;
    max-width: 100%;
   
    
}
.pro-onea ul li {
    border-radius: 10px;
   
}
.pro-onea {
  
    border-radius: 10px;
}
.pro-one-a h5 {
	border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    padding: 9px 26px;
    
    background: #097ab5;
 
}
.proxq-onea {
    flex-wrap: wrap;
    margin: 30px 0 30px 0;
}
.proxq-onea-two h2 {
    font-size: 25px;
   
}
.proxq-onea-one {
   
    padding: 14px 0 0px 0;
}
.proxq-onea-two h3 {
    font-size: 18px;
  
}
.proxq-onea-two p img {
   
    margin-right: 4px;
}
.proxq-onea-two h4 {
    margin-top: 16px;
    font-size: 18px;
    margin-bottom: 7px;
}
.proxq-onea-two p {
    font-size: 14px;
    
}
.proxq-onea-two a {
    padding: 7px 20px;
    font-size: 14px;
    margin-top: 14px;
    margin-bottom: 20px;
    width: 148px;
    border-radius: 10px;
}
.proxq-twob ul li {
   
    margin-right: 11px;
    padding: 12px 15px;
    font-size: 14px;
 
}
.proxq-twoinga ul li p:nth-child(1) {
    height: 50px;
    line-height: 50px;
   
    font-size: 17px;
  
}
.proxq-twoinga ul li p {
    height: 44px;
    padding-top: 4px;
   
    line-height: 15px;
    padding-left: 70px;
    font-size: 12px;
   
}
.proxq-twoinga h2 {
    font-size: 14px;
   
    margin-top: 30px;

}
.biao h2 {
    font-size: 15px;
 
    line-height: 55px;
 
}
.biao-xia ul li p {
    line-height: 40px;
    font-size: 12px;

    padding-left: 9px;
}
.biao h3 {
    
    font-size: 14px;
}
.proxq-twoingc-a p {
    font-size: 16px;

    margin-bottom: 24px;
}
.proxq-twoingc-a p img {

    margin-right: 10px;
    width: 7%;
}
.proxq-twoingc-b {
    width: 100%;
}
.proxq-zuia ul li {
    padding: 20px;
    margin-right: 0;
    margin-bottom: 20px;
    border-radius: 10px;
    width: 100%;
    
}
.proxq-zui {
    margin-top: 40px;
}
.proxq-zui-tlte h2 {
    font-size: 23px;
 
    margin-bottom: 11px;
}
.proxq-twoingc {
    display: flex;
    flex-wrap: wrap;
}
.proxq-twoingc-a {
    width: 100%;
    padding: 20px 0;
}
.proxq-twoinga ul li p{
	    padding-left: 5px;
}
.biao-xia ul {
    display: flex;
    flex-wrap: inherit;
}
.proxq-twoingb ul li {
    width: 100%;
}
.proxq-twoc {
    padding: 10px 5px 5px 5px;
}
.proxq-onea-two em {
   
    margin: 9px 0;
  
}
.proxq-onea-two {
    width: 100%;
}
.proxq-onea-two {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
}
.proxq-onea-one {
    width: 100%;
}
.pro-oned {
    width: 100%;
}
.pro-one-b {
    width: 100%;
}
.pro-onec {
    padding: 20px;
    width: 100%;
}
.pro-onec {
    display: flex;
    flex-wrap: wrap;
}
.pro-oneb {
    display: flex;
    flex-wrap: wrap;
}
.pro-one {
    padding: 30px 0;

}
.newxq-two-a {

    margin-bottom: 30px;
}
.newxq-two-a ul li h2 {
  
    margin-bottom: 10px;
}
.newxq-two-a ul li h3 {
    font-size: 16px;
    
}
.swiper-tlteing1 .tlteing1-shu {
    font-size: 10px;
   
    padding-top: 10px;
    padding-left: 9px;
}
.swiper-tlteing1 {
    margin-top: 13px;
}
.newsswiper-tlte {
 width: 100%;
    padding: 20px 0;
    padding-left: 10px;
    padding-right: 10px;
}
.newsswiper-img {
    width: 100%;
}
.newsswipera {
    display: flex;
    flex-wrap: wrap;
}
.fuwu-twoc {
    margin-top: 30px;
}
.fuwu-twoc ul {
    display: flex;
    flex-wrap: wrap;
}
.fuwuswiper .swiper-pagination {
    bottom: 15px;
    right: 1px;
   
    
}
.fuwuswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 28px;
    height: 10px;
  
}
.fuwuswiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
   
    margin: 0 4px;
}
.fuwu-two-teti h2 {
    font-size: 23px;

}
.fuwu-two-a em {
    width: 26px;
    margin-top: 10px;
    height: 26px;
    font-size: 15px;
  
    line-height: 26px;
    
}
.fuwu-two-b p {
    font-size: 15px;
    line-height: 2.125;
    
}
.fuwu-two-a {
   
    margin-right: 13px;
}
.fuwu-twob {
    padding: 25px;
    background: rgb(255, 255, 255, 0.95);
    border-radius: 10px;
}
.fuwuswiper {
   border-radius: 10px;
}
.fuwuswiper-xia img {
  
    margin-right: 9px;
    width: 4%;
}
.fuwu-one {
    padding: 30px 0;
}
.contact-onec {
    margin-top: 20px;
    text-align: center;
}
.contact-one-c{
	width: 100%;
	text-align: center;
}
.contact-one-c h3{
	display: none;
}
.nbanner-xiac {
    width:100%;
}
.nbanner-xiae{
	display: none;
}
.nbanner>img {
    border-radius: 0 0 0px 0 !important;
}
.index-footerborrom {
    padding: 15px 0;
   
}
.index-footertopd {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
	.index-one {
    display: flex;
    flex-wrap: wrap;
}
.index-onea {
    padding: 30px 20px;
}
.index-onea h3 {
    font-size: 18px;
    
}
.index-onea  h4{
   
    margin: 13px 0;
 
}

.index-onea p {
    margin-bottom: 17px;
    font-size: 14px;
   
}
.index-onea a img {
   
    width: 71%;
}
.index-oneb {
    padding: 16px;
   
}
.index-oneb {
    width: 100%;
}
.index-onea {
    width: 100%;
}
.index-oneb ul li {
    padding: 13px 11px;
}
.index-oneb ul li img {
   
    margin-right: 9px;
    width: 32%;
    display: block;
  
}
.index-oneb ul li em {
   
    font-size: 14px;
    
}
.index-oneb { 
    border-radius: 0 0 0 20px;
  
}
.index-fiveaxia ul li h3{
	display: none;
}
.index-vivi p {
    font-size: 16px;
    margin-top: 12px;
}
.index-vivi img {
    width: 28%;
}
.index-vivi span:after {
  
    left: -8px;
    right: 0;
    top: -46px;
    width: 70px;
    height: 70px;
    bottom: 0;
  
}
.index-tiie h2 {
    font-size: 28px;

    margin-bottom: 1px;
}
.index-tiie {
    margin-left: 20px;
}
.index-tiie h3 {
    font-size: 17px;
   
}
.index-four {
    padding: 30px 0 40px 0;
}
.index-tiie em {
   
    margin: 16px 0;
  
}
.index-four-lun {
    margin-top: 15px;
    padding: 0 20px;
  
}
.lunswiping .swiper-slide .lunslide {
    border-radius: 10px;
   
    padding: 28px;
   
}
.anourswiper .swiper-slide {
    border-radius: 10px;
  
}
.anli-onec {
    margin-top: 30px;
}
.anourswiper .swiper-slide img {
 
    border-radius: 10px;

}
.fixiping-two {
   
    border-radius: 10px;
   
}
.lunslide h2 {
  
    font-size: 14px;
  
}
.logotwo {
    position: absolute;
    left: 17px;
    width: 23%;
    top: 10px;
}
.index-four-lun .swiper-button-prev {
   left: 0;
    background: url(../images/left.png) no-repeat;
    background-size: 33px;
}
.index-four-lun .swiper-button-next {
   
    right: -24px;
  
    background: url(../images/rgiht.png) no-repeat;
        background-size: 33px;
}
.index-five {
    flex-wrap: wrap;
    display: flex;
}
.index-fiveaxia ul li {
   
    margin-right: 15px;
   
    width: 46.9%;
    border-radius: 10px;
}
.index-fiveaxia ul li h2 {
    font-size: 14px;
    padding: 12px 0 12px 0;
	    margin-right: 0;
}
.index-fiveaxia ul li h3 img {
  
    width: 50%;
}
.index-fiveaxia {
    margin-top: 30px;
}
.yuan-chang {
  
    width: 150px;
    top: -58px;
    padding-left: 27%;
    padding-top: 43%;
    left: -38px;
    height: 150px;
    
   
}
.index-fix {
    overflow: hidden;
    padding: 30px 0 20px 0;
    border-radius: 50px 0 0 0;
    margin-top: 0;
    background: #fff url(../images/jiang.png) no-repeat right bottom;
    background-size: 35%;
}
.index-fixb h3 {
    font-size: 20px;
   
}
.index-seven-tie h2 {
    font-size: 25px;
    color: rgb(51, 51, 51);
    margin-bottom: 13px;
}
.index-seven-tie em {
    
    background: #097ab5;
}
.sevenswiper-a {
 
    height: 87px;
    padding-top: 14px;
    
    border-radius: 5px;
}
.index-seven {
   
    padding: 40px 0 40px 0;
  
}
.index-fix-img .swiper-button-prev {
    
    left: -10px;
   
    background-size: 56%;
}
.index-fix-img .swiper-button-next {

    right: -32px;
    filter: grayscale(1);
    background: url(../images/rgiht.png) no-repeat;
    background-size: 56%;
}
.fixiping-two p {
  
    font-size: 12px;
   
    margin-top: 10px;
}
.index-seven:after{
	display: none;
}
.index-fixb em {
  
    margin-top: 10px;
  
}
.index-fix-img {
   margin-top: 20px;
    padding: 0 20px;
}
.index-fixc img {
    
    width: 78%;
}
.index-fixa {
 
    padding: 0 0px;
}
.index-five {
    padding-bottom: 0;
}
.index-fivebxia {
    overflow: hidden;
    border-radius: 0;
}
.index-fiveb {
    padding-top: 0;
}
.index-fiveb {
    width: 100%;
}
.yuan-chang img {
    width: 25%;
}
.index-fivea {
    width: 100%;
    padding: 0 20px 0 20px;
}
.jia {
    margin-left: -3px;
    font-size: 26px!important;
}
.index-oneb ul li:nth-child(4) img{
	width: 21%;
}
.index-oneb ul li:nth-child(5) img{
	width: 21%;
}
.index-oneb ul li strong {
    font-size: 37px;
  
}
.index-oneb ul li p {
   
    font-size: 12px;
  
    margin-top: 6px;
}
.index-onea h2 {
    font-size: 24px;
 
    margin-bottom: 13px;
}
	.bannerswiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: url(../images/yuan.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 74%;
}
.bannerswiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  
    opacity: 1;
   
    margin: 0 10px !important;
}
	.side-box-lang {
   
    border: 1px solid #666666;
    color: #666666;
}
.right-side-box .lang {
    
    margin-right: 0;
   
}
.side-box-xia {
    border: 1px solid #666666;
    border-radius: 4px;
    top: 80%;
    width: 72%;
    left: 0;
 
    padding: 5px 12px;
   
}
.index-one {
    padding-bottom: 30px;
    background: #edf0f3;
    border-radius: 0px 0 0 0;
      margin-top: -7px;
   
}
.right-side-box .lang a {
    font-size: 15px;
    color: #666666;
    padding-right: 10px;
}
.right-side-box .lang img {
   
    filter: brightness(0.5);
}
	.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;
		
    float: left !important;
	}
	.newspage_a a {
		font-size: 14px;
		color: #555555;
	}
	.newxq-two-tlte h2 {
    font-size: 25px;
   
    margin-bottom: 11px;
}
	.newspage {
		margin-top: 20px;
		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;
		    max-width: 100%;
	}
	.newsxq-sec .leftlayout {
		padding: 15px;
	}
	.ab-3 {
		padding: 29px 0 29px 0;
	}
	.details {
      padding: 0 0px;
    font-size: 15px;
    color: rgb(102, 102, 102);
    line-height: 1.875;
}
	.nestit h3 {
    margin-top: 4px;
 
}
	.nestit h3 img {
   
    margin: 2px 5px 0 8px;
}
	.he_guab {
		width: 59px;
		cursor: pointer;
		padding: 10px;
		position: absolute;
		top: -84px;
		right: -4px;
		background: none;
		border-radius: 10px;
	}
	.he_popbx {
		width: 90%;
		background: #fff;
		border-radius: 10px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 15px;
	}
	. .prod-box .prod-listt .swiper-container .swiper-slide.swiper-slide-active {
		transform: scale(1);
		z-index: 3;
	}
	.m-left ul li:nth-child(5)::before {
		content: '';
		display: block;
		position: absolute;
		right: 91px;
		bottom: 0;
		width: 7px;
		height: 100%;
		background: url(../images/arr-r.png) center no-repeat;
	}
	.m-left ul li:nth-child(5) a {
		width: 76px;
		margin-top: 10px;
	}
	.video-22.vider .picc>ul>li {
		float: left;
		width: 46%;
		margin-top: 30px;
	}
	.layoutleft {
		display: block;
	}
	.searchmore .search-textt {
		background: #f4f1f1;
		border-radius: 4px;
		padding: 0px 50px 0 20px;
		display: block;
		height: 40px;
		line-height: 40px;
		margin-top: 40px;
		color: #666666;
		font-size: 16px;
		width: 100%;
	}
	.searchmore .search-text {
		background: #f4f1f1 url(../images/search2.png) no-repeat 90% center;
		background-size: 19px;
		border-radius: 4px;
		padding: 0px 50px 0 20px;
		display: block;
		height: 40px;
		line-height: 40px;
		color: #666666;
		font-size: 16px;
		width: 100%;
	}
	.searchmore {
		padding: 35px 20px 55px;
		margin-top: 20px;
		height: auto;
		margin-bottom: 10px;
		background: url(../images/ss1.jpg) no-repeat bottom;
		background-size: 100% 100%;
	}
	.layoutleft.llrifht {
		display: none;
		width: 100%;
	}
	.video-22.vi {
		margin-top: -44px;
	}
	.down-11 {
		width: 100%;
		float: left;
		margin-right: 30px;
	}
	header {
		display: none;
	}
	.picc ul li {
		/*width: 48%;*/
		margin-right: 12px;
	}
	.picc ul li p {
		line-height: 54px;
		color: #807b7b;
		font-size: 14px;
	}
	.picc ul li:hover::after {
		background: none;
	}
	.ind-1,
	.ind-2 {
		min-width: inherit;
		padding: 0px 0 0px 0 !important;
	}
	.indtabscon {
		float: left;
		width: 100%;
		border-top: 1px solid #dcd8d8;
		border-bottom: 1px solid #dcd8d8;
		height: auto;
		overflow: hidden;
		/* background: pink; */
	}
	.indtabs ul {
		padding: 0 5px;
		overflow-y: scroll;
		white-space: nowrap;
		display: flex;
	}
	.indtabs ul li {
		padding: 10px 5px;
		float: left;
	}
	input,
	select,
	option,
	textarea {
		border: none;
		outline: none;
		font-family: "微软雅黑", arial, Helvetica, sans-serif;
	}
	.qusswiper a {
		padding: 0px 0 15px 0;
		display: block;
		/* margin-top: -104px; */
		border-bottom: 1px solid #eaeaea;
		border-bottom-color: rgb(234, 234, 234);
	}
	.i #hiswiper {
		padding-bottom: 30px;
	}
	.vido {
		position: absolute;
		top: 19%;
		left: 31%;
	}
	.phone-head .menubtn>span.expand {
		vertical-align: middle;
		display: inline-block;
		height: 19px;
		width: 40px;
		background: url(../images/menu1.png) no-repeat center;
		background-size: auto;
		background-size: auto 100%;
	}
	.vido img {
		width: 55% !important;
	}
	.picc ul li:nth-child(2) {
		margin-right: 0px;
	}
	.picc ul li:nth-child(3) {
		margin-top: 10px;
	}
	.picc ul li:nth-child(4) {
		margin-right: 0;
		margin-top: 10px;
	}
	.picc ul {
		/*display: flex;*/
		flex-wrap: wrap;
	}
	.zs .box {
		height: 73px;
	}
	.intitle.intitle1 {
		padding: 30px 0 42px;
	}
	.layoutright {
		width: 100%;
	}
	.layoutleft {
		display: block;
		width: 100%;
	}
	.contactmain .tbox.rd {
		background: #fff;
		border: none;
	}
	.m-left ul li::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		width: calc(100% - 24px);
		height: 1px;
		background: none;
		left: 12px;
	}
	.m-left ul li::before {
		content: '';
		display: block;
		position: absolute;
		right: 59px;
		bottom: 0;
		width: 7px;
		height: 100%;
		background: url(../images/arr-r.png) center no-repeat;
	}
	.m-left ul li {
		width: 100%;
		height: 50px;
		line-height: 50px;
		padding-left: 32px;
		padding-right: 7px;
		box-sizing: border-box;
		font-size: 12px;
		position: relative;
	}
	.nynav ul li a {
		font-size: 15px;
		width: 54px;
	}
	.nynav ul li a {
		font-size: 15px;
		width: 46px;
	}
	.m-left ul li:nth-child(5) {
		width: 100%;
		height: 50px;
		line-height: 30px;
	}
	.nynav ul {
		padding: 25px 0;
		display: flex;
		overflow-y: hidden;
		overflow-x: scroll;
	}
	.m-left ul {
		height: auto;
	}
	.nynav .tit {
		display: none;
	}
	.hottel {
		display: none;
	}
	.contactmain .main1 .tbox {
		width: 100%;
		height: auto;
	}
	.w .map2 {
		display: block;
	}
	.phone_head {
		display: block
	}
	.h {
		height: 50px;
	}
	.bannerswiper .swiper-button-prev,
	.bannerswiper .swiper-button-next,
	.bannerswiper .swiper-pagination {
		display: block;
	}
	.proswiper .pic {
		width: 42.2%;
		position: relative;
	}
	.arrows {
		display: none;
	}
	.newslist li {
		width: 100%;
		margin-right: 0;
	}
	.jt_zci .let_box {
		width: 100%;
		padding-right: 0;
		border: 0;
	}
	.jt_zci .rit_box {
		width: 100%;
		margin-top: 30px;
	}
	.form {
		padding: 0;
	}
	.form li.md {
		width: 100%;
		margin-right: 0%;
	}
}

@media only screen and (max-width:768px) {
	.nybanner .tbox .tit {
		font-size: 22px;
	}
	.newspage .nshare {
		display: none;
	}
}

@media only screen and (max-width:640px) {
	.pages li {
		margin-bottom: 5px;
	}
}

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

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