@charset "utf-8";

@font-face {
	font-family: 'myriad';
	src: url('myriad roman.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: "Microsoft YaHei";
	font-size: 16px;
	overflow-x: hidden;
	color: #333333;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

img {
	border: none;
}

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

a:hover {
	color: #1d499e;
}

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: 1680px;
	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: 80px;
}

header.fixed {
	background: #fff;
}

.overflow {
	overflow: hidden;
}


/*  *  * header *  * */

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

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);
	animation: headerFix 1s ease 1;
}

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

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

.head-main {
	position: relative;
	line-height: 80px;
	font-size: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding-left: 8%;
	padding-right: 4%;
}

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

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

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

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

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

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

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

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

.head-main .nav>ul>li>a:after {
	transition: all 0.4s;
	width: 0;
	position: absolute;
	height: 2px;
	overflow: hidden;
	bottom: 19px;
	left: 50%;
	background: #1d499e;
	content: "";
	display: block;
	transform: translatex(-50%);
}

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

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

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

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

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

.drop-down ol a {
	display: block;
	font-size: 14px;
	color: #fff;
	position: relative;
	padding: 5px 40px 5px 20px;
	line-height: 25px;
	word-break: keep-all;
	/* white-space: nowrap; */
}

.drop-down ol a:after {
	position: absolute;
	content: "";
	width: 5px;
	height: 9px;
	display: block;
	right: 20px;
	top: 50%;
	opacity: 0.3;
	transform: translateY(-50%);
	background: url(../images/ji.png) no-repeat;
	/* background-size: 100%; */
}

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

.drop-down ol a:hover:after {
	opacity: 1;
}

.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: 36px;
	height: 36px;
	margin-right: 37px;

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

.right-side-box .side-menu__toggler {
	width: 55px;
	height: 80px;
	/* 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;
}

.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: #1d499e;
	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: #1d499e;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

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


/* Cursor Style */

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

.cursor {
	visibility: visible;
}

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

.cursor.hovered {
	opacity: 0.08;
}

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

.cursor-follower {
	visibility: visible;
}

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

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

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

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


/*移动端*/


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.phone-head .mask-close {
	background: #1d499e 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: #1d499e;
	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: #1d499e;
	float: none;
}

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

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

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

.sliding-menu a:hover {
	background: #1d499e;
}


/*index*/

img {
	max-width: 100%;
}

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

.bannerswiper .swiper-slide a>img {
	vertical-align: bottom;
	width: 100%;
}

.bannerswiper-xia {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0 0 200px 0;
	overflow: hidden;
}

.bannerswiper-title {
	padding-left: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 68%;
	transform: translate(-50%, -50%);
}

.bannerswiper-title:after {
	position: absolute;
	top: 25px;
	width: 26px;
	height: 26px;
	left: 0;
	background: url(../images/yuan.png) no-repeat;
	display: block;
	content: "";
}

.bannerswiper-title:before {
	position: absolute;
	top: 46px;
	width: 1px;
	height: 82%;
	left: 13px;
	background: rgb(255, 255, 255, 0.3);
	display: block;
	content: "";
}

.bannerswiper-title h2 {
	font-size: 65px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.462;
}

.bannerswiper-xia img {
	vertical-align: bottom;
}

.bannerswiper .swiper-pagination {
	bottom: 72px;
}

.bannerswiper .swiper-pagination .swiper-pagination-bullet {
	background: no-repeat;
	font-size: 20px;
	color: #959593;
	width: auto;
	height: auto;
	opacity: 1;
	position: relative;
	margin: 0 0;
	padding: 0 41px 10px 41px;
}

.bannerswiper .swiper-pagination .swiper-pagination-bullet:after {
	position: absolute;
	content: "";
	display: block;
	width: 101%;
	height: 3px;
	left: 0;
	bottom: 0;
	background: url(../images/xian.png) no-repeat;
	background-size: 100%;
}

.bannerswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: #fff;
}

.bannerswiper-xia>img {
	vertical-align: bottom;
	width: 100%;
	height: 100%;
}

.bannerswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	filter: brightness(0) invert(1);
}

.bannerswiper-xia {
	transform: translateX(-100%);
	height: 100%;
	-webkit-transform: translateX(-100%);
	opacity: 0;
	transition: 0.6s 0;
}

.bannerswiper .swiper-wrapper .swiper-slide.swiper-slide-active .bannerswiper-xia {
	opacity: 1;
	transform: translateX(0);
	transition: 0.9s 1s;
}

.bannerswiper .swiper-wrapper .swiper-slide.swiper-slide-active .bannerswiper-title h2 {
	animation: flipInX 2.5s 1.5s ease-in-out both;
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0deg);
		-ms-transform: perspective(400px) rotateX(0deg);
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

.indeg1 {
	padding: 88px 0;
}

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

.center-title {
	text-align: center;
}

.center-title span {
	font-size: 35px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	position: relative;
}

.center-title span:after {
	display: block;
	content: "";
	position: absolute;
	left: -30px;
	top: 50%;
	border-radius: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: #1d499e;
}

.center-title span:before {
	display: block;
	content: "";
	position: absolute;
	right: -30px;
	top: 50%;
	border-radius: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: #1d499e;
}

.center-title span em {
	font-style: normal;
	color: #064a88;
}

.center-title p {
	font-size: 18px;
	margin-top: 10px;
	color: rgb(102, 102, 102);
	line-height: 1.389;
	text-align: center;
}

.indeg-one {
	padding-top: 75px;
}

.indeg-one ul {
	display: flex;
}

.indeg-one ul li {
	width: 24%;
	position: relative;
	border-radius: 40px;
	overflow: hidden;
	margin-right: 25px;
}

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

.indeg-one ul li:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background: url(../images/pro.png) no-repeat bottom;
}

.indeg-one ul li a>img {
	vertical-align: middle;
	transition: all 0.8s;
}

.indeg-one ul li:hover a>img {
	transform: scale(1.1);
}

.indeg-onexia h2 {
	font-size: 20px;
	color: rgb(255, 255, 255);
	font-weight: bold;
}

.indeg-one ul li:hover {
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.74);
}

.indeg-onexia {
	margin-top: -9px;
	bottom: 0px;
	left: 0;
	width: 100%;
	text-align: center;
	transition: all 0.8s;
	/* padding: 40px 0; */
	height: 64px;
	z-index: 8;
	position: absolute;
}

.indeg-one ul li:hover .indeg-onexia {
	background-image: -moz-linear-gradient(-50deg, rgb(19, 108, 190) 0%, rgb(112, 204, 247) 100%);
	background-image: -webkit-linear-gradient(-50deg, rgb(19, 108, 190) 0%, rgb(112, 204, 247) 100%);
	background-image: -ms-linear-gradient(-50deg, rgb(19, 108, 190) 0%, rgb(112, 204, 247) 100%);
	height: 100%;
	padding: 64px 0;
	opacity: 0.851;
}

.indeg-one ul li:hover .indeg-onexia p {
	opacity: 1;
}

.indeg-onexia p {
	opacity: 0;
	transition: all 1s;
	font-size: 15px;
	color: rgb(255, 255, 255);
	line-height: 1.667;
	margin: 26px auto 0;
	max-width: 247px;
	-moz-transform: matrix(0.90225563909774, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(0.90225563909774, 0, 0, 1, 0, 0);
	-ms-transform: matrix(0.90225563909774, 0, 0, 1, 0, 0);
	text-align: center;
}

.indeg2 {
	padding-bottom: 112px;
}

.indegtwo-one {
	padding-top: 60px;
}

.indegtwo-one ul {
	display: flex;
}

.indegtwo-one ul li {
	overflow: hidden;
	width: 23%;
	position: relative;
	background: #ecebeb;
	margin-right: 10px;
	transition: all 0.6s;
}

.indegtwo-one ul li.on {
	width: 32%;
}

.indegtwo-one ul li:first-child {
	border-radius: 40px 0 0 40px;
}

.indegtwo-one ul li:last-child {
	border-radius: 0 40px 40px 0;
	margin-right: 0;
}

.indegtwo-one ul li h2 {
	padding: 28px 0;
	font-size: 24px;
	text-align: center;
	transition: all 0.6s;
	color: rgb(51, 51, 51);
	font-weight: bold;
	border-bottom: 1px solid rgb(220, 220, 220, 0.99);
}

.indegtwo-two {
	text-align: center;
	padding: 40px 0 30px 0;
}

.indegtwo-three {
	bottom: 0px;
	left: 0;
	width: 100%;
	text-align: center;
	transition: all 0.6s;
	/* padding: 40px 0; */
	height: 0px;
	z-index: 8;
	overflow: hidden;
	position: absolute;
}

.indegtwo-one ul li.on .indegtwo-three {
	background: rgb(6, 74, 138, 0.85);
	height: 100%;
	padding: 50px 10px 10px 10px;
	text-align: center;
}

.indegtwo-one ul li.on h2 {
	opacity: 0;
}

.indegtwo-one ul li.on .indegtwo-three h3 {
	transform: translateY(0%);
	opacity: 1;
}

.indegtwo-one ul li.on .indegtwo-three p {
	transform: translateY(0%);
	opacity: 1;
}

.indegtwo-one ul li.on .indegtwo-three img {
	transform: translateY(0%);
	opacity: 1;
}

.indegtwo-three h3 {
	transform: translateY(100%);
	opacity: 0;
	transition: 1s;
	font-size: 24px;
	margin-top: 9px;
	text-align: center;
	color: rgb(255, 255, 255);
}

.indegtwo-three em {
	width: 60px;
	height: 2px;
	display: inline-block;
	margin: 0 auto;
	background: #bfbfbf;
}

.indegtwo-three img {
	transform: translateY(100%);
	opacity: 0;
	transition: 1s;
}

.indegtwo-three p {
	transform: translateY(100%);
	opacity: 0;
	transition: 1s;
	font-size: 15px;
	color: rgb(255, 255, 255);
	line-height: 1.667;
	max-width: 293px;
	margin: 0 auto;
	margin-top: 10px;
}

.indeg3 {
	padding: 75px 0;
	background: #f6f7f7 url(../images/wang.png) no-repeat left bottom;
}

.indegthreea {
	display: flex;
}

.indegthree-one {
	width: 48%;
	padding-right: 69px;
}

.indegthree-two {
	width: 52%;
}

.indegthree-title-one {
	float: left;
}

.indegthree-title-two {
	float: right;
	margin-top: 42px;
	margin-right: 48px;
}

.indegthree-title-one span {
	font-size: 35px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	position: relative;
}

.indegthree-title-one span em {
	font-style: normal;
	color: #064a88;
}

.indegthree-title-one span:before {
	display: block;
	content: "";
	position: absolute;
	right: -30px;
	top: 50%;
	border-radius: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: #1d499e;
}

.indegthree-title-one h1 {
	font-size: 20px;
	color: rgba(158, 158, 161, 0.82);
	font-weight: bold;
	margin-top: 4px;
}

.indegthree-title-two img {
	vertical-align: middle;
	margin-left: 8px;
	transition: all 1s;
}

.indegthree-title-two:hover img {
	transform: translateX(8px);
}

.indegthree-title-two:hover a:after {
	background: rgb(17, 64, 153);
}

.indegthree-title-two a {
	position: relative;
	font-size: 14px;
	color: rgb(17, 64, 153);
	line-height: 1.857;
}

.indegthree-title-two a:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	bottom: -6px;
	left: 0;
	background: #d4cfcf;
}

.indegthree-one-one {
	font-size: 16px;
	color: rgb(65, 63, 63);
	line-height: 1.875;
	text-indent: 2em;
	margin-top: 50px;
}

.indegthree-one-two {
	margin-top: 60px;
}

.indegthree-one-two ul {
	display: flex;
}

.indegthree-one-two ul li {
	width: 33.3%;
	text-align: center;
}

.indegthree-one-two ul li h2 {
	text-align: center;
}

.indegthree-one-two ul li h2 span {
	background: linear-gradient(to right bottom, #448fdb, #2557aa);
	font-size: 50px;
	font-family: 'DIN';
	font-weight: bold;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.indegthree-one-two ul li h2 em {
	font-style: normal;
	color: #1d499e;
	margin-left: 10px;
	font-size: 20px;
}

.indegthree-one-two ul li p {
	text-align: center;
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.625;
}

.indegthree-two-one {
	display: flex;
	margin-top: 25px;
}

.indegthree-two-newsa {
	width: 47%;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	margin-right: 33px;
}

.indegthree-two-newsb {
	width: 48%;
}

.indegthree-two-newsa:hover a>img {
	transform: scale(1.03);
}

.indegthree-two-newsa:hover .innewsb p {
	color: #1d499e;
}

.indegthree-two-newsa:hover .innews h3 {
	color: #1d499e;
}

.indegthree-two-newsa:hover .innewsing h2 {
	color: #1d499e;
	border-right: 1px solid #1d499e;
}

.indegthree-two-newsa:hover .innews h4 img {
	transform: translateX(8px);
}

.innews:hover .innews h4 img {
	transform: translateX(8px);
}

.innews:hover .innewsb p {
	color: #1d499e;
}

.innews:hover .innewsing span {
	color: #1d499e;
}

.innews:hover h3 {
	color: #1d499e;
}

.innews:hover .innewsing h2 {
	color: #1d499e;
	border-right: 1px solid #1d499e;
}

.innews:hover h4 img {
	transform: translateX(8px);
}

.innews h4 img {
	transition: all 1s;
}

.indegthree-two-newsa:hover .innewsing span {
	color: #1d499e;
}

.indegthree-two-newsa a>img {
	vertical-align: bottom;
	width: 100%;
	transition: all 1s;
}

.innews {
	padding: 14px 15px 14px 15px;
	background: #fff;
}

.innewsing {
	display: flex;
}

.innewsing h2 {
	display: inline-block;
	text-align: center;
	font-size: 35px;
	font-family: 'DIN';
	color: rgb(102, 102, 102);
	font-weight: bold;
	line-height: 0.743;
	padding-right: 7px;
	border-right: 1px solid rgb(191, 191, 191, 0.8);
}

.innewsing span {
	font-size: 18px;
	font-family: 'myriad';
	color: rgb(63, 62, 62);
	line-height: 1.444;
	display: block;
	margin-top: 2px;
	font-weight: normal;
}

.innews {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.innewsb p {
	margin-top: 10px;
	padding-left: 20px;
	font-size: 17px;
	color: rgb(0, 0, 0);
	line-height: 1.529;
}

.innews h3 {
	font-size: 15px;
	margin-top: 8px;
	color: rgb(102, 102, 102);
	line-height: 1.6;
}

.innews h4 {
	border-top: 1px solid #d4cfcf;
	;
	text-align: right;
	margin-top: 8px;
	padding-top: 6px;
	padding-right: 15px;
}

.indegthree-two-newsb .innews:nth-child(1) {
	margin-bottom: 15px;
}

.indegthree-two-newsb .innews {
	padding: 14px 15px 13px 15px;
}

.indegthree-two-newsb .innews h4 {
	padding-top: 6px;
}

.footeringa {
	display: flex;
	padding: 50px 0;
}

.footeringa-one {
	width: 31%;
}

.footeringa-one h2 {
	font-size: 22px;
	color: rgb(51, 51, 51);
	text-align: left;
}

.footeringa-aing {
	display: flex;
}

.footeringa-aingleft {
	width: 50%;
}

.footeringa-aingright {
	width: 50%;
}

.footeringa-aingleft ul li {
	display: flex;
	margin-top: 25px;
}

.footeringa-aingleft ul li h2 img {
	vertical-align: -webkit-baseline-middle;
}

.footeringa-aingleft ul li p {
	margin-left: 20px;
	font-size: 16px;
	color: rgb(7, 20, 46);
}

.footeringa-aingleft ul li p strong {
	color: #666666;
	display: block;
	font-size: 20px;
	margin-top: 5px;
}

.footeringa-aingleft ul li p span {
	color: #666666;
	display: block;
	font-size: 16px;
	margin-top: 5px;
}

.footeringa-aingright {
	text-align: center;
	margin: auto auto;
}

.footeringa-aingright p {
	text-align: center;
	font-size: 16px;
	color: rgb(102, 102, 102);
	margin-top: 10px;
}

.footeringa-aingleft ul li:hover h2 img {
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: shake 0.5s;
	animation: shake 0.5s;
}

.footeringa-aingright img:hover {
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: shake 0.5s;
	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);
	}
}

.footeringa-two {
	width: 45%;
}

.footeringa .w .ww {
	display: flex;
}

.footeringa-two ul {
	display: flex;
	padding-top: 22px;
}

.footeringa-two ul li {
	/* width: 25%; */
	position: relative;
	padding-left: 26px;
	padding-right: 34px;
	border-left: 1px solid rgb(191, 191, 191, 0.09);
}

.footeringa-two ul li:after {
	position: absolute;
	display: block;
	content: "";
	width: 2px;
	height: 18px;
	background: #035fa3;
	left: -1px;
	top: 0;
}

.footeringa-two ul li h2 {
	font-size: 16px;
	color: rgb(51, 51, 51);
	margin-bottom: 10px;
}

.footeringa-two ul li a {
	display: block;
	font-size: 14px;
	color: rgb(132, 141, 146);
	line-height: 2.143;
}

.footeringa-two ul li a:hover {
	color: #1d499e;
}

.footeringa-three {
	width: 24%;
}

.footeringa-three h2 {
	font-size: 22px;
	font-family: "Microsoft YaHei";
	color: rgb(51, 51, 51);
	margin-bottom: 20px;
}

.footeringa-three>a {
	font-size: 14px;
	padding: 7px 10px;
	color: rgb(132, 141, 146);
	border-radius: 5px;
	border: 1px solid #5c7181;
	margin-right: 6px;
	display: inline-block;
	margin-bottom: 15px;
}

.footeringa-three>a:nth-child(4n) {
	margin-right: 0px;
}

.footeringa-three》a:hover {
	color: #1d499e;
	border: 1px solid #1d499e;
}

.footeringb {
	border-top: 1px solid rgb(92, 113, 129, 0.14);
}

.footeringb p {
	padding: 25px 0;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: rgba(0, 0, 0, 0.651);
}

.footeringa {
	position: relative;
}

.footeringb p a {
	color: rgba(0, 0, 0, 0.651);
}

.footeringb p a:hover {
	color: #1d499e;
}

.logoaa {
	z-index: 99999999999999999;
	position: fixed;
	right: 115px;
	bottom: 100px;
	animation-delay: 0ms;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: arrow;
	animation-play-state: running;
	animation-timing-function: linear;
}

@keyframes arrow {
	0% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}

	50% {
		-webkit-transform: translate3d(0px, -10px, 0px);
	}

	100% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
}

.logoaa img:hover {
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: shake 0.5s;
	animation: shake 0.5s;
}

.nbannerone {
	position: relative;
}

.nbannerone-title {
	position: absolute;
	/*width: 100%;*/
	top: 48%;
	right: 15%;
	transform: translateY(-50%);
}

.nbannerone-to h2 {
	font-size: 30px;
	color: rgb(255, 255, 255);
	font-weight: bold;
}

.nbannerone-to h3 {
	font-size: 30px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin-top: 10px;
}

.nbannerone-to {
	position: relative;
	padding-right: 55px;
}

.nbannerone-to:after {
	position: absolute;
	width: 8px;
	height: 8px;
	right: 0;
	top: 0;
	content: "";
	display: block;
	border-radius: 50%;
	border: 5px solid #fff;
}

.nbannerone-to:before {
	position: absolute;
	width: 1px;
	/*height: 270px;*/
	right: 8px;
	top: 14px;
	content: "";
	display: block;
	background: rgb(255, 255, 255, 0.31);
	animation: headerFixing 2s infinite .2s;
}

@keyframes headerFixing {
	0% {
		height: 0px;
	}

	100% {
		height: 270px;
	}
}

.nbannerone {
	overflow: hidden;
}

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

.nbannerone-xia {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	padding: 10px 0;
	background: rgb(0, 0, 0, 0.42);
}

.nbannerone-xialeft {
	float: left;
}

.innewsb p {
	-webkit-line-clamp: 1 !important;
}

.innewsa {
	width: 32%;
}

.nbannerone-xiaright {
	float: right;
	padding: 8px 0px;
	margin-right: 11%;
	color: #FFFFFF;

}

.nbannerone-xialeft a {
	font-size: 17px;
	color: rgb(255, 255, 255);
	display: inline-block;
	border-radius: 10px;
	padding: 8px 27px;
}

.nbannerone-xialeft a.on,
.nbannerone-xialeft a:hover {
	background: linear-gradient(to right, #0f3e7e, #1d91d1);
}

.nbannerone-xiaright img {
	margin-right: 10px;
}

.nbannerone-xiaright a:first-child::after {
	width: 13px;
	height: 13px;
	background: url(/template/pc/skin/images/icoHome.png) no-repeat;
}

.nbannerone-xiaright a::after {
	position: absolute;
	background: url(/template/pc/skin/images/icoCurJt.png) no-repeat;
	width: 7px;
	height: 8px;
	content: "";
	display: block;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.nbannerone-xiaright a {
	padding-left: 20px;
	font-size: 13px;
	position: relative;
	margin-right: 8px;
	color: rgb(255, 255, 255);
}

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

.about-one {
	padding: 110px 0 110px 0;
}

.about-one h2 {
	text-indent: 25px;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
	background-image: linear-gradient(to right, #0e3878, #1e94d4, #1e94d4, #1e94d4, #1e94d4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about-one p {
	font-size: 16px;
	margin-bottom: 20px;
	color: rgb(102, 102, 102);
	line-height: 1.625;
	text-indent: 25px;
}

.about-twotelti span {
	font-size: 35px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	position: relative;
}

.about-twotelti em {
	font-style: normal;
	color: #064a88;
}

.about-twotelti h1 {
	font-size: 20px;
	color: rgba(158, 158, 161, 0.82);
	font-weight: bold;
	margin-top: 4px;
	text-transform: uppercase;
}

.about-twotelti span:before {
	display: block;
	content: "";
	position: absolute;
	right: -20px;
	top: 50%;
	border-radius: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: #1d499e;
}

.about-three {
	padding-top: 200px;
	padding-bottom: 50px;
	background: linear-gradient(to top, #d1e8f5, #ffffff);
}

.he_b3p2gh {
	padding-top: 180px;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	padding-top: 167px;
	padding-bottom: 183px;
}

.he_b3p2gli1.act {
	border-radius: 50px 50px 0px 50px;
	left: 0px;
}

.he_b3p2gli1 {
	top: 45px;
}

.g_fadeup2 {
	animation: fadeInUp 1s ease both;
	animation-delay: 0.5s;
}

.he_b3p2gjgf {
	cursor: pointer;
}

.he_b3p2gli1 {
	background: #274a94;
}

.he_b3p2gli3 {
	background: #f5f5f5;
	bottom: 62px;
	left: 111px;
}

.he_b3p2gli5 {
	background: #9dabcf;
	bottom: 36%;
	right: 60px;
}


/*.he_b3p2gli6 {
    background: #f5f5f5;
    bottom: 62px;
    left: 111px;
}*/

.he_b3p2gli3.act {
	border-radius: 50px 0px 50px 50px;
	left: 0px;
}

.he_b3p2gli4 {
	bottom: 63px;
	right: 179px;
}

.he_b3p2gli {
	width: 210px;
	/*z-index: -1;*/
	cursor: pointer;
	height: 210px;
	position: absolute;
	border-radius: 52px;
	transition: all 0.36s;
}

.he_b3p2lwli.slick-current {
	-webkit-animation: fadeIn 0s ease both;
	animation: fadeIn 0s ease both;
	animation-delay: 0s;
}

.he_b3p2lw .slick-prev,
.he_b3p2lw .slick-next {
	/*display: none !important;*/
	font-size: 0;
	background: inherit;
	border: inherit;
}

.he_b3p2lwli:first-child {
	display: block;
}

.he_b3p2gh {
	z-index: 1;
}

.slick-track .slick-slide {
	display: block !important;
}

.slick-initialized .slick-slide {
	display: block;
}

.he_b3p2lwli {
	width: 100%;
}

.he_b3p2lwli {
	padding: 60px 63px 70px;
	min-height: 340px;
}

.he_b3p2lwli {
	background: #fff;
	box-shadow: 0px 3px 16px 5px rgb(0 0 0 / 6%);
	padding: 68px 63px 96px;
	border-radius: 60px;
	width: 100%;
	display: none;
	margin: 15px;
	min-height: 410px;
}

.clearfix {
	zoom: 1;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
}

.he_b3p2lwli.slick-current .he_b3p2lwle {
	-webkit-animation: fadeIn 1s ease both;
	animation: fadeIn 1s ease both;
	animation-delay: 0.1s;
}

.fl {
	float: left;
}

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

	100% {
		opacity: 1;
	}
}

.he_b3p2lwle {
	width: 114px;
	position: relative;
}

.he_b3p2gli1 {
	top: 60px;
	left: 206px;
}

.he_b3p2lw {
	width: 820px;
	margin: 0 auto;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.he_b3p2gli2 {
	top: 60px;
}

.he_b3p2gli2 {
	background: #2e3954;
	right: 206px;
}

.he_b3p2lwikp p {
	font-size: 22px;
	line-height: 1.6;
	color: #666666;
}

.he_b3p2gli2.act {
	border-radius: 50px 50px 50px 0px;
	right: 0px;
}

.he_b3p2gli5.act {
	border-radius: 0px 50px 50px 50px;
	bottom: 50px;
	right: 30px;
}

.he_b3p2gli4.on {
	right: 30%;
}

.he_b3p2gli p {
	font-size: 30px;
	line-height: 1.75;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	padding: 10px;
}

.he_b3p2lwle img {
	width: 100%;
}

.he_b3p2lwiti {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 24px;
}

.he_b3p2lwiti p {
	font-size: 30px;
	line-height: 1.75;
	color: #274a94;
}

.yois {
	font-size: 16px;
	color: rgb(51, 51, 51);
	margin-top: 27px;
}

.yois a {
	margin-right: 10px;
	display: inline-block;
	font-size: 14px;
	color: rgb(132, 141, 146);
}

.yois a:hover {
	color: #035fa3;
}

.he_b3p2lwikp {
	margin-top: 25px;
}

.he_b3p2lwikp p {
	height: 114px;
	overflow: hidden;
}

.he_b3p2lwli.slick-current .he_b3p2lwri {
	-webkit-animation: fadeIn 1s ease both;
	animation: fadeIn 1s ease both;
	animation-delay: 0.1s;
}

.he_b3p2lwri {
	width: calc(100% - 114px);
	padding-left: 50px;
	margin-top: 5px;
}

.he_b3p2gli3 p {
	color: #333333;
}

.fl {
	float: left;
}

.he_b3p2gli6 {
	background: #f5f5f5;
	top: 50px;
	left: 500px;
}

.he_b3p2gli6.act {
	left: 530px;
	border-radius: 50px 50px 0px 50px;
	top: -28px;
}

.he_b3p2gli6 p {
	color: #333333;
}

.he_b3p2gli7 p {
	color: #333333;
}

.he_b3p2gli7 {
	background: #d9d0d0;
	bottom: 32px;
	right: 500px;
}

.he_b3p2gli7.act {
	bottom: -9px;
	border-radius: 0px 50px 50px 50px;
}

.he_b3p2gli7.on {
	right: 650px;
}

.he_b3p4ul {
	width: 100%;
	position: relative;
	padding-top: 60px;
}

.he_b3p4ul .swiper-container {
	margin: 0 -30px;
}

.he_swepb3 {
	padding-bottom: 15px !important;
}

.he_cupbx.go1 .he_fadeup1 {
	-webkit-animation: fadeIniup 1s ease both;
	animation: fadeIniup 1s ease both;
	-ms-animation: fadeInUp 1s ease both;
	animation-delay: 0.3s;
}

.he_b3p4uhd {
	/* width: 270px !important; */
	padding: 25px 20px;
}

.he_b3p4li {
	z-index: 99;
	padding: 56px 43px 28px;
}

.he_b3p4li {
	width: 100%;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 6%);
	padding: 56px 43px;
	transition: all 0.36s;
}

.he_b3p4ic {
	text-align: center;
}

.about-three .he_b3p4ul {
	max-width: 1460px;
	margin: 0 auto;
}

.he_b3p4te {
	position: relative;
	z-index: 3;
}

.he_b3p4te p {
	font-size: 22px;
	line-height: 1.35;
	color: #274a94;
	overflow: hidden;
	transition: all 0.36s;
}

.he_b3p4te {
	text-align: center;
	padding-top: 30px;
	position: relative;
}

.he_b3p4ul {
	z-index: 99;
}

.he_c2p4xtim {
	position: absolute;
	top: 38%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.he_c2p4xtim p {
	font-size: 100px;
	line-height: 1;
	color: rgba(39, 74, 148, 0.22);
	text-align: center;
	/*font-weight: bold;*/
	font-family: 'DIN';
	transition: all 0.36s;
}

.he_swefy {
	padding: 0 20px !important;
	width: 96% !important;
	left: 26px !important;
	height: 2px !important;
	background: transparent !important;
	top: inherit !important;
	bottom: 10px;
}

.he_swefy .swiper-pagination-progressbar-fill {
	background: #4e6ba7 !important;
}

.he_swefy::before {
	content: '';
	position: absolute;
	left: -5px;
	top: -5px;
	width: 12px;
	height: 12px;
	background: #274a94;
	border-radius: 50%;
	z-index: 10;
}

.he_b3p4le.swiper-button-disabled {
	opacity: 0.4;
}

.he_b3p4le,
.he_b3p4ri {
	width: 49px;
	height: 49px;
	outline: none;
	cursor: pointer;
	transition: all 0.36s;
}

.he_b3p4ri {
	margin-left: 23px;
}

.he_b3p3an {
	width: 100%;
	margin-top: 40px;
}

.he_b3p4le img {
	width: 100%;
}

.he_b3p4li:hover {
	background: #1d499e;
}

.he_b3p4li:hover .he_b3p4te p {
	color: #fff;
}

.he_b3p4li:hover .he_b3p4ic img {
	filter: brightness(0) invert(1);
}

.he_b3p4 .he_c2p4xtim {
	z-index: 1;
}

.he_b3p4ri.swiper-button-disabled {
	opacity: 0.4;
}

.he_b3p4li:hover .he_c2p4xtim p {
	color: #335396;
	/*opacity: 0.2;*/
}

.he_b3p4ic {
	/*text-align: center;*/
	z-index: 3;
	width: 70px;
	position: relative;
	margin: 0 auto;
}

html::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

html::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 0px;
	padding: 0 6px;
	background: #064a88;
}

html::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	border-radius: 0px;
	background: #fff;
}

.contact-one {
	padding: 94px 0;
	background: #eef0f3;
}

.contact-one1 {
	display: flex;
}

.contacta {
	width: 63%;
	padding: 65px 0 37px 0;
	background: #fff;
	border-radius: 40px 0 0 40px;
}

.contactb {
	width: 38%;
}

.contactaing {
	max-width: 490px;
	margin-left: 23%;
}

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

.contactaing h3 {
	font-size: 17px;
	font-family: 'DIN';
	color: rgb(51, 51, 51);
	text-transform: uppercase;
	line-height: 1.647;
}

.contactaing ul {
	padding: 30px 0;
}

.contactaing ul li {
	padding: 15px 0;
	border-bottom: 1px solid rgb(226, 244, 244, 0.34);
}

.contactaing ul li:first-child {
	border-top: 1px solid rgb(226, 244, 244, 0.34);
}

.contactaing ul li img {
	vertical-align: middle;
	margin-right: 30px;
}

.contactaing ul li {
	font-size: 16px;
	color: rgb(102, 102, 102);
}

.contactaing ul li a {
	font-size: 25px;
	color: #18a4ea;
	font-weight: bold;
}

.contactaing-er {
	text-align: center;
	/*margin-top: 30px;*/
	max-width: 235px;
}

.contactaing-er p {
	font-size: 16px;
	color: rgb(102, 102, 102);
}

.contactb {
	overflow: hidden;
}

.contactb img {
	transition: all 0.8s;
	vertical-align: bottom;
}

.contactb:hover img {
	transform: scale(1.2);
}

.contactaing ul li:hover img {
	animation: swing 1s 0s ease both;
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		-ms-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		-ms-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		-ms-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		font-weight: normal -webkit-transform: rotate3d(0, 0, 1, -5deg);
		-ms-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		-ms-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.new-22 {
	background: #f6f7f7;
	padding: 100px 0 65px 0;
}

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

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

.newsmore img {
	padding: 21px 0;
}

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

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

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

.newsmord {
	float: left;
}

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

.newsmorg {
	overflow: hidden;
}

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

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

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

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

.news-2 ul li:hover .newsmord h2 {
	font-size: 20px;
	color: rgb(30, 148, 212);
	font-weight: bold;
}

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

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

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

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

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

.pages li:hover span,
.pages li span.current {
	background: #136cbe;
	color: #fff;
}

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

.newsxq-1 .main {
	background: #f6f7f7;
	z-index: 88;
	margin-bottom: 0px;
	/* padding: 7px 7px 0px 7px; */
	overflow: hidden;
	margin-top: 0px;
	border-radius: 50px 50px 0 0;
}

.newsxq-1 .leftlayout {
	float: left;
	width: 60%;
	position: relative;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 6px 0px rgb(141 136 136 / 23%);
	margin: 60px 35px 50px 160px;
	padding: 60px 30px 0px 30px;
	/* border: 1px solid #D8D6D6; */
}

.newsxq-1 .leftlayout:after {
	position: absolute;
	content: "";
	width: 632px;
	height: 92px;
	display: block;
	background: url(../images/c_k1_adorn.png) no-repeat;
	top: 29px;
	right: 47px;
}

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

.nestit h2 {
	font-size: 28px;
	color: #333333;
	text-align: center;
	font-weight: normal;
	line-height: 1.92;
	/* text-align: right; */
}

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

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

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

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

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

.newspage ul {
	overflow: hidden;
}

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

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

.newspage a:hover {
	color: #1d499e !important;
}

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

.newsxq-1 .rightlayout {
	float: right;
	margin-right: 0;
	width: 28.6%;
	border-radius: 0;
	overflow: hidden;
	padding-bottom: 16px;
	margin-top: 0;
	background: #f6f7f7;
	height: 100%;
}

.relatednews {
	padding-left: 30px;
}

.relatednews .title {
	font-size: 22.6px;
	position: relative;
	margin: 82px 31px 0px 18px;
	position: relative;
	padding-left: 15px;
	color: #585858;
	border-left: 3px solid #0f68ac;
	/* background: #F2F2F2; */
}

.relatednews ul {
	padding: 40px 10px 10px 10px;
	max-width: 377px;
}

.relatednews ul li {
	margin-top: -1px;
	border-bottom: 1px solid #ebebeb;
}

.relatednews ul li a {
	font-size: 15px;
	font-family: "Microsoft YaHei";
	color: rgb(51, 51, 51);
	/* height: 70px; */
	line-height: 1.6;
	margin: 15px 0px;
	padding: 0 29px;
	background: url(../images/newsico.png) no-repeat 20px top;
	background-position: 7px 11px;
}

.ded {
	font-size: 13px;
	color: #666666;
	margin-top: 0px;
	padding-bottom: 15px;
	margin-left: 30px;
}

.ded img {
	vertical-align: middle;
	margin-right: 8px;
}

.relatednews ul li:hover a {
	color: #0f68ac;
}

.relatednews ul li:hover {
	border-bottom: 1px solid #0f68ac;
}

.anli-one {
	padding: 70px 0 60px 0;
}

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

.anli-one1 ul li {
	width: 23.5%;
	margin-right: 30px;
	padding: 12px 12px 33px 12px;
	background: #fff;
	border-radius: 20px;
	margin-bottom: 30px;
	transition: all 0.5s;
}

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

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

.anli-one {
	background: #f6f7f7;
}

.anli-img img {
	vertical-align: bottom;
	transition: all 0.5s;
}

.anli-tlte {
	margin-top: 35px;
}

.anli-tlte h2 {
	font-size: 16px;
	color: rgb(102, 102, 102);
	text-align: center;
	max-width: 275px;
	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;
}

.anli-tlte {
	position: relative;
}

.anli-tlte h3 {
	position: absolute;
	color: #fff;
	font-size: 14px;
	border-radius: 5px 10px 5px 10px;
	background: #b5b5b5;
	bottom: -4px;
	right: 20px;
	padding: 6px 11px;
	transition: all 0.5s;
}

.anli-one1 ul li:hover {
	background: linear-gradient(to top, #0f3e7e, #1d91d1);
}

.anli-one1 ul li:hover .anli-tlte h2 {
	color: #fff;
}

.anli-tlte h3:hover {
	border-radius: 2px;
}

.anli-one1 ul li:hover .anli-img img {
	transform: scale(1.2);
}

.indeg2.anli-index .indegtwo-one ul li {
	background: #fff;
}

.indeg2.anli-index {
	padding-top: 70px;
	background: #f6f7f7;
}

.prot-one {
	background: #f6f7f7;
	padding: 65px 0 100px 0;
}

.prot-oneing {
	padding-top: 70px;
}

.prot-oneing ul li {
	border-radius: 40px;
	overflow: hidden;
	width: 23.9%;
	margin-right: 20px;
	margin-bottom: 20px;
}

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

.prot-oneing ul li:nth-child(2) .pro-onea h2 {
	margin-top: 38px;
}

.prot-oneing ul li:nth-child(3) .pro-onea h2 {
	margin-top: 38px;
}

.prot-oneing ul li:nth-child(4) .pro-onea h2 {
	margin-top: 38px;
}

.pro-onea {
	padding: 24px 0 15px;
	background: #fff;
	position: absolute;
	height: 154px;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	transition: all 0.5s;
}

.pro-onea h2 {
	text-align: center;
	font-size: 20px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	margin-bottom: 15px;
	transition: all 0.5s;
	margin-top: 38px;
}

.pro-onea p {
	text-align: center;
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.875;
	transition: all 0.5s;
}

.prot-oneing ul {
	display: flex;
	flex-wrap: wrap;
}

.pro-onea h3 {
	text-align: right;
	padding-right: 25px;
}

.pro-tltle {
	position: relative;
}

.pro-tltle>img {
	vertical-align: bottom;
	position: relative;
	bottom: -55px;
	transition: all 0.5s;
}

.prot-oneing ul li:hover .pro-tltle>img {
	transform: scale(1.2);
}

.prot-oneing ul li:hover .pro-onea h2 {
	color: #fff;
}

.prot-oneing ul li:hover .pro-onea p {
	color: #fff;
}

.prot-oneing ul li:hover .pro-onea img {
	filter: brightness(0) invert(1);
	animation: swing 1s 1s ease both;
}

.prot-oneing ul li:hover .conceptbg mark {
	transform: scaleX(1);
	/* -webkit-transform: scaleX(1); */
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}

.conceptbg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}

.conceptbg mark {
	display: block;
	width: 100%;
	z-index: 6;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #064a88;
	background: #f89b30\9;
	filter: alpha(opacity=50);
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .9s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-transform .9s cubic-bezier(.4, 0, .2, 1);
	transition: transform .9s cubic-bezier(.4, 0, .2, 1);
	transition: transform .78s cubic-bezier(.4, 0, .2, 1), -webkit-transform .9s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}

.pro-one {
	background: #f6f7f7;
}

.pro-oneleft {
	/* width: 22%; */
	z-index: 99;
	float: left;
	/* width: 367px; */
}

.pro-oneing {
	position: relative;
}

.pro-onelefta {
	padding-top: 1px;
	box-shadow: 0px 2px 20px rgb(0 0 0 / 20%);
	width: 350px;
	background: #fff url(../images/bjj.png) no-repeat right bottom;
	background-size: 100%;
	border-radius: 15px 70px 15px 15px;
	z-index: 99;
	transition: all 1s;
	top: -94px;
	position: relative;
}

.tileing h2 {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
}

.tileing h2 em {
	font-style: normal;
	font-size: 30px;
	color: rgb(43, 133, 205);
	font-weight: bold;
}

.tileing {
	background: url(../images/pr.png) no-repeat center;
	background-size: 100%;
	margin: 6px 7px 7px 7px;
	border-radius: 10px 70px 10px 10px;
	padding: 30px 38px;
	position: relative;
}

.tileing img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
}

.tileing h3 {
	font-size: 30px;
	font-family: "Arial";
	color: rgb(102, 102, 102, 0.3);
	font-weight: bold;
	text-transform: uppercase;
}

.pro-oneul {
	padding-bottom: 150px;
	margin-top: 30px;
}

.pro-oneul ul li.on h2 {
	border-top: inherit;
	border-bottom: inherit;
}

.pro-oneul ul li {
	padding: 0 45px;
	position: relative;
}

.pro-oneul ul li h2 {
	padding: 14px 0;
	border-bottom: 1px dashed #ebeef0;
	position: relative;
}

.pro-oneul ul li.on h2 {
	font-size: 20px;
	font-weight: bold;
}

.pro-oneul ul li.on h2:before {
	content: "";
	display: block;
	top: 0px;
	height: 63px;
	width: 346px;
	position: absolute;
	background: url(../images/cpbj.png) no-repeat;
	left: -56px;
	border-radius: 0 27.5px 27.5px 0;
	z-index: -1;
	background-size: cover;
}

.pro-oneul ul li.on h2 img {
	filter: brightness(0) invert(1);
}

.pro-oneul ul li.on h2 a {
	color: #fff;
}

.pro-oneul ul li h2 {
	cursor: pointer;
}

.pro-oneul ul li h2 {
	position: relative;
	font-size: 18px;
	color: #333333;
}

.pro-oneul ul li h2 a {
	color: #333333;
}

.pro-oneul ul li h2 img {
	vertical-align: middle;
	margin-right: 20px;
}

.pro-oneul ul li.on h2:after {
	content: "——";
	color: #fff;
	display: block;
	top: 50%;
	right: 10px;
	overflow: hidden;
	font-size: 8px;
	width: 22px;
	font-weight: bold;
	position: absolute;
	transform: translateY(-50%);
}

.pro-oneul ul li.on .pro-oneulxia {
	display: block;
}

.pro-oneulxia {
	display: none;
	padding: 21px 26px 8px 4px;
}

.pro-oneulxia a.on,
.pro-oneulxia a:hover {
	color: #2a2d77;
}

.pro-oneulxia a {
	display: block;
	position: relative;
	font-size: 14px;
	margin-bottom: 20px;
	color: #666666;
	text-transform: uppercase;
}

.pro-oneulxia a img {
	vertical-align: middle;
	margin-right: 14px;
}

.pro-oneright {
	padding: 42px 0 90px 24px;
}

.pro-oneright {
	float: right;
	width: 78%;
}

.pro-onerighttop {
	background: url(../images/proxq.png) no-repeat;
	background-size: cover;
	border-radius: 20px;
	box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
	padding: 30px 25px 20px 35px;
}

.pro-onerighttop {
	display: flex;
}

.pro-onerighttopa {
	width: 49%;
}

.pro-onerighttopb {
	position: relative;
	padding-left: 10px;
}

.pro-onerighttopb {
	width: 47%;
	padding-top: 50px;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	border: 1px solid #1d499e;
}

.gallery-thumbs .swiper-slide {
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #c7d5ea;
}

.pro-onerighttopb {
	position: relative;
}

.pro-onerighttopb {
	width: 51%;
	padding-top: 31px;
	padding-left: 50px;
}

.pro-onerighttopb h2 {
	font-size: 25px;
	color: #136cbe;
	font-weight: bold;
	padding-bottom: 18px;
	margin-bottom: 40px;
	border-bottom: 1px solid rgb(153, 153, 153, 0.17);
}

.pro-onerighttopb p {
	font-size: 16px;
	color: #666666;
	position: relative;
	text-transform: uppercase;
	padding-left: 32px;
	margin-bottom: 17px;
	max-width: 466px;
}

.pro-onerighttopb a:hover {
	border-radius: 0px 20px 0px 20px;
}

.pro-onerighttopb p:after {
	width: 5px;
	height: 5px;
	position: absolute;
	content: "";
	left: 9px;
	top: 8px;
	border-radius: 50%;
	background: #136cbe;
	display: block;
	vertical-align: middle;
}

.pro-onerighttopb a {
	position: relative;
	font-size: 20px;
	display: inline-block;
	margin-top: 30px;
	transition: all 0.5s;
	padding: 11px 34px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	border-radius: 20px 0 20px 0;
	background-image: -webkit-linear-gradient(left, #70ccf7, #146ebf);
}

.pro-onerighttopb a img {
	vertical-align: middle;
	margin-right: 10px;
}

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

.gallery-top .swiper-slide {
	/* padding: 30px; */
	text-align: center;
	overflow: hidden;
	border-radius: 20px;
	/* background-image: -webkit-linear-gradient( -58deg, rgb(255, 255, 255) 0%, rgb(232, 235, 235) 100%); */
}

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

.gallery-thumbs {
	margin-top: 18px;
}

.gallery-thumbs .swiper-slide {
	/* background-image: -webkit-linear-gradient( -58deg, rgb(255, 255, 255) 0%, rgb(232, 235, 235) 100%); */
	/* padding: 5px; */
	text-align: center;
}

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

.pro-onerightxq {
	background: #fff;
}

.pro-onerightxq {
	margin-top: 12px;
	border-radius: 20px;
	border: 1px solid #e1e6e6;
}

.pro-oneright-cpxq h2 {
	font-size: 25px;
	border-radius: 20px 0 40px 0;
	color: rgb(255, 255, 255);
	font-weight: bold;
	display: inline-block;
	background-image: -webkit-linear-gradient(left, #136cbe, #70ccf7);
	padding: 19px 63px;
}

.pro-oneright-kang {
	font-size: 16px;
	color: rgb(102, 102, 102);
	text-transform: uppercase;
	line-height: 1.25;
	padding: 70px 70px 100px 70px;
}

.pro-oneright-kang p {
	margin-bottom: 20px;
}

.pro-onerightxg-tltle {
	font-size: 25px;
	font-weight: bold;
	margin: 50px 0;
	padding-left: 20px;
	border-left: 2px solid #136cbe;
}

.pro-onerightxg .anli-one1 ul li {
	margin-right: 40px;
	width: 31.1%;
	box-shadow: 0px 2px 20px rgb(0 0 0 / 20%);
}

.pro-onerightxg .anli-one1 ul li:nth-child(4n) {
	margin-right: 40px;
}

.pro-onerightxg .anli-one1 ul li .anli-img {
	text-align: center;
	/* padding: 8px; */
	/* background-image: -webkit-linear-gradient( -58deg, rgb(242, 244, 241) 0%, rgb(160, 172, 170) 100%); */
}

.pro-onerightxg .anli-one1 ul li:nth-child(3n) {
	margin-right: 0px;
}

.pro-onelefta.tab_fix {
	position: fixed;
	top: 100px;
	margin-top: 0;
}

.pro-onelefta.tab_fix_bottom {
	position: absolute;
	bottom: 50px;
	top: auto;
}

.hearilia {
	display: none;
	position: absolute;
	top: 100%;
	width: 54%;
	/*height: 290px;*/
	right: 0;
	background: transparent;
}

.hearilib {
	display: flex;
}

.hearilib {
	/*position: absolute;
    right: 0;*/
	display: flex;
	width: 100%;
}

.hearilia1 {
	border-radius: 0 0 0 50px;
	background: #f1f7ff;
	width: 29%;
}

.hearilia1 ol {
	padding: 30px 0 80px 0;
}

.hearilia1 ol li {
	line-height: 1;
	text-align: center;
	padding: 0px 47px;
	z-index: 1;
	position: relative;
}

.hearilia1 ol li a {
	font-size: 16px;
	padding: 12px 0;
	display: inline-block;
	color: #666666;
	z-index: 9;
	padding-left: 37px;
	text-align: left;
	width: 217px;
	position: relative;
	border-bottom: 1px solid #ffffff;
}

.hearilia1 ol li a:after {
	position: absolute;
	left: 10px;
	top: 50%;
	width: 4px;
	height: 4px;
	display: block;
	content: "";
	background: #2b85cd;
	border-radius: 50%;
	transform: translateY(-50%);
}

.hearilia1 ol li:hover:after,
.hearilia1 ol li.auto:after {
	width: 104%;
	border-radius: 0 30px 30px 0;
	height: 100%;
	background: #2b85cd;
	position: absolute;
	left: 0;
	z-index: -1;
	top: 0;
	display: block;
	content: "";
}

.hearilia1 ol li:hover a,
.hearilia1 ol li.auto a {
	/* border-bottom: 1px solid #2b85cd; */
	color: #fff;
}

.hearilia1 ol li:hover a:after,
.hearilia1 ol li.auto a:after {
	background: #fff;
}

.hearilia2 {
	padding: 35px 0 20px 85px;
	width: 71%;
	background: rgb(247, 249, 250, 0.9);
}

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

.hearilia2 p {
	font-size: 20px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	line-height: 1;
	margin-top: -21px;
}

.nav_pos {
	height: 100vh;
	background: url(../images/top_bg1.jpg) no-repeat;
	background-size: cover;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999999999;
	width: 0;
	/*  left: 0;*/
	bottom: 0;
	transform-origin: left top;
	transition: all 0.4s;
}

.nav_pos.act {
	width: 100%;
	height: 100%;
	transition: all 0.9s;
}

.opennav .nav-btn {
	display: block;
}

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

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

.nav-btn.close span.n1 {
	top: 11px;
	transform: rotate(45deg);
}

.sub2 ul li {
	opacity: 0;
	transform: translateX(100px);
}

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

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

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

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

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

.nav-btn span {
	width: 100%;
	height: 2px;
	background: #262626;
	position: absolute;
	overflow: hidden;
	left: 0;
	transition: all 0.5s ease;
}

.nav-btn.close span.n3 {
	top: 11px;
	transform: rotate(-45deg);
}

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

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

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

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

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

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

.sub2 .sub_a a {
	text-decoration: none;
	display: block;
	background: none;
	color: #555555;
	display: block;
	height: 40px;
	line-height: 40px;
	transition: all 0.3s;
}

.pro-div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10%;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 40px;
}

.pro-onerightxg.pro-onerightxg-pro .anli-one1 ul li:nth-child(4n) {
	margin-right: 10px;
}

.pro-one .pro-onerightxg.pro-onerightxg-pro .anli-one1 ul li:nth-child(4n) {
	margin-right: 40px;
}

.relatednews-pro .title {
	font-size: 22.6px;
	position: relative;
	margin: 42px 30px 0px 37px;
	position: relative;
	padding-left: 15px;
	color: #585858;
	border-left: 3px solid #0f68ac;
	/* background: #F2F2F2; */
}

.relatednews-pro1 {
	margin-top: 40px;
	width: 80%;
}

.pro-chan {
	margin-right: 0px;
	width: 100%;
	box-shadow: 0px 2px 20px rgb(0 0 0 / 3%);
	padding: 12px 12px 33px 12px;
	background: #fff;
	border-radius: 20px;
	/*margin-bottom: 30px;*/
	transition: all 0.5s;
}

.pro-img {
	text-align: center;
	border-radius: 20px;
	overflow: hidden;
}

.pro-img img {
	vertical-align: bottom;
	transition: all 0.5s;
}

.pro-tlte {
	position: relative;
}

.pro-tlte {
	margin-top: 35px;
}

.pro-tlte h3 {
	position: absolute;
	color: #fff;
	font-size: 14px;
	border-radius: 5px 10px 5px 10px;
	background: #b5b5b5;
	bottom: -4px;
	right: 20px;
	padding: 6px 11px;
	transition: all 0.5s;
}

.pro-tlte h2 {
	font-size: 16px;
	color: rgb(102, 102, 102);
	text-align: center;
	max-width: 275px;
	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;
}

.pro-chan:hover {
	background: linear-gradient(to top, #0f3e7e, #1d91d1);
}

.pro-chan:hover .pro-img img {
	transform: scale(1.2);
}

.pro-chan:hover .pro-tlte h2 {
	color: #fff;
}

.proswiper .swiper-slide {
	padding: 0 50px;
}

.proxg-news .newsmore img {
	padding: 7px 0;
}

.proxg-news .newsmord {
	margin-top: 24px;
	margin-bottom: 10px;
	width: 87%;
	padding-left: 28px;
	padding-right: 28px;

}

.proxg-news .newsmore {

	width: 13%;

}

.proxg-news .newsmore h2 {
	font-size: 21px;

	padding-top: 7px;
}

.proxg-news .newsmore h3 {

	font-size: 15px;

}

.proxg-news .newsmore h2 {
	margin-bottom: 10px;
}

.proxg-news .news-2 ul li:hover .newsmord h2 {
	font-size: 18px;

}

.proxg-news .newsmord p {
	font-size: 15px;

}

.proxg-news .newsmore h3 {
	padding-top: 6px
}

.proxg-news .news-2 ul {
	display: flex;
	flex-wrap: wrap;
}

.proxg-news .news-2 ul li {
	width: 49%;
	margin-right: 10px;
}

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

.proxg-news .newsmord h2 {
	font-size: 18px;
	margin-bottom: 13px;

}

.tag_top {
	background-image: -webkit-linear-gradient(45deg, #789bde, #1d499e);
	color: #fff;
	padding: 160px 96px 90px;
	position: relative;
	min-height: 390px;
}

.tag_top .tbox {
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translateY(-50px);
}

.tag_top h2 {
	font-size: 36px;
	font-weight: lighter;
	margin: 9px 0;
}

.tag_hot .inner {
	background: #fff;
	position: relative;
	/* height: 400px; */
	/* height: 438px; */
}

.taghotimgbox {
	float: left;
	width: 45.93%;
}

.taghotimgbox img {
	display: block;
	width: 100%;
}

.tag_hot .text {
	width: 54.07%;
	float: right;
	padding: 40px 90px 60px;
}

.tag_hot .text h2 {
	font-size: 36px;
	line-height: 1;
	font-weight: lighter;
}

.tag_hot .text b {
	display: block;
	width: 41px;
	height: 3px;
	background: #1d499e;
	margin: 25px 0 24px;
}

.tag_hot .text p {
	font-size: 15px;
	color: #343535;
	line-height: 30px;
	text-align: justify;
}

.indeg1.anli-oneing {
	background: #f5f5f5;
	margin-bottom: 60px;
}

.indeg1.anli-oneing .anli-one1 {
	margin-top: 60px;
}

.indeg1.anli-oneing .anli-one1 ul li {
	width: 23.4%;
}

.tag_hot {
	padding: 40px 36px 0px 36px;
	background: #f5f5f5;

}

.m-index {
	display: none;
}

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


/*
 
 * 响应式
 * */

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

	.newsxq-1 .leftlayout {

		width: 59%;

	}

	.relatednews-pro1 {

		width: 100%;
	}

	.pro-one .pro-onerightxg.pro-onerightxg-pro .anli-one1 ul li:nth-child(4n) {
		margin-right: 16px;
	}

	.bannerswiper-title h2 {
		font-size: 43px;

	}

	.bannerswiper-xia {
		width: 28%;
	}

	.head-main .nav>ul>li {
		float: left;
		/*position: relative;*/
		padding-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;
	}

	.proxg-news .newsmore {
		width: 21%;
	}

	.nbannerone-xiaright {

		margin-right: 16%;
	}

	.anli-one1 ul li {

		margin-right: 10px;

	}

	.newsxq-1 .leftlayout {

		margin: 60px 35px 50px 75px;

	}

	.newsxq-1 .rightlayout {

		width: 29%;

	}

	.pro-onelefta {

		width: 281px;

	}

	.pro-oneul ul li.on h2::before {

		left: -32px;

		background-size: 314px;
	}

	.pro-oneul ul li {
		padding: 0 21px;
		position: relative;
	}

	.tileing {
		padding: 20px;
	}

	.pro-onerighttopb p {
		font-size: 14px;

	}

	.pro-onerightxg .anli-one1 ul li {
		margin-right: 16px;

	}

	.pro-oneright {
		float: right;
		width: 74%;
	}

	.prot-oneing ul li {

		width: 23.5%;

	}

	.newspage .newspage_a {
		max-width: 245px;

	}

	.relatednews {
		padding-left: 0;
	}

	.newsmore h2 {

		margin-bottom: 10px;
	}

	.bannerswiper-title {
		padding-left: 40px;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 68%;
		transform: translate(-50%, -50%);
	}

	.bannerswiper-title h2 {
		font-size: 43px;

	}

	.contactb img {
		height: 100%;
	}

	.anli-tlte h2 {
		font-size: 15px;
		color: rgb(102, 102, 102);
		text-align: center;
		margin-left: 0px;
	}

	.anli-tlte h2 {

		max-width: 165px;

	}

	.anli-tlte h3 {
		position: absolute;
		color: #fff;
		font-size: 11px;
		border-radius: 5px 10px 5px 10px;
		background: #b5b5b5;
		bottom: -4px;
		right: 0px;
		padding: 4px 9px;
		transition: all 0.5s;
	}

	.hearilia {
		width: 61%;
	}

	.he_c2p4xtim p {
		font-size: 85px;

	}

	.he_b3p4te p {
		font-size: 18px;

	}

	.he_b3p2gli2 {
		right: 46px;
	}

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

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

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

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

	.contacta {
		width: 52%;
	}

	.contactb {
		width: 48%;
	}

	.bannerswiper-title h2 {
		font-size: 36px;

	}

	.newsmorg img {
		border-radius: 10px;
	}

	.indegthree-two-newsb .innews:nth-child(2) .innewsa {
		width: 50%;
	}

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

	.nbannerone-xiaright {

		margin-right: 16%;
	}

	.index-41 ul li {
		margin-right: 21px;
	}

	.footeringa-two ul li {


		padding-left: 18px;
		padding-right: 18px;

	}

	.footeringa-aingleft ul li p strong a {

		font-size: 17px;

	}

	.footeringa-aingleft ul li p span {

		font-size: 13px;
		margin-top: 5px;
	}

	.footeringa-two ul li a {

		font-size: 12px;
	}

	.index-3 ul li {
		padding: 49px 36px 10px 35px;
	}

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

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

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

	.head-main .nav>ul>li>a {
		display: block;
		font-size: 15px;
		color: #333333;
		position: relative;
	}

	.right-side-box .side-menu__toggler {
		width: 80px;
		height: 86px;
	}

	.yzm img {
		height: 42px;
	}

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

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

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

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

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

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

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

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

	.in3-sec .tbox .tit .ch,
	.in3-sec .tbox .tit .en,
	.in2-sec .main .num-con li .num {
		font-size: 30px;
	}

	.links-sec li .tbox .en {
		font-size: 14px;
	}
}

@media only screen and (max-width:1440px) {
	.tag_top {
		min-height: 290px;
	}

	.tag_top h2 {
		font-size: 30px;
	}

	.tag_hot .text h2 {
		font-size: 30px;
	}

	.tag_hot .text p {
		font-size: 14px;
		line-height: 24px;
	}
}

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

	.footeringa-aingleft {
		width: 55%;
	}

	.proxg-news .newsmore {
		width: 20%;
	}

	.newsxq-1 .rightlayout {
		width: 32%;
	}

	.newsmore img {
		padding: 13px 0;
	}

	.hearilia {
		width: 73%;
	}

	.indegthree-two-newsb .innews:nth-child(2) .innewsa {
		width: 63%;
	}

	.footeringa-aingleft ul li p strong a {
		font-size: 16px;
	}

	.footeringa-aingleft ul li h2 img {
		width: 18px;
	}

	.footeringa-aingright {

		width: 34%;

	}

	.footeringa-aingright p {
		font-size: 14px;
	}

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

	.bottom-top-rht {
		width: 70%;
		padding-left: 0px;
	}

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

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

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

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

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

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

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

	.go,
	.bannerswiper .swiper-pagination,
	.banner-pagination {
		bottom: 17px;
	}

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

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

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

	.pro-pagination li {
		margin-bottom: 5px;
		text-align: left;
	}
}

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

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

	.newsxq-1 .rightlayout {
		width: 30%;
	}

	.pro-oneright {
		float: right;
		width: 72%;
	}

	.pro-tlte h3 {
		display: none;
	}

	.proswiper .swiper-slide {
		padding: 0 30px;
	}

	.pro-onerighttopb {

		padding-top: 0;

	}

	.pro-onerighttopb p {
		font-size: 13px;
		margin-bottom: 8px;
	}

	.footeringa-three>a {
		font-size: 12px;

	}

	.footeringa-two {
		width: 48%;
	}

	.footeringa-aingleft ul li p {

		font-size: 14px;

	}

	.footeringa-aingleft ul li p span {
		font-size: 12px;

	}

	.footeringa-aingleft ul li p strong a {
		font-size: 14px;
	}

	.footeringa-three {
		width: 22%;
	}

	.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%;
	}

	.phone_head .logo img {

		max-height: 33px;

	}

	.pc-index {
		display: none;
	}

	.m-index {
		display: block;
	}

	.tag_hot {
		padding: 30px 2.1vw 0 2.1vw;
	}

	.indeg1.anli-oneing .anli-one1 ul li {
		width: 48.4%;
	}

	.indeg1.anli-oneing .anli-one1 {
		margin-top: 30px;
	}

	.indeg1.anli-oneing {
		background: #f5f5f5;
		margin-bottom: 30px;
	}

	.tag_hot .text p {
		font-size: 14px;
		line-height: 24px;
	}

	.taghotimgbox {
		float: left;
		width: 100%;
	}

	.tag_hot .text h2 {
		font-size: 22px;
	}

	.tag_hot .text {
		width: 100%;
		padding: 30px 20px;
	}

	.tag_top {
		min-height: 190px;
		padding: 30px;
	}

	.tag_top h2 {
		font-size: 22px;
	}

	.proxg-news .news-2 ul li {
		width: 100%;
		margin-right: 0;
	}

	.pro-onerightxg-tltle {
		font-size: 22px;

		margin: 29px 0;

	}

	.proxg-news .newsmore h3 {
		font-size: 14px;
	}

	.proxg-news .newsmord h2 {
		font-size: 17px;

	}

	.proxg-news .newsmore h2 {
		font-size: 17px;

	}

	.proxg-news .newsmore {
		width: 22%;
	}

	.proxg-news .newsmord p {
		font-size: 13px;
	}

	.proxg-news .news-2 ul li:hover .newsmord h2 {
		font-size: 16px;
	}

	.relatednews-pro .title {
		font-size: 19.6px;
		margin: 16px 0px 0px 0px;
		padding-left: 15px;
		background: #F2F2F2;
	}

	.nbannerone-xiaright a::after {
		filter: contrast(0.5);
	}

	.he_b3p2lw {
		margin-bottom: 20px;
	}

	html {
		overflow-x: hidden;
	}

	.contactb img {
		height: auto;
	}

	.pro-onea {
		height: 110px;
	}

	.prot-oneing ul li:nth-child(2) .pro-onea h2 {
		margin-top: 28px;
	}

	.prot-oneing ul li:nth-child(3) .pro-onea h2 {
		margin-top: 28px;
	}

	.prot-oneing ul li:nth-child(4) .pro-onea h2 {
		margin-top: 28px;
	}

	.pro-div {
		position: absolute;
		top: 32%;
		transform: translateY(-50%);
		left: 5%;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 17px;
	}

	.about-one {
		padding: 30px 0;
	}

	.pro-onerightxg .anli-one1 ul li:nth-child(3n) {
		margin-right: 10px;
	}

	.anli-tlte h2 {

		margin-left: 0;
	}

	.pages {
		margin-bottom: 10px;
	}

	.nbannerone-title {
		right: 9%;
		top: 37px;
	}

	.about-one h2 {
		font-size: 22px;
	}

	.about-one p {
		font-size: 13px;
		margin-bottom: 15px;

	}

	.about-twotelti span {
		font-size: 25px;

	}

	.about-twotelti h1 {
		font-size: 15px;

	}

	.he_b3p2gh {

		max-width: 100%;

		padding-top: 0px;
		padding-bottom: 30px;
	}

	.he_b3p2lwli {

		padding: 20px;
		border-radius: 20px;

		margin: 0;

	}

	.he_b3p2lwle {
		width: 94px;
		position: relative;
	}

	.he_b3p2lwiti {

		padding-bottom: 5px;
	}

	.he_b3p2lwiti p {
		font-size: 18px;

	}

	.he_b3p2lwikp {
		margin-top: 9px;
	}

	.he_b3p2lwikp p {
		height: 69px;
	}

	.he_b3p2lwikp p {
		font-size: 12px;
		line-height: 1.6;

	}

	.he_b3p2gh {
		position: relative;
	}

	.about-three {
		padding-top: 30px;
		padding-bottom: 30px;

	}

	.he_b3p4ul {

		padding-top: 0;
	}

	.he_b3p4uhd {
		padding: 0;
	}

	.he_b3p4ul {
		padding-top: 20px;
	}

	.he_b3p2gh .slick-dots {
		display: flex;
		text-align: center;
		bottom: 0;
		justify-content: center;
	}

	.he_c2p4xtim p {
		font-size: 58px;

	}

	.he_b3p4li {

		padding: 15px !important;

	}

	.he_c2p4xtim {
		position: absolute;
		top: 26%;

	}

	.he_b3p4te p {
		font-size: 17px;
		line-height: 1.35;

	}

	.he_b3p4te {

		padding-top: 15px;

	}

	.he_b3p4ic {

		height: 52px;
	}

	.he_b3p4le,
	.he_b3p4ri {
		width: 33px;
		height: 33px;

	}

	.indeg2.anli-index {
		padding-top: 30px;

	}

	.anli-one {
		padding: 30px 0;
	}

	.anli-one1 ul li {
		width: 48%;
		margin-right: 10px;
		margin-bottom: 10px;

	}

	.anli-tlte h3 {
		position: relative;
		color: #fff;
		font-size: 13px;
		border-radius: 5px 10px 5px 10px;
		background: #b5b5b5;
		bottom: -13px;
		right: -10px;
		padding: 3px 9px;
		transition: all 0.5s;
		width: 54px;
		text-align: center;
	}

	.contact-one {
		padding: 30px 0;

	}

	.contacta {
		width: 100%;
		padding: 20px;

		border-radius: 15px;
	}

	.contactaing {
		margin-left: 0%;
	}

	.contactaing h2 {
		font-size: 20px;

	}

	.contactaing ul li {
		padding: 9px 0;

	}

	.contactaing ul {
		padding: 18px 0 0 0;
	}

	.new-22 {
		background: #f6f7f7;
		padding: 30px 0 30px 0;
	}

	.newsmore {

		width: 22%;

	}

	.newsmord h2 {
		font-size: 17px;
		margin-bottom: 9px;

	}

	.newsmord p {
		font-size: 12px;

	}

	.newsmorg {
		margin: 31px 24px 0 0;
		float: right;
		width: 37%;
		border-radius: 10px;
	}

	.newsmorg img {
		border-radius: 10px;
	}

	.newsmord {
		margin-top: 13px;
		width: 68%;
		padding-left: 15px;
		padding-right: 29px;
		margin-bottom: 13px;
	}

	.newsmore h2 {
		font-size: 17px;
		line-height: 1.071;
		padding-top: 0;
	}

	.newsmore h3 {

		font-size: 14px;

		padding-top: 6px;
	}

	.news-2 ul li {

		margin-bottom: 16px;
	}

	.newsxq-1 .leftlayout {
		float: left;
		width: 92%;


		margin: 15px;
		padding: 15px;

	}

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

	.newsxq-1 .rightlayout {
		float: left;

		width: 100%;

		overflow: hidden;
		padding-bottom: 16px;
		margin-top: 0;

	}

	.newsxq-1 .leftlayout::after {

		width: 320px;
		height: 92px;
		display: block;

		top: 26px;
		right: 0;
		background-size: 91%;
	}

	.newspage .newspage_a {
		float: left !important;
	}

	.relatednews .title {
		font-size: 19.6px;

		margin: 16px 0px 0px 0px;

		padding-left: 15px;


		background: #F2F2F2;
	}

	.relatednews ul {
		padding: 10px 10px 10px 10px;
		max-width: 100%;
	}

	.relatednews ul li a {
		margin: 9px 0px;
	}

	.pro-onelefta {
		display: none;
	}

	.pro-oneright {
		float: left;
		width: 100%;
		margin-top: 20px;
	}

	.pro-onerighttop {
		flex-wrap: wrap;
	}

	.pro-onerighttopa {
		width: 100%;
	}

	.pro-onerighttop {
		padding: 15px;
	}

	.pro-onerighttopb h2 {
		font-size: 20px;


		padding-bottom: 13px;
		margin-bottom: 16px;

	}

	.pro-onerighttopb p {
		font-size: 14px;

		padding-left: 32px;
		margin-bottom: 11px;
		max-width: 466px;
	}

	.pro-oneright-cpxq h2 {
		font-size: 19px;
		border-radius: 20px 0 40px 0;

		padding: 14px 26px;
	}

	.pro-onerightxg .anli-one1 ul li {
		margin-right: 12px;
		width: 48%;
		box-shadow: 0px 2px 20px rgb(0 0 0 / 20%);
	}

	.pro-oneright-kang {
		font-size: 16px;

		padding: 20px;
	}

	.pro-onerighttopb a {

		font-size: 16px;

		margin-top: 15px;

		padding: 10px 15px;
		color: rgb(255, 255, 255);

		border-radius: 20px 0 20px 0;

	}

	.pro-onerighttopb {
		width: 100%;
		padding-left: 0;
	}

	.pro-oneright {
		padding: 0px;
	}

	.ded {

		margin-left: 0;
	}

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

	.nestit h3 {
		margin-top: 8px;

	}

	.newsxq-1 .main {

		border-radius: 0;
	}

	.newsmore img {
		padding: 0px 0;
		width: 23px;
	}

	.contactb {
		width: 100%;
		margin-top: 10px;
	}

	.contactaing-er {

		margin-top: 20px;
		max-width: 100%;
	}

	.contactaing ul li a {
		font-size: 18px;

	}

	.contactaing ul li img {

		margin-right: 7px;
		width: 28px;
	}

	.contactaing h3 {
		font-size: 15px;

	}

	.contactaing ul li {
		font-size: 14px;

	}

	.contact-one1 {
		flex-wrap: wrap;
	}

	.pages {

		margin-top: 10px;
	}

	.pages li a,
	.pages li span {

		padding: 3px 9px;
		color: #777777;
		border-radius: 17px;

		font-size: 13px;
	}

	.anli-tlte {
		margin-top: 13px;
	}

	.anli-one1 ul li:nth-child(2n) {
		margin-right: 0px !important;
	}

	.he_b3p3an {

		margin-top: 19px;
	}

	.he_swepb3 {
		padding-bottom: 39px !important;
	}

	.he_b3p4li .he_b3p4ic img {
		width: 46px;
	}

	.he_b3p2gh .slick-dots li {
		border-radius: 50%;
		margin: 0 5px;
		background: #274a94;
		color: #fff;
		border: 1px solid #274a94;
		padding: 0px 3px;
	}

	.he_b3p2gh .slick-dots li button {
		background: no-repeat;
		border: none;
		color: #fff;
	}

	.he_b3p2lwri {
		width: calc(100% - 94px);
		padding-left: 0px;
		margin-top: 5px;
	}

	.he_b3p2lwle img {
		width: 68%;
	}

	.he_b3p2lw {
		width: 100%;
		margin: 0 auto;
	}

	.he_b3p2gul {
		display: none;
	}

	.prot-one {
		padding: 25px 0 30px 0;
	}

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

	.prot-oneing ul li {
		border-radius: 20px;

		width: 47%;
		margin-right: 15px;
		margin-bottom: 15px;
	}

	.pro-onea h2 {
		font-size: 16px;
		margin-bottom: 5px;
		transition: all 0.5s;
		margin-top: 28px;
	}

	.pro-onea p {
		font-size: 15px;
		line-height: 1.7;
	}

	.prot-oneing ul li .pro-onea img {

		padding-top: 2px;
		width: 18px;

	}

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

	}

	.pro-onea h3 {

		padding-right: 15px;
	}

	.prot-oneing {
		padding-top: 30px;
	}

	.nbannerone-to {
		padding-right: 23px;
	}

	.indeg1 {
		padding: 0px 0px 30px 0;
	}

	.center-title span {
		font-size: 25px;
	}

	.center-title span:after {
		left: -24px;
	}

	.center-title span:before {
		right: -24px;
	}

	.center-title p {
		font-size: 13px;
		margin-top: 3px;
	}

	.indeg-one ul li {
		width: 47%;
		border-radius: 15px;
		margin-right: 15px;
		margin-bottom: 15px;
	}

	.nbannerone-to:before {
		right: 5px;
		top: 12px;
	}

	.nbannerone-to:after {
		width: 4px;
		height: 4px;
		right: 0;
		top: 0;
		border: 4px solid #fff;
	}

	.nbannerone-to h2 {
		font-size: 17px;
	}

	.nbannerone-xia {
		width: 100%;
		position: relative;
		bottom: 0;
		left: 0;
		height: 35px;
		padding: 3px 0;
		background: #f6f7f7 !important;
	}

	.nbannerone-xialeft {
		display: none;
	}

	.nbannerone-xiaright {
		float: left;
		padding: 5px 0px;
		margin-right: 0%;
	}

	.nbannerone-xiaright a {
		font-size: 12px;
		margin-right: 3px;
		margin-left: -4px;
		color: #666666;
	}

	.nbannerone-xiaright a img {
		filter: brightness(0.6);
	}

	.nbannerone-xialeft a {
		font-size: 13px;
		border-radius: 10px;
		padding: 6px 9px;
	}

	.nbannerone-to h3 {
		margin-top: 0px;
		font-size: 17px;
	}

	.indeg-onexia h2 {
		font-size: 15px;
	}

	.indeg-onexia {
		height: 40px;
	}

	.ww {
		max-width: 100%;
	}

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

	.indeg-one ul {
		display: flex;
		flex-wrap: wrap;
	}

	.indeg-one ul li:hover .indeg-onexia {
		padding: 23px 0;
		opacity: 0.851;
	}

	.indeg-onexia p {
		font-size: 12px;
		color: rgb(255, 255, 255);
		line-height: 1.667;
		margin: 16px auto 0;
		max-width: 247px;
	}

	.indeg2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.indegtwo-one {
		padding-top: 30px;
	}

	.indegtwo-one ul {
		display: flex;
		flex-wrap: wrap;
	}

	.indegtwo-one ul li.on {
		width: 48%;
	}

	.indegtwo-one ul li {
		width: 48%;
		margin-bottom: 10px;
	}

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

	.indeg-one {
		padding-top: 30px;
	}

	.bannerswiper-xia img {
		vertical-align: bottom;
		width: 156px;
	}

	.bannerswiper .swiper-pagination .swiper-pagination-bullet {
		font-size: 13px;
		padding: 0 14px 7px 14px;
	}

	.indegtwo-one ul li h2 {
		padding: 15px 0;
		font-size: 16px;
		font-weight: bold;
	}

	.indegtwo-one ul li:first-child {
		border-radius: 15px;
	}

	.indegtwo-one ul li {
		border-radius: 15px;
	}

	.indegtwo-one ul li:last-child {
		border-radius: 15px;
	}

	.indegtwo-three h3 {
		font-size: 18px;
	}

	.indegtwo-one ul li.on .indegtwo-three img {
		width: 31px;
	}

	.indegtwo-one ul li.on .indegtwo-three {
		padding: 16px 10px 10px 10px;
	}

	.indegtwo-three p {
		font-size: 12px;
	}

	.indegtwo-two {
		padding: 30px 0 30px 0;
	}

	.indeg3 {
		padding: 30px 0;
	}

	.indegthreea {
		display: flex;
		flex-wrap: wrap;
	}

	.indegthree-one {
		width: 100%;
		padding-right: 0;
		margin-bottom: 35px;
	}

	.indegthree-title-one span {
		font-size: 25px;
	}

	.indegthree-title-one span:before {
		right: -15px;
	}

	.indegthree-two-one {
		display: flex;
		flex-wrap: wrap;
	}

	.indegthree-two {
		width: 100%;
	}

	.indegthree-title-one h1 {
		font-size: 16px;
		margin-top: 0px;
	}

	.indegthree-two-newsa {
		width: 100%;
		border-radius: 10px;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.indegthree-two-newsb .innews:nth-child(1) {
		margin-bottom: 10px;
	}

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

	.innewsing span {
		font-size: 14px;
	}

	.innewsb p {
		padding-left: 15px;
	}

	.footeringa .w .ww {
		display: flex;
		flex-wrap: wrap;
	}

	.footeringa-one {
		width: 100%;
	}

	.footeringa-two {
		display: none;
	}

	.footeringa-three {
		width: 100%;
	}

	.footeringa-aing {
		display: flex;
		flex-wrap: wrap;
	}

	.footeringa-aingleft {
		width: 100%;
	}

	.footeringa-aingright {
		width: 100%;
		margin-top: 20px;
	}

	.footeringa-aingleft ul li p strong a {
		margin-top: 0;
	}

	.footeringa-aingleft ul li {
		display: flex;
		margin-top: 14px;
	}

	.footeringa-aingleft ul li h2 img {
		width: 18px;
	}

	.footeringa-aingleft ul li p {
		margin-left: 15px;
		font-size: 15px;
	}

	.footeringa-one h2 {
		font-size: 20px;
	}

	.footeringa-aingright p {
		font-size: 14px;
		margin-top: 0;
	}

	.footeringa-three {
		display: none;
	}

	.footeringb p {
		padding: 10px 0;
		font-size: 12px;
	}

	.footeringa-three h2 {
		font-size: 20px;
	}

	.logoaa {
		/*display: none;*/
	}

	.footeringa {
		padding: 30px 0;
	}

	.logoaa {
		width: 84px;

		position: fixed;
		right: 23px;
		bottom: 52px;

	}

	.innews h3 {
		font-size: 14px;
		margin-top: 8px;
	}

	.indegthree-two-newsb .innews {
		padding: 13px 15px 5px 15px;
	}

	.indegthree-two-newsb .innews h4 {
		padding-top: 0;
	}

	.innews h4 {
		margin-top: 5px;
		padding-top: 0;
		padding-right: 15px;
	}

	.indegthree-two-newsb {
		width: 100%;
	}

	.indegthree-title-two {
		float: right;
		margin-top: 23px;
		margin-right: 0;
	}

	.indegthree-one-one {
		font-size: 15px;
		margin-top: 20px;
	}

	.indegthree-one-two {
		margin-top: 20px;
	}

	.indegthree-one-two ul li h2 span {
		font-size: 40px;
	}

	.indegthree-one-two ul li p {
		font-size: 12px;
	}

	.bannerswiper .swiper-pagination {
		width: auto;
		right: -225px;
		display: inherit;
	}

	.bannerswiper-title {
		padding-left: 29px;
		top: 50%;
		left: 50%;
		width: 88%;
	}

	.bannerswiper-xia {
		width: 34%;
	}

	.bannerswiper-title:before {
		top: 20px;
		width: 1px;
		height: 82%;
		left: 8px;
	}

	.bannerswiper-title:after {
		top: 3px;
		width: 19px;
		height: 26px;
		background-size: 16px;
	}

	.bannerswiper-xia {
		border-radius: 0 0 50px 0;
	}

	.bannerswiper-title h2 {
		font-size: 13px;
	}

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

	.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) {}
