@charset "utf-8";

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

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

@font-face {


	font-family: "NexaBold";
	src: url('NEXA-BOLD.TTF');
	font-style: normal;
}

@font-face {


	font-family: "NexaLight";
	src: url('NEXA LIGHT.OTF');
	font-style: normal;
}

html,
body {}

html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {

	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

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

html,
body {
	width: 100%;
}

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

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

img {
	border: none;
}

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

a:hover {
	color: #106bb2;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

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

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

.none {
	display: none;
}

.index-threec a:last-child {
	display: none;
}

.block {
	display: block;
}

.w {
	width: 1600px;
	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: normfal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

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

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

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

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

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

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

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

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

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

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

header.fixed {
	/* background: #fff; */
}

.overflow {
	overflow: hidden;
}



/*  *  * header *  * */

header {
	position: fixed;
	top: 0;
	left: 50%;
	transition: all 0.3s;
	transform: translateX(-50%);
	margin-top: 20px;
	width: 85%;
	z-index: 999999;
	background: rgb(255, 255, 255, 0.8);
	border-bottom: 1px solid #d6d6d6;
}

header.fixed {
	width: 97%;
	margin-top: 0;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}

header.fixed .head-main .logo {
	float: left;
	width: 9%;
}

header.fixed .lodeyt {
	width: 80%;
}

header.fixed .head-main .nav>ul>li>a {

	padding: 5px 0;
	font-size: 18px;

}

header.fixed .head-main .nav>ul>li>a:after,
header.fixed .head-main .nav>ul>li>a:after {

	bottom: 0px;

}

header.fixed .right-side-box .side-menu__toggler {
	width: 60px;
	height: 76px;

}

header.fixed .right-menu {

	padding: 9px 0;

}

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

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

.head-main .logo {
	float: left;
	width: 16%;
}

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

.head-main .nav {
	display: inline-block;

	/*  padding: 15px 0; */
	vertical-align: middle;
	/* border-right: 1px solid #eaeaea; */
}


 .head-main .nav>ul>li {
    float: left;
    /* position: relative; */
    margin: 0 30px;
     line-height: 28px;
}
.fixed .head-main .nav>ul>li{
	 line-height: 58px;
}
.head-main .nav>ul>li>a {
	display: block;
	font-size: 20px;
	font-weight: 400;
	padding: 15px 0;
	color: #333333;
	position: relative;
	text-transform: uppercase;
}

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

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

.head-main .nav>ul>li>a:after,
.head-main .nav>ul>li>a:after {
	display: block;
	width: 100%;
	height: 2px;
	background: #d7000f;
	content: "";
	left: 0;
	bottom: -2px;
	transition: all 0.8s;
	transform: scale(0);
}

.head-main .nav>ul>li.on>a:after,
.head-main .nav>ul>li>a:hover:after {
	transform: scale(1);
}

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

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

.langt img {
	vertical-align: middle;
	margin-right: 4px;
}

.langt a {
	font-size: 15px;
	color: rgb(153, 153, 153);
	font-weight: 400;
	padding-top: 19px;
	display: inline-block;
}

header.fixed .langt a {
	padding-top: 8px;
}

.langt a:hover {
	color: #d7000f;
}

.head-main .nav {
	display: flex !important;
	justify-content: space-between;

}

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

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

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

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

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

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

.lodeyt.right {
	margin: 0 30px;
}

.right-side-box .search-popup__toggler {
	/* width: 19px;
    height: 18px; */
	margin-left: 20px;
	font-size: 15px;
	color: #d7000f;
	/* background: url(../images/search.png) no-repeat center center; */
}

.right-menu a:first-child {
	padding: 0 0;
	border-right: inherit;
}

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

.right-side-box1.right-side-box {
	width: auto;
}

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

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

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

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

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

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

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

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


/*
 
 * 
 * 
 * 
 * */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Magnific Popup CSS */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Main image in popup */

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


/* The shadow behind the image */

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

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

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

.mfp-figure figure {
	margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}


/*弹窗*/

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

.side-menu__block.active {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

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

.side-menu__block-inner {
	position: relative;
	width: 31.25%;
	margin: 0 0 0 auto;
	height: 100vh;
	background: linear-gradient(to right, #1c7ec6, #3196e0);
	z-index: 999999;
	overflow-y: auto;
	padding: 20px 20px 20px 40px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

.mCustomScrollBox {
	padding-right: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	80% {
		opacity: 0.75;
	}

	90% {
		opacity: 0.9;
	}

	100% {
		opacity: 1;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa {
	font-size: 0;
}

.fa img {
	vertical-align: middle;
}

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

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

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

/*
* 22. search-popup styles
*/

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

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

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

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

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

.search-popup__form input {
	background-color: transparent;
	border: none;
	outline: none;
	width: 100%;
	height: 60px;
	color: #222222;
	font-size: 17px;
	background-color: rgba(255, 255, 255, 1);
	padding-left: 130px;
	padding-right: 80px;
}
.search-popup__form select {
    width: 19%;
    /* border-radius: 10px; */
    background: #d7000f;
    padding-left: 5px;
    padding-right: 15px;
    color: #fff;
    position: absolute;
    /* top: 0; */
    font-size: 16px;
    /* background-color: #fff; */
    box-shadow: inherit;
    /* border: 1px solid #fff; */
    height: 60px;
}
.search-popup__form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #222222;
}

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

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

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

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

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


/* Cursor Style */

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

.cursor {
	visibility: visible;
}

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

.cursor.hovered {
	opacity: 0.08;
}

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

.cursor-follower {
	visibility: visible;
}

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

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

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

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


/*移动端*/


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.bannerswiper {
	position: relative;

}

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

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

.tilted {

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

}

.tilted span {
	position: relative;
}

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

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

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

.tilted h2 {

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


}

.lodeyt {
	width: 74%;
}

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

.right-menu {
	text-align: right;
	padding: 20px 0;
	border-bottom: 1px solid #d6d6d6;
}

.right-menu img {
	vertical-align: middle;
}

.right-menu a {
	vertical-align: middle;
	font-size: 15px;
	font-weight: 400;
	color: rgb(102, 102, 102);

	padding: 0 15px;
	border-right: 1px solid rgb(102, 102, 102);

}

.right-menu a:last-child {
	border-right: inherit;
}

.right-menu a:hover {
	color: #d7000f;
}

.drop-downa {
	width: 33%;
	padding: 40px 0;
	background: #f4f4f4;
}

.drop-downb {
	width: 67%;
}

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

.drop-downa-b {
	width: 41%;
}

.drop-downa-b li a {

	font-size: 16px;

	color: rgb(102, 102, 102);


	text-align: right;
	font-weight: 400;

}

.drop-downa-b li {
	text-align: right;
	position: relative;
	/* padding-right: 17px; */
	padding: 9px 36px 9px 19px;
}

.drop-downa-b li.on a,
.drop-downa-b li:hover a {
	color: #333333;
}

.drop-downa-b li.on,
.drop-downa-b li:hover {
	background: #fff;
	border-left: 2px solid #d7000f;
}

.drop-downa-b li.on img,
.drop-downa-b li:hover img {
	opacity: 1;
}

.drop-downa-b li a img {
	vertical-align: middle;
	margin-left: 20px;
	opacity: 0;
	position: absolute;
	top: 41%;
	right: 10px;
}

.drop-downb {
	background: url(../images/aboutPage_bg.png) no-repeat bottom;
	background-size: 100%;
}

.drop-downcc {
	width: 78%;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}

.drop-downcc-a p {

	font-size: 14px;

	color: rgb(51, 51, 51);

	line-height: 1.786;
	padding-top: 10px;

}

.drop-downb-zong {
	display: none;
}

.drop-downb-zong:first-child {
	display: block;
}

.drop-down-zong {
	display: flex;
	    line-height: initial;
}

.drop-downcc-a {
	width: 53%;
}

.drop-downcc-b {
	width: 40%;
}

.drop-downcc-a a span {

	font-size: 12px;

	color: rgb(51, 51, 51);
	line-height: 2.917;
	padding-bottom: 4px;
	border-bottom: 1px solid #333333;

	font-family: "Trebuchet MS";



}

.drop-downcc-a a:hover span {
	color: #d7000f;
	border-bottom: 1px solid #d7000f;
}

.drop-downcc-a a {
	display: inline-block;
	margin-top: 40px;
}

.drop-downcc-a a img {
	vertical-align: middle;
	margin-left: 10px;

}

.drop-downcc-b {
	text-align: right;
}

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

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

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

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

.bannerswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active em {
	display: inline-block;

}

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

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

	100% {
		width: 100%;
	}
}

.bannerswiper .swiper-pagination .swiper-pagination-bullet em {
	display: inline-block;
	width: 30px;
	height: 8px;
	margin: 15px 0 15px 5px;

	vertical-align: middle;
	border: 1px solid #fff;

}

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

.index-one {
	padding: 80px 0 40px 0;
}

.index-one-t {

	font-size: 45px;

	color: rgb(51, 51, 51);

	text-align: center;

}

img {
	max-width: 100%;
}

.index-onea ul {
	display: flex;
	margin: 48px 0 40px 0;
	justify-content: center;
}

.index-onea ul li {
	position: relative;
	cursor: pointer;
	font-size: 20px;
	padding: 12px 40px;
	color: rgb(102, 102, 102);
	background: #f7f7f7;
	font-weight: 400;
	z-index: 1;
}

.index-onea ul li.on,
.index-onea ul li:hover {
	color: #fff;
}

.index-onea ul li.on::after,
.index-onea ul li:hover::after {
	position: absolute;
	/* top: 0; */
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	height: 121%;
	content: "";
	display: block;
	background: #c9161e;
}

.index-onea ul li::after {

	display: none;

}

.index-onebb {
	display: none;
}

.index-onea ul li::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	z-index: 1;
	height: 15px;
	content: "";
	display: block;
	background: #d6d6d6;
}

.index-onea ul li:last-child::before {
	display: none;
}

.index-onebb:first-child {
	display: block;
}

.onebbswipera {
	text-align: center;
}

.onebbswipera h2 {
	font-size: 18px;
	margin-top: 5px;
	color: rgb(51, 51, 51);

	line-height: 1.667;
	text-align: center;
	margin-top: -33px;
}

.onebbswipera h3 {
	margin-top: 10px;
	display: inline-block;
	border-radius: 13px;
	border: 1px solid #d6d6d6;
	transition: all 1s;
	transform: scale(0);
	font-size: 14px;

	color: rgb(102, 102, 102);
	width: 110px;
	height: 26px;
	line-height: 26px;
	text-align: center;



}

.onebbswipera h3:hover {
	color: #fff;
	background: #c9161e;
}

.onebbswipera h3 img {
	vertical-align: middle;
	margin-left: 10px;
}

.onebbswipera-img {
	transform: scale(0.7);
	transition: all 0.3s;
}

.onebbswiper .swiper-slide {

	opacity: 0.7;


}

.onebbswiper .swiper-slide.swiper-slide-active .onebbswipera-img {
	transform: scale(1);
}

.onebbswiper .swiper-slide.swiper-slide-active {
	opacity: 1;

	transform: scale(1);
}

.onebbswiper .swiper-slide.swiper-slide-active .onebbswipera-img img {
	width: 100%;
}

.onebbswiper .swiper-slide.swiper-slide-active h3 {
	transform: scale(1);
}

.onebbswiper .swiper-slide.swiper-slide-active h2 {
	margin-top: 12px;
	font-size: 20px;

	color: rgb(201, 22, 30);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5;


}

.onebbswipera-img {
	/* padding-bottom: 30px; */
}

.onebbswiper .swiper-button-prev {
	background: url(../images/left.png) no-repeat;
	width: 32px;
	height: 56px;
	left: 30%;
	top: 45%;
}

.index-two-bb {
	display: none;
}

.index-two-bb.on {
	display: block;
}

.onebbswiper .swiper-button-next {
	background: url(../images/right.png) no-repeat;
	width: 32px;
	height: 56px;
	right: 30%;
	top: 45%;
}

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

.index-twob-bb {
	display: none;
}

.index-twob-bb.on {
	display: block;
}

.twoeswiper-a ul {
	display: flex;
}

.twoeswiper-a ul li {
	width: 32%;
	margin-right: 40px;
}

.twoeswiper-a ul li:last-child {
	margin-right: 0;
}

.index-twob em {
	width: 20px;
	height: 2px;
	display: inline-block;
	margin-right: 10px;
	background: #d60010;
	vertical-align: middle;
}

.index-twob {

	font-size: 20px;

	color: rgb(102, 102, 102);
	font-weight: bold;


}

.index-twob span {
	color: #d60010;
	display: inline-block;
	margin-left: 5px;
	vertical-align: bottom;
}

.index-twoc em {
	width: 92%;
	height: 1px;
	display: inline-block;
	margin-right: 30px;
	background: #d6d6d6;
	vertical-align: middle;
}

.index-twoc {
	width: 85%;
}

.index-twoe {
	position: relative;
	margin-top: 30px;
	/* margin-bottom: 90px; */
}

.twoeswipera-zong {
	position: relative;
}

.twoeswipera-zong:hover .twoeswiper-img img {
	transform: scale(1.1);
}

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

.twoeswiper-img {
	overflow: hidden;
}

.twoeswiper-p {
	/* transition: all 1s; */
	padding: 19px 6px;
	display: flex;
	height: 59px;
	justify-content: center;
}

.twoeswiper-p h2 {
	position: relative;
	font-size: 16px;
	max-width: 65%;
	color: rgb(102, 102, 102);
	text-align: center;
	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;
}

.index-zong {
	background: url(../images/bjj.jpg) no-repeat bottom;
	background-size: 100%;
}

.twoeswipera-zong {
	background: #fff;
}

.twoeswiper-p h2::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 2px;
	background: #d7000f;
	bottom: -17px;
	content: "";
	display: block;
}

.twoeswiper-p p {
	padding: 2px 14px;

	display: none;
	font-size: 14px;

	color: rgb(255, 255, 255);
	text-transform: uppercase;

	border-radius: 13px;
	border: 1px solid #ffffff;
}

.twoeswipera-zong:hover .twoeswiper-p h2 {
	color: #fff;
	font-weight: bold;
}

.twoeswipera-zong:hover {

	background: #d7000f;

}

.twoeswiper {
	padding-bottom: 100px;
}

.twoeswipera-zong:hover .twoeswiper-p p {
	display: block;
}

.twoeswipera-zong:hover .twoeswiper-p {


	justify-content: space-between;
}

.index-twoc {
	position: relative;
}

.index-twoc .swiper-pagination {
	position: absolute;
	right: 0;
	left: inherit;
	width: auto;
	top: -20px;
}

.dangqian {
	font-size: 40px;
	font-family: "NexaBold";
	color: #d7000f;
}

.xianji {
	font-size: 20px;
	font-family: "NexaBold";
	color: #999999;
}

.zongshu {
	font-size: 20px;
	font-family: "NexaBold";
	color: #999999;

}

.index-twoe {
	position: relative;
}

.index-twoe .swiper-button-next {
	width: 50px;
	height: 50px;
	top: 34%;
	right: -5%;
	background: url(../images/rgith.png) no-repeat;
}

.index-twoe .swiper-button-prev {
	top: 34%;
	width: 50px;
	height: 50px;
	background: url(../images/lefta.png) no-repeat;
	left: -5%;
}

.index-three {
	padding: 80px 0 0 0;
}

.index-threea .w {
	display: flex;
	justify-content: space-between;
}

.index-threeb-p span {
	color: #333333;
	font-size: 45px;
}

.index-threeb-p em {
	width: 5px;
	height: 5px;
	background: #d60010;
	border-radius: 50%;
	display: inline-block;
	/* vertical-align: bottom; */
	margin: 0 5px 0 5px;
}

.index-threeb-p i {
	font-weight: 400;
	vertical-align: baseline;
	font-style: normal;
	font-size: 30px;
	color: rgba(229, 229, 229, 0.702);
	text-transform: uppercase;
	line-height: 1.167;
	vertical-align: bottom;
	margin: 0 5px;
}

.index-threeb h3 em {
	width: 20px;
	height: 2px;
	display: inline-block;
	background: #d60010;
	vertical-align: middle;
}

.index-threeb h3 i {
	display: inline-block;
	margin-left: 5px;
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	font-style: normal;
}

.index-threec span {

	font-size: 16px;
	font-family: 'D-DIN';
	color: rgb(51, 51, 51);
	line-height: 2.188;
	border-bottom: 1px solid rgb(51, 51, 51, 0.2);

}

.index-threec img {
	vertical-align: middle;
	margin-left: 15px;
}

.index-threec {
	margin-top: 24px;
}

.index-threec span:hover {
	color: #d7000f;
}

.index-three-dd {
	margin-top: 28px;
}

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

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

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

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



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

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

.inner-i {
	position: relative;
}

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

.inner h2 {
	font-size: 26px;
	color: rgb(255, 255, 255);
	line-height: 1.4;
	/* height: 70px; */
	font-weight: bold;
	margin: 0 auto;
	max-width: 209px;
}

.inner h3 {
	display: none;
	width: 48px;
	height: 4px;
	background: #d60010;
	margin: 15px auto;
}

.inner h4 {
	display: none;
	font-size: 18px;

	color: rgba(255, 255, 255, 0.502);
	text-transform: uppercase;
	line-height: 1.944;
	text-align: center;
	margin-bottom: 40px;

}

.inner {
	text-align: center;
}

.inner h5 {
	display: none;
	font-size: 14px;
	color: rgb(255, 255, 255);
	/* display: inline-block; */
	text-align: center;
	border-radius: 13px;
	border: 1px solid #fff;
	padding: 3px 23px;
}

.index-three-dd {
	position: relative;
	    transition: all .5s ease;
}
.index-three-dd.on {
	   background: #151515;
	      
}

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

.upline .item:hover .inner {
	bottom: 100px;
}

.upline .item:hover .inner h3 {
	display: block;
}

.upline .item:hover .inner h4 {
	display: block;
}

.upline .item:hover .inner h5 {
	display: inline-block;
}
.upline .item:hover{
	    animation: one 1s;
}
@keyframes one {
    0% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0
    }

    to {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1
    }
}
.upline .item {
	z-index: 1;
}

.upline .item::after {
	position: absolute;
	content: "";
	display: block;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent, rgb(0, 0, 0, 0.40));
}

.index-four {
	padding: 60px 0;
	padding-left: 140px;
}

.index-foura {
	display: flex;
}

.index-fourb {
	width: 45%;
	padding-right: 100px;
}

.index-fourc {
	width: 55%;
}

.index-fourb-a {
	margin-top: 110px;
}

.index-fourb-a h2 {

	font-size: 76px;

	color: rgb(51, 51, 51);

}

.index-fourb-a h2 em {
	font-style: normal;

	font-size: 100px;

	color: rgb(215, 0, 15);

	font-family: "NexaBold";

	font-weight: bold;
}

.index-fourb-a h2 i {

	font-style: normal;
	font-size: 76px;

	color: rgb(215, 0, 15);

}

.index-fourb-a p {
	padding-left: 20px;
	font-size: 22px;
	color: rgb(51, 51, 51);
	line-height: 1.591;
	text-align: left;
	font-weight: 400;
	/* max-width: 88%; */
	margin-top: 35px;
	margin-bottom: 20px;
	border-left: 2px solid #d60010;
}

.index-fourb-a h3 {
	text-align: right;
}

.index-fourb-a .index-threec {
	text-align: right;

}

.index-fourb-b {
	position: relative;
	margin: 45px 0;
	width: 100%;
	background: #d6d6d6;
	height: 1px;
}

.index-fourb-b::after {
	position: absolute;
	content: "";
	width: 10px;
	top: -4px;
	background: #d6d6d6;
	height: 10px;
	border-radius: 50%;
	display: block;
}

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

.index-fourb-c ul li {
	width: 50%;
	margin-bottom: 25px;
}

.index-fourb-shu {

	font-size: 22px;

	color: rgb(51, 51, 51);

	text-align: left;
	font-weight: 400;

}

.index-fourb-shu span {

	font-size: 60px;
	font-family: "NexaLight";
	color: rgb(51, 51, 51);


}

.index-fourb-c ul li p {

	font-size: 18px;
	font-weight: 400;
	color: rgb(102, 102, 102);

	line-height: 1.944;


}
.index-four-zong{
	background: url(/template/pc/skin/images/xbj.png) no-repeat bottom fixed;
	background-size: 100%;
}


.index-fourc {
	position: relative;
}

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

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

.tabarea {
	margin-top: 30px;
}

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

.section3 .tabarea .titwrap .tit:before {
	display: block;
	content: "";
	width: 43%;
	height: 45%;
	padding: 150px;
	border: 172px solid rgb(255, 255, 255, 0.7);
	border-radius: 50%;
	position: absolute;
	left: 64%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

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

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

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

.section3 .tabarea .titwrap .tit .txt:before {
	display: block;
	content: "";
	width: 115%;
	height: 115%;
	/* border-radius: 50%; */
	position: absolute;
	right: 0;
	top: -68px;
	/* transform: translate(-56%, -50%); */
	z-index: -1;
	background: url(../images/quna.png) no-repeat;
	background-size: 100% 100%;
}

.section3 .tabarea {
	position: relative;
}

.section3 .tabarea .titwrap .tit .txt {
	z-index: 1;
}

.index-onea ul li.on a {
	color: #fff;
}

.index-onea ul li:hover a {
	color: #fff;
}

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

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

.index-fourb {
	z-index: 9;
}

.icon {
	text-align: center;
}

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

.section3 .tabarea ul li:nth-child(1) {
	left: 11%;
	top: 42%;
	transform: translate(0, -255%);
}

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

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

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

.section3 .tabarea ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 20px;
	border-radius: 20%;
	background: #fff;
	box-shadow: 5px 2px 14px 0px rgb(110 108 108 / 20%);



}

.section3 .tabarea ul li .sbj {
	font-size: 16px;
	color: #333333;
	margin-top: 9px;
	font-weight: 500;
	word-break: keep-all;
}

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

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

.section3 .tabarea ul li:nth-child(2) {
	left: 5%;
	top: 47%;
	transform: translate(0, -125%);
}

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

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

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

.section3 .tabarea ul li.on a {

	background: #c9161e;

	box-shadow: 5px 2px 14px 0px rgb(110 108 108 / 20%);
}

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

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

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

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

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

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

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

.iconing {
	opacity: 0;
	transition: all 1.2s 0.1s;
	transform: translateX(40px);
}

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

.telit h2 img {
	/* vertical-align: bottom; */
	margin-left: 10px;
}

.telit h3 {
	opacity: 0;
	transform: translateX(40px);
	transition: all 1.2s 0.4s;
	width: 100%;
	height: 2px;
	margin: 25px 0 30px 0;
	background: rgb(255, 255, 255, 0.3);
}

.txtarea {
	position: absolute;
	top: 40%;
	left: 62%;
	width: 50%;
	transform: translate(-50%, -50%);
}

.iconing {
	color: #ffffff;
	font-weight: 400;
	font-size: 20px;

}

.telit h4 img {
	margin-right: 10px;
	vertical-align: top;
	margin-top: 12px;
}

.telit h4 {
	opacity: 0;
	transform: translateX(40px);
	transition: all 1.2s 0.6s;
	font-size: 22px;

	color: rgb(255, 255, 255);
	line-height: 1.591;
	font-weight: 400;
	margin-bottom: 30px;
}

.telit h4 span {
	max-width: 93%;
	display: inline-block;
}

.telit p {
	opacity: 0;
	transform: translateX(40px);
	transition: all 1.2s 0.8s;
	font-size: 18px;
	color: rgb(255, 255, 255);
	line-height: 1.9;
	padding-left: 31px;
}

.index-five {
	background: url(/template/pc/skin/images/xw-bg.png) no-repeat bottom;
	background-size: 100% 100%;
	padding: 40px 0 80px 0;
}

.index-fivea {
	display: flex;
}

.index-fiveb {
	display: flex;
}

.index-fiveb .index-threec {
	margin-left: 30px;
}

.index-fivef {
	margin-top: 40px;
}

.fivefswipera {
	padding: 0 20px 40px 20px;
	border-radius: 10px;
	overflow: hidden;

}

.fivefswipera:hover {
	background: url(../images/new.png) bottom no-repeat;
	background-size: 100%;
}

.fivefswiperb {
	width: 100%;
	padding-top: 30px;
	border-top: 2px solid #666666;



}

.fivefswiperb h2 {

	font-size: 22px;

	color: rgb(51, 51, 51);
	font-weight: 400;
	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;

}

.fivefswiperb-p {
	display: flex;
	padding-top: 25px;
	justify-content: space-between;
}

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

.fivefswiperb-p p {
	font-size: 14px;
	color: #999999;
	font-weight: 400;
}

.index-fivec {
	position: relative;
}

.index-fivec .swiper-button-prev {
	background: url(../images/lefti.png) no-repeat;
	width: 50px;
	height: 50px;
	left: -126px;
}

.index-fivec .swiper-button-next {
	width: 50px;
	height: 50px;
	background: url(../images/righti.png) no-repeat;

}

.index-fivea {

	justify-content: space-between;
}

.footer-zong {
	padding: 50px 0 60px 0;
	background: rgb(51, 51, 51);
}

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

.footer-zongb {
	/* width: 29%; */
}

.footer-zongb img {
	margin-bottom: 50px;
}

.footer-zongb p {

	font-size: 14px;

	color: rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
	line-height: 1.429;

	/* max-width: 60%; */
}

.footer-zongb p a {
	color: rgba(255, 255, 255, 0.2);
}

.footer-zongb p a:hover {
	color: #d7000f;
}

.footer-zongc-a {
	position: relative;
	background: rgb(102, 102, 102, 0.2);
	padding: 0 20px;
	width: 96%;

}

.footer-zongc-a p {
	height: 45px;

	font-size: 14px;

	color: rgb(255, 255, 255);
	position: relative;

	line-height: 45px;
}

.footer-zongc-a p img {
	transition: all 1s;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.footer-zongc-a li {
	height: 40px;
	width: 100%;
	line-height: 40px;
	position: relative;
	padding: 0 30px;
	border-top: 1px solid #e3e1e1;
}

.footer-zongc-a li::after {
	position: absolute;
	left: 15px;
	content: "";
	display: block;
	height: 10px;
	width: 2px;
	background: #d7000f;
	top: 50%;
	transform: translateY(-50%);
}

.footer-zongc-a li:hover::after {
	background: #fff;
}

.footer-zongc-a li:first-child {
	border-top: inherit;
}

.footer-zongc-a li a {
	font-size: 14px;
	color: #000;
	display: block;
}

.footer-zongc-a li:hover {
	background: #d7000f;
}

.footer-zongc-a li:hover a {
	color: #fff;
}

.footer-zongc-a ul {
	display: none;
	width: 100%;
	bottom: 100%;
	background: #fff;
	border: 1px solid #e3e1e1;
	position: absolute;
	left: 0;
}

.footer-zongc-a:hover p img {
	transform: translateY(-50%) rotate(-180deg);
}


.footer-zongc-a:hover ul {
	display: block;
}

.footer-zongc-b {
	padding: 30px 20px;
}

.footer-zongc-b a {

	font-size: 14px;

	color: rgba(255, 255, 255, 0.502);
	font-weight: 400;
	display: inline-block;
	margin-right: 15px;

}

.footer-zongc-b a:last-child {
	margin-right: 0px;
}

.footer-zongc-b a:hover {
	color: #d7000f;
}

.footer-zongd h1 {
	font-family: 'DIN';

	font-size: 14px;

	color: rgb(255, 255, 255);
	margin-bottom: 20px;
	font-weight: 400;
}

.footer-zongd h1 a {
	color: #d60010;
	font-weight: bold;
	font-size: 24px;
}

.footer-zongd h2 {

	font-size: 14px;

	color: rgba(255, 255, 255, 0.502);
	line-height: 1.429;


}

.footer-zongd h3 {
	margin-top: 30px;
	font-size: 14px;

	color: rgba(255, 255, 255, 0.2);
}

.footer-zongd h3 a {


	font-size: 14px;

	color: rgba(255, 255, 255, 0.2);

	line-height: 1.2;


}

.footer-zongd h3 a:hover {
	color: #d7000f;
}

.footer-zonge ul {
	display: flex;
}

.footer-zonge ul li {
	margin-right: 10px;
}

.footer-zonge ul li p {
	text-align: center;

	font-size: 14px;

	color: rgba(255, 255, 255, 0.502);
	margin-top: 20px;

}

.nav_pos.act {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.nav_pos {
	height: 100vh;
	background: #fff;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.7);
	transition: all .5s ease;
	/* opacity: 0.95; */
	z-index: 999999999;
	width: 100%;
	/* position: relative; */
	bottom: 0;
	transform-origin: left top;
	transition: all 0.4s;
}

.nav_pos iframe {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	filter: grayscale(1);
}

.nav_pos.act .nav-btn {
	opacity: 1;
	transform: rotate(0deg);
}

.nav-btn {
	position: absolute;
	right: 129px;
	top: 59px;
	cursor: pointer;
	/* width: 50px;
	height: 50px; */
	margin: 0 2px;
	z-index: 9;
	transform: rotate(-45deg);
	transition: all .5s;
	opacity: 0;
}

.logogo {
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 9;
}

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

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

.nav_pos-dianhua {
	font-family: 'DIN';
	z-index: 9;
	border-right: 1px solid #d6d6d6;
	padding-right: 30px;

}

.nav_pos-dianhua h1 {
	color: #000;
	font-size: 14px;
}

.nav_pos-dianhua h2 {
	line-height: 1.786;
	font-weight: bold;
	color: #d60010;
	font-size: 24px;
}

.nav_pos-dianhua {
	position: absolute;
	top: 48px;
	right: 195px;
}

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

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

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

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

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

.sub2 .sub_a a {
	text-decoration: none;
	display: block;
	background: none;
	color: rgb(255, 255, 255, 0.7);
	display: block;
	height: 40px;
	line-height: 40px;
	transition: all 0.3s;
}

.sub2 .sub_a a:hover {
	color: rgb(255, 255, 255);
}

.dianhua {
	font-family: 'DIN';

	font-size: 14px;

	color: #666666;
	/* margin-bottom: 20px; */
	font-weight: 400;
	display: inline-block;
	margin-right: 25px;
}

.dianhua a {
	font-size: 18px;

	color: #666666;

	font-weight: bold;
}

.nbanner img {
	vertical-align: bottom;
}

.nbanner>img {
	width: 100%;
}

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

.about-zongb a {

	font-size: 12px;

	color: rgb(102, 102, 102);

	text-align: left;

	display: inline-block;
	margin: 0 5px;
}

.about-zongb a:hover {
	color: #d60010;
}

.about-zong {
	border-bottom: 1px solid #d6d6d6;
}

.about-zongb {
	color: #d60010;
	font-size: 15px;
}

.about-zongb {
	padding: 25px 0;
}

.about-zongc a {
	font-size: 18px;
	color: #333333;
	font-weight: 400;
	display: inline-block;
	margin-left: 50px;
	padding: 23px 0;
}

.about-zongc a em {
	width: 5px;
	height: 5px;

	border-radius: 50%;
	background: #d60010;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.about-zongc a.on,
.about-zongc a:hover {
	font-weight: bold;
	color: #d60010;
	border-bottom: 2px solid #d60010;
}

.about-one-a {
	margin-top: 75px;
	margin-bottom: 30px;
}

.about-one-a h2 em {
	width: 40px;
	height: 6px;
	background: #d60010;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.about-one-a h2 {
	margin-bottom: 18px;
	font-size: 22px;

	color: rgb(214, 0, 16);



}

.about-one-a h3 {

	font-size: 45px;

	color: rgb(51, 51, 51);
	font-weight: bold;

}

.about-onea-b {
	width: 55%;
	display: flex;
	justify-content: right;
}

.index-foura {

	justify-content: space-between;
}

.about-onea-b {

	margin-top: 178px;
}

.about-onea-b-xia {
	padding: 44px 0;
	text-align: center;
	border-radius: 0 0 100px 0;
	background: url(../images/hong.jpg) no-repeat;
	background-size: cover;
}

.about-onea-b-b img {
	vertical-align: bottom;
}

.about-onea-b-b p {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 2;


}

.about-onea-b-a {
	padding-top: 195px;
}

.about-onea-b-b h1 {
	color: #fff;
	font-size: 26px;
	margin-top: 10px;
	font-weight: bold;
}

.about-onea .index-fourb-b {

	margin: 30px 0;
}

.about-onea {
	background: url(../images/bh.png) no-repeat right bottom;
	/* background-size: 100%; */
}

.about-onea-b-xia {
	cursor: pointer;
}

.video-box video {
    object-fit: revert;
}

.video-box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}

.about-oneb {
	padding: 100px 0;
}

.about-oneb-p {
	padding-left: 60px;
	background: url(../images/tiao.png) no-repeat left top;
	/* background-size: 100%; */
}

.about-oneb-p p {
	margin-bottom: 30px;
	font-size: 16px;

	color: rgb(102, 102, 102);

	line-height: 1.875;

}

.about-one {
	background: url(../images/20220429083514.png) no-repeat center fixed;
}

.about-two {
	padding-top: 65px;
	background: url(../images/IMG_8212.jpg) no-repeat bottom;
	background-size: cover;
}

.about-two .about-one-a {
	margin-top: 0px;
	margin-bottom: 0px;
}

.about-twoa {
	margin-top: 50px;
	background: rgb(255, 255, 255, 0.6);
}

.about-twoa ul {
	display: flex;
}

.about-twoa ul li {
	height: 520px;
	position: relative;
	width: 33.3%;
}

.about-twoa ul li>img {
	top: 50px;
	position: absolute;
	left: 70px;
	display: none;
}

.about-twoa-xia {
	padding: 0 40px;
	position: absolute;
	width: 100%;
	top: 67px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.about-twoa-xia h1 {
	color: #333333;
	font-size: 20px;
	font-weight: 400;
}

.about-twoa-xia h1 em {
	font-style: normal;
	color: #d7000f;
}

.about-twoa-xia h2 {
	color: #333333;
	font-size: 30px;
	position: relative;
	font-weight: bold;
	margin-top: 6px;
}

.about-twoa-xia h2 img {
	position: absolute;
	right: 0;
	top: 18px;
	display: none;
}

.about-twoa ul li:hover .about-twoa-xia h3 {
	display: block;
}

.about-twoa ul li:hover .about-twoa-xia h2 img {
	display: block;
}

.about-twoa ul li:hover .about-twoa-xia h4 {
	display: block;
}

.about-twoa ul li:hover .about-twoa-xia p {
	display: block;
}

/* .about-twoa ul li:hover .about-twoa-xia {
	bottom: 96px;
} */

/* .about-twoa ul li:hover {
	background: url(../images/ki.jpg) no-repeat;
	background-size: cover;
} */

.about-twoa ul li:hover>img {
	display: none;
}

.about-twoa-img img {
	height: -webkit-fill-available;
	width: 100%;
	vertical-align: bottom;
}

.about-twoa ul li:hover .about-twoa-img {
	display: block;
}

.about-twoa-img {
	/* display: none; */
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}

.about-twoa-xia h3 {
	margin: 25px 0;
	background-color: rgb(102, 102, 102);
	opacity: 0.302;

	width: 100%;
	height: 2px;
	/* display: none; */

}

.about-twoa-xia h4 {


	font-size: 18px;
	color: #666666;
	line-height: 1.591;
	/* display: none; */
	font-weight: 400;
	margin-bottom: 30px;
}

.about-twoa-xia h4 span {
	max-width: 93%;
	display: inline-block;
}

.about-twoa-xia h4 img {
	margin-right: 10px;
	vertical-align: top;
	margin-top: 12px;
}

.about-twoa-xia p {
	font-size: 14px;
	color: #666666;
	/* display: none; */
	line-height: 1.9;
	padding-left: 31px;
}

.about-threea {
	display: flex;

}

.about-three {
	background: url(../images/hout.png) no-repeat center left;
	padding: 209px 0 182px 0;
}

.about-threec {
	width: 50%;
	padding-left: 300px;
}

.about-threed {
	width: 50%;
	padding-left: 16%;
}

.about-threec .about-one-a {
	margin-top: 0px;
	margin-bottom: 0px;
}

.about-threec .index-threec {
	margin-top: 70px;
}

.about-threed {
	padding-left: 20px;
}

.about-threed-p {
	border-left: 2px solid #d60010;
	padding-left: 20px;
}

.about-threed-p p {

	font-size: 22px;

	color: #333333;
	font-weight: 400;
	line-height: 1.591;
	text-align: left;


}

.about-three {
	overflow: hidden;
	position: relative;
}

.about-three::before {
	position: absolute;
	content: "";
	display: block;
	bottom: -349px;
	z-index: -1;
	left: -199px;
	border: 89px solid #d60010;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	animation: spin 8s infinite linear;
	transform-origin: 53% 48%;
}

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

.about-four {
	padding: 80px 0 0 0;
	background: url(../images/yop.png) no-repeat top;
	background-size: 100%;
}

.about-three .about-one-a {
	margin: 0;
}

.about-five {
	padding: 35px 0 100px 150px;
}

.about-five .about-one-a {
	margin: 0;
}

.about-fivea-z {
	display: flex;
	margin-top: 45px;
	justify-content: space-between;
}

.about-fivea-zong-a {
	display: none;
	-webkit-transition-delay: 700ms;
}

.about-fivea-zong-a:first-child {
	display: block;
}

.about-fiveb {
	width: 61%;
}

.about-fiveb img {
	vertical-align: bottom;
}

.about-fivec {
	width: 39%;
}

.about-fivec h1 {
	padding: 100px 0 45px 35px;
}

.about-fivec-xia {
	height: 304px;
	background: #f1f1f1;
	padding: 60px 30px 0px 35px;
}

.about-fivec-xia p em {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #d60010;
	margin-right: 5px;
}

.about-fivec-xia p {

	font-size: 16px;

	color: #666666;
    max-width: 75%;
	line-height: 1.875;


}

.about-fivea {
	position: relative;
}

.about-fivea-ul {
	width: 61%;
	position: absolute;
	bottom: 0;
	left: 0;

	height: 100%;
	z-index: 9;
}

.about-fivea-ul ul {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
}

.about-fivea-ul ul li {
	position: relative;
	cursor: pointer;
	width: 20%;
	border-right: 1px solid rgb(255, 255, 255, 0.1);
}

.about-fivea-ul ul li p {
    text-align: center;
    bottom: 70px;
    width: 100%;
    font-size: 17px;
    padding: 0 25px;
    height: 70px;
    color: rgb(255, 255, 255);
    line-height: 1.4;
    font-weight: 400;
    position: absolute;
}
.about-fivea-ul ul li.on p {
	font-weight: bold;
}

.about-fix {
	background: url(../images/cut.png) no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.about-fix .about-one-a em {
	width: 5px;
	height: 5px;
	background: #d60010;
	border-radius: 50%;
	display: inline-block;
	/* vertical-align: bottom; */
	margin: 0 5px 0 -4px;
}

.about-fix .about-one-a {
	margin: 0;
}

.about-fixa {
	display: flex;
	width: 42%;
	margin: 35px 0;
	padding: 35px 0;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

.about-fixb:first-child {
	margin-right: 90px;
}

.about-fixb img {
	margin-right: 15px;
}

.about-fixb-z {
	font-size: 18px;
	color: rgb(51, 51, 51);
	line-height: 1.4;
	display: inline-block;
}

.about-fixb-z a {
	display: block;
	font-weight: bold;
	font-size: 30px;
	color: #d60010;
	font-family: 'DIN';
}

.about-fixe {
	margin-top: 25px;
}

.about-fixe p {

	font-size: 18px;

	color: rgb(102, 102, 102);
	font-weight: 400;
	line-height: 1.944;


}

.about-sesev {
	padding: 80px 0 80px 0;
}

.about-sesev .about-one-a {
	margin: 0;
	text-align: center;
}

.about-sesev .about-one-a em {
	width: 5px;
	height: 5px;
	background: #d60010;
	border-radius: 50%;
	display: inline-block;
	/* vertical-align: bottom; */
	margin: 0 5px 0 -4px;
}

.about-seseva {
	margin: 22px 0 30px 0;
	text-align: center;
	font-size: 18px;
	color: rgb(102, 102, 102);
	line-height: 1.944;

}

.about-sesevb ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 800px;
	margin: 0 auto;
}

.about-sesevb ul li:first-child {
	margin-right: 35px;
}

.about-sesevb ul li img {
	position: absolute;
	top: 18px;

	left: 18px;
}

.about-sesevb ul li {
	width: 47.8%;
	position: relative;

}

.about-sesevb ul li:last-child {
	width: 100%;
	margin-top: 40px;
}

.about-sesevb ul li input {
	width: 100%;
	height: 55px;
	font-size: 14px;

	color: #bbb;
	line-height: 50px;
	text-indent: 45px;
	border: 1px solid #d6d6d6;
	display: inline-block;

}

.about-sesevb ul li textarea {
	width: 100%;
	height: 170px;
	font-size: 14px;

	color: #bbb;
	line-height: 50px;
	text-indent: 45px;
	border: 1px solid #d6d6d6;
	display: inline-block;
}

.about-sesevb button {
	cursor: pointer;
	border-radius: 5px;
	background: #d60010;
	display: inherit;
	width: 260px;
	margin: 0 auto;
	margin-top: 40px;
	height: 55px;

	font-size: 18px;

	color: rgb(255, 255, 255);
	font-weight: bold;
	border: inherit;

	line-height: 55px;
}

.about-sesevb button:hover {
	opacity: 0.7;
}

.about-sesev-a {
	text-align: center;
}

.about-boomt {
	padding: 10px 0 90px 0;
}

.about-sesev-a {
	display: flex;
	justify-content: space-between;
}

.about-sesev-a span {
	font-size: 22px;
	color: rgb(51, 51, 51);
	line-height: 1.591;
	text-align: center;
	display: inline-block;
	font-weight: 400;
	max-width: 504px;

}

.about-sesev-a em {
	display: inline-block;
	width: 35%;
	margin-top: 38px;
	height: 1px;
	background: #bfbfbf;
}

.about-boomta {
	margin-top: 40px;
}

.about-boomtb {
	display: flex;

}

.bout-boomtc {
	width: 65%;
	text-align: center;

}

.contact-two1 {
	display: flex;
	justify-content: center;
}

.contact-two2 {
	width: 65%;
}

.contact-two2 {
	text-align: center;
}

.contact-two3 {
	width: 37%;
}

.contact-two3 {
	padding-top: 70px;
}

.contact-two3 h2 {
	padding: 40px 0 20px 0;

	font-size: 22px;

	color: rgb(51, 51, 51);
	font-weight: bold;



}

.contact-two3 h2 img {
	/* vertical-align: bottom; */
	margin-left: 10px;
}

.contact-two-p {
	padding: 15px 0;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	max-width: 61%;
}

.contact-two-p img {
	vertical-align: top;
	margin-right: 10px;
	margin-top: 7px;
}

.contact-two-p span {

	font-size: 16px;
	font-weight: 400;
	color: rgb(51, 51, 51);
	display: inline-block;
	line-height: 1.563;

	max-width: 92%;


}

.index-threec.index-threyou {
	text-align: right;
	padding-right: 35%;
}

.nbanner {
	position: relative;
}

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

.nbanner-xia {
	position: absolute;
	top: 22%;
	left: 50%;
	transform: translateX(-50%);
	width: 76%;
}

.nbanner-xia-a h2 {

	font-size: 60px;

	color: #fff;
	font-weight: bold;
	text-align: left;

}

.nbanner-xia-a {
	margin-top: 100px;
}

.nbanner-xia-a h3 {
	width: 20px;
	height: 2px;
	background: #d60010;
	margin: 35px 0;
}

.nbanner-xia-a {
	width: 50%;
}

.nbanner-xia-b {
	width: 36%;
}

.nbanner-xia-a p {

	max-width: 94%;
	font-size: 26px;

	color: #fff;

	line-height: 1.538;


}

.nbanner-xia-b {
	text-align: right;
	display: none;
}

.nbanner-zong {
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	width: 76%;
}

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

.nbanner-zong ul li {
	border-radius: 10px;
	/* background: rgb(255, 255, 255, 0.5); */
	margin-right: 20px;
}

.nbanner-zong ul li:last-child {
	margin-right: 0px;
}

.nbanner-zong ul li img {
	vertical-align: middle;
	margin-right: 15px;
	width: 94%;
}

.nbanner-zong ul li {
	/* width: 9%; */
	font-size: 0px;
	/* padding: 18px 24px; */
	color: rgb(51, 51, 51);
	font-weight: 400;
}

.cp-one {
	padding: 75px 0;
}

.cp-one-titi em {
	display: inline-block;
	width: 40px;
	height: 6px;
	background: #d60010;
	margin-bottom: 10px;
}

.cp-one-titi h2 {

	font-size: 45px;

	color: rgb(51, 51, 51);
	/* font-weight: bold; */


}

.cp-one-titi i {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	/* vertical-align: bottom; */
	background: #d60010;
	margin: 0 5px 0 5px;
}

.cp-onea {
	display: flex;
	margin-top: 30px;
}

.cp-oneb {
	width: 34%;
	position: relative;
}

.cp-onec {
	width: 66%;
	padding-left: 90px;
}

.cp-oneb img {
	vertical-align: bottom;

}

.cp-oneb-xia {
	position: absolute;
	top: 54px;
	text-align: center;
	left: 0;
	width: 100%;
}

.cp-oneb-xia p {

	font-size: 18px;

	color: rgb(255, 255, 255);
	margin: 15px 0;

}

.cp-onec-z p {
	font-size: 17px;
	color: rgb(51, 51, 51);
	line-height: 1.75;
	margin-bottom: 0;
}

.cp-onec-zong {
	margin-top: 60px;
	border-radius: 10px;
	padding: 31px 60px;
	position: relative;
	background: #f7f7f7;
	border-left: 4px solid #d60010;
}

.cp-onec-zong span {
	font-style: italic;
	font-size: 28px;
	display: inline-block;
	margin-right: 35px;
	color: rgb(214, 0, 16);
	font-weight: bold;



}

.cp-onec-zong em {

	font-size: 22px;

	color: rgb(51, 51, 51);
	font-weight: 400;
	display: inline-block;
	margin-left: 20px;

}

.dou {
	position: absolute;
	right: 50px;
	bottom: -10px;
}

.cp-three {
	padding: 70px 0;
}

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

.cp-threec {
	margin-top: 8px;
	font-size: 22px;
	max-width: 65%;
	color: rgb(51, 51, 51);
	font-weight: 400;
	line-height: 1.591;
}

.cp-threef {
	margin-top: 30px;
}

.cp-threef ul {
	display: flex;
	flex-wrap: wrap;
}

.cp-threef ul li {
	width: 47.9%;
	margin-right: 65px;
	background: url(../images/hc.jpg) no-repeat bottom right;
	/* background-size: cover; */
	margin-bottom: 20px;
	position: relative;
	box-shadow: 0px 2px 20px rgb(0 0 0 / 20%);
}

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

.cp-threef ul li a {
	display: flex;
	width: 100%;
}

.cp-threef-a img {
	transition: all 1s;
	vertical-align: bottom;
}

.cp-threef-a {
	width: 31%;
	overflow: hidden;
}

.cp-threef-b {
	width: 69%;
	padding: 30px 30px 15px 30px;
}

.cp-threef ul li:hover .cp-threef-a img {
	transform: scale(1.1);
}

.cp-threef ul li:hover .cp-threef-b h1 {
	color: rgb(214, 0, 16);
}

.cp-threef-b h1 {
	font-size: 26px;

	color: rgb(51, 51, 51);
	margin-bottom: 18px;

}

.cp-threef-b p {
	font-size: 15px;
	color: rgb(102, 102, 102);
	line-height: 1.563;
}

.cp-threef-b h2 {
	margin-top: 8px;
	margin-right: 64px;
	position: absolute;
	right: 30px;
	bottom: 40px;
	text-align: right;
}

.cp-threef-b h2 span {

	font-size: 14px;

	color: rgb(102, 102, 102);

	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid rgb(51, 51, 51, 0.2);
}

.cp-threef-b h2 span:hover {
	color: rgb(214, 0, 16);
	border-bottom: 1px solid rgb(214, 0, 16, 0.2);
}

.cp-threef-b {
	position: relative;
}

.shuzi {
	position: absolute;
	top: 10px;
	right: 30px;

	font-size: 60px;
	font-family: "NexaBold";
	color: rgba(214, 0, 16, 0.2);

	background: linear-gradient(to top, #ffffff, rgba(214, 0, 16, 0.2));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	-webkit-background-clip: text;
}

.cp-four {
	padding-bottom: 70px;
}

.cp-four .index-threeb-p em {
	margin: 0 5px;
}

.cp-four .index-threeb-p span {
	font-weight: bold;
}

.cp-four .index-threeb-p i {
	color: #d60010;
	font-size: 45px;
	font-weight: bold;
}

.cp-foura {
	margin-top: 35px;
}

.cp-foura ul {
	display: flex;
}

.cp-foura ul li {
	text-align: center;
	width: 25%;
	position: relative;
	padding: 18px;
	height: 310px;
	border-radius: 10px;
	overflow: hidden;
	background: #efefef;
	margin-right: 30px;
}

.cp-foura ul li:last-child {
	margin-right: 0px;
}

.cp-foura-xia {
	position: absolute;
	bottom: -18px;
	left: 0;
	transition: all 0.2s;
	text-align: center;
	width: 100%;

}

.cp-foura-xia h1 {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #d60010;
	margin: 0 auto;
}

.cp-foura-xia h2 {

	font-size: 22px;

	color: #666666;
	margin: 5px 0 10px 0;
	font-weight: 400;

}

.cp-foura-xia {
	border-radius: 10px;
	padding: 18px;
}

.cp-foura-xia h3 {
	width: 52px;
	height: 3px;
	background: #d60010;
	display: inline-block;
	margin: 0 auto;
}

.cp-foura-xia p {
	display: none;
	font-size: 16px;

	color: rgb(102, 102, 102);
	text-transform: uppercase;
	line-height: 1.563;
	margin-top: 10px;

}

.cp-foura ul li:hover .cp-foura-xia p {
	display: block;
}

.cp-foura ul li:hover .cp-foura-xia {
	background: #fff;
	height: 90%;
	width: 90%;
	bottom: 15px;
	left: 19px;
	/* bottom: inherit; */
}

.cp-foura ul li:hover .cp-foura-xia h2 {
	font-weight: bold;
	color: #333333;
}

.cp-five {
	padding: 70px 0;
	background: #f7f7f7;
}

.cp-five .index-threeb-p span {
	font-weight: bold;
}

.cp-five .index-threeb-p i {
	color: #d60010;
	font-size: 45px;
	font-weight: bold;
	vertical-align: top;
	display: inline-block;
	margin-top: 3px;
}

.cp-fivea {
	margin-top: 30px;
}

.cp-fiveb {
	background: #fff;
	padding: 40px;
	border-bottom: 4px solid #cccccc;
}

.cp-fiveb-a ul {
	display: flex;

}

.cp-fiveb-a ul li {
	position: relative;
	cursor: pointer;
	margin-right: 8px;
	font-weight: 400;
	font-size: 22px;
	background: #f7f7f7;
	padding: 24px 79px;
	color: rgb(51, 51, 51);
}

.cp-fiveb-a ul li.on {
	background: #d60010;
	color: #fff;
	font-weight: bold;
}

.cp-fiveb-a ul li.on .hut {
	display: block;
}

.cp-fiveb-a ul li.on .swsw {
	filter: brightness(0)invert(1);
}

.hut {
	display: none;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.cp-fiveb-a ul li img {
	vertical-align: middle;
	margin-right: 20px;
}

.cp-fiveb-b {
	margin-top: 70px;
}

.cp-fiveb-xua-yan {
	margin-top: 0px;
}

.cp-fiveb-bb {
	display: none;
}

.cp-fiveb-bb:nth-child(1) {
	display: block;
}

.cp-fiveb-xuaz {
	display: flex;
}

.cp-fiveb-xua-img {
	width: 42%;
	text-align: center;
	padding-right: 21px;
}

.cp-fiveb-xua-yan {
	width: 58%;
	padding-left: 60px;
}

.cp-fiveb-xua-yan ul {
	display: flex;
	flex-wrap: wrap;
}

.cp-fiveb-xua-yan-img img {
	vertical-align: bottom;
}

.cp-fiveb-xua-yan ul li {
	margin-right: 8px;
	width: 19%;
	margin-bottom: 8px;
}

.cp-fiveb-xua-yan ul li p {
	margin-top: 8px;
	text-align: center;

	font-size: 16px;
	font-weight: 400;

	color: rgb(51, 51, 51);



}

.cp-fiveb-xua-yan-img {
	position: relative;
}

.p-fiveb-xua-yan {
	margin-top: 80px;
}

.cp-fiveb-xua-yan ul li.on .cp-fiveb-xua-yan-img::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 94%;
	height: 88%;
	border: 6px solid rgb(255, 255, 255, 0.2);
	background: url(../images/dui.png) no-repeat center center;
	content: "";
	display: block;
}

.cp-fiveb-xua-img-z {
	display: none;
}

.cp-fiveb-xua-img-z:first-child {
	display: block;
}

.cp-fiveb-zong {
	text-align: center;
}

.cp-six {
	padding: 100px 0;
	background: url(../images/wur.png) no-repeat right bottom;

}

.cp-sixa {
	display: flex;
}

.cp-sixb {
	width: 23%;
	padding-top: 80px;
}

.cp-sixc {
	width: 77%;
}

.cp-sixb ul li {
	display: inline-block;
	font-size: 22px;
	font-weight: 400;
	color: rgb(51, 51, 51);
	margin-bottom: 15px;
	padding: 26px 32px;
	width: 300px;
	position: relative;
	background: #f7f7f7;
	border-left: 4px solid #d60010;
}

.xnusa {
	display: none;
	position: absolute;
	right: -11px;
	top: 50%;
	transform: translateY(-50%);
}

.cp-sixb ul li.on {
	background: #d60010;
	color: #fff;
	font-weight: bold;
	border-left: 4px solid #333333;
}

.cp-sixb ul li.on .xnusa {
	display: block;
}

.cp-sixc-a {
	display: none;
}

.cp-sixc-a:first-child {
	display: block;
}

.cp-sixc-a ul {
	display: flex;
}

.cp-sixc-a ul li {
	width: 25%;
	background: #fff;
	border: 1px solid #d6d6d6;
	margin-right: 10px;
	padding: 15px;
}

.cp-sixc-a ul li:last-child {
	margin-right: 0px;
}

.cp-sixc-img {
	overflow: hidden;
}

.cp-sixc-img img {
	transition: all 1s;
	vertical-align: bottom;
}

.cp-sixc-a ul li:hover .cp-sixc-img img {
	transform: scale(1.1);
}

.cp-sixc-a ul li p {
	padding: 20px 0;
	font-size: 18px;
	font-weight: 400;
	color: rgb(51, 51, 51);

	line-height: 1.667;


}

.cp-senev {
	background: #f7f7f7;
	padding: 90px 0 70px 0;
}

.cp-senev-titi {
	text-align: center;
}

.cp-senev-titi h2 {

	font-size: 30px;

	color: rgb(51, 51, 51);
	text-transform: uppercase;
	margin-bottom: 10px;

}

.cp-senev-titi h2 em {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #d60010;
	margin: 0 5px 0 5px;
}

.cp-senev-titi p {
	width: 20px;
	height: 2px;
	background: #d60010;
	margin: 0 auto;
}

.cp-seneva {
	margin-top: 30px;
	margin-bottom: 90px;
}

.cp-seneva ul {
	display: flex;
	flex-wrap: wrap;
}

.cp-seneva ul li {
	width: 20%;
	text-align: center;
	border-right: 1px solid #dbdbdb;
}

.cp-seneva ul li:last-child {
	border-right: inherit;
}

.cp-seneva ul li h1 {
	font-size: 26px;
	font-family: "NexaBold";
	color: rgb(102, 102, 102);

	margin: 15px 0;
}

.cp-seneva ul li img {
	transition: all 0.3s;
}

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

.cp-seneva ul li p {

	font-size: 18px;

	color: rgb(51, 51, 51);
	font-weight: 400;
	line-height: 1.667;
	max-width: 73%;
	margin: 0 auto;


}

.cp-senevb {
	text-align: center;
}

.cp-tecwa {
	background: url(../images/casbj.png) no-repeat bottom;
	background-size: 100%;
	padding: 70px 0;
}

.cp-tecwaa {
	margin-top: 30px;
	padding: 0 15px;
}

.cp-tecwaa ul {
	display: flex;
}

.cp-tecwaa ul li {
	margin-right: 10px;
	background: #fff;
	width: 17%;
	text-align: center;
	padding: 10px 0;
	overflow: hidden;
}

.cp-tecwaa ul li:last-child {
	margin-right: 0;
}

.cp-tecwaa ul li img {
	transition: all 0.5s;
}

.cp-tecwaa ul li :hover img {
	transform: scale(1.1);
}

.cp-tecwaa ul li p {

	font-size: 16px;

	color: rgb(102, 102, 102);
	margin-top: -12px;
	text-aslign: center;

}

.cp-tecwaa-img {
	height: 245px;
}

.cp-nrews {
	padding: 70px 0;
}

.cp-nrewsa {
	margin-top: 25px;
}

.cp-nrewsa ul {
	display: flex;
	flex-wrap: wrap;

}

.cp-nrewsa ul li {
	margin-right: 35px;
	margin-bottom: 25px;
	background: #f9f9f9;
	padding: 30px 25px;
	border: 1px solid #dddddd;
	width: 31.8%;
}

.cp-nrewsa ul li:nth-child(3n) {
	margin-right: 0px;
}

.cp-nrewsa ul li a {
	display: flex;
}

.cp-nrewsb {
	width: 16%;
	text-align: center;
	padding-right: 15px;
	border-right: 1px solid #dddddd;
}

.cp-nrewsc {
	width: 84%;
}

.cp-nrewsb h2 {
	font-size: 40px;
	font-family: "NexaBold";
	color: rgb(153, 153, 153);
	text-transform: uppercase;
	/* margin: 5px 0; */
	text-align: center;

}

.cp-nrewsb h3 {
	font-size: 12px;



	font-family: "NexaBold";
	color: rgb(153, 153, 153);


	text-align: center;

}

.cp-nrewsc h1 {

	font-size: 18px;

	color: rgb(51, 51, 51);
	font-weight: 400;
	line-height: 2.222;
	margin-bottom: 10px;

}

.cp-nrewsc p {

	font-size: 14px;

	color: rgb(102, 102, 102);

	line-height: 1.714;

	font-weight: 400;
}

.cp-nrewsc {
	padding-left: 15px;
}

.cp-nrewsa ul li:hover .cp-nrewsc h1 {
	color: #d60010;
}

.cp-nrewsa ul li:hover {
	border: 1px solid #d60010;
}

.anli-two {
	margin-top: 30px;
}

.anli-two h1 {

	font-size: 45px;

	color: rgb(51, 51, 51);
	font-weight: bold;
	margin-bottom: 15px;


}

.anli-two h2 {
	width: 20px;
	height: 2px;
	background: #d60010;
}

.anli-three {
	display: flex;
	padding-bottom: 70px;
	background: rgb(255, 255, 255, 0.9);
	border-radius: 0 0 20px 20px;
	margin: 35px 0 70px 0;
	border-bottom: 6px solid #dbdbdb;
}

.anli-threea {
	width: 71%;
}

.anli-threeb {
	width: 29%;
}

.anli-zong {
	padding: 137px 0 0 0;
	background: url(../images/anli.jpg) no-repeat top;
	background-size: 100%;
}

.anli-threea-q ul {
	display: flex;
	flex-wrap: wrap;
}

.anli-threea-q ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.anli-threea-q ul strong {
	color: #d7000f;
}

.anli-threea-q {
	padding: 55px 55px 0 55px;
	border-right: 1px solid #d6d6d6;
}

.anli-threea-q ul li {

	width: 46.8%;
	background: #f9f9f9;
	border: 1px solid #dddddd;
	margin-right: 45px;
	margin-bottom: 40px;
}

.anli-threea-q ul li:nth-child(2n) {
	margin-right: 0px;
}

.anli-threea-img {
	overflow: hidden;
}

.anli-threea-img img {
	/* width: 100%; */
	vertical-align: bottom;
	transition: all 1s;
}

.anli-threea-q ul li:hover .anli-threea-img img {
	transform: scale(1.1);
}

.anli-threea-p {
	display: flex;
	padding: 20px;
}

.anli-threea-p-a {
	width: 100%;
	padding-right: 25px;
	/* border-right: 1px solid #dddddd; */
}

.anli-threea-p-b {
	width: 25%;
}

.anli-threea-p-a h1 em {
	vertical-align: middle;
	display: inline-block;
	width: 5px;
	height: 5px;

	border-radius: 50%;
	background: #d60010;
	margin-right: 10px;
}

.anli-threea-p-a h1 {
	color: #333333;
	font-size: 20px;
	font-weight: 400;
}

.anli-threea-q ul li:hover h1 {
	color: #d60010;
}

.anli-threea-p-a p {

	font-size: 14px;

	color: rgb(102, 102, 102);
	line-height: 1.429;
	text-align: left;
	margin-left: 13px;
}

.anli-threea-p-b {
	padding: 20px;
	display: none;
}

.anli-threea-more {
	width: 150px;
	background: #d60010;
	border-radius: 25px;
	height: 50px;
	line-height: 50px;
	margin: 40px auto 0;
	padding: 0 20px;
	color: #fff;
	font-size: 16px;
}

.anli-threea-more a {
	color: #fff;
	font-size: 16px;
}

.anli-threea-more img {
	vertical-align: middle;
	margin-left: 15px;
}

.anli-threeb-xia {
	margin: 55px;
	padding: 20px 0 20px 0;
	border-radius: 10px;
    background: url(../images/c.png) no-repeat top;
    background-size: 100%;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 20px rgb(0 0 0 / 20%);

}

.anli-threeb-input {
	margin-top: 20px;
	position: relative;
}

.anli-threeb-input button {
	position: absolute;
	top: 50%;
	background: inherit;
	border: inherit;
	cursor: pointer;
	right: 20px;

	transform: translateY(-50%);
}

.anli-threeb-input input {
	padding: 0 20px;
	border-radius: 5px;
	width: 100%;
	height: 50px;
	border: 1px solid #d7d7d7;
}

.anli-threeb-chong {
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.anli-threeb-chong button {

	font-size: 14px;

	color: rgb(51, 51, 51);
	border-radius: 5px;
	width: 60px;
	height: 30px;
	border: 1px solid #666666;
	background: #fff;
	text-align: center;


}

.anli-threeb-xia-a {
	position: relative;
}

.anli-threeb-xia-a h1 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 0 20px;
    line-height: 1.667;
}

.anli-threeb-xia-a h1 img {
	vertical-align: middle;
	margin-right: 10px;
	filter: brightness(0)invert(1);
}

.anli-threeb-xia-b {
	margin-top: 20px;
}

.anli-threeb-xia-b ul li:first-child {
	border-top: 1px solid #d7d7d7;

}

.anli-threeb-xia-d {
	cursor: pointer;
}

.anli-threeb-xia-b ul li.on .anli-threeb-xia-e {
	display: block;
}

.anli-threeb-xia-b ul li {
	padding: 15px 0;
	border-bottom: 1px solid #d7d7d7;
}

.anli-threeb-xia-d {
	position: relative;
	font-size: 20px;

	color: rgb(51, 51, 51);
	font-weight: 400;
	line-height: 1.75;
	text-align: left;


}

.anli-threeb-xia-d img {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.anli-threeb-xia-e {
	margin-top: 15px;
}

.anli-threeb-xia-e p input {
	margin-right: 20px;
}

.anli-threeb-xia-e p a{

	font-size: 16px;
display: inline-block;
	color: rgb(102, 102, 102);
	font-weight: 400;
	line-height: 1.875;


}
.anli-threeb-xia-e p i{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/template/pc/skin/images/a1.png) no-repeat;
	background-size: 100%;
	margin-right: 5px;
}

.anli-threeb-xia-e p input {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	border: 1px solid #d7d7d7;
}

.anli-threeb-xia-e p:hover i,.anli-threeb-xia-e p.on i{
	background: url(/template/pc/skin/images/a2.png) no-repeat;
	background-size: 100%;
}
.anli-threeb-xia-e p:hover a,.anli-threeb-xia-e p.on a{
	color: #d7000f;
}
.anli-threeb-xia-e {
	display: none;
}

.yingyong-one {
	padding: 55px 55px 0 55px;
	border-right: 1px solid #d6d6d6;
}

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

.yingyong-one ul li {
    /* background: #f9f9f9 url(../images/ee.png) no-repeat right bottom; */
    padding: 40px;
    width: 100%;
    padding: 56px 25px 56px 59px;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    margin-right: 0px;
    background-size: 49% 100% !important;
}


.yingyong-one h1 a {

	font-size: 26px;

	color: rgb(51, 51, 51);
	font-weight: bold;


}

.yingyong-one h1 a:hover {
	color: #d60010;
}

.yingyong-one h1 {
	margin-bottom: 10px;
}

.yingyong-one h1 em {
	width: 20px;
	height: 2px;
	background: #d60010;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
}

.yingyong-one h1 i {
	display: inline-block;
	width: 5px;
	height: 5px;
	font-style: normal;
	border-radius: 50%;
	background: #d60010;
}

.yingyong-one h2 {
	font-size: 14px;
	color: rgb(102, 102, 102);
	line-height: 1.714;
	font-weight: 400;
	max-width: 60%;
	margin-bottom: 20px;
	    max-width: 37%;
}

.yingyong-one h3 a:hover {
	color: #d60010;
	border: 1px solid #d60010;
}

.yingyong-one h3 a {
	display: inline-block;
	margin-right: 2px;
	padding: 7px 6px;
	font-size: 13px;
	color: rgb(51, 51, 51);
	border: 1px solid #bfbfbf;
}

.news-one {
	margin-top: 30px;
}

.anli-two {
	position: relative;
}

.anli-two-xoa {
	position: absolute;
	right: 0;
	top: 0;
}

.anli-two-xoa a {
	display: inline-block;
	margin-left: 50px;
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 10px;

}

.anli-two-xoa a.on,
.anli-two-xoa a:hover {
	color: #d60010;
	font-weight: bold;
	border-bottom: 2px solid #d60010;
}

.anli-two-xoa a em {
	display: inline-block;
	width: 6px;
	height: 6px;
	font-style: normal;
	border-radius: 50%;
	background: #d60010;
	vertical-align: middle;
	margin-right: 8px;
}

.oneswipera {
	display: flex;
}

.oneswiperb {
	width: 50%;
}

.oneswiperc {
	width: 50%;
}

.oneswiperb {
	overflow: hidden;
}

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

.oneswipera:hover .oneswiperb img {
	transform: scale(1.1);
}

.oneswiperc {
	padding: 70px 50px;
	background: rgb(255, 255, 255, 0.9);
}

.oneswiperc h1 {

	font-size: 26px;

	color: rgb(51, 51, 51);
	font-weight: bold;
	padding-left: 20px;
	border-left: 4px solid #d60010;

}

.oneswiperc h2 {

	font-size: 14px;

	color: rgb(102, 102, 102);

	line-height: 1.714;

	margin: 30px 0;
	padding-left: 25px;
}

.oneswiperc h3 {
	padding-left: 25px;
}

.oneswiperc h3 span {

	font-size: 12px;

	color: rgb(102, 102, 102);
	padding: 3px 11px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 12px;
	border: 1px solid #d6d6d6;
}

.oneswiperc-iz {
	display: flex;
	margin-top: 50px;
	padding-left: 25px;
	justify-content: space-between;
}

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

.oneswiperc-time {
	margin-top: 28px;
	font-size: 16px;
	color: rgb(102, 102, 102);

}

.news-one {
	padding-bottom: 60px;
	position: relative;
}

.oneswiper {
	padding-bottom: 60px;
}

.oneswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #d60010;
}

.news-one .swiper-button-next {
	right: -53px;
	top: 39%;
}

.news-one .swiper-button-prev {
	left: -53px;
	top: 39%;
}

.news-two {
	padding: 70px 0;
}

.news-two ul {
	display: flex;
	flex-wrap: wrap;
}

.news-two ul li {
	width: 31.8%;
	background: #f9f9f9;
	margin-right: 35px;
	border: 1px solid #dddddd;
	margin-bottom: 30px;
	position: relative;
	padding: 35px 28px 18px 28px;
}

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

.news-two ul li h1 {

	font-size: 22px;

	color: rgb(51, 51, 51);
	font-weight: 400;
	line-height: 1.818;


}

.news-two ul li:hover .news-two-jia {
	background: #d60010;
}

.news-two ul li:hover .news-two-jia img {
	filter: brightness(0)invert(1);
}

.news-two ul li:hover {
	border-bottom: 2px solid #d60010;
}

.news-two-jia {
	position: absolute;
	right: -1px;
	bottom: 0;
	width: 80px;
	height: 80px;
	background: transparent;
	text-align: center;
	line-height: 99px;
}

.news-two ul li h2 {
	margin: 20px 0 30px 0;
	font-size: 14px;

	color: rgb(102, 102, 102);
	font-weight: 400;
	line-height: 1.714;

}

.news-two-tme h3 {

	font-size: 40px;
	font-family: "NexaBold";
	color: rgb(153, 153, 153);

}

.news-two-tme h4 {
	margin-top: -10px;
	color: rgb(153, 153, 153);
	font-size: 12px;
	font-family: "NexaBold";

}

.shuoming-one {
	padding: 55px 55px 0 55px;
	border-right: 1px solid #d6d6d6;
}

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

.shuoming-one ul li {
	background: #f9f9f9;
	/* padding: 40px; */
	width: 100%;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
	margin-right: 0px;
	background: #f9f9f9;
}

.shuoming-one ul li:hover .news-two-jia {
	background: #d60010;
}

.shuoming-one ul li:hover .news-two-jia img {
	filter: brightness(0)invert(1);
}

.shuoming-one ul li:hover {
	border-bottom: 2px solid #d60010;
}

.shuoming-one ul li a {
	display: flex;
}

.huoming-onea img {
	vertical-align: bottom;
}

.huoming-onea {
	width: 32%;
}

.huoming-oneb {
	position: relative;
	padding: 20px 60px;
	width: 68%;
}

.huoming-oneb h1 {
	font-size: 22px;
	color: rgb(51, 51, 51);
	font-weight: 400;
	line-height: 1.818;
}

.huoming-oneb h2 {
	max-width: 76%;
	margin: 20px 0 30px 0;
	font-size: 14px;
	color: rgb(102, 102, 102);
	font-weight: 400;
	line-height: 1.714;
}

.shuomig-xoa {
	margin: 55px;
}

.shuomig-xoa-a h1 img {
	vertical-align: middle;
	margin-right: 10px;
	filter: brightness(0)invert(1);
}

.shuomig-xoa-a h1 {
	padding: 15px 20px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 1.667;
}

.shuomig-xoa-a {
	border-radius: 10px;
	overflow: hidden;
	background: url(../images/c.png) no-repeat top;
	background-size: 100%;
	margin-top: 0;
	box-shadow: 0px 2px 20px rgb(0 0 0 / 20%);
}

.shuomig-xoa-b {
	padding: 20px;
	background: #fff;
	border-radius: 20px 0 10px 10px;
}

.shuomig-xoa-b select {

	width: 100%;

	height: 50px;
	line-height: 50px;
	border: 1px solid #d7d7d7;
	font-size: 16px;
	color: #666;
	background: #f9f9f9;
	text-align-last: left;
	padding: 0 20px;
	border-radius: 5px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 46px;
	background: #f9f9f9 url(../images/cs.png) no-repeat 90% center;
}

.shuomig-xoa-bouttom {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.shuomig-xoa-bouttom button {
	font-size: 16px;
	color: rgb(51, 51, 51);
	border-radius: 5px;
	width: 47%;
	height: 50px;
	border: 1px solid #666666;
	background: #fff;
	text-align: center;
	cursor: pointer;
}

.shuomig-xoa-bouttom button:last-child {
	border: 1px solid #d60010;
	color: #fff;
	background: #d60010;
}

.shuomig-xoa-b {
	margin-top: 30px;
}

.shuomig-xoa-b .index-threeb-p em {
	margin: 0 5px;
}

.shuomig-xoa-b .index-threeb-p span {
	font-size: 30px;
}

.shuomig-xoa-c ul li h1 img {
	vertical-align: middle;
	margin-right: 10px;
}

.shuomig-xoa-c ul li h1 {

	font-size: 14px;

	color: rgb(102, 102, 102);
	font-weight: 400;
	line-height: 1.786;

}

.shuomig-xoa-c ul li p {
	font-size: 16px;
	line-height: 1.786;
	color: rgb(102, 102, 102);
	padding-left: 20px;
}

.shuomig-xoa-c ul li:hover p {
	color: #d60010;
}

.shuomig-xoa-c ul li {
	padding: 12px 0;

	border-bottom: 1px solid #dbdbdb;
}

.newsxq-one {
	margin-top: 30px;
	padding: 50px 60px 60px 60px;
	background: #fff;
	border-radius: 0 0 20px 20px;
	border-bottom: 6px solid #dbdbdb;
}

.newsxq-onea {
	justify-content: space-between;
	display: flex;
	padding-bottom: 15px;
	border-bottom: 1px solid #d6d6d6;
}

.newsxq-onea h1 {

	font-size: 30px;

	color: rgb(51, 51, 51);
	font-weight: bold;

	line-height: 1.333;
	padding-left: 25px;
	border-left: 4px solid #d60010;


}

.newsxq-onea p {
	padding-left: 30px;
	margin-top: 20px;
}

.newsxq-onea p span {
	display: inline-block;
	margin-right: 15px;

	font-size: 16px;

	color: rgb(102, 102, 102);
	font-weight: 400;

}

.newsxq-onea p span img {
	vertical-align: middle;
	margin-right: 5px;
}

.newsxq-onec .index-threec span {
	font-size: 14px;
}

.newsxq-onec .index-threec a:hover {
	opacity: 0.8;
}

.newsxq-oned {

	font-size: 16px;

	color: rgb(102, 102, 102);

	line-height: 1.875;

	padding: 35px 0 50px 0;
	border-bottom: 1px solid #d60010;
}

.newsxq-onef {
	padding: 35px 0 0 0;
	display: flex;
	justify-content: space-between;
}

.newsxq-onef-a a {

	font-size: 14px;

	color: rgb(153, 153, 153);

	line-height: 2.143;
	display: block;

}

.newsxq-onef-a a:hover {
	color: #d60010;
}

.newsxq-oneb h2 {

	font-size: 18px;
	padding-left: 10px;
	border-left: 2px solid #d60010;
	color: rgb(51, 51, 51);
	font-weight: bold;
	/* line-height: 1.944; */

}

.newsxq-oneb h3 {
	padding-left: 10px;
	margin-top: 5px;
}

.newsxq-oneb h3 a {
	font-size: 12px;
	color: rgb(102, 102, 102);
	border: 1px solid #d6d6d6;
	border-radius: 12px;
	text-align: center;
	display: inline-block;
	padding: 3px 11px;
}

.newsxq-oneb h3 a:hover {
	border: 1px solid #d60010;
	color: #d60010;
}

.newsxq-two {
	background: url(../images/casbj.png) no-repeat bottom;
	background-size: 100%;
	padding: 70px 0;
}

.newsxq-two .cp-senev-titi {
	text-align: left;
}

.newsxq-two .cp-senev-titi p {
	margin: 0;
}

.newsxq-two .cp-tecwaa ul li {
	width: 25%;
}

.newsxq-three {
	padding: 70px 0;
}

.newsxq-three .cp-senev-titi {
	text-align: left;
}

.newsxq-three .cp-senev-titi p {
	margin: 0;
}

.newsxq-three .cp-tecwaa-a ul {
	display: flex;
}

.newsxq-three .cp-tecwaa-a {
	margin-top: 30px;
}

.newsxq-three .cp-tecwaa-a ul li {
	margin-right: 45px;
	width: 31%;
}

.newsxq-three .cp-tecwaa-a ul .twoeswipera-zong {
	background: #f9f9f9;
}

.newsxq-three .cp-tecwaa-a ul .twoeswipera-zong:hover {
	background: #d60010;
}

.cp-nrews.newsxq-three {
	padding: 0 0 70px 0;
}

.about-foura {
	margin-top: 30px;
	padding: 45px 0px 50px 130px;
}

.about-foura {
	background: url(../images/hu.png) no-repeat left top;
	display: flex;
	justify-content: space-between;
}

.about-fourb {
	width: 50%;
	padding-left: 75px;
	position: relative;
}

.twobswiper .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.about-fourb {
	position: relative;
}

.twobswiper .swiper-slide {
	opacity: 0.2;
}

.about-fourb-f {
	position: absolute;
	left: -102px;
	top: 0;
}

.about-fourc ul {
	z-index: 9;
}

.about-fourc {
	z-index: 8;
	position: relative;
}

.quan {
	position: absolute;
	right: -191px;
	top: -197px;
	z-index: -1;
}

.about-four .about-one-a {
	margin-top: 0;
}

.about-fourc ul li.on {
	display: block;
}

.about-fourc ul li {
	display: none;
	text-align: right;
}

.about-fourc ul li img {
	z-index: 8;
	border-radius: 50%;
}

.about-fourb-f h2 {
	font-size: 70px;
	font-family: "NexaBold";
	color: rgb(215, 0, 15);
	writing-mode: tb-rl;
	/*    letter-spacing: -25px; */
	line-height: 1.288;
	transform: rotate(180deg);

}

.about-fourb:before {
	width: 1px;
	height: 73%;
	background: #d6d6d6;
	content: "";
	display: block;
	position: absolute;
	left: 4px;
	top: 0;
}

.about-fourb:after {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #d60010;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.about-fourc {
	width: 50%;
}

.twobswiper {
	height: 400px;
	overflow: hidden;

}

.twobswipera h1 {

	font-size: 40px;
	font-family: "NexaBold";
	color: rgb(102, 102, 102);
	margin-bottom: 15px;

}

.twobswipera {
	padding: 30px 0;
}

.twobswipera p {
	font-weight: 400;
	font-size: 22px;

	color: rgb(102, 102, 102);

	line-height: 1.591;

}

.cp-two {
	background: url(../images/xsa.png) no-repeat;
	background-size: cover;
	padding: 80px 0;
}

.cp-two .index-threeb-p span {
	font-weight: bold;
}

.cp-two .index-threeb-p em {
	margin: 0 5px;
}

.cp-twoa {
	margin: 30px 0;
}

.twoaswipera {
	display: flex;
	margin: 8px;
	box-shadow: 0px 1px 10px rgb(0 0 0 / 9%);
}

.twoaswiperb {
	width: 100%;
}

.twoaswiperb img {
	vertical-align: bottom;
	/* width: 100%; */

}

.twoaswiperc {
	padding: 15px;
	width: 43%;
	background: #fff;
	/* display: none; */
}

.twoaswiperc h1 {
	font-size: 60px;
	font-family: "NexaBold";
	color: rgba(153, 153, 153, 0.2);
	line-height: 1;

}

.twoaswiperc h2 {

	font-size: 22px;

	color: rgb(51, 51, 51);
	font-weight: bold;


}

.twoaswiperc h3 {
	margin-top: 40px;

	font-size: 16px;

	color: rgb(51, 51, 51);
	line-height: 1.563;


}

.twoaswiper .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.twoaswiper .swiper-pagination {
	width: auto;
	top: 4%;
	display: none;
	left: 29%;
	right: inherit;
}

.twoaswiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #d7000f;
}

.twoaswiper .swiper-button-prev {
	left: inherit;
	right: 29%;
	top: 54%;
	filter: brightness(0.5);
	background-size: 69%;
}

.twoaswiper .swiper-button-next {
	left: inherit;
	right: 29%;
	top: 42%;
	filter: brightness(0.5);
	background-size: 69%;
}

.twoaswiper .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: block;
	opacity: 1;
	margin-bottom: 10px;
	background: #999999;
}

.twoaswipera {
	/* height: 368px; */
	overflow: hidden;
}

.twoaswiper .swiper-slide {
	opacity: 0.8;
}

.twoaswiper .swiper-slide.swiper-slide-active .twoaswiperc {
	display: block;
}

.twoaswiperc h4 {
	margin-top: 5px;
	font-size: 14px;
	padding: 2px 12px;
	color: rgb(153, 153, 153);
	border-radius: 13px;
	border: 1px solid #d6d6d6;
	display: inline-block;
}

.twoaswiperc h4:hover {
	color: #d60010;
	border: 1px solid #d60010;
}

.cp-twoff ul {
	max-width: 1500px;
	margin: 0 auto;
	background: rgb(255, 255, 255, 0.5);
	border-radius: 0 0 20px 20px;
	padding: 30px 0;
	display: flex;
}

.cp-twoff ul li {
	width: 25%;
	padding-left: 30px;
	position: relative;
}

.cp-twoff-a span {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgb(216, 223, 229, 0.3);

	font-size: 30px;
	font-family: "NexaBold";
	color: rgb(153, 153, 153);
	text-align: center;
	line-height: 50px;
	margin-right: 20px;
	vertical-align: middle;
}

.cp-twoff-a:first-child {
	margin-bottom: 25px;
}

.cp-twoff-a a {
	font-size: 18px;

	color: rgb(51, 51, 51);
	line-height: 1.389;



}

.cp-twoff ul li:first-child:after {
	display: none;
}

.cp-twoff ul li:first-child:before {
	display: none;
}

.cp-twoff ul li:after {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #d6d6d6;
	content: "";
	display: block;
	position: absolute;
	left: 2px;
	top: 0;
}

.cp-twoff ul li:before {
	width: 1px;
	height: 100%;
	background: #d6d6d6;
	content: "";
	display: block;
	position: absolute;
	left: 4px;
	top: 0;
}

.cp-twoff-a a:hover {
	color: #d60010;
}

.cp-twoffxs {
	text-align: center;
	margin: 30px 0 30px 0;
}

.cp-twoffxs a {

	font-size: 22px;

	color: rgb(215, 0, 15);




}

.cp-twoffxs-more {
	text-align: center;
}

.cp-twoffxs-more a:hover {
	opacity: 0.8;
}

.cp-twoffxs-more img {
	vertical-align: middle;
	margin-left: 10px;
}

.cp-twoffxs-more>a {
	background: #d60010;
	font-size: 16px;

	color: rgb(255, 255, 255);
	border-radius: 25px;

	padding: 15px 21px;

}

.cp-twoffxs-more .index-threec {
	display: inline-block;
	margin-left: 20px;
}

.head-main .nav {
	width: 100%;

}

.guding {
	position: fixed;
	top: 219px;
	left: 13px;
	background: #d60010;
	z-index: 999;
	padding: 45px 6px 15px 6px;
}

.guding ul li {
	border-bottom: 1px solid rgb(255, 255, 255, 0.2);
	padding: 8px 0;
	text-align: center;
}

.guding ul li a {

	font-size: 14px;

	color: rgb(255, 255, 255);

	/* line-height: 2.5; */


}

.guding ul li a:hover {
	opacity: 0.8;
}

.guding-a {
	margin: 10px 0;
	cursor: pointer;
}

.guding-b {
	text-align: center;
}

.history .history-top .history-top-bg img,
.history .history-top .img img {
	display: block;
	width: 100%;
}

.index-four {
	position: relative;
}

.history .history-top .history-cloud-four,
.history .history-top .history-cloud-one,
.history .history-top .history-cloud-three,
.history .history-top .history-cloud-two {
	position: absolute;
	z-index: 8;
	width: 100%;
	left: 0;
	top: 100%;
}

.history {
	position: absolute;
	bottom: 82%;
	left: 0;
	opacity: 1;
	width: 100%;
}

.index-four {
	overflow: hidden;
}

.pages {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
}

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

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

.pages li a {
	display: block;
	background: #fff;
	padding: 6px 12px;
	font-size: 13px;
	color: rgb(90, 88, 88);
	border-radius: 10px;
	border: 2px solid #efeff0;
}

.nbanner-xia {
	/* display: none; */
}

.nbanner-zong {
	/* display: none; */
}

.cp-fiveb-xua-yan-img-img {
	text-align: left;
	margin-top: 5px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}

.chanpina {
	display: flex;
}

.chanpinb {
	width: 26%;
	padding: 37px 37px;
	border-right: 1px solid #d6d6d6;
}

.chanpinc {
	width: 74%;
}

.chanpinb-a {
	border-radius: 10px;
	box-shadow: 0px 2px 20px rgb(0 0 0 / 20%);


}

.chanpinb-b {
	padding: 30px 18px 20px 18px;
}

.chanpinb-b h1 {

	font-size: 30px;

	color: rgb(51, 51, 51);
	font-weight: bold;

}

.chanpinb-b em {
	/* vertical-align: middle; */
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #d60010;
	margin-right: 10px;
}

.chanpinb-b h2 {
	width: 100%;
	height: 2px;
	background: #d7d7d7;
	margin-top: 15px;
	position: relative;
}

.chanpinb-b h2::after {
	width: 20px;
	height: 4px;
	bottom: 0;
	left: 0;
	background: #d60010;
	position: absolute;
	content: "";
	display: block;
}

.chanpinb-c {
	padding: 0px 0 35px 0;
}

.chanpinb-c-a {
/* 	padding: 7px 20px; */
	position: relative;
	font-size: 20px;
	color: rgb(51, 51, 51);
	font-weight: 400;
	line-height: 1.75;
	text-align: left;
	cursor: pointer;
	border-bottom: 1px solid #d7d7d7;
}
.chanpinb-c-a a{
	display: block;
	padding: 7px 20px; 
}
.chanpinb-c-a img {
	position: absolute;
	right: 20px;
	opacity: 0.5;
	top: 50%;
	transition: all 0.5s;
	filter: grayscale(1);
	transform: translateY(-50%) rotate(-90deg);
}

.chanpinb-c ul li.on .chanpinb-c-a,
.chanpinb-c ul li:hover .chanpinb-c-a {
	background: rgb(0, 0, 0, 0.05);
	border-bottom: 1px solid rgb(0, 0, 0, 0.05);
}

.chanpinb-c ul li.on .chanpinb-c-a img,
.chanpinb-c ul li:hover .chanpinb-c-a img {
	opacity: 1;
	filter: inherit;
	transform: translateY(-50%) rotate(0deg);
}

.chanpinb-c-b {
	padding: 25px 20px;
}

.chanpinb-c-b {
	display: flex;
}

.chanpinb-c ul li.on .chanpinb-c-b {
	display: block;
}

.chanpinb-c-b {
	display: none;
}

.chanpinb-c-b p {
	padding: 7px 0;
	border-bottom: 1px dashed #a9a6a6;
}

.chanpinb-c-b p em {
	vertical-align: middle;
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #666666;
	margin-right: 5px;
}

.chanpinb-c-b p a {
	font-size: 14px;
	color: #666666;
}

.chanpinb-c-b p:hover a,
.chanpinb-c-b p.on a {
	color: #d60010;
}

.chanpinb-c-b p:hover a em,
.chanpinb-c-b p.on a em {
	background: #d60010;
}

.chanpinc-a {
	padding: 40px 40px;
}

.chanpinc-a ul {
	display: flex;
	flex-wrap: wrap;

}

.chanpinc-a ul li {
	margin-right: 15px;
	margin-bottom: 15px;
	/* background: url(../images/index_003.png) no-repeat; */
	background-size: cover;
	border: 1px solid #dddddd;
	padding: 30px 30px 16px 30px;
	text-align: center;
	width: 23%;
}

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

.chanpinc-a ul li p {

	font-size: 16px;

	color: rgb(102, 102, 102);
	line-height: 1.563;
	text-align: center;
	    margin-top: 17px;
	position: relative;

}

.chanpinc-a ul li p::after {
	position: absolute;
	width: 20px;
	height: 2px;
	background: #d7000f;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -16px;
	content: "";
	display: block;
}

.chanpin-zong {
	max-width: 1700px;
	margin: 0 auto;
}

.chanpinc-a ul li img {
	transition: all 1s;
}

.chanpinc-a ul li:hover img {
	transform: scale(1.05);
}

.chanpinc-a ul li:hover p {
	color: #d60010;
}

.chanpinc-a-img {
	height: 213px;
}

.chanpin-nbanner {
	position: relative;
}

.chanpin-nbanner img {
	width: 100%;
}

.chanpin-nbanner-xia h1 {

	font-size: 45px;

	color: rgb(255, 255, 255);
	font-weight: bold;

}

.chanpin-nbanner-xia p {
	color: #ffffff;
	font-size: 15px;
	margin-top: 15px;
}

.chanpin-nbanner-xia {
	position: absolute;
	bottom: 100px;
	left: 8%;
}

.chanpinxq-one {
	padding: 37px 30px;
}

.chanpinxq-onea {
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08);

	display: flex;
}

.chanpinxq-oneb {
	width: 40%;
}

.chanpinxq-onec {
	width: 57%;
	padding: 22px 42px;
}

.chanpinxq-oneb img {
	vertical-align: bottom;
}

.chanpinxq-onec h1 {

	font-size: 30px;

	color: rgb(51, 51, 51);
	font-weight: bold;


}

.chanpinxq-onec h1 em {
	/* vertical-align: middle; */
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #d60010;
	margin-right: 10px;
}

.chanpinxq-onec h2 {
	width: 40px;
	height: 4px;
	background: #d60010;
	margin: 20px 0;
}

.chanpinxq-onec p {
	font-size: 17px;
	color: rgb(51, 51, 51);
	line-height: 1.667;
	margin-bottom: 16px;
}

.chanpinxq-jieshao {
	margin: 0 30px;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.08);
}

.chanpinxq-jieshao .cp-fiveb-a ul li {

	font-size: 20px;

	padding: 14px 31px;

}

.chanpinxq-jieshao-b {
	padding: 40px 30px;
}

.cp-tecwa-one .cp-tecwaa ul li {

	width: 25%;

}

.btn_topp {
    opacity: 1;
    position: fixed;
    right: 1.4%;
    bottom: 531px;
    z-index: 100;
    width: 60px;
    height: 60px;
    background: #d7000f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.6s;
    cursor: pointer;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 20%);
}

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

.btn_topp:hover {
	opacity: 0.8;
}

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

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

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

.nav_pos-xia {
	width: 100%;
	display: flex;

	height: 100%;
}

.nav_pos-xia-a {
	width: 33.3%;
	position: relative;
}

.nav_pos-xia-a img {
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: translateY(50px);
	transition: all .7s ease;
}

.nav_pos.act .nav_pos-xia-a img {
	transform: translateY(0);
	opacity: 1;
}

.nav_pos-xia-a p {
	position: absolute;

	font-size: 16px;

	color: rgb(255, 255, 255);
	left: 100px;
	bottom: 40px;
	line-height: 1.2;


}

.nav_pos-xia-b {
	background: #fff;
	width: 33.3%;
	border-right: 1px solid #d6d6d6;
}

.nav_pos-xia-c {
	width: 33.3%;
	background: #fff;
}

.nav_pos-xia-b {

	display: flex;
	justify-content: center;
	align-items: center;
}

.nav_pos-xia-b-a {
	width: 100%;
}

.nav_pos-xia-b-a ul li {
	/* margin:px 0; */
	position: relative;
	padding: 22px 40px;
}

.nav_pos-xia-b-a ul li:after {
	content: "";
	display: block;
	border-bottom: 3px solid #d7000f;
	transition: all .4s ease;
	transform-origin: left bottom;
	transform: scaleX(0);
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
}

.nav_pos.act .nav_pos-xia-b-a ul li:nth-child(1) {
	transition-delay: 0.17s;
}

.nav_pos.act .nav_pos-xia-b-a ul li:nth-child(2) {
	transition-delay: 0.24s;
}

.nav_pos.act .nav_pos-xia-b-a ul li:nth-child(3) {
	transition-delay: 0.31s;
}

.nav_pos.act .nav_pos-xia-b-a ul li:nth-child(4) {
	transition-delay: 0.38s;
}

.nav_pos.act .nav_pos-xia-b-a ul li:nth-child(5) {
	transition-delay: 0.45s;
}

.nav_pos.act .nav_pos-xia-b-a ul li:nth-child(6) {
	transition-delay: 0.52s;
}

.nav_pos.act .nav_pos-xia-b-a ul li:nth-child(7) {
	transition-delay: 0.59s;
}

.nav_pos.act .nav_pos-xia-b-a ul li:nth-child(8) {
	transition-delay: 0.66s;
}

.nav_pos.act .nav_pos-xia-b-a ul li {
	opacity: 1;
	transform: translateX(0);
}

.nav_pos-xia-b-a ul li {
	opacity: 0;
	transform: translateX(20px);
	transition: all .6s ease, border .25s ease;
}

.jiaa {
	position: absolute;
	right: 0;
	top: 10px;
	transition: all .4s ease;
	transform: rotate(0);
}

.nav_pos-xia-b-a ul li.onn .jiaa {
	transform: rotate(45deg);
}

.nav_pos-xia-b-a ul li.on:after {
	transform: scaleX(1);
}

.nav_pos-xia-b-p a {
	color: #333333;
	font-size: 24px;
}

.nav_pos-xia-b-p {
	position: relative;
}

.nav_pos-xia-b-a ul li.on .nav_pos-xia-b-p a {
	color: #d7000f;
}

.nav_pos-xia-b-zong {
	display: flex;
	margin-top: 22px;
}

.nav_pos-xia-b-zong p {
	margin-right: 40px;
}

.nav_pos-xia-b-zong p:last-child {
	margin-right: 0px;
}

.nav_pos-xia-b-zong p a {

	font-size: 16px;

	color: rgb(102, 102, 102);

	line-height: 1.563;

}

.nav_pos-xia-b-zong p a:hover {
	color: #d7000f;
}

.nav_pos-xia-b-zong {
	height: 0px;
	overflow: hidden;
	transition: all 0.4s;
}

.nav_pos-xia-b-a ul li.onn .nav_pos-xia-b-zong {
	height: 30px;
}

.nav_pos-xia-c {
	position: relative;
}

.nav_pos-xia-c-ul {
	position: absolute;
	right: 90px;
	bottom: 40px;
}

.nav_pos-xia-c-ula {
	display: flex;
	justify-content: center;
}

.nav_pos-xia-c-ula .nav_pos-xia-c-ula-a {
	margin: 0 20px;
	position: relative;
}

.nav_pos-xia-c-ula .nav_pos-xia-c-ula-a p {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #999999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav_pos-xia-c-ula-a .www {
	position: absolute;
	bottom: 100%;
	width: 191%;
	display: none;
	left: -33px;
}

.nav_pos-xia-c-ula-a:hover p {
	background: #d7000f;
}

.nav_pos-xia-c-ula-a:hover .www {
	display: block;
}

.nav_pos-xia-c-ulb p {
	font-size: 16px;
	color: rgb(153, 153, 153);
	line-height: 1.2;
	margin-top: 40px;
}

.nav_pos-xia-c-ulb p a {
	color: rgb(153, 153, 153);
}

.nav_pos-xia-c-ulb p a:hover {
	color: #d7000f;
}

.nav_pos-xia-c-dong {
	left: 20px;
	bottom: 0;
	position: absolute;
	transition: all .8s ease;
	transform: translateY(-60px);
	opacity: 0;
}

.nav_pos.act .nav_pos-xia-c-dong {
	transform: translateY(0);
	opacity: 1;
}

.nav_pos-xia-c-dong svg {
	transform: translateX(-16.7%);
}

#cheng {
	stroke-dasharray: 2000;
	stroke-dashoffset: 2000;
	fill-opacity: 0;
}

.nav_pos.act #cheng {
	animation: draw 1.5s ease-in forwards;
}

@keyframes draw {
	0% {
		stroke-dashoffset: 1200
	}

	100% {
		stroke-dashoffset: 200
	}
}
.inner-img {
	width: 100%;
	height: 100%;
	opacity: 1;
	    transition: all .5s ease;
}
.upline .upline-swiper:hover .inner-img{
	opacity: 0;
}
.inner-img img{
	display: block;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
}
.auto-img{
	position: relative;
}
.bg_img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    transition: all .5s ease;
}
.bg_img.one {
    animation: one 1.5s;
}
@keyframes one {
    0% {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0
    }

    to {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1
    }
}

.words ul li {
    position: absolute;
    bottom: 0;
	transition: transform .5s ease;
}
/* .bg_img.one::after{
	opacity: 0;
} */
/* .bg_img::after{
	position: absolute;
	content: "";
	display: block;
	background: #000;
	transition: all .5s ease;
	opacity: 1;
	width: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	
} */
.words {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 20;
}
#iconDivMain1{
	    inset: 431.4px auto auto 93.5% !important;
}
/*-------------*/
/*
 
 * 响应式
 * */

@media only screen and (min-width: 960px) {
	.videofixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 999999;
	}

	.videoclose {
		position: fixed;
		top: 101px;
		right: 50px;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.2) url(../images/kfclose.png) no-repeat center center;
		background-size: cover;
		z-index: 1000000;
		cursor: pointer;
	}

	.videofixed .video-box {
		width: 50%;
		height: 60%;
		top: 20%;
		left: 25%;
	}
}
@media only screen and (max-width:1950px) {
	.head-main .nav>ul>li {
	
	    line-height: 27px;
	}
	.fixed .head-main .nav>ul>li {
	    line-height: 27px;
	}
}
@media only screen and (max-width:1800px) {
	.w {
		width: 1600px;
	}

	.nbanner-xia-a h2 {
		font-size: 50px;

	}

	.fixed .head-main .logo img {

		height: 78px;

	}

	.news-two ul li {
		width: 30.8%;
	}

	.nbanner-xia-a {
		margin-top: 60px;
	}

	.nbanner-zong {

		width: 75%;
	}

	.nbanner-xia-a p {

		font-size: 23px;

	}

	.nbanner-xia-a h3 {


		margin: 20px 0;
	}

	.drop-downa-b {
		width: 55%;
	}

	.cp-nrewsa ul li {

		width: 30.8%;
	}

	header.fixed .head-main .logo {
		float: left;
		width: 14%;
	}

	header.fixed .lodeyt {
		width: 74%;
	}

	.right-side-box .side-menu__toggler {

		height: 100px;

	}

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

	.right-menu {

		padding: 16px 0;
	}

	.lodeyt {
		width: 73%;
	}

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

	body {
		font-size: 15px;
	}

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

@media only screen and (max-width:1680px) {
	.w {
		width: 1440px;
	}
.upline .upline-swiper {
  
    height: 510px;
   
}
	.cp-fiveb-xua-yan {
		width: 58%;
		padding-left: 30px;
	}

	.nbanner-xia-b {
		width: 37%;
	}

	.guding ul li a {
		font-size: 12px;

	}

	.cp-onec-zong span {

		font-size: 22px;

	}

	.cp-onec-zong em {
		font-size: 19px;

	}

	.guding {
		padding: 17px 2px 15px 2px;

		width: 74px;

	}

	div#btningg img {
		/* width: 88%; */
	}

	div#btningg {
		text-align: center;
	}

	.twoaswipera {
		/* height: 318px; */
		overflow: hidden;
	}

	.nbanner-xia-a p {
		font-size: 21px;
	}

	.about-one-a h3 {
		font-size: 37px;

	}

	.cp-onec-z p {
		font-size: 16px;
		/* margin-bottom: 19px; */
	}

	.twoaswiperc {
		padding: 23px;
		width: 43%;

	}

	.twoaswiperc h3 {
		margin-top: 10px;
		font-size: 16px;

	}

	.twoaswiperc h2 {
		font-size: 20px;

	}

	.cp-onec-zong {
		margin-top: 43px;

		padding: 20px 26px;

	}

	.cp-one-titi h2 {
		font-size: 35px;

	}

	.cp-threef ul li {
		width: 47%;

	}

	.cp-threef-b h2 {
		margin-top: -7px;
		margin-right: 25px;

	}

	.cp-threef-b 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: 14px;

	}

	.cp-threef-b h1 {
		font-size: 22px;

		margin-bottom: 15px;
	}

	.cp-oneb-xia {

		top: 13px;

	}


	.nbanner-xia-a h2 {
		font-size: 47px;
	}

	.about-threed-p p {
		font-size: 16px;

	}

	.about-onea-b-b h1 {

		font-size: 24px;

	}

	.about-three {

		padding: 151px 0 105px 0;
	}

	.about-oneb-p p {
		margin-bottom: 18px;



	}

	.about-twoa-xia h4 span {
		max-width: 90%;

	}

	.about-twoa-xia h4 {
		font-size: 16px;
		margin-bottom: 7px;

	}

	.about-one .index-fourb {

		padding-right: 19px;
	}

	.about-zongc a {
		font-size: 15px;

		margin-left: 34px;

	}

	.index-fourb-a h2 {
		font-size: 55px;

	}

	.anli-threea-q ul li {
		width: 45.8%;

	}

	.index-four {
		padding: 60px 0;
		padding-left: 55px;
	}

	.index-fourb-a h2 em {

		font-size: 70px;

	}

	.anli-threea-p-a p {
		font-size: 12px;

	}

	.anli-threea-p-b {
		padding: 11px;
	}

	.anli-threea-q {
		padding: 21px 55px 0 55px;
		border-right: 1px solid #d6d6d6;
	}

	.anli-threea-p-a h1 {

		font-size: 18px;

	}

	.anli-threea-p {

		padding: 12px;
	}

	.index-fourb-a {
		margin-top: 14px;
	}

	.telit h4 span {
		max-width: 89%;

	}

	.index-fourb-c ul li p {
		font-size: 15px;

	}

	.index-threeb-p i {

		font-size: 25px;

	}

	.index-threeb h3 i {

		font-size: 16px;

	}

	.index-threeb-p span {

		font-size: 40px;
	}

	.telit p {

		font-size: 17px;

	}

	.telit h4 {

		font-size: 20px;

	}

	.section3 .tabarea ul li:nth-child(3) {
		left: 10%;

	}

	.section3 .tabarea ul li:nth-child(1) {
		left: 3%;

	}

	.section3 .tabarea ul li:nth-child(2) {
		left: -11%;

	}

	.section3 .tabarea .titwrap .tit .txt:before {
		top: -64px;
		right: -81px;
	}

	.index-fourb-c ul li {

		margin-bottom: 17px;
	}

	.index-fourb {
		width: 50%;
		padding-right: 132px;
	}

	.index-fourb-shu span {
		font-size: 50px;

	}

	.index-fourb-a p {
		padding-left: 17px;
		font-size: 18px;
		color: rgb(51, 51, 51);

	}

	.inner h2 {
		font-size: 23px;

	}

	.index-twoc em {
		width: 88%;

	}

	.news-two ul li h1 {
		font-size: 20px;

	}

	.index-one-t {
		font-size: 36px;

	}

	.cp-nrewsa ul li {

		padding: 20px 15px;

	}

	.oneswiperc {
		padding: 26px 39px;

	}

	.oneswiperc-iz {

		margin-top: 9px;

	}

	.shuomig-xoa {
		margin: 21px;
	}

	.shuomig-xoa-c ul li {
		padding: 8px 0;

	}

	.cp-nrewsb {
		width: 22%;

	}

	.shuomig-xoa-c ul li p {
		font-size: 15px;

	}

	.shuomig-xoa-b {
		margin-top: 15px;
	}

	.shuomig-xoa-b .index-threeb-p span {
		font-size: 25px;
	}

	.huoming-oneb h1 {
		font-size: 20px;

	}

	.huoming-oneb h2 {

		margin: 10px 0 16px 0;

	}

	.huoming-oneb {
		position: relative;
		padding: 7px 20px;
		width: 68%;
	}

	.shuoming-one {
		padding: 21px 55px 0 55px;

	}

	.anli-two h1 {
		font-size: 35px;

	}

	.footer-zongc-a {

		width: 88%;
	}

	.footer-zongc-b {
		padding: 29px 6px;
	}

	.footer-zongc-b a {
		font-size: 13px;

	}

	.footer-zongd h1 {

		font-size: 13px;

	}

	.footer-zonge ul li {
		text-align: center;
	}

	.footer-zonge ul li img {
		width: 73%;
	}

	.footer-zongd h1 a {

		font-size: 22px;
	}

	.footer-zongb img {
		margin-bottom: 21px;
		width: 54%;
	}

	.footer-zongb p {
		font-size: 12px;

	}

	.anli-threeb-xia {
		margin: 21px;

	}

	.yingyong-one {
		padding: 21px 55px 0 55px;

	}

	.lodeyt {
		width: 70%;
	}



	.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 .nav>ul>li>a {

		padding: 14px 0;

	}

	.langt a {

		padding-top: 12px;

	}

	.right-menu {

		padding: 14px 0;

	}

	.right-side-box .side-menu__toggler {

		height: 88px;

	}

	header.fixed .head-main .nav>ul>li>a {
		padding: 4px 0;
		font-size: 20px;
	}

	.twobswipera p {

		font-size: 17px;

	}

	.about-fivec-xia {
		height: 235px;
		padding: 32px 30px 0px 35px;
	}

	.about-fivec-xia p {
		font-size: 15px;

	}

	.cp-twoff-a a {
		font-size: 17px;

	}

	.cp-threec {

		font-size: 16px;

		width: 68%;
	}

	.cp-foura-xia h2 {
		font-size: 20px;

	}

	.cp-seneva ul li p {
		font-size: 17px;

		max-width: 80%;
		margin: 0 auto;
	}
	.nav_pos-xia-c-dong {
		    
		    width: 16%;
		  
		 
		}
		.nav_pos-xia-b-p a {
		   
		    font-size: 21px;
		}
	.nav_pos-xia-b-a ul li {
	  
	    padding: 18px 40px;
	}
		.cp-sixc-a ul li p {
			padding: 20px 0;
			font-size: 16px;
	
		}
	
}

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

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

	.index-threeb-p span {
		font-size: 35px;
	}

	.cp-sixb ul li {

		width: 84%;

	}

	.cp-foura-xia p {

		font-size: 15px;

	}

	.twoaswiperb img {

		width: 100%;
		height: 100%;
	}

	.twoaswipera {
		/* height: 271px; */

	}

	.contact-two-p {

		max-width: 92%;
	}

	.about-fivec h1 {
		padding: 15px 0 27px 35px;
	}

	.about-fivea-ul ul li p {

		font-size: 14px;

	}

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

	}

	.about-fourb {

		padding-left: 44px;

	}

	.about-threec {

		padding-left: 200px;
	}

	.index-41 ul li {

		margin-right: 21px;

	}

	.index-3 ul li {

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

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

	}

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

	.right-side-box .search-popup__toggler {
		/* width: 35px; */
		height: 35px;
		margin-right: 7px;
		line-height: 24px;
		/* 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 {
		margin: 0;
	}

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



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

	header.fixed .head-main .nav>ul>li>a {
		padding: 8px 0;
		font-size: 16px;
	}

	.chanpinc-a-img {
		height: 159px;
	}

}

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

@media only screen and (max-width:1300px) {
	.w {
		width: 1100px;
	}
.nav_pos-xia-b-a ul li {
    position: relative;
    padding: 16px 40px;
}
.nav-btn {
  
    right: 65px;
  
}
.nav_pos-dianhua {
    
    right: 118px;
}
.nav_pos-xia-c-ul {
   
    right: 25px;
   
}
.nav_pos-xia-b-p a {
  
    font-size: 21px;
}
	.chanpinb {

		padding: 37px 19px;

	}

	.chanpinc-a-img {
		height: 173px;
	}

	.chanpinc-a ul li {

		padding: 23px 19px 16px 19px;

	}

	.nbanner-xia-a h2 {
		font-size: 40px;
	}

	.about-one-a h3 {
		font-size: 33px;
	}

	.nbanner-xia-b {
		width: 32%;
	}

	.nbanner-zong ul li {

		margin-right: 10px;
	}

	.cp-onec-zong em {
		font-size: 19px;

	}

	.twoaswiper .swiper-button-prev {
		left: inherit;
		right: 5%;
		top: 54%;
		filter: brightness(0.5);
		background-size: 69%;
	}

	.cp-threef ul li {
		width: 46%;
	}

	.shuzi {

		font-size: 36px;

	}

	.cp-fiveb-xuaz {
		justify-content: space-between;
	}

	.cp-seneva ul li p {
		font-size: 14px;
		max-width: 83%;

	}

	.cp-sixc-a ul li p {
		padding: 16px 0;
		font-size: 14px;
	}

	.cp-sixb ul li {

		padding: 20px 32px;

	}

	.cp-fiveb-xua-img {
		width: 38%;

	}

	.cp-fiveb-a ul li {

		padding: 13px 40px;

	}

	.cp-foura-xia h2 {
		font-size: 17px;
	}

	.cp-five .index-threeb-p i {

		font-size: 38px;

	}

	.cp-foura-xia h2 {

		margin: 5px 0 1px 0;

	}

	.cp-foura-xia p {
		font-size: 14px;
	}

	.cp-foura ul li {

		height: 285px;

	}

	.cp-threef-b {

		padding: 9px 23px 15px 23px;
	}

	.cp-twoff-a span {

		width: 39px;
		height: 39px;
		line-height: 39px;
		margin-right: 20px;

	}

	.cp-twoff-a a {
		font-size: 16px;
	}

	.twoaswiper .swiper-button-next {
		left: inherit;
		right: 5%;
		top: 42%;
		filter: brightness(0.5);
		background-size: 69%;
	}

	.cp-onec-zong {

		padding: 13px 14px;
	}

	.cp-onec-zong span {
		font-size: 21px;

	}

	.cp-onec-z p {
		font-size: 14px;
		/* margin-bottom: 15px; */
	}

	.nbanner-xia {

		top: 27%;

	}

	.nbanner-xia-a p {
		font-size: 16px;
	}

	.about-one-a h2 em {

		height: 4px;

	}

	.about-one-a h2 {

		font-size: 20px;

	}

	header.fixed .lodeyt {
		width: 73%;
	}

	header.fixed .langt a {
		padding-top: 2px;
	}

	.inner h2 {
		font-size: 20px;
	}

	.index-fourb-a h2 {
		font-size: 45px;
	}

	.index-fourb-shu span {
		font-size: 40px;
	}

	.index-fourb-c ul li p {
		font-size: 12px;
	}

	.about-onea-b-xia {
		padding: 30px 0;

	}

	.about-twoa-xia p {
		font-size: 12px;


	}

	.about-twoa-xia h3 {
		margin: 19px 0;

	}

	.about-twoa-xia h4 span {
		max-width: 88%;
	}

	.about-twoa-xia h4 {
		font-size: 14px;
	}

	.about-twoa ul li:hover .about-twoa-xia {
		bottom: 33px;
	}

	.contact-two2 {
		width: 79%;
	}

	.contact-two-p span {
		font-size: 15px;

		max-width: 90%;
	}

	.about-boomta iframe {
		height: 638px;
	}

	.about-five {
		padding: 35px 0 100px 39px;
	}

	.about-fix {

		padding: 64px 0;
	}

	.about-fixb-z a {

		font-size: 27px;

	}

	.about-fixa {

		width: 56%;
		margin: 20px 0;
		padding: 22px 0;

	}

	.about-fivec-xia {
		height: 199px;
	}

	.about-fivec-xia p {
		font-size: 14px;
	}

	.about-threed-p p {
		font-size: 14px;
	}

	.about-fourb-f h2 {
		font-size: 57px;

	}

	.about-threec {
		padding-left: 144px;
	}

	.about-twoa-xia h1 {

		font-size: 18px;

	}

	.about-twoa-xia h2 {

		font-size: 26px;

		margin-top: 6px;
	}

	.about-twoa ul li {
		height: 411px;

	}

	.about-oneb-p p {
		margin-bottom: 15px;
		font-size: 15px;
	}

	.about-oneb {
		padding: 70px 0;
	}

	.about-onea-b-b h1 {
		font-size: 20px;
	}

	.index-fourb-shu {
		font-size: 16px;

	}

	.telit h4 {
		font-size: 18px;
	}

	.telit h4 span {
		max-width: 88%;
	}

	.telit h4 {
		font-size: 18px;
	}

	.index-fourb-a p {

		font-size: 16px;

	}

	.index-fourb-a h2 em {
		font-size: 54px;
	}

	.index-one-t {
		font-size: 32px;
	}

	header.fixed .head-main .nav>ul>li>a {
		padding: 3px 0;
		font-size: 16px;
	}

	.footer-zongd h1 a {
		font-size: 19px;
	}

	.footer-zonge ul li {
		margin-right: 0;
	}

	.dianhua {

		font-size: 13px;

	}

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

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

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

		padding-left: 0px;
	}

	.bottom-top-rht dl {

		padding: 0 23px;

	}

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

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

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

	}

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

	.head-main .nav>ul>li {
		margin-right: 0px;
		margin-left: 14px;
	}

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

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

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

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

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

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

	.chanpinxq-onec h1 {
		font-size: 30px;

	}

	.chanpinxq-onec p {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.chanpinxq-onec h2 {
		width: 40px;
		height: 3px;

		margin: 14px 0;
	}

	.chanpinxq-onec h1 {
		font-size: 26px;
	}

	.chanpinxq-onec {
		padding: 17px 24px;
	}


}

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

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

	.right-side-box .side-menu__toggler {
		height: 98px;
		margin-left: 0;
	}

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

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

	.right-menu a {

		font-size: 13px;

	}

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

	.formtextarea {
		height: 85px;
	}

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

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

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


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

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

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

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

}

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

	.tilted {
		font-size: 27px;

	}

	.bottom-boted {
		display: none;
	}

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

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

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


	.head-main .nav>ul>li {
		margin-right: 0;
		margin-left: 8px;
	}

	.langt a {
		padding-top: 6px;
	}

	.head-main .logo img {
		/* height: 32px; */
	}

	.prolist .tbox hr {
		margin: 10px 0 0;
	}

	.in2-sec .main .tbox {
		width: 100%;
		padding-right: 0;
	}

	.in2-sec .main .num-con {
		width: 100%;
		margin-top: 30px;
	}

	.jt_zci .rit_box {
		width: 300px;
	}

	.m_swiow .tran .t1_col .value {
		font-size: 30px;
	}

	.m_swiow .tran {
		font-size: 16px;
		padding: 0 25px;
		line-height: 70px;
	}

	.m_swiow .tran .t1_col2 {
		max-width: 70%;
		line-height: 25px;
		vertical-align: middle;
	}

	.nybanner .tbox .en {
		font-size: 40px;
	}

	.nybanner .tbox .ch {
		font-size: 20px;
		padding-top: 10px;
	}

	.pro-sec .prolist .tbox .btn {
		display: none;
	}

	.proxq-sec1 .prolist .tbox .btn {
		display: block;
	}

	.proxq-sec1 .bshare-custom {
		display: none;
	}
}

@media only screen and (max-width:1000px) {
	.w {
		width: 100%;
		padding: 0 4%;
	}
	.upline .upline-swiper {
	    height: 217px;
	}
.chanpinxq-jieshao {
    margin: 0 10px;
   
}
.chanpinxq-jieshao-b {
    padding: 14px 10px;
}
.chanpinxq-jieshao-b img {
    width: 100% !important;
    height: auto !important;
}
.chanpinxq-jieshao .cp-fiveb-a ul li {
    font-size: 15px;
    padding: 9px 17px;
}
	.nav_pos {
		display: none;
	}

	.cp-tecwa-one .cp-tecwaa ul li {
		width: 48%;
	}

	.chanpin-nbanner-xia {

		bottom: 18px;

	}

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

	.chanpinxq-onec p {
		font-size: 15px;
		color: rgb(51, 51, 51);
		line-height: 1.667;
		margin-bottom: 13px;
	}

	.chanpinxq-onec h2 {

		height: 3px;

		margin: 13px 0;
	}

	.chanpinxq-onec h1 {
		font-size: 25px;

	}

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

	.chanpinxq-onec {
		width: 100%;
		padding: 20px 20px;
	}

	.chanpinxq-oneb {
		width: 100%;
	}

	.chanpinxq-onea {

		flex-wrap: wrap;
	}

	.chanpin-nbanner-xia p {

		font-size: 12px;
		margin-top: 7px;
	}

	.chanpin-nbanner-xia h1 {
		font-size: 17px;

	}

	.cp-fiveb-xua-yan {
		padding-left: 30px;
	}

	.chanpinc {
		width: 100%;
	}

	.chanpinc-a ul li p {
		font-size: 15px;

	}

	.chanpinc-a ul li {
		margin-right: 15px;
		margin-bottom: 15px;
		background: url(../images/index_003.png) no-repeat;
		background-size: cover;
		border: 1px solid #dddddd;
		padding: 15px;
		text-align: center;
		width: 47%;
	}

	.chanpinc-a-img {
		height: 139px;
	}

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

	.chanpinc-a {
		padding: 30px 15px;
	}

	.chanpinb {
		display: none;
	}

	.cp-threef-b h2 {

		right: 29px;
		bottom: 5px;

	}

	.cp-threef-b h2 span {
		font-size: 12px;

	}

	.anli-threea {
		width: 100%;
	}

	.twoeswiper-a ul {
		flex-wrap: wrap;
	}

	.twoeswiper-a ul li {
		width: 100%;
		margin-right: 4px;
	}

	.guding {
		display: none;
	}

	.inner h2 {
		font-size: 15px;

	}

	.about-three {
		background: inherit;

	}

	.bannerswiper .swiper-pagination .swiper-pagination-bullet {
		margin-left: 9px;
		font-size: 13px;
	}

	.upline .item:hover .inner {
		bottom: 20px;
	}

	.inner h4 {

		font-size: 15px;

		margin-bottom: 5px;
	}

	.inner h5 {
		display: none;
		font-size: 12px;

		border-radius: 13px;
		border: 1px solid #fff;
		padding: 3px 10px;
	}

	.index-four {
		padding: 30px 4%;
		padding-left: 4%;
	}

	.index-fourb-a p {
		padding-left: 17px;
		font-size: 15px;

		margin-top: 15px;
		margin-bottom: 16px;

	}

	.index-fourb-b {

		margin: 20px 0;


	}

	.index-fourb-shu span {
		font-size: 30px;

	}

	.index-fourb-c ul li p {
		font-size: 12px;

		line-height: 1.2;
	}

	.index-four .index-threec img {
		margin-left: 8px;
		width: 8%;
	}

	.index-fourb-shu {
		font-size: 15px;

	}

	.fivefswiperb {

		padding-top: 14px;
		border-top: 1px solid #666666;
	}

	.index-fivea .index-threec img {
		margin-left: 8px;
		width: 27%;
	}

	.index-fivef {
		margin-top: 24px;
	}

	.fivefswiperb h2 {
		font-size: 19px;

	}

	.fivefswiperb-p p {
		font-size: 12px;

	}

	.fivefswiperb-p p img {

		margin-right: 6px;
		width: 16px;
	}

	.fivefswiperb h2 {
		font-size: 19px;
	}

	.fivefswiperb-p {

		padding-top: 10px;

	}

	.index-fiveb .index-threec {
		margin-left: 0;
	}

	.index-fivec .swiper-button-prev {
		background: url(../images/lefti.png) no-repeat;
		width: 50px;
		height: 50px;
		top: 98%;
		left: -102px;
		background-size: 70%;
	}

	.index-fivec .swiper-button-next {
		top: 98%;
		background-size: 70%;
		background: url(../images/righti.png) no-repeat;
		background-size: 70%;
	}

	.footer-zong {
		padding: 30px 0 30px 0;

	}

	.footer-zongb {
		display: none;
	}

	.footer-zongc-b a {
		font-size: 12px;

	}

	.footer-zongc-a p {
		height: 36px;
		font-size: 14px;

		line-height: 36px;
	}

	.footer-zongc-b {
		padding: 15px 10px;
	}

	.footer-zongd h1 a {

		font-size: 20px;
	}

	.footer-zonge {
		display: none;
	}

	.footer-zongd h3 a {
		font-size: 12px;

	}

	.about-zonga {
		display: flex;

		flex-wrap: wrap;
	}

	html {
		overflow-x: hidden;
	}

	.about-zongc a {
		font-size: 14px;
		color: #333333;

		margin-left: 0;
		margin-right: 10px;
		padding: 6px 0;
	}

	.about-one-a h2 em {

		height: 2px;
		width: 26px;
		margin-right: 9px;
	}

	.about-onea-b {
		margin-top: 20px;
	}

	.about-onea-b-xia img {
		width: 36%;
	}

	.about-onea-b-b p {

		font-size: 18px;

	}

	.about-oneb-p p {
		margin-bottom: 10px;
		font-size: 14px;

		line-height: 1.875;
	}

	.about-twoa ul li>img {
		top: 38px;

		left: 15px;
		width: 33%;
		display: none;
	}

	.about-twoa-xia {
		padding: 0 15px;

		width: 100%;
		bottom: 0px;
		top: 0;

	}

	.about-twoa-xia h4 img {
		display: none;
	}

	.about-twoa-xia p {
		font-size: 12px;

		display: block;

		padding-left: 0;
	}

	.about-twoa-xia h4 {
		font-size: 15px;
		color: #666666;
		line-height: 1.591;
		display: block;
		font-weight: 400;
		margin-bottom: 10px;
	}

	.about-twoa ul li {
		height: 298px;
		position: relative;
		width: 100%;
	}

	.about-twoa ul {
		flex-wrap: wrap;
	}

	.about-twoa-xia h2 {

		font-size: 19px;

		margin-top: 2px;
	}

	.about-twoa-xia h1 {

		font-size: 14px;

	}

	.about-threec {
		width: 100%;
		padding-left: 4%;
	}

	.about-threed {
		padding-left: 0;
	}

	.about-threed-p p {
		font-size: 15px;

	}

	.about-three::before {

		bottom: -255px;
		z-index: -1;
		left: -209px;
		border: 20px solid #d60010;
		width: 280px;
		height: 280px;

	}

	.about-four {
		padding: 30px 0 0 0;

	}

	.about-foura {
		margin-top: 18px;
		padding: 31px 0px 24px 64px;
	}

	.about-fourb {
		width: 100%;
		padding-left: 27px;

	}

	.about-fourc {
		width: 100%;
	}

	.about-foura {

		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.about-threed-p {
		border-left: 1px solid #d60010;
		padding-left: 14px;
	}

	.about-threec .index-threec {
		margin-top: 7px;
		margin-bottom: 16px;
	}

	.about-threed {
		width: 100%;

	}

	.about-fourb-f h2 {
		font-size: 40px;

	}

	.about-three .index-threec img {
		margin-left: 8px;
		width: 8%;
	}

	.twobswipera h1 {
		font-size: 30px;

		margin-bottom: 2px;
	}

	.about-threea {
		background: url(../images/hu.png) no-repeat left top;
		background-size: cover;
		display: flex;
		flex-wrap: wrap;
	}

	.twobswipera p {

		font-size: 16px;

	}

	.about-fivea-z {
		display: flex;
		margin-top: 30px;
		flex-wrap: wrap;
	}

	.about-fivec-xia p {
		font-size: 14px;

	}

	.about-fivec-xia {
		height: auto;
		background: #f1f1f1;
		padding: 19px 15px 19px 15px;
	}

	.about-fivea-ul ul li p {

		bottom: 70px;
		width: 100%;
		font-size: 12px;
		height: 67px;

		line-height: 1.3;

	}

	.about-fixa {
		display: flex;
		width: 100%;
		margin: 19px 0;
		padding: 25px 0;

	}

	.about-fixb-z {
		font-size: 16px;

	}

	.about-fixb img {
		width: 21%;
		margin-right: 9px;
	}

	.about-fixb-z a {

		font-weight: bold;
		font-size: 17px;

	}

	.about-fixb:first-child {
		margin-right: 0;
	}

	.about-fixe {
		margin-top: 6px;
	}

	.about-fixe p {
		font-size: 14px;

	}

	.about-seseva {
		margin: 9px 0 15px 0;

		font-size: 14px;

	}

	.about-fix {

		padding: 30px 0;
	}

	.about-sesevb ul li input {
		width: 100%;
		height: 39px;
		font-size: 13px;

		line-height: 39px;
		text-indent: 45px;

	}

	.about-sesevb ul li:last-child {
		width: 100%;
		margin-top: 10px;
	}

	.about-sesevb ul li img {
		position: absolute;
		top: 12px;
		width: 4%;
		left: 18px;
	}

	.about-sesevb ul li textarea {
		width: 100%;
		height: 170px;
		font-size: 12px;

		padding-top: 5px;
		line-height: 23px;
		text-indent: 45px;

	}

	.about-sesevb button {

		border-radius: 5px;
		background: #d60010;

		width: 190px;
		margin: 0 auto;
		margin-top: 16px;
		height: 40px;
		font-size: 17px;

		font-weight: bold;

		line-height: 40px;
	}

	.about-sesev-a span {
		font-size: 15px;

		max-width: 60%;
	}

	.contact-two3 {
		padding-top: 0px;
	}

	.contact-two-p {
		padding: 10px 0;

		max-width: 100%;
	}

	.contact-two3 h2 {
		padding: 18px 0 18px 0;
		font-size: 19px;

	}

	.contact-two3 {
		width: 100%;
	}

	.contact-two-p span {
		font-size: 15px;

	}

	.contact-two1 {
		display: flex;
		flex-wrap: wrap;
	}

	.index-threec.index-threyou {
		text-align: right;
		padding-right: 0;
	}

	.contact-two2 {
		display: none;
	}

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

	.about-boomta iframe {
		height: 350px;
	}

	.anli-zong {
		padding: 6px 0 0 0;

	}

	.anli-two h1 {
		font-size: 25px;

		margin-bottom: 5px;
	}

	.anli-two {
		margin-top: 7px;
	}

	.about-boomt {
		padding: 10px 0 30px 0;
	}

	.anli-three {
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 30px;

		border-radius: 0 0 10px 10px;
		margin: 23px 0 30px 0;
		border-bottom: 6px solid #dbdbdb;
	}

	.anli-threea-q ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}

	.anli-threea-q {
		padding: 30px 10px 0 10px;
		border-right: 1px solid #d6d6d6;
	}

	.anli-threea-p-a h1 {

		font-size: 17px;

	}

	.anli-threea-p-a p {
		font-size: 13px;

		margin-left: 12px;
	}

	.anli-threea-more {
		width: 127px;


		height: 39px;
		line-height: 39px;
		margin: -7px auto 0;
		padding: 0 13px;

		font-size: 12px;
	}

	.nbanner-xia {

		top: 4%;

		width: 91%;
	}

	.nbanner-xia-a h2 {
		font-size: 20px;

	}

	.nbanner-zong {
		position: relative;
		bottom: 0;
		left: 0;
		display: none;
		transform: inherit;
		width: 100%;
	}

	.cp-threec {

		max-width: 100%;

	}

	.cp-threec {

		width: 100%;
	}

	.nbanner-zong ul {
		display: flex;
		flex-wrap: wrap;

	}

	.nbanner-xia-a {
		width: 61%;
	}

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

	.cp-one-titi em {

		width: 40px;
		height: 2px;

		margin-bottom: 1px;
	}

	.cp-one-titi h2 {
		font-size: 25px;

	}

	.cp-one-titi i {

		width: 3px;
		height: 3px;

	}

	.cp-oneb img:last-child {
		/* display: none; */
		width: 40%;
	}

	.videoclose {
		z-index: 999999999999999999999;
	}

	.cp-onec-zong {
		margin-top: 18px;
		border-radius: 10px;
		padding: 11px 14px;

		background: #f7f7f7;
		border-left: 2px solid #d60010;
	}

	.cp-onec-zong span {

		font-size: 20px;

		color: rgb(214, 0, 16);

	}

	.cp-onec-zong em {
		font-size: 16px;
		color: rgb(51, 51, 51);

		margin-left: 0;
	}

	.cp-onec-z p {
		font-size: 14px;

		margin-bottom: 14px;
	}

	.anli-two-xoa a.on,
	.anli-two-xoa a:hover {

		border-bottom: 1px solid #d60010;
	}

	.anli-two-xoa a {

		margin-left: 9px;
		color: #333333;
		font-size: 14px;
		margin-top: 11px;

		padding-bottom: 4px;
	}

	.anli-two-xoa a em {

		width: 4px;
		height: 4px;

	}

	.oneswiperc h1 {
		font-size: 20px;

		padding-left: 13px;
		border-left: 2px solid #d60010;
	}

	.oneswiperc h2 {
		font-size: 14px;

		margin: 13px 0;
		padding-left: 13px;
	}

	.oneswiperc {
		padding: 21px 4px;
		background: rgb(255, 255, 255, 0.9);
	}

	.oneswiperc h3 {
		padding-left: 9px;
	}

	.news-one {
		padding-bottom: 30px;

	}

	.news-two ul li h1 {
		font-size: 19px;

	}

	.news-two ul li h2 {
		margin: 10px 0 14px 0;
		font-size: 13px;

	}

	.newsxq-onea h1 {
		font-size: 22px;

		line-height: 1.333;
		padding-left: 11px;
		border-left: 2px solid #d60010;
	}

	.huoming-oneb h1 {
		font-size: 15px;

	}

	.anli-threeb {
		display: none;
	}

	.yingyong-one ul li {

		padding: 14px;
    background-size: 100% 100% !important;
	}

	.yingyong-one h3 a {

		margin-right: 10px;
		padding: 5px 14px;
		font-size: 13px;
		    color: #fff;

	}

.yingyong-one h2 {
    font-size: 14px;
    max-width: 100%;
    color: #fff;
}
.yingyong-one h1 a {
    font-size: 20px;
    color: #d60010;
}

	.huoming-onea {
		width: 59%;
	}

/* 	.news-two-jia {
		display: none;
	}
 */
	.yingyong-one {
		padding: 15px 15px 0 15px;
		border-right: 1px solid #d6d6d6;
	}

	.huoming-oneb h2 {
		max-width: 100%;
		margin: 3px 0 9px 0;
		font-size: 12px;
		color: rgb(102, 102, 102);
		font-weight: 400;
		line-height: 1.714;
	}
.news-two-jia {
    position: absolute;
    right: -1px;
    width: 6%;
    bottom: 0;
    width: 35px;
    height: 25px;
    background: transparent;
    text-align: center;
    line-height: 39px;
}
.pages li:hover span, .pages li.current span {
    background: #d60010;
    color: #fff;
}
.pages {
   
    margin-top: 20px;
}
.pages li span {
    display: block;
    background: #fff;
    padding: 4px 8px;
    font-size: 12px;
    color: rgb(90, 88, 88);
    border-radius: 10px;
    border: 2px solid #efeff0;
}
.pages li a {
 padding: 4px 8px;
 font-size: 12px;
}
.news-two-jia img {
    width: 49%;
}
	.huoming-oneb {
	    position: relative;
	    padding: 2px 15px 16px 15px;
	    width: 68%;
	}
	.shuoming-one {
		padding: 15px 15px 0 15px;
		border-right: 1px solid #d6d6d6;
	}

	.newsxq-three {
		padding: 30px 0;
	}

	.newsxq-three .cp-tecwaa-a ul li {
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}

	.newsxq-three .cp-tecwaa-a ul {
		display: flex;
		flex-wrap: wrap;
	}

	.newsxq-two .cp-tecwaa ul li {
		width: 48%;
	}

	.newsxq-two {

		padding: 30px 0;
	}

	.newsxq-oned {
		padding: 35px 0 26px 0;
		font-size: 14px;

	}

	.newsxq-onef-a {
		width: 100%;
	}

	.newsxq-onef {

		flex-wrap: wrap;

	}

	.newsxq-oneb h2 {
		font-size: 14px;

	}

	.newsxq-onea p span {

		font-size: 14px;

	}

	.newsxq-onec .index-threec img {
		margin-left: 8px;
		width: 16%;
	}

	.newsxq-onea p span img {

		width: 10%;
	}

	.newsxq-onea p {
		padding-left: 0;
		margin-top: 12px;
	}

	.newsxq-onea {

		flex-wrap: wrap;
		padding-bottom: 11px;

	}

	.newsxq-one {
		margin-top: 30px;
		padding: 10px;

	}

	.news-two-tme h3 {
		font-size: 31px;

	}

	.news-two ul li {
		width: 100%;
		background: #f9f9f9;
		margin-right: 0px;
		border: 1px solid #dddddd;
		margin-bottom: 25px;
		position: relative;
		padding: 15px;
	}

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

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

	.oneswiper {
		padding-bottom: 26px;
	}

	.oneswiperc-time img {

		width: 15%;
	}

	.oneswiperc-time {
		margin-top: 11px;
		font-size: 13px;
		color: rgb(102, 102, 102);
	}

	.oneswiperc-iz {
		display: flex;
		margin-top: 0;
		padding-left: 1px;
		justify-content: space-between;
	}

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

	.oneswiperb {
		width: 100%;
	}

	.oneswiperc {
		width: 100%;
	}

	.anli-two-xoa {
		position: relative;
		right: 0;
		top: 0;
	}

	.cp-two {

		padding: 30px 0;
	}

	.twoaswiper .swiper-pagination {
		display: none;
	}

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

	}

	.twoaswiper .swiper-button-next {
		left: inherit;
		right: 5%;
		top: 19%;

	}

	.twoaswipera {
		flex-wrap: wrap;
		height: auto;
		overflow: hidden;
	}

	.twoaswiperc h1 {
		font-size: 44px;

	}

	.twoaswiperc h2 {
		font-size: 20px;

	}

	.cp-twoff ul li {
		width: 50%;
		padding-left: 19px;
		position: relative;
	}

	.cp-twoff-a span {

		width: 30px;
		height: 30px;
		border-radius: 50%;

		font-size: 18px;

		line-height: 30px;
		margin-right: 8px;

	}

	.cp-twoff-a a {
		font-size: 13px;

	}

	.cp-twoff ul li:nth-child(3n):before {
		display: none;
	}

	.cp-twoff ul li:nth-child(3n)::after {
		display: none;
	}

	.cp-twoffxs-more>a {

		font-size: 14px;

		padding: 10px 10px;
	}

	.cp-threea {
		display: flex;
		flex-wrap: wrap;

	}

	.cp-threec {
		margin-top: 8px;
		font-size: 15px;

	}

	.cp-threef ul li {
		width: 100%;
		margin-right: 0;
		background: url(../images/hc.jpg) no-repeat;
		background-size: cover;
		margin-bottom: 16px;
		position: relative;
		box-shadow: 0px 2px 20px rgb(0 0 0 / 20%);
	}

	.shuzi {

		top: 10px;
		right: 30px;
		font-size: 30px;

	}

	.cp-threef-b h2 {
		margin-top: 0px;
		margin-right: 0;
		text-align: left;
	}

	.cp-threef-b h1 {
		font-size: 18px;

		margin-bottom: 5px;
	}

	.cp-threef-b p {
		font-size: 12px;

	}

	.cp-foura ul li {
		text-align: center;
		width: 47%;
		position: relative;
		padding: 18px;
		height: 236px;
		border-radius: 10px;
		overflow: hidden;
		background: #efefef;
		margin-right: 17px;
		margin-bottom: 17px;

	}

	.cp-foura ul li:hover .cp-foura-xia {

		height: 90%;
		width: 90%;
		bottom: 14px;
		left: 7px;

	}

	.cp-fiveb-a ul li {

		margin-right: 8px;

		font-size: 17px;

		padding: 5px 15px;

	}

	.cp-six {
		padding: 30px 0;

	}

	.cp-sixb ul li.on .xnusa {
		display: none;
	}

	.cp-sixc-a ul li {
		width: 47%;
		margin-bottom: 14px;


		margin-right: 10px;
		padding: 15px;
	}

	.cp-sixc-a ul li p {
		padding: 10px 0;
		font-size: 14px;



	}

	.cp-seneva ul li {
		width: 33%;
		margin-bottom: 14px;

	}

	.cp-tecwaa ul li {
		margin-right: 10px;

		width: 48%;



	}

	.cp-nrewsa ul li {
		margin-right: 0;
		margin-bottom: 9px;
		width: 100%;
		padding: 15px 12px;

	}

	.cp-nrewsb h2 {
		font-size: 31px;

		color: rgb(153, 153, 153);

	}

	.cp-nrewsb {
		width: 21%;

		padding-right: 15px;
	}

	.cp-nrewsc h1 {
		font-size: 15px;

		margin-bottom: 2px;
	}

	.cp-nrews {
		padding: 30px 0;
	}

	.cp-nrewsc p {
		font-size: 12px;

	}

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

	.cp-tecwa {

		padding: 30px 0;
	}

	.cp-tecwaa ul {
		display: flex;
		flex-wrap: wrap;
	}

	.cp-seneva {

		margin-bottom: 7px;
	}

	.cp-seneva ul li p {
		font-size: 14px;

		font-weight: 400;

		max-width: 87%;
		margin: 0 auto;
	}

	.cp-seneva ul li h1 {
		font-size: 22px;


		margin: 9px 0;
	}

	.cp-seneva ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.cp-senev-titi h2 {
		font-size: 25px;

	}

	.cp-senev {
		background: #f7f7f7;
		padding: 30px 0 30px 0;
	}

	.cp-sixc {
		width: 100%;
	}

	.cp-sixc-a ul {
		display: flex;
		flex-wrap: wrap;
	}

	.cp-sixb ul li {
		display: inline-block;
		font-size: 16px;
		font-weight: 400;
		color: rgb(51, 51, 51);
		margin-bottom: 15px;
		padding: 15px 16px;
		width: auto;
		margin-right: 19px;
		position: relative;
		background: #f7f7f7;
		border-left: 4px solid #d60010;
	}

	.cp-sixa {
		display: flex;
		flex-wrap: wrap;
	}

	.cp-sixb {
		width: 100%;
		padding-top: 30px;
	}

	.cp-fiveb-xua-yan ul li {
		margin-right: 8px;
		width: 30%;
		margin-bottom: 8px;
	}

	.cp-fiveb-xua-yan {
		width: 100%;
	}

	.cp-fiveb-xua-yan {
		margin-top: 30px;
	}

	.cp-fiveb {

		padding: 15px;

	}

	.cp-fiveb-xua-img {
		width: 100%;
		text-align: center;
	}

	.cp-fiveb-xuaz {
		flex-wrap: wrap;
		display: flex;
	}

	.cp-fiveb-a ul li img {
		vertical-align: middle;
		margin-right: 1px;
		width: 21%;
	}

	.cp-five {
		padding: 30px 0;
		background: #f7f7f7;
	}

	.cp-five .index-threeb-p i {

		font-size: 28px;

	}

	.cp-foura-xia p {

		font-size: 12px;

	}

	.cp-foura-xia h2 {
		font-size: 16px;

		margin: 5px 0 0px 0;

	}

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

	.cp-foura-xia {

		padding: 10px;
	}

	.cp-foura-xia h3 {

		height: 2px;

	}

	.cp-foura ul {
		display: flex;
		flex-wrap: wrap;
	}

	.cp-four .index-threeb-p i {

		font-size: 28px;

	}

	.cp-threef-b {
		width: 69%;
		padding: 10px 14px 12px 14px;
	}

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

	.cp-three {
		padding: 30px 0;
	}

	.cp-twoffxs a {
		font-size: 19px;

	}

	.cp-twoffxs {

		margin: 13px 0 17px 0;
	}

	.cp-twoff-a:first-child {
		margin-bottom: 6px;
	}

	.cp-twoff ul {

		background: rgb(255, 255, 255, 0.5);
		border-radius: 0 0 20px 20px;
		padding: 19px 0;
		flex-wrap: wrap;
	}

	.twoaswiperc h3 {
		margin-top: 9px;
		font-size: 16px;

	}

	.twoaswiper .swiper-button-prev {
		left: 13px;
		right: inherit;
		top: 19%;
		filter: brightness(0.5);
		background-size: 69%;
	}

	.dou {
		position: absolute;
		right: 50px;
		bottom: -10px;
		width: 9%;
	}

	.cp-onec {
		width: 100%;
		padding-left: 0;
		padding-top: 10px;
	}

	.video-box {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 9;
	}

	.video-js .vjs-tech {
		position: fixed;
		top: 0;
		z-index: 999999999999999999;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.cp-oneb {
		width: 100%;
		position: relative;
	}

	.cp-onea {
		display: flex;
		margin-top: 25px;
		flex-wrap: wrap;
	}

	.nbanner-zong ul li {
		font-size: 14px;
		padding: 9px 9px;
		box-shadow: 0px 5px 0px 2px rgb(0 0 0 / 4%);
		color: rgb(51, 51, 51);
		font-weight: 400;
		margin-top: 10px;
	}

	.nbanner-zong ul li img {
		vertical-align: middle;
		margin-right: 9px;
		width: 19%;
	}

	.nbanner-xia-a {
		margin-top: 5px;
	}

	.nbanner-xia-a h3 {

		margin: 5px 0;
	}

	.nbanner-xia-a p {
		max-width: 100%;
		font-size: 13px;

	}

	.anli-threeb-xia {
		display: none;
	}

	.anli-threea-p-b {
		padding: 10px;
	}

	.anli-threea-p {
		padding: 13px;
	}

	.anli-threea-q {
		width: 100%;
	}

	.anli-threeb {
		width: 100%;
	}

	.index-threec.index-threyou img {
		margin-left: 8px;
		width: 9%;
	}

	.about-sesevb ul li:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.about-sesevb ul li {
		width: 100%;
		position: relative;
	}

	.about-fivea-ul {
		width: 100%;

		bottom: inherit;
		top: 0;
		left: 0;
		height: 50%;
		z-index: 9;
	}

	.about-fivec h1 {
		font-size: 19px;
		padding: 24px 0 24px 0px;
	}

	.about-five {
		padding: 30px 4%;
	}

	.about-fiveb {
		width: 100%;
	}

	.about-fivec {
		width: 100%;
	}

	.about-fourc {
		width: 100%;
		margin-top: -51px;
		margin-left: -39px;
	}

	.about-fourb-f {

		left: -54px;
		top: 0;
	}

	.twobswiper {
		height: 295px;
		overflow: hidden;
	}

	.twobswipera {
		padding: 6px 0;
	}

	.about-three {

		padding: 30px 0 30px 0;
	}

	.about-twoa {
		padding-top: 51px;
		margin-top: 10px;
	}

	.about-two {
		padding-top: 30px;

	}

	.about-oneb-p {
		padding-left: 29px;
		background: url(../images/tiao.png) no-repeat left top;
		/* background-size: 100%; */
	}

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

	.about-onea-b-a {
		padding-top: 94px;
	}

	.about-onea-b-b h1 {

		font-size: 18px;
		margin-top: 0px;

	}

	.about-onea-b-xia {
		padding: 20px 0;
		text-align: center;
		border-radius: 0 0 20px 0;

	}

	.about-onea-b {
		width: 100%;
		display: flex;
		justify-content: right;
	}

	.about-one-a h3 {
		font-size: 22px;

	}

	.about-one-a {
		margin-top: 30px;
		margin-bottom: 13px;
	}

	.about-one-a h2 {
		margin-bottom: 3px;
		font-size: 20px;

	}

	.index-foura {
		flex-wrap: wrap;
		display: flex;
	}

	.about-zongc a.on,
	.about-zongc a:hover {

		border-bottom: 1px solid #d60010;
	}

	.about-zongc a em {
		width: 3px;
		height: 3px;

	}

	.footer-zongd h3 {
		margin-top: 12px;

	}

	.about-zongb {
		width: 100%;
		padding: 7px 0;
	}

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

	.index-fiveb {
		display: flex;
		flex-wrap: wrap;
	}

	.index-five {
		padding: 0px 0 20px 0;
	}

	.index-fourb-a h2 em {

		font-size: 35px;

	}

	.index-fourb-a h2 i {

		font-size: 39px;

	}

	.index-fourb-a h2 {
		font-size: 27px;

	}

	.index-fourb {
		width: 100%;
		padding-right: 4%;
	}

	.index-fourb-a {
		margin-top: 0;
	}

	.inner h3 {
		height: 1px;
		margin: 2px auto;
	}

	.index-onea ul {

		margin: 22px 0 36px 0;

	}

	.onebbswiper .swiper-button-prev {
		background: url(../images/left.png) no-repeat;
		width: 22px;
		height: 44px;
		left: 18%;
		top: 42%;
		background-size: 100%;
	}

	.onebbswiper .swiper-slide.swiper-slide-active h2 {
		font-size: 17px;

	}

	.onebbswipera h3 {
		margin-top: 8px;

		font-size: 12px;
		color: rgb(102, 102, 102);
		width: 88px;
		height: 24px;
		line-height: 23px;

	}

	.zongshu1 {
		font-size: 15px;

	}

	.index-twoe .swiper-button-prev {
		top: 32%;

		left: -3%;
		background-size: 67%;
	}

	.index-twoe .swiper-button-next {
		top: 32%;

		right: -8%;
		background-size: 67%;
	}

	.index-threea .w {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.index-threeb {
		width: 100%;
		display: block;
	}

	.index-threeb-p span {

		font-size: 25px;
	}

	.index-threeb-p em {
		width: 3px;
		height: 3px;

		margin: 0 5px 0 0px;
	}

	.index-threeb-p i {

		font-size: 20px;

	}

	.index-threec span {
		font-size: 12px;

	}

	.index-three-dd {
		margin-top: 14px;
	}

	.index-fourc.section3 {
		display: none;
	}

	.index-threec img {

		margin-left: 8px;
		width: 23%;
	}

	.index-threec {
		margin-top: 10px;
	}

	.index-threeb h3 i {

		font-size: 14px;

	}

	.index-three {
		padding: 30px 0 0 0;
	}

	.twoeswiper-p {
		/* transition: all 1s; */
		padding: 12px 8px;

		height: 45px;

	}

	.twoeswiper-p h2::after {

		bottom: -12px;

	}

	.twoeswiper-p h2 {

		font-size: 13px;

	}

	.twoeswiper-p p {
		padding: 1px 5px;
		font-size: 12px;
		border-radius: 13px;

	}

	.twoeswiper {
		padding-bottom: 30px;
	}

	.xianji {
		font-size: 15px;

	}

	.index-twoc .swiper-pagination {

		top: -4px;
	}

	.dangqian {
		font-size: 27px;

	}

	.index-twob {
		font-size: 17px;

	}

	.index-twoc {
		width: 30%;
	}

	.index-twoc em {
		display: none;
	}

	.onebbswiper .swiper-button-next {
		background: url(../images/right.png) no-repeat;
		width: 22px;
		height: 44px;
		right: 18%;
		top: 42%;
		background-size: 100%;
	}

	.index-onea ul li {

		font-size: 15px;
		padding: 6px 15px;
		color: rgb(102, 102, 102);
		background: #f7f7f7;

	}

	.index-one-t {
		font-size: 17px;

	}

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

	.phone_head .logo img {

		max-height: 50px;

	}

	.bannerswiper .controller {

		bottom: 5px;
		right: 24px;

	}

	.video-box video {
		object-fit: contain;
	}

	.videoclose {
		position: fixed;
		top: 105px;
		right: 14px;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.2) url(../images/kfclose.png) no-repeat center center;
		background-size: cover;
		z-index: 1000000;
		cursor: pointer;
	}

	.hexin14 p {

		font-size: 12px;

	}

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

	.newspage .newspage_a {

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

	}

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

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

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

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

	.nestit h2 {
		font-size: 16px;

	}

	.newsxq-sec .leftlayout {

		padding: 15px;

	}

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

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

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

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




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

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

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



	.layoutleft {
		display: block;
	}

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

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

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

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

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

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


	header {
		display: none;
	}

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

		margin-right: 12px;

	}

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

	.picc ul li:hover::after {

		background: none;
	}

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

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

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

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

	}


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

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

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

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

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

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

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

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

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

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

	.zs .box {

		height: 73px;

	}

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

	.layoutright {
		width: 100%;
	}

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

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

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

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

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

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

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

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

	}

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

	.m-left ul {
		height: auto;
	}

	.nynav .tit {
		display: none;
	}

	.hottel {
		display: none;
	}

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


	.w .map2 {
		display: block;
	}

	.phone_head {
		display: block
	}

	.h {
		height: 50px;
	}

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

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

	.arrows {
		display: none;
	}

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

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

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

	.form {
		padding: 0;
	}

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

}

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

	.newspage .nshare {
		display: none;
	}
}

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

}

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

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