@charset "utf-8";
/*@font-face {
	font-family: 'Montserrat-Regular';
	font-weight: normal;
	font-style: normal;
	src: url('Montserrat-Regular.eot');
	src: local('Montserrat-Regular'), url('Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('Montserrat-Regular.woff2') format('woff2'), url('Montserrat-Regular.woff') format('woff'), url('Montserrat-Regular.ttf') format('truetype'), url('Montserrat-Regular.svg') format('svg');
}*/
@font-face {
	font-family: 'Rajdhani-Light';
	font-weight: normal;
	font-style: normal;
	src: url('Rajdhani-Light.ttf');
	src: local('Rajdhani-Light'), url('Rajdhani-Light.ttf?#iefix') format('Rajdhani-Light'), url('Rajdhani-Light.woff2') format('woff2'), url('Rajdhani-Light.woff') format('woff'), url('Rajdhani-Light.ttf') format('truetype'), url('Rajdhani-Light.svg') format('svg');
}

@font-face {
	font-family: 'Rajdhani-SemiBold';
	font-weight: normal;
	font-style: normal;
	src: url('Rajdhani-SemiBold.ttf');
	src: local('Rajdhani-SemiBold'), url('Rajdhani-SemiBold.ttf?#iefix') format('Rajdhani-SemiBold'), url('Rajdhani-SemiBold.woff2') format('woff2'), url('Rajdhani-SemiBold.woff') format('woff'), url('Rajdhani-SemiBold.ttf') format('truetype'), url('Rajdhani-SemiBold.svg') format('svg');
}
@font-face {
	font-family: 'Rajdhani-Regular';
	font-weight: normal;
	font-style: normal;
	src: url('Rajdhani-Regular.ttf');
	src: local('Rajdhani-Regular'), url('Rajdhani-Regular.ttf?#iefix') format('Rajdhani-Regular'), url('Rajdhani-Regular.woff2') format('woff2'), url('Rajdhani-Regular.woff') format('woff'), url('Rajdhani-Regular.ttf') format('truetype'), url('Rajdhani-Regular.svg') format('svg');
}

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: "微软雅黑",  'Rajdhani-Light','Rajdhani-SemiBold','Rajdhani-Regular' ;
	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: "微软雅黑",  'Rajdhani-Light','Rajdhani-SemiBold' ,'Rajdhani-Regular';
}

img {
	border: none;
}

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

.new2 a:hover span {
    color: #2e7941;
}

a:hover {
	color: #047844;
}

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: 1783px;
	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: 120px;
}

.overflow {
	overflow: hidden;
}


/*  *  * header *  * */

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


/*header.index{
    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: 120px;
	font-size: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header.fixed .head-main {
	line-height: 86px;
}

.head-main .nav>ul>li>a>P {
	position: absolute;
	top: 25px;
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	 font-family:Rajdhani-SemiBold; 
}

.fixed .head-main .nav>ul>li:nth-child(10) i {
	position: absolute;
	width: 1px;
	height: 16px;
	top: 36px;
	display: block;
	right: -42px;
	background: #999999;
}

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

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

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

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

.head-main .nav>ul>li:nth-child(10) a {
	color: #999999;
	font-size: 14px;
	position: relative;
}

.t794__arrow {
	display: inline;
	vertical-align: middle;
	margin-left: 6px;
	position: absolute;
	top: 2px;
	right: -11px;
	border-color: inherit;
}

.t794__arrow:after {
	content: ' ';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3px 0 3px;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	border-color: transparent transparent transparent transparent;
	border-top-color: #999999;
}

.head-main .nav>ul>li:nth-child(10) {
	margin-left: 0px;
}

.head-main .nav>ul>li:nth-child(10) i {
	position: absolute;
	width: 1px;
	height: 16px;
	top: 52px;
	display: block;
	right: -42px;
	background: #999999;
}

.head-main .nav>ul>li>a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

.head-main .nav>ul>li>a:after {
	/* content: ""; */
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	/* background: #21a03a; */
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.head-main .nav>ul>li.on>a:after,
.head-main .nav>ul>li>a:hover:after {
	width: 100%;
}

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

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

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

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

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

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

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

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

.right-side-box .search-popup__toggler {
	width: 32px;
	height: 32px;
	/* border-left: 1px solid #999; */
	line-height: 32px;
	background: url(../images/ss.png) no-repeat center center;
}

.right-side-box .side-menu__toggler {
	width: 30px;
	height: 26px;
	line-height: 50px;
	background: url(../images/menu.png) no-repeat center center;
}

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

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

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

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

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

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

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


/*
 
 * 
 * 
 * 
 * */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: transparent
}

.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: 999999999999999999999999999;
    -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: 22.25%;
	margin: 0 0 0 auto;
	height: 100vh;
	background: #f5f5f5;
	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>a {
  display: block;
  height: 40px;
  position: relative;
      padding: 0 58px 0 75px;
  line-height: 40px;
  	background:#e0e0e0 ;
}

.side-menu__block-about ul  ul li  {
    padding: 11px  58px 17px 60px;
}
.side-menu__block-about ul ul li a {
    margin-top: 8px;
    display: inline-block;
    width: 47%;
    position: relative;
    margin-right: 5px;
}
.side-menu__block-about ul ul li a img {
   
    position: absolute;
    top: 7px ;
    right: 0;
   
}
.side-menu__block-about ul li:nth-child(2) ul li a{
	width: 100%;
}
.side-menu__block-about>ul>li>a:after {
    position: absolute;
    top: 14px;
    left: 60px;
    height: 15px;
    width: 4px;
    content: "";
    display: block;
    background: #047844;
}
.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: 16px;
	font-weight: normal;
}

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

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

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

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

.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: #666666;
}

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

.mCSB_container .logo {
    height: 96px;
    background: #047844;
    line-height: 96px;
    padding-left: 60px;
    padding-top: 26px;
    /* padding: 35px 0 15px; */
    /* border-bottom: 2px solid #fff; */
}

.mCSB_container .logo img {
    display: block;
    /* margin: 0 auto; */
    max-width: 100%;
    height: 36px;
}

.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;
}
.tese.tese1{
	display: none;
}
.fa {
	font-size: 0;
}

.fa img {
	vertical-align: middle;
}

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


/*
* 22. search-popup styles
*/

.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999999999999;
	-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);
}
.hg{
	display: none;
}
.search-popup__overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
}

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

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

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

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

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

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

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

.search-popup__form button {
	border: none;
	outline: none;
	width: 60px;
	height: 60px;
	color: #fff;
	background-color: #316f40;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.search-popup__form button:hover {
	background-color: #21a03a;
	color: #21a03a;
}


/* Cursor Style */

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

.cursor {
	visibility: visible;
}

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

.cursor.hovered {
	opacity: 0.08;
}

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

.cursor-follower {
	visibility: visible;
}

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

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

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

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


/*移动端*/


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.phone_head .logo img {
	max-width: 100%;
	height: auto;
	max-height: 35px;
	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: 23px;
	width: 40px;
	background: url(../images/menu.png) no-repeat center;
	background-size: auto 100%;
}

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

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

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

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

.sliding-menu a:hover {
	background: #187d2c;
}


/*
 
 * footer
 * */

.banner {
	position: relative;
	overflow: hidden;
}

.banner img {
	display: block;
	width: 100%;
        transform: scale(1.1);
    transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);

}
.banner .swiper-slide-active img{
       transform: scale(1);
    transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);
}
.bannerswiper {
	width: 100%;
}
.cl{
	display: none;
}
.t4 img {
    width: 13%;
    vertical-align: middle;
}

.t4 a:hover{
	color: #047844;
}
.banner-pagination {
	font-size: 0;
	bottom: 110px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 10;
}

.bannerswiper .swiper-pagination {
	bottom: 100px;
	right: 170px;
	width: auto;
	left: auto;
	font-family: "Montserrat-Regular";
	color: #fff;
}

.bannerswiper .swiper-pagination-current {
	font-size: 40px;
}

.bannerswiper .swiper-pagination-total {
	font-size: 30px;
	opacity: .6;
	padding-left: 20px;
	margin-left: 10px;
	background: url(../images/numxian.png) no-repeat left center;
}

.bannerswiper .swiper-pagination-current:before,
.bannerswiper .swiper-pagination-total:before {
	content: "0";
}

.bannerswiper .swiper-button-prev,
.bannerswiper .swiper-button-next {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	border-radius: 50%;
	overflow: hidden;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.bannerswiper .swiper-button-prev {
	left: 70px;
	background: url(../images/banleft.png) no-repeat center center;
}

.bannerswiper .swiper-button-next {
	right: 70px;
	background: url(../images/banright.png) no-repeat center center;
}

.bannerswiper .swiper-button-prev:hover,
.bannerswiper .swiper-button-next:hover {
	background-color: rgba(255, 255, 255, .2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.go {
    position: absolute;
    bottom: 50px;
    right: 50%;
    z-index: 2;
}

.fint {
	position: absolute;
	top: 28%;
	right: 40%;
	z-index: 9;
}

.fint ul {
	display: flex;
}

.fint ul li h2 {
	font-size: 100px;
	color: #535353;
}

.fint ul li:nth-child(2) {
	padding-left: 25px;
	/* border-right: 2px solid #E4E3E1;*/
}

.fint ul li:nth-child(2) h3 {
	font-size: 22px;
	color: #535353;
}

.fint ul li:nth-child(2) h4 {
	font-size: 18px;
	color: #535353;
}

.banner .swiper-button-next {
	background: url(../images/banight.png) no-repeat left top;
	background-size: cover;
	    opacity: 0.6;
}

.banner .swiper-button-prev {
	background: url(../images/banleft.png) no-repeat left top;
	background-size: cover;
}

.fint ul li h3 {
	font-size: 38px;
	color: #535353;
	margin-top: 10px;
}

.fint ul li:nth-child(1) {
	padding-right: 20px;
	border-right: 2px solid #E4E3E1;
}

.fint ul li:nth-child(2) h2 {
	font-size: 100px;
	color: #3b8455;
	 font-family:Rajdhani-SemiBold;
}

.go img {
	width: 32px;
	display: block;
	animation-delay: 0ms;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: arrow;
	animation-play-state: running;
	animation-timing-function: linear;
}

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

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

.intitle {
	text-align: center;
}


/*------kaiz-1-----*/

.kaiz-1 .kainoe ul {
	display: flex;
}

.kaiz-1 .kainoe ul li:nth-child(1) {
	width: 49%;
	margin: 60px 0px 0px 0px;
	padding: 0 36px;
}

.kaiz-1 .kainoe ul li:nth-child(2) {
	width: 51%;
}

.kaiz-1 {
	width: 100%;
	height: auto;
	/* overflow: hidden; */
}

.news1 {
	/* padding-bottom: 50px; */
}

.news1 .tbox {
	height: 286px;
	width: 100%;
	position: relative;
	padding: 0 0px 0 7px;
}

.news1 .tbox .t4 {
    position: absolute;
    top: 0;
    width: 11%;
    font-size:14px;
    right: 0px;
	color: #999;
	font-weight:bold;
}
.news1 .tbox .t4 a {
	color: #999;
	font-weight:bold;
}
.t4:hover {
	
    letter-spacing: 2px;
}
.t4 img {/* width: 100%; */}

.news1 .tbox .t0 {
	font-size:36px;
	color: #333;
	font-weight: bold;
	margin-bottom: 25px;
}

.news1 .tbox .t1 {
	font-size: 22px;
	color: #666;
	/*font-family: Rajdhani-SemiBold;*/
	font-family: Rajdhani;
}

.news1 .tbox .t2 a{
	font-size: 24px;
	color: #666;
	/*font-weight: bold;*/
	margin-top: 10px;
}
.new2 p {
    font-size: 18px;
    color: #999;
    line-height: 30px;
    margin-right: 10px;
    /*font-family: 'Rajdhani-Light';*/
	font-family: 'Rajdhani';
}
.new2 a p i{
	font-style: normal;
	color: #666;
}
.new2 p:hover {
    color:#047844;
}
.news1 .tbox .t2 a:hover{
	color: #2e7941;
}
.news1 .tbox .t3 {
	font-size: 16px;
	color: #999;
	line-height:25px;
	margin-top: 20px;
}

.newsswiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	border: 1px solid #047844;
	background: #FFFFFF;
	opacity: 1;
}

.newsswiper .swiper-pagination-bullet-active {
	opacity: 1;
	background: #047844;
}

.newsswiper .swiper-pagination {
	left: 8px;
	width: 14%;
	bottom: 0px;
	position: absolute;
}

.new2 {
	padding-top: 40px;
	width: 100%;
	    padding-left: 8px;
}

.new2>p {
	font-size: 22px;
	color: #999;
	line-height: 32px;
	margin-right: 10px;
	font-family: 'Rajdhani-Light';
}

.new2 p span {
	font-size: 18px;
	color: #666;
	    font-family: Rajdhani-SemiBold;
}

.new3 {
	background: url(../images/981803114.jpg) no-repeat;
	background-size: 100% 100%;
	    height: 361px;
	padding: 60px 0px 0px 0px;
}

.new3 h2 {
	color: #FFF;
	font-size: 36px;
	font-weight: bold;
	padding: 0px 66px;
}

.new3 h3 {
	color: #FFF;
	font-size:24px;
	padding:48px 0 0 66px;
}

.new4 {
	margin-top: 65px;
	display: flex;
	/*padding-top: 20px;*/
	border-top: 1px solid #1D906A;
}

.newnoe {
	text-align: center;
	width: 25%;
	padding: 16px 0;
	border-right: 1px solid #1D906A;
}

.pic {
	margin: 0 auto;
	width: 52px;
	transition: .5s ease-in-out;
	/*padding-left: 17px;*/
}
.newnoe:hover .pic  {
    transition: .5s ease-in-out;
    transform: translateY(-10px);
}
.news5{
	
}
.newnoe img {
    margin-bottom: 6px;
    width: 95%;
}

.newnoe p {
	font-size:18px;
	color: #FFF;
	font-weight: bold;
}
/*.news5  img {
   
    width: 100%;
}*/
.news5 .tbox {
    position: absolute;
    top: 50%;
    left: 42%;
    font-weight: bold;
    transform: translateY(-50%);
    z-index: 2;
}
.news5 .play {
    width: 105px;
    margin: 0 auto;
    padding-bottom: 13px;
}


 .news5>img {
 
    
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s;

    display: block;
    /*border-radius: 0px 0px 140px 0px;*/
    width: 100%;
    
}
.news5:hover>img{
	transform: scale(1.05, 1.05);
    transition: transform 0.6s ease 0s;
}
.news5{
	overflow: hidden;
	box-shadow: 0px 39px 32.55px 2.45px rgba(0, 0, 0, 0.2);
	border-radius: 0px 0px 140px 0px;
	    position: relative;
}
.news5 .tbox .overflow .t1{
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline
}
.video-box video {
    object-fit: cover;
}
.video-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}
.kaiz-2 ul {
	display: flex;
}
.kaiz-2 ul li:nth-child(1){
	width: 49%;
	/* margin-top: -47px; */
	border-radius: 21px;
}
.kaiz-2 ul li:nth-child(2){
	width: 51%;
	padding: 112px 80px 0px 80px;
}
.kaiz-2 ul li:nth-child(2) h2{
	font-size: 36px;
	color: #333;
	font-weight: bold;
	
}
.kaiz-2 ul li:nth-child(2) p{
	font-size: 24px;
	color: #666666;
	line-height: 40px;
	font-weight: normal;
	padding: 60px 0;
}

    
.kaiz-2>ul>li:nth-child(1) img{
	width: 100%;
	border-radius: 140px 0px 0px 0px;
}
.kaiz-11{
	display: flex;
	
   
}
.kaiz-22{
	 width: 25%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.kaiz-11 .tit{
	 font-size: 22px;
	   color: #047844;
	   background-image: linear-gradient(to right, #3b8455, #459260, #6fc18b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.kaiz-11 .tit span{
    font-size: 72px;
     background-image: linear-gradient(to right, #3b8455, #459260, #6fc18b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        font-family: Rajdhani-SemiBold;
    /*font-weight: bold;*/
  
}
.desc2{
	font-size: 16px;
	color: #999;
}
.kaiz-3 {
    padding: 77px 0 80px 0;
    width: 100%;
}
.kaiz-3 ul {
	display: flex
}
.kaiz-33>ul>li {
    width: 32%;
    margin-right: 23px;
    height: 150px;
    overflow: hidden;
    position: relative;
    border-radius:25px;
}
.kaiz-33 ul>li>img{
	width: 100%;
	height: 100%;
}
.kai-ii {
    display: flex;
    padding: 25px 50px;
    position: absolute;
    right: 0px;
    top: -3%;
    text-align: center;
}
.kai-gt p{
  margin-top: 7px;
  font-size: 24px;
  color:#047844;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.045;
  

}
.kai-ii:hover .kai-gt{
	/* transition: .5s ease-in-out; */
	/* transform: translateY(-10px); */
}
.kai-gt {
    padding-top: 10px;
    width:auto;
    transition: .5s ease-in-out;
}
/*.kai-gt img{
	width: 100%;
}*/
.kai-gy{
	font-size: 26px;
	color: #fff;
	padding-left: 20px;
}
.kai-gy p{
	font-size: 18px;
	color: #999;
	    font-family: Rajdhani-SemiBold;
}
/*-----------*/
.kaiz-5 dl{
	display: flex;
	padding-top: 98px;
}
.kaiz-5 dl dt{
	
 
 
    width: 33%;
	margin-right: 20px;
	background-image: -moz-linear-gradient( 90deg, rgba(248,248,248,0) 0%, rgb(235,235,235) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(248,248,248,0) 0%, rgb(235,235,235) 263%);
  background-image: -ms-linear-gradient( 90deg, rgba(248,248,248,0) 0%, rgb(235,235,235) 100%);
}


.kaiz-5 dl dt:nth-child(3){
	margin-right: 0;
}
.kaiz-31 img{
	width: 100%;
	    border-radius: 25px 4px 25px 4px;
}
.kaiz-31 p {
    font-size: 30px;
    transform: translateY(-50%);
    top: 50%;
    left: 56px;
    position: absolute;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.933;
    text-align: left;
}
.yuan {
    position: absolute;
    top: -20px;
    left: 60px;
}
.kaiz-32{
	position: relative;
	padding: 34px 58px;
}
.kaiz-32 a:nth-child(2){
	background: #fff;
    border-radius: 23px;
    border: none;
    display: inline-block;
    position: relative;
    margin-top: 80px;
}
.lx ul li:nth-child(2) p img {
    vertical-align: middle;
    margin-right: 14px;
}
.kaiz-5 dl dt:hover .kaiz-32 a:nth-child(2) span img {
    filter: brightness(0) invert(1);
}
.kaiz-5 dl dt:hover .kaiz-32 a:nth-child(2) span {
    background: rgb(4, 120, 68);
    color: #fff;
}
.kaiz-32 a:nth-child(2) span img {
    vertical-align: middle;
    position: absolute;
    right: 21px;
    bottom: 13px;
}
.kaiz-32 a:nth-child(2) span {
    border: 2px solid rgb(4, 120, 68);
    font-size: 16px;
    display: inline-block;
    color: rgb(4, 120, 68);
    line-height: 1.125;
    border-radius: 23px;
    /* background: rgb(4, 120, 68); */
    padding: 8px 70px 8px 12px;
}
.kaiz-32 button{
	background: #fff;
	border-radius: 23px;
	border:none;
	position: relative;
	margin-top: 80px;
}
.kaiz-32 button span{
	border: 2px solid rgb(4, 120, 68);
  font-size: 16px;
  
  display: inline-block;
  color: rgb(4, 120, 68);
  line-height: 1.125;
  border-radius: 23px;
  
/*  background: rgb(4, 120, 68);*/
  padding: 8px 70px 8px 12px;
 
}
.kaiz-2{
	    /*margin-bottom: 66px;*/
	background: url(../images/bg.png) no-repeat bottom fixed;
}
.kaiz-5 dl dt:hover .kaiz-32 button span{
	  background: rgb(4, 120, 68);
	  color: #fff;
}
.kaiz-5 dl dt:hover .kaiz-32 button span img{
	filter: brightness(0) invert(1);
}

.kaiz-32 button span img {
    vertical-align: middle;
    position: absolute;
    right: 21px;
    bottom: 13px;
}

.kaiz-32 h2{

  font-size: 18px;
 
  color: rgb(102, 102, 102);
  text-transform: uppercase;
  line-height: 1.667;
  text-align: left;
}
.kaiz-31{
	position: relative;
	border-radius: 25px 4px 25px 4px;
}
.kaiz-3{
	background-size: 100% 100%;
	background: url(../images/bj2.jpg) no-repeat;
}
/*------------*/
.footernoe {
	
	/*padding-bottom: 30px;*/
	/*border-bottom: 10px solid #047844;*/
}
.footernoe ul {display: flex;padding: 35px 0;}
.footernoe ul li:nth-child(1){
	width: 75%;
}
.footernoe ul li:nth-child(1) h2{
	font-size: 18px;
	color: #333;
	font-weight: bold;

}
.footernoe-22 img{
	vertical-align: middle;
	margin-right: 10px;
}
.footernoe-22  span{
  font-size: 16px;
  color:#999;
  line-height: 1.111;


}
.footernoe-22 select {
    margin-left: 30px;
    width: 55%;
    /* margin-right: 2.866%; */
    /* display: block; */
    height: 33px;
    line-height: 33px;
    border: 1px solid #707070;
    font-size: 14px;
    color: #999;
    /*text-align-last: center;*/
    padding: 0 20px;
    appearance: none;
    border-radius: 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 46px;
    background: url(../images/down.png) no-repeat 90% center;
}
.footernoe ul li:nth-child(1) h2 p{
	font-size: 14px;
	color: #bfbfbf;
}
.footernoe ul li:nth-child(1) h2 p a{
	font-size: 14px;
	color: #bfbfbf;
	/*padding-right: 30px;*/
}
.footernoe ul li:nth-child(2) {
    width: 25%;
    /* padding-top: 11px; */
    text-align: right;
}
.footernoe ul li:nth-child(2) span a{
	font-size: 14px;
	color: #999;
}
.footernoe ul li:nth-child(1) p {
  
  font-family: "Microsoft YaHei";
  color: rgb(136, 136, 136);
  line-height: 2.143;
  font-size: 14px;


}
.footernoe ul li:nth-child(1) p a{
	color:#999;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #4e4e4e;
}
.footernoe ul li:nth-child(1) p a:last-child{
	border-right: none;
}
.footernoe ul li:nth-child(2) span {
	font-size: 30px;
	color: #333;
	margin-right: 10px;
	font-family: Rajdhani-SemiBold;
}
.footernoe-1{
	display: flex;
	padding: 25px 0 30px 0;
}
.footernoe-11{
	width: 86%;
}
.footernoe-11 img{
	vertical-align: middle;
	margin-right:10px;
}
.footernoe-11 span{
	font-size:16px;
	color: #999;
	display: inline-block;
	vertical-align: middle;
}
.footernoe-11 span i{
	font-style: normal;
	font-size: 36px;
	color: #fff;
	display: block;
	font-family: Rajdhani-SemiBold;
	padding-top: 5px;
}
.footernoe ul{
	border-top: 1px solid #4e4e4e;
}
.footernoe-22 {
    width: 30%;
    text-align: right;
    padding-top: 20px;
}
.footernoe ul li:nth-child(2) img {
    width: 24px;
  margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}
.footernoe ul li:nth-child(2) i {
    font-style: normal;
	font-size: 14px;
	color: #999;
}
.footernoe{
	background: #444;
}
.footernoe ul li:nth-child(2) i a{
	color: #999;
}
.kaiz-3 .kaiz-33 ul li:nth-child(1){
	/* background: url(../images/d3.jpg) no-repeat; */
	
	transition: all 1s;
	border-radius:25px;
	height: 141px;
	/* position: relative; */
}




.kaiz-3 .kaiz-33 ul li:nth-child(1):hover{
	    /* transform: scale(1.01); */
	    /* transition: all 1s; */
}
.kaiz-3 .kaiz-33 ul li:nth-child(2){
	/* background: url(../images/d22_03.jpg) no-repeat; */
	background-size: 100% 100%;
	transition: all 1s;
	height: 141px;
}



li {}
.kaiz-3 .kaiz-33 ul li:nth-child(2):hover{
	    /* transform: scale(1.01); */
	    /* transition: all 1s; */
}
.kaiz-3 .kaiz-33 ul li:nth-child(3){
	border-radius:25px;
	/* background: url(../images/d1.jpg) no-repeat; */
	background-size: 100% 100%;
	transition: all 1s;
	height: 141px;
}
.kaiz-33>ul>li>a>img{
	width: 100%;
	height: 100%;
	border-radius: 25px;
}
.kaiz-33 ul li {
  /*background-image: -moz-linear-gradient( -144deg, rgb(163,227,255) 0%, rgb(39,106,213) 100%);
  background-image: -webkit-linear-gradient( -144deg, rgb(163,227,255) 0%, rgb(39,106,213) 100%);
  background-image: -ms-linear-gradient( -144deg, rgb(163,227,255) 0%, rgb(39,106,213) 100%);*/
  box-shadow: 0px 17px 18px 0px rgba(108, 108, 108, 0.15);
 
}
.kaiz-3 .kaiz-33>ul>li>a>img{
	 transition: transform 1s;
}

.kaiz-3 .kaiz-33 ul li:hover img{
	    /* transform: scale(1.01); */
	    transition: all 1s;
}
.kaiz-3 .kaiz-33>ul>li>a:hover>img {
    transform: scale(1.05, 1.05);
   
}

.kaiz-3 .kaiz-33>ul>li>a>img {
    width: 100%;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
}
.footert1{
	display: none;
}
/*----------------cp------------*/
.banner{
	position: relative;
}
.banner1{
	position: relative;
}
.banner1 img {

    width: 100%;
    /*height: 420px;*/
}
.banner img {
    width: 100%;
    
}
.cpbanner {
    position: absolute;
    font-size: 35px;
    font-family:'Rajdhani-SemiBold';
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 0.857;
    bottom: 45px;
    right: 269px;
}
.cp-1{
	height: 80px;
	line-height: 80px;
}
.cp-1 ul {
    /* padding: 0 208px; */
    margin: 0 auto;
    max-width: 1360px;
}
.cp-1 ul li:nth-child(1){
	float: left;
	color: #999;
}.cp-1 ul li:nth-child(1) a{	
  font-size: 14px;
  color:#999;
  text-transform: uppercase;
  line-height: 2.143;
  padding: 0 10px;
  vertical-align: middle;
}
.cp-1 ul li:nth-child(1) img{
	vertical-align: middle;
}
.cp-1 ul li:nth-child(2){
	float: right;
}
.cp-1 ul li:nth-child(2) a{	
  font-size: 16px;
 position: relative;
  color: #666;
  display: inline-block;
  /*font-weight: bold;*/
  text-transform: uppercase;
  line-height: 1.875;
  margin-right: 50px;
 
}
.cp-1 ul li:nth-child(2) a:last-child{
	margin-right: 0px;
}
.cp-1 ul li:nth-child(2) .on{
	color: #3b8455;
	font-weight: bold;
	/*border-bottom: 2px solid #3b8455;*/
}
.cp-1 ul li:nth-child(2) .on:after{
	content: "";
	display: block;
	background: #3b8455;
	bottom: -28px;
	position: absolute;
	height: 2px;
	width: 100%;
}
.cp-1{
	position: relative;
	border-bottom: 2px solid #ddd;
}
.cp-1:after {
    content: "";
    display: block;
    background: #3b8455;
    bottom: -2px;
    position: absolute;
    height: 2px;
    width: 502px;
}
.cp-2 {
    padding: 60px 0px 60px 0px;
   
}
.cp-2 ul {
    display: flex;
     max-width: 1360px;
    margin: 0 auto;
        flex-wrap: wrap
    /*margin-left: 43px;*/
}
.cp-2 ul li {
    margin-bottom: 25px;
    width: 30.7%;
    margin-right: 50px;
}
.cpa{
	max-width: 1360px;
	margin: 0 auto;
}
.cpa-left {
    width: 67%;
    float: left;
    margin-right: 65px;
}
.cpa-right{
	width: 28%;
	float: right;
}
.cpa-left3{
	margin: 60px 0;
	padding: 30px;
	background: #f7f7f7;
}
.cp-2 ul li h2{
  margin-top:20px;
  font-size: 24px;
  color: #333;
  line-height:30px;
  

}
.cp-2 ul li:nth-child(3n){
margin-right: 0px;
}
.cpa-left3  h1:hover a{
	color: #3b8455;
	
}
.cpa-left3 span {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
}
.cpa-left3  h1:hover a span{
	background:#047844 ;
}
.cpa-left3  h1:hover a img{
	filter: brightness(0) invert(1);
		

}
.cpa-left3 h2{
	margin-top: 20px;
	padding-top: 20px;	
	border-top: 1px solid #ccc;
  font-size: 16px; 
  color: rgb(102, 102, 102);
  text-transform: uppercase;
  line-height: 2.813;
 

}
.cpa-left3 h3{
	margin-left: 30px;
}
.cpa-left3 h3 a {
    font-size: 12px;
    color: rgb(153, 153, 153);
    text-transform: uppercase;
    line-height: 2.5;
    display: inline-block;
    margin-right: 10px;
    padding: 0px 10px 0px 10px;
    background: #fff;
    border-radius: 20px;
}
.cpa-left3 {
	position: relative;
}
.cpqe a {
    font-size: 14px;
    color: rgb(59, 132, 85);
    text-transform: uppercase;
    line-height: 1.286;
    right: 27px;
    top: 140px;
    display: inline-block;
    border-radius: 27px;
    padding: 15px 20px 15px 20px;
    position: absolute;
    border: 2px solid rgb(59, 132, 85);
	font-weight: bold;
}
.cpqe img{
	vertical-align: middle;
	margin-left: 20px;
}
.cpa-left3 h2 img{
	vertical-align: middle;
	margin-right: 10px;
}
.newsmain .news2 {
    float: none;
    width: 100%;
}
.news2 ul li a {
    display: block;
    padding: 10px 0 10px 130px;
    position: relative;
}
.newsmain .news2 .time {
    width: 85px;
    border-right: 0;
    padding: 8px 0;
    border-right: 1px solid #e5e5e5;
}

.news2 .time {
    position: absolute;
    left: -9px;
    top: 50%;
    transform: translateY(-50%);
    width: 130px;
    /* border-right: 1px solid #e3e0e2; */
    text-align: center;
}

.news2 .time{
	font-family: 'Rajdhani';
}
.news2 .yy {
	font-family: Rajdhani-SemiBold;
    font-size: 36px;
    color: rgb(18, 133, 64);
    line-height: 26px;
    
    /* background: #9a9a9a; */
    display: inline-block;
    padding: 0 15px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.news2 .mmdd {
	margin-top: 9px;
  font-size: 18px;
  color: #666;
  text-transform: uppercase;
  line-height: 1.625;
 

}
.newsmain .news2 .tbox {
    float: left;
    width: 97.2%;
    line-height: 1;
    height: auto;
}
.news2 .tbox {
    padding: 0 30px;
    font-size: 18px;
    color: #666;
    line-height: 64px;
    height: 64px;
}
.newsmain .news2 .tbox .tit {
    /*margin-top: 15px;*/
    font-size: 18px;
    color: rgb(102, 102, 102);
     line-height: 1.944;
    height: 26px;
}


.newsmain .news2 .tbox .desc {
    margin-top: 15px;
    font-size: 14px;
    color:#999;
   line-height:20px;
    height: auto;
}


.newsmain .news2 ul li a {
    padding: 50px 60px 50px 80px;
}
.newsmain .news2 ul li:hover  .tit {
   color: #128540;
} 
.newsmain .news2 ul li:hover .desc {
   color: #128540;
} 

.rightt {
    position: absolute;
    top: 50%;
    right: 0px;
    transition: all 0.8s; 
     display: none; 
     
}
.cpa-left1.xwpion {
    padding-bottom: 0px;
    
}
.xwpion .cpaa  ul li:nth-child(2) h2 {
    font-size: 24px;
    color: #333;
    line-height:30px;
    position: relative;
}
.xwpion .cpaa ul li:nth-child(2) p {
    margin: 14px 0;
  
}
.xwpion .cpaa ul li:nth-child(2) h1 {  
  font-size: 20px;
  font-family: 'Rajdhani';
  color:#666;
  line-height: 1.591;
}

.xwpion .cpaa ul li:nth-child(2) h2:after {
  
    background: none;
  
}
.xwpion .cpwiper {
    padding-bottom: 0px;
}
.xwpion .newsswiper.cpwiper .swiper-pagination {
    left: 480px;
    width: 14%;
    bottom: 30px;
    position: absolute;
}
.newsmain .news2.xwnew ul li:hover .righta {
   
    display: none;
}
.newsmain .news2.xwnew ul li:hover .rightt {
    right: 53px;
    display: block;
     transition: all 1s; 
}
.righta{
	position: absolute;
	top: 50%;
	right: 0;
}
.newsmain .news2 ul li {
	padding-left: 10px;
    /*margin-bottom: 20px;*/
    border-bottom: 1px solid #efefef;
    background: #ffff;
}
.cpa-left2 .zong{
	color: #666;
}
.newsmain {
    margin-top: 0px;
}
 .zong {
    font-size:24px;
    padding: 0px 0 30px 0;
    color: #333;
    text-transform: uppercase;
    line-height: 1;
}
.cpa-left3  h1 a{
  font-size: 14px;
  color: #999;
  line-height:30px;
 
}
.cpa-left3 h1 img {
    vertical-align: middle;
    margin-top: -14px;
}
.cp-2 ul li h1{
	font-size: 20px;
  font-family: 'Rajdhani-Regular';
  color: #999999;
  position: relative;
}
.cp-2 ul li h1:after{
	content: "";
    display: block;
    background: #3b8455;
    bottom: -20px;
    position: absolute;
    height: 3px;
    width: 40px;
}
.cp-2 ul li span{
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 38px;
	border-radius: 50%;
	text-align: center;
	margin-top:20px;
	border: 2px solid #3b8455;
}
.cp-2 ul li:hover span{
	background: #3b8455;
	
}
.cp-2 ul li:hover span img{
    filter: brightness(0) invert(1);
}
.cp-2 ul li span img{
	vertical-align: middle;
	text-align: center;
	
}
.cpaa ul{
	display: flex;
}
.cpaa ul li{
	width: 50%;
	position: relative;
}
.cpaa>ul>li>img{
	width: 100%;
	height: 100%;
}
.cpaa ul li:nth-child(2){
	background: #f7f7f7;
	padding: 30px;

}
.cpaa ul li:nth-child(2) span {
    position: absolute;
    top: 35px;
    right: 49px;
    
}
.cpaa ul li:nth-child(2) span img{
	vertical-align: middle;
	margin-left: 10px;
}
.cpaa ul li:nth-child(2) h2{	
  font-size: 24px;
  color:#333;
  line-height:24px;
  position: relative;
}
.cpaa ul li:nth-child(2) h2:after{
	content: "";
    display: block;
    background: #3b8455;
    bottom: -20px;
    position: absolute;
    height: 3px;
    width: 40px;
}
.cpwiper{
	
	padding-bottom: 40px;
}

.newsswiper.cpwiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
   
}

.newsswiper.cpwiper .swiper-pagination {
    left: 129px;
    width: 14%;
    bottom: 0px;
    position: absolute;
}
.cpa-left1{
	padding-bottom: 0px;
	border-bottom: 2px solid #047844;
}

.cpaa ul li:nth-child(2) p {
    margin-top:40px;
    font-size: 15.5px;
    display: inline-block;
    padding-bottom: 12px;
    color: #666;
    line-height:25px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: initial;
    -webkit-box-orient: vertical;
}
.cp11{
	padding: 60px 0;
}
.cp-1 .jcing {
    position: absolute;
    top: -16px;
    right: 276px;
}
.cp-2 ul li p {
    font-size: 16px;
    margin-top:40px;
    overflow: hidden;
    height: auto;
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    line-height:30px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
}
.cp-2 ul li:last-child{
	margin-right: 0px;
}
.cp-22 img{
	width: 100%;
	border-radius: 25px 4px 25px 4px;
}
.cpa-left2 h2{	
  font-size:24px;
  padding: 30px 0;
  color:#047844;
  text-transform: uppercase;
  line-height: 1;
 
}
.cpa-left2 ul{
	display: flex;
	flex-wrap: wrap;
}
.cpa-left2 ul li {
    float: left;
    width: 31%;
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 10px;
    /*background: #f7f7f7;*/
    margin-right: 16px;
}
.cpa-right img{
	width: 100%;
	margin-bottom: 20px;
	
}
.cpa-left2 ul li:nth-child(3){
	margin-right: 0px;
}
.cpa-left2 ul li:nth-child(6){
	margin-right: 0px;
}
.cpa-left2 ul li img{
	transition: all 1s;
	width: 100%;border-radius: 10px 10px 0 0;
}

.cpa-left2 ul li:hover img{
	transform: scale(1.1);
}
.cpa-left2 ul li:hover p{
	background:#037945; 
}
.cpa-left2 ul li:hover p {
    font-size: 16px;
    color: #fff;
    line-height: 50px;
}
.yej{
	height: 170px;
	width: 100%;
	overflow: hidden;
}
.cpa-left2 ul li p{
	
  font-size: 16px;
  background: #ddd;
  color:#666;
  line-height: 50px;
 

}
 .yeji {padding:40px 0 60px 0;}
.yeji1{
	max-width: 1360px;
    margin: 0 auto;
}
.yeji1.cpa-left2 ul li {
    width: 19%;
    margin-top: 30px;
    overflow: hidden;
}
.yeji1.cpa-left2 ul li:nth-child(3) {
    margin-right: 20px;
}
.yeji1.cpa-left2 ul li:nth-child(6) {
    margin-right: 20px;
}
.yeji1.cpa-left2 ul li:nth-child(5) {
    margin-right: 0px;
}
.yeji1.cpa-left2 ul li:nth-child(8) {
    margin-right: 0px;
}
.ye22 {
    width: 260px;
    /* text-align: center; */
    border-radius: 40px;
    margin: 80px auto;
    color: #037945;
    padding: 20px 30px 20px 60px;
    border: 2px solid #037945;
}
.ye22 a{
	 color: #037945;
	 font-weight: bold;
	 font-size: 18px;
}
.ye22 img{
	margin-left: 10px;
	vertical-align: middle;
}
.xw h2{
  font-size:24px;
  color:#333;
  line-height: 30px;
 

}
.xw h3{	
  font-size: 16px;
font-family: 'Rajdhani';
  color:#999;
  text-transform: uppercase;
  line-height: 30px;
  padding: 20px 0;
  position: relative;
 border-bottom: 2px solid  #dddddd;
}
.xw h3:after{
	content: "";
    display: block;
    background: #3b8455;
    bottom: -2px;
    position: absolute;
    height: 2px;
    width: 60px;
	
}
.newsmain .news2.xwnew ul li:hover .desc {
    color: rgb(153, 153, 153);
}
.newsmain .news2.xwnew ul li:hover .tit {
    color: rgb(102, 102, 102);
}
.newsmain .news2.xwnew ul li:hover {
   background: #e6f1eb;
    border-bottom: 2px solid #128540;
    
}
.xw1{
	padding: 30px 0 0px 0;
	line-height: 25px;
	color: #666;
}
.cpa-left1.xwpion{
	border-bottom: none;
}
.xw1 p{	
  font-size: 16px;
  color: rgb(102, 102, 102);
  text-transform: inherit;
  line-height: 1.875;
  text-align: left;
  margin-top: 5px;
}
.cpa-left4 .zong {
    margin-top:30px;
}
.xw h3 img{
	margin-right: 10px;
	    vertical-align: middle;
}
.xw h3 img:nth-child(2){
	margin-left: 25px;
}
.tese{
	padding: 30px 0;
	background: #f7f7f7;
}
.tese ul{
	display: flex;
	flex-wrap: wrap;
}
.tese ul li {
    width: 11%;
    text-align: center;
    padding: 13px 17px 30px 15px;
    margin-right: 30px;
    background: #fff;
    border-radius: 25px 4px 25px 4px;
    box-shadow: 0px 4px 6.51px 0.49px rgb(129 129 129 / 10%);
}
.protabs ul li.on a p {
    color: #fff;
  
}
.protabs ul li.on  {
    background: #047844;
  
}
.tese ul li:last-child{
	
	margin-right: 0px;
}
.prod-box{
	padding: 60px 0;
	    margin: 0 auto;
    max-width: 1360px;
   /* background: url(../images/tebj.png) no-repeat right bottom;*/
}
.prod-box .prod-list:first-child {
    display: block;
}
.prod-list img{
	width: 100%;
}
.prod-box .prod-list {
    display: none;
}
.protabs ul li a  p{	
  font-size: 18px;
  color:#666;
  line-height: 1.667;
 

}
.lx{
	padding: 40px 0;
	background: url(../images/lxbj.jpg) no-repeat;
}
.lx ul{
	display: flex;
	flex-wrap: wrap;
	    margin: 0 auto;
    max-width: 1360px;
	}
.lx ul li:nth-child(1) h2{
	font-size: 18px;
    color: #666;
    margin-top: 13px;
}
.lx ul li:nth-child(1) p{
	font-size: 36px;
    color: #047844;
    margin-top: 5px;
	font-weight: bold;
	font-family: Rajdhani-SemiBold;
}

.lx ul li:nth-child(1){
	width: 25%;
}
.lx ul li:nth-child(2){
	width: 40%;
}
.lx ul li:nth-child(2) p{
	font-size: 18px;
	color: #666;
	line-height: 40px;
}
.lx ul li:nth-child(2) span{
	color: #333;
	font-size: 18px;
	margin: 0 12px;
}
.lx ul li:nth-child(3) {
    width: 31%;
    margin-left:4%;
    /* text-align: right; */
}
.lx ul li:nth-child(3) div{
	display: inline-block;
}
.lx ul li:nth-child(3) {
	/*display: flex;*/
}
.baidu{
	padding: 28px 20px 24px 20px;
	text-align: center;
	border-radius: 30px 4px 30px 4px;
	vertical-align: top;
	margin-right: 18px;
	border: 2px solid  rgb(4, 120, 68);
}
.baidu p{

  font-size: 18px;
  margin-top: 14px;
  color: rgb(4, 120, 68);
  font-weight: bold;
  line-height: 1;
}
.wei{
	display: flex;
	background: #fff;
	border-radius: 30px 4px 30px 4px;
    padding: 15px 36px 10px 18px;
}
.wei2{
	text-align: center;
	vertical-align: top;
	margin-left: 40px;
	padding-top: 4px;
}

.wei2 p{	
  font-size: 18px;
  margin-top: 20px;
  color: rgb(102, 102, 102);
  line-height: 1.111;
  


}
.about-2 p img{
	width: 100%;
}
.lx2{
	padding-top:40px;
}
.lx22{
	 margin: 0 auto;
    max-width: 1360px;
}
.titl {
	text-align: center;	
	font-size: 36px; 
  color:#333;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom:30px;
}
.titp{
	border-radius: 50px 4px 50px 4px;
	padding:40px;
	margin-bottom: 60px;
	background: url(../images/zaixian.png) no-repeat top;
}
.titplx{
	border-radius: 50px 4px 50px 4px;
	background: rgb(255, 255,255, 0.9);
	padding: 30px;
}
.titplx p{
padding: 10px 0;
  font-size: 16px;
  color:#666;
  line-height: 1.667;
 

}
.titplx p i{

	color: #047844;
}
.titplx p.on {
	color: #047844;
	
}
.titplx select {
    /* margin-left: 30px; */
    width: 48%;
    /* margin-right: 2.866%; */
    /* display: block; */
    height: 60px;
    line-height: 60px;
    border: 1px solid #dfdfdf;
    font-size: 14px;
    color: #999;
    /* text-align-last: center; */
    padding: 0 20px;
    appearance: none;
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 0px;
    background: url(../images/down1.png) no-repeat 96% center;
}
.lx23{
	display: flex;
}
.lxa1{
	width: 48%;
	margin-right: 48px;
}
.lxa2{
	width: 48%;
	margin-right: 0px;
}
.lxa1 input{
	width: 100%;
	height: 50px;
	border-radius: 4px;
	 border: 1px solid #dfdfdf;
}
.lxa2 input{
	width: 100%;
	border-radius: 4px;
	height: 50px;
	 border: 1px solid #dfdfdf;
}
.titplx textarea{
	height: 120px;
	width: 100%;
	 border: 1px solid #dfdfdf;
	    /*resize: none;*/
	    border-radius: 4px;
	    
}

.tel ul{
	display: flex;
	margin-top: 10px;
}
.tel ul li:nth-child(1){
	/*width: 24%;*/
	
}
.tel ul li:nth-child(1) input{
	width: 100%;
	height: 60px;
	 border: 1px solid #dfdfdf;
	    /*resize: none;*/
	    border-radius: 4px;
	
}

.tel ul li:nth-child(2) {
    /*text-align: right;*/
    /*margin-top: 41px;*/
    /*margin-left: 10px;*/
    /* vertical-align: middle; */
}
.tel ul li:nth-child(2) span{
	display: inline-block;
	    padding: 15px 0;
}
.tel ul li:nth-child(3){
	margin-left: 0px;
	margin: 0 auto;
	
}
.tel ul li:nth-child(3) button {
  border-radius:50px;
    border: none;
    display: inline-block;
    background: #047844;
    /*width: 267%;*/
    font-size: 18px;
    color:#fff;
    line-height: 1.364;
    margin-top:20px;
    padding: 15px 70px;
}
.head-main .nav>ul>li:nth-child(7)>a>P {
   left: 10px;
   
}
.head-main .nav>ul>li:nth-child(8)>a>P {
   left: 10px;
   
}
.tel ul li:nth-child(3) button a{
	
  font-size: 22px;
 
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.364;

}
.titplx .pit{
	padding: 5px 0;
}
.yz{
	 border: 1px solid #dfdfdf;
	  display: inline-block;
	    border-radius: 4px;
}
.ye22.ye1{
	    margin: 30px auto;
}


/*固定*/
.left_menu02 {
    bottom: auto;
    top: 45%;
}
.left_menu {
    position: fixed;
    right: 0;
    bottom: 5px;
    z-index: 999;
    width: 70px;
}
.left_menu .menu_ly:first-child:hover {
    margin: -20px 0 0 -20px;
}
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after {
    content: '';
    display: table;
    clear: both;
}
.left_menu .menu_ly:hover {
    width: 90px;
    height: 90px;
}
.left_menu .menu_ly:hover a img {
    margin-top: 15px;
}
.left_menu .menu_ly:hover a img {
    margin-top: 15px;
}
.left_menu .menu_ly a img {
    margin-top: 20px;
    transition: all .5s;
}
.left_menu .menu_ly a img {
    margin-top: 20px;
    transition: all .5s;
}
.left_menu .menu_ly {
    width: 70px;
    height: 70px;
    background: rgba(255,102,0,0.8);
    position: relative;
    text-align: center;
    float: right;
    transition: all .3s;
    cursor: pointer;
    margin-top: 2px;
}
.left_menu02 a {
    cursor: pointer;
}
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before {
    content: '';
    display: table;
}
.left_menu .menu_ly:hover a img {
    margin-top: 15px;
}
.left_menu .menu_ly a img {
    margin-top: 20px;
    transition: all .5s;
}
img {
    vertical-align: top;
}
img {
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 0;
    display: inline-block;
}
.left_menu02 a {
    cursor: pointer;
}
.left_menu .menu_ly:hover {
    width: 90px;
    height: 90px;
}
.left_menu .menu_ly {
    width: 70px;
    height: 70px;
    background: #047844;
    position: relative;
    text-align: center;
    float: right;
    transition: all .3s;
    cursor: pointer;
    margin-top: 2px;
}
.left_menu .menu_ly:hover div.p {
    opacity: 1;
    width: 200px;
    transition: all 0.5s 0.3s;
}
.left_menu .menu_ly div.p {
    opacity: 0;
    width: 0px;
    overflow: hidden;
}
.left_menu .menu_ly:hover div.p a {
    opacity: 1;
    transition: all 0.5s 0.5s;
}
.left_menu .menu_ly div.p a {
    opacity: 0;
}
.menu_ly .p a {
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
}
.left_menu02 a {
    cursor: pointer;
}
.menu_ly .p {
    position: absolute;
    right: 90px;
    top: 0px;
    width: 200px;
    background: #047844;
    height: 90px;
    padding-top: 5px;
}
.left_menu .menu_ly:hover p {
    opacity: 1;
}
.left_menu .menu_ly a p {
    color: #fff;
    font-size: 16px;
    opacity: 0;
    transition: all .5s;
    margin-top: 3px;
}
.hhh{
	display: none;
}
.left_menu {
    position: fixed;
    right: 0;
    bottom: 5px;
    z-index: 999;
    width: 70px;
    display: none;
}
.left_menu .menu_top.scor {
    opacity: 1;
    height: 70px;
    transition: all .5s;
}
#btn{
	display: none;
}
.about{
	width: 100%;
}
.tu22{
	display: none;
}
.kaiz-66{
	display: none;
}
.avascr{
	display: none;
}
.side-menu__block.enu1{
	display: none
}
.zp-2{
	padding: 60px 0;
}
.zp-22{
	    margin: 0 auto;
    max-width: 1360px;
    position: relative;
}
.zp-22 h2{
	
  font-size: 36px;
  font-family: "微软雅黑";
  color:#333;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.75;

}

.zp-22 h2:nth-child(2) {
    margin-top: 21px;
    /*margin-left: 31px;*/
}
.zp-22 h1{
	  /*margin-left: 31px;*/
	  margin-top: 24px;
  font-size:18px;
  color:#666;
  line-height:30px;

}
.zp-33{
	margin-top: 30px;
	position: relative;
}
.zp-33 .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	background: transparent;
	border: 1px solid #fff;
	opacity: 1;
	    margin: 0 4px;
}
.zp-33 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 15px;
	height: 15px;
	background: #fff;
	border: 1px solid #fff;
	opacity: 1;
}
.zp-33 .swiper-pagination {
    bottom: 47px;
    left: 45px;
    position: absolute;
}
.zp-33 .swiper-slide img{
	width: 100%;
}

.perr{
	width: 136px;
	position: absolute;
	height: 115px;
	bottom: 0px;
	right: 0;
	z-index: 999;
	line-height: 115px;
	border-radius: 115px 0 0 0;
	background: #3b8455;
	text-align: center;
	
}
.perr a{
	color: #fff;
	font-size: 30px;
	
	
	z-index: 99;
}
.perr a img{
	    margin-left: 34px;
	vertical-align: middle;
}
.zp-3{
	background: #f4f4f4;
	padding: 60px 0 60px 0;
}
.zp-333{
	    margin: 0 auto;
    max-width: 1360px;
}
.zp-31 h2{
  font-size: 36px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  text-transform: uppercase;
}
.zp-31 p{
	float: right;
	margin-top: -29px;
}
.zp-31 p a{
	padding: 0 17px;
	width: 175px;
	height: 46px;
	line-height: 42px;
	border-radius: 23px;
	border: 2px solid #3b8455;
	display: inline-block;
  font-size: 14px;
  color: rgb(59, 132, 85);
  font-weight: bold;
 

}
.zp-31 p a img {
    margin-top: -3px;
    vertical-align: middle;
    margin-left: 28px;
}
.zp-32{
	margin-top:30px;
}
.zp-32 ul{
	display: flex;
	flex-wrap: wrap;
}
.zp-32 ul li{
	padding: 30px;
	background: #fff;
	width: 32.5%;
	margin-bottom: 17px;
	margin-right: 17px;
}
.zp-32 ul li:nth-child(3){

margin-right: 0;
}
.zp-32 ul li:nth-child(6){

margin-right: 0;
}
.zp-32 ul li:nth-child(9){

margin-right: 0;
}
.zp-32 ul li p{
border-bottom: 2px solid #efefef;
  font-size: 24px;
  padding-bottom: 44px;
  color:#666;
  line-height: 1.591;

}
.zp-32 ul li p span{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	margin-left: 5px;
	width: 25px;
	vertical-align: middle;
	height: 25px;
	text-align: center;
	border-radius: 50%;
	background: #3b8455;
}
.zp-32 ul li i{
	width: 100%;
	font-size: 16px;
	color: #999;
	margin-top: 20px;
	display: inline-block;
	font-style: normal;
	}
.zp-32 ul li i span{
		margin: 0 16px;
		display: inline-block;
}
.zp-32 ul li i h3{
	display: inline-block;
	float: right;	
  font-size: 16px;
  font-family: 'Rajdhani-Regular';
  color:#999;
  text-transform: uppercase;
  margin-top: 5px;
 
}
.zp-4{
	padding: 60px 0 60px 0;
}
.zp-44{
	  margin: 0 auto;
    max-width: 1360px;
	position: relative;
}
.zp-44 img{
	width: 100%;
}
.zp-444{
	position: absolute;
	top: 60px;
	left: 85px;
}
.zp-444 ul{
	display: flex;
}
.zp-444 ul li:nth-child(1) a{
	
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
  z-index: 999;
padding-right: 83px;
/*border-right: 1px dashed #6B6E7B*/;

}

.zp-444 ul li:nth-child(2){
	padding-left: 44px;
	border-left: 1px dashed #6B6E7B;
}

.zp-444 ul li:nth-child(2) a p{
	
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 30px;
  text-align: left;


}
.zp-444 ul li:nth-child(2) span{
	
  font-size: 14x;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  line-height: 1.125;
  font-weight:bold;

}
.zp-444 ul li:nth-child(2) button{
	border: none;
	display: inline-block;
	width: 175px;
	background: #3b8455;
	height: 46px;
	border-radius:23px ;
	margin-top: 46px;
	line-height: 46px;
}
.zp-444 ul li:nth-child(2) button span img{
vertical-align: middle;
margin-left: 25px;
width: 7px;
}
.about-2{
	/*padding: 77px 0;
	background: url(../images/pa2.jpg);*/
}
.newsswiper .swiper-pagination{
	text-align: left;
}
.about-22{
	margin: 0 auto;
    max-width: 1360px;
}
.about-22 h1{
	
  font-size: 45px;
  font-family: "Alibaba";
  color: rgb(59, 132, 85);
  line-height: 1.222;
  margin-bottom: 30px;


}
.about-22 h2{
	color: #3b8455;
  font-size: 18px;
  font-family: "Microsoft YaHei";
 
  font-weight: bold;
  line-height: 1.667;


}
.about-22  p{
	margin-top: 37px;
	
	
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  line-height: 1.875;
  text-align: left;

}
.about-22 h2 span{
	color: #333333;
}
.head-main .nav>ul>li:hover>a>P{
	color: #047844;
}
.head-main .nav>ul>li:hover>a {
   color: #047844;
}

.kaiz-1.kaizb{
	display: none;
}
.side-menu__block.enu  .side-menu__block-about>ul>li:nth-child(2) ul li{
	    padding: 0px 58px 0px 60px;
	       margin-top: 0px;
}
.side-menu__block.enu  .side-menu__block-about>ul>li:nth-child(2) ul li:first-child{
	    padding: 11px 58px 0px 60px;
	     margin-top: 10px;
}
.side-menu__block.enu  .side-menu__block-about>ul>li:nth-child(2) ul li:last-child{
	    padding: 0px 58px 17px 60px;
}
.news1 .tbox .t2 {
    padding: 0 51px 0 0px;
}
.news1 .tbox .t3 {
   
    padding: 0 51px 0 0;
   
}
/*
 
 * 响应式
 * */
@media only screen and (min-width: 960px){

.videofixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

/*kaiz-2 {
	margin-top: 20px;
}*/
.videoclose {
    position: fixed;
    top: 101px;
    right: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2) url(../images/kfclose.png) no-repeat center center;
    background-size: cover;
    z-index: 1000000;
    cursor: pointer;
}
.videofixed .video-box {
    width: 50%;
    height: 60%;
    top: 20%;
    left: 25%;
}

.video-box .video-js .vjs-big-play-button {
    line-height: 65px!important;
    height: 65px;
    width: 65px;
    background-color: rgb(255 255 255);
    color: #026e34;
}
}
@media only screen and (max-width:1800px) {
	.w {
		width: 1600px;
	}
	.kaiz-31 p {
    font-size: 26px;
  
}
.news1 .tbox .t3 {
   
    padding: 0 0px 0 0;
   
}
.news1 .tbox .t2 {
    padding: 0 0px 0 0px;
}
	.tese ul li {
    width: 11%;
    text-align: center;
    padding: 8px 17px 26px 15px;
    margin-right: 18px;
    background: #fff;
    border-radius: 25px 4px 25px 4px;
    box-shadow: 0px 4px 6.51px 0.49px rgb(129 129 129 / 10%);
}
	.new2 {
    margin-top: 0px;
    width: 100%;
}
	body {
		font-size: 15px;
	}
	.jt_zci .let_box {
		width: 69.25%;
	}
	.videofixed .video-box {
    width: 50%;
    height: 60%;
    top: 20%;
    left: 25%;
}
}

@media only screen and (max-width:1680px) {
	.w {
		width: 1440px;
	}
	.head-main .nav>ul>li {
    float: left;
    position: relative;
    margin-right: 40px;
}
	.yej {
    height: auto;
    width: 100%;
    overflow: hidden;
}
	.footernoe ul li:nth-child(2) {
    width: 38%;
    /* padding-top: 11px; */
}
	.footernoe-22 {
    width: 42%;
    padding-top: 20px;
}
	.cpa-left {
    width: 67%;
    float: left;
    margin-right: 55px;
}
	.kaiz-2 ul li:nth-child(1) {
		width: 49%;
		margin-top: 0px;
		}
	  .kaiz-2 ul li:nth-child(2) h2 {
		font-size: 32px;
		color: #333333;
		font-weight: bold;
	  }
	  .kaiz-2 ul li:nth-child(2) p {
		font-size: 20px;
		color: #666;
		line-height: 40px;
		font-weight: normal;
		padding: 18px 0;
	  }
	.fint {
		position: absolute;
		top: 18%;
		right: 28%;
		z-index: 9;
	  }
	.new3 h3 {
		/* color: #FFFFFF; */
		font-size: 32px;
		/* padding: 0px 66px; */
	}
	.newsswiper .swiper-pagination {
		left: 0;
		width: 32%;
		bottom: 0px;
		position: absolute;
	}
	
	.head-main .nav>ul>li:nth-child(10) {
		margin-left: -14px;
	}
	.head-main .logo img {
		height: 50px;
	}
	.in3-sec .tbox .tit .en,
	.in2-sec .main .num-con li .num {
		font-size: 36px;
	}
	.newslist .tbox .desc {
		margin-top: 12px;
	}
	.newslist .tbox .rmore {
		margin-top: 10px;
	}
	.newslist .time {
		line-height: 22px;
	}
	.newsswiper .tbox .tit {
		font-size: 19px;
	}
	.m_swiow .tran .t1_col .value {
		font-size: 46px;
	}
	.pro-sec .prolist .tbox {
		padding: 35px 45px;
	}
	.protabs ul li a p {
    font-size: 14px;
    color: rgb(153, 153, 153);
    font-weight: bold;
    line-height: 1.667;
}
	.tese ul li {
    width: 11%;
    text-align: center;
    padding: 8px 17px 54px 15px;
    margin-right: 18px;
    background: #fff;
    border-radius: 25px 4px 25px 4px;
    box-shadow: 0px 4px 6.51px 0.49px rgb(129 129 129 / 10%);
}
}

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

@media only screen and (max-width:1500px) {
	.w {
		width: 1200px;
	}
	.zp-32 ul li {
    padding: 30px;
    background: #fff;
    width: 31.5%;
    margin-bottom: 17px;
    margin-right: 17px;
}
	.news2 ul li a {
    display: block;
    padding: 15px 22px;
    position: relative;
}
.lx ul li:nth-child(1) {
    width: 23%;
}
.lx ul li:nth-child(3) {
    width: 37%;
    margin-left: 4%;
    /* text-align: right; */
}
.lx ul li:nth-child(3) {
    width: 37%;
    margin-left: 4%;
    /* text-align: right; */
}
	.new3{
		height: 404px;
		
	}
	.news1 .tbox .t2{
		font-size: 21px;
	}
	.news1 .tbox .t0{
		font-size: 38px;
		margin-bottom:11px;
	}
	
	.news1 .tbox .t2{
		font-size: 23px;
	}
	.news1 .tbox{
		height: 219px;
	}
	.kaiz-2 ul li:nth-child(1){
		margin-top: 0px;
	}
	.kaiz-2 ul li:nth-child(2){
		padding: 52px 30px;
		margin-top: 5px;
	}
	.kaiz-2 ul li:nth-child(2) p {
    font-size: 19px;
    line-height: 41px;
}
	.kaiz-11 .tit span{
		font-size: 46px;
	}
	.kaiz-2 ul li:nth-child(2) h2{
		font-size: 24px;
	}
	.new2>p{
		line-height: 25px;
	}
	.head-main .nav>ul>li {
		margin-right: 20px;
	}
	.formtext,
	.formselect {
		height: 42px;
		line-height: 38px;
	}
	.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: 20px;
	}
	.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;
	}
	.in3-sec .tbox .desc {
		margin-top: 35px;
	}
	.news-sec1 .newslist li .tit,
	.newslist .tbox .tit {
		font-size: 16px;
		line-height: 16px;
		height: 16px;
	}
	.newslist .tbox .desc {
		margin-top: 10px;
		font-size: 14px;
		line-height: 22px;
		height: 44px;
	}
	.newslist .tbox .rmore {
		font-size: 14px;
	}
	.newslist .time span {
		font-size: 19px;
	}
	.newslist .time img {
		width: 11px;
		margin: 5px auto;
	}
	.xwpion .newsswiper.cpwiper .swiper-pagination {
    left: 480px;
    width: 22%;
    bottom: 7px;
    position: absolute;
}
	.newslist .time {
		padding: 0 15px;
	}
	.newslist a {
		padding: 18px 25px 18px 0;
	}
	.footmain .leftbox {
		padding: 40px 55px 40px 0;
	}
	.footmain .centerbox {
		width: 50.2%;
		padding: 50px;
	}
	.footmain .rightbox {
		width: 20.8%;
		padding: 50px 0 50px 30px;
	}
	.fnav {
		padding: 0;
	}
	.fewmbox .tbox {
		font-size: 12px;
	}
	.jt_zci .let_box {
		width: 63.25%;
	}
	.details .tit {
		font-size: 25px;
	}
	.details .con {
		font-size: 15px;
	}
	.location-nav .rightnav a {
		margin-left: 30px;
	}
	.pro-sec .prolist .tbox {
		padding: 30px;
	}
	.prolist .tbox .tit {
		font-size: 19px;
		padding-bottom: 10px;
	}
	.prolist .tbox .desc {
		margin-top: 15px;
	}
	.pro-sec .prolist .tbox .application {
		margin-top: 5px;
	}
	.pro-sec .prolist .tbox .btn {
		margin-top: 4px;
	}
	.proxqtabs li {
		background: #FFFFFF;
		min-width: auto;
		padding: 0 15px;
	}
	.proxq-sec1 .prolist .tit {
		padding-bottom: 48px;
	}
	.proxq-sec1 .prolist .tbox .btn {
		margin-top: 20px;
	}
}

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

@media only screen and (max-width:1300px) {
	.w {
		width: 1100px;
	}
	.newsswiper .swiper-pagination{
		display: none;
	}
	.zp-32 ul li {
    padding: 30px;
    background: #fff;
    width: 31.5%;
    margin-bottom: 17px;
    margin-right: 17px;
}
	.xwpion .newsswiper.cpwiper .swiper-pagination {
    left: 480px;
    width: 22%;
    bottom: 7px;
    position: absolute;
}
.yeji1.cpa-left2 ul li {
    width: 22.5%;
    margin-top: 30px;
}
.cpa-left {
    width: 67%;
    float: left;
    margin-right: 19px;
}
.xwpion .cpaa ul li:nth-child(2) p {
    margin-top: 20px;
    margin-bottom: 10px;
}
	.footernoe ul li:nth-child(2) {
    width: 44%;
    /* padding-top: 11px; */
}
.newsswiper.cpwiper .swiper-pagination {
    left: 129px;
    width: 40%;
    bottom: 0px;
    position: absolute;
}
.cpa-left {
    width: 67%;
    float: left;
    margin-right: 54px;
}
.protabs ul li a p {
    font-size: 14px;
    color: rgb(153, 153, 153);
    font-weight: bold;
    line-height: 1.667;
}
.tese ul li {
    width: 11%;
    text-align: center;
    padding: 8px 17px 11px 15px;
    margin-right: 18px;
    background: #fff;
    border-radius: 25px 4px 25px 4px;
    box-shadow: 0px 4px 6.51px 0.49px rgb(129 129 129 / 10%);
}
.footernoe-22 {
    width: 43%;
    padding-top: 20px;
}
	.kaiz-31 p {
    font-size: 20px;
    transform: translateY(-50%);
    top: 50%;
    left: 56px;
    position: absolute;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.933;
    text-align: left;
}
	.newsmain .news2 .tbox .tit {
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
    height: 22px;
}
.newsmain .news2 .tbox .desc {
    margin-top: 10px;
    font-size: 14px;
}
	.yzm img {
		width: 100px;
	}
	.fint ul li h2 {
    font-size: 54px;
    color: #535353;
}
.fint ul li:nth-child(2) h2 {
    font-size: 82px;
    color: #3b8455;
}
.fint ul li h3 {
    font-size: 27px;
    color: #535353;
    margin-top: 10px;
}

	.head-main .nav>ul>li:nth-child(10) {
		display: none;
	}
	.head-main .nav>ul>li>a {
		font-size: 15px;
	}
	.head-main .nav>ul>li {
		margin-right: 34px;
	}
	.right-side-box li {
		margin-left: 10px;
	}
	.go,
	.bannerswiper .swiper-pagination,
	.banner-pagination {
		bottom: 70px;
	}
	.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;
	}
	.in3-sec .tbox .tit .ch,
	.in3-sec .tbox .tit .en,
	.in2-sec .main .num-con li .num {
		font-size: 27px;
	}
	.in3-sec {
		padding: 70px 0;
	}
	.jt_zci .rit_box {
		width: 339px;
	}
	.pro-sec .prolist .pic {
		width: 35%;
	}
	.pro-sec .prolist .tbox {
		width: 65%;
	}
	.tese ul li {
    width: 10%;
    text-align: center;
    padding: 8px 17px 11px 15px;
    margin-right: 18px;
    background: #fff;
    border-radius: 25px 4px 25px 4px;
    box-shadow: 0px 4px 6.51px 0.49px rgb(129 129 129 / 10%);
}
}

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

@media only screen and (max-width:1200px) {
	.w {
		width: 1024px;
	}
	.prod-box {
    padding: 90px 22px;
    margin: 0 auto;
    max-width: 1360px;
    /* background: url(../images/tebj.png) no-repeat right bottom; */
}
	.tese ul li a img {
    width: 36px;
}
	.lx ul li:nth-child(3) {
    width: 39%;
    margin-left: 1%;
    /* text-align: right; */
}
.footernoe ul li:nth-child(2) {
    width: 56%;
    /* padding-top: 11px; */
}
.footernoe-22 {
    width: 61%;
    padding-top: 20px;
}
	.newsswiper .swiper-pagination {
    left: -16px;
    width: 32%;
    bottom: 0px;
    position: absolute;
}
.lx ul li:nth-child(2) p {
    font-size: 15px;
    color: #666;
    line-height: 32px;
}
.head-main .nav>ul>li {
    margin-right: 30px;
}
.cpa-left {
    width: 67%;
    float: left;
    margin-right: 45px;
}
.fint ul li h2 {
    font-size: 54px;
    color: #535353;
}
.xwpion .newsswiper.cpwiper .swiper-pagination {
    left: 480px;
    width: 22%;
    bottom: 15px;
    position: absolute;
}
	.kaiz-2 ul li:nth-child(1){
		margin-top: 0px;
	}
	.new2 p span {
    font-size: 16px;
 
}
	.kaiz-2 ul li:nth-child(2){
		margin-top: 0px;
	}
	.news1 .tbox .t2{
		font-size: 21px;
	}
	.head-main .nav>ul>li:nth-child(10) {
		margin-left: 25px;
		display: none;
	}
	.formtextarea {
		height: 85px;
	}
	.right-side-box .lang a {
		font-size: 12px;
		padding-right: 10px;
	}
	.kaiz-2 ul li:nth-child(2) h2{
		font-size: 22px;
	}
	.kaiz-11 .tit span{
		font-size: 40px;
	}
	.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;
	}
	.pro-sec .prolist .pic {
		width: 42%;
	}
	.pro-sec .prolist .tbox {
		width: 58%;
	}
}

@media only screen and (max-width:1024px) {
	.w {
		width: 960px;
	}
	.zp-444 {
    position: absolute;
    top: 34px;
    left: 85px;
}
	.cpaa ul li:nth-child(2) p {
    margin-top: 18px;
    font-size: 14px;
    text-align: justify;
    display: -webkit-box;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    line-height: 1.786;
}
.cpaa ul {
    display: block;
}
.cpaa ul li {
    width: 100%;
    position: relative;
}
.cpaa ul li:nth-child(2) h2:after {
    content: "";
    display: block;
    background: #3b8455;
    bottom: -9px;
    position: absolute;
    height: 3px;
    width: 40px;
}
.cpaa ul li:nth-child(2) {
    background: #f7f7f7;
    padding: 10px;
}
.cpaa ul li:nth-child(2) h2 {
    font-size: 22px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.167;
    position: relative;
}
	.news2 .yy {
    font-size: 31px;
    padding: 0 5px;
}
.newsmain .news2 .tbox {
    float: none;
    width: 100%;
}
.news2 .mmdd {
    font-size: 14px ;
}
	.news1{
		padding-bottom: 28px;
		
	}
	.kaiz-2 ul li:nth-child(1) {
    margin-top: -41px;
}
.new2>p {
    line-height: 21px;
}
.kaiz-1 .kainoe ul li:nth-child(1) {
    width: 49%;
    margin: 40px 0px;
    padding: 0 36px;
}
   
.new3 {
    height: 364px;
        padding: 28px 0px 0px 0px;
}
.kaiz-2 ul li:nth-child(2) {
    margin-top: -26px;
}
.newnoe p {
    font-size: 19px;
    color: #FFFFFF;
}
.kaiz-2 ul li:nth-child(2) p {
    font-size: 19px;
    line-height: 33px;
}
	.head-main .nav>ul>li {
		margin-right: 24px;
	}
	.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;
	}
	.footmain .centerbox {
		display: none;
	}
	.go {
		display: none;
	}
	.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;
	}
	
	.news5 .tbox {
   top: 50%;
    left: 37%;
}
}


@media only screen and (max-width:960px) {
	.wei2 p{font-size: 14px;}
	.zp-32 ul li i h3{font-size: 14px;}
	.zp-32 ul li i{font-size: 14px;}
	.cpaa ul li:nth-child(2) p {
	    margin-top: 10px;
	    font-size: 14px;
	    line-height: 25px !important;
		}
		
	.w {
		width: 100%;
		padding: 0 4%;
	}
	.protabs{
		display: none;
	}
	.kaiz-1.kaizb {
    display: block;
    margin-top: 0px;
}
	.kaiz-1.kaizb{
	display: block;
}
.side-menu__block.enu1 .side-menu__block-about ul ul li a img {
   display: none;
}
.side-menu__block.enu1 .side-menu__block-about>ul>li:nth-child(2) ul li:first-child {
      padding: 0px 20px 0px 20px;
    margin-top: 0px;
}
.side-menu__block.enu1 .side-menu__block-about>ul>li:nth-child(2) ul li:last-child{
       padding: 0px 20px 17px 20px;
    margin-top: 0px;
}
.side-menu__block.enu1 .side-menu__block-about>ul>li:nth-child(2) ul li{
      padding: 0px 20px 0px 20px;
    margin-top: 0px;
}
	.kaiz-1.kaiza{
	display: none;
}
	.kaiz-1 {
	width: 100%;
	height: auto;
	/* overflow: hidden; */
}
.footernoe ul li:nth-child(2) i a {
    color: #888888;
    display: block;
}
.prod-box .prod-list {
    display: none;
    padding: 0 10px 20px;
}

	.about-2 {
    padding: 25px 0;
    /*background: url(../images/pa2.jpg);*/
}
.banner1 img {
    width: 100%;
    height: 156px;
}
	.side-menu__block.enu1{
	display: block
}
.zp-22 h2:nth-child(2) {
    margin-top: 5px;
    /*margin-left: 18px;*/
}
.zp-33 .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
    margin: 0 4px;
}
.perr a img {
    margin-top: 0px;
    margin-left: 15px;
    width: 21px;
    vertical-align: middle;
}
.zp-31 p a {
    display: none;
}
.zp-444 {
    position: absolute;
    top: 30px;
    left: 16px;
}
.zp-444 ul li:nth-child(2) span {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    line-height: 1.125;
}
.zp-444 ul li:nth-child(2) button {
    border: none;
    display: inline-block;
    width: 168px;
    background: #3b8455;
    height: 40px;
    border-radius: 23px;
    margin-top: -1px;
    line-height: 40px;
}
.zp-444 ul li:nth-child(1) a {
    width: 110px;
    display: inline-block;
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    z-index: 999;
    padding-right: 0px;
    /* border-right: 1px dashed #6B6E7B; */
}
.zp-444 ul li:nth-child(2) a p {
   display: none;
}
.zp-444 ul li:nth-child(1){
	width: 50%;
}
.zp-32 ul li {
    padding: 13px;
    background: #fff;
    width: 100%;
    margin-bottom: 17px;
    margin-right: 0px;
}
.zp-4 {
    padding: 25px 0 44px 0;
}
.zp-32 ul li p {
    border-bottom: 2px solid #efefef;
    font-size: 18px;
    padding-bottom: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    line-height: 1.591;
}
.zp-3 {
    background: #f4f4f4;
    padding: 20px 0 28px 0;
}
.zp-32 {
    margin-top: 23px;
}
.zp-31 h2 {
    font-size: 24px;
}
.perr {
    width: 52px;
    position: absolute;
    height: 38px;
    bottom: 0px;
    right: 0;
    z-index: 999;
    line-height: 38px;
    border-radius: 115px 0 0 0;
    background: #3b8455;
    text-align: center;
}
.zp-33 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 9px;
    height: 9px;
 
}
.zp-22 h1 {
    /*margin-left: 18px;*/
    margin-top: 12px;
    font-size: 14px;
   
}
.zp-33 .swiper-pagination {
    bottom: 6px;
    left: 2px;
    position: absolute;
}
.zp-33 {
    margin-top: 19px;
    position: relative;
}
.zp-2 {
    padding: 25px 0 33px 0;
}
.zp-22 h2 {
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}
.enu1 .mCSB_container .logo {
    height: 47px;
    background: #047844;
    line-height: 47px;
    padding-left: 20px;
    padding-top: 10px;
    /* padding: 35px 0 15px; */
    /* border-bottom: 2px solid #fff; */
}
.enu1 .side-menu__block-about>ul>li>a:after {
    position: absolute;
    top: 14px;
    left: 24px;
    height: 15px;
    width: 4px;
    content: "";
    display: block;
    background: #047844;
}
.enu1 .side-menu__block-about>ul>li>a {
    display: block;
    height: 40px;
    position: relative;
    padding: 0 20px 0 37px;
    line-height: 40px;
    background: #e0e0e0;
}
.ssjian {
    position: absolute;
    top: 12px;
    right: 26px;
   
}
.enu1 .side-menu__block-about>ul>li.on>a{
   background: #047844;
   color: #fff;
}
.enu1 .side-menu__block-about>ul>li.on>a:after {
    position: absolute;
    top: 14px;
    left: 24px;
    height: 15px;
    width: 4px;
    content: "";
    display: block;
    background: #fff;
}
.enu1 .side-menu__block-about>ul>li ul li {
    display: block
}
.enu1 .side-menu__block-about>ul>li.on ul li {
    display: block;
}
.enu1 .side-menu__block-about>ul>li.on .ssjian{
	transform: rotate(90deg);
}
.enu1  .side-menu__block-about ul ul li {
    padding: 0px 20px 17px 20px;
}

.enu1 .sdclose {
    position: fixed;
    top: 9px;
    right: 20px;
    width: 29px;
    height: 31px;
    background: url(../images/close1.png) no-repeat center center;
    cursor: pointer;
    font-size: 0;
}
.enu1 .mCSB_container .logo img {
    display: block;
    /* margin: 0 auto; */
    max-width: 100%;
    height: 28px;
}
.side-menu__block.enu{
	display: none
}
	.footernoe {
    background: #444444;
    margin-top: -10px;
}
.mCSB_inside>.mCSB_container {
     margin-right: 0px; 
}
	.left_menu{
		display: none;
	}
	.kaiz-66{
		display: block
	}
	.hg{
	display: block;
}
	.tu22{
	display: block;
}
.prod-boxt .prod-listt:first-child {
    display: block;
}
.prod-boxt .prod-listt {
    display: none;
}
.kaiz-66 {
    padding: 30px 20px 0 20px;
    display: none;
    
}
.hg{
	height: 10px;
	background: #f7f7f7;
}
.protabp ul {
	display: flex;
}
.protabp ul li{
	background: #f7f7f7;
	height: 45px;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
	color: #999999;
	font-weight: bold;
	width: 33%;
	margin-right: 5px;
}
.protabp ul li.on{
	color: #fff;
	background: #047844;
}
.prod-boxt{
	margin-top: 10px;
}

.protabpwe ul li{
	color: red;
}
.protabpwe ul li.on{
	color: #333;
}
.istty span{
	width: 110px;
	height: 4px;
	background: #cccccc;
}
.istty{
	display: flex;
	padding-bottom: 26px;
}
.istty span{
	margin-right: 5px;
	display: inline-block;
	width: 110px;
	height: 4px;
	background: #cccccc;
}
.istty span.on {
	background: #047844;
}
.prod-listt{
	    background-image: -webkit-linear-gradient( 
53deg
, rgba(246,253,248,0) -16%, rgb(235,235,235) 269%);
}
.dsctt{
	margin-top: 17px;
	width: 34px !important;
}
.prod-listt img{
	border-radius: 4px;
	width: 100%;
}.dfe{
	padding: 28px 13px 24px 13px ;
}
.dfe p{
	
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(102, 102, 102);
  text-transform: uppercase;
  line-height: 1.429;
 margin-top: 17px;

}
.prod-listt h2{
	
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: rgb(4, 120, 68);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.556;
 

}
.tu11{
	display: none;
}
	.new2 p {
    font-size: 19px;
    line-height: 25px;
    
}
.cll{
	display: none;
}
.kaiz-2 ul li:nth-child(2) h2.cl {
    font-size: 19px;
    position: absolute;
    top: -50px;
    left: 0;
    text-align: center;
    /* transform: translateX(-50%); */
    width: 100%;
}
.cl{
	display: block;
}
.new2 a p i {
    font-style: normal;
    display: none;
}
#btn{
	display: none !important;
}
.left_menu{
	display: none;
}
.avascr{
	display: block;
	position: fixed;
	bottom: 0;
}
.left_menu {
    display:none;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: auto;
    width: 100%;
}
.avascr {
    display: flex;
    z-index: 999999;
    width: 100%;
    height: 70px;
    display: none;
}
.avascr a{
	display: inline-block;
	width: 50%;
	height: 70px;
	text-align: center;
	/*line-height: 77px;*/
}
.avascr a:nth-child(1){
	background: linear-gradient(to right, #3c8656, #4c9c68, #5eb77e);
}
.avascr a:nth-child(2){
	background: linear-gradient(to right, #030303, #1c1c1c, #272727);
}
.left_menu03 .menu_ly a {
    display: block;
    height: 100%;
}
.left_menu02 .menu_ly {
    display: none;
}
.left_menu .menu_ly {
    width: 20px;
    height: 20px;
    padding: 5px 5px 5px 5px;
    margin: 0!important;
}
.left_menu03 .menu_ly a p {
    display: block;
    opacity: 1;
    line-height: 50px;
    font-size: 14px;
}
.left_menu .menu_ly a p {
    display: block;
    opacity: 1;
    line-height: 50px;
    font-size: 14px;
}
.hhh{
	display: none;
	height: 35px;
}
.avascr a img{
	margin-top: 10px;
}
.avascr a p{
	
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 0.833;
  margin-top: 8px;

}
.menu_ly .p {
    right: 80px;
    height: 75px;
    width: 100px;
}
.left_menu03 .menu_ly:hover {
    width: 50%;
    height: 50px;
    margin: 0!important;
}
.left_menu02 .menu_ly_click {
    display: block;
}
.left_menu .menu_ly {
    width: 20px;
    height: 20px;
    padding: 5px 5px 5px 5px;
    margin: 0!important;
}
.menu_ly .p a {
    margin-top: 5px;
}
.left_menu .menu_ly a img {
    width: 30px;
        margin-top: 0!important;
    transition: all .5s;
    position: absolute;
    left: 15%;
    top: 25%;
}
.left_menu .menu_ly {
    width: 50%;
    height: 50px;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    padding: 0;
    border-right: 1px solid #21a03a;
}
.left_menu .menu_ly:hover {
    width: 50%;
    height: 50px;
}
.left_menu .menu_ly div.p{
	display: none;
}
#qwqw {
    width: 13px;
    margin-left: 145px;
}
#fotrgg{
	display: none;
}
.cpaa ul li:nth-child(2) span {
    position: absolute;
    top: 15px;
    right: 16px;
}
.newsswiper.cpwiper .swiper-pagination {
    left: 0px;
    width: 41%;
    bottom: 0px;
    position: absolute;
}
.cpa-left1 {
    padding-bottom: 20px;
    border-bottom: 2px solid #047844;
}
.cpa-left2 h2 {
    font-size: 18px;
	font-weight: bold;
    padding: 16px 0 6px 0;
    
}
.cp11 .cpa-left2 ul li {
  
    margin-right: 11px;
}
.cpwiper {
    padding-bottom: 6px;
}
.cpa-left2 ul li {
    float: left;
    width: 46%;
    margin-top: 20px;
    text-align: center;
    border-radius: 10px;
    background: #f7f7f7;
    margin-right: 0px;
}
.yeji1.cpa-left2 ul li:nth-child(3) {
    margin-right: 0px;
}
.cpa-left3 {
    margin: 15px 0;
    padding: 16px;
    background: #f7f7f7;
}
.cpqe img {
    vertical-align: middle;
    margin-left: 6px;
}
.zong {
    font-size: 18px;
    padding: 0px 0 13px 0;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}
.lx ul li:nth-child(1) {
    width: 100%;
        margin-left: 23px;
}
.lx ul li:nth-child(2) {
    /* text-align: center; */
    width: 100%;
    margin-left: 23px;
}
.baidu p {
    font-size: 18px;
    vertical-align: middle;
    display: inherit;
    margin-top: 14px;
    color: rgb(4, 120, 68);
    font-weight: bold;
    line-height: 1;
}
.titl {
    text-align: center;
    font-size: 24px;
    color:#333;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 17px;
}
.lxa1 input {
    height: 36px;
  
}
.lxa2 {
    width: 100%;
    margin-right: 0px;
}
.tel ul {
    display: block;
    margin-top: 10px;
}
.tel ul li:nth-child(1) {
    width: 100%;
}
.tel ul li:nth-child(1) input {
   
    height: 46px;
   
}
.tel ul li:nth-child(2) {
    text-align: right;
    margin-top: 8px;
    margin-left: 10px;
    /* vertical-align: middle; */
}
.tel ul li:nth-child(2) {
    width: 100%;
    text-align: left;
}
.tel ul li:nth-child(3) button a {
    font-size: 19px;
    color: rgb(255, 255, 255);
     font-weight: normal; 
    line-height: 1.364;
}
.xw h2 {
    font-size:18px;
	font-weight: bold;
	line-height: 25px;
    
}
.xw h3 {
   
    padding: 5px 0 2px 0;
   
}
.cpa-left3 h1 img {
    vertical-align: middle;
    margin-top: -9px;
}
.cpqe a {
	display: none !important;
}
.yeji {
    padding: 14px 0 39px 0;
}
.yejia2 h2 {
    font-size: 24px !important;
    
}
.cpa-left2 ul {
  
    margin-top: -16px;
}
.yejia2 h2 {   
    margin: 13px  0!important;
}
.yejia2 h2 img {
    vertical-align: middle;
    margin-left: 10px;
    width: 21px;
}
.prod-box {
    padding: 30px 6px;
    margin: 0 auto;
    max-width: 1360px;
    /* background: url(../images/tebj.png) no-repeat right bottom; */
}
.protabs ul li a p {
    font-size: 13px;
    color: rgb(153, 153, 153);
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.667;
}

.protabs ul li a img {
    vertical-align: middle;
    margin-right: 12px;
    width: 30px;
}

.tese ul li {
    width: 100%;
    text-align: left;
    padding: 9px 14px 9px 18px;
    margin-right: 0;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 4px 6.51px 0.49px rgb(129 129 129 / 10%);
}
.tese{
	display: none;
}
.tese.tese1{
	display: none;
}
.tese ul {
    display: block;
    flex-wrap: wrap;
}
.ye22 {
    width: 197px;
    /* text-align: center; */
    border-radius: 40px;
    margin: 31px auto;
    color: #037945;
    padding: 12px 6px 15px 29px;
    border: 2px solid #037945;
}
.yeji1.cpa-left2 ul li {
    width: 48%;
	margin:10px 1% 0 1%
}
.cpa-left3 h1 a {
    font-size: 13px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    line-height: 1.875;
}
.xw1 p {
    font-size: 14px;
    color:#666;
    text-transform: inherit;
    line-height:25px;
    text-align: left;
    margin-top: 10px;
}
.xw1 {
    padding: 20px 0 0px 0;
	line-height: 25px;
}
.newsmain .news2.xwnew ul li:hover .rightt {
    right: 10px;
    width: 10px;
    display: block;
    transition: all 1s;
}
.righta {
    position: absolute;
    top: 50%;
    width: 11px;
    right: 0;
}
.news2 .tbox {
    padding: 0 18px 0 4px;
    font-size: 18px;
    color: #666;
    line-height: 64px;
    height: 64px;
}
.tel ul li:nth-child(3) button {
    border-radius: 4px;
    border: none;
    display: inline-block;
    background: #047844;
    width: 100%;
    margin-top:0px;
    padding: 9px 0;
}
.tel ul li:nth-child(3) {
    width: 100%;
    margin-left: 0px;
}
.titplx p {
    padding: 3px 0;
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 1.667;
}
.lxa2 input {
    height: 36px; 
}
.titplx textarea{height: 90px;}
.lxa1 {
    width: 100%;
    margin-right: 48px;
}
.titplx select {
       height: 46px;
    line-height: 46px;
    width: 100%;
   
}
.lx23 {
    display: block;
}
.titplx {
    border-radius: 25px;
    background: #fff;
    padding: 0px 10px 10px 10px;
}
.titp {
    border-radius: 25px;
    padding: 20px 10px 20px 10px;
    background: url(../images/zaixian.png) no-repeat top;
}
.baidu{
	display: none !important;
}
.lx2 {
    padding: 20px 0 15px 0;
}
.lx ul li:nth-child(2) span {
    color: #333333;
    font-size: 15px;
    margin: 0 12px;
}
.lx ul li:nth-child(2) p {
    font-size: 14px;
    color: #333;
    line-height: 27px;
}
.lx ul li:nth-child(1) img{
   display: none;
} 
.lx ul li:nth-child(1) p {
    font-size: 24px;
    color: #047844;
    margin-top: 5px;
    font-weight: bold;
}
.lx ul li:nth-child(1) h2 {
    font-size: 16px;
    color: #999999;
    margin-top: 0px;
}
.lx {
    background-size: 100% 100%;
    padding: 13px 0 0px 0;
    background: none;
}
.lx ul li:nth-child(3) {
    width: 100%;
}
.cpa-right {
    width: 100%;
    float: right;
    display: none;
    margin-top: 20px;
}
.cpqe a {
    font-size: 11px;
    font-family: "Microsoft YaHei";
    color: rgb(59, 132, 85);
    text-transform: uppercase;
    line-height: 1.286;
    right: 16px;
    top: 215px;
    display: inline-block;
    border-radius: 27px;
    padding: 7px 6px 7px 6px;
    position: absolute;
    border: 2px solid rgb(59, 132, 85);
}
.cp-1:after {
    content: "";
    display: block;
    background: #3b8455;
    bottom: -2px;
    position: absolute;
    height: 2px;
    width: 100%;
}
.cpa-left2 ul li p {
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 34px;
}
.cpa-left2 ul li:nth-child(2){
	margin-right: 0px;
}
.cpa-left2 ul li:nth-child(4){
	margin-right: 6px;
}
.cpa-left2 ul li:nth-child(6){
	margin-right: 10px;
}
.cpa-left2 ul li:nth-child(3){
	margin-right: 10px;
	display: none;
}
.yeji1.cpa-left2 ul li:nth-child(6) {
    margin-right: 0px;
}
.newsmain .news2 .tbox .desc {
    margin-top: 0;
    line-height: 22px;
    font-size: 13px;
}
.newsmain .news2 .time {
    width: 80px;
}
.newsmain .news2 ul li a {
    padding: 10px 0 10px 80px;
}
.new2 p span {
    font-size: 14px;
    color: #666;
    font-family: Rajdhani-SemiBold;
}
.news1 .tbox .t2 a {
    font-size: 18px;
    
   
}
.news1 .tbox .t2{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
}

.news1 .tbox .t3 {
    font-size: 14px;
    color: #999999;
    line-height: 27px;
    margin-top: 10px;
}
	.news1 .tbox {
    height: 206px;
}
.news1 .tbox .t0 {
   display: block;
   font-size: 24px;
}
.side-menu__block-inner {
    position: relative;
    width: 100%;
    margin: 0px 0 0 auto;
    height: 100vh;
    background: #f5f5f5;
    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;
}
.kaiz-3 .kaiz-33 ul li:nth-child(3) {
	height: auto;
    border-radius: 0px 0px 0px 0px;
   
}
.kaiz-33>ul>li>a>img {
    width: 100%;
    height: 30px;
    border-radius: 0px;
}
.kaiz-33>ul>li {
    
    border-radius: 0px;
}
.kai-gt {
    
    width: 35px;
    
}
.kai-gy {
    font-size: 21px;
   
}
	.new4 {
		margin-top: 17px;
		flex-wrap: wrap;
		
	}
	.fint ul li h2 {
		font-size: 26px;
		color: #535353;
	  }
	.fint ul li h3 {
	  font-size: 10px;
	  color: #535353;
	  margin-top: 10px;
	}
	.fint ul li:nth-child(2) h3 {
		font-size: 16px;
		color: #535353;
	  }
	  .fint ul li:nth-child(2) h4 {
		font-size: 12px;
		color: #535353;
	  }
	.fint ul li:nth-child(2) h2 {
	  font-size: 30px;
	  color: #3b8455;
	}
	.fint {
	  position: absolute;
	  top: 28%;
	  right: 4%;
	  width: 91%;
	  margin: 0 auto;
	  z-index: 9;
	}
	/* .bannerswiper li {
		width: 20px;
		height: 2px;
	} */
	.footert2 img {
    width: 24px;
    margin-right: 5px;
    /*vertical-align: middle;*/
    display: inline-block;
}
.footert1 {
    display: block;
    text-align: center;
}
.footert3{
	font-style: normal;
    font-size: 13px;
    color: #9e9b99;
}
.kai-ii {
    display: flex;
    position: relative;
    top: 0px;
    right: 0px;
    padding: 0;
}
.kai-gt p {
    /* margin-top: 7px; */
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(6, 113, 59);
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.045;
}
.kai-gt img{
	width: 28px;
}
.kai-gt {
    vertical-align: middle;
    width: 100%;
    padding: 5px 0;
}
.footert2 span {
    font-size: 30px;
    color: #333;
    margin-right: 10px;
    font-family: Rajdhani-SemiBold;
}
	.pic{
		width: 40px;	
	}
	.new3{
		height: auto;
		
	}
	.new3 h2 {
    font-size: 24px;
    padding: 15px 32px 6px 20px;
}
	
	.new3 h3 {
    padding: 0px 20px;
    font-size: 16px;
}
.kaiz-11 .tit {
    font-weight: bold;
    font-size: 18px;
    color: #047844;
}
.news5>img {
    height: 100%;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
    display: block;
    /* border-radius: 0px 0px 140px 0px; */
    width: 100%;
}
.news5 {
    height: 205px;
    display: none;

    box-shadow: none;
    border-radius: 0px 0px 0px 0px;
    position: relative;
}
.newnoe img {
	 margin-bottom: 0px;
    width: 90%;
}
.kaiz-2 ul li:nth-child(1) img {
    margin: 0 20px;
        width: 90%;
    border-radius: 0px 0px 0px 0px;
}
.about-2 p img {
    width: 100%;
    margin-bottom: 20px;
}
section.kaiz-2 {
    margin-top:77px;
    margin-bottom: 0px;
}
	.news5 .play {
    width: 90px;
    margin-top: -36px;
}
	  .kaiz-2 ul {
		display: block;
		position: relative;
	  }
	  .kaiz-2 ul li:nth-child(1) {
		width: 100%;
		 margin-top: 0px; 
	  }
	.kaiz-2 ul li:nth-child(2) {
    width: 100%;
    background-position: 59px 26px;
    padding: 16px 19px;
    height: 350px;
    background: url(../images/bg1.png)no-repeat bottom;
    margin-top: 0px;
}
	  .kaiz-2 ul li:nth-child(2) h2 {
		font-size: 17px;
	  }
	.kaiz-2 ul li:nth-child(2) p {
    font-size: 14px;
    padding: 0px 0 15px 0;
    line-height: 25px;
}
.kaiz-11 .kaiz-22:nth-child(3){
	    margin-bottom: 15px;
	
}
.kaiz-11 .kaiz-22:nth-child(4){
	    margin-bottom: 15px;
	
}
	 .kaiz-3 .kaiz-33 ul li:nth-child(1) {
    border-radius: 0px;
   height: auto;
}
.kaiz-3 .kaiz-33 ul li:nth-child(2) .kai-gt img{
  width: 23px;
}
.kaiz-3 .kaiz-33 ul li:nth-child(3) .kai-gt img{
  width: 25px;
}
	.kaiz-3 .kaiz-33 ul li:nth-child(1)>img {
    width: 100%;
    border-radius: 0px 0px 0px 0px;
    height: 100%;
}
.kaiz-11 .tit span {
    font-size: 55px;
    font-weight: bold;
    background-image: linear-gradient(to right,  #3b8455, #459260, #6fc18b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.kaiz-5 dl dt {
     margin-right: 0px; 
   
}
.kaiz-31 img {
   
    border-radius:0px;
}
.kaiz-31 p {
    font-size: 24px;
    left: 27px;
}
.kaiz-5 dl {
    display: block;
    padding-top: 0px;
    margin-top: 0px;
}
.kaiz-32 h2 {
    font-size: 15px;
   
}
.kaiz-32 button span {
  
    font-size: 15px;
   
    padding: 6px 32px 6px 11px;
}
.cpbanner {
  
    font-size: 15px;
    
    bottom: 8px;
    right: 28px;
}
.cp-1 ul li:nth-child(2) {
   display: none;
}
.cp-2 ul {
    display: block;
   
}
.cp-22 img {
    width: 100%;
    border-radius: 0px;
}
.cp-2 ul li h2 {
    margin-top: 20px;
	font-size:18px;
	font-weight: bold;
   
}
.cp-2 ul li h1 {
    font-size: 16px;
   
}
.cp-2 ul li h1:after {
 
    bottom: -10px;
  
}

.cp-2 ul li p {
    font-size: 14px;
    margin-top: 15px;
    overflow: hidden;
    height:auto;
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    line-height: 1.786;
}
.cp-2 ul li {
    width: 100%;
    margin-bottom: 20px;
}
.cpa-left2 ul li:hover p {
    font-size: 16px;
    color: inherit;
    line-height: 33px;
}
.cp-2 ul li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    margin-top: 11px;
    border: 2px solid #3b8455;
}
.cpa-left2 ul li:hover p {
    background: none;
}
.cp-2 {
    padding: 30px 0px 30px 0px;
}
.wei2{margin-left: 20px;}

.cpaa>ul>li>img {
    width: 100%;
     height: auto; 
}
img{
	max-width: 100%;
}
.cpa-left {
    width: 100%;
    float: left;
    margin-right:0px;
}
.cpa-left .xw1 p img{
	max-width: 100%;
}
.cp-1 ul li:nth-child(1) a {
    
    padding: 0 5px;
    
}
.cp11 {
    padding: 30px 0 53px 0;
}
.cp-1 {
    height: 44px;
    line-height: 44px;
}
.kaiz-32 button {
    background: #fff;
    border-radius: 23px;
    border: none;
    position: relative;
    margin-top: 23px;
}
.cp-1 .jcing {
   display: none;
}
.desc2 {
    font-size: 14px;
    color: #999999;
}
.kaiz-3 {
    padding: 16px 0 38px 0;
    width: 100%;
}
.kaiz-5{
	display: none;
}
.kaiz-32 {
    position: relative;
    padding: 20px 26px;
}
.yuan {
    position: absolute;
    top: -22px;
    left: 27px;
}
	 .kaiz-22 {
    width: 50%;
    text-align: center;
    position: relative;
    margin-bottom: 22px;
    z-index: 1;
    float: left;
}
	  .kaiz-11 {
		display: block;
		flex-wrap: nowrap;
		height:auto;
	  }
	   .kaiz-3 .kaiz-33 ul li{
	   	margin-bottom: 10px;
	   	    margin-right: 5px;
	   	    background: #fff;
	   }
	  .kaiz-3 .kaiz-33 ul li:nth-child(2) {
 
    height: auto;
}
	  .footernoe ul li:nth-child(1) {
		
		 display: none; 
		
	  }
	  .footernoe ul {
	  	    padding: 9px 0;
		display:block;
	  }
	  .footernoe-1 {
    display: block;
    padding: 18px 0 18px 0;
}
.footernoe-11 span {
    font-size: 14px;
   
}
.footernoe-11 span i {
   
    font-size: 18px;
  
}
.footernoe-22 select {
    margin-left: 30px;
    display: inherit;
    width: 84%;
    margin-right: 2.866%;
    /* display: block; */
    height: 33px;
    margin-top: 10px;
    line-height: 33px;
    border: 1px solid #707070;
    font-size: 16px;
    color: #999999;
    text-align-last: center;
    padding: 0 20px;
    appearance: none;
    border-radius: 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 46px;
    background: url(../images/down.png) no-repeat 90% center;
}
.footernoe-22 {
    width: 100%;
    padding-top: 20px;
    text-align: center;
    display: none;
}
.footernoe-11 {
    width: 100%;
    text-align: left;
}
.footernoe-11 img {
    display: inline;
    vertical-align: middle;
    margin-right: 5px;
    width: 35px;
}
	  .footernoe ul li:nth-child(2) {
		width: 100%;
		padding-top: 7px;
		text-align: left;
	  }
	  .footernoe ul li:nth-child(1) h2 p a {
		font-size: 13px;
		color: #bfbfbf;
		padding-right: 15px;
	  }
	  .kaiz-3 ul {
		display: flex;
	  }
	  .kaiz-33 > ul > li {
		width: 33.3%;
		height: 150px;
		box-shadow: none;
		}
	.new3 {

		padding: 0px 0px 0px 0px;
	}
	.news5 .tbox .overflow .t1 {
    padding-bottom: 15px;
    padding-top: 18px;
}
	  .news5 .tbox {
   top: 50%;
    left: 37%;
}
	 .tbox img {
    vertical-align: middle;
    width: 20%;
    margin-left: 8px;
    padding-top: -6px;
}
.tbox.t .play img{
	width: 100%;
	margin-left: 0;
}
.news5 .play {
    
     padding-bottom: 0px; 
}
	.kaiz-1 .kainoe ul li:nth-child(2) {
		width: 100%;
	}
	.news1 {
		padding-bottom: 0px;
	}
	.newnoe p {
    font-size: 18px;
    padding-top: 8px;
    font-weight: bold;
    opacity: 1;
    color: #FFFFFF;
}
	.newnoe {
    text-align: center;
    width: 50%;
    padding: 16px 0;
    border-bottom: 1px solid #1D906A;
    border-right: 1px solid #1D906A;
}
	.newsswiper .swiper-pagination {
		left:0px;
		width: 36%;
		bottom: 0px;
		position: absolute;
	}
	.news1 .tbox .t4 {
		display: block;
	}
	.new2 {
    margin-top: -27px;
    width: 100%;
}
.news1 .tbox .t4 {
    position: absolute;
     top: 7px;
    width: 20%;
    font-size: 14px;
    right: 0px;
}
.news1 .tbox .t1 {
    font-size: 18px;
    color: #666;
    margin-top: 12px;
    font-family: Rajdhani-SemiBold;
}
	.news1 .tbox {
		
		padding: 0 0px 0 0px;
	}
	header {
		display: none;
	}
	.phone_head {
		display: block
	}
	.kaiz-1 .kainoe ul {
		display: block;
	}
	.kaiz-1 .kainoe ul li:nth-child(1) {
    width: 100%;
    margin: 25px 0px 40px 0px;
    padding: 0 20px;
    display: none;
}
	.h {
		height: 50px;
	}
	.bannerswiper .swiper-button-prev,
	.bannerswiper .swiper-button-next,
	.bannerswiper .swiper-pagination {
		display: none;
	}
	.proswiper .pic {
		width: 42.2%;
		position: relative;
	}
	.proswiper .tbox {
		width: 57.8%;
	}
	.proswiper .leftimg {
		margin-right: 20px;
	}
	.proswiper .rightimg {
		width: 30%;
	}
	.pro-pagination {
		width: 100%;
		max-width: 100%;
		text-align: left;
	}
	.arrows {
		display: none;
	}
	.links-sec li {
		width: 49.5%!important;
		margin-left: 1%!important;
		margin-bottom: 5px;
		height: 152px;
		overflow: hidden;
	}
	.links-sec li:nth-child(2n+1) {
		margin-left: 0!important;
	}
	.links-sec li a {
		height: 100%;
	}
	.links-sec li:first-child .tbox {
		left: 30px;
		right: 30px;
	}
	.in3-sec .pic {
		width: 100%;
	}
	.in3-sec .tbox {
		width: 100%;
		margin-top: 30px;
		text-align: left;
	}
	.in3-sec .tbox .tit img {
		margin: 0 auto 0 0;
	}
	.in3-sec .tbox .tit {
		padding-bottom: 25px;
	}
	.newslist li {
		width: 100%;
		margin-right: 0;
	}
	.copyright {
		text-align: center;
		font-size: 12px;
		line-height: 20px;
		padding: 10px 0;
	}
	.copyright .right {
		float: none;
	}
	.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%;
	}
	.location-nav .rightnav {
		display: none;
	}
	.newsxq-sec .details {
		padding: 30px;
	}
	.newsxq-sec .leftlayout {
		width: 100%;
	}
	.newsxq-sec .rightlayout {
		margin-top: 30px;
		width: 100%;
	}
	.pro-sec .prolist .pic {
		width: 100%;
	}
	.pro-sec .prolist .tbox {
		width: 100%;
	}
	.proxqtabs li {
		margin: 0;
		line-height: 40px;
		height: 40px;
		padding: 0 10px;
		font-size: 14px
	}
}

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

@media only screen and (max-width:640px) {
	.xwpion .cpaa ul li:nth-child(2) h2 {
	    font-size: 18px;
	    color: #047844;
	    font-weight: bold;
	    line-height: 1.167;
	    position: relative;
	}
	.pages li {
		margin-bottom: 5px;
	}
	.pages li a {
		font-size: 14px;
		min-width: 30px;
		height: 30px;
		line-height: 30px;
		padding: 0 5px;
	}
	.pages {
		padding: 30px 0;
	}
	.location-nav {
		display: none;
	}
	.bannerswiper .swiper-button-next,
	.bannerswiper .swiper-button-prev {
		display: none;
	}
	.bannerswiper .swiper-pagination {
		bottom: 10px;
		right: auto;
		width: 100%;
		left: 0;
	}
	.bannerswiper .swiper-pagination-bullet {
		width: 20px;
		height: 2px;
	}
	.form li.md {
		width: 100%;
	}
	.form li.md:nth-child(2n) {
		margin-right: 0;
	}
	.yzm img {
		width: 80px;
	}
	.yzm span {
		display: none;
	}
	.submit,
	.reset {
		width: 86px;
	}
	.formradio {
		margin-right: 15px;
		margin-left: 5px;
	}
	.submit {
		float: none!important;
	}
	.details .tit {
		font-size: 17px;
	}
	.details .time {
		margin-top: 10px;
		font-size: 12px;
		line-height: 18px;
	}
	.details .time span {
		display: inline-block;
		vertical-align: top;
	}
	.newsxq-sec .details {
		padding: 20px;
	}
	.details .con {
		margin-top: 20px;
		border-top: 1px solid #efeceb;
		font-size: 14px;
		padding: 20px 0;
	}
	.newspage {
		padding: 0 20px;
		height: 50px;
		line-height: 50px;
	}
	body {
		font-size: 14px;
	}
	.banner-pagination {
		bottom: 10px;
	}
	/* .bannerswiper li {
		width: 20px;
		height: 2px;
	} */
	.bannerswiper li.active {
		height: 4px;
	}
	.intitle .en {
		font-size: 22px;
	}
	.intitle .ch {
		margin-left: 5px;
		padding-left: 10px;
		font-size: 20px;
		background-size: 3px 5px;
	}
	.proswiper a {
		padding: 0 4%;
	}
	.proswiper .pic {
		display: block;
		width: 100%;
	}
	.proswiper .tbox {
		display: block;
		width: 100%;
		margin-top: 30px;
		padding: 0;
	}
	.prolist .tbox .tit {
		font-size: 17px;
		padding-bottom: 10px;
	}
	.more {
		height: 36px;
		line-height: 36px;
	}
	.in2-sec .main .num-con li {
		width: 50%;
		margin-bottom: 20px;
	}
	.in3-sec .tbox .tit .ch,
	.in3-sec .tbox .tit .en,
	.in2-sec .main .num-con li .num {
		font-size: 20px;
	}
	.links-sec .main {
		top: 0;
	}
	.links-sec li .tbox .ch {
		font-size: 18px;
	}
	.links-sec li .tbox {
		left: 10px;
		right: 10px;
	}
	.links-sec li {
		width: 100%!important;
		margin-left: 0%!important;
	}
	.in3-sec .tbox .tit img {
		width: 35px;
	}
	.readmore {
		display: none;
	}
	.newsswiper .tbox .time span {
		font-size: 25px;
	}
	.footmain .leftbox {
		width: 100%;
		padding: 0;
		display: block;
		border: 0;
	}
	.footmain .rightbox {
		width: 100%;
		padding: 0;
		display: block;
		margin-top: 20px;
	}
	.footmain {
		padding: 20px 0;
	}
	.links li a {
		line-height: 38px;
	}
	.footmain .knowmore {
		font-size: 16px;
	}
	.finfo li .tit {
		font-size: 14px;
	}
	.finfo li .desc {
		margin-top: 5px;
		font-size: 14px;
	}
	.fewmbox {
		margin: 20px 50px 0;
	}
	.nybanner .tbox .en {
		font-size: 20px;
	}
	.nybanner .tbox .ch {
		font-size: 15px;
	}
	.mystyle {
		padding: 0;
		margin: 20px 0;
	}
	.mystyle .pic {
		position: static;
		width: 100%;
	}
	.mystyle .tbox {
		height: auto;
		overflow: hidden;
		padding: 20px;
		margin: 0;
	}
	.jt_zci .let_box .in3-sec {
		margin-top: 20px;
		padding-top: 20px;
	}
	.ct-sec1 .map {
		position: static;
		width: 100%;
		height: 250px;
	}
	.ct-sec1 .tbox {
		margin-left: 0;
		padding: 20px;
	}
	.form .btns {
		float: none;
		margin-top: 20px;
	}
	.ctabs li {
		height: 36px;
		line-height: 34px;
		min-width: auto;
		padding: 0 5px;
		margin: 0;
		font-size: 12px
	}
	.news-sec2 .newslist li .time {
		width: 25%;
	}
	.news-sec2 .newslist li .tbox {
		width: 75%;
	}
	.newsxq-sec .details {
		padding: 20px;
	}
	.newsxq-sec .rightlayout .box {
		margin-bottom: 0;
	}
	.pro-sec .prolist .tbox {
		padding: 20px;
	}
	.proxqtabs {
		top: 0;
	}
	.proxq-sec1 .prolist .tit {
		padding-bottom: 35px;
	}
	.proxq-sec1 .prolist .tbox .desc {
		padding: 0;
	}
	.proxq-sec1 .prolist .tbox {
		padding: 0;
		margin-top: 25px;
	}
	.proxqtabs li {
		margin-bottom: 5px;
	}
	.proxq_boxes .tbox {
		max-width: 100%;
		width: 100%;
	}
	.proxq_boxes .pic {
		max-width: 100%;
		width: 100%;
		margin-top: 20px;
	}
	.in3-sec .pic iframe {
		display: none;
	}
	.proxq_boxes,
	.ct-sec1 .main,
	.in4-sec .main,
	.in3-sec .tbox .desc,
	.in1-sec .main {
		margin-top: 25px;
	}
	.ct-sec1,
	.ct-sec2 {
		padding-top: 30px
	}
	.proxq-sec1,
	.proxq-sec2,
	.newsxq-sec,
	.news-sec2,
	.news-sec1,
	.jt_zci,
	.in4-sec,
	.in3-sec,
	.links-sec,
	.in2-sec,
	.in1-sec {
		padding: 30px 0;
	}
	.news5 .tbox {
		top: 60%;
    left: 26%;
		
	  }
}

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

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


/*右边浮动*/

.side_float {
	width: 45px;
	position: fixed;
	right: 0;
	top: 55%;
	margin-top: -135px;
	z-index: 99
}

.side_float ul li.m {
	display: block;
	width: 45px;
	height: 45px;
	margin-bottom: 10px
}

.side_float ul li.m:last-child {
	margin-bottom: 0
}

.side_float ul li.m a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #21a03a;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.side_float ul li.m a i.iconfont {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 0
}

.side_float ul li.m a i.iconfont img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}

.side_float ul li.m a:hover {
	background: #21a03a
}

.side_float ul li.m.tel {
	position: relative
}

.side_float ul li.m.tel a {
	width: 45px;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.side_float ul li.m.tel a p {
	display: block;
	width: 240px;
	height: 60px;
	position: relative
}

.side_float ul li.m.tel a p i.iconfont {
	display: block;
	position: absolute;
	left: 0;
	top: 0
}

.side_float ul li.m.tel a p span {
	display: block;
	font-size: 18px;
	color: #fff;
	width: 165px;
	position: absolute;
	left: 45px;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.side_float ul li.m.tel a:hover {
	width: 210px;
	left: -165px
}

.side_float ul li.m.tel a:hover p span {
	opacity: 1;
	filter: alpha(opacity=100)
}

.side_float ul li.m.qr {
	position: relative
}

.side_float ul li.m.qr .qr_box {
	display: none;
	width: 250px;
	height: 200px;
	background: #fff;
	position: absolute;
	right: 90px;
	top: 50%;
	margin-top: -100px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.2)
}

.side_float ul li.m.qr .qr_box .inner {
	width: 100%;
	height: 100%;
	position: relative
}

.side_float ul li.m.qr .qr_box .inner:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-width: 8px 0 8px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: -8px;
	top: 50%;
	margin-top: -4px
}

.side_float ul li.m.qr .qr_box .inner img {
	width: 250px;
	height: 160px;
}

.side_float ul li.m.qr .qr_box .inner span {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #222D75;
	font-size: 16px
}

.side_float ul li.m.qr .qr_box.toggled {
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	right: 80px;
}

.e-ye {
	padding:40px 0;
}

.e-ye ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background-color: #EAEAEA;
	margin-right: 4px;

}

/*.e-ye ul li:nth-child(1) {*/
/*width: 70px;*/
/*height: 37px;*/
/*}*/

/*.e-ye ul li:last-child {*/
/*width: 70px !important;*/
/*height: 37px !important;*/
/*}*/

.e-ye ul li a {
	font-size: 14px;
	color: #6e6e6e;
	padding: 10px 20px;
	display: inline-block;
}

.e-ye ul li:hover {
	background: #E30713;
}

.e-ye ul li:hover a {
	color: #fff;
}


.e-ye ul li.active a {
	font-size: 14px;
	color: #6e6e6e;
	padding: 10px 20px;
	display: inline-block;
}

.e-ye ul li.active {
	background: #E30713;
}

.e-ye ul li.active a {
	color: #fff;
}

.e-li {
	background: #E30713 !important;
}

.e-a {
	color: #fff !important;
}

/*.e-ye ul li:nth-child(5) {
	width: 70px;
	height: 37px;
}*/

.e-ye ul {
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 640px) {
	.side_float {
		width: 100%;
		right: 0;
		top: auto;
		bottom: 0;
		margin-top: 0;
	}
	.side_float ul {
		overflow: hidden;
	}
	.side_float ul li.m {
		float: left;
		width: 20%;
		margin-bottom: 0;
	}
	.side_float ul li.m a {
		border-radius: 0;
		border-right: 1px solid rgba(255, 255, 255, 0.2);
	}
	.side_float ul li.m.tel a p,
	.side_float ul li.m a i.iconfont,
	.side_float ul li.m.tel a,
	.side_float ul li.m a {
		width: 100%;
	}
	.side_float ul li.m.tel a p span {
		display: none;
	}
	.side_float ul li.m.tel a:hover {
		width: 100%;
		left: 0;
		opacity: .9;
	}
	footer {
		padding-bottom: 45px;
	}
}