@charset "utf-8";

@font-face {
	font-family: 'Prism';
	src: url('Prism-Regular.otf');
	font-style: normal;
}

@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: "微软雅黑";
	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: "微软雅黑";
}

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;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}

.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: 77px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

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

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

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

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

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

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

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

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

.drop-downa {
	display: flex;
	padding: 30px;
	border-radius: 0 0 20px 20px;
	overflow: hidden;
	background-color: #fff;
}

.drop-downb {
	width: 50%;
	padding: 0 25px;
}

.drop-downb ul li {
	line-height: 1.5;
}

.drop-downb ul li.on a,
.drop-downb ul li:hover a {
	color: #D9001B;
}

.drop-downb ul li a {
	display: block;
	padding: 10px 0;
	position: relative;
	font-size: 18px;
	color: rgb(23, 35, 61, 0.5);
	border-bottom: 1px solid #b0dff9;
}

#u605_img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
}

.drop-downc {
	line-height: initial;
}

.drop-downc {
	width: 51%;
}

.drop-downc img {
	border-radius: 10px 10px 10px 10px;
}

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

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

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

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

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

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

.right-side-box .search-popup__toggler {
	width: 35px;
	height: 35px;
	margin-right: 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: 120px;
	height: 32px;
	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;
}

.head-main .nav>ul>li>a img {
	vertical-align: middle;
	margin-left: 8px;
}

.right-side-box .lang a {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #999999;
	padding-right: 20px;
}

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

.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: 36px;
    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: #a72527 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, #a72527, #a72527);
	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: #a72527;
	float: none;
}

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

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

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

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


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

.bannerswiper {
	position: relative;

}

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

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

.tilted {

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

}

.tilted span {
	position: relative;
}

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

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

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

.tilted h2 {

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


}


.banner img {
	width: 100%;
}

.logo-xia {
	line-height: 1.4;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.logo-xia h1 {
	font-weight: 650;
	font-style: normal;
	font-size: 28px;
	color: rgba(255, 255, 255);
}

.logo-xia h2 {
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: rgba(255, 255, 255);
}

.zomgtou {
	height: 50px;
	line-height: 50px;
	margin-left: 50px;
	margin-right: 100px;
}

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

.zomgtou img {
	vertical-align: middle;
	margin-right: 12px;
}

.zomgtou a {
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	color: #FFFFFF;
}

.inament {
	cursor: pointer;
	width: 100px;
	position: absolute;
	right: 0;
	top: 0;
}

.inament:hover {
	opacity: 0.8;
}

.bannerswipera {
	position: relative;
	z-index: 9;
}

.bannerswipera::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;

	top: 0;
	bottom: 0;
	background-color: rgba(11, 11, 11, 0.16);
}

.bannerswipera-xia {
	position: absolute;
	top: 41%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all 1s;
	text-align: center;
}

.bannerswipera-xia h1 {
	font-size: 60px;
	letter-spacing: 3px;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 80px;
}

.bannerswipera-xia p {
	font-weight: 400;
	font-style: normal;
	font-size: 34px;
	color: rgba(255, 255, 255);
}

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

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

.bannerswiper .swiper-slide.swiper-slide-active .bannerswipera-xia p span {
	animation: moveTxt 0.5s both;
}

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

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

.bannerswipera-xia h1 {
	overflow: hidden;
}

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

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

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

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

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

@keyframes moveTxt {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}

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

@keyframes ani_w20 {
	0% {
		width: 0;
	}

	100% {
		width: 20px;
	}
}

.bannerswiper .swiper-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	opacity: 1;
	border: 1px solid #fff;
	vertical-align: middle;
	background: transparent;
	margin: 0 6px;
	border-radius: 10px;
}

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

.index-onea {
	display: flex;
	justify-content: space-between;
	padding-left: 8%;
}

.index-oneb {
	width: 45%;
	text-align: left;
	padding-top: 130px;
}

.index-onec {
	width: 56%;
	padding-left: 100px;
	text-align: right;
}

.index-oneb h1 {
	font-size: 24px;
	color: #8C94A3;
	font-weight: bold;
	margin-bottom: 15px;
	position: relative;

}

.index-oneb h1::after {
	position: absolute;
	left: -41px;
	top: 50%;
	transform: translateX(-50%);
	width: 59px;
	height: 3px;
	content: "";
	display: block;
	margin-right: 20px;
	background: rgba(217, 0, 27, 1);

}

.index-oneb h2 {

	font-size: 45px;
	margin-bottom: 40px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;


}

.index-oneb p {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #5D5A5A;
	line-height: 30px;

}

.index-oneb a {
	padding: 14px 37px;
	overflow: hidden;
	z-index: 99;
	font-size: 16px;
	display: inline-block;
	color: #333333;
	display: inline-block;
	border-radius: 25px;
	margin-top: 100px;
	transition: all 1s;
	border: 1px solid #333333;
}

.index-oneb a:hover .blob-btn__blob {

	-webkit-transform: translateZ(0) scale(1.7);
	transform: translateZ(0) scale(1.7);
}

.index-oneb a:hover {
	color: #fff;
}

.index-oneb a {
	position: relative;
	transform-origin: 0 0;
	/* transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    opacity: 0; */

}

.index-one {
	padding-bottom: 120px;
	overflow: hidden;
	background: url(../images/u93.png) no-repeat bottom left fixed;
	background-size: 100%;
}

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

.index-onec::before {
	position: absolute;
	content: "";
	display: block;
	top: -154px;
	z-index: -1;
	right: 7%;
	background-image: -webkit-linear-gradient(0deg, #e6292c, #e6292c);
	width: 800px;
	height: 800px;
	border-radius: 50%;
	animation: spin 8s infinite linear;
	transform-origin: 52% 51%;
}

.index-onec::after {
	position: absolute;
	content: "";
	display: block;
	top: -198px;
	z-index: -1;
	right: -29%;
	background: #a72527;
	width: 1100px;
	height: 1100px;
	border-radius: 50%;
	animation: spin 8s infinite linear;
	transform-origin: 52% 51%;
}

@keyframes spin {
	100% {
		transform: rotate(1turn);
	}
}

.index-one {
	position: relative;
}

.index-one-xia {
	width: 100%;
	left: 0;
	position: absolute;
	bottom: 214px;
	z-index: 9999;
}

.index-one-xia-a {
	background: #fff;
	border-radius: 10px;
	max-width: 1582px;
	box-shadow: 1px 1px 5px rgba(138, 136, 136, 0.349019607843137);
	margin: 0 auto;
}

.index-one-xia-a ul {
	display: flex;
	padding: 30px 0;

}

.index-one-xia-a ul li {
	width: 25%;
	padding-left: 40px;
	border-right: 1px solid #e5ebf7;
}

.index-one-xia-b {


	font-weight: bold;
	font-style: normal;
	font-size: 60px;
	color: #D9001B;
	text-align: center;
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';

}

.index-one-xia-b i {
	font-style: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	color: #D9001B;
	display: inline-block;
	margin-left: 5px;
}

.index-one-xia-c {
	/* display: inline-block; */
	margin-left: 0;
	text-align: center;
}

.index-one-xia-c h1 {
	color: #555555;

	font-size: 16px;
}




.index-oneb h3 {
	color: #333333;
	font-weight: 400;
	font-size: 32px;
}

.index-oneb h4 {
	font-weight: 400;
	font-size: 22px;
	color: #333333;
	margin-bottom: 50px;
}

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

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

.fixed .head-main .nav>ul>li>a {
	color: #7A7B7D;
	font-size: 16px;
}

.fixed .head-main .nav>ul>li>a img {
	filter: brightness(0.5);
}

.fixed .zomgtou img {
	width: 23px;
	filter: brightness(0.5);
}

.inament {
	z-index: 9999;
	transition: all 0.5s;
}

.fixed .inament {
	width: 70px;
}

.fixed .zomgtou a {
	color: #7A7B7D;
	font-size: 17px;
}

.logo-xia h1 {
	transition: all 0.5s;
}

.fixed .logo-xia h1 {

	font-size: 24px;
	color: #000;
	    letter-spacing: 2px;

}

.logo-xia h2 {
	transition: all 0.5s;
}

.fixed .logo-xia h2 {
	font-size: 12px;
	color: #000;
}

.index-two {
	padding: 70px 0;
	background: url(../images/u132_div.jpg) no-repeat fixed;
	background-size: cover;
	background-position: left top;
}

.index-twoa {
	display: flex;
}

.index-twob {
	width: 24%;
}

.index-twoc {
	width: 76%;
}

.index-twob img {
	width: 111px;
}

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

.index-twob h1 {
	width: 20px;
	height: 2px;
	background: rgba(175, 9, 22, 1);
	margin: 10px 0 20px 0;
}

.index-twob h2 {
	font-weight: 400;
	font-style: normal;
	font-size: 27px;
	color: #FFFFFF;
}

.index-twoc h1 {
	line-height: 70px;
	font-weight: 400;
	font-style: normal;
	font-size: 50px;
	letter-spacing: 1px;
	color: #FFFFFF;
	margin-bottom: 60px;
	max-width: 90%;
}

.index-twoc h2 {
	text-align: right;
	padding-right: 6%;
}

.index-twoc h2 span {
	display: inline-block;
	width: 104px;
	height: 3px;
	background: #fff;
}

.index-threea {
	display: flex;
}

.index-threeb {
	position: relative;
	width: 50%;
}

.index-threec {
	width: 50%;
	position: relative;
}

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

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

.index-threeb::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	background-color: rgba(17, 16, 16, 0.2);
}

.index-threec::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	transform: scale(1);
	transition: all 1s;
	bottom: 0;
	background-color: rgba(17, 16, 16, 0.2);
}

.index-threec::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	transform: scale(1);
	transition: all 0.9s;
	bottom: 0;
	background-color: rgba(175, 9, 22, 0.9);
}

.index-threeb-xia {
	position: absolute;
	z-index: 999;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	left: 0;
	text-align: center;
}

.index-threeb-xia img {
	width: 14%;
}

.index-threeb-xia p {
	margin-top: 40px;
	font-weight: 650;
	font-style: normal;
	color: #F2F2F2;
	font-size: 32px;
}

.index-threec.on .index-threeb-xia img {
	animation: shake 0.5s;
}

.index-threec.on .index-threeb-xia img {
	animation: shake 0.5s;
}

@keyframes shake {

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

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

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

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

.index-threec.on::after {
	display: none;
}

.index-threec.on::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	transform: scale(1);
	top: 0;
	opacity: 1;
	bottom: 0;
	background-color: rgba(175, 9, 22, 0.9);
}

.index-four {
	padding: 65px 0 90px;
}

.index-foura .index-oneb {
	padding-left: 70px !important;
	padding-top: 0;
	width: 100%;
}

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

.index-fourb {
	display: flex;
}

.index-fourb-a {
    width: 47.6%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

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

.index-fourb-a:hover img {
	transform: scale(1.1);
}

.index-fourb-b {
	width: 79%;
}

.index-fourb-b ul {
	display: flex;
	flex-wrap: wrap;
}

.index-fourb-b ul li {
	margin-left: 30px;
	margin-bottom: 35px;
	width: 47%;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.index-fourb-b ul li:nth-child(3) {
	margin-bottom: 0px;
}

.index-fourb-b ul li:nth-child(4) {
	margin-bottom: 0px;
}

.index-fourb-b ul li img {
	vertical-align: bottom;
	width: 100%;
	transition: all 1s;
}

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

.index-fourb-b ul li:hover .index-fourb-a-p {
	/* color: rgba(217, 0, 27, 1); */
}

.index-fourb-a:hover .index-fourb-a-p {
	/* color: rgba(217, 0, 27, 1); */
}

.index-fourb-a-p {
	width: 100%;
	position: absolute;
	left: 0;
	text-align: right;
	padding: 0 60px;
	bottom: 58px;
	font-weight: 650;
	font-style: normal;
	font-size: 20px;
	color: #FFFFFF;
}

.index-fourb-b ul li .index-fourb-a-p {
	text-align: center;
}

.index-five {
	padding: 80px 0;
	background: rgba(56, 137, 197, 0.1);
}

.index-fivera {
	border-radius: 20px 20px 0 0;
	display: flex;
	justify-content: space-between;

	overflow: hidden;
}

.index-fiverb {
	width: 67%;

	background-size: cover !important;
	padding-top: 78px;
	padding-left: 110px;
}

.index-fiverc {
	width: 33%;
}

.index-fiverb .index-tlite {
	text-align: left;
}

.index-fiverc-b img {
	width: 100%;
}

.index-fiverb .index-tlite h3 {
	margin: initial;
}

.index-fiverb .index-tlite i {
	font-style: inherit;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	color: #007130;
	vertical-align: top;
}

.index-tlite h2 {

	letter-spacing: 2px;

}

.index-fiverb-a {
	margin: 50px 0 45px 0;
}

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

.index-fiverb-a ul li h1 {
	font-weight: 700;
	color: #333333;
	font-style: normal;
	font-size: 20px;
	margin-bottom: 20px;
	display: inline-block;
}



.index-fiverb-a-xia {
	padding: 6px 0;
	transition: all 1s;

	overflow: hidden;
}

.index-fiverb-a-xia em {
	width: 5px;
	height: 5px;
	background: #333;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.index-fiverb-a-xia p {

	line-height: 28px;
	color: #333333;
	font-size: 14px;

}

.index-fiverb-a ul li.on h1 {
	color: #D9001B;
}

.index-fiverc-a {
	overflow: hidden;
}

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

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

.index-fiverc-a {
	position: relative;
}

.index-fiverc-a-a p {
	font-weight: 700;
	font-style: normal;
	color: #FFFFFF;
	line-height: 38px;
	font-size: 22px;
}

.index-fiverc-a-a {
	position: absolute;
	left: 16%;
	top: 50%;
	transform: translateY(-50%);
}

.fivercswiper .swiper-slide img {
	vertical-align: bottom;
	width: 100%;
	transition: all 1s;
}

.fivercswiper .swiper-slide {
	overflow: hidden;
}

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

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

.fivercswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #05933E;
}

.fivercswiper .swiper-pagination {
	bottom: 30px;
	width: auto;
	left: inherit;
	right: 122px;
}

.index-fiverb {
	position: relative;
}

.index-fiverb-b {
	position: absolute;
	left: 9%;
	bottom: 14%;
}

.index-fiverb-b a {
	padding: 7px 13px;
	color: #D9001B;
	font-size: 18px;
	display: inline-block;
	border-radius: 30px;
	transition: all 1s;
	/* background: rgba(5, 147, 62, 1); */
	border: 1px solid #D9001B;
}

.index-tlite h2 {
	letter-spacing: 2px;
}

.index-tlite h2 {
	font-weight: 700;
	font-style: normal;
	font-size: 46px;
	color: #333333;
	/* margin-top: -36px; */
}

.index-tlite h3 {
	width: 96px;
	height: 1px;
	background: #d4d4d4;
	margin: initial;
}

.index-fiverb-b a img {
	vertical-align: middle;
	margin-right: 15px;
}

.index-fiverb-b a:hover {
	opacity: 0.8;
	border-radius: 0 10px 0 10px;
}

.index-fiverb-b a img {
	/* 	margin-left: 12px; */
	vertical-align: middle;
	/* transform: rotate(90deg); */
}

.index-fiverc-a {
	position: relative;
	z-index: 1;
}

.index-fiverc-a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;


	bottom: 0;
	background-color: rgba(175, 9, 22, 0.9);
}

.index-fiverc-a-a {
	z-index: 9;
}

.index-fix {
	padding: 80px 0;
	background: url(../images/u0.png) no-repeat fixed;
	background-size: cover;
}

.index-fixa {
	margin-top: 75px;
}

.index-fixa ul {
	display: flex;
}

.index-fixa ul li {
	width: 33%;
	margin-right: 25px;
	background: #fff;
}

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

.index-fixb {
	padding: 35px 55px 60px 55px;
	border: 1px solid rgba(228, 228, 228, 1);
}

.index-fixb h1 {
	font-weight: 400;
	font-size: 16px;
	color: #282C5B;
	display: inline-block;
	border: 1px solid rgb(3 110 184);
	border-radius: 30px;
	padding: 3px 12px;
	margin-bottom: 130px;
}

.index-fixb h1:hover {
	background: rgb(3 110 184);
	color: #fff;
}

.index-fixb h2 {
	font-size: 14px;
	line-height: 40px;
	color: rgb(153, 153, 153);
}

.index-fixb h3 {
	font-size: 30px;
	line-height: 40px;
	color: rgb(40, 44, 91);
}

.index-fixb h4 {
	width: 20px;
	height: 2px;
	background: rgba(79, 152, 227, 1);
	margin: 15px 0 25px 0;
}

.index-fixb h5 {
	font-size: 16px;
	line-height: 25px;
	color: rgb(85, 85, 85);
	margin-bottom: 50px;
}

.index-fixb p span {
	font-size: 16px;
	color: #999999;
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
}

.index-fixb p span img {
	/* filter: brightness(0)invert(1); */
	transition: all 0.8s;
	/* vertical-align: middle; */
	margin-left: 10px;
}

.index-fixb p span:hover img {
	transform: rotate(45deg);
}

.index-fixb p:hover {
	opacity: 0.8;
}

.index-fixb:hover h2 {
	color: rgb(0, 67, 134);
}

.index-fixb:hover h3 {
	color: rgb(0, 67, 134);
}

.index-fixb:hover h5 {
	color: rgb(0, 67, 134);
}

.index-fixc-a {
	padding: 35px 40px;
	background: rgba(175, 9, 22, 1);
}

.index-fixc-a h1 {
	font-size: 30px;
	color: #FFFFFF;
	line-height: 45px;
	max-width: 90%;
}

.index-fixc-a p {
	margin-top: 45px;
}

.index-fixc-a p span {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.index-fixc-a p span img {
	filter: brightness(0)invert(1);
	transition: all 0.8s;
	/* vertical-align: middle; */
	margin-left: 10px;
}

.index-fixc-a p span:hover img {
	transform: rotate(45deg);
}

.index-fixc-a p:hover {
	opacity: 0.8;
}

.index-fixc-b {
	position: relative;
}

.index-fixc-b>img {
	vertical-align: bottom;
	width: 100%;
}

.index-fixb {
	width: 100%;
	height: 100%;
}

.index-fixc-b::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	/* transform: scale(1); */
	transition: all 1s;
	bottom: 0;
	background-color: rgba(40, 44, 91, 0.5);
}

.index-fixc-b-a {
	position: absolute;
	z-index: 9;
	width: 80px;
	right: 35px;
	bottom: 60px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid rgb(255, 255, 255, 0.5);
}

.index-fixc-b-a img {
	transform: rotate(-90deg);
}

.index-fixc-b-a:hover {
	opacity: 0.5;
}

.footer-zui {
	background: url(../images/botter.jpg) no-repeat;
	background-size: cover;
}

.footer-zuia {

	    max-width: 1582px;
	    margin: 0 auto;
	
	padding: 70px 0px 10px 0px;
}

.footer .top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer .left_Box .foot_Font h3 {
	color: #fff;
	font-size: 1.875rem;
}

.footer .left_Box .foot_Font p {
	font-size: 22px;
	color: #fff;
	padding: 1.5rem 0 2.5rem;
}

.footer .left_Box ul {
	display: flex;
	/* flex-wrap: wrap; */
	margin: 0 0 4.375rem;
}

.footer .left_Box ul li:not(:last-of-type) {
	margin-right: 2rem;
}

.footer .left_Box ul li {
	width: 180px;
	border-radius: 6px;
	height: 150px;
	border: 1px solid rgba(255, 255, 255);
	text-align: center;
	transition: background 0.53s ease;
}

.flex-cc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer .left_Box ul li p {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 1.25rem 0 0;
}

.footer .center_Box p {
	font-size: 22px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: lighter;
}

.contact-one-e p:hover {
	opacity: 0.8;
}

.footer .center_Box p.padding_Bottom {
	padding: 0 0 2rem;
}

.footer .center_Box p {
	font-size: 22px;
	color: rgba(255, 255, 255);
	font-weight: lighter;
}

.footer .center_Box p.padding_Bottom {
	font-size: 16px;

}

.footer .center_Box h2 {
	font-size: 2.5rem;
	/* font-family: aven; */
	padding: 0.5rem 0 0.875rem;
	font-weight: bold;
	color: #fff;
}

.footer .center_Box form input[type='text'] {
	width: 100%;
	height: 45px;
	background: transparent;
	color: #fff;
	font-size: 22px;
	padding-left: 2px;
}

.footer .center_Box form {

	display: flex;
	justify-content: space-between;
	align-items: center;

}

.footer .center_Box form input::-webkit-input-placeholder {
	color: #fff;
	font-size: 22px
}

.center_Box {
	padding-top: 55px;
}

.form-a {
	width: 430px;
	border-bottom: 1px solid #fff;
}

.footer .right_Box p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	opacity: 0.8;
	margin-top: 10px;
}

.footer .center_Box form button {
	background: inherit;
	border: inherit;
}

.right_Box {
	padding-top: 63px;
}

.footer .center_Box form button img {
	width: 37px;
}

.footer .left_Box ul li:hover {
	background: rgba(175, 9, 22, 1);
}

.foot_Font img {
	height: 77px;
	vertical-align: middle;
	filter: brightness(0)invert(1);
}

.foot_Font {
	margin-bottom: 40px;
}

.contact-one-e {
	padding: 83px 0px 0 0;
}

.contact-one-e p {
	margin-bottom: 20px;
}

.contact-one-e p a {
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	color: #fff;
	line-height: 26px;
}

.contact-one-e p img {
	vertical-align: middle;
	margin-right: 23px;
}

.footer-zuib {
	display: flex;
	justify-content: space-between;
}

.footer-zuib {
	display: flex;
	padding: 22px 0;
	justify-content: space-between;
	border-top: 1px solid rgb(255, 255, 255, 0.2);
}

.footer-zuib p {
	font-size: 14px;
	color: rgb(255, 255, 255, 0.5);
}

.footer-zuib a {
	font-size: 14px;
	color: rgb(255, 255, 255, 0.5);
}

.footer-zuib a:hover {
	color: rgb(255, 255, 255);
}

.pc-index.act {
	transition: all 0.5s;
	right: 0;
}

.pc-index {
	position: fixed;
	top: 0;
	right: -100%;
	transition: all 0.5s;
	z-index: 9999999999;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0, 0.4);
}

.pc-indexa {
	position: absolute;
	right: 0;
	top: 0;
	height: 96%;
	padding: 60px 250px 174px 250px;
	width: 80%;
	overflow: hidden;
	border-radius: 0 0 0 400px;
	background: #fff;
	background-size: cover;
}

.guanbi {
	cursor: pointer;
	position: absolute;
	top: 60px;
	right: 70px;
}

.guanbi span {
	color: #333333;
	font-size: 14px;
	padding: 0 14px;
	display: inline-block;
}

.pc-indexa .pc-indexb {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.pc-indexa ul {
	width: 46%;
	margin-right: 120px;
}

.pc-indexa ul li {
	margin-bottom: 45px;
}
.pc-indexa ul li:nth-child(5){
	display: none;
}
.pc-indexa ul li:nth-child(6){
	display: none;
}
.pc-indexa ul li h2 {
	margin-bottom: 20px;
}

.pc-indexa ul li h2 a {
	color: #333333;
	font-size: 25px;
}

.pc-indexb {
	display: flex;
}

.pc-indexa ul li h4 {
	margin-right: 25px;
	display: inline-block;
}

.pc-indexa ul li h4 a {

	font-size: 16px;
	color: #7B7B7B;
	line-height: 30px;
}

.pc-indexa ul li h4 a:hover {
	color: rgba(217, 0, 27, 1);
}

.pc-indexa ul li h4 a em {
	position: relative;
	display: inline-block;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	margin-right: 5px;
	background: #7B7B7B;
	vertical-align: middle;

}

.u31_img {
	opacity: 0.13;
	width: 100%;
	z-index: 1;
	position: absolute;
	left: 85%;
	top: 57%;
	transform: translate(-50%, -50%);
}

.pc-indexb-p a {
	color: #333333;
	font-size: 25px;
}

.pc-indexb-p {
	position: relative;
	border-bottom: 1px solid #dddbdb;
	padding: 25px 0;
	width: 247%;
}

.pc-indexb-p:last-child {
	border-bottom: none;
}

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

.pc-indexb-zong-a {
	position: absolute;
	right: 33%;
	top: 43%;
	transform: translateY(-50%);
}

.pc-indexa ul {
	z-index: 99999999;
}

.pc-indexb-zong {
	z-index: 999999999999999999;
}

.pc-indexb-input input {
	width: 308px;
	border-radius: 3px;
	border: 1px solid #8a8886;
	height: 35px;
	line-height: 35px;
	padding-left: 30px;
}

.pc-indexb-input img {
    left: 19px;
    top: 51%;
    position: absolute;
    transform: translateY(-50%);
}

.pc-indexb-input {
	right: 19%;
	position: absolute;
	bottom: 27%;
}

.btn_topp {
	opacity: 1;
	position: fixed;
	right: 2.4%;
	bottom: 40px;
	z-index: 100;
	width: 60px;
	height: 60px;
	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 / 20%);
}

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

.btn_topp a img {
	transform: rotate(-90deg);
}

.btn_topp a>div {
	margin-top: 4px;
}

.btn_topp:hover {
	background: #0D4599;
}

.btn_topp:hover a img {
	filter: invert(1);
}

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

.nbanner {
	border-radius: 0 0px 200px 0px;
	overflow: hidden;
}

.nbanner {
	position: relative;

}

.nbannerxia {
	position: absolute;
	bottom: 120px;
	width: 100%;
	padding: 0 150px 0 150px;
}

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

.nbannerxia1 {
	padding-top: 4%;
	float: left;
	width: 15%;
}

.nbannerxia2 {
	border-bottom: 1px solid rgb(255, 255, 255, 0.6);
	margin-top: 20px;
	text-align: left;
	width: 85%;
	height: 71px;
}

.nbannerxia3 {
	float: left;
	width: 83%;
	display: flex;
	justify-content: space-between;
}

.nbannerxia2 a {
	display: inline-block;
	padding: 23px 19px;
	margin-right: 9px;
	font-size: 18px;
	font-weight: bold;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}

.nbannerxia2 a:hover,
.nbannerxia2 a.on {
	background: rgba(189, 35, 45, 1);
	border-radius: 20px 20px 0 0;
}

.nbannerxia1 a img {
	vertical-align: middle;
}

.nbannerxia1 a {
	color: #fff;
	font-size: 16px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 8px;
}

.nbannerxia1 a:hover {
	color: #d9001b;
}

.nbannerxia-zong {
	font-weight: 700;
	font-style: normal;
	font-size: 35px;
	/* margin-top: 8px; */
	position: relative;
	bottom: -60px;
	color: #FFFFFF;
}

.yeji-one {
	padding: 85px 0;
}

.yeji-onea ul {
	display: flex;
	flex-wrap: wrap;
}

.yeji-onea ul li {
	margin-right: 35px;
	margin-bottom: 35px;
	width: 31.8%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.yeji-onea ul li:nth-child(3n) {
	margin-right: 0px;

}

.nbanner {
	position: relative;
}

.nbanner::after {
	position: absolute;
	content: "";
	display: block;
	background: url(../images/u430.svg) no-repeat bottom;
	background-size: 100%;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	opacity: 0.46;
}

.nbannerxia {
	z-index: 999;
}

.yeji-onea ul li img {
	vertical-align: bottom;
	transition: all 1s;
}

.yeji-onea ul li:hover img {
	transform: scale(1.1);
}

.yeji-onea ul li:hover p {
	/* color: #D9001B; */
	opacity: 0.8;
}

.yeji-onea ul li p {
	position: absolute;
	width: 100%;
	bottom: 24px;
	left: 0;
	font-size: 20px;
	color: #fff;
	padding: 0 10px;
	font-weight: bold;
	text-align: center;
}

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

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

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

.pages li:hover a,
.pages li.active a {
	background: rgba(138, 8, 28, 1);
	color: #fff;
}

.yejixq-one {
	padding: 70px 0;
}

.yejixq-onea {
	display: flex;
	padding: 30px 0;
	background: url(../images/u641.jpg) no-repeat;
	background-size: cover;
	border-radius: 0 10px 0 10px;
}

.yejixq-oneb {
	width: 55%;
}

.yejixq-onec {
	width: 45%;
	padding: 28px 40px 0 60px;
}

.yejixq-oneb {
	display: flex;
}

.yejixq-oneb-a {
	width: 17%;
	padding: 0 15px;
}

.yejixq-oneb-b {
	width: 83%;
}

.gallery-thumbss p {
	border-radius: 5px;
	overflow: hidden;
}

.gallery-thumbss p img {
	vertical-align: bottom;
}

.gallery-thumbss {
	height: 500px;
}

.gallery-thumbss .swiper-slide.swiper-slide-thumb-active p {
	border: 1px solid rgba(189, 35, 45, 1);
}

.gallery-topp img {
	border-radius: 10px;
	vertical-align: bottom;
	    margin: 0 10px;
}

.gallery-topp .swiper-slide {
	border-radius: 10px;
	overflow: hidden;
}

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

.yejixq-onec h1 {
	font-size: 30px;
	color: #333333;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(208, 208, 208, 1);
}

.yejixq-onec h2 {
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	margin: 45px 0 30px 0;
	color: #333333;
}

.yejixq-onec p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.conta-1 {
	padding-top: 0px;
	position: relative;
	/* background: #f5f9fb; */
}

.conta-1>img {
	border-radius: 0px 200px 0 0;
	width: 100%;
	vertical-align: bottom;
}

.conta-2 {
	position: absolute;
	bottom: 0;
	
    right: 10%;

}

.conta-2 {
	width: 500px;
	padding: 44px 66px 27px 66px;
	border-radius: 50px 50px 0 0;
	opacity: 0.9;
	background: linear-gradient(158.417753628675deg, rgba(189, 11, 24, 1) 0%, rgba(25, 12, 58, 1) 90%);
}

.conta-2 ul li {
	padding: 15px 0;
	border-bottom: 1px solid rgb(255, 255, 255, 0.34);
}

.conta-2 ul li:nth-child(1) {
	padding-left: 40px;
}

.conta-2 ul li h2 {
	font-size: 22px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255, 0.9);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.12;
	margin-bottom: 18px;
}

.conta-2 ul li h4 {
	font-size: 18px;
	font-family: 'DIN';
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.556;

}

.conta-2 ul li h3 {
	display: inline-block;
	max-width: 83%;
}

.conta-2 ul li h3 p {
	display: inline-block;
	font-size: 16px;
	color: rgb(255, 255, 255);
	vertical-align: text-top;
	line-height: 1.5;
}

.conta-2 ul li:nth-child(2) h3 p:nth-child(2) {
	color: #fff;
	font-size: 25px;
	margin-top: -8px;
	font-weight: bold;
}

.er {
	margin-top: 29px;
	text-align: center;
}

.er p {
	font-size: 14px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.875;
	margin-top: 6px;
	border-radius: inherit;
}

.conta-img-a {
	display: inline-block;
}

.conta-img {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	background: rgb(255, 255, 255, 0.3);

	/* vertical-align: middle; */
	margin-right: 13px;
}

.job-one {
	padding: 70px 0;
}

.job-onea ul li {
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 30px;
	box-shadow: 0px 2px 20px rgb(0 0 0 / 5%);
}

.job-oneb {
	position: relative;
	padding: 35px 70px;
	background: #fff;
	display: flex;

	border: 1px solid rgb(227 225 225);
	z-index: 9;
}

.job-oneb p:nth-child(1) {
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	color: #333333;
}

.job-oneb p {
	width: 20%;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #777575;
}

.job-oneb p:nth-child(5) {
	font-size: 18px;
	color: rgb(0, 66, 148, 0.5);
}

.job-oneb-xia {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 73px;
	line-height: 88px;
	text-align: center;
	background-color: rgba(25, 12, 58, 1);
}

.job-oneb:after {
	position: absolute;
	top: 11px;
	left: 0;
	display: block;
	content: "";
	width: 2px;
	height: 79%;
	background: rgba(208, 208, 208, 1);
}

.xqdesc {
	display: none;
	font-size: 16px;
	line-height: 30px;
	z-index: 1;
	position: relative;
	background: url(../images/u719.jpg) no-repeat right;
	background-size: 100%;
	padding: 60px 70px;

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

.job-onea ul li.onn .job-oneb {
	background: rgba(52, 141, 213, 0.1);
}
.index-four .index-oneb h2{
	display: none;
}
.index-four .index-oneb h1{
	    font-size: 35px;
}
.job-onea ul li.onn .job-oneb-xia {
	background: rgba(189, 11, 24, 1);
}

.newsing-two {
	padding: 30px 0 100px 0;
}

.newsing-twoa {
	display: flex;
}

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

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

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

.newsing-twob .index-twoa2 ul li {
	padding: 31px 0;
	margin-bottom: 0;
	border-bottom: 2px solid rgba(242, 242, 242, 1);
}

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

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

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

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

.newsing-twob .index-twoa2 ul li:hover .index-twoa2-tlirt {
	border-right: 1px solid #d9001b;
}

.index-twoa2-tlirt {
	width: 70%;
	padding-left: 25px;
	padding-right: 100px;
	border-right: 1px solid rgba(242, 242, 242, 1);
}

.newsing-twob .index-twoa2 ul li:hover .index-twoa2-tlirt p {
	color: #d9001b;
	font-weight: bold;
}

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

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

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

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

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

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

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

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

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

.newsing-twoc {
	width: 22%;
}

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

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

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

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

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

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

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

.newsing-twoc-new ul li button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: #d9001b;
	border: initial;
	width: 50px;
	height: 50px;
	border-radius: 4px;

}

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

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

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

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

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

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

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

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

.newsing-ul:hover h2 {
	color: #d9001b;
	font-weight: bold;
}

.newsing-twob .index-twoa2 ul li:hover {
	border-bottom: 2px solid #d9001b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.newspage ul {
	overflow: hidden;
}

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

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

.newspage a:hover {
	color: #d9001b;
}

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

.about-one {
	padding: 80px 0 190px 0;
	background: url(../images/u322.jpg) no-repeat bottom fixed;

	background-size: 100%;
}

.about-onea {
	display: flex;
}

.about-oneb {
	width: 85%;
}

.about-onec {
	width: 15%;
	padding-left: 60px;
}

.about-oneb-a {
	margin-top: 60px;
}

.about-oneb-a p {
	margin-bottom: 30px;
	font-size: 16px;
	color: #5D5A5A;
	line-height: 30px;
}

.about-oneb .index-oneb h2 {
	font-size: 45px;
	margin-bottom: 40px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: -70px;
}

.about-onec {
	padding-top: 100px;
}

.about-onec ul li {
	margin-bottom: 50px;
}

.about-onec ul li .index-one-xia-c {
	text-align: left;
}

.about-onec ul li .index-one-xia-c h1 {

	padding-left: 10px;

}

.about-onec ul li .index-one-xia-b {
	text-align: left;
}

.about-two {
	display: flex;
}

.about-twoa {
	width: 50%;
	height: 100%;
	background: url(../images/u228.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 88px 10px 10px 120px;
}

.about-twob {
	width: 50%;
	height: 100%;
	background: url(../images/u227.jpg) no-repeat;
	background-size: cover;
}

.about-fix-a h2 {
	font-weight: 700;
	font-style: normal;
	color: #fff;
	font-size: 46px;
	margin-bottom: 10px;
}

.about-fix-a h2 i {
	font-style: inherit;
	color: #d9001b;
	margin-left: -11px;
}

.about-fix-a h3 {
	width: 102px;
	height: 2px;
	background-color: #d9001b;
}

.about-twoa-a {
	position: relative;
	padding: 50px 0 0 0;
}

.about-two {
	height: 860px;
}

.about-twoa-b {
	width: 29rem;
	height: 29rem;
	border-radius: 50%;
	background: #fff;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-twoa-a {
	z-index: 1;
}

.about-twoa-a::after {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 54%;
	width: 28rem;
	height: 28rem;

	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% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}

	100% {
		transform: translate(-50%, -50%) scale(1.2);
		opacity: 0;
	}
}

.about-twoa-b h1 {
	text-align: center;
	font-weight: 700;
	margin-bottom: 24px;
	font-size: 24px;
	color: #2A2727;
}

.about-twoa-b h1 span {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #d9001b;
}

.about-twoa-b p {
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 35px;
    max-width: 100%;
    margin: 0 55px;
}
.about-twob {
	padding-top: 80px;
}

.about-twob ul {
	width: 92%;


}

.about-twob ul li:first-child {
	border-radius: 0 20px 0px 0;
}

.about-twob ul li:last-child {
	border-radius: 0 0px 20px 0;
}

.about-twob ul li {
	height: 125px;
	padding: 0 70px;
	background: #8a081c;
	line-height: 125px;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid rgb(255, 255, 255, 0.1);
}

.about-twob ul li span {
	display: inline-block;
	margin-right: 50px;
	vertical-align: middle;
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
	font-weight: 700;
	font-style: normal;
	font-size: 50px;
	color: #FFFFFF;
}

.about-twob ul li i {
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	color: #FFFFFF;
}

.about-twob ul li::after {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/u235.svg) no-repeat;
	background-size: cover;
	transition: all 0.7s;
	content: "";
	display: block;
	z-index: -1;
	opacity: 0;
	border-radius: 20px 0 0 20px;
}

.about-twob ul li.on::after {
	opacity: 1;
	width: 110%;
}

.about-twob ul li.on span {
	color: #d9001b;
}

.about-twob ul li.on i {
	color: #2A2727;
}

.about-twoa-b-z {
	display: none;
}

.about-twoa-b-z:first-child {
	display: block;
}

.about-threea {
	padding: 60px 0 50px 0;
	overflow: hidden;
	background: #eef1f3;
	/* border-radius: 0 0 50px 50px; */
}


.diqui {
	position: absolute;
	right: 0;
	bottom: -121px;
	z-index: -1;
}

.about-threea-a {
	display: flex;
	padding: 0 50px;
	justify-content: space-between;
}

.about-threea-b {
	width: 70%;
}

.about-threea-c {
	width: 33%;
}

.about-threea-b h2 {
	font-weight: 700;
	font-style: normal;
	color: #160A2F;
	font-size: 45px;
	margin-bottom: 10px;
}

.about-threea-b h3 {
	width: 102px;
	height: 2px;
	background: rgba(187, 187, 187, 1);
}

.about-threea-b ul {
	margin-top: 45px;

}

.about-threea-b ul li {
	border-radius: 20px;
	overflow: hidden;
	height: 152px;
	width: 200px;
	cursor: pointer;
	display: inline-block;
	background: rgb(0 0 0 / 20%);
	padding: 44px 24px;
	margin-right: 20px;
}

.about-threea-b ul li h4 {
	width: 55px;
	height: 4px;
	background: #fff;
}

.about-threea-b ul li h5 {
	font-size: 25px;
	color: #FFFFFF;
	margin-top: 35px;
	font-weight: 400;
}

.about-threea-b ul li img {
	display: none;
}





.about-threea-b ul li.on {
	background: rgba(179, 7, 18, 1);
}


.about-threea-c {
	position: relative;
}

.about-threea-c:after {
	position: absolute;
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	left: -4px;
	top: 0;
	border-radius: 50%;
	background: url(../images/u363.svg) no-repeat;
}

.about-threea-c:before {
	position: absolute;
	content: "";
	display: block;

	height: 95%;
	left: 3px;
	bottom: 0;
	opacity: 0.4;
	width: 1px;
	background: #d3d2d3;
}

.about-threea-c {

	margin: 32px 0px;
}

.about-threea-c p {
	padding-left: 30px;
	font-size: 18px;
	color: #514F4F;
	line-height: 40px;
}

.about-threea-a {
	position: relative;
}

.jiab {
	width: 26%;
	left: 37%;
	top: -21%;
	position: absolute;
	opacity: 0.7;
}

.about-threeb {
	position: relative;
	background-color: rgba(236, 240, 242, 1);
	padding: 0px 0 100px 0;
}

.uxan-xia {
	position: absolute;
	left: 0;
	top: -247px;
	opacity: 0.5;
}

.about-threea-a {

	z-index: 99;
}
.about-threeb.sxjx .index-fix-img .swiper-slide:nth-child(4) .u160{
	    width: 80% !important;
}
.about-threeb.sxjx .index-fix-img .swiper-slide:nth-child(5) .u160{
	    width: 80% !important;
}
.about-threeb.sxjx .index-fix-img .swiper-slide:nth-child(6) .u160{
	    width: 80% !important;
}

.about-threeb.sxjx .u160{
	    width: 46% !important;

}
.fixiping-two-img {
	position: relative;
}

.u160 {
	width: 72% !important;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.fixiping-two-img img {
	width: 100%;
}

.index-fix-img {
	margin: 0 55px;
}

.fixiping-two-p {
	margin-top: 30px;
}

.fixiping-two-p p {
	color: #333333;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
}

.fixiping-two-p h2 {
	width: 20px;
	height: 2px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	background: linear-gradient(180deg, rgba(3, 110, 184, 1) 0%, rgba(40, 137, 201, 1) 33%, rgba(118, 195, 237, 1) 100%);
}

/* .about-zonga.fixed {
  
    border-top: 1px solid #d7d7d7;
} */
.fixiping-two-p {
	display: none;
}

.fixiping .swiper-button-prev {
	width: 59px;
	height: 59px;
	left: 35%;
	bottom: 1%;
	top: inherit;
	background: url(../images/u69.svg) no-repeat;
}

.fixiping .swiper-button-next {
	width: 59px;
	height: 59px;
	bottom: 1%;
	top: inherit;
	right: 35%;
	transform: rotate(180deg);
	background: url(../images/u69.svg) no-repeat;

}

.fixiping .swiper-slide.swiper-slide-active .fixiping-two-p {
	display: block;
}

.index-fix-img {
	display: none;
}



.index-fix-img:first-child {
	display: block;
}
.phone_head .logo-xia{
	display: inline-block;
}
.phone_head .logo-xia h1 {
 
    font-size: 17px;
    color: #000;
}
.index-threec a>img{
	vertical-align: bottom;
}
.yeji-onea ul li p span {
    font-size: 16px;
    font-weight: 500;
    max-width: 80%;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    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;
}
/*-------------*/
/*
 
 * 响应式
 * */

@media only screen and (max-width:1800px) {
	.w {
		width: 1600px;
	}
	.bannerswipera-xia h1 {
	    font-size: 54px;
	 
	}
	.bannerswipera-xia p {
	
	    font-size: 32px;
	   
	}
	.index-onec::after {
	    top: -48px;
	    right: -20%;
	    width: 900px;
	    height: 900px;
	}
	.index-fourb-b ul li {
	  
	    width: 46%;
	  
	}
.index-onec::before {
    top: -154px;
    right: -1%;
}
	.head-main .nav>ul>li {
		float: left;
		position: relative;
		margin-right: 27px;
	}

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

	body {
		font-size: 15px;
	}

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

@media only screen and (max-width:1680px) {
	.w {
		width: 1440px;
	}
	.index-fiverb {
	    width: 67%;
	 
	    padding-top: 38px;
	    padding-left: 85px;
	}
	.index-onec::before {
	    top: -115px;
	    right: -7%;
	    width: 800px;
	    height: 800px;
	}
	.index-fiverb-b {
	 
	    bottom: 8%;
	}
	.index-onec::after {
	    top: -99px;
	    right: -26%;
	    width: 900px;
	    height: 900px;
	}
	.index-onea {
	    padding-left: 7%;
	}
	.index-oneb h3 {
	 
	    font-size: 25px;
	}
	.index-oneb {
	    padding-top: 69px;
	}
	
	.index-one-xia-b {
	    font-size: 49px;
	}
	.index-one-xia-a ul {
	
	    padding: 20px 0;
	}
	.index-oneb h4 {
	 
	    font-size: 19px;
	    color: #333333;
	    margin-bottom: 21px;
	}
	.index-oneb h2 {
	    font-size: 34px;
	    margin-bottom: 18px;
	}
	.index-oneb p {
	    font-size: 16px;
	}
	.jiab {
	    width: 26%;
	    left: 45%;
	    top: -15%;
	    position: absolute;
	    opacity: 0.7;
	}
	.footer .center_Box h2 {
	    font-size: 2.1rem;
	 
	}
	.fixiping .swiper-button-prev {
	    left: 34%;
	}
	.fixiping .swiper-button-next {
	    right: 34%;
	}
	.about-oneb .index-oneb h2 {
	    font-size: 38px;
	   
	}
	.yeji-onea ul li {
	    margin-right: 21px;
	 
	}
	.about-oneb-a p {
	    margin-bottom: 18px;
	    font-size: 15px;
	}
	.index-one-xia-b {
	 
	    font-size: 54px;
	   
	}
	.about-twoa {
	  
	    padding: 49px 10px 10px 40px;
	}
	.index-one-xia-c h1 {
	 
	    font-size: 15px;
	}
	.index-one-xia-b i {
	   
	    font-size: 22px;
	   
	}
	.about-oneb {
	    width: 83%;
	}
	.about-onec {
	 
	    padding-left: 32px;
	}
	.gallery-thumbss {
	    height: 451px;
	}
	.details {
	    padding: 0 12px;
	    font-size: 16px;
	}
	.yejixq-onec h1 {
	    font-size: 28px;
	 
	}
	.newsing-twob {
	    margin-right: 34px;
	}
	.newsing-twob {
	    margin-right: 34px;
	}
	.newsing-twob .index-twoa2 ul li .index-twoa2-tlirt h2 {
	    margin-top: 10px;
	}
	.newsing-twob .index-twoa2 ul li .index-twoa2-tlirt p {
	    padding-top: 3px;
	}
	.index-twoa2-tlirt p {
	    font-size: 18px;
	    margin-bottom: 5px;
	}
	.index-twoa2-tlirt h2 {
	    font-size: 12px;
	}
	.index-twoa2-more img {
	    margin-left: 3px;
	}
	.index-twoa2-tlirt {
	    width: 61%;
	    padding-left: 15px;
	    padding-right: 5px;
	}
	.newsing-twob .index-twoa2 ul li .index-twoa2-more {
	    padding: 20px 5px;
	    width: 21%;
	}
	.index-twoa2-more p {
	    font-size: 12px;
	}
.about-threea-c p {
    font-size: 16px;
    line-height: 32px;
    padding-left: 27px;
}
.newsing-twob .index-twoa2 ul li .index-twoa2-tlirt h3 {
    font-size: 15px;
}
.about-threeb {
    padding: 27px 0 30px 0;
}
.fixiping-two-p p {
    font-size: 16px;
}

.about-threea-b h2 {
    font-size: 39px;
    margin-bottom: 10px;
}


	.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: 63px;
	}
	.fixed .logo-xia h2 {
	    font-size: 12px;
	  
	}
	.head-main .nav>ul>li>a {
	 
	    font-size: 16px;
	
	}
	.fixed .logo-xia h1 {
	    font-size: 21px;
	    
	}
	.zomgtou {
	  
	    margin-left: 26px;
	    margin-right: 77px;
	}
	.logo-xia h2 {
	
	  
	    font-size: 12px;
	  
	}
	.logo-xia h1 {
	 
	    font-size: 22px;
	    
	}


}

@media only screen and (max-width:1600px) {
	.index-onec::before {
	    top: -171px;
	    right: -14%;
	    width: 800px;
	    height: 800px;
	}
	.conta-2 {
	    padding: 20px 105px 23px 125px;
	    border-radius: 100px 100px 0 0;
	   
	}
	.index-onec::after {
	    top: -173px;
	    right: -29%;
	    width: 900px;
	    height: 900px;
	}
}


@media only screen and (max-width:1500px) {
	.w {
		width: 1300px;
	}
	.index-fiverb-b {
	    bottom: 4%;
	}
	.index-fiverb-a {
	    margin: 20px 0 40px 0;
	}
	.index-fiverb-b a {
	  
	    font-size: 15px;
	
	}
	.bannerswipera-xia h1 {
	    font-size: 50px;
	   
	}
	.bannerswipera-xia p {
	  
	    font-size: 30px;
	  
	}
	.index-fixb {
	    padding: 35px 40px 60px 40px;
	  
	}
	.index-fiverb-b a img {
	 
	    width: 23%;
	
	}
	.index-fixc-a h1 {
	    font-size: 23px;
	   
	}
	.index-fixc-a {
	    padding: 35px 29px;
	  
	}
	.index-fixb h5 {
	    font-size: 15px;
	   
	    margin-bottom: 34px;
	}
	.index-fixb h3 {
	    font-size: 25px;
	 
	}
	.index-fixb h1 {
	  
	    margin-bottom: 66px;
	}
	.index-fixa {
	    margin-top: 42px;
	}
	.index-fiverb-b a img {
	 
	    margin-right: 7px;
	}
	.index-fiverb {
	  
	    padding-top: 35px;
	    padding-left: 79px;
	}
	.index-tlite h2 {
	 
	    font-size: 40px;
	   
	}
	.index-fiverc-a-a p {
	   
	    line-height: 33px;
	    font-size: 19px;
	}
	.index-twoc h1 {
	   
	    font-size: 37px;
		    margin-bottom: 19px;
	  
	}
	.index-fourb-b ul li {
	    margin-left: 20px;
	    margin-bottom: 28px;
	    width: 47%;
	  
	 
	}
	.index-fourb-a-p {
	
	    padding: 0 25px;
	    bottom: 38px;
	 
	    font-size: 18px;
	 
	}
	.index-two {
	    padding: 53px 0;
	 
	}
	.index-onec::after {
	    top: -100px;
	    right: -25%;
	    width: 800px;
	    height: 800px;
	}
	.index-onec::before {
	    top: -175px;
	    right: -6%;
	    width: 700px;
	    height: 700px;
	}
	
	.about-threea-b ul li {
	
	    height: 125px;
	    width: 175px;
	  
	    padding: 29px 19px;
	    margin-right: 20px;
	}
	.jiab {
	    width: 26%;
	    left: 45%;
	    top: -9%;
	    
	}
	.about-threea-b ul li h5 {
	    font-size: 22px;
	 
	    margin-top: 36px;
	   
	}
	.about-twob ul li.on::after {
	   
	    width: 108%;
	}
	.about-two {
	    height: 769px;
	}
	.about-fix-a h2 {
	   
	    font-size: 38px;
	  
	}
	.yeji-onea ul li p {
	  
	    bottom: 30px;
	  
	}
	.nbannerxia-zong {
	   
	    font-size: 29px;
	  
	}
	.head-main .nav>ul>li>a img {
	 
	    margin-left: 3px;
	}
	.fixed .logo-xia h2 {
	    font-size: 12px;
	}
	.fixed .head-main .logo img {
	    height: 44px;
	}
	.fixed .logo-xia h1 {
	    font-size: 16px;
	}
	.logo-xia {
	   
	    margin-left: 7px;
	}
	.conta-2 ul li {
	    padding: 8px 0;
	}
	.conta-2 {
	    position: absolute;
	    bottom: 0;
	    /* right: 218px; */
	}
	.conta-2 {
	    padding: 17px 77px 16px 64px;
	    border-radius: 100px 100px 0 0;
	}
	.er {
	    margin-top: 12px;
	   
	}
	.conta-1 {
	    /* padding-top: 225px; */
	    position: relative;
	    background: #f5f9fb;
	}
	.nbannerxia2 a {
	    padding: 22px 11px;
	    margin-right: 4px;
	    font-size: 16px;
	    color: rgb(255, 255, 255);
	}
	.nbannerxia {
	    padding: 0 50px 0 50px;
	}
	.index-oneb a {
	    padding: 11px 30px;
	    font-size: 16px;
	    margin-top: 52px;
	}

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

	}

	.index-41 ul li {

		margin-right: 21px;

	}

	.index-3 ul li {

		padding: 49px 36px 10px 35px;
	}

	.index-14 p {
		font-size: 14px;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		word-break: break-all;
		white-space: normal !important;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;

	}

	.more {
		display: block;
		text-align: center;
		margin-top: 10px;
		font-size: 16px;
		font-family: "Microsoft YaHei";
		color: rgb(255, 255, 255) !important;
		line-height: 1.563;
		text-align: center;
	}

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

	.head-main .nav>ul>li>a {
		display: block;
		font-size: 15px;
		/* color: #333333; */
		position: relative;
	}
.logo-xia h1 {
    font-size: 18px;
}
.zomgtou a {
    font-size: 16px;
   
}
.zomgtou img {
    width: 24%;
  
    margin-right: 4px;
}
.head-main .nav>ul>li {
    margin-right: 25px;
}
.inament {
    width: 7%;
  
}
.logo-xia h2 {
    font-size: 12px;
}
	.right-side-box .side-menu__toggler {
		width: 80px;
		height: 86px;
	}

	.yzm img {
		height: 42px;
	}

	.form li {
		line-height: 42px;
		margin-bottom: 10px;
	}

	.submit,
	.reset {
		height: 40px;
		line-height: 40px;
	}

	.head-main .nav>ul>li {
		margin-right: 25px;
	}

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

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

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

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

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

	.in3-sec .tbox .tit .ch,
	.in3-sec .tbox .tit .en,
	.in2-sec .main .num-con li .num {
		font-size: 30px;
	}
.form-a {
    width: 100%;
  
}
.footer-zuia {
    padding: 50px 9px 10px 9px;
}
.footer .center_Box p.padding_Bottom {
    font-size: 15px;
}
	.links-sec li .tbox .en {
		font-size: 14px;
	}
	.footer .center_Box h2 {
	    font-size: 2rem;
	  
	}
	.footer .center_Box p {
	    font-size: 20px;
	  
	}
	.foot_Font img {
	    height: 60px;
	
	}
	.center_Box {
	    padding-top: 12px;
	}
	.footer .left_Box ul li {
	    width: 128px;
	 
	    height: 128px;
	  
	}
	.nbannerxia {
	
	    bottom: 89px;
	
	}


}

@media only screen and (max-width:1400px) {
	.index-onec::before {
	    top: -162px;
	    right: 13%;
	    width: 500px;
	    height: 500px;
	}
	.index-onec::after {
	    top: -147px;
	    right: -32%;
	    width: 800px;
	    height: 800px;
	}
	.index-one-xia {
	  
	    bottom: 75px;
	  
	}
}

@media only screen and (max-width:1300px) {
	.w {
	    width: 1200px;
	}
	
	.index-onec::after {
	    top: -198px;
	    right: -41%;
	    width: 800px;
	    height: 800px;
	}
	.index-onec::before {
	    top: -162px;
	    right: 8%;
	    width: 500px;
	    height: 500px;
	}
	.footer .left_Box ul li:not(:last-of-type) {
	    margin-right: 1rem;
	}

	.zz {
		position: absolute;
		top: 157px;
		width: 78%;
		left: 50%;
		transform: translateX(-49.9%);
		z-index: 1;
	}

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

		padding-left: 0px;
	}

	.bottom-top-rht dl {

		padding: 0 23px;

	}

	.search-popup__form {
		position: relative;
		z-index: 9991;
		width: 105%;
		padding: 0px;
		max-width: 597px;
		position: relative;
	}

	.searchmore .search-text {
		background: #f4f1f1 url(../images/search2.png) no-repeat 90% center;
		border-radius: 4px;
		background-size: 17px;
		padding: 0px 50px 0 20px;
		display: block;
		height: 48px;
		line-height: 48px;
		color: #666666;
		font-size: 15px;
		width: 100%;
	}

	.searchmore .search-textt {
		background: #f4f1f1;
		border-radius: 4px;
		padding: 0px 50px 0 20px;
		display: block;
		height: 48px;
		line-height: 48px;
		margin-top: 0px;
		color: #666666;
		font-size: 16px;
		width: 100%;

	}

	.head-main .nav>ul>li>a {
		font-size: 16px;
	}
.drop-downb ul li a {
  
    padding: 9px 0;

    font-size: 17px;
 
}
.head-main .nav>ul>li {
    margin-right: 24px;
}

	
.fixed .head-main .nav>ul>li>a {
   
    font-size: 14px;
}
	.go,
	.bannerswiper .swiper-pagination,
	.banner-pagination {
		bottom: 17px;
	}

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

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

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

	.pro-pagination li {
		margin-bottom: 5px;
		text-align: left;
	}
	.job-oneb {
	    /* text-align: center; */
	  
	    padding: 30px 17px;
	  
	}


}

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

@media only screen and (max-width:1200px) {
	.w {
		width: 1024px;
	}
	.index-fiverb {
	    padding-top: 17px;
	    padding-left: 74px;
	}
	.bannerswipera-xia h1 {
	    font-size: 36px;
	}
	.bannerswipera-xia p {
	    font-size: 26px;
	}
	

	.index-fixb {
	    padding: 35px 25px 30px 25px;
	}
	.index-fixb h1 {
	    margin-bottom: 37px;
	}
	.index-fixb h3 {
	    font-size: 21px;
		    line-height: 30px;
	}
	.index-fixc-a h1 {
	    line-height: 39px;
	    font-size: 20px;
	    max-width: 100%;
	}
	.index-fixc-a {
	    padding: 35px 23px;
	}
	.index-fixb h5 {
	    font-size: 14px;
	   
	}
	.index-fiverb-a ul li h1 {
	 
	    font-size: 19px;
	    margin-bottom: 5px;
	  
	}
	.index-fiverc-a-a p {
	    line-height: 28px;
	    font-size: 16px;
	}
	.index-fiverb-b {
	    bottom: 3%;
	    left: 11%;
	}
	.index-fiverb-a-xia p {
	    line-height: 26px;
	   
	    font-size: 13px;
	}
	.index-fiverb-b a {
	    padding: 4px 11px;
	 
	    font-size: 12px;
	   
	}
	.index-tlite h2 {
	    font-size: 29px;
	}
	.index-fourb-a-p {
	    padding: 0 15px;
	    bottom: 29px;
	    font-size: 15px;
	}
	.index-fourb-b ul li {
	  
	    width: 46%;
	}
	.index-oneb h1::after {
	   
	    width: 35px;
	  
	}
	.index-onea {
	    padding-left: 6%;
	}
	
	.index-onec::before {
	    top: -130px;
	    right: -11%;
	    width: 500px;
	    height: 500px;
	}
	.index-onec::after {
	    top: -27px;
	    right: -16%;
	    width: 500px;
	    height: 500px;
	}
	.index-oneb h2 {
	    margin-bottom: 16px;
	    font-size: 29px;
	}
	.index-oneb h3 {
	    font-size: 21px;
	}
	.index-one-xia-a ul {
	    padding: 12px 0;
	}
	.index-one-xia {
	    bottom: 34px;
	}
	.index-oneb h4 {
	    font-size: 15px;

	    margin-bottom: 18px;
	}
	.index-oneb p {
	    font-size: 15px;
	}
	.about-oneb .index-oneb h2 {
	    font-size: 30px;
		    margin-bottom: 16px;
	}
	.index-one-xia-c h1 {
	    font-size: 14px;
	}
	.index-one-xia-b i {
	    font-size: 19px;
	}
	.about-twoa-b {
	    width: 26rem;
	    height: 26rem;
	
	}
	.about-onec {
	    width: 18%;
	    
	}
	.about-threea-c p {
	    font-size: 13px;
	  
	    padding-left: 27px;
	}
	.jiab{
		display: none;
	}
	.about-threea-b h2 {
	    font-size: 30px;
	  
	}
	.about-threea-a {
	 
	    padding: 0 0px;
	
	}
	.about-twob ul li {
	    height: 114px;
	
	    line-height: 114px;
	  
	}
	.index-threeb-xia p {
	   
	    font-size: 27px;
	}
	.index-twob h2 {
	    font-weight: 400;
	   
	    font-size: 23px;
	 
	}
	
	.index-twob img {
	    width: 40%;
	}
	.index-twoc h1 {
	    font-size: 33px;
	    line-height: 54px;
	    margin-bottom: 19px;
	}
	.about-one {
	    padding: 50px 0 70px 0;
	    
	}
	.index-one-xia-b {
	    font-size: 42px;
	}
	.about-oneb-a p {
	     margin-bottom: 10px;
	    font-size: 14px;
	}
	.about-oneb-a {
	    margin-top: 15px;
	}
	.index-oneb h1 {
	    font-size: 21px;
	
	}
	.conta-2 ul li h3 p {
	  
	    font-size: 14px;
	
	}
	.conta-img {
	  
	    width: 30px;
	    height: 30px;
	  
	}
	.conta-2 ul li h2 {
	    font-size: 20px;
	
	    margin-bottom: 11px;
	}
	.conta-2 ul li:nth-child(1) {
	    padding-left: 30px;
	}

	.conta-2 ul li {
	    padding: 6px 0;
	}
	.gallery-thumbss {
	    height: 349px;
	}
	.yejixq-onec {
	  
	    padding: 28px 40px 0 33px;
	}
	.yejixq-onec h2 {
	 
	    margin: 28px 0 25px 0;
	 
	}
	.yejixq-onec h1 {
	    font-size: 25px;
	}
	.nbannerxia2 {
	  
	    height: 52px;
	}
	.nbannerxia-zong {
	    font-size: 26px;
	}
	.contact-one-e{
		display: none;
	}
	.right-side-box li {
		margin-left: 17px;
		display: none;
	}
	.newsing-twoc {
	    width: 26%;
	}
	.job-oneb p {
	    width: 20%;
	  
	    font-size: 15px;
	
	}
	.job-oneb {
	   
	    padding: 23px 49px;
	   
	}
	.nbannerxia2 a {
	    padding: 22px 7px;
	}
	.index-oneb a {
	    padding: 8px 24px;
	    font-size: 15px;
	    margin-top: 17px;
	}

	.fuwu-13 ul li {
		font-size: 15px;
	}

	.bottom-top-rht dl {
		padding: 0 17px;
	}

	.head-main .nav>ul>li>a {
		font-size: 15px;
	}

	.formtextarea {
		height: 85px;
	}

	.right-side-box .lang a {
		font-size: 12px;
		padding-right: 10px;
	}

	.right-side-box .lang {
		width: 103px;
	}

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

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

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

	.prolist .tbox .tit {
		font-size: 20px;
	}

	.ct-sec1 .tbox {
		padding: 34px;
	}

}

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

	.tilted {
		font-size: 27px;

	}

	.bottom-boted {
		display: none;
	}

	.bottom-top-rht {
		display: none;
	}

	.more {
		display: block;
		text-align: center;
		margin-top: 2px;
		font-size: 14px;
		font-family: "Microsoft YaHei";
		color: rgb(255, 255, 255) !important;
		line-height: 1.563;
		text-align: center;
	}

	a.more img {
		width: 18px;
		margin-left: 5px;
	}

	. .head-main .nav>ul>li {
		margin-right: 18px;
	}

	.head-main .logo img {
		height: 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%;
	}
	.index-four .index-oneb h1 {
	    font-size: 20px;
	}
	.fixiping .swiper-button-prev {
	    width: 28px;
	    height: 28px;
	    bottom: 10%;
	    top: inherit;
	    left: 1%;
	    background: url(../images/u69.svg) no-repeat no-repeat;
	    background-size: 100%;
	}
	.fixiping .swiper-button-next {
	    width: 28px;
	    height: 28px;
	    bottom: 10%;
	    top: inherit;
	    right: 1%;
	    transform: rotate(180deg);
	    background: url(../images/u69.svg) no-repeat no-repeat;
	    background-size: 100%;
	}
	.newspage {
	    margin-top: 40px;
	    padding: 9px 0;
	    border-top: 1px dotted #b7b7b7;
	    border-bottom: 1px dotted #b7b7b7;
	    position: relative;
	}
	.newspage .newspage_a {
	    line-height: 26px;
	    height: 27px;
	}
	.newspage_a a {
	    font-size: 12px;
	    color: #555555;
	}
	.newspage .newspage_a img {
	    margin-right: 2px;
	}
	.newxq-onea {
	    padding: 20px;
	}
	.details {
	    padding: 0 0px;
	    font-size: 14px;
	    color: #999999;
	}
	.nestit h3 {
	    font-size: 13px;
	    color: #5e5b5b;
	}
	.nestit h3 span {
	    display: inline-block;
	    display: block;
	    padding: 0 5px;
	    border-right: indianred;
	}
	.nestit h3 {
	    font-size: 12px !important;
	    line-height: 1.5;
	    color: #5e5b5b;
	}
	.nestit h3 {
	    margin-top: 9px;
	}
	.nestit h2 {
	    font-size: 16px;
	}
	.nestit {
	    padding-bottom: 17px;
	    border-bottom: 1px solid #D8D6D6;
	    margin-bottom: 12px;
	}
	.pages li a {
	    padding: 4px 8px;
	    font-size: 12px;
	}
	.pages li span.current{
	    background: rgba(138, 8, 28, 1);
	    color: #fff;
	}
	.newsing-two {
	    padding: 30px 0 30px 0;
	}
	.newsing-twoa {
	    flex-wrap: wrap;
	}
	.newsing-twob {
	    padding-left: 0px;
	    padding-right: 0px;
	    margin: 0;
	}
	.newsing-twob {
	    width: 100%;
	}
	.pages li span {
	    display: block;
	    background: #fff;
	    padding: 4px 8px;
	    font-size: 12px;
	    color: rgb(90, 88, 88);
	    border-radius: 10px;
	    border: 2px solid #efeff0;
	}
	.newsing-twob .index-twoa2 ul li .index-twoa2-tlirt h3 {
	    font-size: 13px;
	    display: none;
	}
	.newsing-twob .index-twoa2 ul li .index-twoa2-tlirt h2 {
	    margin-top: 7px;
	}
	.newsing-two {
	    padding: 30px 0 30px 0;
	}
	.newsing-twoa {
	    flex-wrap: wrap;
	}
	.newsing-twob .index-twoa2 ul li {
	    padding: 15px 0;
	}
	.newsing-twob .index-twoa2-img {
	    width: 37%;
	    overflow: hidden;
	    border-radius: 0px;
	}
	.index-twoa2-img img {
	    border-radius: 10px;
	}
	.index-twoa2-tlirt {
	    width: 61%;
	    padding-left: 15px;
	    padding-right: 5px;
	}
	.index-twoa2-tlirt p {
	    font-size: 14px;
	    margin-bottom: 9px;
	}
	.newsing-twob {
	    padding-left: 0px;
	    padding-right: 0px;
	    margin: 0;
	}
	.newsing-twob .index-twoa2 {
	    width: 100%;
	    padding: 0px 0;
	    height: auto;
	    overflow: hidden;
	}
	.newsing-twoc {
	    display: none;
	}
	.newsing-twob {
	    width: 100%;
	}
	.conta-2 ul li h2 {
	    font-size: 19px;
	}
	.er p {
	    font-size: 13px;
	}
	.er {
	    margin-top: 25px;
	    text-align: center;
	}
	.conta-2 ul li h3 p {
	    font-size: 13px;
	    line-height: 1.6;
	}
	.conta-2 ul li img {
	    vertical-align: top;
	    margin-right: 0px;
	    width: 18px;
	}
	.conta-img {
	 
	    width: 35px;
	    height: 35px;
	   
	}
	.conta-2 ul li h3 {
	    display: inline-block;
	    max-width: 81%;
	}
	.conta-2 ul li:nth-child(1) {
	    padding-left: 22px;
	}
	.conta-2 ul li {
	    padding: 10px 0;
	}
	.conta-2 {
		width: 92%;
	    margin: 0 15px;
	    position: inherit;
	    bottom: 0;
	    right: inherit;
		    padding: 15px;
		    border-radius: 30px;
	}
	.conta-1>img {
	    display: none;
	}
	.about-threea-b h3 {
	    width: 66px;
	    height: 2px;
	}

.about-threea-b ul li h5 {
    font-size: 16px;
    margin-top: 14px;
    font-weight: 400;
}
	.about-threea-c {
	    width: 100%;
	}
	.about-threea-b ul li h4 {
	 
	    height: 2px;
	  
	}
	.about-threea-c p {
	    font-size: 15px;
	    line-height: 29px;
	    padding-left: 30px;
	}
	.jiab{
		display: none;
	}
	.about-threea-c {
	    margin: 13px 0px;
		
	}
.about-threea-b ul li {
    border-radius: 20px;
    overflow: hidden;
    height: 111px;
    width: 98px;
    cursor: pointer;
    margin-right: 5px;
    padding: 30px 15px;
}
	.about-threea-b ul {
	    margin-top: 28px;
	}
	.nbannerxia2 a:hover, .nbannerxia2 a.on {
	    border-radius: 10px 10px 0 0;
	}
	.nbannerxia-zong {
	    display: none;
	}
	.nbannerxia2 {
	    height: auto;
	}
	.yeji-onea ul li {
	    margin-right: 0;
	    margin-bottom: 15px;
	    width: 100%;
	   
	}
	.yeji-onea ul li p {
	  
	    width: 100%;
	    bottom: 36px;
	   
	    font-size: 17px;
	  
	}
	.yejixq-onea {
		    padding: 0px 0;
	    display: flex;
	    flex-wrap: wrap;
	
	}
	.yejixq-oneb-b {
	    width: 100%;
	}
	.yejixq-oneb-a{
		display: none;
	}
	.yejixq-oneb {
	    width: 100%;
	}.yejixq-onec {
    width: 100%;
    padding: 25px 20px 30px 20px;
}
.job-one {
    padding: 50px 0;
}
.job-oneb-xia img {
    width: 53%;
}
.xqdesc {
    padding: 15px 15px 50px 15px;
}
.job-oneb-xia {
    top: 0;
    right: 0;
    height: 100%;
    width: 20px;
    line-height: 44px;
}
.job-onea ul li {
    margin-bottom: 10px;
}
.job-oneb {
    padding: 15px 9px 15px 12px;
    background: #fff;
}
.job-oneb p:nth-child(1) {
    font-size: 15px;
}
.job-oneb p {
    width: 32%;
    font-weight: 400;
    font-size: 12px;
}
.job-oneb p:nth-child(3) {
    display: none;
}
.job-oneb p:nth-child(5) {
    display: none;
}
.yejixq-onec h2 {
  
    font-size: 18px;
    margin: 20px 0 21px 0;
  
}
.yejixq-onec p {
    font-size: 15px;
    
}
.gallery-topp .swiper-pagination {
    display: block;
}
.yejixq-onec h1 {
    font-size: 21px;
   
}
	.yejixq-one {
	    padding: 30px 0;
	}
	.index-oneb h1::after {
	  
	    left: -36px;
	    width: 35px;
	   
	}
	.yeji-one {
	    padding: 30px 0;
	}
	.nbannerxia1 {
	    padding-top: 4%;
	    width: 100%;
	}
	.nbannerxia3 {
	    width: 100%;
	    display: flex;
	    flex-wrap: wrap;
	}
	.nbannerxia2 {
	    margin-top: 8px;
	    width: 100%;
	}
	.nbannerxia2 a {
	    padding: 6px 7px;
	    margin-right: 9px;
	    font-size: 12px;
	}
	.nbannerxia1 a img {
	    width: 15px;
	}
	.nbannerxia1 a {
	    font-size: 14px;
	}
	.index-onec{
		display: none;
	}
	.pc-index{
		display: none;
	}
.bannerswipera-xia h1 {
    font-size: 20px;
   
    line-height: 46px;
}
.bannerswiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;

}
.bannerswipera-xia p {
  
    font-size: 15px;
   
}
.index-one{
	    padding: 30px 4%;
}
.index-oneb {
    width: 100%;
    text-align: left;
    padding-top: 0;
}
.index-oneb h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.index-oneb h1 {
    font-size: 18px;
    margin-bottom: 3px;
    margin-left: 56px;
}
.index-one-xia-a ul {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    padding: 20px 0;
}
.index-one-xia-a ul li {
    width: 50%;
    padding-left: 0;
	margin-bottom: 15px;
    border-right: 1px solid #e5ebf7;
}
.index-one-xia-a ul li:nth-child(2n){
	 border-right: none;
}
.index-one-xia-a ul li:nth-child(5){
	 border-right: none;
}
.index-one-xia-b i {
 
    font-size: 19px;
 
}
.index-one-xia-c h1 {
  
    font-size: 14px;
}
.index-one-xia-b {
  
    font-size: 40px;
 
}
.index-oneb p {
    font-size: 15px;
}
.index-one-xia {
    width: 100%;
   
    position: relative;
    bottom: 0;
	margin: 20px 0;
}
.index-oneb h4 {
   
    font-size: 14px;
 
    margin-bottom: 17px;
}
.index-two {
    padding: 30px 0;
 
}
.index-oneb h3 {
    
    font-size: 17px;
}
.index-twoa {
    display: flex;
    flex-wrap: wrap;
}
.index-twob {
    width: 100%;
}
.index-twoc {
    width: 100%;
}
.index-twob {
   
    margin-bottom: 10px;
}
.index-threeb-xia img {
    width: 19%;
}
.index-threeb-xia p {
    margin-top: 4px;
   
    font-size: 16px;
}
.index-four {
    padding: 30px 0 30px;
}
.index-foura .index-oneb {
    padding-left: 0px !important;

}
.index-fourb {
    margin-top: 30px;
	flex-wrap: wrap;
}
.index-fourb-b ul li {
    margin-left: 0;
    margin-right: 0px;
    margin-bottom: 20px !important;
    width: 100%;
 
}
.index-fourb-b ul li:nth-child(2n){
	  margin-right: 0px;
}
.index-fourb-a-p {
    width: 100%;

    left: 0;
    padding: 0 20px;
    bottom: 30px;
    font-size: 18px;
  
}
.index-fivera {
 
    display: flex;
    flex-wrap: wrap;
 
}
.index-fiverb {
    width: 100%;
   background-size: 100%!important;
    padding-top: 15px;
    padding-left: 20px;
}
.index-fiverb-b a {
    padding: 5px 9px;
   
    font-size: 15px;
   
    border: 1px solid #D9001B;
}
.index-fixb h1 {
 
    font-size: 13px;
    padding: 3px 9px;
    margin-bottom: 3px;
}
.index-fixb h2 {
    font-size: 13px;
 
}
.index-fixb h3 {
    font-size: 18px;
    line-height: 28px;
}
.index-fixb h5 {
    font-size: 13px;
    line-height: 25px;
 
    margin-bottom: 12px;
}
.index-fixb p span img {
 
    width: 13%;
    margin-left: 3px;
}
.index-fixb p span {
    font-size: 14px;
 
    padding-bottom: 6px;
  
}
.index-fixb h4 {
 
    margin: 9px 0 10px 0;
}
.foot_Font{
	display: none;
}
.footer-zuia {
    padding: 30px 0 20px 0px;
}
.footer .left_Box ul li:not(:last-of-type) {
    margin-right: 1rem;
}
.footer .left_Box ul li img {
    width: 52% !important;
}
.footer .left_Box ul li:nth-child(2) img {
    width: 30% !important;
}
.footer .center_Box h2 {
    font-size: 1.5rem;
    padding: 0.4rem 0 0.4rem;
}
.center_Box {
	text-align: center;
    padding-top: 39px;
	width: 100%;
}
.footer .center_Box p.padding_Bottom {
    font-size: 13px;
	    padding: 0 0 0rem;
}
.contact-one-e{
	display: none;
}
.form-a{
	display: none;
}
.footer-zuib {
  
    flex-wrap: wrap;
    padding: 12px 0;
 
}
.nbanner {
    border-radius: 0 0px 50px 0px;
    overflow: hidden;
}
.nbannerxia {
    bottom: 17px;
    padding: 0 21px 0 10px;
}
.about-one {
    padding: 30px 0 30px 0;
 
}
.about-onec {
    padding-top: 30px;
}
.about-oneb .index-oneb h2 {
    font-size: 22px;
    margin-bottom: 13px;
   
    margin-left: 0;
}
.about-oneb-a p {
    margin-bottom: 5px;
    font-size: 14px;
  
    line-height: 29px;
}
.about-onec ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
}
.about-fix-a h2 {
  
    font-size: 26px;
  
}
.about-twoa {
    width: 100%;
    height: 100%;
 
    padding: 37px 20px 10px 20px;
}
.about-twoa-b {
    width: 20rem;
    height: 20rem;
   
}
.about-twoa-a::after {
 
    top: 49%;
    width: 20rem;
    height: 20rem;
  
  
}
.about-twoa-a {
    position: relative;
    padding: 18px 0 26px 0px;
}
.about-twoa-b h1 {
    
    font-size: 22px;

}
.about-fix-a h3 {
    width: 92px;
   
}
.about-twoa-b p {
    font-size: 17px;
    line-height: 30px;
    max-width: 100%;
    margin: 0 30px;
}
.about-two {
    height: auto;
}
.about-two {
    display: flex;
    flex-wrap: wrap;
}
.about-onec ul li {
    margin-bottom: 14px;
}
.about-twob {
    width: 100%;
    height: 100%;
   
}
.about-onec ul li .index-one-xia-c {
    text-align: center;
}
.about-twob ul li {
    height: 70px;
    padding: 0px 30px;
    line-height: 70px;
}
.about-twob {
    padding-top: 30px;
    padding-bottom: 30px;
}
.about-twob ul li span {
 
    margin-right: 30px;
  
    font-size: 35px;
   
}
.about-twob ul {
    width: 100%;
}
.about-onec ul li .index-one-xia-b {
    text-align: center;
}
.about-twob ul li i {
 
    font-size: 18px;
  
}
.conta-1 {
    padding-top: 0px;
    position: relative;
    background: #f5f9fb;
}
.conta-1 {
    padding: 20px 0;
    padding-top: 20px !important;
}
.about-threea {
    padding: 30px 0 0 0;
    border-radius: 0;
}
.about-threea-a {
    flex-wrap: wrap;
    padding: 0 10px;
    flex-direction: column-reverse;
}
.about-threea-b {
    width: 100%;
}
.about-threea-b h2 {
    font-size: 25px;
}
.about-onec ul li{
	width: 50%;
	text-align: center;
}
.about-oneb-a {
    margin-top: 17px;
}
.about-onec {
    width: 100%;
    padding-left: 0;
}
.about-onea {
    display: flex;
    flex-wrap: wrap;
}
.about-oneb {
    width: 100%;
}
.footer-zuib a {
    font-size: 12px;
   
}
.footer-zuib p {
    font-size: 12px;
 
}
.right_Box{
	display: none;
}
.footer .center_Box form button img {
    width: 30px;
}
.footer .center_Box form input::-webkit-input-placeholder {
	color: #fff;
	font-size: 16px
}
.form-a {
    width: 100%;
  
}
.footer .center_Box p {
    font-size: 17px;
}
.footer .left_Box ul {
  
    margin: 0 0 -0.625rem;
}
.footer .left_Box ul li p {
    font-size: 13px;
    padding: 0.8rem 0 0;
}
.footer .left_Box ul li {
    width: 32%;
 
    height: 100px;
   
}
.left_Box{
	width: 100%;
}
.index-fixc-a p span img {
   
    width: 11%;
}
.index-fixc-b-a{
	width: 60px;
	height: 60px;
}
.index-fixc-a {
    padding: 21px 20px;
   
}
.index-fixc-a p span {
    font-size: 14px;
  
}
.index-fixc-a p {
    margin-top: 13px;
}
.index-fixc-a h1 {
    font-size: 19px;

    line-height: 32px;
    max-width: 100%;
}
.index-fixb {
    padding: 20px 20px 29px 20px;
   
}
.index-fixa ul li {
    width: 100%;
    margin-right: 0;
	margin-bottom: 10px;
   
}
.index-fixa ul {
    display: flex;
    flex-wrap: wrap;
}
.index-fix {
    padding: 30px 0;
  
}
.index-fixa {
    margin-top: 30px;
}
.index-fiverc-a-a p {
   
    line-height: 28px;
    font-size: 12px;
}
.index-fiverc-a-a {
  
    left: 10%;
 
}
.index-fiverc {
    width: 100%;
}
.index-fiverb-b a img {
  
    width: 22%;
 
}
.index-fiverb-b a img {
  
    margin-right: 4px;
}
.index-tlite h2 {
   
    font-size: 24px;
  
}
.index-fiverb-a ul li h1 {
  
    font-size: 19px;
    margin-bottom: 6px;
   
}
.index-fiverb-a {
    margin: 24px 0 34px 0;
}
.index-fiverb-b {
    position: relative;
    left: 0;
    bottom: 22px;
}
.index-fiverb-a-xia p {
  
    font-size: 13px;
}
.index-five {
    padding: 30px 0;
   
}

.index-fourb-b {
    width: 100%;
}
.index-fourb-a {
    width: 100%;
	margin-bottom: 20px;
}
.index-twoc h2 span {
  
    height: 2px;
   
}
.index-twoc h1 {
    line-height: 32px;
  
    font-size: 17px;
 
    margin-bottom: 0px;
    max-width: 100%;
}
.index-twob h2 {
    font-size: 22px;
}
.index-twob h1 {
  
    margin: 4px 0 12px 0;
}
.index-twob img{
	display: none;
}
.index-onea {
  
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
}
.index-oneb a {
    padding: 7px 24px;
    font-size: 14px;
    margin-top: 25px;
}
.bannerswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 26px;
    height: 10px;
    background: #fff;
}
	.hexin14 p {

		font-size: 12px;

	}

	.relatednews ul li a {
		font-size: 13px;
		line-height: 23px;
		padding: 1px 12px;
		background: url(../images/newsico.png) no-repeat 20px top;
		background-position-x: 20px;
		background-position-y: top;
		background-position: 2px 12px;
	}

	.newspage .newspage_a {

		line-height: 26px;
		height: 27px;

	}

	.newspage_a a {
		font-size: 12px;
		color: #555555;
	}

	.newspage {
		margin-top: 40px;
		padding: 9px 0;
		border-top: 1px dotted #b7b7b7;
		border-bottom: 1px dotted #b7b7b7;
		position: relative;
	}

	.nestit {
		padding-bottom: 17px;
		border-bottom: 1px solid #D8D6D6;
		margin-bottom: 12px;
	}

	.nestit h3 {
		font-size: 13px;
		color: #5e5b5b;
	}

	.nestit h2 {
		font-size: 16px;

	}

	.newsxq-sec .leftlayout {

		padding: 15px;

	}

	.ab-3 {
		padding: 29px 0 29px 0;
	}

	.he_guab {
		width: 59px;
		cursor: pointer;
		padding: 10px;
		position: absolute;
		top: -84px;
		right: -4px;
		background: none;
		border-radius: 10px;
	}

	.he_popbx {
		width: 90%;
		background: #fff;
		border-radius: 10px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 15px;
	}

	. .prod-box .prod-listt .swiper-container .swiper-slide.swiper-slide-active {
		transform: scale(1);
		z-index: 3;
	}




	.m-left ul li:nth-child(5)::before {
		content: '';
		display: block;
		position: absolute;
		right: 91px;
		bottom: 0;
		width: 7px;
		height: 100%;
		background: url(../images/arr-r.png) center no-repeat;
	}

	.m-left ul li:nth-child(5) a {
		width: 76px;
		margin-top: 10px;
	}

	.video-22.vider .picc>ul>li {
		float: left;
		width: 46%;
		margin-top: 30px;
	}



	.layoutleft {
		display: block;
	}

	.searchmore .search-textt {
		background: #f4f1f1;
		border-radius: 4px;
		padding: 0px 50px 0 20px;
		display: block;
		height: 40px;
		line-height: 40px;
		margin-top: 40px;
		color: #666666;
		font-size: 16px;
		width: 100%;
	}

	.searchmore .search-text {
		background: #f4f1f1 url(../images/search2.png) no-repeat 90% center;
		background-size: 19px;
		border-radius: 4px;
		padding: 0px 50px 0 20px;
		display: block;
		height: 40px;
		line-height: 40px;
		color: #666666;
		font-size: 16px;
		width: 100%;
	}

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

	.layoutleft.llrifht {
		display: none;
		width: 100%;
	}

	.video-22.vi {
		margin-top: -44px;
	}

	.down-11 {
		width: 100%;
		float: left;
		margin-right: 30px;
	}


	header {
		display: none;
	}

	.picc ul li {
		/*width: 48%;*/

		margin-right: 12px;

	}

	.picc ul li p {
		line-height: 54px;
		color: #807b7b;
		font-size: 14px;
	}

	.picc ul li:hover::after {

		background: none;
	}

	.ind-1,
	.ind-2 {
		min-width: inherit;
		padding: 0px 0 0px 0 !important;
	}

	.indtabscon {
		float: left;
		width: 100%;
		border-top: 1px solid #dcd8d8;
		border-bottom: 1px solid #dcd8d8;
		height: auto;
		overflow: hidden;
		/* background: pink; */
	}

	.indtabs ul {
		padding: 0 5px;
		overflow-y: scroll;
		white-space: nowrap;
		display: flex;
	}

	.indtabs ul li {
		padding: 10px 5px;
		float: left;

	}


	input,
	select,
	option,
	textarea {
		border: none;
		outline: none;
		font-family: "微软雅黑", arial, Helvetica, sans-serif;
	}

	.qusswiper a {
		padding: 0px 0 15px 0;
		display: block;
		/* margin-top: -104px; */
		border-bottom: 1px solid #eaeaea;
		border-bottom-color: rgb(234, 234, 234);
	}

	.i #hiswiper {
		padding-bottom: 30px;
	}

	.vido {
		position: absolute;
		top: 19%;
		left: 31%;
	}

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

	.vido img {
		width: 55% !important;
	}

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

	.picc ul li:nth-child(3) {
		margin-top: 10px;
	}

	.picc ul li:nth-child(4) {
		margin-right: 0;
		margin-top: 10px;
	}

	.picc ul {
		/*display: flex;*/
		flex-wrap: wrap;
	}

	.zs .box {

		height: 73px;

	}

	.intitle.intitle1 {
		padding: 30px 0 42px;
	}

	.layoutright {
		width: 100%;
	}

	.layoutleft {
		display: block;
		width: 100%;
	}

	.contactmain .tbox.rd {
		background: #fff;
		border: none;
	}

	.m-left ul li::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		width: calc(100% - 24px);
		height: 1px;
		background: none;
		left: 12px;
	}

	.m-left ul li::before {
		content: '';
		display: block;
		position: absolute;
		right: 59px;
		bottom: 0;
		width: 7px;
		height: 100%;
		background: url(../images/arr-r.png) center no-repeat;
	}

	.m-left ul li {
		width: 100%;
		height: 50px;
		line-height: 50px;
		padding-left: 32px;
		padding-right: 7px;
		box-sizing: border-box;
		font-size: 12px;
		position: relative;
	}

	.nynav ul li a {
		font-size: 15px;
		width: 54px;
	}

	.nynav ul li a {
		font-size: 15px;
		width: 46px;
	}

	.m-left ul li:nth-child(5) {
		width: 100%;
		height: 50px;
		line-height: 30px;

	}

	.nynav ul {
		padding: 25px 0;
		display: flex;
		overflow-y: hidden;
		overflow-x: scroll;
	}

	.m-left ul {
		height: auto;
	}

	.nynav .tit {
		display: none;
	}

	.hottel {
		display: none;
	}

	.contactmain .main1 .tbox {
		width: 100%;
		height: auto;
	}


	.w .map2 {
		display: block;
	}

	.phone_head {
		display: block
	}

	.h {
		height: 50px;
	}

	.bannerswiper .swiper-button-prev,
	.bannerswiper .swiper-button-next,
	.bannerswiper .swiper-pagination {
		display: block;
	}

	.proswiper .pic {
		width: 42.2%;
		position: relative;
	}

	.arrows {
		display: none;
	}

	.newslist li {
		width: 100%;
		margin-right: 0;
	}

	.jt_zci .let_box {
		width: 100%;
		padding-right: 0;
		border: 0;
	}

	.jt_zci .rit_box {
		width: 100%;
		margin-top: 30px;
	}

	.form {
		padding: 0;
	}

	.form li.md {
		width: 100%;
		margin-right: 0%;
	}

}

@media only screen and (max-width:768px) {
	.nybanner .tbox .tit {
		font-size: 22px;
	}

	.newspage .nshare {
		display: none;
	}
}

@media only screen and (max-width:640px) {
	.pages li {
		margin-bottom: 5px;
	}

}

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

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