@charset "utf-8";
@font-face {
    font-family: 'Prism';
    src: url('Prism-Regular.otf');
    font-style: normal;
}
@font-face {
    font-family: 'DIN';
    src: url('DIN-MEDIUM.ttf');
    font-style: normal;
}
@font-face {
    font-family: 'D-DIN';
    src: url('D-DIN.ttf');
    font-style: normal;
}

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

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

html,
body {
	width: 100%;
}

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

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

img {
	border: none;
}

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

a:hover {
	color: #288440;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h {
	height: 86px;
}

.overflow {
	overflow: hidden;
}


/*  *  * header *  * */
header.fixed {
    -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 0px 20px rgb(0 0 0 / 20%);
    box-shadow: 0px 2px 20px rgb(0 0 0 / 20%);
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	    height: 90px;
	/*opacity: 90%;*/
	z-index: 999999;
	background: rgb(255,255,255,0.9);
}

/*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: 90px;
	z-index: 9;
}

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

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

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

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

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

.head-main .nav>ul>li>a:after {
    content: "";
    position: absolute;
    bottom: 20px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 50%;
    width: 7px;
    display: none;
    height: 7px;
    background: #288440;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

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

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

.head-main .nav .drop-down {
    /* width: 210px; */
    background: #fff;
    overflow: hidden;
    position: absolute;
    border-radius: 20px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    /* margin-left: -105px; */
    padding: 10px 0;
    display: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

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

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

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

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

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

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

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

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

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

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

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

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


/*
 
 * 
 * 
 * 
 * */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Magnific Popup CSS */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Main image in popup */

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


/* The shadow behind the image */

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

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

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

.mfp-figure figure {
	margin: 0;
}

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

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

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

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

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

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


/*弹窗*/

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

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

.side-menu__block-inner {
	position: relative;
	width: 31.25%;
	margin: 0 0 0 auto;
	height: 100vh;
	background: #288440;
	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;
}
.pro4-21 ul li{
	display: none;
}
.pro4-21 ul li:first-child{
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.side-menu__block-about ul ul li a:before {
	content: "";
    margin-right: 6px;
	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: #85e29d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa {
	font-size: 0;
}

.fa img {
	vertical-align: middle;
}

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

.copyright {
    font-size: 15px;
    color: #646464;
    line-height: 26px;
    padding: 12px 0;
    background: #2d2d2d;
}
.copyright a {
    color: #646464;
    margin-left: 6px;
}
/*
* 22. search-popup styles
*/

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

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

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

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

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

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

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

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

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

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

.search-popup__form button {
	border: none;
	outline: none;
	width: 60px;
	height: 60px;
	color: #fff;
	background-color: #288440;
	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: 43px;
	vertical-align: middle;
}

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

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

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

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

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

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

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

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


/*index*/
img{
	max-width: 100%;
}
.bannerswiper{
	position: relative;
}	
.banner .swiper-pagination{
	bottom: 74px;
	left: 239px;
	width: auto;
	right: inherit;
}
.banner .swiper-pagination .swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	background: none;
	border: 1px solid #fff;
	opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #fff;
}
.inde-11 {
    padding: 102px 0 0 0;
}
.teiled{
	margin-bottom: 70px;
}
.teiled span{
	position: relative;
  font-size: 50px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  font-weight: bold;
  /*text-transform: uppercase;*/
  line-height: 0.5;
  text-align: center;



}
.inde-124 ul li:nth-child(2) .number{
	font-size: 19px;
}
.inde-124 ul li:nth-child(3) .number{
	font-size: 19px;
}
.teiled{
	text-align: center;
}
.teiled span:after {
    position: absolute;
    content: "";
    display: block;
    width: 66px;
    height: 66px;
    top: -16px;
    left: -31px;
    background: url(../images/yuan.png) no-repeat;
}
.pro5-7 .teiled span:after {
    position: absolute;
    content: "";
    display: block;
    width: 66px;
    height: 66px;
    top: -16px;
    left: -31px;
     background: url(../img/tyuan2.png) no-repeat;
}	

.pro6-2 .teiled span:after {
    position: absolute;
    content: "";
    display: block;
    width: 66px;
    height: 66px;
    top: -16px;
    left: -31px;
  background: url(../img/tyuan3.png) no-repeat;
}
.prod-box .prod-list:first-child {
    display: block;
}
.prod-box .prod-list {
    display: none;
}
.protabs ul {
	display: flex;
	/*padding: 0 72px;*/
	text-align: center;
}
.protabs ul li{
	width: 16.6%;
	
}
.prod-list {
	position: relative;
	margin-top: 40px;
	    transition-delay: 700ms;
}
.prod-list img{
	border-radius: 50px;
}
.prod-1{
	position: absolute;
	top: 90px;
	left: 132px;
	/*width: 163px;*/
	
	    -webkit-animation-name: phTop-data-v-d4b4abf6;
    animation-name: phTop-data-v-d4b4abf6;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.prod-1 h2 {
  font-size: 26px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  line-height: 0.962;
  text-align: left;
 margin-bottom: 38px;
}
.prod-1 p{
	
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  line-height: 1.875;
  text-align: left;
 

}
.protabs ul li.on .protabsa{
	background: #ebebeb;
}
.protabsa{
    display: inline-block;
	width: 77px;
	height: 77px;
	    line-height: 103px;
	text-align: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #D9D9D9;
	
}
.prod-1 img{
	margin-top: 56px;
}
@keyframes phTop-data-v-d4b4abf6 {
	0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
}
.protabs ul li h2 {
    margin-top: 8px;
}
.protabs ul li h2 {
  font-size: 18px;
  font-family: "DIN";
  color: rgb(51, 51, 51);
  line-height: 1.389;
  text-align: center;
  
}
.protabs ul li.on h2{
	color: #288440;
	font-weight: bold;
	background-image: linear-gradient(to bottom, #90c035, #288440);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.protabs ul li.on p{
	 color:#15b150;
}
.protabs ul li p{
	font-size: 18px;
  font-family: "DIN";
  color: rgb(51, 51, 51);
  font-weight: bold;
  line-height: 1.389;
  text-align: center;
}
.protabs {
	position: relative;
	/*padding-bottom: 39px;*/
	
}
.protabs ul li {
    position: relative;
    padding: 0 0px 12px 0;
}
.protabs ul li:after{
	position: absolute;
	 content: "";
    display: block;
      bottom: -4px;
      width: 10px;
      height: 10px;
      background: #ebebeb;
      border-radius: 50%;
  
     transform: translateX(-50%);
    left: 50%;
}
.protabs ul li.on:after{
	width: 21px;
    bottom: -9px;
    z-index: 3;
    height: 21px;
    background: url(../images/sun.png) no-repeat;
}
.protabsa{
	overflow: hidden;
}
.protabs ul li .protabsa img {
	filter: grayscale(100%);
	opacity: 50%;
}
.protabs ul li:nth-child(4)  .protabsa img{
	opacity: 100%;
}
.protabs ul li:nth-child(5)  .protabsa img{
	opacity: 100%;
}
.protabs ul li.on .protabsa img {
       filter: grayscale(0);
    opacity: 100%;
    
}
.protabs:after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    /* margin: 0 auto; */
    width: 85%;
    height: 1px;
    background: #ebebeb;
}
.inde-12{
	position: relative;
}
.inde-121{
	/*overflow: hidden;*/
	padding: 249px 0 125px 0;
}
.inde-122 {
    margin-left: 20px;
    float: left;
}
.inde-122 h2{
	position: relative;
}
.inde-122 h2:after {
    position: absolute;
    content: "";
    display: block;
    width: 66px;
    height: 66px;
    top: -42px;
    z-index: -1;
    left: -25px;
    background: url(../images/yuan.png) no-repeat;
}
.inde-122 h2{
	
  font-size: 50px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.5;
  z-index: 1;

}
.inde-122 h2 span{
	 font-size: 50px;
 font-family: "Microsoft YaHei Light";
  color: rgb(51, 51, 51);
  font-weight: normal;
  text-transform: uppercase;
  /*line-height: 0.5;*/
}
.inde-123{
	float: right;
}
.inde-122 h3{
	
  font-size: 35px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  font-weight: bold;
  text-transform: uppercase;
  /*line-height: 0.857;*/
 margin-top: 52px;
 margin-bottom: 39px;
}
.inde-122 p{

  font-size: 35px;
  font-family: "Microsoft YaHei Light";
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  /*line-height: 0.857;*/
  margin-bottom: 20px;


}


.inde-122>img{
	margin-top: 25px;
}
.inde-124{
	margin-top: 60px;
}
.inde-124 ul{
	display: flex;
}
.inde-124 ul li{
	position: relative;
	/*width: 20%;*/
	padding: 0 35px 0 35px;
	text-align: center;
}
.inde-124 ul li:first-child{
	padding: 0 35px 0 0px;
}
.inde-124 ul li:last-child:after{
	display: none;
}
.inde-124 ul li:after {
    position: absolute;
    width: 3px;
    display: block;
    content: "";
    bottom: 34px;
    transform: rotateZ(17deg);
    height: 20px;
    right: 0;
    background: #dcdedf;
}
.inde-123 {
    width: 33.9%;
    /* height: 517px; */
    margin-right: 33px;
    background: #fff;
    border-radius: 30px 30px 0 0;
}
.lide2 {
	padding: 42px 20px 30px 20px;
}
.lide2 p{
	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;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: rgb(102, 102, 102);
  line-height: 1.667;
 

}
.xsa{
	position: absolute;
	right: 0;
	bottom: 116px;
}
.lide2 span{
	
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: rgb(102, 102, 102);
  text-transform: uppercase;


}
.lide2 span img{
	vertical-align:middle;
	margin-right: 8px;
}
.lide1 img{
	/*overflow: hidden;*/
	border-radius: 30px 30px 0  0;
}
.inde-124 ul li .number{

  font-size:30px;
font-family: 'DIN';
  color: #666666;
  font-weight: normal;
  text-transform: uppercase;
  


}
.lide1{
	position: relative;
	    width: 100%;
    height: 517px;
     background: #fff;
}
.lide2 {
    background: #fff;
    border-radius: 30px 0 0 0;
    position: absolute;
    z-index: 999;
    top: 58%;
    left: 0;
    width: 100%;
}
.lide2>i:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    bottom: 0px;
    width: 80px;
    height: 2px;
    background: #00af54;
}
.lide2>i {
    position: relative;
    display: block;
    margin: 30px 0 20px 0;
    width: 100%;
    height: 2px;
    background: #efefef;
}
.inde-1{
	background: url(../images/bj.png) no-repeat bottom;
}
.inde-124 ul li .number .num{
	
  font-size: 60px;
   font-family: 'DIN';
  color: rgb(61, 130, 56);
  font-weight: bold;
  text-transform: uppercase;


}
.inde-124 ul li .number .desc{

  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgba(51, 51, 51, 0.702);
  text-transform: uppercase;
	margin-top: 0px;


}
.bannered .swiper-pagination {
    width: auto;
    right: 22px;
    left: inherit;
    bottom: 30px;
}
.bannered .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: inherit;
	border: 1px solid #333333;
	opacity: 1;
}
.lide1{
	
	overflow: hidden;
	border-radius: 30px 30px  0 0;
}
.lide1 img{
	transition: all 0.8s;
}
.lide1:hover>img{
	transform: scale(1.1);
}
.bannered .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: url(../images/y1.png);
	border: none;
}
.inde-3 {
	position: relative;
}
.intitle{
	
  font-size: 50px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  font-weight: bold;
 
 
 
  position: absolute;
  top: 113px;
	left: 32%;
	transform:translateX(-50%);
}
.intitle span{
	 font-size: 50px;
   font-family: "Microsoft YaHei Light";
  color: rgb(255, 255, 255);
  font-weight: normal;
  text-transform: uppercase;

  text-align: center;
}
.intitle span:after {
    position: absolute;
    content: "";
    display: block;
    width: 66px;
    height: 66px;
    top: -18px;
    z-index: -1;
    left: -24px;
    background: url(../images/yuan.png) no-repeat;
}
.upline .upline-swiper {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.auto-img>img {
    display: block;
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.upline .item .inner {
    position: absolute;
    width: 100%;
    bottom: 199px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.upline .item {
    position: relative;
    height: 100%;
    color: #fff;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.inner i{
	width: 65px;
	height: 2px;
	background: #fff;
	display: block;
	
	margin: 27px auto;
}
.inner h2 {
  font-size: 24px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.458;
  text-align: center;
 
}
.upline .item .inner .desc {
    padding: 0 20%;
    display: -webkit-box;
    /*-webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    display: none;
    margin-top: 40px;
    /*transition: all 1s;*/
}
.upline .item:hover .inner .desc {
	display: block;
}
.upline .item .inner .btn{
	
	width: 153px;
	height: 40px;
	line-height: 37px;
	margin: 50px auto 0;
	
	border-radius: 20px;
	border: 1px solid rgb(255,255,255,0.28);
}
.upline .item .inner .btn a{

  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
 
}
.upline .item:hover .inner {
    bottom: 159px;
}

.upline .item .inner {
   
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.upline .item:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#23b8bc));
    background-image: -o-linear-gradient(top, transparent, #23b8bc);
    background-image: linear-gradient(to bottom, transparent, rgb(40,132,64,0.25));
}
.btn{
	position: relative;
	display: none;
	 /*transition: all 1s;*/
}
.btn img{
	position: absolute;
	vertical-align: middle;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.upline .item:hover .inner .btn {
    display: block;
}
.teiled i{
	font-style: normal;
  font-size: 50px;
   font-family: "Microsoft YaHei Light";
  color: rgb(51, 51, 51);
  font-weight: normal;
  text-transform: uppercase;


}
.inde-4 .teiled span{
	 color: rgb(51, 51, 51);
}
.inde-4 {
    padding: 153px 0 80px 0;
    background: url(../images/ban_02.jpg) no-repeat;
    background-size: cover;
}
.inde-41{
	margin-top: 100px;
}
.bannersgg .swiper-slide a img{
	padding: 30px;
}
.footer1 {
	overflow: hidden;
	background: #4e4e4e;
	padding: 88px 0 88px 0;
}
.footer2>ul>li{
	float: left;
}
.footer2>ul>li:nth-child(4){
	width: 13%;
}
.footer2>ul>li:nth-child(1){
	width: 19%;
}
.footer3 ul li{
	height: 75px;
	/*width: 300px;*/
	line-height: 75px;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.05);
}
.footer3 ul li p{
	vertical-align: middle;
	margin-right: 15px;
	padding: 5px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #606060;
	text-align: center;
	display: inline-block;
}
.footer3 ul li p img{
	vertical-align: middle;
	margin-top: -42px;
}
.footer3 ul li span{
	vertical-align: middle;
  font-size: 20px;
  
  font-weight: normal;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  

}

.sdwed {
    vertical-align: middle;
    /* text-align: start; */
    /*margin-left: 45%;*/
   position: absolute;
   right: 0;
   top: 50%;
   transform: translateX(-50%);
}
.footer4{
	padding: 30px 140px 0 120px ;
}
.footer4 h2{
	margin-bottom: 20px;
}
.footer4 h2 a{
	
  font-size: 22px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.364;
 

}
.footer5 {
    padding: 30px 66px 0px 0;
}
.footer5 h2{
	
  font-size: 22px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
 
  

}
.footer5 i{
	width: 50px;
	height: 1px;
	background: #8e8e8e;
	display: block;
	margin: 15px 0 10px 0;
}
.footer4 p a{

  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgba(255, 255, 255, 0.4);
  line-height: 2.188;

}
.footer5 h3{
  font-size: 50px;
  font-family: 'DIN';
  color: rgb(0, 175, 84);
  text-transform: uppercase;
  line-height: 1.1;
  text-align: left;

}
.footer5 h3 p{
	color: #a3a3a3;
	font-size: 18px;
}
.footer5 h4{
	
  font-size: 22px;
  font-family: "Microsoft YaHei";
  color: rgb(163, 163, 163);
  text-transform: uppercase;
  line-height: 1.364;
margin-top: 30px;
font-weight: normal;

}
.footer5 p{
	
  font-size: 22px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.364;
  text-align: left;
 

}
.footer6{
	text-align: center;
}

.footer6 p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgba(255, 255, 255, 0.4);
  font-weight: bold;
margin-top: 27px;
}
.bshare-custom{
	margin-top: 28px;
}

.bshare-custom.dfds.bshare-custom-noe a {
    width: 30px;
    height: 22px;
}
.footeras{
	text-align: center;
	background: #464646;
	height: 70px;line-height: 70px;
}
.footeras p{
	
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
 
 

}
.footeras p a {
    font-size: 14px;
    padding-left: 10px;
    font-family: "Microsoft YaHei";
    color: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
}
.footeras{
	position: relative;
}
.teras {
    position: absolute;
    right: 10%;
    top: 0;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
}
.teras a{
	 font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}
/*-------------*/

/*yanfa*/

section.banner {
    margin-top: -86px;
    
}
.banner-r {
    position: relative;
    margin-top: -87px;
}
.banner-r img{
	vertical-align: bottom;
	border-radius: 0  0 200px 0;
	width: 100%;
}
.banner-xia {
    position: absolute;
    height: 71px;
    bottom: 0px;
    line-height: 71px;
    background: #288440;
    width: 61.1%;
    padding: 0px 0px 0 13%;
    border-radius: 0 50px 0 0;
}
.banner-xia a{
	display: inline-block;
	padding: 0 24px ;
	
	position: relative;
	z-index: 1;
  font-size: 18px;
  font-family: "Microsoft YaHei UI";
  color: rgb(255, 255, 255);
  

}
.banner-xia a:after{
	transition: all 1s;
	display: none;
	content: "";
    position: absolute;
    background: #a2cb35;
    border-radius: 20px 20px 0 0;
    height: 84px;
    width: 100%;
    z-index: -1;
    left: 0;
    bottom: 0;
}
.banner-xia .on:after{
	display: block;
}
.banner-xia a:hover:after {
    display: block;
    
}
.yanfa-1{
	padding: 130px 0 84px 0;
}
.yanfa-12{
	/*overflow: hidden*/
}
.yanfa-13{
	float: left;
	width: 50%;
}
.yanfa-14{
	float: right;
	width: 50%;
}
.yanfa-13 .yanfaswiper img{
	border-radius: 130px 50px 50px 50px;
}
.yanfa-13 .yanfaswiper .swiper-pagination{
	left: 69px;
	width: auto;
	bottom: 40px;
}
.yanfa-13 .yanfaswiper1 .swiper-pagination{
	left: 69px;
	width: auto;
	bottom: 40px;
}
.yanfa-13 .yanfaswiper2 .swiper-pagination{
	left: 69px;
	width: auto;
	bottom: 40px;
}
.yanfa-13 .yanfaswiper .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
}
.yanfa-13 .yanfaswiper2 .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
}
.yanfa-13 .yanfaswiper1 .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
}
.yanfa-13 .yanfaswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #23a15d
}
.yanfa-13 .yanfaswiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #23a15d
}
.yanfa-13 .yanfaswiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #23a15d
}
.yanfa-14{
	padding-left: 78px;
	background: url(../images/ky.png) no-repeat top right;
}
.yanfa-2 .yanfa-15 ul li {
    position: relative;
    /* width: 20%; */
    padding: 0px 65px 0 65px;
    text-align: center;
}
.yanfa-2 .yanfa-14 h5{
	margin: 30px 0 30px 0;
}
.yanfa-14 h2{
	padding-left: 20px;
	position: relative;
  font-size: 32px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  margin-bottom: 50px;
      margin-top: 36px;

}
.yanfa-14 h2:after{
	
    position: absolute;
    content: "";
    display: block;
    width: 66px;
    height: 66px;
    top: -16px;
    left: -31px;
    background: url(../images/yuan.png) no-repeat;

}
.yanfa-14 h3{
	
  font-size: 25px;
  font-family: "Microsoft YaHei UI";
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  line-height: 1.4;
  text-align: left;
margin-bottom: 20px;

}
.yanfa-14 p{
	
  font-size: 16px;
  font-family: "Microsoft YaHei UI";
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  line-height: 30px;
  text-align: left;

}
.yanfa-14  h4{
	margin-top: 25px;
	margin-bottom: 40px;
	
  font-size: 25px;
  font-family: "Microsoft YaHei UI";
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  


}
.yanfa-14  h4 span{
	color: #288440;
}
.yanfa-14 h5 {
  font-size: 25px;
  font-family: "Microsoft YaHei UI";
  color: rgb(51, 51, 51);
  text-transform: uppercase;

}
.yanfa-15{
	background: #f5f9fb;
	padding: 60px 0 80px 0;
	border-radius: 50px;
	margin-top: -34px;
}
.yanfa-14 {
   
    padding-bottom: 19px;
  
}
.footer3 ul li span:hover{
	color: #288440;
} 
.footer4 p a:hover{
	color: #288440;
}
.yanfa-15 ul li .number {
    font-size: 16px;
    font-family: 'DIN';
    color: #666666;
    font-weight: normal;
    text-transform: uppercase;
}
.yanfa-15 ul li .number .num {
    font-size: 60px;
    font-family: 'DIN';
    color: rgb(61, 130, 56);
    font-weight: bold;
    text-transform: uppercase;
}
.yanfa-15 ul li .number .desc {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #333333;
    text-transform: uppercase;
    margin-top: 0px;
}
.yanfa-15  ul li:after {
    position: absolute;
    width: 3px;
    display: block;
    content: "";
    bottom: 34px;
    transform: rotateZ(17deg);
    height: 20px;
    right: 0;
    background: #dcdedf;
}
.yanfa-15  ul li:last-child:after{
	display: none;
}
.yanfa-15 ul {
    display: flex;
    padding-left: 58px;
}
.yanfa-15 ul li {
    position: relative;
    /* width: 20%; */
    padding: 0 78px 0 80px;
    text-align: center;
}
.yanfa-2 .yanfa-13 {
    float: right;
    width: 50%;
    padding-left: 28px;
}
.yanfa-2 .yanfa-15 {
    background: none;
   
}
.yanfa-2 .yanfa-14 {
    float: left;
    width: 50%;
}
.yanfa-2  .yanfa-14 {
    padding-left: 78px;
    background: none;
}
.yanfa-13 .swiper-slide{
	border-radius: 130px 50px 50px 50px;
}
.yanfa-13 .yanfaswiper1 a {
    border-radius: 130px 50px 50px 50px;
}
.yanfa-13 .yanfaswiper2 a {
    border-radius: 130px 50px 50px 50px;
}
.yanfa-13 .yanfaswiper1 img {
    border-radius: 50px 50px 50px 50px;
}
.yanfa-2{
	background: url(../images/rp.jpg) no-repeat;
	background-size:cover;
}
.yanfa-13 .yanfaswiper2 img {
    border-radius: 130px 50px 50px 50px;
}
.yanfa-3{
	padding: 120px 0 143px 0 ;
}
.yanfa-12{
	position: relative;
}
 .yanfa-3  .yanfa-14 h2 {
  
    margin-bottom: 38px;
   
}
.yanfa-3 .yanfa-14 {
    height: 641px;
    position: absolute;
    right: 33px;
    top: -37px;
    
    border-radius: 50px;
    padding: 63px 56px 0px 110px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 11%);
}
.yanfa-3 .yanfa-14 {
    padding-left: 78px;
    background: url(../images/xijun.png) no-repeat bottom right;
    background-position: -76px
}
.about-1{
	padding: 78px 0 86px 0;
	background: url(../images/pbj.png) no-repeat bottom;
	background-size: 100% 100%;
}
.about-13{
	float: left;
	width: 59%;
}
.about-14{
	float: right;
}
.about-13 h2{

  font-size: 35px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  text-transform: uppercase;
 margin-bottom: 50px;

}
.about-13 h2 span{
	 font-size: 35px;
  font-family: "Microsoft YaHei";
  color:#288440;
  font-weight: bold;
  text-transform: uppercase;
}
.about-13 p{
	padding-left: 30px;
	padding-bottom: 48px;
	background: url(../images/ky.png) no-repeat top center;
	
}
.about-13 p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  line-height: 2.188;
  border-left: 1px solid #d1cfdb;
  position: relative;
}
.about-13 p:after{
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #288440;
	content: "";
	left: -7px;
	top: 0;
	display: block;	
}
.about-14{
	width: 41%;
	padding-top: 70px;
	padding-left: 10px;
}
.about-14 img {
    border-radius: 50%;
    border: 10px solid #fff;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 7%);
}
.about-2{
	padding: 84px 0 159px 0;
}
.banner-xia .on{
	font-weight: bold;
}
.about-21{
	margin-top: 55px;
	position: relative;
}
.about-22{
	width: 58%;
	background: #fff;
	padding: 108px 80px;
	border-radius: 50px;
	box-shadow: 0px 2px 12px rgb(0 0 0 / 11%);
}
.about-22 h2{
	
  font-size: 22px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  line-height: 1.591;
  text-align: left;
  margin-bottom: 43px;

}
.about-22 p{
	 font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  line-height: 1.591;
  /*text-align: left;*/
  text-align: justify;
  margin-bottom: 20px;
}
.about-22 h3{
	 font-size: 20px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  line-height: 1.591;
  text-align: left;
  font-weight: bold;
  margin-bottom: 43px;
}
.about-22 h4{
	  color: rgb(51, 51, 51);
	  font-size: 16px;
}
.about-23 {
    position: absolute;
    top: -46px;
    right: 0;
    z-index: -1;
}
.about-23 img{
	border-radius: 50px;
}
.pro-1{
	padding: 28px 0 40px 0;
	background: #23a15d;
	margin-top:0px ;
	border-radius: 0 200px 0 200px;
}
.pro-1 .protabs ul li {
    position: relative;
    padding: 0 0px 0px 0;
}
.pro-1 .protabs ul li h2{
	color: #fff;
}
.pro-1 .protabs ul li.on h2 {
    color: #fff;
    font-weight: normal;
    background-image: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
}
.pro-1 .protabs:after {
  display: none; 
}
.pro-1 .protabs ul li:after {
   display: none;
}
.pro-1  .protabs ul li:nth-child(4) .protabsa img {
    opacity: 50%;
}
.pro-1  .protabs ul li.on .protabsa img {
	    filter: none;
	        transform:none;
}
.pro-1  .protabs ul li:hover .protabsa img {
	    filter: none;
	        transform:none;
}
.pro-1 ul li.on .protabsa {
     background: #fff; 
}
.pro-1 ul li:hover .protabsa{
	 background: #fff; 
}
.pro-1  .protabs ul li:nth-child(4) .protabsa img {
    opacity: 50%;
}
.pro-1  .protabs ul li .protabsa img {
   
    filter: brightness(0) invert(1);
    opacity: 50%;
}
.pro-1 .protabsa{
  
    border: none;
    background: rgb(255,255,255,0.1);
}
.pro-1 .protabs ul li p {
    font-size: 18px;
    font-family: "DIN";
    color: #fff;
    font-weight: normal;
    line-height: 1.389;
    text-align: center;
}
.pro-2{
	padding: 95px 0 86px 0;
}
.pro-21{
	max-width: 1128px;
	margin: 0 auto;
}
.pro-21 p{
	
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: rgb(102, 102, 102);
  line-height: 1.944;
  text-align: left;
 

}
.teil{
	text-align: center;
	padding: 40px 0;
}
.pro-2 .teil span {
    font-size: 35px;
    font-family: "Microsoft YaHei";
    color: rgb(64, 130, 55);
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.pro-23{
	margin-top: 40px;
}
.pro-23 ul{
	display:flex;
}
.pro-23 ul li{
	width: 33.3%;
	text-align: center;
}
.pro-23 ul li p{
	text-align: center;

  font-size: 25px;
  font-family: "Microsoft YaHei UI";
  color: rgb(40, 38, 38);
  text-transform: uppercase;
  line-height: 1.8;
 

}
.pro-2 .teil span:after {
    position: absolute;
    content: "";
    left: -45px;
    width: 292px;
    height: 45px;
    z-index: -1;
    bottom: -9px;
    display: block;
    background: url(../images/xg.png) no-repeat;
}

.pro-2 .teil span i{
	font-style: normal;
	color: #000;
}
.pro-2 .teiled span{
	color: #000;
}
.pro-2 .teiled {
    margin-bottom: 60px;
}
.pro-2  h2{

  font-size: 28px;
  font-family: "Microsoft YaHei";
  color: #666666;
   line-height: 1.5;
  text-align: left;
margin: 30px 0;

}
.pro-2  h2 span{
	color: #288440;
	font-weight: bold;
}
.pro-2 span{
	color: #288440;
}


.pro-2 h3{
	
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: rgb(102, 102, 102);
  line-height: 2.222;
 

}
.proa-11{
	background: url(../images/probj.png) no-repeat bottom;
	background-size:100% ;
}
.pro-3{
	padding: 95px 0 113px 0;
	  box-shadow: 2.424px 4.373px 21px 0px rgba(0, 0, 0, 0.07);
	background: url(../images/probj2.png) no-repeat bottom;
	border-radius: 0 0 276px 276px ;
}
.pro-3 .teil {
    text-align: center;
    padding: 0px 0 85px 0;
}
.pro-3 .teil span {
    font-size: 35px;
    font-family: "Microsoft YaHei";
    color: rgb(64, 130, 55);
    text-transform: uppercase;
    position: relative;
}


.pro-3 .teil span i {
    font-style: normal;
    color: #000;
}
.pro-31 ul{
	display: flex;
}
.pro-31 ul li{
	width: 20%;
	text-align: center;
}
.pro-31 ul li p{


  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: rgb(102, 102, 102);
  line-height: 1.944;
  text-align: center;
  margin-top: 10px;


}
.pro-3 .teil span:after {
    position: absolute;
    content: "";
    left: -45px;
    width: 397px;
    height: 45px;
    z-index: -1;
    bottom: -9px;
    display: block;
    background: url(../images/xg2.png) no-repeat;
}
.pro-4{
	padding: 103px 0 54px 0;
	background: url(../images/bj3.png) no-repeat right top;
}
.pro-4 .teil {
    text-align: center;
    padding: 0px 0 85px 0;
}
.pro-4 .teil {
    text-align: center;
    padding: 0px 0 85px 0;
}
.pro-4 .teil span {
    font-size: 35px;
    font-family: "Microsoft YaHei";
    color: rgb(64, 130, 55);
    text-transform: uppercase;
    position: relative;
}
.pro-4 .teil span i {
    font-style: normal;
    color: #000;
}
.pro-4 .teil span:after {
    position: absolute;
    content: "";
    left: -55px;
    width: 397px;
    height: 45px;
    z-index: -1;
    bottom: -9px;
    display: block;
    background: url(../images/xg3.png) no-repeat;
}
.pro-44 ul{
	display: flex;
}
.pro-44 ul li{
	width: 25%;
	text-align: center;
}
.pro-44 ul li p{
	position: relative;
  font-size: 80px;
  font-family: 'DIN';
  
  font-weight: bold;
  text-transform: uppercase;
 display: inline-block;
    font-style: italic;
    padding-right: 10px;
        background-image: linear-gradient(to right, #90c035, #288440);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pro-44 ul li p:after {
    position: absolute;
    content: "";
    display: block;
    width: 126px;
    height: 102px;
    top: -27px;
    left: -41px;
    background: url(../images/gx.png) no-repeat;
}


.pro-44 ul li span {
    font-size: 16px;
    display: inline-block;
    font-family: "Microsoft YaHei";
    color: #333333;
    text-align: left;
    text-transform: uppercase;
    line-height: 2.5;
    font-style: normal;
}
.pro-44 ul li span i{
	font-style: normal;
	display: block;	
	
}
.pro-44{
	margin-bottom: 70px;
}
.pro-45 ul li span{
	display: inline-block;
	
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  text-transform: uppercase;
 position: relative;

	
}
.pro-45 ul li span:after{
	position: absolute;
    content: "";
    display: block;
    width:100%;
    height: 2px;
    
    left: 0;
    bottom: -7px;
    background: #59a03c;
}
.pro-45 ul li span:before{
	position: absolute;
    content: "";
    display: block;
    width:6px;
    border-radius: 50%;
    height: 6px;
    
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    background: #408237;
}
.pro-45 ul li img{
	
  border-radius: 20px;
/*box-shadow: 2.424px 4.373px 21px 0px rgb(0 0 0 / 7%);*/
 

}
.pro-45 ul li p{
	margin-bottom: 15px;
}
.pro-45 ul li {
	float: left;
	text-align: center;
	
	/*margin-right: 30px;*/
}
.pro-45 ul li:last-child{
	margin-top: 45px;
}
.pro-5{
	padding: 76px 0 128px 0;
}
.pro-5 .teil {
    text-align: center;
    padding: 0px 0 45px 0;
}
.pro-5 .teil span {
    font-size: 35px;
    font-family: "Microsoft YaHei";
    color: rgb(64, 130, 55);
    text-transform: uppercase;
    position: relative;
}
.pro-5 .teil span i {
    font-style: normal;
    color: #000;
}
.pro-5 .teil span:after {
    position: absolute;
    content: "";
    left: -55px;
    width: 397px;
    height: 45px;
    z-index: -1;
    bottom: -9px;
    display: block;
    background: url(../images/xg3.png) no-repeat;
}
.pro-51{
	padding: 26px 0 39px 0;
	border-radius: 200px 0  0 0;
	    box-shadow: 0px 2px 11px rgb(0 0 0 / 20%);

}
.pro-51{
	display: flex;
	background: #fff;
	position: relative;
}
.pro-51:after {
    position: absolute;
    content: "";
    left: -137px;
    width: 325px;
    height: 316px;
    z-index: 1;
    bottom: -82px;
    display: block;
    background: url(../images/mian.png) no-repeat;
}
.pro-52{
	width: 50%;
	padding: 100px 69px 0 155px;
}
.pro-52 h2{
	
  font-size: 25px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  line-height: 1.4;
  text-align: left;
margin-bottom: 30px;

}
.pro-52 h2 span{
	color: #408237;
	font-weight: bold;
}
.pro-52  span{
	color: #408237;
	
}
.pro-5{
	background: url(../images/bj4.png) no-repeat;
	background-size: 100%;
}
.pro-53{
	width: 50%;
	padding-right: 30px;
}
.pro-52 p{

  font-size: 18px;
  font-family: "Microsoft YaHei Light";
  color: rgb(102, 102, 102);
   line-height: 35px;
  text-align: left;


}
.pro-63{
	padding-left: 27px;
}
.pro-63 p{
	display: inline-block;
}
.pro-53 p{
	width: 49%;
	text-align: center;
	display: inline-block;
}
.pro-53 p span{
	display: inline-block;
	font-size: 30px;
	color: #fff;
	padding: 0 64px;
	border-radius: 30px 30px 0 0;
	height: 53px;
	background: #e5e5e5;
	line-height: 53px;
}
.pro-53 p:nth-child(2) span{
	background: #c5e4a4;
}
.pro-61{
	position: relative;
}
.pro-31 ul li img{
	width: 151px;
	height: 151px;
	border-radius: 50%;
}
.pro-23 ul li img{
	width: 182px;
	height: 182px;
	border-radius: 50%;
}
.pro-61:after {
    position: absolute;
    content: "";
    left: 20px;
    width: 100%;
    height: 100%;
    z-index: -1;
    bottom: -23px;
    display: block;
    background: url(../images/bj5.jpg) no-repeat;
}
.pro-64{
	margin-top:75px ;
}
.pro-62 {
 
    background: url(../images/ky2.png) no-repeat top center;
}
.pro-6{
	padding: 87px 0 173px 0;
}
.pro-6 .teil span {
    font-size: 35px;
    font-family: "Microsoft YaHei";
    color: rgb(64, 130, 55);
    text-transform: uppercase;
    position: relative;
}
.pro-6 .teil span i {
    font-style: normal;
    color: #000;
}
.pro-6 .teil {
    text-align: center;
    padding: 0px 0 70px 0;
}
.pro-6 .teil span:after {
    position: absolute;
    content: "";
    left: -46px;
    width: 116%;
    height: 45px;
    z-index: -1;
    bottom: -9px;
    display: block;
    background: url(../images/xg4.png) no-repeat;
}
.pro-61 {
    border-radius: 100px;
    padding: 70px 51px 74px 55px;
    box-shadow: 0px 2px 11px rgb(0 0 0 / 20%);
    display: flex;
    background: #fff;
    position: relative;
}
.pro-61 p {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    line-height: 2.5;
    text-align: left;
    max-width: 588px;
}
.pro-61 h2{
	font-size: 22px;
  font-family: "Microsoft YaHei";
  color:#333333;
  line-height: 2.5;
  text-align: left;
} 
.pro-61 h2 span{
	font-weight: bold;
	color: #408237;
}
.proaed-1{
	/*z-index: 4;*/
	padding: 94px 0 0px 0;
	/*background: url(../images/pored.png) no-repeat center center;*/
}
.proaed-1 .teiled {
    margin-bottom: 109;
}
.proaed-1 .teiled span {
    position: relative;
    font-size: 50px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.5;
    text-align: center;
}
.proaed-1 .teiled span i{
	font-style: normal;
	font-weight: bold;
}
.proaed-12 {
    border-radius: 50px;
    background: url(../images/pored.png) no-repeat;
    margin-top: 0px;
    padding: 150px 176px 350px 190px;
    background-size: 100%;
    position: relative;
    /* z-index: -1; */
}
.proaed-13 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 165px;
}
.proaed-13 ul{
	display:flex;

}
.proaed-13 ul li{
	margin-right: 38px;
		border-radius: 50%;
		background-color: rgb(255, 255, 255);
		text-align: center;
		line-height: 180px;
		width: 133px;
		position: relative;
		height: 133px;
		    box-shadow: 0px 2px 20px rgb(0 0 0 / 11%);
	  
	  
}
.proaed-12 h2{
	
		font-size: 25px;
		font-family: "Microsoft YaHei";
		color: rgb(51, 51, 51);
		text-transform: uppercase;
		line-height: 1.8;
		margin-bottom: 40px;
	
} 
.proaed-12 span{
	color: #23a15d;
} 
.proaed-12 p{
	
	
		font-size: 22px;
		font-family: "Microsoft YaHei UI";
		color: rgb(51, 51, 51);
		/*text-transform: uppercase;*/
		line-height: 2.045;
		text-align: left;
	
	  
}
.proaed-13 ul li p {
    text-align: center;
    font-size: 18px;
    font-family: "Microsoft YaHei UI";
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    line-height: 2.5;
    position: absolute;
    left: -13px;
    width: 125%;
    margin-top: -35px;
}
.roae1 .teil {
    text-align: center;
    padding: 0px 0 45px 0;
}
.roae1 .teil span {
    font-size: 35px;
    font-family: "Microsoft YaHei";
    color: rgb(64, 130, 55);
    text-transform: uppercase;
    position: relative;
}
.roae1 .teil span i {
    font-style: normal;
    color: #000;
}
.roae1 p{
	
		font-size: 16px;
		font-family: "Microsoft YaHei";
		color: rgb(102, 102, 102);
		line-height: 2.188;
		text-align: left;
	
	  
	  
} 
.roae1 h2{
	
		font-size: 24px;
		font-family: "Microsoft YaHei";
		color: rgb(102, 102, 102);
		line-height: 1.5;
		text-align: left;
	margin-top: 65px;
}
.roae2 {
    padding-left: 5px;
}
.roae1 span{
	color:#408237;
}
.proaed-22 .roae1 .teil {
    text-align: left;
    padding: 0px 0 45px 41px;
}
.roae1 .teil span:after {
    position: absolute;
    content: "";
    left: -40px;
    width: 116%;
    height: 45px;
    z-index: -1;
    bottom: -9px;
    display: block;
    background: url(../images/kk1.png) no-repeat;
}
.roae1.roae2 img{
	margin-top: 0;
} 
.roae1.roae2 .teil span:after {
    position: absolute;
    content: "";
    left: -40px;
    width: 134%;
    height: 45px;
    z-index: -1;
    bottom: -9px;
    display: block;
    background: url(../images/xg3.png) no-repeat;
}


.proaed-22{
	padding: 108px 0 83px 0;
	background:url(../images/shij.png) no-repeat;
	background-size: cover;
}
.proaed-221{
	display: flex;
}
.roae1{
	width: 50%;
}
.roae2{
	width: 50%;
}
.proaed-33{
	padding: 100px 0 125px 0;
}
.proaed-3 h2{
	margin-left: 239px;
}
.proaed-3 h2{
	margin-bottom: 90px;


		font-size: 30px;
		font-family: "Microsoft YaHei";
		color:#000;
		line-height: 1.667;
	
	  
}
.proaed-41 ul{
display: flex;
}
.proaed-41 ul li{
	margin-right: 60px;
	position: relative;
	border-radius: 40px;
	box-shadow: 0px 2px 20px rgb(0 0 0 / 11%);
}
.aed-1 img{
	border-radius: 50%;
}
.proaed-33{
	background:  url(../images/bjj.png) no-repeat top;
}
.aed-1{
	border-radius: 40px 40px 0 0;
}
.teil{
	position: relative;
}
.teil img{
	position: absolute;
	left: 0;
}
.proaed-41 ul li h2 {
    background-image: -moz-linear-gradient( -12deg, rgb(0,175,84) 0%, rgb(73,184,69) 39%, rgb(146,192,53) 100%);
    background-image: -webkit-linear-gradient( -12deg, rgb(0,175,84) 0%, rgb(73,184,69) 39%, rgb(146,192,53) 100%);
    background-image: -ms-linear-gradient( -12deg, rgb(0,175,84) 0%, rgb(73,184,69) 39%, rgb(146,192,53) 100%);
    position: absolute;
    top: -44px;
    width: 397px;
    transform: translatex(-50%);
    left: 50%;
    height: 80px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 80px;
    border-radius: 50px;
}
.aed-1 {
	background: #f1f7fa;
	text-align: center;
	padding: 82px 102px 25px 102px;
}
.aed-2 {
    padding: 30px 102px 60px 102px;
    background: #fff;
    border-radius:0 0 30px  30px;
}

.aed-1 p,.aed-2 p{
	text-align: center;
		font-size: 20px;
		font-family: "Microsoft YaHei UI";
		color: rgb(51, 51, 51);
		text-transform: uppercase;
		line-height: 2.25;
		
	  
}
.proaed-41 ul li:last-child{
	margin-right: 0px;
}
.proaed-4 .teil span i {
    font-style: normal;
    color: #000;
}
.proaed-331{
	display: flex;

}
.proaed-332{
	width: 50%;
	padding-right: 70px;
	
}
.proaed-333{
	width: 50%;
	
}
.proaed-4{
	padding-top: 88px;
}
.proaed-4 .teil span {
	z-index: 1;
    font-size: 35px;
    font-family: "Microsoft YaHei";
    color: rgb(64, 130, 55);
    text-transform: uppercase;
    position: relative;
}
.roae1 .teil {
    text-align: center;
    padding: 0px 0 85px 0;
}
.proaed-332 h3,.proaed-333 h3{
	padding: 57px 80px 42px 80px;
	margin: 30px 0;
	border-radius: 50px;
	box-shadow: 0px 2px 20px rgb(0 0 0 / 11%);
}
.proaed-332 h3,.proaed-333 h3{
	
		font-size: 25px;
		font-family: "Microsoft YaHei";
		color: rgb(51, 51, 51);
		line-height: 2;
	
	  
}
.proaed-53 .teil{
	text-align: left;
}
 .teil span {
    font-size: 35px;
    font-family: "Microsoft YaHei";
    color: rgb(64, 130, 55);
    text-transform: uppercase;
    position: relative;
}
.proaed-53 h2{
	
		font-size: 25px;
		font-family: "Microsoft YaHei UI";
		color: rgb(102, 102, 102);
		line-height: 3.125;
		text-align: left;
	
	  
}
 .teil span i {
    font-style: normal;
    color: #000;
}
.proaed-53 p img{
	vertical-align: middle;
	margin-right: 8px;
}
.proaed-53 p{
	color: #666666;
	font-size: 20px;
	line-height: 3.125;
}
.proaed-6 {
    padding: 114px 0 114px 0;
}
.proaed-53 .roae1 .teil {
    text-align: center;
    padding: 0px 0 35px 0;
}
.proaed-5{
	padding: 107px 0 118px 0;
	background: url(../images/bian1.png) no-repeat right bottom;
}
.proaed-51{
	display: flex;
}
.proaed-52{
	width: 50%;
	padding-right: 115px;
}
.proaed-53 {
    padding-top: 66px;
    width: 50%;
}
.proaed-6{
	background: url(../images/yd.jpg) no-repeat;
	background-size: cover;
}
.proaed-6 p{
	
		font-size: 30px;
		font-family: "Microsoft YaHei";
		color: #000;
		line-height: 1.667;
		text-align: center;
		 
	  
}
.proaed-6 p span{
	color: #408237;
}
.roae1 {
    width: 47%;
    padding: 0 34px;
}
.roae1.roae2 p {
    max-width: 538px;
}
.roae1.roae2 img {
    /* margin-top: 0; */
    top: 110px;
    position: absolute;
}
.roae1.roae2{
	position: relative;
}
.roae1 span {
    color: #408237;
    /*font-weight: bold;*/
}
.proaed-3 h2 span{
	color: #498842;
	font-weight: bold;
}
.proaed-332 span{
	color: #6f9f60;
}
.proaed-333 span{
	color: #6f9f60;
}
.proaed-4 .teil {
    text-align: center;
    padding: 0px 0 126px 0;
}
.proaed-4 .teil span:after {
    position: absolute;
    content: "";
    left: -40px;
    width: 120%;
    height: 45px;
    z-index: -1;
    bottom: -9px;
    display: block;
    background: url(../images/xg5.png) no-repeat;
}
.proaed-333 h3{
	background: #fff;
}
.proaed-53 .teil {
    text-align: left;
    padding: 0px 0 20px 36px;
}
.proaed-52 {
    text-align: center;
    width: 50%;
     padding-right:0!important; 
}
.proaed-53 .teil span:after {
    position: absolute;
    content: "";
    left: -40px;
    width: 140%;
    height: 45px;
    z-index: -1;
    bottom: -9px;
    display: block;
    background: url(../images/xg3.png) no-repeat;
}
.conta-1{
	padding-top: 163px;
	position: relative;
	background: #f5f9fb;
}
.conta-1>img{
	border-radius: 200px 200px 0 0;
	width: 100%;
}
.conta-2{
	position: absolute;
	bottom: 0;
	right: 316px;
}
.conta-2{
	padding: 63px 105px 52px 125px;
	border-radius: 100px 100px 0 0 ;
	background: url(../images/mapbj.jpg);
}
.conta-2 ul li{
	padding: 21px 0;
	border-bottom: 1px solid rgb(255,255,255,0.34);
}
.conta-2 ul li:nth-child(1){
	padding-left: 40px;
}
.conta-2 ul li h2{
	
  font-size: 25px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.12;


}
.conta-2 ul li h4 {
  font-size: 18px;
  font-family:'DIN';
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.556;
 
}
.conta-2 ul li  img{
	vertical-align: top;
	margin-right: 16px;
}
.conta-2 ul li h3{
	display: inline-block;
}
.conta-2 ul li h3 p {
    display: inline-block;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    vertical-align: text-top;
    /*text-transform: uppercase;*/
    line-height: 1.875;
}
.conta-2 ul li:nth-child(2) h3 p:nth-child(2){
	color: #fff;
	font-size: 25px;
margin-top: -8px;	
	font-weight: bold;
}
.er{
	margin-top: 45px;
	text-align: center;
}
.er p{
	
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.875;
 border-radius: inherit;

}
.conta-3{
	padding: 112px 0;
}
.conta-31 ul{
	display: flex;
}
.conta-31 ul li{
	width: 24%;
	border-radius: 20px;
	overflow: hidden;
	background: #f4f4f4;
	margin-right: 30px;
}
.conta-31 ul li:last-child{
	margin-right: 0px;
}
.conta-32 {
    padding: 8px 37px 52px 34px;
}
.conta-32 h2{
	position: relative;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  color: rgb(102, 102, 102);
  font-weight: bold;
  line-height: 2.5;
  text-align: left;
 

}

.conta-32 h2:before {
    content: "";
    position: absolute;
    left: -34px;
    top: 0;
    height: 40px;
    width: 3px;
    background: #288440;
}
.conta-32  p img{
	vertical-align: middle;
	margin-right: 15px;
}
.conta-32 p{
	
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb(102, 102, 102);
  line-height: 2.188;
  text-align: left;


}
.conta-4{
	padding: 95px 0 100px 0;
	background: url(../images/ly.jpg) no-repeat ;
	background-size: cover;
}
.ly-22 {
    margin-top: 20px;
    overflow: hidden;
}
.ly-22 p {
    width: 32.9%;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
}
.textarea {
    height: 215px;
    width: 100%;
    resize: none;
    margin-top: 20px;
    border-radius: 5px;
    padding-left: 26px;
    padding-top: 10px;
}
.ly-22 p:nth-child(3) {
    margin-right: 0px;
}
.ly-22 p:nth-child(4) {
    width: 100%;
    margin-right: 0px;
}
.sub {
    width: 100%;
}
.input {
    width: 100%;
    height: 52px;
    border-radius: 5px;
    padding-left: 26px;
    font-size: 16px;
    color: #000;
}
 .input::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{
            color:#000;
             font-size: 16px
        }
        .input::-moz-placeholder,.textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color:#000;
             font-size: 16px
        }
        .input:-moz-placeholder,.textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:#000;
             font-size: 16px
        }
        .input:-ms-input-placeholder,.textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color:#000;
             font-size: 16px;
             

}
.button {
    width: 184px;
    height: 54px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    border-radius: 27px;
    margin: 75px auto 0;
    line-height: 54px;
    text-align: center;
    display: block;
    background: #288440;
}
.job-1{
	padding: 100px 0 140px 0;
	background: url(../images/jobbj.png) no-repeat;
	background-size: cover;
}
.job-12{
	margin-top:30px ;
}
.job-12 ul{
	display: flex;
	flex-wrap: wrap;
}
.job-12 ul li{
	    box-shadow: 0px 2px 10px rgb(0 0 0 / 11%);
	margin-bottom: 37px;
	width: 23%;
	margin-right: 30px;
	border-radius: 20px;
}
.job-12 ul li img{
	border-radius: 20px;
}
.job-12 ul li:nth-child(4),.job-12 ul li:nth-child(8),.job-12 ul li:nth-child(12),.job-12 ul li:nth-child(16){
	margin-right: 0px;
}
.news-1 {
    padding: 58px 0 75px 0;
}
.news-2 ul li{
	margin-bottom: 36px;
	padding-bottom: 28px;
	overflow: hidden;
	border-bottom: 2px solid #f2f2f2;
	
}
.news-2 ul li:hover{
	border-bottom: 3px solid #288440;
}
.news-2 ul li:hover .newsmord p{
	color: #288440;
}
.newsmorg{
	border-radius: 15px;
	overflow: hidden;
}
.newsmorg img {
    border-radius: 15px;
    transition: all 1s; 
}
.news-2 ul li:hover .newsmorg img{
	transform: scale(1.1);
}
.newsmore {
    float: left;
    width: 12.5%;
    padding: 0 26px;
    margin-top: 43px;
    text-align: center;
}
.newsmord{
	float: left;
}
.newsmorg {
    float: right;
    width: 19%;
}
.newsmore h2{
	
  font-size: 28px;
  font-family: 'DIN';
  color: rgb(40, 132, 64);
  text-transform: uppercase;
  line-height: 1.071;
  padding-top: 10px;
  border-top: 1px solid #f2f2f2;


}
.newsmorg img{
	border-radius: 15px;
}
.newsmore h3{
  font-size: 16px;
  font-family: 'DIN';
  color: rgb(85, 85, 85);
  text-transform: uppercase;
  line-height: 1.875;
 
}
.newsmord {
    margin-top: 60px;
    width: 66%;
}
.newsmord h2{
  font-size: 20px;
  margin-bottom: 25px;
  font-family: "Microsoft YaHei";
  color:#333;
  
  line-height: 1.3;
  
}
.news-2 ul li:hover .newsmord h2{
	font-weight: bold;
	color: #288440;
}
.newsmord p {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb(119, 119, 119);
  text-transform: uppercase;
  line-height: 1.75;

}
.pages {
    margin-top: 70px;
    text-align: center;
}
.pages li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
}
.pages li:first-child a {
    background: #fff;
}
.pages li a {
    display: block;
    color: #333;
    background: #f6f6f6;
    border-radius: 50%;
    min-width: 31px;
    font-size: 14px;
    height: 31px;
    line-height: 31px;
    padding: 0 10px;
    /* font-family: "RUBIK-REGULAR-WEBFONT"; */
}
.pages .active a {
    background: #288440;
    color: #fff;
}
.pages li:last-child a {
    background: #fff;
}
.newsxq-1 .main{
	margin: 40px 0 67px 0;
	padding: 7px 7px 0px 7px;
	overflow: hidden;
	border-radius: 40px 40px 0 0;
	    box-shadow: 0px 2px 11px rgb(0 0 0 / 11%);
}
.newsxq-1 .leftlayout {
    float: left;
    width: 70%;
    padding: 60px 20px 0px 53px;
    /*border: 1px solid #D8D6D6;*/

}
.newsxq-1 .rightlayout {
    float: right;
    width: 27.46%;
    border-radius: 0 40px 0 0;
    /*word-break: break-all;
    padding-bottom: 1422px;
    margin-bottom: -1422px;*/
    overflow: hidden;
        padding-bottom: 16px;
    background: #f9f9f9;
    height: 100%;
}
.ffwded{
	margin-bottom: 17px;
	overflow: hidden;
}
.relatednews {
    /*border: 3px solid #ebebeb;*/
}
.relatednews .title {
    font-size: 20px;
    margin: 55px 31px 0px 31px;
    position: relative;
    border-bottom: 1px solid #1175c3;
    font-weight: bold;
    color: #288440;
    /* background: #F2F2F2; */
    border-bottom: 1px solid #288440;
    line-height: 18px;
    /* border-left: 3px solid #3962b0; */
    padding-bottom: 20px;
}
.nestit {
    text-align: center;
}
.nestit {
    padding-bottom: 35px;
    border-bottom: 1px solid #D8D6D6;
    margin-bottom: 50px;
}
.nestit h2 {
    font-size: 25px;
    color: #333;
    line-height: 1.92;
    /* text-align: right; */
}
.nestit h3 {
	    margin-top: 5px;
    font-size: 16px;
    color: #666666;
}
.nestit h3 img{
	vertical-align: middle;
	margin: 0 13px 0 27px;
}
.nestit h3 span{
  font-size: 18px;
  font-family:'DIN';
  color: rgb(102, 102, 102);
  text-transform: uppercase;
  line-height: 1.667;

}

.newspage {
    margin-top: 100px;
    padding: 35px 0;
    border-top: 1px dotted #b7b7b7;
    /* border-bottom: 1px dotted #b7b7b7; */
    position: relative;
}
.details {
    font-size: 16px;
     color: rgb(0, 0, 0);
     line-height: 1.875;
       text-indent: 28px;
}


.newspage .newspage_a {
    max-width: 465px;
    line-height: 40px;
    height: 40px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.details p{
	margin-bottom: 10px;
}
.newspage a {
    color: #666666 !important;
    font-size: 16px;
}
.title.er img {
    margin-right: 10px;
    vertical-align: middle;
}
.newz {
    position: absolute;
    top: 0px;
    right: 9px;
}
.title.err img {
    margin-right: 10px;
    vertical-align: middle;
}
.relatednews ul {
    padding: 40px 10px 10px 10px;
}
.relatednews ul li {
    margin-top: -1px;
    border-bottom: 1px solid #ebebeb;
}
.relatednews ul li a {
    /* height: 70px; */
    line-height: 23px;
    padding: 10px 35px;
    background: url(../images/newsico.png) no-repeat 20px top;
    background-position: 19px 21px;
}
.ded {
    font-size: 13px;
    color: #666666;
    margin-top: 0px;
    padding-bottom: 10px;
    margin-left: 30px;
}
.newsxq-sec .leftlayout {
    float: left;
    width: 70%;
    padding: 50px 20px 0px 40px;
    border: 1px solid #D8D6D6;
}
.ded img {
    vertical-align: middle;
    margin-right: 5px;
}
.newspage ul{
	overflow: hidden;
}
.pageda{
	float: left;
	
}
.pagedb{
	float: right;
}
.newspage .newspage_a img{
	vertical-align: middle;
	margin-right: 15px;
}
.m-proaed-333.proaed-333{
	display: none;
}
.yanfa-2.m-yanfa2{
	display: block;
}

	.bsTop {
    
    width: 100% !important;
   
}
.bsFrameDiv,#bsMorePanel{
	width: 100% !important;
}
	
	.bsBox{
		overflow: hidden;
	}
	.banner .swiper-slide img{
		width: 100%;
	}
	.btna{
		display: none;
	}
	.houded{
		display: none;
	}
	.m-proaed.proaed-52{
		display: none;
	}
	.index_fixed {
    z-index: 5;
    right: 20px;
    bottom: 27%;
    position: fixed;
    display: block;
}
.index_fixed .item:hover{
	background: #00af54;
}
.index_fixed .item:hover .icon img{
	width: 22px;
}
.icon img{
	width: 19px;
	
}
.index_fixed .item .main {
    display: flex;
    height: 100%;
    align-items: center;
}
.index_fixed .item {
    background: #333333;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}
.index_fixed .item .main > div {
    margin: auto;
}
.index_fixed .item .ewm {
    position: absolute;
    left: 0;
    
    width: 90px;

    top: 50%;
    transform: translateX(-110%) translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    box-shadow: 0px 0px 15px #eee;
}
.index_fixed .item .ewm img {
    width: 6.625rem;
}
.index_fixed .item:hover .ewm {
    opacity: 1;
    visibility: initial;
}
.index_fixed .item .call {
    position: absolute;
    height: 100%;
    left: 0;
    top: 50%;
    transform: translateX(-110%) translateY(-50%);
    transition: 0.4s;
    background: #fff;
    font-size: 1.25rem;
        border-radius: 15px;
    font-family: 'Noto Sans SC';
    padding: 0 1rem;
    display: flex;
    align-items: center;
    /*box-shadow: 0px 0px 15px #eee;*/
    opacity: 0;
    visibility: hidden;
}
.index_fixed .item .call a {
    white-space: nowrap;
    display: block;
}
.index_fixed .item:hover .call {
    opacity: 1;
    visibility: initial;
}
.drop-down ol li:hover{
	background: #288440;
}
.drop-down ol li:hover a{
	color: #fff!important;
}
.newspage  ul li:nth-child(2){
	float:right ;
}
/*
 
 * 响应式
 * */

@media only screen and (max-width:1800px) {
	.w {
		width: 1600px;
	}
	.pro-45 ul li:nth-child(1) {
    width: 34%;
}
	.pro-45 ul li:nth-child(2) {
    width: 24.3%;
}
	.pro-45 ul li:nth-child(3) {
    width: 41%;
}
.pro-45 ul li span {
   
    font-size: 17px;
  
}
	.pro-45 ul li:nth-child(4){
		width: 100%;
	}
	.head-main .nav>ul>li {
    float: left;
    position: relative;
    margin-right: 27px;
}
.banner-xia {
    position: absolute;
    height: 71px;
    bottom: 4px;
    line-height: 71px;
    background: #288440;
    width: 70%;
    padding: 0px 0px 0 13%;
    border-radius: 0 50px 0 0;
}
.conta-32 {
    padding: 8px 20px 52px 20px;
}
.yanfa-15 ul li {
    position: relative;
    /* width: 20%; */
    padding: 0 41px 0 85px;
    text-align: center;
}
.yanfa-2 .yanfa-15 ul li {
    position: relative;
    /* width: 20%; */
    padding: 0px 43px 0 65px;
    text-align: center;
}
.intitle {
	top: 7%;
}
.footer6 {
	text-align: center;
	padding-top: 30px;
  }
	.right-side-box .search-popup__toggler {
    width: 35px;
    height: 35px;
    margin-right: 0px;
    line-height: 32px;
    background: url(../images/search.png) no-repeat center center;
}
.inde-122 h2 {
	font-size: 45px;
	
  }
  .inde-122 h2 span {
	font-size: 45px;
	
  }
  
  .inde-122 {
	float: left;
	padding-left: 46px;
  }
  .footer4 {
	padding: 30px 111px 0 65px;
  }
	body {
		font-size: 15px;
	}
	.jt_zci .let_box {
		width: 69.25%;
	}
}

@media only screen and (max-width:1680px) {
	.w {
		width: 1440px;
	}
	
	.intitle {
		
		left: 32%;
	
	  }
	  .pro-61 h2 {
    font-size: 21px;
    
}
.pro-61:after {
   display: none;
}
.pro-61 p {
    font-size: 17px;
  
}
	.pro-62 {
    width: 46%;
    background: url(../images/ky2.png) no-repeat top center;
}
	.pro-63 p img {
    width: 279px;
}
	.inde-121 {
		overflow: hidden;
		padding: 219px 0 125px 0;
	  }
	
	
.searchmore {
    padding: 35px 20px 55px;
    margin-top: 20px;
    height:auto;
    margin-bottom: 10px;
    background: url(../images/ss1.jpg) no-repeat bottom;
    background-size: 100% 100%;
}
	.head-main .logo img {
		height: 50px;
	}
	.ly-22 p {
    width: 32.5%;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
}
	.newsmord {
    margin-top: 60px;
    width: 56%;
}
	
}

@media only screen and (max-width:1600px) {
	.conta-2 {
    padding: 20px 105px 23px 125px;
    border-radius: 100px 100px 0 0;
    background: url(../images/mapbj.jpg);
}

}

@media only screen and (max-width:1500px) {
	.w {
		width: 1200px;
	}
	
	.conta-32 p {
    font-size: 13px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    line-height: 2.188;
    text-align: left;
}
	.conta-32 p img {
    vertical-align: middle;
    margin-right: 7px;
}
	.yanfa-15 {
   
    padding: 34px 0 44px 0;
  
}
	.banner-r {
   
    overflow-x: hidden;
}
	.yanfa-14 h4 {
    margin-top: 13px;
    margin-bottom: 9px;
   
}
	.yanfa-14 h2 {
    padding-left: 8px;
    position: relative;
    font-size: 29px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 23px;
}
	.relatednews ul li a {
    /* height: 70px; */
    line-height: 23px;
    padding: 10px 35px 0 35px;
    background: url(../images/newsico.png) no-repeat 20px top;
    background-position: 19px 21px;
}
	.conta-32 {
    padding: 8px 20px 52px 20px;
}
	.bottom-top-rht {
    width: 63%;
   
}
.ly-22 p {
    width: 32.5%;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
}
.pro-51:after {
  
    left: -111px;
    width: 325px;
    height: 316px;
   
    bottom: -158px;
    
    background-size: 188px;
}
.conta-1 {
    padding-top: 225px;
    position: relative;
    background: #f5f9fb;
}
.er {
    margin-top: 10px;
    text-align: center;
}
.conta-2 ul li {
    padding: 12px 0;
   
}
.conta-2 {
    padding: 30px 106px 30px 125px;
    border-radius: 100px 100px 0 0;
    background: url(../images/mapbj.jpg);
}
.conta-2 {
    position: absolute;
    bottom: 0;
    right: 218px;
}
.proaed-13 ul li p {
   
    font-size: 17px;
    
}
.proaed-13 ul li {
    margin-right: 19px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    text-align: center;
    line-height: 159px;
    width: 112px;
    position: relative;
    height: 112px;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 11%);
}
.pro-61:after {
    display: none;
}
.roae1 .teil span {
    font-size: 34px;
   
}
.roae1 .teil span:after {
   
    width: 140%;
   }
   .proaed-41 ul li h2 {
 
    width: 322px;
    
    height: 80px;
   
    font-size: 16px;
  
    line-height: 80px;
    border-radius: 50px;
}
   .proaed-41 ul li {
    margin-right: 16px;
    
}
.proaed-6 p {
    font-size: 27px;
    font-family: "Microsoft YaHei";
    
}
.banner-xia {
   
    width: 83.1%;
    
}
.yanfa-3 .yanfa-14 {
    height: auto;
   padding-bottom: 20px;
}
.yanfa-2 .yanfa-15 ul li {
    position: relative;
    /* width: 20%; */
    padding: 0px 29px 0 41px;
    text-align: center;
}
.yanfa-15 ul li {
    position: relative;
    /* width: 20%; */
    padding: 0 33px 0 45px;
    text-align: center;
}
.yanfa-14 {
    padding-bottom: 37px;
}
.yanfa-14 {
    padding-left: 50px;
    background: url(../images/ky.png) no-repeat top right;
}
.yanfa-1 {
    padding: 100px 0 84px 0;
}
.proaed-52 {
    text-align: center;
    width: 50%;
    padding-right: 100px!important;
}
   .aed-2 {
    padding: 30px 37px 41px 37px;
    background: #fff;
    border-radius: 0 0 30px 30px;
}
   .aed-1 {
    background: #f1f7fa;
    text-align: center;
    padding: 73px 37px 25px 37px;
}
.proaed-3 h2 {
    margin-left: 67px;
}
.roae1.roae2 img {
    /* margin-top: 0; */
    top: inherit;
    position: inherit;
}
.proaed-12 {
    border-radius: 50px;
    background: url(../images/pored.png) no-repeat;
    margin-top: 0px;
    padding: 74px 50px 344px 50px;
    background-size: 100%;
    position: relative;
    /* z-index: -1; */
}
.pro-5 {
  
    background-size: cover;
}
.pro-5 {
    padding: 34px 0 30px 0;
}
.pro-52 {
    width: 50%;
    padding: 50px 50px 0 57px;
}
.pro-1 {
    padding: 18px 0 18px 0;
   
}
.pro-44 ul li p {
   
        font-size: 58px;
    vertical-align: top;
   
}
.pro-44 ul li span i {
    font-style: normal;
    max-width: 187px;
    display: block;
        line-height: 1.8;
}
.pro-45 ul{
	 text-align: center;
}

.pro-4 {
    padding: 38px 0 94px 0;
    
}
.about-22 {
   
   
    padding: 35px 32px;
   
}
.inde-122 h2 {
	font-size: 40px;
  }
  .inde-122 h3 {
	font-size: 26px;
	margin-top: 30px;
	margin-bottom: 27px;
  }
  .inde-122 p {
	font-size: 24px;
	font-family: "Microsoft YaHei";
	color: rgb(51, 51, 51);
	text-transform: uppercase;
	line-height: 0.857;
	margin-bottom: 7px;
  }
  .inde-124 ul li:first-child {
	padding: 0 18px 0 0px;
  }
  .inde-124 ul li:nth-child(4){
	  width: 30%;
  }
  .lide2 {
	background: #fff;
	border-radius: 30px 0 0 0;
	position: absolute;
	z-index: 999;
	bottom: 0;
	top: inherit;
	left: 0;
  }
  .lide1 {
	position: relative;
	width: 100%;
	height: 401px;
	background: #fff;
  }	
  .lide2 {
	padding: 19px 20px 8px 20px;
  }
  .footer5 p {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1.364;
	text-align: left;
  }
  .footer2 > ul > li:nth-child(1) {
	width: 18%;
  }
  .teras {
	position: absolute;
	right: 4%;
	
  }  
  .xsa {
	
	z-index: -1;
  }
  .footer5 h3 {
	font-size: 33px;
	
  }
  .footer4 {
	padding: 30px 36px 0 31px;
  }
  .bannersgg .swiper-slide a img {
	padding: 5px;
  }
  .inde-4 {
	padding: 95px 0 32px 0;

  }
  .inde-41 {
	margin-top: 55px;
  }
  .intitle {
	left: 23%;
  }
  .inner i {
	
	margin: 14px auto;
  }
  .inner .xcsa{
	  width: 60px;
  }
  .upline .item .inner .desc {
	padding: 0 10%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #fff;
	display: none;
	margin-top: 20px;
	transition: all 1s;
  }
  .lide2 {
	background: #fff;
	border-radius: 30px 0 0 0;
	position: absolute;
	z-index: 999;
	top: 58%;
	left: 0;
  }
  .inde-124 ul li .number .desc {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: rgba(51, 51, 51, 0.702);
	text-transform: uppercase;
	margin-top: 0px;
  }
  .inde-123 {
	width: 33.9%;
	height: 389px;
	margin-right: 12px;
	background: #fff;
	border-radius: 30px 30px 0 0;
  }
  .inde-124 ul li .number .num {
	font-size: 40px;
	font-family: 'DIN';
	color: rgb(61, 130, 56);
	font-weight: bold;
	text-transform: uppercase;
  }
  .inde-124 ul li {
	position: relative;
	width: 20%;
	padding: 0px 18px 0 18px;
	text-align: center;
  }
  .inde-122 h2 span {
	font-size: 40px;
  }
  .inde-121 {
	overflow: hidden;
	padding: 96px 0 110px 0;
  }
  .protabs ul li h2 {
	font-size: 14px;
	
  }
.prod-1 {
	position: absolute;
	top: 8%;
	left: 120px;
	width: 100%;
	-webkit-animation-name: phTop-data-v-d4b4abf6;
	animation-name: phTop-data-v-d4b4abf6;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
  }
	.index-41 ul li {
   
    margin-right: 21px;
  
}
	.index-3 ul li {
   
    padding: 49px 36px 10px 35px;
}
	.index-14 p {
    font-size: 14px;
      display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
    
}
.more {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255) !important;
    line-height: 1.563;
    text-align: center;
}
.index-12 ul li {
    margin-right: 14px;
}
	.index-13 i {
  
    margin-top: 10px;
    margin-bottom: 10px;
   
}

.index-13 h3 {
    font-size: 22px;
    font-family: "Microsoft YaHei";
  
    line-height: 1.25;
    
    margin-top: 32px;
}
.index-1 {
    padding: 77px 28px 71px 28px;
}
.index-13 {
    position: absolute;
    top: 0px;
    padding: 42px 15px 0 15px;
    width: 100%;
    height: 100%;
}
	.index-12 {
    margin-top: 52px;
}
	.right-side-box .search-popup__toggler {
    width: 35px;
    height: 35px;
    margin-right: 7px;
    line-height: 32px;
    background: url(../images/search.png) no-repeat center center;
}
	.head-main .nav>ul>li>a {
    display: block;
    font-size: 15px;
    color: #333333;
    position: relative;
}
	.right-side-box .side-menu__toggler {
    width:80px;
    height: 86px;
}

	.yzm img {
		height: 42px;
	}
	.form li {
		line-height: 42px;
		margin-bottom: 10px;
	}
	.submit,
	.reset {
		height: 40px;
		line-height: 40px;
	}
	.head-main .nav>ul>li {
		margin-right: 25px;
	}
	.head-main .logo img {
		height: 40px;
	}
	.right-side-box li {
		margin-left: 15px;
	}
	.intitle .en {
		font-size: 50px;
	}
	.intitle .ch {
		font-size: 26px;
	}
	.proswiper .tbox {
		padding-left: 35px;
		padding-right: 70px;
	}
	.in3-sec .tbox .tit .ch,
	.in3-sec .tbox .tit .en,
	.in2-sec .main .num-con li .num {
		font-size: 30px;
	}
	.links-sec li .tbox .en {
		font-size: 14px;
	}

	
}

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

@media only screen and (max-width:1300px) {
	.w {
		width: 1100px;
	}
	.bottom-top-rht {
    width: 70%;
    
    padding-left: 0px;
}
.pro-63 p img {
    width: 240px;
}
.pro-61 h2 {
    font-size: 18px;
}
.pro-61 p {
    font-size: 15px;
}
.bottom-top-rht dl {
   
    padding: 0 23px;
   
}
.job-12 ul li {
   
    width: 22%;
   
}
	.search-popup__form {
    position: relative;
    z-index: 9991;
    width: 105%;
     padding: 0px; 
    max-width: 597px;
    position: relative;
}
.newsswiper-13 {
    padding: 17px 20px 0 11px;
}
.news1 .tbox {
    padding: 15px 33px 71px;
    background: #288440;
}

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

	}
	.head-main .nav>ul>li>a {
		font-size: 16px;
	}
	.head-main .nav>ul>li {
    margin-right: 30px;
}
	.right-side-box li {
		margin-left: 17px;
	}
	.go,
	.bannerswiper .swiper-pagination,
	.banner-pagination {
		bottom: 10px;
	}
	.prolist .tbox .application {
		margin-top: 20px;
	}
	.prolist .tbox .btn {
		margin-top: 20px;
	}
	.pro-pagination {
		max-width: 80%;
		text-align: right;
	}
	.pro-pagination li {
		margin-bottom: 5px;
		text-align: left;
	}
	

}

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

@media only screen and (max-width:1200px) {
	.w {
		width: 1024px;
	}
	.pro-45 ul li span {
    font-size: 15px;
}

.banner-xia {
    width: 98.1%;
}
	.job-12 ul li {
   
    width: 22%;
   
}
.yanfa-14 h4 {
    margin-top: 6px;
    margin-bottom: 9px;
}
.yanfa-14 h4 {
   
    font-size: 22px;
    
}
.yanfa-14 h2 {
    padding-left: 8px;
    position: relative;
    font-size: 26px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    margin-bottom: 13px;
    margin-top: -14px;
}

	.intitle {
		font-size: 38px;
		
	  }
	  .intitle span {
		font-size: 35px;
	
	  }
	  .footer1 {
		overflow: hidden;
		
		padding: 33px 0 46px 0;
	  }
	  .inde-122 {
		float: left;
		padding-left: 0px;
	  }
	.lide1 > img {
	
	  width: 100%;
	}
	  .footer2 > ul > li:nth-child(1) {
		width: 27%;
		margin-right: 9%;
	  }
	  .footer4{
		  display: none;
	  }
	  .upline .item:hover .inner {
		bottom: 43px;
	  }
	  .upline .item .inner {
		position: absolute;
		width: 100%;
		bottom: 91px;
		
	  }
	.inner h2 {
		font-size: 18px;
		font-family: "Microsoft YaHei";
		
	  }
	.teiled span {
		position: relative;
		font-size: 42px;
		font-family: "Microsoft YaHei";
		color: rgb(51, 51, 51);
		font-weight: bold;
		text-transform: uppercase;
		line-height: 0.5;
		text-align: center;
	  }
	.bottom-top-rht dl {
    padding: 0 17px;
}
.index-41 ul li {
    margin-right: 19px;
}
.index-3 {
    padding: 55px 28px 74px 28px;
    background: #f0f5f8;
}
.index-3 ul li {
    padding: 17px 17px 27px 17px;
}
	.head-main .nav>ul>li>a {
    font-size: 15px;
}
	.formtextarea {
		height: 85px;
	}
	.right-side-box .lang a {
		font-size: 12px;
		padding-right: 10px;
	}
	.right-side-box .lang {
		width: 103px;
	}
	.head-main .logo img {
		height: 35px;
	}
	.intitle .en {
		font-size: 40px;
	}
	.intitle .ch {
		font-size: 24px;
	}
	.prolist .tbox .tit {
		font-size: 20px;
	}
	.ct-sec1 .tbox {
		padding: 34px;
	}
	
}

@media only screen and (max-width:1024px) {
	.w {
		width: 960px;
	}
	.tilted {
    font-size: 27px;
    
}
.bottom-boted{
	display: none;
}
.bottom-top-rht{
	display: none;
}
.index-12 ul li {
    margin-right: 10px;
    width: 19%;
    margin-bottom: 7px;
    border-radius: 5px;
}
.index-23 ul {
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;
}
.number .desc {
    font-size: 14px;
  
    margin-top: 2px;
}

.index-23 ul li {
    width: 50%;
        margin-bottom: 16px;
    text-align: center;
}
.number {
    font-size: 16px;
   
}
.index-23 {
    padding: 20px 0 20px 0;
}
.index-13 {
    padding: 30px 11px 0 14px;
}
.index-13 h3 {
    font-size: 19px;
    
    margin-top: 21px;
}
.index-14 p {
    font-size: 13px;
    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;
   
}
.more {
    display: block;
    text-align: center;
    margin-top: 2px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255) !important;
    line-height: 1.563;
    text-align: center;
}
a.more img {
    width: 18px;
    margin-left: 5px;
}
.index-13 h3 {
    font-size: 16px;
   
}
.index-13 i {
   
    margin-top: 9px;
    margin-bottom: 9px;
    
}
.index-13 h2 {
    font-size: 32px;
  
}
.index-12 ul li a img {
    border-radius: 5px;
}

.index-12 ul {
    display: flex;
    flex-wrap: wrap;
}
.tilted h2 {
    font-size: 22px;
    margin-top: 11px;
  
}
.index-12 {
    margin-top: 32px;
}
	.index-1 {
    padding: 30px 6px 16px 21px;
}
.index-3 {
    padding: 22px 12px 25px 17px;
    
}
.index-3 ul {
    display: flex;
    flex-wrap: wrap;
}
.index-3 ul li {
    box-shadow: 0px 0px 6px rgb(0 0 0 / 4%);
    width: 19%;
    transition: all 0.5s;
    height: auto;
    margin-bottom: 10px;
    border-radius: 6px;
    margin-right: 9px;
    padding: 15px 16px 8px 17px;
}

	.head-main .nav>ul>li {
		margin-right: 18px;
	}
	.head-main .logo img {
		height: 32px;
	}
	.prolist .tbox hr {
		margin: 10px 0 0;
	}
	.in2-sec .main .tbox {
		width: 100%;
		padding-right: 0;
	}
	.in2-sec .main .num-con {
		width: 100%;
		margin-top: 30px;
	}
	
	.jt_zci .rit_box {
		width: 300px;
	}
	.m_swiow .tran .t1_col .value {
		font-size: 30px;
	}
	.m_swiow .tran {
		font-size: 16px;
		padding: 0 25px;
		line-height: 70px;
	}
	.m_swiow .tran .t1_col2 {
		max-width: 70%;
		line-height: 25px;
		vertical-align: middle;
	}
	.nybanner .tbox .en {
		font-size: 40px;
	}
	.nybanner .tbox .ch {
		font-size: 20px;
		padding-top: 10px;
	}
	.pro-sec .prolist .tbox .btn {
		display: none;
	}
	.proxq-sec1 .prolist .tbox .btn {
		display: block;
	}
	.proxq-sec1 .bshare-custom {
		display: none;
	}
}

@media only screen and (max-width:1000px) {
	.w {
		width: 100%;
		padding: 0 4%;
	}
.pro6-2  .tlited span:after {
	   
	    width: 66px;
	    height: 66px;
	    top: -22px;
	  
	    left: -18px;
	  
	    background-size: 33px !important;
	}
	.banner-r {
    position: relative;
     margin-top: 0px; 
}
section.banner {
     margin-top: 0px; 
}
	.protabs ul li h2 {
    
    padding: 0 10px !important;
  
}
	.pro-45 ul li:nth-child(1) {
    width: 100%;
}
.pro-45 ul li:nth-child(2) {
    width: 100%;
}
.pro-45 ul li:nth-child(3) {
    width: 100%;
}
	.upline .upline-swiper {
    height: 100%;
    width: 100%;
    height: 162px;
    position: absolute;
    left: 0px;
    bottom: 0;
    top: inherit;
}
	.inde-122{
		position: relative;
	}
	.inde-122:after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    right: 0;
    content: "";
    bottom: 42px;
    display: block;
    background: url(/template/pc/skin/images/tuan.png) no-repeat right;
    background-size: 185px;
    opacity: 1.1;
}
	/*.upline .item:hover {
    background-image: none;
    background-image: none;
    background-image: none;
}*/
	.index_fixed {
   
    display: none;
}
	.inde-124 ul li:nth-child(2) .number {
    font-size: 12px;
}
.inde-124 ul li:nth-child(3) .number {
    font-size: 12px;
}
	.m-proaed.proaed-52{
		display: block;
	}
	.pc-proaed.proaed-52{
		display: none;
	}
	.proaed-5 {
    padding: 107px 0 118px 0;
   
    background-size: 183px;
}
	.houded{
		display: block;
	}
	.houd{
		display: none;
	}
	.btnb{
		display: none;
	}
	.btna{
		display: block;
		
	}
	.m-proaed-333.proaed-333{
	display: block;
}
.pro-45 ul li {
    float: left;
    text-align: center;
    width: 100%;
    /* margin-right: 30px; */
}
.conta-31 ul li {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    background: #f4f4f4;
    margin-right: 0px;
}
.conta-32 p {
    line-height: 1.6;
    margin-bottom: 9px;
}
.conta-4 {
    padding: 30px 0 30px 0;
   
}
.ly-22 p {
    width: 100%;
    float: left;
    margin-bottom: 7px;
    margin-right: 10px;
    border-radius: 5px;
}
.textarea {
    
    margin-top: 0;
   
}
.button {
    width: 149px;
    height: 44px;
  
    font-size: 16px;
   
    margin: 20px auto 0;
    line-height: 44px;
   
    background: #288440;
}
.job-12 ul li {
    box-shadow: 0px 2px 10px rgb(0 0 0 / 11%);
    margin-bottom: 20px;
    width: 30%;
    margin-right: 9px;
    border-radius: 10px;
}
.job-12 ul li:nth-child(4), .job-12 ul li:nth-child(8), .job-12 ul li:nth-child(12), .job-12 ul li:nth-child(16) {
    margin-right: 9px;
}
.newsmore {
   
    width: auto;
    padding: 0 0 0 0px;
    margin-right: 13px;
    margin-top: -5px;
    text-align: center;
}
.newsmord {
    margin-top: 0;
    width: 62%;
}
.newsmore h3 {
    font-size: 12px;
    
  
    line-height: 1.5;
}
.newsmore h2 {
    font-size: 13px;
    margin-top: 0px;
    padding-top: 3px;
  
}
.news-2 ul li {
    margin-bottom: 14px;
    padding-bottom: 8px;
  
}
.newsxq-1 .leftlayout {
    float: left;
    width: 100%;
    padding: 10px 15px 15px 15px;
    /* border: 1px solid #D8D6D6; */
}
.nestit h2 {
    font-size: 19px;
    color: #333;
    line-height: 1.5;
    /* text-align: right; */
}
.nestit h3 span {
    font-size: 15px;
   
}
.nestit h3 {
   
    font-size: 13px;
    
}
.details p {
    margin-bottom: 15px;
}
.newspage .newspage_a {
    max-width: 465px;
    line-height: 33px;
    height: 30px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.newspage a {
   
    font-size: 14px;
}
.newsxq-1 .rightlayout {
    float: right;
    width: 100%;
    border-radius: 0 10px 0 0;
    word-break: break-all;
     padding-bottom: inherit; 
     margin-bottom: inherit; 
    overflow: hidden;
    background: #f9f9f9;
    height: 100%;
}
.relatednews .title {
    font-size: 18px;
    margin: 20px 16px 0px 16px;
 
   
   
   
  

    line-height: 18px;
    
    padding-bottom: 17px;
}
.relatednews ul {
    padding: 10px 10px 10px 10px;
}
.title.err img {
  
    width: 19px;
}
.relatednews ul li a {
    /* height: 70px; */
    line-height: 23px;
    padding: 10px 22px 0px 22px;
    background: url(../images/newsico.png) no-repeat 20px top;
    background-position: 9px 21px;
}
.ded {
    
    margin-left: 19px;
}
.newspage {
    margin-top: 31px;
    padding: 11px 0;
  
    position: relative;
}
.ffwded {
    margin-bottom: 2px;
    overflow: hidden;
}
.details {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 1.875;
     text-indent: inherit; 
}
.nestit {
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D6D6;
    margin-bottom: 17px;
}
.nestit h3 img {
    vertical-align: middle;
    width: 16px;
    margin: 0 0px 0 3px;
}
.newsxq-1 .main {
    margin: 30px 0 30px 0;
    padding: 7px 7px 7px 7px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 2px 11px rgb(0 0 0 / 11%);
}
.newsmore img{
	width: 28px;
}
.pages {
    margin-top: 27px;
    text-align: center;
}
.newsmord h2 {
    font-size: 14px;
    margin-bottom: 4px;
    
}
.newsmord p {
    font-size: 12px;
   
    line-height: 1.5;
}
.newsmorg {
    border-radius: 0px;
    overflow: hidden;
}
.newsmorg {
    float: right;
    width: 22%;
}
.newsmorg img {
    border-radius: 0px;
    width: 89px;
}
.news-1 {
    padding: 30px 0 30px 0;
}
.job-1 {
    padding: 30px 0 30px 0;
    background: url(../images/jobbj.png) no-repeat;
    background-size: cover;
}
.conta-32 h2:before {
    content: "";
    position: absolute;
    left: -19px;
    top: 6px;
    height: 24px;
    width: 3px;
    background: #288440;
}
.conta-32 p img {
    vertical-align: middle;
    margin-right: 5px;
    width: 14px;
}
.conta-32 h2 {
   
    font-size: 18px;
  
    line-height: 2;
   
}
.conta-32 {
    padding: 0px 10px 10px 20px;
}
.conta-31 ul li{
	 margin-right: 0px;
}
.pc-proaed-333.proaed-333{
	display: none;
}
.proaed-4 .teil span {
    
    font-size: 22px;
   
}
.proaed-4 .teil span:after {
   
    left: -32px;
    width: 135%;
    height: 45px;
    z-index: -1;
    bottom: -21px;
  
    background-size: 251px;
}
.proaed-41 ul li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 41px;
    border-radius: 5px;
}
.proaed-5 {
    padding: 0px 0 30px 0;
   
}
.proaed-52 {
    text-align: center;
    width: 100%;
    display: none;
    padding-right: 0!important;
}
.proaed-52 img {
    width: 142px;
}
.teil span {
    font-size: 22px;
  
}
.proaed-53 .teil span:after {
  
    left: -31px;
    width: 140%;
  
    
    bottom: -21px;
    
    background-size: 154px;
}
.proaed-53 h2 {
    font-size: 16px;
 
    line-height: 1.6;
   
}
.proaed-6 p {
    font-size: 16px;
    
}
.proaed-53 p img {
  
    margin-right: 8px;
    width: 23px;
}
.yanfa-1 {
    padding: 30px 0 30px 0;
}
.banner-xia a{
	display: inline-block;
}
.er-xia {
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
}
.er-xia::-webkit-scrollbar{
	display: none;
}
.yanfa-14 h2 {
    padding-left: 0px;
   
    font-size: 22px;
   
        color: #333333;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 25px;

}
.yanfa-14 {
    padding-left: 15px;
    
}
.yanfa-14 p {
    font-size: 16px;
   
    line-height: 25px;
    text-align: left;
}
.yanfa-14 h2:after {
    
    top: -10px;
    left: -16px;
    background: url(../images/yuan.png) no-repeat;
    background-size: 33px;
}
.yanfa-14 h4 {
    margin-top: 5px;
    margin-bottom: 8px;
    font-size: 16px;
}
.yanfa-13 .yanfaswiper img {
    border-radius:15px;
}
.yanfa-14 h5 {
    font-size: 16px;
  
}
.yanfa-15 ul li {
    position: relative;
    width: 33.3%;
    padding: 0;
        margin-top: 20px;
    text-align: center;
}
.yanfa-15 ul li .number .num {
    font-size: 36px;
 
}
.yanfa-15 ul li:after {
  display: none;
}
.yanfa-15 ul li .number {
    font-size: 14px;
   
}

.yanfa-2 .yanfa-13 {
    float: left;
    width: 100%;
    padding-left: 0px;
}
.yanfa-2 .yanfa-14 h5 {
    margin: 8px 0 8px 0;
}
.yanfa-2 .yanfa-15 ul li {
    position: relative;
    width: 33.3%;
    padding: 0;
    text-align: center;
}
.yanfa-2 .yanfa-14 {
    padding-left: 15px;
    background: none;
}
.yanfa-2 .yanfa-14 {
    float: left;
    width: 100%;
}
.yanfa-13 .yanfaswiper1 img {
    border-radius: 15px;
}
.yanfa-13 .yanfaswiper1 .swiper-pagination {
    left: 10px;
    width: auto;
    bottom: 20px;
}
.yanfa-13 .yanfaswiper2 .swiper-pagination {
    left: 10px;
    width: auto;
    bottom: 20px;
}
.yanfa-2 .yanfa-15 {
 
    padding: 0;
   
}
.yanfa-3 .yanfa-14 {
    height: auto;
    position: inherit;
    right: inherit;
    top: inherit;
    border-radius: 10px;
    padding: 39px 15px 40px 15px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 11%);
}
.yanfa-13 .yanfaswiper2 img {
    border-radius: 15px;
}
.yanfa-14 h3 {
  
    line-height: 1.6;
   
}
.yanfa-3 .yanfa-14 h2 {
    margin-bottom: 15px;
    margin-top: 2px;
    padding-left: 20px;
}
.yanfa-3 .yanfa-14 h2:after {
    top: -8px;
    left: 4px;
   
}
.conta-1>img {
   display: none;
}
.conta-2 {
    padding: 15px;
    border-radius: 30px;
    background: url(../images/mapbj.jpg);
    }
.yanfa-13{
	margin-bottom: 20px;
}
.conta-1{
	padding: 20px 0;
	padding-top: 20px !important;
}
.conta-2 {
    margin: 0 15px;
   
    position: inherit;
    bottom: 0;
    right: inherit;
}
.conta-1 {
    padding-top: 0px;
    position: relative;
    background: #f5f9fb;
}
.conta-2 ul li {
    padding: 10px 0;
}
.conta-2 ul li h2 {
    font-size: 19px;
   
}
.conta-2 ul li h4 {
    font-size: 15px;
    
}
.conta-2 ul li:nth-child(2) h3 p:nth-child(2) {
    color: #fff;
    font-size: 16px;
    margin-top: 0;
    font-weight: bold;
        line-height: 1.3;
}
.conta-2 ul li h3 p {
   
    font-size: 13px;
  
    line-height: 1.6;
}
.er p {
    font-size: 13px;
   
}
.conta-3 {
    padding: 30px 0;
}
.conta-31 ul {
    display: flex;
    flex-wrap: wrap;
}
.er {
    margin-top: 25px;
    text-align: center;
}
.conta-2 ul li img {
    vertical-align: top;
    margin-right: 9px;
    width: 25px;
}
.yanfa-3 {
    padding: 30px 0 30px 0;
}
.yanfa-15 ul li .number .desc {
    font-size: 12px;
   
}
.yanfa-15 ul {
    display: flex;
    padding-left: 0px;
    flex-wrap: wrap;
}
.yanfa-15 {
    background: #f5f9fb;
    padding: 15px 0 15px 0;
    border-radius: 5px;
    margin-top: 0;
}
.yanfa-14 h3 {
    font-size: 18px;
   
    margin-bottom: 2px;
}
.yanfa-14 {
    float: right;
    width: 100%;
}
.yanfa-13 .yanfaswiper .swiper-pagination {
    left: 10px;
    /* right: 0; */
    width: auto;
    bottom: 20px;
}
.yanfa-13 {
    float: left;
    width: 100%;
}
.proaed-6 {
    padding: 15px 0 15px 0;
}
.proaed-53 h2 {
    font-size: 16px;
    margin-left: 8px;
    line-height: 1.6;
}
.proaed-53 p {
    color: #666666;
    font-size: 15px;
    line-height: 2;
    margin-left: 11px;
}
.proaed-51 {
    flex-wrap: wrap;
    display: flex;
}
.aed-1 {
    border-radius:5px 5px 0 0;
}
.aed-2 {
    padding: 30px 55px 18px 57px;
   text-align: center;
    border-radius: 0 0 5px 5px;
}
.aed-1 {
   
    padding: 37px 43px 6px 43px;
}
.aed-1 p, .aed-2 p {
 
    font-size: 15px;
  
}
.proaed-41 ul li h2 {
   
   
    width: 265px;
  
      top: -30px;
    height: 50px;
   
    font-size: 14px;
    
    line-height: 50px;
  
}
.proaed-41 ul {
    flex-wrap: wrap;
    display: flex;
}
.proaed-4 .teil {
   
    padding: 0px 0 72px 0;
}
.proaed-4 {
    padding-top: 30px;
}
	.pro-4 .teil {
   
    padding: 0px 0 29px 0;
}
	.about-22 {
    width: 100%;
    background: #fff;
    padding: 18px 20px;
    border-radius: 15px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 11%);
}
.about-23 {
    position: inherit;
    top: inherit;
    margin-top: 27px;
    right: inherit;
    z-index: -1;
}
.about-22 h2 {
    font-size: 16px;
   
    margin-bottom: 11px;
}
.about-22 h4 {
   
    font-size: 13px;
}
.proa-11 .protabs ul li h2 {
    margin-top: 5px;
}
.pro-2 h2 {
    font-size: 15px;
 
    color: #666666;
    line-height: 1.5;
   
    margin: 10px 0;
}
.pro-2 h3 {
    font-size: 15px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    line-height: 1.5;
}
.teil {
    text-align: center;
    padding: 19px 0;
}
.pro-2 .teil span {
    font-size: 22px;
  
}
.pro-2 .teil span:after {
   
   
    left: -31px;
  
    z-index: -1;
    bottom: -23px;

   
    background-size: 191px;
}
.pro-23 {
    margin-top: 3px;
}
.pro-3 .teil span {
    font-size: 22px;
    z-index: 1;
}
.pro-3 .teil span:after {
    left: -31px;
    width: 397px;
    height: 45px;
    z-index: -1;
    bottom: -23px;
    background-size: 264px;
}
.pro-4 .teil span {
    font-size: 22px;
   
}
.pro-3 {
    padding: 22px 0 35px 0;
  
    border-radius: 0 0 0px 0px;
}
.pro-3 .teil {
    text-align: center;
    padding: 0px 0 30px 0;
}
.pro-4 {
    padding: 22px 0 20px 0;
    background: url(../images/bj3.png) no-repeat right top;
}
.pro-4 .teil span:after {
 
    left: -35px;
    width: 397px;
    height: 45px;
    z-index: -1;
    bottom: -21px;
   
    background-size: 152px;
}
.pro-44 ul li p {
    
    font-size: 45px;
   
    padding-right: 26px;
 
}
.proaed-1 .teiled span {
   
    font-size: 22px;
  
}
.proaed-1 .teiled span i img{
	width: 255px;
}
.proaed-12 {
  
    padding: 30px;
    background: url(../images/proed.png) no-repeat;
    background-size:cover ;
    border-radius: 30px;
   
}
.proaed-12 h2 {
    font-size: 16px;
        margin-bottom: 5px;
        text-align: justify;
 
}
.proaed-13 ul li {
    margin-right: 20px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    text-align: center;
    line-height: 80px;
    width: 63px;
    margin-bottom: 43px;
    position: relative;
    height: 63px;
   
}
.roae1 .teil span {
    font-size: 22px;
   
}
.proaed-22 .roae1 .teil {
    text-align: center;
    padding: 0px 0 18px 0px;
}
.roae1 .teil span:after {
    
    left: -34px;
    width: 125%;
    height: 45px;
    z-index: -1;
    bottom: -22px;
   
    background-size: 316px;
}
.roae1 p {
    font-size: 16px;
   
    line-height: 1.6;
  
}
.roae1 h2 {
    font-size: 16px;
   
    line-height: 1.5;
  
    margin-bottom: 17px;
    margin-top: 3px;
}
.roae1.roae2 .teil span:after {
   
    left: -34px;
    width: 162%;
  
 
    bottom: -21px;
   
    background-size: 163px;
}
.proaed-3 h2 {
    margin-left: 0;
}
.proaed-3 h2 {
    margin-bottom: 0px;
    font-size: 17px;
    
    line-height: 1.667;
}
.proaed-332 h3, .proaed-333 h3 {
    padding: 15px 15px 15px 15px;
    margin: 20px 0;
    border-radius: 10px;
   
}
.proaed-333 {
    width: 100%;
}
.proaed-332 h3, .proaed-333 h3 {
    font-size: 16px;
    
    line-height: 1.6;
}
.proaed-332 {
    width: 100%;
    padding-right: 0;
}
.proaed-331 {
    display: flex;
    flex-wrap: wrap;
}
.proaed-33 {
    padding: 23px 0 0px 0;
}
.proaed-53 {
    padding-top: 0px;
    width: 100%;
}
.proaed-53 .teil {
    text-align: center;
    padding: 0px 0 20px 0px;
}
.roae1.roae2 img {
    /* margin-top: 0; */
    top: inherit;
     position: inherit; 
}
.roae1 {
    width: 100%;
    padding: 0 15px;
}
.proaed-22 {
    padding: 23px 0 30px 0;
   
}
.proaed-221 {
    display: flex;
    flex-wrap: wrap;
}
.proaed-13 ul li p {
   
    font-size: 12px;
  
    line-height: 1.4;
    position: absolute;
    left: -13px;
  
    margin-top: -11px;
}
.proaed-13 ul li img {
    max-width: 27px;
}
.proaed-13 ul li:nth-child(5) img{
	width: 20px;
}
.proaed-13 ul li:nth-child(7) img{
	width: 20px;
}
.proaed-13 ul li:nth-child(4),.proaed-13 ul li:nth-child(8){
	  margin-right: 0px;
}
.proaed-13 ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
    width: 312px;
}
.proaed-13 {
    position: inherit;
    left: inherit;
    transform: inherit;
    bottom: inherit;
    margin-left: -11px;
    margin-top: 18px;
}
.proaed-12 p {
    font-size: 15px;
    
    line-height: 1.6;
  
}
.proaed-1 {
  
    padding: 30px 0 30px 0;
    
}
.pro-45 ul li span {
  
    font-size: 16px;
   
}
.pro-5 {
    background: url(../images/bj4.png) no-repeat;
    background-size: cover;
}
.pro-5 .teil span {
    font-size: 22px;
    
}
.pro-5 .teil span:after {
   
    left: -31px;
    width: 397px;
    height: 45px;
    z-index: -1;
    bottom: -22px;
    display: block;
  
    background-size: 146px;
}
.pro-51 {
    padding: 15px 0 15px 0;
    border-radius: 5px;
  
}
.pro-53 p span {
   
    padding: 0 38px;
    border-radius: 10px 10px 0 0;
    height: 33px;
    background: #e5e5e5;
    line-height: 33px;
}
.pro-5 .teil {
    text-align: center;
    padding: 0px 0 30px 0;
}
.pro-52 h2 {
    font-size: 17px;
   
    margin-bottom: 5px;
}
.pro-52 p {
    font-size: 15px;
   text-align: justify;
    line-height: 28px;
  
}
.pro-51:after {
    display: none;
}
.pro-53 {
    width: 100%;
    padding: 0 15px;
}
.pro-52 {
    width: 100%;
    padding: 0px 15px 0 15px;
}
.pro-51 {
    display: flex;
    background: #fff;
    flex-wrap: wrap;
    position: relative;
}
.pro-6 .teil span {
    font-size: 18px;
   
}
.pro-6 .teil span:after {
   
    left: -21px;
    width: 119%;
    height: 45px;
    z-index: -1;
    bottom: -27px;
   
    background-size: 348px;
}
.pro-6 .teil {
    text-align: center;
    padding: 0px 0 30px 0;
}
.pro-61 p {
    font-size: 16px;
    
    line-height: 1.7;
}
.pro-63 {
    margin-top: 20px;
    padding-left: 0;
}
.pro-61:after {
  display: none;
}
.pro-62 {
    background: none;
    width: 100%;
}
.pro-1 .protabsw {
    overflow-y: hidden;
    overflow-x: scroll;
    height: 117px;
}
.pro-1 .protabs ul li h2 {
    margin-top: 4px !important;
}
.pro-64 {
    margin-top: 30px;
}
.pro-61 p {
    font-size: 15px;
    text-align: justify;
    line-height: 1.7;
}
.pro-61 h2 {
    font-size: 18px;
    
    line-height: 1.7;
  
}
.pro-61 {
    border-radius: 10px;
    flex-wrap: wrap;
    padding: 15px 15px 15px 15px;
    box-shadow: 0px 2px 11px rgb(0 0 0 / 20%);
    display: flex;
    background: #fff;
    position: relative;
}
.pro-6 {
    padding: 5px 0 30px 0;
}
.pro-5 {
    padding: 22px 0 37px 0;
}
.pro-44 ul {
    display: flex;
    flex-wrap: wrap;
}
.pro-45 ul li:last-child {
    margin-top: 8px;
}
.pro-44 {
    margin-bottom: 22px;
}
.pro-44 ul li p:after {
    
    top: -6px;
    left: -11px;
    background: url(../images/gx.png) no-repeat;
    background-size: 58px;
}
.pro-44 ul li span {
    font-size: 12px;
    line-height: 1.5;
    padding-left: 16px;
    display: block;
     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;
}
.pro-31 ul li p {
    font-size: 9px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    line-height: 1.3;
    text-align: center;
    margin-top: 10px;
    display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pro-31 ul li img {
    width: 57px;
    height: inherit;
    border-radius: 50%;
}
.pro-23 ul li p {
   
    font-size: 15px;
  
}
.proa-11 {
    margin-top: -4px;
    background: inherit;
    background-size: 100%;
}
.pro-23 ul li img {
    width: 95px;
     height:inherit; 
    border-radius: 50%;
}
.pro-21 p {
    font-size: 15px;
 text-align: justify;
    line-height: 1.7;
 
}
.pro-2 {
    padding: 32px 0 32px 0;
}
.pro-2 .teiled {
    margin-bottom: 20px;
}
.proa-11 .protabsw {
    overflow-y: hidden;
    overflow-x: scroll;
    height: 121px;
}
.pro-1 {
    padding: 7px 0 9px 0;
    background: #23a15d;
    margin-top: 0px;
    border-radius: 0 0px 0 0px;
}
.proing {
    overflow-x: hidden;
    margin-top: 0px;
}
.proa-11{
    
    overflow-x: hidden;
   
}

.pro-3,.pro-4,.pro-5,.pro-6{
	overflow-x:hidden ;
}
.about-22 h3 {
    font-size: 16px;
   
    margin-bottom: 11px;
}
.about-22 p {
    font-size: 14px;
   
    margin-bottom: 12px;
}
.about-23 img {
    border-radius: 20px;
}
	.about-21 {
    margin-top: 30px;
    position: relative;
}
	.banner-r img {
    border-radius: 0 0 0px 0;
    width: 100%;
}
.banner-xia {
    position: inherit;
    height: 40px;
    bottom: 0;
    line-height: 40px;
    background: #288440;
    width: 100%;
    padding: 0px 0px 0 0%;
    border-radius: 0 0px 0 0;
}
.about-13 {
    float: left;
    width: 100%;
}
.about-13 h2 {
    font-size: 22px;
    
    margin-bottom: 10px;
}
.about-13 h2 span {
    font-size: 22px;
   
}
.banner-xia a:after {
 
    display: none;
    content: "";
    position: absolute;
    background: #a2cb35;
    border-radius: 0;
    height: 40px;
    bottom: 0px;
  
    
}
.about-2 {
    padding: 32px 0 28px 0;
}
.about-1 {
    padding: 32px 0 28px 0;
   
}
.about-13 p {
    padding-left: 16px;
    padding-bottom: 12px;
        font-size: 12px;
}
.about-14 {
    width: 100%;
    padding-top: 21px;
    padding-left: 10px;
}
.banner-xia a {
   
    padding: 0 12px;
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-family: "Microsoft YaHei UI";
    color: rgb(255, 255, 255);
}
	.number .num {
		margin-right: 3px;
		
		line-height: 0.2;
	  }
	.prod-1 h2 {
		font-size: 12px;
		display: none;
		margin-bottom: 5px;
	}
	.inde-11 {
    padding: 40px 0 0 0;
}
.prod-1 img {
    margin-top: 9px;
    width: 28px;
}
.prod-1 p {
    font-size: 12px;
    line-height: 1.4;
    max-width: 251px;
}
  .inde-122 h2 {
	font-size: 22px;
	
  }  
  .inde-122 h2 span {
	font-size: 22px;

  }
  .inde-122 h2::after {
	top: -20px;
	z-index: 1;
	left: -14px;
	background-size: 33px;
  }
  .inde-122 h3 {
	font-size: 16px;

	margin-top: 15px;
	margin-bottom: 10px;
  }
  .inde-122 p {
	font-size: 16px;
	
	line-height: 0.857;
	margin-bottom: 10px;
  }
  .inde-124 ul li .number .num {
	font-size: 30px;
	
  }
  .inde-124 ul li .number {
	font-size: 12px;
	
  }
  .inde-124 ul li .number .desc {
	font-size: 12px;
	
  }
  .inde-124 ul li::after {
	display: none;
  }
  .inde-124 ul li {
	position: relative;
	/* width: 20%; */
	padding: 0 0px 0 0px;
	text-align: center;
  }
  .inde-124 ul li:first-child {
	padding: 0 1px 0 0px;
  }
  .inde-124 {
	margin-top: 25px;
  }
  .intitle span {
	font-size: 22px;
	font-family: "Microsoft YaHei";
	color: #000;
	position: relative;
	
  }
  .upline .item .inner {
	
	bottom: 36px;
	
  }
  .inner i {
	width: 40px;
	
	margin: 4px auto;
  }
  .inner h2 {
    font-size: 12px;
        padding: 0 14px;
}
  .inner .xcsa{
	  width: 34px;
  }
  .upline .item .inner .desc {
	display: none !important;
  }
  .intitle span::after {
	top: -10px;
	z-index: -1;
	left: -62%;
	background-size: 33px;
  }
  .upline .item:hover .inner {
	bottom: 36px;
  }
  .upline .item .inner .btn {
    width: 92px;
    height: 26px;
    display: none !important;
    line-height: 24px;
    margin: 12px auto 0;
    margin-bottom: 28px;
}
.upline .item .inner .btn a {
    font-size: 12px;
    display: none;
}
.prod-list>a>img {
    height: 120px;
}
  .inde-4 {
	padding: 39px 0 10px 0;
	
  }
  .footer3 ul li {
	height: auto;
	width: 100%;
	
  }
  .footer3 ul li p {
	
	margin-right: 11px;
	padding: 5px;
	width: 35px;
	height: 35px;
	border-radius: 50%;

	line-height: 64px;
  }
  .footer2 > ul > li:nth-child(1) {
	width: 100%;
  }
  .footer1 {
	
	padding: 18px 0 18px 0;
	position: relative;
  }
  .footer1:after {
    position: absolute;
    width: 80px;
    height: 100%;
    right: 0;
    content: "";
        bottom: -5px;
    display: block;
    background: url(/template/pc/skin/images/bio.png) no-repeat right;
    background-size: 48px;
    opacity: 0.1;
}
  .footer3 ul li p img {
	vertical-align: middle;
	margin-top: -42px;
	width: 16px;
  }
  .footer3 ul li span {
	
	font-size: 16px;

  }
  .footer3 ul li {
	
	line-height: 47px;
	
  }
  .sdwed {
	
	width: 7px;
  }
  .footer5 {
	padding: 15px 0px 0px 0;
  }
  .footer5 h2 {
	font-size: 15px;

  }
  .footer5 i {

	margin: 5px  0 2px ;
  }
  .footer4{
	  display: none;
	
  }
  .footeras {
	height: auto;
	line-height: 19px;
  }
  .teras{
	  display: none;
  }
  .footeras p {
	font-size: 12px;
	display: block;
	padding:  10px 30px ;
	
  }
  .prod-box{
	  margin-top: -90px;
  }
  
  .protabsw {
	overflow-y: hidden;
	overflow-x: scroll;
	height: 169px;
	margin-top: -19px;
  }
  .protabsw::-webkit-scrollbar{
	display: none;
}
.inde-1 {
    background: #F5F9FB;
    margin-top: -4px;
}
.protabs:after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    /* margin: 0 auto; */
    width: 279%;

    background: #ebebeb;
}
  .protabsw {
	overflow-y: hidden;
	overflow-x: scroll;
	height: 169px;
  }
  .footeras p a{
	  display: block;
	  font-size: 12px;
  }
  .footer5 h3 {
	font-size: 24px;
	

  }
  .footer2 > ul > li {
	float: left;
	width: 100%;
  }
  .footer3{
  	display: none;
  	}
  .footer5 h4 {
	font-size: 15px;

  }
  .footer5 p {
	  /*text-align: center;*/
	font-size: 14px;

  }
  .footer5 h4 {
	
	margin-top: 11px;
	
  }
  .footer5 h3 {
	
	/*text-align: center;*/
  }
  .footer5 h3 p {
	
	/*text-align: center;*/
  }
  .footer5 {


    margin-left: 23px;

	/*text-align: center;*/
  }
  .bshare-custom.dfds.bshare-custom-noe a {
    width: 21px;
    height: 14px;
}
  .bshare-custom.dfds.bshare-custom-noe li:nth-child(3) a{
  	 width: 17px;
    height: 14px;
  }
  .footer6 p {
	font-size: 13px;
	
	margin-top: 5px;
  }
  .bshare-custom {
	margin-top: 8px;
  }
  .footer6 img{
	  width: 122px;
  }
  .inde-1 {
   
    overflow-x: hidden;
}
.footer6 {
   
    padding-top: 100px;
}
  .footer6 {
    text-align: center;
    margin-top: 0px;
    width: 169px;
}
  .footer5 h3 p {
	color: #a3a3a3;
	font-size: 12px;
  }
  .footer5 i:nth-child(3){
	  width: 17px;
  }
  .bannersgg .swiper-slide a img {
	padding: 3px;
  }
  .teiled i {
	
	font-size: 22px;
	
  }
  .inde-41 {
	margin-top: 0px;
  }
  .btn img {
	
	right: 10px;
	
  }
  .btn {
	position: relative;
	display: block !important;
	transition: all 1s;
  }
  .xsa {
	position: absolute;
	right: 0;
	bottom: 116px;
	z-index: -2;
	width: 87px;
  }
  .inde-123 {
	width: 100%;
	margin-top: 30px;
	height: auto;
	margin-right: 0;
	background: #fff;
	border-radius: 15px 15px 0 0;
  }
  .lide1 img {
	overflow: hidden;
	border-radius: 15px 15px 0 0;
  }


.lide1 {
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}

.lide2 {
	background: #fff;
	border-radius: 0px 0 0 0;
	position: absolute;
	z-index: 999;
	bottom: 0;
	top: inherit;
	left: 0;
  }
  
  .inde-122 img{
	  width: 30px;
	  margin-top: 10px;
  }
  .inde-122 {
    float: left;
    margin-left: 0;
    width: 100%;
}
  .inde-122 h2 {
	font-size: 22px;
	display: inline-block;
	left: 4%;
	    margin-bottom: 10px;
	/*transform: translateX(-50%);*/
  }
  .lide2 p {
	font-size: 15px;
	font-family: "Microsoft YaHei";
	color: rgb(102, 102, 102);
	line-height: 1.4;
  }
  .bannered .swiper-pagination {

	bottom: 14px;
  }
  .lide1 {
	
	height: 341px;

  }
  .lide2 > i {
	position: relative;
	display: block;
	margin: 17px 0 12px 0;
	width: 100%;
	height: 2px;
	background: #efefef;
  }
  .intitle {
	font-size: 22px;
	font-family: "Microsoft YaHei";
	color: #000;
	font-weight: bold;
	position: inherit;
	top: inherit;
	left: inherit;
	margin: 30px 0;
	transform: translateX(-168%);
	width: 100%;
	text-align: center;
  }

.inde-3{
	width: 100%;
}
 
.lide2 {

  width: 100%;
}
  .lide2 {
	padding: 15px 15px 30px 15px;
  }
  .inde-121 {
	overflow: hidden;
	padding: 40px 0 40px 0;
  }
  prod-list img {
	display: none;
  }
.teiled span {
   
    font-size: 22px;
    
  
}
.protabs ul li.on .protabsa img {
   
    width: 22px;
    
  
}
.protabs ul li .protabsa img {
   
    width: 22px;
    
  
}
.protabs ul li {
    position: relative;
    padding: 0px 0px 60px 0;
}
.protabsa {
    display: inline-block;
    width: 45px;
    height: 44px;
    line-height: 56px;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
}
.protabs ul li.on .protabsa img {
   
    width: 22px;
  
}
.protabs ul li h2 {
    font-size: 12px;
    padding-right: 0px;
    font-family: "DIN";
    color: rgb(51, 51, 51);
    line-height: 1.389;
    text-align: center;

}
.protabs ul li.on .protabsa img {
    transform: inherit;
    opacity: 100%;
    filter: drop-shadow(#90c035 0 0px);
}
.prod-list img {
    border-radius: 15px;
}
.prod-1 img{
	display: none;
}
.prod-1 {
    position: absolute;
    top: 16px;
    left: 24px;
   
}

/*.protabsw{
	overflow: auto;
	height: 118px;
}*/
.protabsw::-webkit-scrollbar {display:none}
.protabs ul li p {
   
   display: none
}
.protabs ul li h2 {
    margin-top: 25px;
}
.protabs ul li.on:after {
    width: 18px;
    bottom: -12px;
    z-index: 3;
    height: 21px;
    background: url(../images/sun.png) no-repeat;
    background-size: 16px;
}
.prod-list {
    position: relative;
    margin-top: 90px;
    transition-delay: 700ms;
}
.teiled {
    margin-bottom: 17px;
}
.teiled span::after {
	top: -10px;
	left: -13px;
	background-size: 33px !important;
  }
.pro6-2  .tlited span:after {
      width: 66px;
      height: 66px;
      top: -22px;
      left: -18px;
      background-size: 33px;
  }
	.banner .swiper-pagination {
    /*bottom: 74px;*/
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    right: inherit;
}
.banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
   
}
	.index-3 ul li:nth-child(even) {
    margin-right: 0px;
}
	.index-3 ul li {
    box-shadow: 0px 0px 6px rgb(0 0 0 / 4%);
    width: 48%;
    transition: all 0.5s;
    height: auto;
    margin-bottom: 10px;
    border-radius: 6px;
    margin-right: 9px;
    padding: 15px 16px 8px 17px;
}

	.phone_head .logo img {
   
    max-height: 32px;
  
}
.bottom-top-lft {
    width: 100%;
    text-align: center;
    
}

.bottom-top-lft ul li img {
    vertical-align: middle;
    margin-right: 11px;
    width: 19px;}
    .bottom-top-lft ul li {
   
    font-size: 14px;
    padding-bottom: 9px;
    
}
.bottom-top-lft ul li span {
    font-size: 22px;
  
}
.bottom-top-lft>img {
   
    margin-bottom: 22px;
    height: 35px;
        display: inline-block;
  
}
.protabs li {
    min-width: 92px;
    height: 37px;
    line-height: 34px;
    border-radius: 6px;
    font-size: 16px;
    padding-left: 12px;
}
.newsswiper-1 {
    /* background: #e0ebf7; */
    border-right: none;
}
.newsswiper-13 h2 {
    font-size: 18px;
   
    
    margin-top: 5px;
}
.bottom-top {
    padding: 25px 0px 14px 0;
}
.bottom-bot {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-top: solid 1px rgba(67,67,67,0.4);
    margin: 0 auto;
    text-align: center;
    line-height: 20px;
    color: #86888b;
    text-align: inherit;
     overflow: inherit; 
    position: relative;
        /*padding-bottom: 48px;*/
}
.bottom-bot .m-bot {
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
  
}

.bottom-bot .m-bot>a {
    font-size: 12px;
    font-family: "Microsoft YaHei";
    color: #86888b;
    display: block;
    padding: 0 0 0 5px;
}
.ii {
    margin-top: 18px;
  
}
.newsswiper-13 h2 {
    font-size: 18px;
   
    margin-top: 5px;
}
.newsswiper-1 {
    padding: 17px 18px 26px 18px;
}
.newsswiper-13 {
    padding: 4px 15px 0 15px;
}
.protabs {
    margin-top: 26px;
    text-align: center;
    font-size: 0;
    margin-bottom: 13px;
}
.protabs li:after {
    
    left: 15px;
   
}
.index-5 {
    background: #fff;
    padding: 36px 0;
}
.index-42 p:nth-child(1) {
    vertical-align: middle;
    margin-right: 8px;
}
.index-41 ul li {
    width: 32%;
    margin-right: 6px;
    background: rgb(255,255,255,0.2);
    border-radius:10px;
    padding: 23px 0;
    text-align: center;
}
	.m-left ul li:nth-child(5)::before {
    content: '';
    display: block;
    position: absolute;
    right: 91px;
    bottom: 0;
    width: 7px;
    height: 100%;
    background: url(../images/arr-r.png) center no-repeat;
}
.m-left ul li:nth-child(5) a {
    width: 76px;
    margin-top: 10px;
}
	.video-22.vider .picc>ul>li {
    float: left;
    width: 46%;
    margin-top: 30px;
}
	


.layoutleft{display: block;}
.searchmore .search-textt {
    background: #f4f1f1;
    border-radius: 4px;
    padding: 0px 50px 0 20px;
    display: block;
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    color: #666666;
    font-size: 16px;
    width: 100%;
}
.searchmore .search-text {
    background: #f4f1f1 url(../images/search2.png) no-repeat 90% center;
    background-size: 19px;
    border-radius: 4px;
    padding: 0px 50px 0 20px;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #666666;
    font-size: 16px;
    width: 100%;
}
	.searchmore {
    padding: 35px 20px 55px;
    margin-top: 20px;
    height: auto;
    margin-bottom: 10px;
    background: url(../images/ss1.jpg) no-repeat bottom;
    background-size: 100% 100%;
}
	.layoutleft.llrifht{display: none;width: 100%;}
	.video-22.vi{margin-top: -44px;}
	.down-11 {
		width: 100%;
		float: left;
		margin-right: 30px;
	  }
	
	 
	header {
		display: none;
	}
	.picc ul li {
		/*width: 48%;*/
		
		margin-right: 12px;
		
	  }
	  .picc ul li p {
		line-height: 54px;
		color: #807b7b;
		font-size: 14px;
	  }
	  .picc ul li:hover::after {
		
		background: none;
	  }
	  .ind-1, .ind-2 {
		min-width: inherit;
		padding: 0px 0 0px 0 !important;
	  }
	  .indtabscon {
		float: left;
		width: 100%;
		border-top: 1px solid #dcd8d8;
		border-bottom: 1px solid #dcd8d8;
		height: auto;
		overflow: hidden;
		/* background: pink; */
	  }
	  .indtabs ul {padding: 0 5px;  overflow-y:scroll ;white-space:nowrap;display: flex;}
	  .indtabs ul li{
		padding: 10px 5px;
		float: left;
		
	  }
	
	 
	  input, select, option, textarea {
		border: none;
		outline: none;
		font-family: "微软雅黑", arial, Helvetica, sans-serif;
	  }
	  
	 .qusswiper a {
    padding: 0px 0 15px 0;
    display: block;
    /* margin-top: -104px; */
    border-bottom: 1px solid #eaeaea;
    border-bottom-color: rgb(234, 234, 234);
}

	  .i
	  #hiswiper {
		padding-bottom: 30px;
	  }
	  .vido {
		position: absolute;
		top: 19%;
		left: 31%;
	  }
	  .phone-head .menubtn > span.expand {
		vertical-align: middle;
		display: inline-block;
		height: 19px;
		width: 40px;
		background: url(../images/menu1.png) no-repeat center;
		  background-size: auto;
		background-size: auto 100%;
	  }
	  .vido img{width: 55% !important;}
	  .picc ul li:nth-child(2){margin-right: 0px;}
	  .picc ul li:nth-child(3){margin-top: 10px;}
	  .picc ul li:nth-child(4){margin-right: 0;margin-top: 10px;}
	.picc ul {
    /*display: flex;*/
    flex-wrap: wrap;
}
	.zs .box {
   
    height: 73px;
   
}

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

	.layoutright {
    width: 100%;
}
	.layoutleft {
    display: block;
    width: 100%;
}
	.contactmain .tbox.rd {
    background: #fff;
    border: none;
}
.m-left ul li::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: calc(100% - 24px);
    height: 1px;
     background: none; 
    left: 12px;
}
.m-left ul li::before {
    content: '';
    display: block;
    position: absolute;
    right: 59px;
    bottom: 0;
    width: 7px;
    height: 100%;
    background: url(../images/arr-r.png) center no-repeat;
}
.m-left ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 32px;
    padding-right: 7px;
    box-sizing: border-box;
    font-size: 12px;
    position: relative;
}
.nynav ul li a {
    font-size: 15px;
    width: 54px;
}
.nynav ul li a {
    font-size: 15px;
    width: 46px;
}
.m-left ul li:nth-child(5){
    width: 100%;
    height: 50px;
    line-height: 30px;
    
}
.nynav ul {
    padding: 25px 0;
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
}
.m-left ul{height: auto;}
.nynav .tit{display: none;}
.hottel{display: none;}
.contactmain .main1 .tbox {
    width: 100%;
    height: auto;
}


.w .map2 {
    display: block;
}

	.phone_head {
		display: block
	}
	.h {
		height: 50px;
	}
	.bannerswiper .swiper-button-prev,
	.bannerswiper .swiper-button-next,
	.bannerswiper .swiper-pagination {
		display: block;
	}
	.proswiper .pic {
		width: 42.2%;
		position: relative;
	}
	
	.arrows {
		display: none;
	}
	
	.newslist li {
		width: 100%;
		margin-right: 0;
	}
	
	.jt_zci .let_box {
		width: 100%;
		padding-right: 0;
		border: 0;
	}
	.jt_zci .rit_box {
		width: 100%;
		margin-top: 30px;
	}
	.form {
		padding: 0;
	}
	.form li.md {
		width: 100%;
		margin-right: 0%;
	}
	
}

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

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

}

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

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

