@charset "utf-8";


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

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

@font-face {
	font-family: "Roboto";
	src: url('Roboto-Regular.ttf');
	font-style: normal;
}

@font-face {
	font-family: "Roboto-b";
	src: url('ROBOTO-BLACK.TTF');
	font-style: normal;
}

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

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

html,
body {
	width: 100%;
}

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

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

img {
	border: none;
}

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

a:hover {
	color: #106bb2;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

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

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

.none {
	display: none;
}

.block {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

header.fixed {
	background: #fff;
}

.overflow {
	overflow: hidden;
}


/*  *  * header *  * */

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


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

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

header.fixed .head-main {
	line-height: 90px;
	z-index: 9;
	box-shadow: 0px 2px 20px rgb(0 0 0 / 20%);
}

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

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

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

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

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

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

.head-main .nav>ul>li>a:after {
	content: "";
	position: absolute;
	bottom: 18px;
	left: 0;
	/* border-radius: 50%; */
	width: 100%;
	display: none;
	height: 2px;
	background: #1d7fda;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.fixed .head-main .nav>ul>li.on>a:after,
.fixed .head-main .nav>ul>li>a:hover:after {
	display: block;
	content: "";
	width: 100%;
	height: 4px;
	background: #0f68ac;
	position: absolute;
	bottom: 0;
	left: 0;
}

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

.head-main .nav .drop-down {
    width: 1000px;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
    overflow: hidden;
    height: 80px;
}

.drop-down ol li {
    display: inline-block;
    margin-right: 60px;
}

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

.drop-down ol a {
    position: relative;
    font-size: 18px;
    line-height: 80px;
    color: #000;
}

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

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

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

.fixed .right-side-box .search-popup__toggler img {
	filter: invert(1);
}

.fixed .head-main .nav>ul>li:hover>a,
.fixed .head-main .nav>ul>li.on>a {
	color: #0f68ac;
}

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

.right-side-box .search-popup__toggler {
	width:auto !important;
	height: 20px !important;
	/* margin-right: 45px; */
	line-height: 20px !important;
	/* background: url(../images/search.png) no-repeat center center; */
}

.right-side-box ul li {
	padding: 0 18px;
	border-right: 1px solid rgb(255, 255, 255);
	line-height: 13px;
}

.right-side-box ul li:last-child {
	border-right: none;
}

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

.langy {
	display: none !important;
}

.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: linear-gradient(to right, #1c7ec6, #3196e0);
	z-index: 999999;
	overflow-y: auto;
	padding: 20px 20px 20px 40px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

.mCustomScrollBox {
	padding-right: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa {
	font-size: 0;
}

.fa img {
	vertical-align: middle;
}

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

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

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


/*
* 22. search-popup styles
*/

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

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

.search-popup__overlay {
	width: 100%;
	height: 100%;
	background: #0f68ac;
	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-style: none;
	width: 100%;
	height: 60px;
	color: #ffffff !important;
	font-size: 16px;
	border-radius: 20px;
	  
    background-color: rgba(0,0,0,.1);
	padding-left: 30px;
	padding-right: 80px;
}
.search-popup__form input::-webkit-input-placeholder{
          color: #ffffff !important;
             font-size: 16px
        }
.search-popup__form input::-moz-placeholder{   /* Mozilla Firefox 19+ */
          color: #ffffff !important;
           font-size: 16px
       }

.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: transparent;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 35px;
    -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: 9999999999999999999999999;
	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: 33px;
	vertical-align: middle;
}

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

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

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

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

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

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

.maxDiv .maskbg {
	left: 0;
}

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

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

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

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

#menu h1 {
	font-weight: 300;
}

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

#menu p {
	margin: 20px 0;
}

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

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

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

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

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


/*index*/

img {
	max-width: 100%;
}

.bannerswiper {
	position: relative;
}


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

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

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

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

.tilted span {
	position: relative;
}

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

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

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

img {
	max-width: 100%;
}

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

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

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

.fixed .right-side-box .side-menu__toggler {
	filter: invert(1);
}

.fixed .cai a {
	color: #333333;
}

.fixed .cai a img {
	filter: invert(1);
}

.fixed .langy a {
	color: #333333;
}

.fixed .langy a img {
	filter: invert(1);
}

.fixed .right-side-box ul li {
	border-right: 1px solid #333333;
}

.fixed .right-side-box ul li:last-child {
	border: none;
}

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

.bannerswiper .controller {
	position: absolute;
	bottom: 83px;
	right: 150px;
	z-index: 1;
}

.bannerswiper .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	width: auto;
	height: auto;
	border-radius: 0;
	vertical-align: top;
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	color: #d9d9d9;
	background: transparent;
	margin-left: 20px;
}

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

.bannerswiper .swiper-pagination .swiper-pagination-bullet em {
	display: none;
	width: 140px;
	height: 2px;
	margin: 0;
	vertical-align: top;
	background: rgba(255, 255, 255, 0.3);
}

.bannerswiper .swiper-pagination {
	display: inline-block;
	position: static;
	vertical-align: top;
	text-align: right;
	white-space: nowrap;
}

.bannerswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active em {
	display: inline-block;
	margin: 15px 0 15px 20px;
}

.bannerswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active em::after {
	content: "";
	display: inline-block;
	width: 0%;
	height: 2px;
	vertical-align: top;
	background: #fff;
	animation: progress-bar 8s;
	animation-fill-mode: none;
	animation-fill-mode: forwards;
}

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

@keyframes progress-bar {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

.banner {
	position: relative;
}

.scroll-guide {
	position: absolute;
	left: 50%;
	z-index: 2;
	width: 93px;
	height: 70px;
	bottom: 85px;
	margin-top: -120px;
	background: url(../images/ico-scrolldown.png) no-repeat center center;
	transform: translateX(-50%);
}

.scroll-guide::before {
	content: "";
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: 22px;
	left: 50%;
	z-index: 1;
	width: 2px;
	height: 10px;
	border-radius: 1px;
	background: #fff;
	animation-name: aniWheel;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 1.6s;
	margin-left: -1px;
}

@keyframes aniWheel {
	0% {
		bottom: 22px;
	}
	50% {
		bottom: 17px;
	}
	100% {
		bottom: 22px;
	}
}

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

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

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

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

.bannerswiper .controller .btn-pp.play {
	background: url(../images/ico-play-btn.svg) no-repeat center center;
}

.bannerswiper .controller .btn-pp.pause {
	background: url(../images/btn-pause.png) no-repeat center center;
}

.bannerswiper .controller .btn-pp {
	display: inline-block;
	width: 13px;
	height: 32px;
	margin-left: 20px;
	vertical-align: top;
}

.txt-box {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}

.txt-box p.txt01 {
	font-size: 55px;
	max-width: 45%;
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin-bottom: 20px;
	transform: translateX(40px);
	opacity: 0;
	line-height: 1.273;
}


.txt-box p.txt02 {
	transform: translateX(40px);
	opacity: 0;
	font-size: 30px;
	color: rgb(255, 255, 255);
	line-height: 0.833;
}

.bannerswiper .swiper-slide.swiper-slide-active .txt-box p.txt01 {
	opacity: 1;
	transform: translateX(0px);
	transition: all 1s ease-out;
}

.bannerswiper .swiper-slide.swiper-slide-active .txt-box p.txt02 {
	opacity: 1;
	transform: translateX(0px);
	transition: all 1s ease-out 0.2s;
}

.bannerswiper .swiper-slide.swiper-slide-active .txt-box .btn-wrap {
	opacity: 1;
	transform: translateX(0px);
	transition: all 1s ease-out 0.4s;
}

.btn-wrap {
	transform: translateX(40px);
	opacity: 0;
	margin-top: 70px;
}

.btn-wrap:hover {
	/*background: #ee7804;*/
	border: none;
}

.btn-wrap img {
	width: auto !important;
	vertical-align: middle;
	margin-right: 10px;
}

.btn-wrap a {
	font-size: 16px;
	color: rgb(255, 255, 255);
}

.banner-dian {
	position: absolute;
	top: 50%;
	right: 35px;
	z-index: 999;
	text-align: center;
	transform: translateY(-50%);
}

.banner-dian ul li {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #bcbcbc;
	margin-bottom: 20px;
}

.banner-dian ul li.active {
	width: 22px;
	margin-left: -8px;
	height: 22px;
	background: url(../images/yang.png) no-repeat;
}

.nanner-one {
	position: relative;
	margin-top: 90px;
}

.nanner-one1 {
	position: relative;
	overflow: hidden;
	border-radius: 0 0 200px 0;
}

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

.nanner-one2 {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	position: absolute;
	bottom: 58px;
	left: 50%;
	z-index: 8;
	transform: translateX(-50%);
}

.nanner-one3 {
	width: 87%;
}

.nanner-one4 {
	width: 17%;
}

.nanner-one3 h2 a {
	font-size: 22px;
	cursor: inherit;
	color: rgb(255, 255, 255);
}

.nanner-one3 h2 em {
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	margin: 0 10px;
	font-style: normal;
	color: rgb(255, 255, 255);
}

.nanner-one3 h2 {
	margin-bottom: 40px;
}

.nanner-one3 h3 {
	height: 2px;
	width: 100%;
	margin-bottom: 20px;
	background: rgb(255, 255, 255, 0.20);
}

.nanner-one3 h4 {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.302);
}

.nanner-one3 h4 a {
	margin-right: 5px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.302);
}

.nanner-one3 h4 a:hover {
	color: #0f68ac;
}

.cai {
	display: none !important;
}

.nanner-one4 {
	padding-left: 37px;
}

.nanner-one4 h2 img {
	vertical-align: middle;
	margin-right: 5px;
}

.nanner-one4 h2 {
	font-size: 30px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}

.nanner-one4 h3 {
	font-size: 50px;
	color: rgb(255, 255, 255);
	font-weight: bold;
}

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

.nanner-yuan {
	position: absolute;
	bottom: -118px;
	right: -98px;
	width: 549px;
	height: 549px;
	border-radius: 50%;
	z-index: 2;
	    animation: spin2 8s infinite linear;
    transform-origin: 50% 45%;
	border: 1px solid rgb(15, 104, 172, 0.5);
}

#water {
	position: absolute;
	width: 23vw;
	top: 0;
	left: 0;
	margin: 0;
	height: 100%;
	z-index: 1;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	opacity: 0.8;
	z-index: 1;
}

#water {
	pointer-events: none;
}

.nanner-one {
	z-index: 9;
}

.nanner-yuan2 {
	width: 678px;
	height: 678px;
	position: absolute;
	bottom: -75%;
	right: -6%;
	z-index: 1;
	    animation: spin2 8s infinite linear;
    transform-origin: 50% 45%;
	border-radius: 50%;
	background-image: -moz-linear-gradient( 90deg, rgb(15, 104, 172) 0%, rgb(83, 158, 216) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(15, 104, 172) 0%, rgb(83, 158, 216) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(15, 104, 172) 0%, rgb(83, 158, 216) 100%);
	opacity: 0.902;
}

.yibo-one1 {
	display: flex;
}

.yibo-one2 {
	width: 50%;
	padding-right: 129px;
}

.yibo-one3 {
	width: 50%;
	padding-left: 40px;
}

.yibo-one {
	background: url(../images/u37.jpg) no-repeat top / cover;
	/*background-size: cover;*/
	padding: 224px 0 100px 0;
	margin-top: -124px;
	position: relative;
	z-index: 1;
}
.yuan1{
  border-radius: 50%;
  background-color: rgb(238, 120, 3);
  opacity: 0.102;
  position: absolute;
  left: -590px;
  top: 876px;
  width: 1561px;
  height: 1561px;
  z-index: -1;
      transform-origin: 50% 45%;
  animation: spin2 8s infinite linear;
}
.yuan2{
	  border-radius: 50%;
  background-color: #f4f1ee;
  opacity: 0.102;
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 300px;
  height: 300px;
  z-index: -1;
     transform-origin: 50% 45%;
  animation: spin2 8s infinite linear;
}
.yibo-one{
	overflow: hidden;
}
@keyframes spin2{
	100% {
    transform: rotate(-1turn);}
}
.yibo-onea {
	padding-bottom: 90px;
}

.yibo-one2 h2 {
	text-align: right;
}

.yibo-one22 {
	display: flex;
	justify-content: space-between;
}

.yibo-one22 h3 {
	font-size: 200px;
	font-family: "Roboto";
	color: rgb(238, 120, 3);
	font-weight: bold;
	margin-top: -28px;
	line-height: 1;
	text-transform: uppercase;
	transition: background-color 0.3s;
	background: linear-gradient(to right, #ef7c03, #fab301);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.yibo-one22 h4 {
	margin-top: 112px;
	margin-right: 35px;
}

.yibo-one2 p {
	font-size: 18px;
	color: rgb(102, 102, 102);
	text-transform: uppercase;
	line-height: 1.667;
	text-align: justify;
	margin-top: 40px;
}

.yibo-one33 ul {
	display: flex;
}

.yibo-one33 ul li {
	width: 20%;
}

.yibo-one33-one span {
	font-size: 43px;
	font-family: "Roboto-b";
	color: rgb(238, 120, 4);
	font-weight: bold;
}

.yibo-one33-one em {
	color: #666666;
	font-size: 16px;
	font-style: normal;
}

.yibo-one33 ul li i {
	background-color: rgb(238, 120, 4);
	width: 20px;
	height: 2px;
	display: inline-block;
	margin: 17px 0;
}

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

.yibo-one33 ul li p {
	font-size: 14px;
	color: rgb(51, 51, 51);
	line-height: 1.429;
}

.yibo-one3 h3 {
	font-size: 18px;
	color: rgb(102, 102, 102);
	line-height: 1.667;
	margin-top: 30px;
}

.yibo-one3 {
	position: relative;
}

.yibo-one3:after {
	background-color: rgb(0, 0, 0);
	opacity: 0.102;
	position: absolute;
	left: 0px;
	top: 12px;
	width: 1px;
	height: 124px;
	content: "";
	display: block;
}

.yibo-one3:before {
	border-radius: 50%;
	background-color: rgb(238, 120, 3);
	position: absolute;
	top: 7px;
	left: -2px;
	content: "";
	display: block;
	width: 5px;
	height: 5px;
}

.yibo-one33 {
	margin-bottom: 45px;
}

.yibo-oneb img {
	border-radius: 50px;
	overflow: hidden;
}

.yibo-oneb {
	text-align: center;
}

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

.footer-one {
	background: #0f68ac
}

.footer-one1 {
	padding: 80px 0;
}

.footer-oneb p {
	font-size: 18px;
	margin-top: 30px;
	color: rgb(255, 255, 255);
	line-height: 1.667;
}

.footer-onec ul li:last-child {
	margin-right: 0;
}

.footer-onec ul {
	display: flex;
}

.footer-onec ul li {
	padding: 20px 46px;
	border-radius: 20px;
	margin-right: 20px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	text-align: center;
	transition: background 0.53s ease;
}

.footer-onec ul li p {
	font-size: 16px;
	color: rgb(255, 255, 255);
	margin-top: 20px;
	text-align: center;
}

.footer-oned h2 {
	font-size: 22px;
	color: rgb(255, 255, 255);
	margin-bottom: 10px;
}

.footer-oned h3 {
	font-size: 40px;
	font-family: "Roboto-b";
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin-bottom: 15px;
}

.footer-oned h3 a {
	color: rgb(255, 255, 255);
}

.footer-oned p {
	font-size: 16px;
	color: rgb(255, 255, 255);
	line-height: 1.563;
}

.footer-oned p a {
	color: rgb(255, 255, 255);
}

.footer-onec ul li:hover {
	background: rgba(255, 255, 255, 0.2);
}

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

.footer-one22 p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.502);
}

.footer-one22 p a {
	color: rgba(255, 255, 255, 0.502);
}

.footer-one22 p a:hover {
	color: #3797e1;
}

.yibo-oneb img {
	width: 100%;
}

.yibo-oneb {
	transform: scale(.85);
}

.producta.pro {
	padding: 90px 0 0px 0;
}

.zsy_al {
	width: 100%;
	position: relative;
}

.zsy_al ul {
	width: 100%;
}

.zsy_al ul li.onn .contan{
	display: block;
}
.zsy_al ul li {
	width: 25%;
	background: #333;
	height: 100%;
	float: left;
	overflow: hidden;
	/*height: 396px;*/
	line-height: 0;
	position: relative;
	text-align: center;
	/*z-index: 9;*/
}

.zsy_al ul li a {
	color: #fff;
	display: block;
}

.zsy_al ul li .item_img {
	width: 100%;
	height: 100%;
}

.zsy_al ul li .mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.zsy_al ul li .mask .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(0,0,0,0.3);
	opacity: 1;
	

	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.zsy_al ul li .mask .content {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50px);
	bottom: 0;
	margin-top: 0;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.zsy_al ul li .mask .content .item_p {
	position: relative;
	width: 25%;
	height: 54px;
	display: inline-block;
}

.producta.pro .zsy_al ul li .mask .content h3 {
	font-size: 30px;
}

.zsy_al ul li .mask .content h3 {
	color: #fff;
	font-size: 30px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	margin-top: 60px;
	font-weight: normal;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.producta.pro .zsy_al ul li .mask .content p {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: #fff;
	line-height: 1.875;
	padding: 0 80px;
}

.zsy_al ul li .mask .content p {
	font-size: 18px;
	color: #fff;
	text-align: left;
	margin-top: 30px;
	padding: 0 50px;
	text-align: center;
	line-height: 24px;
	height: 72px;
}

.producta.pro .zsy_al ul li .mask .content span {
	font-size: 15px;
	font-family: "Microsoft YaHei";
	color: rgb(102, 102, 102);
	display: inline-block;
	/* padding: 10px; */
	width: 160px;
	height: 50px;
	z-index: 1;
	overflow: hidden;
	line-height: 50px;
	background: #fff;
	position: relative;
	border-radius: 0 20px 10px 20px;
}

.producta.pro .zsy_al ul li .mask .content span:hover {
	color: #ffffff;
}

.producta.pro .zsy_al ul li .mask .content span:hover img {
	filter: brightness(0) invert(1);
}

.zsy_al ul li .mask .content span {
	z-index: 1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	/* border: 1px solid #fff; */
	width: 120px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	margin-top: 62px;
}

.zsy_al ul li .mask .content p,
.zsy_al ul li .mask .content span {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.producta.pro .zsy_al ul li .mask .content span img {
	vertical-align: middle;
	margin-left: 8px;
}

.zsy_al .sl_content .sl_item:hover .bg {
	background: #207be6;
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(70));
}

.zsy_al .sl_content .sl_item:hover .content {
	top: 50%;
	margin-top: -130px;
}

.zsy_al .sl_content .sl_item:hover .content p,
.zsy_al .sl_content .sl_item:hover .content span {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}

.zsy_al .sl_content .sl_item:hover .content p {
	margin-top: 22px;
}

.zsy_al .sl_content .sl_item:hover .content span {
	margin-top: 56px;
}

.zsy_al .sl_content .sl_item:hover .content p,
.zsy_al .sl_content .sl_item:hover .content span {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}

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

.blob-btn__blobs {
	position: relative;
	display: block;
	height: 100%;
	-webkit-filter: url(#goo);
	filter: url(#goo);
	display: none\9;
}

.blob-btn__blob {
	position: absolute;
	top: 6px;
	width: 66%;
	height: 100%;
	background: #0d4194;
	border-radius: 100%;
	-webkit-transform: translate3d(0, 150%, 0) scale(1.7);
	transform: translate3d(0, 150%, 0) scale(1.7);
	-webkit-transition: -webkit-transform 0.45s;
	transition: -webkit-transform 0.45s;
	transition: transform 0.45s;
	transition: transform 0.45s, -webkit-transform 0.45s;
}

.blob-btn__blob:nth-child(1) {
	left: 0%;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.blob-btn__blob:nth-child(1) {
	left: -12%;
}

.blob-btn__blob:nth-child(2) {
	left: 44%;
}

.blob-btn__blob:nth-child(2) {
	left: 30%;
	-webkit-transition-delay: 0.08s;
	transition-delay: 0.08s;
}

.producta.pro .zsy_al ul li .mask .content span:hover .blob-btn__blob {
	-webkit-transform: translateZ(0) scale(1.7);
	transform: translateZ(0) scale(1.7);
}

.yingyong {
	position: absolute;
	top: 77px;
	left: 80px;
	width: 100%;
	text-align: left;
}

.yingyong>img {
	width: auto;
	margin-bottom: 20px;
}

.yingyong h2 {
	font-size: 30px;
	color: rgb(255, 255, 255);
	line-height: 1.333;
	text-align: left;
}

.yingyong h3 {
	background-color: rgb(255, 255, 255, 0.3);
	position: relative;
	width: 67%;
	height: 1px;
	margin: 40px 0 60px 0;
}

.yingyong h3:after {
	background-color: rgb(255, 255, 255);
	position: absolute;
	left: 0px;
	top: -3px;
	width: 50px;
	height: 3px;
	content: "";
	display: block;
}

.yingyong h4 {
	font-size: 30px;
	font-family: "Roboto-b";
	color: rgb(255, 255, 255);
	font-weight: bold;
}

.yingyong h4 img {
	vertical-align: middle;
	margin-left: 50px;
	transition: all 0.8s;
}

.zsy_al ul li:hover .yingyong h4 img {
	transform: rotate(45deg);
}

.yewua {
	background: url(../images/jue_002.png) no-repeat;
	background-size: cover;
	    background-attachment: fixed;
}

.yewua {
	position: relative;
}

.yewu-1 {
	position: absolute;
	top: 190px;
	right: 174px;
	z-index: 3;
	font-size: 35px;
	color: #0f68ac;
	font-weight: bold;
}

.yewu-1 p {
	display: inline-block;
	color: #333333;
	/*margin-left: -9px;*/
}

.yewu-1 span {
	position: relative;
	font-size: 30px;
	font-family: "Roboto-b";
	color: rgb(0, 0, 0, 0.2);
	text-transform: uppercase;
	line-height: 1;
	font-weight: normal;
	margin-left: 8px;
}

.yewu-1 span:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	bottom: -2px;
	right: 0;
	background: rgb(0, 0, 0, 0.2);
}

.yewu-2 {
	z-index: 4;
	position: absolute;
	top: 200px;
	left: 0 !important;
	width: 21%;
}

.yewu-2 ul li.on {
	background-image: -moz-linear-gradient( 0deg, rgb(15, 104, 172) 0%, rgb(51, 151, 228) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(15, 104, 172) 0%, rgb(51, 151, 228) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(15, 104, 172) 0%, rgb(51, 151, 228) 100%);
	color: #fff;
}

.yewu-2 ul li {
	border-radius: 0 80px 0px 0;
	text-align: center;
	/* width: 20%; */
	cursor: pointer;
	height: 100px;
	line-height: 100px;
	/* padding: 30px 0; */
	font-size: 30px;
	color: rgb(102, 102, 102);
	font-weight: bold;
	background: #fff;
}

.yewu-2 ul li img {
	vertical-align: middle;
	margin-right: 15px;
}

.yewu-2 ul li.on img {
	filter: brightness(0) invert(1);
}

.yewuB .yewuBB {
	display: block;
}

.yewu {
	position: relative;
	height: 1026px;
	padding: 300px 0px 100px 0px;
}

.yewu {
	display: flex;
}

.slideXr {
	overflow: hidden;
	border-radius: 0 200px 50px 200px;
	overflow: hidden;
	/* transform: translateY(0); */
	opacity: 1;
	/* flex-shrink: 0; */
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	padding: 0 50px 70px 67px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: all 0.8s 0.2s;
}

.bg_em {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.bg_em i {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 0 200px 50px 200px;
	top: 0;
	left: 0;
	background-position: center;
	background-size: cover;
	opacity: 0;
	transform: scale(1.1);
	transition: all 0.8s ease;
}

.bg_em i.show_i {
	opacity: 1;
	transform: scale(1);
}

.slideYd {
	/* transform: translateY(0); */
	opacity: 1;
	width: 100%;
	transition: all 0.8s 0.8s;
}

.slideYd {
	z-index: inherit;
}

.slideYd .swiper-wrapper {
	z-index: inherit;
}

.slideYd .swiper-container-android .swiper-slide,
.slideYd .swiper-wrapper {
	transform: inherit;
}

.slideYd .swiper-slide {
	color: #fff;
}

.slideYd .swiper-slide>p {
	font-size: 16px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.667;
	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;
}

.more_a {
	display: inline-block;
	padding: 8px 30px;
	/*background: #fff;*/
	position: relative;
	margin-top: 60px;
	border: 2px solid #ee7804;
	margin-left: 5px;
	border-radius: 20px;
}

.more_a span {
	position: relative;
	z-index: 3;
	display: inline-block;
	/* padding: 50px 20px; */
	text-align: center;
	font-size: 15px;
	color: #ee7804;
	transition: all 0.5s ease;
}

.more_a img {
	vertical-align: middle;
	margin-left: 8px;
}

.contan {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.74);
	z-index: 9999999;
	display: none;
}

.he_popbx {
	width: 1156px;
	background: #fff;
	border-radius: 20px 0 20px 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 60px 80px 100px 80px;
}

.he_guab {
	width: 88px;
	cursor: pointer;
	padding: 19px 27px;
	position: absolute;
	top: 0;
	right: -88px;
	background: #1d7fda;
	border-radius: 0 20px 20px 0px;
}

.contan .he_guab h2 {
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.875;
	font-weight: normal;
	/* width: 47px; */
}

.he_popbx h2 {
	text-align: center;
	font-weight: normal;
	font-size: 25px;
	font-family: "Microsoft YaHei";
	color: rgb(15, 104, 172);
	line-height: 3;
	-moz-transform: matrix( 1.00101143122795, 0, 0, 1.00261548131844, 0, 0);
	-webkit-transform: matrix( 1.00101143122795, 0, 0, 1.00261548131844, 0, 0);
	-ms-transform: matrix( 1.00101143122795, 0, 0, 1.00261548131844, 0, 0);
}

.he_popbx h2 {
	text-align: center;
	font-weight: normal;
	font-size: 25px;
	font-family: "Microsoft YaHei";
	color: rgb(15, 104, 172);
	line-height: 3;
	-moz-transform: matrix( 1.00101143122795, 0, 0, 1.00261548131844, 0, 0);
	-webkit-transform: matrix( 1.00101143122795, 0, 0, 1.00261548131844, 0, 0);
	-ms-transform: matrix( 1.00101143122795, 0, 0, 1.00261548131844, 0, 0);
}

.he_popbx h3 {
	background-color: rgb(194, 193, 193);
	margin: 0 auto;
	font-weight: normal;
	display: inherit;
	width: 44px;
	height: 3px;
	margin-bottom: 20px;
}

.he_popbx p {
	margin-bottom: 35px;
	font-size: 15px;
	font-family: "Microsoft YaHei";
	color: rgb(120, 120, 120);
	line-height: 1.671;
	text-indent: 21px;
	-moz-transform: matrix( 1.00101143122795, 0, 0, 1.00261548131844, 0, 0);
	-webkit-transform: matrix( 1.00101143122795, 0, 0, 1.00261548131844, 0, 0);
	-ms-transform: matrix( 1.00101143122795, 0, 0, 1.00261548131844, 0, 0);
}


.he_popbx p img {
	width: 100%;
	padding: 0 10px;
}
.he_popbx ul {
    display: flex;
    flex-wrap: wrap;
    height: 460px;
    overflow: auto;
}

.he_popbx ul li {
	margin-right: 10px;
	margin-bottom: 10px;
}

.he_popbx ul li {
    background: inherit !important;
    width: 32%;
    display: inherit;
    justify-content: inherit;
    justify-items: inherit;
    align-items: inherit;
    height: auto !important;
    border-radius: 0px !important;
    flex-direction: inherit !important;
}
.he_popbx ul li:nth-child(3n){
margin-right: 0;
}

.slideXl {
	/* transform: translateY(0); */
	opacity: 1;
	/* border-radius: 200px 0 0 0;*/
	position: relative;
	/* z-index: 4; */
	flex-shrink: 0;
	width: 50%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	/*background-color: rgb(255,255,255,0.5);*/
	transition: all 0.8s 0.4s;
}

.slideXl li {
	flex-shrink: 0;
	width: 50%;
	height: 33.33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 50px;
	background: rgb(255, 255, 255, 0.5);
	position: relative;
	overflow: hidden;
}

.slideXl li:nth-of-type(2) {
	background-color: rgb(0, 0, 0, 0.05);
}

.slideXl li:nth-of-type(3) {
	background-color: rgb(0, 0, 0, 0.05);
}

.slideXl li:nth-of-type(6) {
	background-color: rgb(0, 0, 0, 0.05);
}

.link_li em {
	overflow: hidden;
}

.link_li em {
	transition: all 0.5s;
}

.link_li em img {
	filter: contrast(0.5);
	width: 100%;
}

.link_li em img {
	width: 100%;
}

.link_li h6 {
	font-size: 22px;
	color: #000000;
	font-weight: normal;
	margin-top: 20px;
	transition: all 0.5s ease;
}

.slideXl li i {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -47px;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia.png);
	background-size: 100% 100%;
	transition: all 0.5s ease;
}

.slideXl li.active_li i {
	bottom: 13px;
}

.link_li.active_li em {
	overflow: hidden;
	transform: scale(1.05);
	margin-top: -38px;
}

.slideXl li.active_li em img {
	transform: translateY(-77px);
	filter: drop-shadow(#f65737 0 79px);
}

.slideXl li.active_li h6 {
	background: linear-gradient(to right, #ef7607, #f94d47);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
}

.ts_li:hover .swiper-button-prev {
	filter: invert(1);
}

.ts_li:hover .swiper-button-next {
	filter: invert(1);
}

.ts_li .swiper-button-prev {
	position: static;
	margin: 0;
	width: 55px;
	height: 55px;
	background-image: url(../images/jtz.png);
	/* background-size: 0.1rem; */
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
	    margin-right: 30px;
	outline: none;
	background-size: 100%;
	transition: all 0.5s ease;
}

.ts_li .swiper-button-next {
	position: static;
	margin: 0;
	width: 55px;
	height: 55px;
	background-image: url(../images/jty.png);
	/* background-size: 0.1rem; */
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	opacity: 1;
	outline: none;
	transition: all 0.5s ease;
}

.link_li.onn .contan {
	display: block;
}

.contan1.on,
.contan2.on,
.contan3.on,
.contan4.on {
	display: block;
}

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

.nbanner {
	z-index: 1;
	position: relative;
	margin-top: 90px;
}

.nbannerxia {
	z-index: 1;
}

.nbannerxia {
	position: absolute;
	bottom: 98px;
	transform: translateX(-50%);
	left: 50%;
	width: 100%;
	max-width: 84%;
	margin: 0 auto;
	/* padding: 0 160px 0 140px; */
}

.nbannerxia1 {
	float: left;
}

.nbannerxia2 {
	border-bottom: 1px solid rgb(255, 255, 255, 0.6);
	margin-top: 71px;
	text-align: right;
}

.nbannerxia2 {
	float: right;
	width: 87%;
}

.nbannerxia1 h2 {
	font-size: 40px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin-top: 13px;
}

.nbannerxia1 p {
	position: relative;
	font-size: 30px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1;
	font-weight: 100;
}

.nbannerxia2 a:last-child {
	margin-right: 0px;
}

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

.nbannerxia2 a:hover {
	background: #0f68ac;
	border-radius: 20px 20px 0 0;
}

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

.nbanner a>img {
	width: 100%;
}

.nbannerxia1 p img {
	vertical-align: middle;
	margin-right: 10px;
}

.nbannerxia1 h3 {
	background: #fff;
	margin-top: 30px;
	width: 60px;
	height: 1px;
}

.conta-1 {
	position: relative;
	margin-top: -75px;
}

.conta-2 {
	position: absolute;
	bottom: 0;
	z-index: 4;
	right: 150px;
}

.conta-2 {
	padding: 43px 74px 45px 84px;
	border-radius: 100px 20px 0px 0px;
	background: url(../images/mapbj.jpg);
	background-size: cover;
}

.conta-1>img {
	border-radius: 0px 0px 0 0;
	/*width: 100%;*/
}

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

.conta-2 ul li img {
	vertical-align: top;
	margin-right: 20px;
	margin-top: 3px;
}

.conta-2 ul li h3 {
	display: inline-block;
	font-weight: normal;
}

.conta-2 ul li h3 p {
	display: block;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	vertical-align: text-top;
	/* text-transform: uppercase; */
	line-height: 1.664;
}

.conta-2 ul li h3 p a {
	color: rgb(255, 255, 255);
}

.conta-2 ul li {
	text-align: left;
}

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

.er2 img {
	vertical-align: top;
	margin-right: 20px;
	margin-top: 3px;
}

.er2 h3 {
	display: inline-block;
	font-weight: normal;
}

.er2 p {
	display: block;
	font-size: 16px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	vertical-align: text-top;
	/* text-transform: uppercase; */
	line-height: 1.875;
}

.er {
	margin-top: 30px;
}

.wangluo-one {
	position: relative;
	padding: 80px 0 140px 0;
}

.wangluo-one1 {
	display: inline-block;
}

.wangluo-one2 {
	position: absolute;
}

.wangluo-tile {
	text-align: right;
	z-index: 3;
	font-size: 35px;
	color: #0f68ac;
	font-weight: bold;
}

.wangluo-tile p {
	display: inline-block;
	color: #333333;
}

.wangluo-one2 {
	position: absolute;
	top: 90px;
	right: 80px;
}

.wangluo-tile span {
	position: relative;
	font-size: 30px;
	font-family: "Roboto-b";
	color: rgb(0, 0, 0, 0.2);
	text-transform: uppercase;
	line-height: 1;
	font-weight: normal;
	margin-left: 8px;
}

.wangluo-tile span:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	bottom: -2px;
	right: 0;
	background: rgb(0, 0, 0, 0.2);
}

.wangluo-one2 em {
	font-size: 100px;
	font-style: normal;
	vertical-align: middle;
	font-family: "SimHei";
	color: rgb(102, 102, 102);
}

.wangluo-one2 h2 {
	background: url(../images/dou.png) no-repeat center;
	font-size: 26px;
	margin-bottom: 40px;
	color: #ee7804;
	text-align: center;
	margin-top: 90px;
}

.wangluo-one2 h3 {
	font-size: 22px;
	color: rgb(102, 102, 102);
	line-height: 1.364;
	text-align: center;
	font-weight: 100;
}

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

.newsing-twoa {
	display: flex;
}

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

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

.newsing-twob .index-twoa2.auto {
	height: auto;
}

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

.newsing-twob .index-twoa2 ul li {
	padding: 31px 0;
	margin-bottom: 0;
	border-bottom: 2px solid #dcdee5;
}

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

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

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

.index-twoa2-tlirt {
	width: 70%;
	padding-left: 25px;
	padding-right: 100px;
	border-right: 1px solid #dcdee5;
}

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

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

.newsing-ul:hover h2 {
	color: #ee7804;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.news-moreing {
	font-size: 18px;
	color: #ee7803;
	text-align: center;
	margin-top: 50px;
	font-weight: bold;
	padding: 23px 0;
	background: #e2e2e2;
}

.news-moreing img {
	vertical-align: middle;
	margin-left: 10px;
}

.newsing-twoc {
	width: 22%;
}

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

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

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

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

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

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

.newsing-twoc-new ul li select {
	width: 100%;
	outline-style: none;
	height: 50px;
	line-height: 50px;
	border: 1px solid #fff;
	background: #fff;
	font-size: 14px;
	color: #999999;
	border-radius: 4px;
	padding: 0 10px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #fff url(../images/la.png) no-repeat 93% center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.news-one {
	padding: 219px 0 60px 0;
	background: url(../images/u37.jpg) no-repeat;
	background-size: cover;
	border-bottom: 1px solid #ebebeb;
	margin-top: -153px;
}

.newsswipera {
	display: flex;
}

.newsswiper-img {
	width: 52%;
}

.newsswiper-tlte {
	width: 48%;
	padding-left: 70px;
}

.newsswiper-tlte h2 {
	font-size: 16px;
	color: rgb(238, 120, 4);
	border: 1px solid #ee7804;
	border-radius: 15px;
	display: inline-block;
	padding: 4px 12px;
	margin-top: 20px;
}

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

.newsswiper-tlte em {
	background-color: rgb(238, 120, 4);
	width: 20px;
	height: 2px;
	display: inline-block;
}

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

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

.swiper-tlteing1 p {
	font-size: 50px;
	font-family: "Roboto";
	color: rgb(153, 153, 153);
}

.swiper-tlteing1 h5 {
	font-size: 14px;
	text-align: center;
	font-family: "Roboto";
	margin-top: -9px;
	color: rgb(153, 153, 153);
}

.newsswipera:hover .newsswiper-tlte h3 {
	color: #ee7804;
}

.newsswipera:hover .newsswiper-tlte h4 {
	color: #ee7804;
}

.newsswipera:hover .newsswiper-tlte p {
	color: #ee7804;
}

.newsswipera:hover .newsswiper-tlte h5 {
	color: #ee7804;
}

.newsswiper .swiper-pagination {
	width: auto;
	left: inherit;
	right: 0;
	top: 0;
	bottom: inherit;
}

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

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

.newsing-two.newsxq {
	margin-top: 60px;
}

.newsing-twob-xq h2 {
	font-size: 30px;
	color: rgb(51, 51, 51);
	line-height: 1.333;
	text-align: left;
	margin-bottom: 20px;
}

.newsing-twob-xq h3 em {
	font-style: normal;
	font-size: 16px;
	font-family: "Roboto";
	color: rgba(153, 153, 153, 0.702);
	line-height: 1.25;
	margin-right: 15px;
}

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

.newsing-twob-xq h4 {
	margin: 27px 0;
	position: relative;
	width: 100%;
	height: 2px;
	background: #dcdee5;
}

.newsing-twob-xq h4::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 3px;
	background: #ee7804;
	content: "";
	display: block;
}

.newsing-twob-nr {
	font-size: 16px;
	color: rgb(51, 51, 51);
	line-height: 2;
	text-indent: 2rem;
	margin-top: 40px;
}

.newsing-twob-nr p {
	margin-bottom: 35px;
}

.newsing-twob-back {
	margin-top: 50px;
}

.newsing-twob-backa {
	display: flex;
	width: 100%;
}

.newsing-twob-backaimg {
	width: 10%;
	text-align: center;
}

.newsing-twob-backa .bshare-custom .bshare-weixin {
	width: 60px;
	height: 60px;
	margin-bottom: 13px;
	background: url(../images/weii.png) no-repeat;
}

.bsTop {
	color: #666;
	background: #f2f2f2;
	width: 100% !important;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px solid #e8e8e8;
}

.newsing-twob-backaimg p {
	font-size: 18px;
	color: rgb(102, 102, 102);
	line-height: 1.556;
	text-align: center;
	margin-top: 63px;
	margin-left: -21px;
}

.bsFrameDiv,
#bsMorePanel {
	border: none;
	height: 89% !important;
	background: #fff;
}

.bshare-weixin {
	padding: 0;
	width: 33px;
	/*  margin-left: 14px;*/
	/* padding-left: 11px; */
	/*margin-top: 20px;*/
	height: 32px;
	/*background: url(images/shareIcon.png);*/
}

.newsing-twob-backanret {
	width: 90%;
	margin-left: 30px;
	border-top: 1px solid #dcdee5;
	border-bottom: 1px solid #dcdee5;
}

.newsing-twob-backanret a {
	display: inline-block;
	font-size: 16px;
	margin: 20px 0;
	color: rgb(153, 153, 153);
	border-radius: 20px;
	padding: 10px 18px;
	margin-right: 15px;
	background: #edeef2;
}

.newsing-twob-backanret a:hover {
	background: #ee7804;
	color: #fff;
}

.newsing-twob-backb {
	display: flex;
}

.newsing-twob-backb {
	margin-top: 30px;
}

.newsing-twobb-backbimg {
	width: 10%;
	text-align: center;
}

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

.newsing-twobb-backanret {
	width: 90%;
}

.newsing-twobb-backanret a {
	font-size: 22px;
	color: #ee7804;
	line-height: 1.818;
	margin-left: 30px;
}

.newsing-twob-backaimg {
	width: 10%;
	text-align: center;
}

.index-one {
	background: url(../images/shan.jpg) no-repeat;
	background-size: cover;
	padding: 65px 0;
	border-radius: 0 0 150px 150px;
}

.index-one1 {
	display: flex;
	width: 100%;
}

.index-one1-titl p {
	font-size: 60px;
	color: rgb(51, 51, 51);
	font-weight: bold;
}

.index-one1-pite {
	padding-top: 18px;
	margin-left: 120px;
}

.index-one1-pite h2 {
	background-color: rgb(0, 0, 0, 0.3);
	position: relative;
	width: 54px;
	height: 2px;
}

.index-one1-pite h2:after {
	border-radius: 50%;
	background-color: rgb(238, 120, 3);
	position: absolute;
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	left: -2px;
	top: -6px;
}

.index-one1-pite h3 {
	font-size: 22px;
	margin-top: 20px;
	color: rgb(102, 102, 102);
	line-height: 1.591;
	width: 91%;
}

.index-one1-titl {
	width: 27%;
}

.index-one1-pite {
	width: 73%;
}

.index-one1 {
	margin-bottom: 45px;
}

.index-one1-ping h2 {
	background-color: rgb(0, 0, 0, 0.1);
	position: relative;
	width: 93%;
	height: 1px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}

.index-one1-ping a img {
	vertical-align: middle;
	transition: all 1s;
}
.index-one1-ping a img:hover{
	transform: rotate(90deg);
}

.index-one1-ping h2:after {
	background-color: rgb(238, 120, 4);
	position: absolute;
	left: 0px;
	top: -1px;
	content: "";
	display: inline-block;
	width: 20px;
	height: 2px;
}

.index-one1-ping {
	margin-bottom: 45px;
}

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

.index-one1-ul ul li {
	width: 20%;
	text-align: center;
}

.index-one1-h2 span {
	font-size: 80px;
	font-family: "Roboto-b";
	color: #ee7804;
}

.index-one1-h2 {
	font-size: 80px;
	color: #ee7804;
}

.yibo-one33-one {
	font-size: 50px;
	color: #ee7804;
}

.index-one1-h2 em {
	color: #333333;
	font-size: 20px;
	font-style: normal;
}

.index-one1-ul ul li h2 {
	background-color: rgb(238, 120, 4);
	margin: 0 auto 8px;
	width: 20px;
	height: 2px;
	display: inline-block;
}

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

#index_Main_Box {
	background: url(../images/bg.jpg) no-repeat center / cover;
	background-attachment: fixed;
}

.index-two {
	height: 500px;
}

.index-three {
	background: url(../images/index_02.png) no-repeat center / cover;
	padding: 80px 0 80px 0;
}

.index-three1 {
	display: flex;
}

.index-three2 {
	text-align: right;
	width: 12%;
	margin-right: 88px;
	padding-top: 7px;
}

.index-three3 {
	width: 97%;
}

.index-three2 h2 {
	background-color: rgb(255, 255, 255);
	display: inline-block;
	width: 100px;
	height: 4px;
	margin-top: 57px;
}

.index-three2 img {
	display: block;
}

.index-three3 h2 {
	font-size: 50px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin-bottom: 18px;
}

.index-three3 p {
	font-size: 22px;
	color: rgb(255, 255, 255);
}

.index-four {
	background: url(../images/index_03.png) no-repeat center / cover;
	padding: 80px 0;
}

.fourwipera {
	display: flex;
	max-width: 1150px;
	margin: 0 auto;
}

.fourwipera1 {
	width: 50%;
}

.fourwipera2 {
	width: 50%;
}

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

.product {
	max-width: 1150px;
	margin: 0 auto;
	font-size: 30px;
	font-family: "Roboto";
	color: rgb(0, 0, 0);
	margin-bottom: 40px;
}

.fourwipera1 h3 {
	font-size: 55px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	transform: translateX(40px);
	opacity: 0;
}

.fourwiper .swiper-slide.swiper-slide-active .fourwipera1 h3 {
	opacity: 1;
	transform: translateX(0px);
	transition: all 1s ease-out 0.2s;
}

.fourwiper .swiper-slide.swiper-slide-active .fourwipera1 h4 {
	opacity: 1;
	transform: translateX(0px);
	transition: all 1s ease-out 0.4s;
}

.fourwiper .swiper-slide.swiper-slide-active .fourwipera1 p {
	opacity: 1;
	transform: translateX(0px);
	transition: all 1s ease-out 0.6s;
}

.fourwiper .swiper-slide.swiper-slide-active .fourwipera1 .infr-h5 {
	opacity: 1;
	transform: translateX(0px);
	transition: all 1s ease-out 0.8s;
}

.fourwiper .swiper-slide.swiper-slide-active .fourwipera2 img {
	opacity: 1;
	transform: translateX(0px);
	transition: all 1s ease-out 0.4s;
}

.fourwipera1 h4 {
	font-size: 30px;
	margin-bottom: 50px;
	color: rgb(51, 51, 51);
	transform: translateX(40px);
	opacity: 0;
}

.fourwipera1 p {
	font-size: 22px;
	color: rgb(102, 102, 102);
	line-height: 1.364;
	    max-width: 425px;
	margin-bottom: 30px;
	transform: translateX(40px);
	opacity: 0;
}

.fourwipera1 .infr-h5 {
	transform: translateX(40px);
	opacity: 0;
	font-size: 16px;
	color: rgb(223, 120, 28);
	border-width: 2px;
	border-color: rgb(223, 120, 28);
	border-style: solid;
	display: inline-block;
	border-radius: 25px;
	padding: 12px 33px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.fourwipera2 {
	text-align: center;
}

.fourwipera2 img {
	transform: translateX(40px);
	opacity: 0;
}

.fourwipera1 .infr-h5:hover {
	color: #fff;
}

.fourwipera1 .blob-btn__blob {
	background: #ee7804;
}

.fourwipera1 .infr-h5:hover .blob-btn__blob {
	-webkit-transform: translateZ(0) scale(1.7);
	transform: translateZ(0) scale(1.7);
}

.fourwiper .swiper-button-prev {
	width: 86px;
	height: 88px;
	top: 32%;
	background: url(../images/left.png) no-repeat;
}

.fourwiper .swiper-button-next {
	width: 86px;
	top: 32%;
	height: 88px;
	background: url(../images/right.png) no-repeat;
}

.fourwiper {
	padding-bottom: 100px;
}

.fourwiper .swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background: none;
	opacity: 1;
	border: 2px solid #999999;
	margin: 0 10px;
}

.fourwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 60px;
	height: 20px;
	opacity: 1;
	background: #ee7804;
	border-radius: 10px;
	border: 2px solid #ee7804;
}

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

.index-four iframe {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.8;
	height: 130%;
	filter: grayscale(1);
	width: 100%;
	z-index: -1;
}

.section3 {
	overflow: hidden;
	width: 100%;
	height: 83vh;
	display: flex;
	word-break: keep-all;
}

.section3 .tabarea {
	position: relative;
	display: flex;
	align-items: center;
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 3%;
	margin-top: -137px;
	margin-left: -62px;
}

.section3 .tabarea .titwrap.in-view .tit {
	transform: translateX(0);
	transition: all 1.8s;
}

.section3 .tabarea .titwrap .tit {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 759px;
	height: 850px;
	background: #fff;
	border: 0px solid #18978c;
	border-radius: 50%;
	text-align: center;
}

.section3 .tabarea .titwrap .tit {
	transform: translateX(-100%);
}

.section3 .tabarea .titwrap .tit:before {
	display: block;
	content: "";
	width: 47%;
	height: 47%;
	padding: 200px;
	border: 172px solid #f1f1f1;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.section3 .tabarea .titwrap.in-view .tit>div {
	opacity: 1;
	transform: translateY(0px);
	transition: all 1.2s 0.6s;
}

.section3 .tabarea .titwrap .tit>div {
	opacity: 0;
	transform: translateY(40px);
}

.section3 .tabarea .titwrap .tit .txt {
	margin-top: 5px;
	font-size: 24px;
	color: #000;
}

.section3 .tabarea .titwrap .tit .txt:before {
	display: block;
	content: "";
	width: 100%;
	height: 28%;
	padding: 1000px;
	border: 3px dotted rgb(239, 122, 8, 0.1);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-56%, -50%);
	z-index: -1;
}

.section3 .tabarea .titwrap .tit .txt:after {
	display: block;
	content: "";
	width: 100%;
	height: 28%;
	padding: 1060px;
	border: 1px solid rgb(239, 122, 8, 0.1);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-51%, -50%);
	z-index: -1;
}

.section3 .tabarea .titwrap .tit:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	padding: 600px;
	/*border: 1px solid #eee;*/
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-48%, -50%);
	z-index: -1;
}

.section3 .tabarea .in-view ul li:nth-child(1) {
	transition: all 1.2s 0.6s;
	transform: translate(30%, -200%);
}

.section3 .tabarea .in-view ul li {
	opacity: 1;
}

.section3 .tabarea ul li:nth-child(1) {
	right: 15%;
	top: 53%;
	transform: translate(0, -255%);
}

.section3 .tabarea ul li:nth-child(1) {
	transform: translate(40px, 105%);
}

.section3 .tabarea .in-view ul li {
	opacity: 1;
}

.section3 .tabarea ul li {
	opacity: 0;
	transform: translate(40px, 40px);
}

.section3 .tabarea ul li {
	position: absolute;
	width: 120px;
	height: 120px;
}

.section3 .tabarea ul li.on a {
	background-image: -moz-linear-gradient( 90deg, rgb(238, 120, 4) 0%, rgb(244, 153, 64) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(238, 120, 4) 0%, rgb(244, 153, 64) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(238, 120, 4) 0%, rgb(244, 153, 64) 100%);
	box-shadow: 0px 2px 8px 0px rgba(119, 119, 119, 0.1);
}

.section3 .tabarea ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 20px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0px 2px 8px 0px rgba(119, 119, 119, 0.1);
	text-align: center;
}

.section3 .tabarea .in-view ul li.on .icon img {
	filter: brightness(0) invert(1);
}

.section3 .tabarea ul li.on .sbj {
	color: #fff;
}

.section3 .tabarea ul li .sbj {
	font-size: 22px;
	color: #000;
	font-weight: 500;
	word-break: keep-all;
}

.section3 .tabarea .in-view ul li:nth-child(2) {
	transition: all 1.2s 0.8s;
	transform: translate(24%, -58%);
}

.section3 .tabarea ul li:nth-child(2) {
	right: 9%;
	top: 52%;
	transform: translate(0, -125%);
}

.section3 .tabarea ul li:nth-child(2) {
	transform: translate(40px, -215%);
}

.section3 .tabarea .in-view ul li:nth-child(3) {
	transition: all 1.2s 1.0s;
	transform: translate(-30%, 90%);
}

.section3 .tabarea ul li:nth-child(3) {
	right: 8%;
	top: 50%;
	transform: translate(0, 15%);
}

.section3 .tabarea ul li:nth-child(3) {
	transform: translate(40px, -65%);
}

.section3 .txtarea {
	box-sizing: border-box;
	width: 50%;
	padding: 111px 10%;
}

.section3 .txtarea.in-view .sec3 {
	opacity: 1;
	transform: translateY(0);
	transition: all 1.2s 0.6s;
}

.section3 .txtarea .sec3 {
	opacity: 0;
	transform: translateY(40px);
}

.section3 .txtarea .sec3 .swiper-slide {
	height: 390px;
}

.section3 .txtarea .sec3 .swiper-slide .tit {
	/*margin: 40px 0 30px;*/
	font-size: 31px;
	color: #000;
	font-weight: 600;
}

.telit {
	position: relative;
}

.telit.in-view h2 {
	opacity: 1;
	transform: translateX(0px);
}

.telit {
	padding-right: 60px;
}

.telit h2 {
	font-size: 35px;
	color: #333333;
	/*font-weight: bold;*/
	opacity: 0;
	transform: translateX(40px);
	transition: all 1.2s 0.2s;
}

.telit h2 span {
	color: #ef7a08;
	font-size: 35px;
}

.section3 .txtarea .sec3 .swiper-slide .txt p {
	font-size: 25px;
	color: rgb(85, 85, 85);
	text-transform: uppercase;
	line-height: 1.6;
}

.index-five {
	background: url(../images/chuan.jpg) no-repeat center / cover;
    background-attachment: fixed;
}

.iconing {
	font-size: 55px;
	color: #333333;
	font-weight: bold;
	line-height: 1.091;
}

.iconing h2 {
	background-color: rgb(238, 120, 3);
	margin: 30px 0 54px 0;
	width: 25px;
	height: 2px;
}

.menu-btn img {
	margin-right: 124px;
	vertical-align: middle;
}

.titinfa {
	display: flex;
}

.index-fivea {
	padding-bottom: 130px;
	margin-top: -14%;
}

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

.index-fiveab ul li {
	width: 23.8%;
	margin-right: 25px;
	margin-bottom: 25px;
	text-align: center;
	border-radius: 20px;
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 43px 20px 43px 20px;
}

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

.index-fiveab ul li:hover .fiveab-img {
	transform: translateY(-10px);
}

.index-fiveab ul li a .fiveab-img {
	transform: translateX(0px);
	transition: all 0.8s;
}

.index-fiveab ul li p {
	font-size: 22px;
	color: rgb(51, 51, 51);
	line-height: 1.182;
	text-align: center;
	margin-top: 15px;
}

.index-fiveab ul li h2 {
	position: absolute;
	font-size: 120px;
	font-family: "Roboto-b";
	color: rgb(245, 245, 245);
	top: 24px;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
}

.index-fiveab ul li:last-child {
	background: url(../images/yuan.png) no-repeat;
	background-size: cover;
}

.fiveab-img {
	height: 107px;
}

.index-left {
	text-align: left;
	padding: 20px 15px 10px 15px;
}

.hooer {
	margin-top: 40px;
}

.inde-3 {
	position: relative;
}

.auto-img>img {
	display: block;
	width: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.upline .upline-swiper {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.upline .item {
	position: relative;
	height: 100%;
	color: #fff;
	text-align: center;
	/* border-right: 1px solid rgba(255, 255, 255, 0.1); */
}

.upline .item .inner {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.inner i {
	width: 10px;
	height: 10px;
	background: #fff;
	display: block;
	border-radius: 50%;
	position: relative;
	margin: 40px auto 40px;
	z-index: 1;
}

.inner i::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	-webkit-animation: opens 1s .5s linear infinite both;
	animation: opens 1s .5s linear infinite both;
	z-index: -1;
}

.inner-i {
	position: relative;
}

.inner-i:after {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 100%;
	height: 1px;
	border-top: 2.5px dotted rgba(255, 255, 255, 0.302);
}

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

.inner h2 {
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 1.4;
    height: 70px;
    margin: 0 auto;
    max-width: 273px;
}

.upline-swiper .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.upline .item .inner {
	position: absolute;
	width: 100%;
	bottom: 155px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.upline .item:after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	width: 1px;
	height: 50%;
	background: linear-gradient(to top, rgb(255, 255, 255, 0.2), rgb(255, 255, 255, 0.01));
}

.upline .item:hover {
	background-image: linear-gradient(to bottom, transparent, rgb(0, 0, 0, 0.4));
}

.index-six-tltei {
	position: absolute;
	width: 100%;
	top: 130px;
	z-index: 2;
}

.index-six {
	position: relative;
}

.index-six-tltei h2 {
	font-size: 40px;
	color: rgb(255, 255, 255);
}

.index-six-tltei h3 {
	background-color: rgb(238, 120, 4);
	width: 25px;
	height: 2px;
	margin-top: 30px;
}

.head-mask {
	position: absolute;
	left: 0;
	top: 1.35rem;
	height: 0;
	padding: 0;
	width: 100%;
	z-index: 99999999999999999999999999999;
	transition: all .3s;
}

.nav-box {
	position: fixed;
	left: 0;
	top: 0;
	float: left;
	margin-left: 2.1rem;
	margin-top: 1.25rem;
	z-index: 9999999999999999999999999999999;
	/*opacity: 0;*/
}

.nav-box.open .nav-bg {
	transform: scale(1);
}

.nav-box .menu-btn {
	transform: translateX(40px);
	opacity: 0;
}

.nav-box.open .menu-btn {
	transform: translatex(0);
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	transition: all .5s ease;
}

.nav-bg {
	position: absolute;
	left: 1rem;
	top: .25rem;
	width: 60rem;
	padding-top: 60rem;
	margin-top: -30rem;
	margin-left: -30rem;
	background-color: #fff;
	border-radius: 100%;
	transform: scale(0);
	transform-origin: center center;
	transition: all .8s cubic-bezier(.77, 0, .175, 1);
}

.head-maskimg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	z-index: 45;
	display: none;
	cursor: pointer;
}

.menu-btn {
	font-size: 0;
	z-index: 3;
	float: left;
	position: relative;
	line-height: .6rem;
	height: .6rem;
	transition: all .3s;
}

.menu-btn .line-box {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	position: relative;
	width: .6rem;
	height: .3rem;
	transition: width .2s;
}

.menu-btn.cur .line-box .line:nth-child(1) {
	top: 50%;
	margin-top: -1.5px;
	transform: rotate(45deg);
}

.menu-btn .line-box .line:nth-child(1) {
	top: 0;
}

.menu-btn .line-box .line {
	position: absolute;
	left: 0;
	width: .6rem;
	height: 3px;
	background-color: #000;
	transform-origin: center center;
	margin: 0;
	transition: all .2s;
}

.menu-btn.cur .line-box .line:nth-child(2) {
	bottom: 50%;
	margin-bottom: -1.5px;
	transform: rotate(-45deg);
}

.menu-btn .txt {
	font-size: .375rem;
	line-height: .4rem;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	margin-left: .25rem;
	color: #000;
	font-family: "Gilroy-Medium";
	transition: all .2s;
}

.pc-nav {
	position: absolute;
	left: 70%;
	top: 391%;
	font-size: 0;
	visibility: hidden;
}

.pc-nav li {
	margin-bottom: 1rem;
	transform: translateY(40px);
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}

.nav-box.open .pc-nav li:nth-child(1) {
	transition-delay: .1s;
}

.nav-box.open .pc-nav li {
	transform: translateY(0);
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	transition: all .5s ease;
}

.pc-nav li .tit {
	font-size: .9rem;
	line-height: 1rem;
	color: #333;
	display: block;
	white-space: nowrap;
}

.pc-nav li .navson {
	margin-top: .7rem;
	white-space: nowrap;
}

.pc-nav li .navson a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: .375rem;
	line-height: .4rem;
	color: #666;
	margin-right: .75rem;
	transition: all .3s;
}

html {
	font-size: 250%;
	font-family: "Microsoft YaHei";
}
.wrap-inner p{
	color: #fff;
	font-size: 70px;
	text-align: center;
}
.wrap-inner{
	width: 100%;
	z-index: 9999;
}
.search-popup__inner{
	flex-wrap: wrap;
	height: 36% !important;
	top: 30%;
	/*transform: translateY(-50%);*/
}
.wrap-in{
	display: flex;
	justify-content: center;
	align-items: center;
}
.hot-search{
	width: 100%;
	z-index: 99999;
}
.hot-tit{
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	margin-right: 20px;
}
.hot-link a{
	margin-right: 30px;
	color: #fff;
	position: relative;
	font-size: 15px;
}
.hot-link a:hover:before {
    transform: scaleX(1);
}
 .hot-link a:before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .3s;
}
.menubtn {
    margin-top: 14px;
}
.btn_menui.openmenu > div:nth-child(1) {
    background: rgb(0, 0, 0, 0.4);
    transform: translateY(8.0px) rotate(45deg);
}
.menubtn>div {
    width: 21px;
    /* float: right; */
    height: 2px;
    background: #fff;
    display: inherit;
    margin-bottom: 5px;
    background: rgb(0, 0, 0, 0.4);
    transition: all 0.4s;
}
.btn_menui.openmenu > div:nth-child(2) {
    opacity: 0;
}
.btn_menui.openmenu > div:nth-child(3) {
    background: rgb(0, 0, 0, 0.4);
    transform: translateY(-6.0px) rotate(-45deg);
}
.m_all {
    display: none;
    width: 100%;
    height: 100vh;
    background: #f1f1f1;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
}
.phone_head.wh {
    background: #f1f1f1;
    box-shadow: none;
}
.allmenu {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 80px 3%;
    overflow: auto;
}
.allmenu .menuarea {
    box-sizing: border-box;
    width: 100%;
}
.allmenu .menuarea > ul > li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    padding: 17px 0 16px 16px;
    border-bottom: 1px solid #ddd;
}
.allmenu .menuarea > ul > li > a {
    position: relative;
    width: 130px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.allmenu .menuarea > ul > li > ul {
    width: calc(100% - 150px);
}
.allmenu .menuarea > ul > li > ul > li {
    margin-bottom: 12px;
}
.allmenu .menuarea > ul > li > ul > li > a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.wangluo-one1{
	position: relative;
}
.wangluo-onea {
    position: absolute;
    top: 46%;
    left: 35%;
    
}
.wangluo-onea::before {
    position: absolute;
    left: -2px;
    right: 0;
    top: -1px;
    width: 20px;
    height: 20px;
    bottom: 0;
    content: '';
    background: rgba(238, 120, 4, 0.3);
    border-radius: 50%;
    /* -webkit-animation: opens 1s .5s linear infinite both; */
     animation: opens 1s .5s linear infinite both; 
    z-index: -1;
}
.wangluo-img {
    position: absolute;
    transition: all 2s;
    transition-delay: .5s;
    top: 15.7%;
    right: 26.8%;
    width: 0;
    height: 69.92%;
    background: url(../images/xian1.png) right center no-repeat;
    /* background-size: cover; */
}
.wangluo-img.ani.in-view{
	width: 67%;
}
.submenu_bg {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 80px;
    background: #f8f8f8;
}
.yewua .ww{
	position: relative;
}
.zsy_al ul li.active .contan{
	display: block;
}
.contact_section {
    background: #0f68ac;
    border-radius: 0 0 0px 0;
    position: fixed;
    left: 0;
    padding: 90px 0 95px 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999999999999999999;
    width: 100%;
    display: none;
}

.guab {
    position: absolute;
    right: 50px;
    top: 50px;
}
.contact_form {
    width: 1050px;
    margin: 0 auto;
}
.contact_tit {
    color: #fff;
    font-size: 27px;
}
.contact_tit span {
    font-weight: 900;
    white-space: nowrap;
}
.uform {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_form form input {
    padding-left: 25px;
    outline-style: none;
    border: none;
}
.uform .textarea {
    width: 100%;
    margin-top: 12px;
    border: none;
    outline: none;
    font-size: 18px;
    color: #333333;
    font-family: "微软雅黑";
    padding-bottom: 8px;
}
.star {
    position: relative;
}
.contact_form form textarea {
    resize: none;
    width: 100%;
    height: 140px;
    /* border: 1px solid #B5400D; */
    margin-top: 40px;
    padding: 20px;
    outline-style: none;
}
.contact_form form .star::after {
    content: '*';
    color: #0f68ac;
    font-size: 18px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.contact_tit2 {
    width: 100%;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}
.inputall {
    /* width: 777px; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.inputall .star {
    margin-right: 20px;
}
.star {
    position: relative;
}
.contact_form_item {
    width: 378px;
    height: 50px;
    margin-top: 20px;
}
.contact_form form .star::after {
    content: '*';
    color: #0f68ac;
    font-size: 18px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.inputall .star::after {
    top: 33px !important;
}
.contact_sub {
    width: 185px;
    height: 48px;
    background: #161616;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
    padding: 0 !important;
    display: block;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 72px;
}
.search-popup iframe {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 130%;
    width: 100%;
    
}
.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:hover a, .pages li.active a {
    background: #3253a4;
    color: #fff;
}
.upline .item .inner .desc {
    padding: 0 10%;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    display: none;
    margin-top: 5px;
    /* transition: all 1s; */
}
.upline .item:hover .inner-i:after{
	display: none;
}
.upline .item:hover .inner {
    bottom: 174px;
}
.upline .item:hover .inner .desc {
    display: block;
}
.upline .item:hover .inner i{
       margin: 25px auto 25px;
}
.upline .item:hover .inner h2{
	 height: 55px;
}
.ts_li{
	display: flex;
flex-direction: inherit !important;
}
.nav{
	position: relative;
}
.xin-xiala{
	
	display: flex;
	
       width: 60%;
    margin:  0 auto;
	background: #fff;
	border-radius: 0 40px 10px 10px;
	overflow: hidden;
}
.xin-xialazong{
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
}
.xin-xiala1{
	width: 50%;
}
.xin-xiala2{
	width: 50%;
}
.xin-xiala2{
	overflow: hidden;
	border-radius: 0 0px 0px 40px;
}
.xin-xiala2 img{
	vertical-align: bottom;
}
.xin-xiala1{
	display: flex;
}

.xin-a a{
	display: inline-block;
}
.xin-a:hover a p{
	color: #0f68ac;
}
.xin-xiala1 {
  
    padding: 58px 0;
}
.xin-a{
	width: 50%;
	text-align:center;
line-height: 0;
}
.xin-a p{
	    line-height: 0;

  font-size: 15px;

  color: rgb(51, 51, 51);

  text-align: center;
margin-top: 30px;

}
.xin-a:first-child{
	border-right: 1px solid #d3d3d3;
}
.index-maskimg{
	background:url(../img/bij.jpg) no-repeat;
	background-size: cover;
    border-radius: 0 0 0 0;
   
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
   
    transition: clip-path 0.7s ease-in-out;
    height: 100vh;
    width: 100vw;
    z-index: 9999999;
     clip-path: circle(0rem at calc(100% - 0.775rem) 0.675rem);
}
.index-maskimg.open {
    pointer-events: auto;
    clip-path: circle(121vw at calc(100% - 5.775rem) 7.675rem) !important;
}
.index-maskimg{
	display: flex;
	
}
.index-ma{
	position: relative;
	width: 70%;
	 padding: 12% 1% 5% 4%;
}
.index-mb{
	position: relative;
	width: 30%;
	  padding: 13% 1% 5% 4%;
}

.index-mabb ul li a{
	
  font-size: 55px;
 
  color: rgb(51, 51, 51);
  font-weight: bold;
  line-height: 1.818;
  

}
.index-mabb ul li a:hover{
	    color: #FFFFFF;
    text-shadow: -1px 1px 0 #333333, 1px 1px 0 #333333, 1px -1px 0 #333333, -1px -1px 0 #333333;
}
.index-macc {
    position: absolute;
    left: 6%;
    bottom: 10%;
}
.index-macc a{
 border-radius: 10px;
 width: 50px;
 height: 50px;
 background: #ebebeb;
 text-align: center;
 line-height: 59px;
 display: inline-block;
 margin-right: 20px;
}
.index-macc a:hover{
	opacity: 0.5;
}
.index-mb{
	border-left:1px solid #e4e4e4;
}
.index-mbcc ul li a{
	    transition: all .5s ease-in-out;
  font-size: 30px;
 
  color: rgb(102, 102, 102);
  font-weight: bold;
  line-height: 1.667;


}
.index-mbcc ul li a:hover{
	 color: #FFFFFF;
    text-shadow: -1px 1px 0 #666666, 1px 1px 0 #666666, 1px -1px 0 #666666, -1px -1px 0 #666666;
}
.index-mbdd{
	    position: absolute;
    left: 14%;
    bottom: 10%;
}
.index-mbdd p{
	
  font-size: 18px;

  color: rgb(102, 102, 102);
  line-height: 1.667;


}
.index-mbdd p strong{
	display: block;
}
.index-mbdd h2{
	
    margin-top: 60px;
    font-size: 15px;
color: rgb(102, 102, 102);
	
}
.index-mbdd h2 a{
	 font-size: 18px;

  color: rgb(102, 102, 102);
}

.logoong{
	top: 25px;
	left: 85px;
	position: absolute;
}
.guan {
    position: absolute;
    top: 50px;
    right: 100px;
    z-index: 9;
}
 .circle {
    border: 150px solid #0f68ac;
    border-radius: 50%;
    height: 768px;
    position: fixed;
    right: -40vw;
    top: -40vw;
    transition: all .5s ease-in-out;
    transition-delay: 0s;
    width: 768px;
}
.index-maskimg.open .circle {
	right: -20vw;
    top: -20vw;
    transition-delay: .5s;
    transition-duration: 1s;
}
.head-main .nav>ul>li:nth-child(2) .xin-xiala {
	    margin: 0 0 0 76px; 
    /*margin-left: 76px;*/
}
/*---
 * ----------*/


/*
 
 * 响应式
 * */

@media only screen and (max-width:1800px) {
	.w {
		width: 1600px;
	}
	.txt-box p.txt01 {
    font-size: 43px;
    max-width: 40%;
    
}
.wangluo-one2{
	text-align: right;
}
.wangluo-one2>img{
	width: 80%;
}
.yewu-2 {
    z-index: 4;
    position: absolute;
    top: 200px;
    left: 138px;
    width: 21%;
}
.newsing-twoc {
    width: 30%;
}
.nanner-one2 {
    width: 100%;
    max-width: 92%;
    
}
.nanner-one4 h3 {
    font-size: 47px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}
	html {
		font-size: 250%;
		font-family: "Microsoft YaHei";
	}
	.head-main .nav>ul>li {
		float: left;
		
		margin-right: 40px;
	}
	.right-side-box .search-popup__toggler {
		width: 53px;
		height: 20px;
		/* margin-right: 59px; */
		line-height: 20px;
		/* background: url(../images/search.png) no-repeat center center; */
	}
	body {
		font-size: 15px;
	}
	.jt_zci .let_box {
		width: 69.25%;
	}
	.nbannerxia2 {
    float: right;
    width: 78%;
}
}

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

.index-mb {
    position: relative;
    width: 30%;
    padding: 20% 1% 5% 4%;
}
.index-ma {
    position: relative;
    width: 70%;
    padding: 19% 1% 5% 4%;
}
	.wangluo-one2>img {
    width: 66%;
}
.inner h2 {
    font-size: 21px;
}
.upline .item:hover .inner {
    bottom: 140px;
}
.er3 {
    width: 25%;
}
.conta-2 ul li:first-child img {
    width: 60%;
}
.conta-2 ul li h3 p {
    display: block;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    vertical-align: text-top;
    /* text-transform: uppercase; */
    line-height: 1.664;
}
.conta-2 {
    padding: 43px 56px 45px 68px;
   
}
.wangluo-one1 {
    width: 60%;
    display: inline-block;
}
.wangluo-one2 h2 {
    background: url(../images/dou.png) no-repeat center;
    font-size: 22px;
    background-size: 66%;
    margin-bottom: 40px;
    color: #ee7804;
    margin-right: -17%;
    margin-left: -8px;
    text-align: center;
    margin-top: 90px;
}
.wangluo-img.ani.in-view {
    width: 64%;
}
.wangluo-onea {
    position: absolute;
    top: 46%;
    left: 33%;
}
.conta-2 ul li {
    padding: 14px 0;
   
}
.wangluo-img {
    position: absolute;
    transition: all 2s;
    transition-delay: .5s;
    top: 17.7%;
    right: 23.8%;
    width: 0;
    height: 69.92%;
    background: url(../images/xian1.png) right center no-repeat;
    background-size: cover;
}
.wangluo-one2 h3 {
    
    margin-right: -21%;
}
	.newsswiper-tlte h4 {
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 1.563;
    margin: 10px 0 13px 0;
}
.yingyong h2 {
    font-size: 22px;
   }
   .yingyong h3 {
   
    margin: 18px 0 37px 0;
}
.yingyong h4 {
    font-size: 23px;
    
}
.zsy_al .sl_content .sl_item:hover .content {
    top: 50%;
    margin-top: -99px;
}
.zsy_al .sl_content .sl_item:hover .content span {
    margin-top: 24px;
}
.producta.pro .zsy_al ul li .mask .content p {
    font-size: 15px;
    font-family: "Microsoft YaHei";
    color: #fff;
    line-height: 1.5;
       padding: 0px 25px;
}
.yewu-2 {
    z-index: 4;
    position: absolute;
    top: 200px;
    left: 80px;
    width: 28%;
}
.zsy_al ul li .mask .content h3{
	    margin-top: 39px;
}
.yingyong h4 img {
   
    margin-left: 24px;
    
}
.yingyong {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 100%;
    text-align: left;
}
.newsswiper-tlte h2 {
   
    margin-top: 0;
}
.newsswiper-tlte {
    width: 48%;
    padding-left: 50px;
}
.newsswiper-tlte h3 {
    font-size: 26px;
    color: rgb(0, 0, 0);
    margin-top: 13px;
    margin-bottom: 11px;
}
	.nanner-yuan2 {
    width: 500px;
    height: 500px;
  
}
.nanner-yuan {
   
    width: 400px;
    height: 400px;
  
}
.yibo-one33-one span {
    font-size: 39px;
  
}
.yibo-one22 h3 {
    font-size: 143px;
  
}
.yibo-one33-one {
    font-size: 36px;
    color: #ee7804;
}
.nanner-one4 {
    width: 23%;
}
	.index-one1-titl p {
    font-size: 50px;
    color: rgb(51, 51, 51);
    font-weight: bold;
}
	.index-one1-titl p {
    font-size: 50px;
    color: rgb(51, 51, 51);
    font-weight: bold;
}
.index-fiveab ul li h2 {
    position: absolute;
    font-size: 92px;
   
}
.footer-oneb p {
    font-size: 15px;
  
}
.footer-onec ul li {
    padding: 8px 34px;
   
}
.footer-oned h3 {
    font-size: 23px;
   
}
.footer-oned p {
    font-size: 14px;
   
}
.footer-oneb img {
    width: 66%;
}
.footer-onee {
    width: 12%;
}
.footer-onea>div{
	margin: 0 5px;
}
.index-fiveab ul li p {
    font-size: 18px;
   
}
.upline .item .inner {
   
    bottom: 19%;
 
}
.index-six-tltei h3 {
   
    margin-top: 14px;
}
.index-six-tltei {
    position: absolute;
    width: 100%;
    top: 40px;
    z-index: 2;
}
	.producta.pro .zsy_al ul li .mask .content h3 {
    font-size: 25px;
}
	.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;
	}
	.index-one1-titl {
    width: 33%;
}
.index-one1-ping h2 {
  
    width: 89%;
   
}
.section3 .tabarea .titwrap .tit {
   
    width: 93%;
    height: 93%;
   
}
.iconing {
    font-size: 44px;
    color: #333333;
    font-weight: bold;
    line-height: 1.091;
}
.index-fivea {
    padding-bottom: 130px;
    margin-top: -14%;
}
.index-fiveab ul li {
    width: 22.8%;
  
}
.newsing-twoc-tong1 h2 {
    font-size: 18px;
   
}
.newsing-twoc-tong1 h3 span {
    font-size: 12px;
  
}
}

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

@media only screen and (max-width:1500px) {
	.w {
		width: 1200px;
	}
	.index-maskimg.open .circle {
    right: -29vw;
    top: -28vw;
    transition-delay: .5s;
    transition-duration: 1s;
}
	.conta-2 {
    padding: 20px 73px;
}
.telit {
    padding-right: 30px;
}
.section3 .txtarea .sec3 .swiper-slide .txt p {
    font-size: 22px;
  
}
.section3 .txtarea {
   
    padding: 111px 8%;
}
.telit h2 {
    font-size: 32px;
   
}
.conta-2 ul li {
    padding: 9px 0;
}
	.yewu-2 {
    z-index: 4;
    position: absolute;
    top: 200px;
    left: 112px;
    width: 28%;
}
	.yibo-one2 p {
    font-size: 15px;
   
}
	.yibo-one3 h3 {
    font-size: 15px;
   
}
	.fourwipera {
    display: flex;
    max-width: 900px;
    margin: 0 auto;
}

.product {
   max-width: 900px;
    margin: 0 auto;
  
}
	.index-one1-pite h3 {
    font-size: 18px;
    margin-top: 20px;
    color: rgb(102, 102, 102);
    line-height: 1.591;
    width: 91%;
}
	.bottom-top-rht {
		width: 63%;
	}
	.index-41 ul li {
		margin-right: 21px;
	}
	.index-3 ul li {
		padding: 49px 36px 10px 35px;
	}
	.index-14 p {
		font-size: 14px;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		word-break: break-all;
		white-space: normal !important;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
	}
	.more {
		display: block;
		text-align: center;
		margin-top: 10px;
		font-size: 16px;
		font-family: "Microsoft YaHei";
		color: rgb(255, 255, 255) !important;
		line-height: 1.563;
		text-align: center;
	}
	.right-side-box .search-popup__toggler {
		/*width: 35px;*/
		height: 35px;
		margin-right: 7px;
		line-height: 32px;
		background: url(../images/search.png) no-repeat center center;
	}
	.head-main .nav>ul>li>a {
		/*display: block;*/
		font-size: 15px;
		/*color: #333333;*/
		position: relative;
	}
	.right-side-box .side-menu__toggler {
		/*width: 80px;*/
		height: 86px;
	}
	.yzm img {
		height: 42px;
	}
	.form li {
		line-height: 42px;
		margin-bottom: 10px;
	}
	.submit,
	.reset {
		height: 40px;
		line-height: 40px;
	}
	.head-main .nav>ul>li {
		margin-right: 25px;
	}
	.head-main .logo img {
		height: 40px;
	}
	.right-side-box li {
		/*margin-left: 15px;*/
	}
	.intitle .en {
		font-size: 50px;
	}
	.intitle .ch {
		font-size: 26px;
	}
	.proswiper .tbox {
		padding-left: 35px;
		padding-right: 70px;
	}
	.in3-sec .tbox .tit .ch,
	.in3-sec .tbox .tit .en,
	.in2-sec .main .num-con li .num {
		font-size: 30px;
	}
	.links-sec li .tbox .en {
		font-size: 14px;
	}
	.index-fivea {
    padding-bottom: 130px;
    margin-top: -20%;
}
}

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

}

@media only screen and (max-width:1300px) {
	.w {
		width: 1100px;
	}
		.index-maskimg.open .circle {
    right: -34vw;
    top: -34vw;
    transition-delay: .5s;
    transition-duration: 1s;
}
.circle {
    border: 130px solid #0f68ac;
    
}
	.he_popbx{
		    padding: 58px 40px 60px 40px;
		    width: 83%;
	}
	.inner h2 {
    font-size: 21px;
  
}
.fourwipera1 p {
    font-size: 19px;
  
}
.fourwipera1 h3 {
    font-size: 50px;
    
}
.fourwipera1 h4 {
    font-size: 26px;
   
}
.inner>img {
    width: 67px;
}
.index-six-tltei h2 {
    font-size: 31px;
    color: rgb(255, 255, 255);
}
	.upline .item:hover .inner {
    bottom: 81px;
}
	.zz {
		position: absolute;
		top: 157px;
		width: 78%;
		left: 50%;
		transform: translateX(-49.9%);
		z-index: 1;
	}
	.bottom-top-rht {
		width: 70%;
		padding-left: 0px;
	}
	.bottom-top-rht dl {
		padding: 0 23px;
	}
	.search-popup__form {
		position: relative;
		z-index: 9991;
		width: 105%;
		padding: 0px;
		max-width: 597px;
		position: relative;
	}
	.searchmore .search-text {
		background: #f4f1f1 url(../images/search2.png) no-repeat 90% center;
		border-radius: 4px;
		background-size: 17px;
		padding: 0px 50px 0 20px;
		display: block;
		height: 48px;
		line-height: 48px;
		color: #666666;
		font-size: 15px;
		width: 100%;
	}
	.searchmore .search-textt {
		background: #f4f1f1;
		border-radius: 4px;
		padding: 0px 50px 0 20px;
		display: block;
		height: 48px;
		line-height: 48px;
		margin-top: 0px;
		color: #666666;
		font-size: 16px;
		width: 100%;
	}
	.head-main .nav>ul>li>a {
		font-size: 16px;
	}
	.head-main .nav>ul>li {
		margin-right: 30px;
	}
	.right-side-box li {
		margin-left: 17px;
	}
	.go,
	.bannerswiper .swiper-pagination,
	.banner-pagination {
		bottom: 17px;
	}
	.prolist .tbox .application {
		margin-top: 20px;
	}
	.prolist .tbox .btn {
		margin-top: 20px;
	}
	.pro-pagination {
		max-width: 80%;
		text-align: right;
	}
	.pro-pagination li {
		margin-bottom: 5px;
		text-align: left;
	}
}

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

@media only screen and (max-width:1200px) {
	.w {
		width: 1024px;
	}
	.index-one1-titl p {
    font-size: 46px;
   }
   .index-one1-pite h3 {
    font-size: 15px;
   
}
.telit {
    padding-right: 28px;
}
.iconing {
    font-size: 36px;
 
}
.index-fiveab ul li p {
    font-size: 15px;
}
.index-six-tltei h2 {
    font-size: 32px;
    color: rgb(255, 255, 255);
}
.inner h2 {
    font-size: 20px;
   
}
.telit h2{
	font-size: 28px;
}
.section3 .txtarea .sec3 .swiper-slide .txt p{
	  font-size: 20px;
}
.fourwipera {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
}
	.fuwu-13 ul li {
		font-size: 15px;
	}
	.head-main .nav {

    margin-right: 0;
}
	.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%;
	}
	.upline .item:hover .inner {
    bottom: 0;
}
.upline .item:hover .inner .desc {
    display: none;
}
	.index-fiveab ul li{
		box-shadow: 0px 2px 20px rgb(0 0 0 / 20%);
	}
	.index-fiveab ul li {
    width: 47%;
    margin-right: 16px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 10px;
   
    z-index: 1;
    padding: 20px;
}
.index-fiveab ul li h2 {
    position: absolute;
    font-size: 55px;
   
}
.inner i {
   
    margin: 9px auto 11px;
   
}
.inner>img{
	width: 45px;
}
.upline .item .inner {
    position: absolute;
    width: 100%;
    bottom: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.inner h2 {
    font-size: 12px;
    color: rgb(255, 255, 255);
    line-height: 1.4;
    height: 30px;
    margin: 0 auto;
    max-width: 209px;
}
.index-six-tltei{
	display: none;
}
.index-fiveab ul li p {
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 1.182;
    text-align: center;
    margin-top: 5px;
}
	.index-fiveab ul li:nth-child(2n){
		margin-right: 0px;
	}
	.fiveab-img {
   
    height: 79px;
}
.fiveab-img img {
    width: 73px;
}
	.index-four {
  
    padding: 30px 0;
}
.fourwipera1 {
    width: 100%;
}
.fourwipera1 h3 {
    font-size: 30px;
   
}
.fourwipera1 h4 {
    font-size: 19px;
    margin-bottom: 20px;
   
}
.fourwiper .swiper-button-next{
	display: none;
}
.fourwiper .swiper-button-prev{
	display: none;
}
.fourwipera1 .infr-h5 {
   
    font-size: 10px;
   
    padding: 6px 13px;
  
}
.fourwipera1 p {
    font-size: 18px;
  
    max-width: 330px;
    margin-bottom: 25px;
 
   
}
.fourwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
   
    height: 10px;
 
}
.section3 .txtarea {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 7%;
    margin-top: -200px;
}
.iconing h2 {
    background-color: rgb(238, 120, 3);
    margin: 22px 0 12px 0;
    width: 25px;
    height: 2px;
}
.telit h2 {
    font-size: 22px;
   
}
.index-fivea {
    padding-bottom: 30px;
    padding-top: 40px;
    margin-top: 0;
}
.section3{
	display: none;
}
.telit {
    padding-right: 20px;
}
.iconing {
    font-size: 27px;
    color: #333333;
    font-weight: bold;
    line-height: 1.091;
}
.section3 .tabarea ul{
	display: flex;
}
.section3 .tabarea ul li:nth-child(1) {
    right: 19%;
    top: 76%;
    transform: translate(0, -255%);
}
.section3 .tabarea ul li {
    position: absolute;
    width: 100px;
    height: 100px;
}
.section3 .tabarea ul li .sbj {
    font-size: 18px;
  
}
.section3 .tabarea ul li:nth-child(2) {
   right: -46%;
    top: 50%;
    transform: translate(0, -125%);
}
.section3 {
  
    flex-wrap: wrap;
}
.logog{
	display: none;
}
.section3 .tabarea ul li:nth-child(3) {
    right: -137%;
    top: 23%;
    transform: translate(0, 15%);
}
.fourwiper .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: none;
    opacity: 1;
    border: 2px solid #999999;
    margin: 0px 8px;
}
.fourwiper {
    padding-bottom: 4px;
}
.fourwipera2{
	margin-top: 50px;
}
.fourwiper .swiper-slide.swiper-slide-active .fourwipera2 img {
  
    width: 76%;
}
.fourwipera2 {
    width: 100%;
}
.fourwipera {
   
    flex-wrap: wrap;
}
.product {
    max-width: 1150px;
   
    font-size: 20px;
   
    margin-bottom: 29px;
}
	.wangluo-img {
    position: absolute;
    transition: all 2s;
    transition-delay: .5s;
    top: 20.7%;
    right: 19.8%;
    width: 0;
    height: 69.92%;
    background: url(../images/xian1.png) right center no-repeat;
    background-size: cover;
}
.wangluo-onea::before {
    position: absolute;
    left: 0px;
    right: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    bottom: 0;
    content: '';
    background: rgba(238, 120, 4, 0.3);
    border-radius: 50%;
    /* -webkit-animation: opens 1s .5s linear infinite both; */
    animation: opens 1s .5s linear infinite both;
    z-index: -1;
}
.wangluo-tile {
  text-align: left;
    z-index: 3;
    font-size: 20px;
    color: #0f68ac;
    margin-top: 20px;
  
}
.wangluo-tile span {
    position: relative;
    font-size: 14px;
    
}
.wangluo-one2 h2 {
    margin-bottom: 20px;
    color: #ee7804;
    background-size: 100%;
    margin-top: 15px;
    font-size: 17px;
}
.wangluo-one2 h2 strong{
  font-size: 17px;
  display: block;
  text-align: center;
}
.wangluo-one2 h3 {
    font-size: 14px;
  
}
.yewu-1 {
    position: relative;
    top: 40px;
    text-align: center;
    right: 0;
    z-index: 3;
    font-size: 27px;
}
.yewu-2 {
    z-index: 4;
    position: relative;
    top: 65px;
    left: 0;
    width: 100%;
}
.yewu-2 ul {
    display: flex;
    padding-right: 4px;
}
.yewu-2 ul li {
    border-radius: 10px;
    width: 100%;
    font-size: 18px;
    margin-left: 5px;
    height: 45px;
    line-height: 45px;
}
.yewu-2 ul li img {
    vertical-align: middle;
    margin-right: 11px;
    width: 25px;
}
.yewu {
    position: relative;
    height: auto;
    padding: 78px 15px 30px 15px;
}
.slideXr {
    display: none;
}
.he_popbx {
    width: 95%;
    top: 50%;
    left: 50%;
    padding: 15px;
}
.he_guab {
    text-align: center;
    width: 83px;
    cursor: pointer;
    padding: 6px 5px;
    position: absolute;
    top: -37px;
    right: 0;
    border-radius: 15px 15px 0 0;
}
.he_guab img {
    width: 20px;
}
.contan .he_guab h2 {
    display: none;
}
.he_popbx h2 {
    font-size: 21px;
}
.he_popbx>p {
    margin-bottom: 2px;
    font-size: 12px;
}
.he_popbx ul li {
    width: 30.3% !important;
}
.he_popbx ul {
    display: flex;
    flex-wrap: wrap;
    height: 108px;
    overflow: auto;
}
.he_popbx ul li{
	display: inherit !important;
	background: inherit;
}
.he_popbx ul li {
 
    height: auto;
    margin-top: 20px;
}
.slideXl {
    width: 100%;
    border-radius: 10px;
}
.link_li em img {
   
    width: 42px;
}
.link_li h6 {
    font-size: 14px;
    margin-top: 10px;
}
.slideXl li {
    width: 50%;
    border-radius: 10px;
    height: 129px;
}
.yewu-1 span {
    font-size: 22px;
}
.slideXl li.active_li i {
    bottom: 7px;
}
.slideXl li i {
 
    width: 30px;
    height: 30px;
    background: url(../images/jia.png) no-repeat;
    background-size: 76%;
    transition: all 0.5s ease;
}
.ts_li .swiper-button-prev {
   
    background-size: 84%;
  
}
.ts_li .swiper-button-next {
      background-size: 84%;
}
.wangluo-one2{
	padding: 0 20px;
}
.newsing-twoc{
	display: none;
}
.newsing-two {
    padding: 0 0 30px 0;
}
.newsing-twoa {
    flex-wrap: wrap;
}
.newsing-twob {
    width: 100%;
}
.newsing-twob {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0;
}
.newsswipera{
	flex-wrap: wrap;
	
}
.news-one {
    padding: 0;
    background: url(../images/u37.jpg) no-repeat;
    background-size: cover;
    border-bottom: 1px solid #ebebeb;
    margin-top: 30px;
}
.nanner-yuan2 {
    width: 120px;
    height: 120px;
   
}
.nanner-one2 {
  
    bottom: 20px;
   
}
.nanner-one4 h2 {
    font-size: 14px;
   
}
.nanner-one4 {
    width: 100%;
}
.nanner-one4 h3 {
    font-size: 23px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}
.nanner-one4 h2 img {
    vertical-align: middle;
    margin-right: 5px;
    width: 5px;
}
.nanner-one3{
	display: none;
}
.nanner-one1 {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 50px 0;
}
.nanner-yuan {
    position: absolute;
    bottom: -21px;
    right: -22px;
    width: 100px;
    height: 100px;
 
}
.newsswiper-tlte h4 {
    font-size: 13px;
    color: rgb(102, 102, 102);
    line-height: 1.563;
    margin: 9px 0 12px 0;
}
.newsing-twob-xq h3 em {
    font-size: 13px;
}
.newsing-twob-nr {
    font-size: 14px;
}
.newsswiper-tlte{
	margin-bottom: 20px;
}
.newsing-twob-xq h2 {
    font-size: 20px;
}
.newsing-two.newsxq {
    margin-top: 30px;
}
.newsing-twobb-backbimg p {
    font-size: 13px;
        margin-top: 2px;
  
}
.newsing-twobb-backanret a {
    font-size: 16px;
   
    margin-left: 0px;
   
}
.yibo-one {
    background: url(../images/u37.jpg) no-repeat top / cover;
    /* background-size: cover; */
    padding: 40px 0;
    margin-top: 0;
    position: relative;
    z-index: 1;
}
.yibo-one22{
	display: none;
}
.yibo-one2 h2 {
	/*display: none;*/
    text-align: left;
}
.yibo-one2 h2 img {
    width: 60%;
}
.yibo-one3 {
    width: 100%;
    padding-left: 0;
}
.yibo-one33 ul li {
    text-align: center;
    width: 33%;
}
.yibo-one33 ul li:nth-child(3) .yibo-one33-one em {
	 margin-left: 0px;
}
.yibo-one33-one em {
    
    margin-left: -10px;
}
.yibo-one33 ul li p {
    font-size: 12px;
   
}
.yibo-one33 ul li i {
  
    margin: 5px 0;
}
.yibo-one33-one {
    font-size:37px;
    line-height: 1;
    color: #ee7804;
}
.yibo-one33 ul {
    display: flex;
    flex-wrap: wrap;
}
.yibo-one2 p {
    font-size: 16px;
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    line-height: 1.667;
    text-align: justify;
    margin-top: 14px;
}
.yibo-one33-one span {
     font-size:37px;
   
}
.scroll-guide{
	display: none;
}
.txt-box p.txt01 {
    font-size: 15px;
    max-width: 48%;
    font-weight: normal;
   
}
.index-one1 {
    margin-bottom: 30px;
}
.index-one1-pite {
    width: 100%;
}
.index-one1-pite h2:after {
  
    width: 9px;
    height: 9px;
    left: -3px;
    top: -4px;
}
.index-one1-pite h3 {
    font-size: 15px;
    text-align: justify;
    margin-top: 20px;
  
  
    width: 100%;
}
.index-one1-ping h2 {
   
    width: 80%;
    height: 1px;
  
}
.index-one1-ping {
    margin-bottom: 30px;
}
.index-one1-ping {
    margin-top: -21px;
    margin-bottom: 0;
}
.index-one1-ping a img {
    vertical-align: middle;
    width: 35px;
}
.index-one1-titl p {
    font-size: 30px;
    color: rgb(51, 51, 51);
    font-weight: bold;
}
.index-one1-pite {
    padding-top: 18px;
    margin-left: 0;
}
.index-one1-titl {
    width: 100%;
}
.index-one1 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.index-one1-h2 span {
    font-size: 42px;
   
}
.index-one1-ul ul li h2 {
 
    margin: -17px auto 18px;
  
}
.index-one1-ul ul li p {
    font-size: 12px;
    margin-top: -10px;
    
}
.index-one1-h2 em {
    color: #333333;
    font-size: 14px;
    font-style: normal;
}
.index-one1-ul ul {
    display: flex;
    flex-wrap: wrap;
}
#index_Main_Box{
	   background:inherit; 
    background-attachment: inherit;
}
.index-two {
    height: 211px;
    background: url(../images/bg.jpg) no-repeat center /100%;
    margin-top: -14px;
    z-index: -1;
}
.index-three3 h2 {
    font-size: 24px;
  
}
.index-three3 p {
    font-size: 16px;
   
}
.index-three2 h2 {
    
    width: 100px;
    height: 2px;
    margin-top: 23px;
}
.index-three2 {
    text-align: right;
    width: 30%;
    margin-right: 88px;
    padding-top: 7px;
}
.index-three {
  
    padding: 30px 0;
}
.index-three1 {
    display: flex;
    flex-wrap: wrap;
}
.index-one1-ul ul li {
    width: 33%;
    text-align: center;
    margin-top: -34px;
}
.index-one {
   
    padding: 30px 0;
    border-radius: 0 0 20px 20px;
}
.bannerswiper .swiper-pagination .swiper-pagination-bullet {
   
    font-size: 16px;
   
    margin-left: 14px;
}
.bannerswiper .controller {
    position: absolute;
    bottom: 17px;
    right: 20px;
    z-index: 1;
}
.bannerswiper .swiper-pagination .swiper-pagination-bullet em {
   
    width: 44px;
   
}
.btn-pp{
	display: none !important;
}
.btn-wrap a {
    font-size: 14px;
    
}
.btn-wrap a>img {
    width: 30px !important;
}
.btn-wrap {
    
    margin-top: 15px;
}
.yibo-one3 h3 {
    font-size: 16px;
  
    margin-top: 20px;
}
.yibo-oneb img {
    border-radius: 10px;
    overflow: hidden;
}
.yibo-onea {
    padding-bottom: 30px;
}
.yibo-one3{
	margin-top: 35px;
}
.yibo-one2 {
    width: 100%;
    padding-right: 0;
}
.yibo-one1 {
    flex-wrap: wrap;
    display: flex;
}
.newsing-twobb-backbimg {
    width: 21%;
    
}
.newsing-twobb-backbimg img{
	width: 20px;
}
.newsing-twob-backa{
	display: none;
}
.swiper-tlteing2 img {
    width: 68px;
    margin-top: 10px;
}
.swiper-tlteing1 p {
    font-size: 37px;
   
}
.newsswiper-tlte h3 {
    font-size: 25px;
  
    margin-top: 5px;
    margin-bottom: -2px;
}
.nanner-one {
	    margin-top: 0px;
    overflow: hidden;
    border-radius: 0 0 50px 0;
}
.newsswiper-tlte h2 {
    font-size: 12px;
   
   
    margin-top: 12px;
}
.newsswiper-tlte {
    width: 100%;
    padding-left: 0;
}
.newsswiper-img {
    width: 100%;
}
.newsing-twob .index-twoa2-img {
    width: 37%;
    overflow: hidden;
    border-radius: 0px;
}
.index-twoa2-img img {
    border-radius: 10px;
}
.index-twoa2-tlirt {
    width: 61%;
    padding-left: 15px;
    padding-right: 5px;
}
.index-twoa2-tlirt p {
    font-size: 14px;
    margin-bottom: 9px;
}
.newsing-twob .index-twoa2 ul li .index-twoa2-tlirt h3 {
    font-size: 13px;
    display: none;
}
.newsing-twob .index-twoa2 ul li .index-twoa2-tlirt h2 {
    margin-top: 7px;
}
.newsing-twob .index-twoa2 ul li .index-twoa2-more {
    padding: 20px 5px;
        width: 21%;
}
.index-twoa2-more p {
    font-size: 12px;
}
.index-twoa2-more img {
    margin-left: 3px;
}
.wangluo-onea {
    position: absolute;
    top: 45%;
    left: 36%;
}
.newsing-twob .index-twoa2 {
    width: 100%;
    padding: 0px 0;
    height: 690px;
    overflow: hidden;
}
.news-moreing {
	    padding: 10px 0;
    font-size: 14px;
    margin-top: 28px;
    margin-bottom: 10px;
}
.wangluo-onea img {
    width: 60%;
}
	.producta.pro {
    padding: 0px 0 0px 0;
}
.footer-one1 {
    padding: 30px 0;
}
.footer-onea{
	flex-wrap: wrap;
}
.footer-onea>div{
	width: 100%;
}
.footer-oneb>img{
	display: none;
}
.footer-oneb p {
    font-size: 16px;
    margin-top: 0;
    display: none;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
    line-height: 1.667;
}
.footer-onec ul li {
    padding: 11px;
    width: 33%;
    
    border-radius: 10px;
    margin-right: 8px;
  
}
.nbannerxia1 {
    float: left;
    display: none;
}
.nbannerxia2 {
    border-bottom: 1px solid rgb(255,255,255,0.6);
    margin-top: 19px;
    text-align: left;
    width: 100%;
}
.nbannerxia2 a {
    padding: 8px 6px;
    margin-right: 9px;
    font-size: 14px;
}
.conta-1 {
    position: relative;
    margin-top: 25px;
    margin-bottom: 0px;
}
.conta-2 {
    margin: 0 15px;
    position: inherit;
    bottom: 0;
        padding: 15px;
    border-radius: 10px;
    right: inherit;
}
.conta-2 ul li {
    padding: 10px 0;
}
.conta-2 ul li img {
    vertical-align: top;
    margin-right: 9px;
    width: 25px;
}
.conta-2 ul li h3 p {
    font-size: 12px;
    line-height: 1.6;
}
.nbanner {
   
    margin-top: 0;
}
.conta-2 ul li:first-child{
	text-align: center;
}
.conta-2 ul li:first-child img {
  width: 41%;
}
.er2 img{
margin-right: 9px;
    width: 25px;	
}
   .er2 p{
   	font-size: 12px;
    line-height: 1.6;
   } 
   .er3 img {
    width: 56%;
}
.wangluo-one {
    position: relative;
    padding: 30px 0;
}
.wangluo-one2 {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
}
.nbanner {
    overflow: hidden;
    border-radius: 0 0 50px 0;
}
.conta-1>img {
    display: block;
}
.nbannerxia {
    position: absolute;
    bottom: 15px;
    width: 100%;
    padding: 0 0px 0 0px;
}
.footer-onec ul li img{
	width: 44px;
	    height: 43px;
}
.footer-onec ul li p {
    font-size: 13px;
   
    margin-top: 7px;
   
}
.footer-oned h3 {
    text-align: center;
    font-size: 30px;
   
    margin-bottom: 2px;
}
.footer-oned p {
    font-size: 15px;
    text-align: center;
}
.footer-oned h2{
	display: none;
}
.footer-one22 {
    padding: 12px 0;
  
}
.footer-one22 p {
    font-size: 12px;
   
    text-align: center;
}
.footer-one22 p:nth-child(2){
	display: none;
}
.footer-oned{
	margin-top: 20px;
}
.footer-onee{
	display: none;
}
.producta.pro .zsy_al ul li .mask .content h3 {
    font-size: 18px;
}
.productb .zsy_al ul li .mask .content h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    margin-top: 3px;
}
.producta.pro .zsy_al ul li .mask .content p{
	display: none;
}
.producta.pro .zsy_al ul li .mask .content span {
    font-size: 13px;
    /* padding: 10px; */
    width: 113px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
}
.yingyong {
    position: absolute;
    top: 30px;
    left: 20px;
  
   
}
.yingyong>img {
  display: none;
    width: 54px;
    margin-bottom: 5px;
}
.yingyong h2 {
    font-size: 20px;
   
}
.yingyong h3{
	display: none;
}
.yingyong h4 {
    margin-top: 18px;
    font-size: 18px;
   
}
.yingyong h4 img {
    vertical-align: middle;
    margin-left: 0;
    display: block;
    width: 38px;
    margin-top: 15px;
    transition: all 0.8s;
}
.zsy_al .sl_content .sl_item:hover .content span {
    margin-top: 22px;
}
.zsy_al .sl_content .sl_item:hover .content {
    top: 50%;
    margin-top: -19px;
}
.producta.pro .zsy_al ul li {
    height: auto;	
}
.productb .zsy_al ul li {
    width: 50%;
   
    height: auto;
   
  
}
.producta.pro .productb {
    margin-top: 0px;
}
	.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: -38px;
		right: -4px;
		background: none;
		border-radius: 10px;
	}
	.he_popbx {
		width: 90%;
		background: #fff;
		border-radius: 10px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 15px;
	}
	. .prod-box .prod-listt .swiper-container .swiper-slide.swiper-slide-active {
		transform: scale(1);
		z-index: 3;
	}
	.m-left ul li:nth-child(5)::before {
		content: '';
		display: block;
		position: absolute;
		right: 91px;
		bottom: 0;
		width: 7px;
		height: 100%;
		background: url(../images/arr-r.png) center no-repeat;
	}
	.m-left ul li:nth-child(5) a {
		width: 76px;
		margin-top: 10px;
	}
	.video-22.vider .picc>ul>li {
		float: left;
		width: 46%;
		margin-top: 30px;
	}
	.layoutleft {
		display: block;
	}
	.searchmore .search-textt {
		background: #f4f1f1;
		border-radius: 4px;
		padding: 0px 50px 0 20px;
		display: block;
		height: 40px;
		line-height: 40px;
		margin-top: 40px;
		color: #666666;
		font-size: 16px;
		width: 100%;
	}
	.searchmore .search-text {
		background: #f4f1f1 url(../images/search2.png) no-repeat 90% center;
		background-size: 19px;
		border-radius: 4px;
		padding: 0px 50px 0 20px;
		display: block;
		height: 40px;
		line-height: 40px;
		color: #666666;
		font-size: 16px;
		width: 100%;
	}
	.searchmore {
		padding: 35px 20px 55px;
		margin-top: 20px;
		height: auto;
		margin-bottom: 10px;
		background: url(../images/ss1.jpg) no-repeat bottom;
		background-size: 100% 100%;
	}
	.layoutleft.llrifht {
		display: none;
		width: 100%;
	}
	.video-22.vi {
		margin-top: -44px;
	}
	.down-11 {
		width: 100%;
		float: left;
		margin-right: 30px;
	}
	header {
		display: none;
	}
	.picc ul li {
		/*width: 48%;*/
		margin-right: 12px;
	}
	.picc ul li p {
		line-height: 54px;
		color: #807b7b;
		font-size: 14px;
	}
	.picc ul li:hover::after {
		background: none;
	}
	.ind-1,
	.ind-2 {
		min-width: inherit;
		padding: 0px 0 0px 0 !important;
	}
	.indtabscon {
		float: left;
		width: 100%;
		border-top: 1px solid #dcd8d8;
		border-bottom: 1px solid #dcd8d8;
		height: auto;
		overflow: hidden;
		/* background: pink; */
	}
	.indtabs ul {
		padding: 0 5px;
		overflow-y: scroll;
		white-space: nowrap;
		display: flex;
	}
	.indtabs ul li {
		padding: 10px 5px;
		float: left;
	}
	input,
	select,
	option,
	textarea {
		border: none;
		outline: none;
		font-family: "微软雅黑", arial, Helvetica, sans-serif;
	}
	.qusswiper a {
		padding: 0px 0 15px 0;
		display: block;
		/* margin-top: -104px; */
		border-bottom: 1px solid #eaeaea;
		border-bottom-color: rgb(234, 234, 234);
	}
	.i #hiswiper {
		padding-bottom: 30px;
	}
	.vido {
		position: absolute;
		top: 19%;
		left: 31%;
	}
	.phone-head .menubtn>span.expand {
		vertical-align: middle;
		display: inline-block;
		height: 19px;
		width: 40px;
		background: url(../images/menu1.png) no-repeat center;
		background-size: auto;
		background-size: auto 100%;
	}
	.vido img {
		width: 55% !important;
	}
	.picc ul li:nth-child(2) {
		margin-right: 0px;
	}
	.picc ul li:nth-child(3) {
		margin-top: 10px;
	}
	.picc ul li:nth-child(4) {
		margin-right: 0;
		margin-top: 10px;
	}
	.picc ul {
		/*display: flex;*/
		flex-wrap: wrap;
	}
	.zs .box {
		height: 73px;
	}
	.intitle.intitle1 {
		padding: 30px 0 42px;
	}
	.layoutright {
		width: 100%;
	}
	.layoutleft {
		display: block;
		width: 100%;
	}
	.contactmain .tbox.rd {
		background: #fff;
		border: none;
	}
	.m-left ul li::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		width: calc(100% - 24px);
		height: 1px;
		background: none;
		left: 12px;
	}
	.m-left ul li::before {
		content: '';
		display: block;
		position: absolute;
		right: 59px;
		bottom: 0;
		width: 7px;
		height: 100%;
		background: url(../images/arr-r.png) center no-repeat;
	}
	.m-left ul li {
		width: 100%;
		height: 50px;
		line-height: 50px;
		padding-left: 32px;
		padding-right: 7px;
		box-sizing: border-box;
		font-size: 12px;
		position: relative;
	}
	.nynav ul li a {
		font-size: 15px;
		width: 54px;
	}
	.nynav ul li a {
		font-size: 15px;
		width: 46px;
	}
	.m-left ul li:nth-child(5) {
		width: 100%;
		height: 50px;
		line-height: 30px;
	}
	.nynav ul {
		padding: 25px 0;
		display: flex;
		overflow-y: hidden;
		overflow-x: scroll;
	}
	.m-left ul {
		height: auto;
	}
	.nynav .tit {
		display: none;
	}
	.hottel {
		display: none;
	}
	.contactmain .main1 .tbox {
		width: 100%;
		height: auto;
	}
	.w .map2 {
		display: block;
	}
	.phone_head {
		display: block
	}
	.h {
		height: 50px;
	}
	.bannerswiper .swiper-button-prev,
	.bannerswiper .swiper-button-next,
	.bannerswiper .swiper-pagination {
		display: block;
	}
	.proswiper .pic {
		width: 42.2%;
		position: relative;
	}
	.arrows {
		display: none;
	}
	.newslist li {
		width: 100%;
		margin-right: 0;
	}
	.jt_zci .let_box {
		width: 100%;
		padding-right: 0;
		border: 0;
	}
	.jt_zci .rit_box {
		width: 100%;
		margin-top: 30px;
	}
	.form {
		padding: 0;
	}
	.form li.md {
		width: 100%;
		margin-right: 0%;
	}
}

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

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

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

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