@charset "utf-8";

@font-face {
	font-family: 'Prism';
	src: url('Prism-Regular.otf');
	font-style: normal;
}

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

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

@font-face {
	font-family: 'PingFangSC';
	src: url('PingFang Medium.ttf');
	font-style: normal;
}

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

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

html,
body {
	width: 100%;
}

body {
	font-family: 'PingFangSC';
	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: 'PingFangSC';
}

img {
	border: none;
}

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

a:hover {
	color: #A47C42;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

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

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

.none {
	display: none;
}

.block {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.h {}

header.fixed {
	background: #fff;
}

.overflow {
	overflow: hidden;
}

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

.head-main {
	position: relative;
	line-height: 72px;
	border-bottom: 1px solid #ececec;
	font-size: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.header-top {
	transition: all 0.5s;
	transform: translateY(0px);
}

.header-top.fixed {
	transform: translateY(-80px);
}

header.fixed {
	top: 0;
}
/* .index-Twelvea-xib h1:hover{
	    display: -webkit-box;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    word-wrap: break-word;
	    word-break: break-all;
	    white-space: normal !important;
	    -webkit-line-clamp: initial;
	    -webkit-box-orient: vertical;
}
.index-Thirteenb-b ul li a:hover{
	white-space: inherit;
} */
header.fixed .head-main {
	z-index: 9;
	box-shadow: 0px 2px 9px rgb(0 0 0 / 6%);
}

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

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

.head-main .nav {
	display: inline-block;
	vertical-align: middle;
}

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

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

.head-main .nav>ul>li img {
	vertical-align: revert;
	position: relative;
	top: -7px;
	left: -5px;
}

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

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

.head-main .nav>ul>li:hover>a,
.head-main .nav>ul>li.on>a {
	color: #A47C42;
	font-weight: bold;
}

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

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

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

.drop-down ol a {
	display: block;
	font-size: 18px;
	padding: 10px 25px;
	line-height: 25px;
	text-align: center;
	word-break: keep-all;
	white-space: nowrap;
}

.drop-down ol a {
	position: relative;
}

.drop-down ol a::after {
	position: absolute;
	content: "";
	display: block;
	width: 75%;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
	border-bottom: 1px dashed #ede9e9;
}

.drop-down ol li:last-child a {
	border-bottom: inherit;
}

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

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

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

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

.right-side-box .side-menu__toggler {
	width: 55px;
	height: 100px;
	right: 0;
	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)
}

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

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

.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) {
	.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: 45px;
		line- height: 45px;
		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: 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: 45px;
}

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

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

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

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

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

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

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

.search-popup__form input::-webkit-input-placeholder {
	color: #222222;
}

.search-popup__form input::-moz-placeholder {
	color: #222222;
}

.search-popup__form input:-ms-input-placeholder {
	color: #222222;
}

.search-popup__form input:-moz-placeholder {
	color: #222222;
}

.search-popup__form button {
	border: none;
	outline: none;
	width: 60px;
	height: 60px;
	color: #fff;
	background: linear-gradient(to right, #1c7ec6, #3196e0);
	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 {
	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);
}

.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: #106bb2 none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	top: 11px;
	left: 18px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}

.maskbg {
	position: fixed;
	top: 0;
	left: -9999px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

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

.maxDiv .maskbg {
	left: 0;
}

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

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

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

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

#menu h1 {
	font-weight: 300;
}

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

#menu p {
	margin: 20px 0;
}

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

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

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

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

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

img {
	max-width: 100%;
}

.bannerswiper {
	position: relative;
}

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

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

.banner img {
	width: 100%;
}

.baojia {
	text-align: center;
	width: 148px;
	height: 42px;
	line-height: 42px;
	background-color: #A47C42;
	border-radius: 25px;
}

.baojia img {
	vertical-align: middle;
	margin-right: 6px;
	width: 19px;
}

.baojia a {
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
}

.header-top {
	position: fixed;
	top: 0;
	left: 0;
	height: 80px;
	z-index: 99999;
	width: 100%;
	line-height: 80px;
}

.header-topb a {
	vertical-align: middle;
}

.logoq {
	width: 197px;
	margin-top: 2px;
}

.header-topb-a img {
	vertical-align: middle;
	margin-right: 6px;
}

.header-topb {
	display: flex;
}

.header-topb-a {
	vertical-align: middle;
	display: inline-block;
	margin-left: 19px;
	top: -28px;
	align-content: center;
	align-items: flex-end;
	display: flex;
}

.header-topb-a a {
	font-size: 16px;
	color: #333333;
}

.header-topc {
	width: 44%;
}

.header-topb-a a span {
	vertical-align: middle;
}

.cityList {
	display: none;
	font-size: 12px;
	background: #fff;
	position: absolute;
	left: 15px;
	top: 88%;
	width: 350px;
	border: solid 1px #edecec;
	line-height: 26px;
	padding: 15px;
	z-index: 99999999999999999;
}

.header-topb-a {
	position: relative;
}

.tabLayer span {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.header-topb-a:hover .cityList {
	display: block;
}

.tabLayer a {
	width: 33%;
	color: #666;
	margin: 0 5px;
	white-space: nowrap;
}

.header-topc-a {
	height: 51px;
	line-height: 38px;
	border-radius: 25px;
	padding: 5px;
	background: #fff;
	border: 1px solid rgba(202, 202, 202, 1);
}

.header-topc {
	margin-top: 14px;
}

select {
	background: transparent;
}

.header-topc-a {
	overflow: hidden;
}

.header-topc-a select {
	width: 20%;
	border-radius: 10px;
	padding-left: 15px;
	color: rgb(107, 107, 107);
	font-size: 14px;
	background-color: #fff;
	box-shadow: inherit;
	border: 1px solid #fff;
	height: 50px;
	margin-top: -10px;
	position: relative;
}

.header-topc-a option {
	position: relative;
	border: 1px solid #fff;
	opacity: 0.5 !important;
}

.header-topc-a option::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	border: 1px solid #000;
}

.header-topc-a input {
	padding-left: 12px;
	width: 70%;
	color: rgb(107, 107, 107);
	font-size: 14px;
	background: #fff;
	border: inherit;
}

.header-topc-a {
	position: relative;
}

.button-a {
	width: 104px;
	border-radius: 25px;
	background-color: rgba(28, 71, 136, 1);
	height: 39px;
	text-align: center;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	border: inherit;
}

.button-a:hover {
	opacity: 0.8;
}

.button-a img {
	vertical-align: middle;
	margin-right: 10px;
	width: 16px;
}

.header-topc {
	margin-right: 70px;
}

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

.header-topd {
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	color: #49494A;
	font-family: 'DIN';
}

.h {
	height: 152px;
}

.index-one {
	padding: 60px 0;
}

.index-onea ul {
	display: flex;
	border-radius: 5px;
	border: 1px solid rgba(237, 237, 237, 1);
}

.index-onea ul li {
	width: 20%;
	padding: 18px 17px;
	background-color: #fff;
	text-align: center;
	border-right: 1px solid rgba(237, 237, 237, 1);
}

.index-onea ul li:last-child {
	border-right: 1px solid transparent;
}

.index-onea ul li h1 {
	color: #090909;
}

.index-onea ul li h1 span {
	font-weight: 700;
	font-style: normal;
	font-size: 34px;
	font-family: 'DIN';
}

.index-onea ul li h1 sup {
	font-weight: 700;
	font-style: normal;
}

.index-onea ul li p {
	font-size: 18px;
	color: #444444;
}

.index-onea ul li img {
	filter: brightness(0);
	opacity: 0.8;
}

.index-two {
	padding: 60px 0 120px 0;
}

.index-onea ul li:hover {
	transform: scale(1.1);
	border-radius: 5px;
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.07);
}

.index-twob-b ul li {
	position: relative;
}

.index-twob-b ul li img {
	position: absolute;
	top: 0;
	right: 293px;
}

.index-onea ul li:hover h1 {
	color: #A47C42;
}

.index-onea ul li:hover p {
	color: #A47C42;
}

.index-twoa h1 {
	text-align: center;
	font-weight: 600;
	font-style: normal;
	font-size: 48px;
	letter-spacing: 5px;
	color: #090909;
}

.index-twoa h1 em {
	display: inline-block;
	margin: 0 9px;
	vertical-align: middle;
	width: 44px;
	height: 5px;
	border-top: 1px solid #A47C42;
	border-bottom: 1px solid #A47C42;
}

.index-twoa p {
	text-align: center;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	color: #333333;
	margin-top: 12px;
}

.index-onea ul li:hover img {
	filter: inherit;
	opacity: 1;
}

.index-twob {
	margin-top: 60px;
}

.index-twob {
	display: flex;
	height: 420px;
	justify-content: space-between;
}

.index-twob-a {
	width: 31%;
	height: 102.8%;
	background: #fff;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.0588235294117647);
	border: 1px solid #efe9e9;
	border-radius: 10px;
	padding: 60px 30px 10px 30px;
}

.index-twob-b {
	width: 69%;
	height: 100%;
}

.index-twob-a h1 {
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	letter-spacing: 5px;
	color: #1A1A1A;
	text-align: center;
	margin-bottom: 25px;
}

.index-twob-a input {
	width: 100%;
	height: 45px;
	color: #B1B1B1;
	padding-left: 30px;
	border-radius: 5px;
	font-size: 16px;
	background-color: rgba(17, 19, 90, 0);
	margin-bottom: 9px;
	border: 1px solid #BBBBBB;
}

.index-twob-a input::-webkit-input-placeholder {
	color: #B1B1B1;
}

.index-twob-a input::-moz-placeholder {
	color: #B1B1B1;
}

.index-twob-a button {
	width: 100%;
	background: #1C4688;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	margin-top: 20px;
	text-align: center;
	font-style: normal;
	font-size: 18px;
	height: 44px;
	color: #fff;
}

.index-twob-a button:hover {
	opacity: 0.9;
}

.index-twob-a button img {
	vertical-align: middle;
	margin-right: 14px;
}

.index-twob-b ul li {
	margin-left: 10px;
	margin-bottom: 10px;
	height: 50%;
	background: #fff;
	padding: 25px;
	border-radius: 10px;
	width: 32%;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.14);
}

.index-twob-b ul {
	display: flex;
	height: 100%;
	flex-wrap: wrap;
}

.index-twob-b ul li:nth-child(4) {
	width: 65%;
	margin-bottom: 0px;
}

.index-twob-b ul li:nth-child(5) {
	margin-bottom: 0px;
}

.index-twob-b ul li h1 {
	font-weight: 700;
	font-style: normal;
	font-size: 21px;
	color: #0D0D0D;
}

.index-twob-b ul li h3 {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #908F8F;
}

.index-twob-b ul li h2 {
	width: 35px;
	height: 1px;
	margin: 5px 0;
	background: #D59A63;
}

.index-twob-b ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.index-twob-b ul li:hover {
	box-shadow: 2px 8px 21px 0px rgba(148, 149, 149, 0.29);
}

.juifang-fix {
	padding: 60px 0 120px 0;
}

.gallery-thumbs {
	margin: 35px auto 30px;
	max-width: 750px;
	text-align: center;
}

.gallery-thumbs-a {
	text-align: center;
	cursor: pointer;
}

.gallery-thumbs-a p {
	font-weight: 400;
	font-style: normal;
	font-size: 21px;
	margin-top: 6px;
}

.gallery-thumbsaa .swiper-slide.swiper-slide-thumb-active .gallery-thumbs-a p {
	color: #A47C42;
}

.gallery-thumbsaa .swiper-slide.swiper-slide-thumb-active .gallery-thumbs-a img {
	filter: initial;
}

.gallery-thumbs-a img {
	filter: brightness(0);
	opacity: 0.8;
}

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

.gallery-topc img {
	width: 100%;
}

.gallery-topc a {
	position: relative;
	display: block;
}

.gallery-topc a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(0 0 0 / 63%);
}

.gallery-topaa .swiper-slide-active .gallery-topc a::after {
	display: none;
}

.gallery-topb {
	width: 31%;
}

.gallery-topc {
	width: 100%;
}

.gallery-topb {
	display: flex;
	align-items: center;
}

.gallery-topb h1 {
	font-weight: 700;
	font-style: normal;
	font-size: 55px;
	color: #000000;
}

.gallery-topb h2 {
	font-weight: 400;
	font-style: normal;
	margin-top: 25px;
	font-size: 25px;
}

.gallery-topb-a {
	margin-top: 120px;
}

.gallery-topb-a a {
	margin-right: 14px;
	display: inline-block;
	border-radius: 25px;
	padding: 14px 27px;
	font-weight: 700;
	color: #FFFFFF;
	font-style: normal;
	font-size: 16px;
	background-color: #A47C42;
}

.gallery-topb-a a:last-child {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #797979;
	border: 1px solid rgba(121, 121, 121, 1);
	background-color: rgba(40, 39, 39, 0);
}

.gallery-topb-a a:hover {
	opacity: 0.8;
}

.index-threea {
	position: relative;
}

.zixui {
	position: absolute;
	width: 100%;
	right: 0;
	bottom: inherit;
	top: 59%;
}

.zixui .swiper-button-prev {
	width: 48px;
	height: 48px;
	left: 26px;
	opacity: 1;
	border-radius: 50px 0 0 50px;
	background: url(../images/ll1.png);
}

.zixui .swiper-button-prev:hover {
	opacity: 0.8;
}

.zixui .swiper-button-next:hover {
	opacity: 0.8;
}

.zixui .swiper-button-next {
	width: 48px;
	height: 48px;
	right: 26px;
	opacity: 1;
	border-radius: 0px 50px 50px 0;
	background: url(../images/ll2.png);
}

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

.index-fourb {
	margin: 40px 0 30px 0;
}

.index-fourb ul {
	justify-content: center;
	display: flex;
}

.index-fourb ul li {
	font-size: 21px;
	margin-right: 50px;
	color: #333333;
	cursor: pointer;
}

.index-fourb ul li.on,
.index-fourb ul li:hover {
	font-weight: 650;
	text-decoration: none;
	color: #A47C42;
}

.index-fourc-b {
	display: flex;
	height: 480px;
}

.index-fourc-c {
	overflow: hidden;
	width: 62.4%;
	position: relative;
}

.index-fourc-d {
	width: 60.6%;
}

.index-fourc-c img {
	transition: all 1s;
	vertical-align: bottom;
}

.index-fourc-c a img {
	width: 100%;
	vertical-align: bottom;
}

.index-fourc-c:hover img {
	transform: scale(1.1);
}

.index-fourc {
	margin-top: 20px;
}

.index-fourc-d ul {
	display: flex;
	flex-wrap: wrap;
}

.index-fourc-d ul li {
	position: relative;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 48.2%;
}

.index-fourc-d ul li:nth-child(1) .index-fourc-c-xia-z {
	text-align: right;
}

.index-fourc-d ul li:nth-child(3) {
	margin-bottom: 0px;
}

.index-fourc-d ul li:nth-child(4) {
	margin-bottom: 0px;
}

.index-fourc-d ul li:nth-child(5) {
	margin-bottom: 0px;
}

.index-fourc-d ul li img {
	vertical-align: bottom;
	transition: all 1s;
	height: 100%;
	width: 100%;
}

.index-fourc-d ul li:hover img {
	transform: scale(1.1);
}

.index-fourc-c-xia {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	top: 40px;
	left: 0;
	text-align: center;
	align-items: center;
}

.index-fourc-c-xia h1 {
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	color: #FFFFFF;
}

.index-fourc-c-xia h2 {
	margin: 70% 0;
}

.index-fourc-c-xia-z h3 {
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	color: #FFFFFF;
}

.index-fourc-c-xia-z {
	position: absolute;
	bottom: 29px;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 12px;
}

.index-fourc-c a {
	display: block;
}

.index-fourc-c a {
	position: relative;
	z-index: 8;
}

.index-fourc-d a {
	display: block;
	position: relative;
	height: 100%;
}

.index-fourc-c-xia {
	z-index: 9;
}

.index-fourc-c-xia-z {
	z-index: 9;
}

.index-zkod {
	margin-top: 50px;
	text-align: center;
}

.index-zkod a {
	display: inline-block;
	font-style: normal;
	padding: 10px 33px;
	margin-right: 50px;
	font-size: 18px;
	border: 2px solid #A47C42;
	background-color: #A47C42;
	color: #FFFFFF;
	border-radius: 25px;
}

.index-zkod a:last-child {
	border: 2px solid #1C4688;
	background-color: #1C4688;
}

.index-zkod a:hover {
	opacity: 0.8;
}

.index-fourc-a {
	display: none;
}

.index-fourc-a:first-child {
	display: block;
}

.index-zkod.index-zkod1 a {
	font-size: 20px;
}

.index-zkod.index-zkod1 a:last-child {
	background: inherit;
	color: #1C4688;
}

.index-fiver {
	padding: 60px 0 120px 0;
	background: #fff;
}

.index-fivera {
	margin-top: 56px;
}

.fiveraswipera {
	display: flex;
}

.fiveraswiperb {
	margin-top: 10px;
}

.fiveraswiperb-a {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.fiveraswiperb-a img {
	transition: all 1s;
	vertical-align: bottom;
}

.fiveraswiperb-a:hover img {
	transform: scale(1.1);
}

.fiveraswiperc ul {
	display: flex;
	flex-wrap: wrap;
}

.fiveraswiperb {
	width: 32.3%;
}

.fiveraswiperc {
	width: 83%;
}

.fiveraswiperc ul li {
	margin-left: 10px;
	margin-top: 10px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	width: 18.8%;
}

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

.fiveraswiperc ul li:hover img {
	transform: scale(1.1);
}

.fiveraswiperb-a {
	position: relative;
}

.fiveraswiperb-a-xia {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.fiveraswiperb-a-xia-a {
	margin: 8px;
	padding: 40px 20px;
	background-color: rgba(7, 7, 8, 0.6);
	border-radius: 10px;
}

.fiveraswiperb-a-xia-a h1 {
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	margin-bottom: 13px;
	color: rgba(199, 158, 104, 0.996078431372549);
	line-height: 30px;
}

.fiveraswiperb-a-xia-a h2 {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.fiveraswiperb-a-xia-a h2 span {
	color: rgba(199, 158, 104, 0.996078431372549);
}

.fiveraswiperb-a {
	display: none;
}

.fiveraswiperb-a:first-child {
	display: block;
}

.index-fivera {
	position: relative;
}

.index-fivera .swiper-button-prev {
	width: 34px;
	height: 34px;
	background: url(../images/u649.svg) no-repeat;
	left: -62px;
}

.index-fivera .swiper-button-next {
	width: 34px;
	height: 34px;
	right: -62px;
	background: url(../images/u648.svg) no-repeat;
}

.index-fiverbb {
	margin-top: 50px;
	text-align: center;
}

.index-fiverbb a {
	display: inline-block;
	font-style: normal;
	padding: 12px 33px;
	margin-right: 50px;
	font-size: 18px;
	background-color: #A47C42;
	color: #FFFFFF;
	border-radius: 25px;
}

.index-fiverbb a:hover {
	opacity: 0.8;
}

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

.index-fiverbb a:last-child {
	background-color: rgba(28, 71, 136, 1);
}

.index-fix {
	padding: 70px 0 55px 0;
	position: relative;
	z-index: 1;
	background-image: url(../images/xh.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.index-fix::after {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	z-index: -1;
}

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

.index-fixa ul li {
	text-align: center;
}

.index-fixa-a h1 {
	display: inline-block;
	margin-right: 15px;
	font-weight: 650;
	font-style: normal;
	color: #FFFFFF;
	font-size: 24px;
	vertical-align: middle;
}

.index-fixa-a {
	margin-top: 16px;
}

.index-fixa-a h2 {
	vertical-align: middle;
	display: inline-block;
}

.index-fixa-a h2 span {
	display: block;
	font-weight: 400;
	font-style: normal;
	font-size: 21px;
	color: #FFFFFF;
	line-height: 25px;
}

.index-fixa ul li img {
	transition: all 1s;
	height: 60px;
	transform: translateY(0);
}

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

.index-seven {
	padding: 120px 0 60px 0;
}

.index-eight {
	padding: 60px 0;
	background: url(../images/xjbj.jpg) no-repeat;
	background-size: cover;
}

.index-eighta {
	margin-top: 60px;
}

.lunslide .swiper-slide {
	transition: all 1s;
}

.lunslide img {
	width: 100%;
}

.lide-img h2 {
	padding: 20px 10px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.index-eighta {
	position: relative;
}

.bannerswiper-a {
	position: absolute;
	left: 0;
	bottom: 17px;
	z-index: 5;
	text-align: center;
	width: auto;
	display: flex;
	left: 50%;
	transform: translateX(-50%);
	align-items: center;
	gap: 0 20px;
}

.bannerswiper-a .swiper-button-prev {
	position: relative;
	left: unset;
	top: unset;
	right: unset;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/u5187.svg) no-repeat center center;
	background-size: 100%;
}

.bannerswiper-a .swiper-pagination {
	position: relative;
	left: unset;
	top: unset;
	right: unset;
	margin: 0;
	padding: 0;
	display: inline-block;
	display: flex;
	align-items: center;
	gap: 0 15px;
	bottom: 0;
}

.bannerswiper-a .swiper-pagination .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	opacity: 1;
	background: #a1a1a1;
}

.bannerswiper-a .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #A47C42;
}

.bannerswiper-a .swiper-button-next {
	position: relative;
	left: unset;
	top: unset;
	right: unset;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/u5186.svg) no-repeat center center;
	background-size: 100%;
}

.lunswiping {
	padding-bottom: 40px;
}

.index-ninet {
	padding: 120px 0 60px 0;
}

.header-topc-flxeda-c {
	display: none;
}

.index-ninet-a {
	display: flex;
	margin-top: 60px;
}

.index-ninet-c {
	background: url(../images/axj.png) no-repeat;
	background-size: cover;
}

.sheji2-fehrr .index-ninet-c::after {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.3;
	background: url(../images/u2449.png) no-repeat;
	background-size: cover;
}

.sheji2-fehrr .index-ninet-c {
	position: relative;
	z-index: 1;
	background: inherit;
}

.index-ninet-b {
	width: 50%;
	overflow: hidden;
}

.lunslide {
	position: relative;
}

.lunslide img {
	vertical-align: bottom;
}

.lunslide::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.59);
}

.lunswiping .swiper-slide.swiper-slide-active .lunslide::after {
	display: none;
}

.index-ninet-c {
	width: 50%;
}

.index-fiverbb.xs a {
	margin-right: 0px;
	background-color: #A47C42;
}

.lunslide:hover .lide-img h2 {
	color: #A47C42;
}

.index-fiverbb.xs {
	margin-top: 25px;
}

.listItem-img-img {
	text-align: center;
}

.ninetswiper .swiper-slide {
	overflow: hidden;
	opacity: 0 !important;
}

.ninetswiper .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}

.ninetswiper .swiper-slide img {
	transition: all 1s;
}

.city.cy607.on .citybg p {
	color: #A47C42 !important;
	font-size: 16px !important;
}

.city.cy607:hover .citybg p {
	color: #A47C42 !important;
}

.city.cy607.on .citybg img {
	filter: initial !important;
	width: auto !important;
}

.city.cy607 .citybg img {
	filter: initial !important;
}

.city.cy606.on .citybg p {
	color: #A47C42 !important;
	font-size: 16px !important;
}

.city.cy606:hover .citybg p {
	color: #A47C42 !important;
}

.city.cy606 .citybg img {
	filter: initial !important;
}

.city.cy608 .citybg img {
	filter: initial !important;
}

.city.cy606.on .citybg img {
	filter: initial !important;
	width: auto !important;
}

.city.cy608.on .citybg p {
	color: #A47C42 !important;
	font-size: 16px !important;
}

.city.cy608:hover .citybg p {
	color: #A47C42 !important;
}

.city.cy608.on .citybg img {
	filter: initial !important;
	width: auto !important;
}

.city.cy608.on .citybg {
	top: 40% !important;
}

.city.cy607.on .citybg {
	top: 51% !important;
	right: 25% !important;
}

.city.cy420 .citybg img {
	width: 15px !important;
}

.city.cy420 .citybg p {
	font-size: 12px;
}

.city.cy420.on .citybg img {
	width: auto !important;
}

.city.cy420.on .citybg p {
	font-size: 16px;
}

.city.cy608 .citybg .sanj.xzhong {
	filter: brightness(0.5) !important;
}

.city.cy607 .citybg .sanj.xzhong {
	filter: brightness(0.5) !important;
}

.city.cy606 .citybg .sanj.xzhong {
	filter: brightness(0.5) !important;
}

.ninetswiper .swiper-slide:hover img {
	transform: scale(1.1);
}

.sheji2-fehrr .ninetswiper .swiper-slide {
	overflow: hidden;
	opacity: 1 !important;
}

.ninetswiper .swiper-button-prev {
	width: 41px;
	height: 45px;
	transform: inherit;
	top: inherit;
	bottom: 30px;
	left: inherit;
	right: 57%;
	background: url(../images/u683.svg ) no-repeat;
	background-size: 100%;
}

.ninetswiper .swiper-button-next {
	width: 41px;
	height: 45px;
	transform: inherit;
	top: inherit;
	bottom: 30px;
	left: inherit;
	right: 52%;
	background: url(../images/u681.svg ) no-repeat;
	background-size: 100%;
}

.index-ninet-c {
	text-align: center;
	padding: 35px 90px 10px 90px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.0745098039215686);
}

.index-ninet-c h2 img {
	vertical-align: middle;
	margin-right: 25px;
}

.index-ninet-c h2 {
	color: #333333;
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	letter-spacing: 5px;
	margin-bottom: 30px;
}

.index-three-pc .gallery-top .index-zkod-pc {
	display: none;
}

.index-three-pc .gallery-top .swiper-slide.swiper-slide-active .index-zkod-pc {
	display: block;
}

.index-ninet-c input {
	width: 100%;
	height: 50px;
	color: #7C7C7C;
	padding-left: 30px;
	border-radius: 4px;
	font-size: 16px;
	background: #FAFAFA;
	border: 1px solid #BBBBBB;
	margin-bottom: 10px;
	border: 1px solid rgba(225, 225, 225, 1);
}

.index-ninet-c button img {
	vertical-align: middle;
	margin-right: 9px;
	width: 16px;
}

.index-ninet-c button {
	width: 100%;
	background-color: #A47C42;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	height: 44px;
	color: #fff;
}

.index-ninet-c button:hover {
	opacity: 0.9;
}

.index-ninet-c h3 {
	text-align: left;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 1px;
	color: #626262;
	line-height: 25px;
}

.index-ten {
	padding: 80px 0;
	background-image: url(../images/wt.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.index-tena img {
	margin-left: 20px;
	vertical-align: middle;
	transition: all 1s;
	transform: translateX(0);
}

.index-tena:hover img {
	transform: translateX(30px);
}

.index-tena a {
	font-size: 44px;
	letter-spacing: 3px;
	font-style: normal;
	color: #FFFFFF;
}

.index-eleven {
	padding: 60px 0 120px 0;
	background: #fff;
}

.index-eleven-a {
	margin-top: 60px;
}

.index-eleven-a ul {
	display: flex;
}

.index-eleven-a ul li {
	width: 18%;
	border-radius: 4px;
	margin-right: 7px;
	overflow: hidden;
}

.index-eleven-a ul li {
	transition: all 0.4s;
	height: 500px;
	background-color: rgba(28, 71, 136, 0.1);
}

.index-eleven-a ul li:nth-child(2n) {
	background-color: rgba(222, 224, 226, 1);
}

.index-eleven-a ul li.on .index-elevenc {
	display: block;
}

.index-elevenc {
	display: none;
}

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

.index-eleven-a ul li.on {
	width: 164%;
}

.index-elevenc {
	width: 90%;
}

.index-eleven-a ul li.on .index-elevenb {
	width: 10%;
}

.index-eleven-a ul li.on {
	background-color: #A47C42;
}

.index-eleven-a ul li.on .index-elevenb h1 {
	color: #fff;
}

.index-elevenb {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	padding: 30px 10px;
}

.index-elevenc a {
	display: block;
	width: 100%;
	height: 100%;
}

.shu {
	position: absolute;
	left: 15px;
	bottom: 10px;
	font-weight: 700;
	font-style: normal;
	color: #FFFFFF;
	font-size: 34px;
}

.index-elevenc img {
	vertical-align: middle;
	width: 100%;
}

.index-ninet-a {
	overflow: hidden;
}

.index-elevenb h1 {
	position: absolute;
	left: 43%;
	transform: translateX(-50%);
	color: #3B3B3B;
	text-align: center;
	width: 75%;
	font-weight: 400;
	font-style: normal;
	font-size: 26px;
	letter-spacing: 4px;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-align: center;
}

.index-elevenb h1 span {
	writing-mode: inherit;
	letter-spacing: 1px;
}

.index-elevenc {
	position: relative;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	transition: width 0.3s;
}

.index-elevenc {
	z-index: 1;
}

.index-elevenc::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	display: block;
	background: rgba(12, 12, 12, 0.22);
}

.index-elevenc-x-a {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	z-index: 8;
	text-align: center;
	transform: translateY(-50%);
}

.index-elevenc-x-a h1 {
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.index-elevenc-x-a h2 {
	display: inline-block;
	border-radius: 50px;
	border: 1px solid #fff;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	color: #FFFFFF;
	padding: 3px 21px;
}

.index-elevenc-x-a h2 img {
	vertical-align: middle;
	width: 32px;
}

.index-Twelve {
	padding: 60px 0 60px 0;
}

.index-Twelvea {
	margin-top: 35px;
}

.index-Twelvea ul {
	display: flex;
}

.index-Twelvea ul li {
	margin-right: 20px;
	overflow: hidden;
	width: 32%;
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.16);
}

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

.index-Twelvea ul li:last-child {
	margin-right: 0px;
}

.index-Twelvea-img img {
	transition: all 1s;
	vertical-align: bottom;
}

.foot-warp-bottom {
	display: none;
}

.index-Twelvea-img:hover img {
	transform: scale(1.1);
}

.index-Twelvea-img {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.index-Twelvea-img::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.68);
}

.index-Twelvea-img-h2 {
	position: absolute;
	left: 26px;
	width: 100%;
	z-index: 8;
	top: 50%;
	transform: translateY(-50%);
}

.index-Twelvea-img-h2 h1 {
	font-weight: 600;
	font-style: normal;
	font-size: 32px;
	color: #FFFFFF;
}

.index-Twelvea-img-h2 p {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 18px;
}

.index-Twelvea-img-shu {
	font-weight: 700;
	position: absolute;
	font-style: normal;
	font-size: 39px;
	color: #FFFFFF;
	top: 25px;
	font-family: 'DIN';
	z-index: 8;
	left: 26px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
	-webkit-text-fill-color: transparent;
	color: transparent;
	-webkit-background-clip: text;
}

.index-Twelvea-xia {
	padding: 20px;
}

.index-Twelvea-xia-a {
	display: flex;
}

.index-Twelvea-xia-b {
	width: 31%;
	border-radius: 10px;
	overflow: hidden;
}

.index-Twelvea-xia-b img {
	vertical-align: bottom;
}

.index-Twelvea-xia-c {
	width: 69%;
	padding-left: 15px;
}

.index-Twelvea-xia-c h1 {
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}

.index-Twelvea-xia-c h2 {
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #6D6D6D;
	line-height: 25px;
}

.index-Twelvea-xia-a {
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(85, 85, 85, 0.2);
}

.index-Twelvea-xib {
	padding-top: 15px;
}

.index-Twelvea-xib h1 {
	margin-bottom: 10px;
}

.index-Twelvea-xib h1 em {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50px;
	margin-right: 10px;
	border: 1px solid #666666;
}

.index-Twelvea-xib h1 a {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #676767;
	line-height: 30px;
}

.index-Twelvea-xib h1 a:hover {
	color: #A47C42;
}

.index-Twelvea-xia-c:hover h1 {
	color: #A47C42;
}

.index-Twelvea-xib h2 {
	text-align: right;
}

.index-Twelvea-xib h2:hover {
	opacity: 0.8;
}

.index-Thirteen {
	background: #fff;
	padding: 60px 0;
}

.index-Thirteena ul {
	display: flex;
	border-bottom: solid 1px #DBDBDB;
}

.index-Thirteena ul li {
	font-size: 18px;
	color: #333333;
	font-weight: 700;
	cursor: pointer;
	padding-bottom: 16px;
	margin-right: 70px;
	border-bottom: 1px solid transparent;
}

.index-Thirteena ul li.on {
	color: #A47C42;
	font-weight: bold;
	border-bottom: 5px solid #A47C42;
}

.index-Thirteenb-b {
	padding: 30px 0 0 0;
}

.index-Thirteenb-b ul {
	display: flex;
	flex-wrap: wrap;
}

.index-Thirteenb-b ul li a {
	color: #B5B5B5;
	margin-right: 10px;
	display: inline-block;
	font-size: 14px;
	width: 8.5em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-Thirteenb-b ul li a:hover {
	color: #A47C42;
}

.index-Thirteenb-b ul li {
	margin-right: 20px;
	text-align: left;
	margin-bottom: 25px;
}

.index-Thirteenb-b {
	display: none;
}

.index-Thirteenb-b:first-child {
	display: block;
}

.index-footer {
	position: relative;
	padding: 60px 0 0px 0;
	background-color: rgba(17, 17, 17, 1);
	background-image: url(../images/u287_div.png);
	background-repeat: no-repeat;
	background-size: 2851px 352px;
	background-position: -474px 0px;
	z-index: 1;
}

.index-footer::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	z-index: -1;
	background-color: rgba(19, 19, 19, 1);
	opacity: 0.3;
}

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

.index-footerb h1 {
	margin-bottom: 20px;
}

.index-footerb h1 img {
	width: 250px;
}

.index-footerb ul {
	display: flex;
}

.index-footerb ul li {
	margin-right: 44px;
}

.index-footerb ul li:last-child {
	margin-right: 0px;
}

.index-footerb ul li h2 a {
	color: #FFFFFF;
	font-size: 18px;
}

.index-footerb ul li h3 {
	margin: 10px 0;
	width: 40px;
	height: 1px;
	background: #4a3b2d;
}

.index-footerb ul li p a {
	font-weight: 400;
	font-style: normal;
	line-height: 24px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.698039215686274);
}

.index-footerb ul li p a:hover {
	color: #A47C42;
}

.index-footerc h1 img {
	vertical-align: middle;
	margin-right: 6px;
	width: 35px;
}

.index-footerc {
	padding-top: 36px;
	margin: 0 30px;
}

.index-footerc h1 {
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.index-footerc h2 {
	font-weight: 700;
	font-style: normal;
	font-size: 42px;
	color: #A47C42;
	margin-bottom: 20px;
	font-family: 'DIN';
}

.index-footerc p {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #FFFFFF;
	line- height: 45px;
}

.index-footerd {
	padding-top: 55px;
}

.index-footerd ul {
	display: flex;
}

.index-footerd ul li {
	margin-left: 50px;
	text-align: center;
}

.index-footerd ul li img {
	border-radius: 10px;
}

.index-footerd ul li p {
	font-weight: 400;
	margin-top: 20px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	line-height: 17px;
	font-size: 16px;
}

.index-sevena {
	display: flex;
}

.index-sevenab {
	width: 50%;
}

.index-sevenc {
	width: 50%;
}

.banner-sj {
	display: none;
}

.tianjia-zui {
	display: none;
}

.index-fourc-sj {
	display: none;
}

.index-fivera-sj {
	display: none;
}

.index-eleven-a-zui {
	display: none;
}

.index-Twelvea-zong {
	display: none;
}

.index-elevenc-x-a h2:hover {
	opacity: 0.8;
}

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

#Nav {
	display: none;
}

::selection {
	background-color: #A47C42;
	color: #fff;
}

.index-twob-a span {
	display: none;
}

.index-twob-a strong {
	display: none;
}

.GioEventt {
	display: none;
}

.index-twob-b.xin {
	display: none;
}

.index-footer .w {
	width: 1400px;
}

.box9_1 {
	display: none;
}

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

.index-eighta-sj {
	display: none;
}

.index-sevena-sj {
	display: none;
}

.gallery-topc {
	overflow: hidden;
}

.foot {
	display: none;
}

.index-three-sj {
	display: none;
}

.gallery-topc img {
	transition: all 1s;
	vertical-align: bottom;
}

.gallery-topc:hover img {
	transform: scale(1.1);
}

.index-ten-sj {
	display: none;
}

.index-zkod-sj {
	display: none;
}

.header-topc-a.header-topc-a-sj {
	display: none;
}

.lunslide {
	position: relative;
}

.index-fivera-pc-aimg {
	position: relative;
	overflow: hidden;
}

.lunslide p {
	position: absolute;
	color: #fff;
	font-size: 22px;
	left: 30px;
	bottom: 30px;
}

.index-fivera-pc-a ul li:hover .index-fivera-pc-p h1 {
	color: #A47C42;
}

.index-fivera-pc-a ul li:hover .index-fivera-pc-p h2 {
	color: #A47C42;
}

.index-fivera-pc-aimg img {
	vertical-align: bottom;
	width: 100%;
	transition: all 1s;
}

.index-fivera-pc-aimg:hover img {
	transform: scale(1.1);
}

.index-fivera-pc-aimg p {
	position: absolute;
	height: 70px;
	bottom: 0;
	left: 0;
	line-height: 70px;
	text-align: center;
	width: 100%;
	font-size: 25px;
	color: #FFFFFF;
	font-weight: 400;
	background: rgba(8, 8, 8, 0.66);
}

.index-fivera-pc-a ul {
	display: flex;
	justify-content: space-between;
}

.index-fivera-pc-a ul li {
	width: 24%;
}

.index-fivera-pc-p h1 {
	font-size: 32px;
	font-weight: 500;
	color: #333333;
	margin-bottom: 4px;
	margin-top: 20px;
}

.index-fivera-pc-p h2 {
	font-size: 23px;
	font-weight: 400;
	color: #333333;
}

.index-fivera-pc-b {
	margin-top: 50px;
	margin-bottom: 50px;
}

.index-fivera-pc-b ul {
	display: flex;
	justify-content: space-between;
}

.index-fivera-pc-b ul li {
	width: 20%;
}

.pibo {
	position: relative;
	display: block;
}

.index-fivera-pc-b ul img {
	width: 100%;
	vertical-align: bottom;
}

.index-eleven-sj {
	display: none;
}

.csxz {
	display: none;
}

.jinggong-one {
	position: relative;
}

.jinggong-one img {
	vertical-align: bottom;
}

.jinggong-onea {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.jinggong-onea p {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	text-align: center;
	line-height: 131px;
	background: rgba(255, 255, 255, 0.76);
}

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

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

.video-js {
	display: block;
	vertical-align: top;
	box-sizing: border-box;
	color: #fff;
	background-color: #000;
	padding: 0;
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100% !important;
	height: 100% !important;
}

.jinggong-onea {
	cursor: pointer;
}

.jinggong-two {
	padding: 120px 0 60px 0;
}

.jinggong-twoa {
	margin-top: 50px;
}

.jinggong-twoa ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.jinggong-twoa ul li {
	width: 49.2%;
	margin-bottom: 19px;
	border-radius: 4px;
	overflow: hidden;
}

.jinggong-twoa ul li a {
	position: relative;
	display: block;
}

.jinggong-twob {
	overflow: hidden;
}

.jinggong-twob>img {
	transition: all 1s;
	vertical-align: bottom;
}

.jinggong-twoa ul li:hover .jinggong-twob>img {
	transform: scale(1.1);
}

.jinggong-twoa ul li a::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(51, 51, 51, 0.62);
}

.jinggong-twoc {
	z-index: 9;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.jinggong-twoc img {
	margin-right: 15px;
	vertical-align: middle;
}

.jinggong-twoc-c {
	vertical-align: middle;
	display: inline-block;
}

.jinggong-twoc-c h1 {
	color: #FFFFFF;
	letter-spacing: 4px;
	font-weight: 500;
	font-size: 49px;
}

.jinggong-twoc-c p {
	font-weight: 500;
	line-height: 32px;
	color: #FFFFFF;
	font-size: 23px;
}

.jinggong-three {
	padding: 60px 0;
}

.jinggong-threea {
	margin-top: 50px;
}

.threeaswipera {
	display: flex;
}

.threeaswiperb {
	width: 510px;
	padding: 40px 0 35px 0;
	text-align: center;
	border-radius: 4px;
	background: #F4F4F4;
	margin-right: -37px;
	z-index: 9;
	position: relative;
	top: -47px;
}

.threeaswipera {
	padding-top: 70px;
}

.threeaswiperc {
	width: 483px;
	border-radius: 4px;
	background: #A47C42;
	text-align: center;
	padding-top: 40px;
}

.threeaswiperc {
	position: relative;
}

.threeaswiperc .swiper-pagination {
	width: 100%;
	bottom: 30px;
}

.threeaswiperc .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	margin-right: 7px;
	border-radius: 6px;
	width: 20px;
	height: 6px;
	background: #fff;
}

.threeaswiperc .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #533100;
}

.threeaswiperc h1 {
	letter-spacing: 1px;
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.threeaswipera {
	justify-content: center;
}

.threeaswiperc p {
	margin-bottom: 9px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
}

.jinggong-foru {
	padding: 60px 0;
}

.jinggong-forua {
	margin-top: 50px;
}

.jinggong-foruab ul {
	display: flex;
}

.jinggong-foruab ul li {
	width: 33%;
}

.jinggong-foruab ul li img {
	vertical-align: bottom;
}

.jinggong-foruac {
	margin-top: 40px;
}

.jinggong-foruac ul {
	display: flex;
	justify-content: center;
}

.jinggong-foruac ul li {
	cursor: pointer;
	border-radius: 31px;
	background: #585858;
	font-size: 24px;
	margin-right: 60px;
	letter-spacing: 2px;
	color: #FFFFFF;
	font-weight: 500;
	padding: 7px 43px;
}

.jinggong-foruac ul li.on {
	background: #A47C42;
}

.jinggong-foruac ul li:last-child {
	margin-right: 0px;
}

.jinggong-foruab {
	display: none;
}

.jinggong-foruab:first-child {
	display: block;
}

.jinggong-five {
	padding: 60px 0;
}

.jinggong-fivea {
	position: relative;
	padding: 60px 0;
	background: url(../images/zah.jpg) no-repeat;
	background-size: cover;
	z-index: 1;
}

.jinggong-fivea .w {
	width: 1400px;
}

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

.jinggong-fivec p {
	font-weight: 500;
	letter-spacing: 3px;
	color: #FFFFFF;
	line-height: 66px;
	font-size: 45px;
}

.jinggong-fivea::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background: rgba(51, 51, 51, 0.45);
}

.jinggong-fiveb {
	z-index: 99;
}

.jinggong-fivead a {
	display: inline-block;
	margin-top: 30px;
	background: #A47C42;
	font-weight: 500;
	line-height: 42px;
	color: #FFFFFF;
	padding: 15px 60px;
	font-size: 30px;
	border-radius: 4px;
}

.jinggong-fivead a:hover {
	opacity: 0.8;
}

.jinggong-fix {
	text-align: center;
	padding: 60px 0;
}

.jinggong-sever {
	padding: 60px 0 120px 0;
}

.jinggong-severa {
	margin-top: 50px;
}

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

.jinggong-severa ul li {
	width: 24%;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.jinggong-severa ul li img {
	width: 100%;
	vertical-align: bottom;
}

.jinggong-severa ul li::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #A47C42 100%);
}

.jinggong-severa ul li:nth-child(2n) {
	position: relative;
	top: 70px;
}

.jinggong-severa ul li:nth-child(2n) .jinggong-severb {
	top: 25%;
}

.jinggong-severb {
	z-index: 9;
	width: 100%;
	padding: 0 14px;
	position: absolute;
	top: 80px;
	left: 0;
	text-align: center;
}

.jinggong-severb h1 {
	font-size: 95px;
	color: #FFFFFF;
	font-weight: 500;
}

.jinggong-severb h1 span {
	font-weight: 500;
	font-size: 24px;
}

.jinggong-severb h2 {
	letter-spacing: 2px;
	line-height: 33px;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 24px;
}

.jinggong-severb p {
	margin-top: 20px;
	font-size: 18px;
	text-align: left;
	color: #FFFFFF;
	font-weight: 500;
	line- height: 45px;
}

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

.huanbaojz-one {
	padding: 120px 0 60px 0;
}

.huanbaojz-onea {
	margin-top: 50px;
	display: flex;
}

.huanbaojz-oneb {
	width: 50%;
}

.huanbaojz-onec {
	width: 50%;
	padding-left: 60px;
}

.huanbaojz-onec h1 {
	font-size: 24px;
	line-height: 33px;
	color: #020202;
	margin-bottom: 10px;
	font-weight: 400;
}

.huanbaojz-onec h2 {
	font-size: 29px;
	line-height: 41px;
	color: #020202;
	font-weight: 500;
	margin-bottom: 20px;
}

.huanbaojz-onec p {
	line-height: 45px;
	color: #020202;
	font-size: 18px;
	font-weight: 400;
}

.huanbaojz-two {
	padding: 60px 0;
}

.huanbaojz-twob {
	margin-top: 50px;
}

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

.huanbaojz-twob ul li {
	width: 25%;
}

.huanbaojz-twob-a {
	width: 240px;
	height: 240px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	background-size: cover !important;
	box-shadow: 1px 1px 10px 0px rgba(188, 164, 128, 0.36);
}

.huanbaojz-twob-a::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: #F2F2F2;
}

.huanbaojz-twob-a p {
	z-index: 9;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 30px;
	text-align: center;
	top: 50%;
	font-weight: 500;
	font-size: 21px;
	letter-spacing: 1px;
	line-height: 29px;
	transform: translateY(-50%);
}

.huanbaojz-twob ul li:hover .huanbaojz-twob-a::before {
	background: rgba(255, 255, 255, 0.61);
}

.huanbaojz-twob ul li:nth-child(2n) {
	margin-top: 160px;
}

.huanbaojz-three {
	padding: 60px 0;
}

.huanbaojz-threee {
	display: flex;
	margin-top: 50px;
	box-shadow: 0px 2px 7px 1px rgba(170, 170, 170, 0.2);
}

.huanbaojz-threea {
	width: 50%;
}

.huanbaojz-threec {
	width: 50%;
}

.huanbaojz-threea-a {
	padding: 16px 33px 22px 33px;
}

.huanbaojz-threea-a h1 {
	text-align: center;
	font-size: 28px;
	line-height: 45px;
	color: #333333;
	font-weight: 700;
	margin-bottom: 20px;
}

.huanbaojz-threea-a p {
	line-height: 30px;
	color: #333333;
	font-weight: 400;
	font-size: 16px;
}

.huanbaojz-threea-b {
	display: flex;
}

.huanbaojz-threea-c {
	width: 50%;
}

.huanbaojz-threea-d {
	width: 50%;
}

.uanbaojz-threea-c-z {
	padding: 27px 15px;
}

.huanbaojz-threea-d img {
	vertical-align: bottom;
}

.uanbaojz-threea-c-z h1 {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 10px;
	line-height: 45px;
	color: #333333;
}

.uanbaojz-threea-c-z p {
	height: 60px;
	font-weight: 400;
	line-height: 30px;
	color: #333333;
}

.huanbaojz-threec .huanbaojz-threea-a {
	padding: 50px 33px 50px 33px;
}

.huanbaojz-forua {
	margin-top: 50px;
}

.huanbaojz-foru {
	padding: 60px 0;
}

.huanbaojz-forua {
	position: relative;
}

.foruaswipera {
	padding: 100px 0 0 150px;
}

.foruaswipera {
	background: url(../images/xa.jpg) no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
}

.foruaswipera h1 {
	letter-spacing: 5px;
	line-height: 42px;
	color: #333333;
	font-weight: 600;
	font-size: 30px;
	font-weight: 600;
	margin-left: 46px;
	margin-bottom: 20px;
}

.foruaswipera p {
	line- height: 45px;
	font-weight: 600;
	color: #333333;
	max-width: 42%;
	font-size: 18px;
}

.foruaswiperb {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	box-shadow: 2px 2px 15px 0px rgba(210, 190, 162, 0.56);
	width: 380px;
	height: 453px;
	top: 110px;
	right: 90px;
}

.foruaswiperb img {
	transition: all 1s;
}

.foruaswiperb:hover img {
	transform: scale(1.1);
}

.foruaswiper {
	padding-bottom: 170px;
}

.huanbaojz-forua .swiper-button-prev {
	width: 50px;
	height: 50px;
	left: -67px;
	top: 34%;
	background: url(../images/de1.png);
}

.huanbaojz-forua .swiper-button-prev:hover {
	opacity: 0.8;
}

.huanbaojz-forua .swiper-button-next:hover {
	opacity: 0.8;
}

.huanbaojz-forua .swiper-button-next {
	width: 50px;
	height: 50px;
	right: -67px;
	top: 34%;
	background: url(../images/de2.png);
}

.huanbaojz-forua .swiper-pagination {
	bottom: 23%;
	left: 280px;
}

.huanbaojz-forua .swiper-pagination .swiper-pagination-bullet {
	margin-right: 14px;
	background: #BBBBBB;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	opacity: 1;
}

.huanbaojz-forua .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #A47C42;
}

.huanbaojz-forua-more {
	position: absolute;
	bottom: 22%;
	left: 39%;
}

.huanbaojz-forua-more a {
	font-size: 24px;
	line-height: 33px;
	color: #A47C42;
	font-weight: 600;
}

.huanbaojz-forua-more a img {
	vertical-align: middle;
	margin-left: 15px;
}

.huanbaojz-five {
	padding: 60px 0 120px 0;
}

.huanbaojz-fivea {
	margin-top: 50px;
}

.huanbaojz-forua-more {
	z-index: 999;
}

.huanbaojz-forua-more a:hover {
	opacity: 0.8;
}

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

.huanbaojz-fivea ul li {
	width: 24%;
	height: 490px;
	text-align: center;
	position: relative;
	border-radius: 4px;
	z-index: 1;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 1px 1px 10px 0px rgba(188, 164, 128, 0.36);
}

.huanbaojz-fivea-a {
	margin: 90px auto;
	position: relative;
	border-radius: 50%;
	width: 107px;
	overflow: hidden;
	line-height: 107px;
	z-index: 8;
	height: 107px;
	background-size: cover;
	font-size: 48px;
	color: #A47C42;
	font-weight: 600;
	text-align: center;
	border: 2px solid #A47C42;
}

.huanbaojz-fivea-a::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background: #fff;
}

.huanbaojz-fivea-a p {
	z-index: 7;
}

.huanbaojz-fivea ul li:hover .huanbaojz-fivea-a {
	border: 2px solid transparent;
}

.huanbaojz-fivea ul li:hover .huanbaojz-fivea-a::before {
	display: none;
}

.huanbaojz-fivea ul li:hover .huanbaojz-fivea-a p {
	display: none;
}

.huanbaojz-fivea ul li h1 {
	margin-bottom: 17px;
	line-height: 42px;
	color: #A47C42;
	font-weight: 600;
	font-size: 30px;
}

.huanbaojz-fivea ul li h2 {
	line-height: 45px;
	color: #333333;
	font-weight: 400;
	font-size: 24px;
}

.huanbaojz-fivea ul li:hover {
	background: url(../images/csac.jpg) no-repeat;
	background-size: cover;
}

.huanbaojz-fivea ul li:hover::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background: rgba(179, 146, 97, 0.73);
}

.huanbaojz-fivea ul li:hover h1 {
	color: #fff;
}

.huanbaojz-fivea ul li:hover h2 {
	color: #fff;
}

.juifang-one {
	padding: 120px 0 60px 0;
}

.juifang-onea {
	margin-top: 50px;
}

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

.juifang-onea ul li {
	width: 24%;
}

.juifang-onea ul li p {
	text-align: center;
	letter-spacing: 2px;
	margin: 30px 0 40px 0;
	color: #A47C42;
	line-height: 38px;
	font-weight: 500;
	font-size: 27px;
}

.juifang-onea ul li:nth-child(2n) p {
	margin: 40px 0 30px 0;
}

.juifang-twoa {
	margin-top: 30px;
}

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

.juifang-two {
	padding: 60px 0;
}

.juifang-twoa ul li {
	letter-spacing: 2px;
	line-height: 42px;
	padding: 2px 34px;
	color: #333333;
	font-weight: 500;
	font-size: 30px;
	border-radius: 23px;
	background: #fff;
	cursor: pointer;
}

.juifang-twoa ul li span {
	color: #A47C42;
}

.juifang-twoa ul li.on {
	color: #FFFFFF;
	background: #A47C42;
}

.juifang-twoa ul li.on span {
	color: #FFFFFF;
}

.juifang-twob {
	margin-top: 60px;
}

.juifang-twoabb-img {
	display: flex;
}

.juifang-twob {
	margin-top: 60px;
	position: relative;
	height: 520px;
}

.juifang-twoabb {
	position: absolute;
	top: 0;
	width: 1200px;
	height: 520px;
	overflow: hidden;
	color: #fff;
	opacity: 0;
}

.juifang-twoabb:first-child {
	opacity: 1;
}

.juifang-three {
	padding: 60px 0;
}

.juifang-threea {
	margin-top: 50px;
}

.threeaswipinga {
	padding: 60px 50px;
	display: flex;
	margin: 10px;
}

.threeaswipingb {
	padding: 2px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
}

.threeaswipingc-a {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}

.threeaswiping .swiper-slide.swiper-slide-active .threeaswipingc {
	padding-left: 59px;
}

.threeaswiping .swiper-slide.swiper-slide-prev .threeaswipinga {
	justify-content: right;
}

.threeaswiping .swiper-slide.swiper-slide-next .threeaswipinga {
	text-align: left;
}

.threeaswiping .swiper-slide.swiper-slide-next .threeaswipingc {
	width: 41%;
}

.threeaswiping .swiper-slide.swiper-slide-prev .threeaswipingc {
	width: 41%;
}

.threeaswiping .swiper-slide.swiper-slide-active .threeaswipingc-a {
	flex-direction: inherit;
}

.threeaswiping .swiper-slide.swiper-slide-active .threeaswipingc-a h1 {
	color: #FFFFFF;
	font-size: 53px;
}

.threeaswiping .swiper-slide.swiper-slide-active .threeaswipingc-a h2 {
	color: rgba(255, 255, 255, 0.53);
}

.threeaswiping .swiper-slide.swiper-slide-active .threeaswipingc p {
	font-size: 28px;
	color: #fff;
	line-height: 54px;
}

.threeaswiping .swiper-slide.swiper-slide-active .threeaswipingb {
	display: block;
}

.threeaswipingb {
	width: 48%;
}

.threeaswipingc {
	width: 50%;
}

.threeaswiping {
	position: relative;
}

.threeaswiping::after {
	position: absolute;
	content: "";
	display: block;
	width: 51%;
	height: 84%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: -1;
	box-shadow: 3px 2px 10px 0px #BF9F6F, -3px -2px 10px 0px #BF9F6F;
	background: #9C8666;
}

.threeaswipingb img {
	vertical-align: bottom;
}

.threeaswiping {
	padding-top: 60px;
}

.threeaswipingb {
	display: none;
	margin-top: -104px;
}

.threeaswipingc-a h1 {
	margin-top: 15px;
	line-height: 74px;
	color: #AEAEAE;
	font-weight: 500;
	font-size: 40px;
}

.threeaswipingc-a h2 {
	font-family: 'DIN';
	line-height: 105px;
	color: rgba(177, 154, 120, 0.62);
	font-weight: 800;
	font-size: 88px;
}

.threeaswipingc p {
	line-height: 50px;
	color: #4C4C4C;
	font-weight: 400;
	font-size: 25px;
	margin-top: 18px;
}

.threeaswiping .swiper-button-prev {
	width: 69px;
	left: 22%;
	height: 69px;
	background: url(../images/f1.png) no-repeat;
}

.threeaswiping .swiper-button-next {
	width: 69px;
	height: 69px;
	right: 22%;
	background: url(../images/f2.png) no-repeat;
}

.juifang-foru {
	padding: 60px 0;
}

.juifang-forua {
	position: relative;
	text-align: center;
	margin-top: 50px;
}

.juifang-forua>img {
	margin-top: 30px;
}

.juifang-forub ul li {
	display: flex;
	margin-bottom: 40px;
}

.juifang-forub ul li:nth-child(2n) {
	flex-direction: row-reverse;
}

.juifang-forub ul li:nth-child(1) {
	position: absolute;
	top: 0px;
	left: -130px;
}

.juifang-forub ul li:nth-child(2) {
	position: absolute;
	top: 0px;
	right: -130px;
}

.juifang-forub ul li:nth-child(3) {
	position: absolute;
	top: 130px;
	left: -210px;
}

.juifang-forub ul li:nth-child(4) {
	position: absolute;
	top: 130px;
	right: -210px;
}

.juifang-forub ul li:nth-child(5) {
	position: absolute;
	top: 260px;
	left: -210px;
}

.juifang-forub ul li:nth-child(6) {
	position: absolute;
	top: 260px;
	right: -210px;
}

.juifang-forub ul li:nth-child(7) {
	position: absolute;
	top: 390px;
	left: -130px;
}

.juifang-forub ul li:nth-child(8) {
	position: absolute;
	top: 390px;
	right: -130px;
}

.juifang-forub-a {
	display: flex;
	align-items: center;
	padding: 0 20px;
	line-height: 42px;
	color: #BF9F6F;
	font-weight: 500;
	font-size: 30px;
}

.jinggong-five.juifang-five .jinggong-fivea {
	background: url(../images/as.jpg) no-repeat;
	background-size: cover;
	padding: 40px 0;
}

.jinggong-five.juifang-five .jinggong-fivea .w {
	width: 1200px;
}

.jinggong-fivec h1 {
	font-size: 62px;
	line-height: 87px;
	color: #FFFFFF;
	font-weight: 500;
}

.jinggong-fivec h2 {
	line-height: 53px;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 38px;
}

.juifang-fix {
	padding: 60px 0 120px 0;
}

.juifang-fixa {
	margin-top: 60px;
}

.index-thour-a ul {
	display: flex;
}

.index-thour-a ul li {
	width: 25%;
	overflow: hidden;
	margin-right: 14px;
	position: relative;
	height: 555px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	overflow: hidden;
	transition: width 0.3s;
}

.index-thour-a ul li::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(154, 146, 128, 0) 0%, rgba(117, 102, 81, 0.95) 100%);
}

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

.index-thour-a ul li a {
	display: block;
	height: 400px;
}

.index-thour-a ul li:hover {
	width: 82%;
}

.index-thour-b {
	position: absolute;
	left: 0;
	z-index: 9;
	width: 100%;
	padding: 0;
	text-align: center;
	font-size: 30px;
	color: rgb(255, 255, 255);
	font-weight: 500;
	bottom: 90px;
}

.index-thour-c {
	position: absolute;
	left: 0;
	z-index: 9;
	padding: 0 60px;
	width: 100%;
	bottom: 30px;
	left: 0;
}

.index-thour-c h1 {
	font-size: 30px;
	color: rgb(255, 255, 255);
	text-align: center;
	line-height: 42px;
	letter-spacing: 2px;
	margin-bottom: 12px;
}

.index-thour-c h2 {
	line-height: 45px;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 20px;
	max-width: 69%;
	margin: 0 auto;
}

.index-thour-c {
	opacity: 0;
	transform: translateY(0);
	transition: all 1s;
}

.index-thour-a ul li:hover .index-thour-b {
	display: none;
}

.index-thour-a ul li:hover .index-thour-c {
	opacity: 1;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.juifang-forub ul li img {
	transition: all 1s;
}

.juifang-forub ul li:hover img {
	transform: scale(1.02);
}

.pinpai-one {
	padding: 120px 0 60px 0;
}

.juifang-fix .w {
	width: 1560px;
}

.pinpai-one .w {
	width: 1400px;
}

.pinpai-onea {
	margin-top: 50px;
}

.pinpai-onea ul {
	display: flex;
	flex-wrap: wrap;
}

.pinpai-onea ul li {
	width: 20.6%;
	position: relative;
	margin-right: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}

.pinpai-onea ul li:first-child {
	margin-left: 180px;
}

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

.pinpai-onea ul li img {
	vertical-align: bottom;
	transition: all 1s;
}

.pinpai-onea ul li:hover img {
	transform: scale(1.1);
}

.pinpai-onea ul li::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(84, 54, 10, 0.56);
}

.pinpai-oneaa {
	z-index: 9;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.pinpai-oneaa p {
	letter-spacing: 2px;
	line-height: 48px;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 34px;
	padding: 0 30px;
}

.pinpai-two {
	padding: 60px 0;
}

.pinpai-twoa {
	margin-top: 50px;
	text-align: center;
	position: relative;
}

.mapxian {
	position: absolute;
	top: 40%;
	width: 100%;
	left: 0;
	transform: translateY(-50%);
}

.pinpai-twoa-a ul li {
	width: 14%;
}

.pinpai-twoa-a {
	position: absolute;
	top: 40%;
	width: 100%;
	left: 0;
	transform: translateY(-50%);
}

.pinpai-twoa-a ul li h1 {
	line-height: 42px;
	color: #A47C42;
	text-align: center;
	font-weight: 600;
	font-size: 30px;
	width: 100%;
}

.news-twoa {
	position: relative;
}

.pinpai-twoa-a ul li {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
}

.news-twoa .mdewmoer {
	bottom: 18px;
}

.pinpai-twoa-a ul li:nth-child(2n) {
	flex-direction: column-reverse;
}

.pinpai-twoa-a ul li p {
	line-height: 30px;
	color: #333333;
	text-align: left;
	font-weight: 400;
	font-size: 18px;
}

.pinpai-twoa-a ul {
	display: flex;
	width: 100%;
}

.pinpai-twoa-a ul li:nth-child(1) {
	top: 100px;
	left: -57px;
}

.pinpai-twoa-a ul li:nth-child(2) {
	top: -58px;
	left: 66px;
}

.pinpai-twoa-a ul li:nth-child(3) {
	top: 64px;
	left: 192px;
}

.pinpai-twoa-a ul li:nth-child(4) {
	top: -84px;
	left: 325px;
}

.pinpai-twoa-a ul li:nth-child(5) {
	top: 53px;
	width: 18%;
	left: 442px;
}

.pinpai-twoa-a ul li:nth-child(6) {
	top: -134px;
	left: 529px;
}

.pinpai-twoa-a ul li:nth-child(7) {
	top: -79px;
	width: 15%;
	left: 699px;
}

.pinpai-twoa-a ul li:nth-child(8) {
	top: -234px;
	right: 196px;
}

.pinpai-twoa-a ul li:nth-child(9) {
	top: -18px;
	right: 55px;
}

.pinpai-twoa-a ul li:nth-child(10) {
	top: -232px;
	right: -144px;
	width: 26%;
}

.pinpai-three {
	padding: 60px 0;
}

.pinpai-threea {
	margin-top: 50px;
	text-align: center;
}

.pinpai-four {
	padding: 60px 0;
}

.pinpai-foura {
	margin-top: 50px;
}

.pinpai-fourab {
	display: flex;
}

.pinpai-fourac {
	width: 9%;
	padding: 48px 30px 48px 0;
	background: #A47C42;
	text-align: center;
	letter-spacing: 12px;
	color: #FFFFFF;
	line-height: 42px;
	font-weight: 600;
	font-size: 30px;
	writing-mode: tb-rl;
}

.pinpai-fourad {
	width: 91%;
}

.pinpai-fourad ul {
	display: flex;
}

.pinpai-fourad ul li {
	width: 25%;
	padding: 20px 24px;
}

.pinpai-fourad-img {
	overflow: hidden;
}

.pinpai-fourad-img img {
	vertical-align: bottom;
	transition: all 1s;
}

.pinpai-fourad ul li:hover .pinpai-fourad-img img {
	transform: scale(1.1);
}

.pinpai-fourad ul li h1 {
	margin-top: 20px;
	line-height: 28px;
	color: #000000;
	font-weight: 500;
	font-size: 20px;
}

.pinpai-fourad ul li p {
	line-height: 28px;
	color: #888888;
	font-weight: 400;
	font-size: 14px;
}

.pinpai-five {
	padding: 60px 0;
}

.pinpai-fivea {
	margin-top: 50px;
	text-align: center;
}

.pinpai-fix {
	padding: 60px 0;
}

.pinpai-fixa {
	margin-top: 50px;
	text-align: center;
}

.pinpai-scuen {
	padding: 60px 0 170px 0;
}

.pinpai-scuena {
	position: relative;
	background: url(../images/wx.jpg) no-repeat;
	background-size: cover;
	z-index: 1;
}

.pinpai-scuena::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background: rgba(24, 24, 24, 0.53);
}

.pinpai-scuenb {
	z-index: 9;
	display: flex;
}

.pinpai-scuenc {
	width: 50%;
	top: 100px;
	position: relative;
	padding: 90px 50px 70px;
	border-radius: 4px;
	backdrop-filter: blur(30px);
	background: rgba(111, 68, 7, 0.25);
}

.pinpai-scuend {
	width: 50%;
}

.pinpai-scuenc .index-ninet-c {
	padding: 0;
	top: 100px;
	width: 100%;
	box-shadow: inherit;
	background: transparent;
}

.pinpai-scuenc .index-ninet-c h2 {
	line-height: 53px;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 38px;
	margin-bottom: 28px;
}

.pinpai-scuenc .index-ninet-c input {
	margin-bottom: 25px;
}

.pinpai-scuenc .index-ninet-c button {
	height: 50px;
}

.pinpai-scuenc {
	position: relative;
}

.pinpai-scuenb {
	position: relative;
}

.pinpai-scuenb>img {
	position: absolute;
	bottom: -6px;
	left: 46%;
	z-index: -1;
}

.pinpai-scuend {
	padding-left: 100px;
}

.pinpai-scuend h1 {
	line-height: 81px;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 58px;
}

.pinpai-scuend h1 span {
	color: #F5C30E;
}

.pinpai-scuend {
	padding-top: 100px;
}

.pinpai-scuend h2 {
	color: #FFFFFF;
	text-align: center;
	font-size: 44px;
}

.pinpai-scuenc .index-ninet-c button:hover {
	opacity: 0.7;
}

.quanwu-one {
	padding: 120px 0;
}

.quanwu-onea {
	margin-top: 50px;
	position: relative;
	height: 520px;
}

#image-container img {
	max-width: none;
	height: 100%;
}

#image-container div {
	position: relative;
}

#left-image p {
	position: absolute;
	bottom: 30px;
	left: 45px;
	font-size: 30px;
	line-height: 42px;
	color: #FFFFFF;
	font-weight: 500;
}

.lsjhuaz h1 {
	width: 71px;
	margin: 0 auto;
	margin-bottom: 12px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(209, 209, 209, 0.55);
	height: 71px;
}

.lsjhuaz p {
	text-align: center;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 16px;
}

.lsjhuaz h1 img {
	width: auto !important;
	height: auto !important;
}

.lsjhuaz {
	position: absolute !important;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}

#image-container {
	position: relative;
	width: 1200px;
	height: 600px;
}

#image-container:hover .lsjhuaz {
	display: none;
}

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

.quanwu-one .index-zkod a {
	background: #A47C42;
	border: 2px solid #A47C42;
}

.quanwu-twoa {
	text-align: center;
	padding-bottom: 185px;
}

.quanwu-twoa-a ul li {
	position: absolute;
}

.quanwu-twoa-img {
	width: 180px;
	height: 180px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	background: #BBBBBB;
	border: 2px solid #A47C42;
}

.quanwu-twoa {
	position: relative;
}

.quanwu-twoa-img:hover img {
	transform: scale(1.1);
}

.quanwu-twoa-img img {
	transition: all 1s;
	vertical-align: bottom;
}

.quanwu-twoa-a ul li:nth-child(1) {
	top: 105px;
	left: -2%;
}

.quanwu-twoa-a ul li:nth-child(2) {
	top: 105px;
	right: -2%;
}

.quanwu-twoa-a ul li:nth-child(3) {
	top: 395px;
	left: 5%;
}

.quanwu-twoa-a ul li:nth-child(4) {
	top: 395px;
	right: 5%;
}

.quanwu-twoa-a ul li:nth-child(5) {
	top: 587px;
	left: 27%;
}

.quanwu-twoa-a ul li:nth-child(6) {
	top: 587px;
	right: 27%;
}

.quanwu-twoa-a ul li p {
	margin-top: 8px;
	line-height: 48px;
	color: #333333;
	font-weight: 500;
	font-size: 34px;
}

.quanwu-three {
	padding: 60px 0;
}

.quanwu-threea {
	position: relative;
	margin-top: 50px;
}

.quanwu-threea .tu {
	position: absolute;
	left: 0;
	bottom: -50px;
}

.tabLayer a:hover {
	color: #A47C42;
}

.quanwu-four {
	padding: 120px 0 60px 0;
}

.quanwu-fiver {
	padding: 120px 0 60px 0;
}

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

.quanwu-fiverb {
	width: 23.5%;
	padding: 60px 20px;
	height: 560px;
	position: relative;
	border-radius: 4px;
	background: #EFEFEF;
}

.quanwu-fivercc {
	display: none;
}

.quanwu-fivercc:first-child {
	display: block;
}

.quanwu-fiverc {
	width: 74.5%;
	height: 560px;
	padding: 15% 0 0 50px;
	background: url(../images/ye.jpg) no-repeat;
}

.quanwu-fiverb {
	z-index: 1;
}

.quanwu-fiverb img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.quanwu-fiverc h1 {
	line-height: 71px;
	color: #000000;
	font-weight: 700;
	font-size: 51px;
}

.quanwu-fiverc h2 {
	line-height: 74px;
	color: #000000;
	font-weight: 400;
	font-size: 37px;
}

.quanwu-fiverb h1 {
	margin-bottom: 20px;
	line-height: 45px;
	color: #000000;
	font-weight: 700;
	font-size: 27px;
	margin-bottom: 20px;
}

.quanwu-fiverb h2 {
	cursor: pointer;
	font-weight: 500;
	line-height: 54px;
	font-size: 27px;
	color: #333333;
}

.quanwu-fiverb h2.on {
	color: #A47C42;
}

.quanwu-fivercc {
	display: none;
}

.quanwu-fivercc:first-child {
	display: block;
}

.quanwu-fiverc {
	position: relative;
}

.quanwu-fiverc img {
	position: absolute;
	right: -68px;
	top: -63px;
}

.quanwu-fiverb-a {
	margin-top: 20px;
}

.fiverbswiper .swiper-button-prev {
	width: 40px;
	height: 45px;
	left: 10%;
	background: url(../images/v1.png) no-repeat;
	background-size: 100%;
}

.fiverbswiper .swiper-button-next {
	width: 40px;
	height: 45px;
	right: 10%;
	background: url(../images/v2.png) no-repeat;
	background-size: 100%;
}

.quanwu-fix .jinggong-fivea {
	padding: 60px 0;
	background: url(../images/xya.jpg) no-repeat;
	background-size: cover;
}

.quanwu-fix .jinggong-fivea .w {
	width: 1200px;
}

.quanwu-fix .jinggong-fivec h1 span {
	letter-spacing: 8px;
	font-weight: 500;
	font-size: 107px;
	vertical-align: middle;
}

.quanwu-fix .jinggong-fivec h1 {
	line-height: 77px;
	color: #FFFFFF;
	font-size: 55px;
}

.quanwu-fix .jinggong-fivead h2 {
	text-align: center;
	letter-spacing: 2px;
	line-height: 44px;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 31px;
}

.quanwu-fix .jinggong-fivead a {
	display: inline-block;
	margin-top: 19px;
	background: #A47C42;
	font-weight: 500;
	line-height: 42px;
	color: #FFFFFF;
	padding: 6px 121px;
	font-size: 24px;
	border-radius: 4px;
}

.jinggong-fivec {
	margin-top: 17px;
}

.quanwu-saver {
	position: relative;
}

.quanwu-saver {
	padding: 60px 0;
}

.fiverbswiper img {
	vertical-align: bottom;
	transition: all 1s;
}

.fiverbswiper .swiper-slide {
	overflow: hidden;
}

.fiverbswiper .swiper-slide:hover img {
	transform: scale(1.1);
}

.quanwu-savera {
	position: relative;
	margin-top: 50px;
}

.quanwu-savera-a {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	padding: 0 35px;
	left: 0;
	height: 100%;
	width: 30%;
	background: rgba(21, 21, 21, 0.61);
}

.quanwu-savera-a h1 {
	letter-spacing: 4px;
	line- height: 45px;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 25px;
}

.quanwu-savera>img {
	vertical-align: bottom;
}

.quanwu-savera-a a {
	display: inline-block;
	margin-top: 40px;
	background: #A47C42;
	font-weight: 500;
	line-height: 42px;
	color: #FFFFFF;
	padding: 3px 58px;
	font-size: 18px;
	border-radius: 4px;
}

.quanwu-savera-a a:hover {
	opacity: 0.8;
}

.quanwu-saverb ul {
	display: flex;
	flex-wrap: wrap;
}

.quanwu-saverb ul li {
	width: 16.6%;
	display: flex;
	overflow: hidden;
	height: 104px;
	justify-content: center;
	align-items: center;
}

.quanwu-saverb ul li img {
	transition: all 1s;
}

.quanwu-saverb ul li:hover img {
	transform: scale(1.1);
}

.quanwu-eight {
	padding: 60px 0;
}

.quanwu-eighta {
	margin-top: 50px;
	position: relative;
}

.eightaswipinga {
	padding: 40px;
	background: #F3F3F3;
	border-radius: 4px;
	border: 1px solid #efe9e9;
}

.eightaswipinga-img {
	overflow: hidden;
}

.eightaswiping .swiper-slide:hover .eightaswipinga-img img {
	transform: scale(1.1);
}

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

.eightaswipinga-p h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 2px;
	line-height: 33px;
	color: #000000;
	font-weight: 500;
	font-size: 24px;
	text-align: center;
}

.eightaswipinga-p p {
	line- height: 45px;
	color: #616161;
	font-weight: 500;
	font-size: 18px;
}

.quanwu-eighta .swiper-button-prev {
	width: 66px;
	height: 66px;
	left: -8%;
	background: url(../images/ve1.png) no-repeat;
	background-size: 100%;
}

.quanwu-eighta .swiper-button-next {
	width: 66px;
	height: 66px;
	right: -8%;
	background: url(../images/ve2.png) no-repeat;
	background-size: 100%;
}

.index-nine {
	padding: 60px 0 0 0;
}

.index-ninea .w {
	width: 1200px;
}

.index-ninea {
	position: relative;
	padding: 140px 0;
	background: url(../images/xsaw.jpg) no-repeat;
	background-size: cover;
	z-index: 1;
}

.index-ninea::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background: rgba(51, 51, 51, 0.54);
}

.index-nineb {
	z-index: 99;
	height: 600px;
	display: flex;
	margin: 0 auto;
	padding-top: 100px;
	padding-left: 72px;
	background: rgba(255, 255, 255, 0.77) url(../images/za.png) no-repeat;
	background-size: cover;
	border-radius: 4px;
}

.index-ninebc {
	width: 37%;
	margin-right: 76px;
}

.index-ninebc .index-ninet-c {
	padding: 0;
	box-shadow: none;
	width: 100%;
}

.index-ninebc .index-ninet-c h2 {
	line-height: 49px;
	color: #333333;
	font-weight: 600;
	font-size: 35px;
}

.index-nined h1 {
	margin: 14px 0 35px 0;
}

.index-nined h1 {
	line-height: 42px;
	color: #333333;
	font-weight: 600;
	font-size: 30px;
}

.index-nined h2 {
	line-height: 42px;
	color: #333333;
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 15px;
}

.index-nined span {
	color: #A47C42;
}

.index-nined img {
	vertical-align: middle;
	margin-right: 10px;
}

.index-nineb {
	position: relative;
}

.index-nineb>img {
	position: absolute;
	top: -18px;
	right: 17px;
	width: 18%;
}

.quanwu-foura {
	position: relative;
	z-index: 1;
	padding: 60px 0;
	background: url(../images/xsoa.jpg) no-repeat;
	background-size: cover;
}

.quanwu-foura::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background: rgba(24, 24, 24, 0.23);
}

.quanwu-foura .index-twoa h1 {
	color: #FFFFFF;
}

.quanwu-foura .index-twoa h1 em {
	border-top: 1px solid #FFAA2F;
	border-bottom: 1px solid #FFAA2F;
}

.quanwu-foura .index-twoa p {
	color: #FFFFFF;
}

.quanwu-fourb {
	margin: 70px 0 50px 0;
}

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

.quanwu-fourb ul li {
	width: 24%;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.quanwu-fourb ul li img {
	vertical-align: bottom;
	width: 100%;
	transition: all 1s;
}

.quanwu-fourb ul li:hover img {
	transform: scale(1.1);
}

.quanwu-fourb ul li p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	line-height: 70px;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 30px;
	background: rgba(51, 51, 51, 0.77);
	text-align: center;
}

.quanwu-fourc form {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.quanwu-fourc input {
	width: 76%;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 21px;
	font-weight: 400;
	border: 3px solid rgba(255, 255, 255, 0.53);
	border-radius: 31px;
	padding-left: 65px;
	background: rgba(48, 48, 48, 0);
}

.quanwu-fourc input::-webkit-input-placeholder {
	color: #fff;
}

.quanwu-fourc button {
	line-height: 50px;
	height: 50px;
	width: 22%;
	cursor: pointer;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 20px;
	border-radius: 31px;
	background: #A47C42;
	border: inherit;
}

.quanwu-fourc button:hover {
	opacity: 0.8;
}

.quanwu-four-amu {
	margin-top: 60px;
	padding-bottom: 50px;
}

.danmu {
	position: absolute;
	white-space: nowrap;
	font-size: 24px;
	color: #FFFFFF;
	text-shadow: 1px 1px #000000;
}

.input-box {
	width: 100%;
}

.quanwu-four-amu {
	width: 100%;
	position: relative;
	height: 230px;
	top: -75px;
}

.danmu {
	position: absolute;
	display: flex;
	height: 45px;
	font-weight: 400;
	border: 2px solid rgba(255, 255, 255, 0.72);
	border-radius: 36px;
	background: rgba(255, 255, 255, 0.35);
	line-height: 50px;
	align-items: center;
	white-space: nowrap;
	font-size: 23px;
	color: #FFFFFF;
	padding: 0 50px;
}

.avatar {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border-radius: 50%;
}

.index_fixed {
	z-index: 5;
	right: 20px;
	bottom: 27%;
	position: fixed;
	display: block;
}

.icon img {
	width: 26px;
}

.index_fixed .item .main {
	display: flex;
	height: 100%;
	position: relative;
	align-items: center;
}

.yuanquan {
	position: absolute;
	left: -7px;
	top: -1px;
	width: 17px;
	line-height: 17px;
	font-size: 14px;
	height: 16px;
	border-radius: 50%;
	background: red;
	text-align: center;
	color: #fff;
	animation: scrolll 1s step-start infinite;
}

@keyframes scrolll {
	50% {
		visibility: hidden;
	}
}

.index_fixed .item .main p span {
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 1px solid rgba(159, 117, 55, 0.32);
}

.index_fixed .item:last-child .main p span {
	border-bottom: inherit;
}

.index_fixed .item:hover {
	opacity: 0.8;
}

.index_fixed .item {
	width: 63px;
	height: 63px;
	margin: 0 auto;
	border-radius: 50%;
	text-align: center;
	margin-bottom: 10px;
	cursor: pointer;
	margin-top: 20px;
	position: relative;
}

.index_fixed .item .main>div {
	margin: auto;
}

.index_fixed .item .ewm {
	position: absolute;
	left: 0;
	width: 90px;
	top: 50%;
	transform: translateX(-110%) translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
	box-shadow: 0px 0px 15px #eee;
}

.index_fixed .item .ewm img {
	width: 6.625rem;
}

.index_fixed .item:hover .ewm {
	opacity: 1;
	visibility: initial;
}

.index_fixed .item .call {
	position: absolute;
	height: 100%;
	left: 0;
	top: 50%;
	transform: translateX(-110%) translateY(-50%);
	transition: 0.4s;
	background: #fff;
	font-size: 1.25rem;
	border-radius: 15px;
	font-family: 'Noto Sans SC';
	padding: 0 1rem;
	display: flex;
	align-items: center;
	opacity: 0;
	visibility: hidden;
}

.index_fixed .item .call a {
	white-space: nowrap;
	display: block;
}

.index_fixed .item:hover .call {
	opacity: 1;
	visibility: initial;
}

.index_fixed {
	z-index: 999999999;
	width: 92px;
	border-radius: 4px;
	background: #FFFCF7;
}

.qiw {
	position: absolute;
	bottom: -36px;
	width: 128px;
	right: 100%;
	animation: scroll 2s linear 9999 normal forwards;
}

.pop-box {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	top: 0;
	left: 0;
	z-index: 9999999;
}

.pop-box .main-contener {
	width: 400px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}

.tan {
	position: relative;
}

.form6 {
	text-align: center;
}

.form6 h3 {
	font-size: 24px;
	color: #333;
	line-height: 45px;
}

.pop-box p {
	width: 45px;
	height: 2px;
	background: #A47C42;
	display: inline-block;
	margin-bottom: 25px;
}

.form6 input::-webkit-input-placeholder {
	color: #999;
}

.form6 input {
	width: 280px;
	height: 44px;
	line-height: 44px;
	display: block;
	color: #333;
	font-size: 16px;
	margin-bottom: 20px;
	background: #fafafa;
	text-indent: 20px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 30px;
}

.pop-box .pop-close {
	position: absolute;
	right: -21px;
	top: -20px;
	cursor: pointer;
	width: 46px;
	height: 45px;
	color: #fff;
	background: url(../images/closee.png) no-repeat center center;
	background-size: 100% auto;
}

.form6 button {
	display: block;
	width: 280px;
	height: 45px;
	line-height: 41px;
	border-radius: 29px;
	background: #A47C42;
	color: #fff;
	border: 1px solid #BBBBBB;
	font-size: 22px;
}

.form6 h4 {
	font-weight: 400;
	color: #AAAAAA;
	margin-top: 20px;
	font-size: 16px;
}

.shejishi-one {
	display: none;
}

.canjia-one {
	display: none;
}

.xianshang-one {
	display: none;
}

.lingyuan-one {
	display: none;
}

.dizhi-one {
	display: none;
}

.about-one {
	padding: 25px 0;
	background-color: transparent !important;
}

.about-one p {
	color: #333333;
	font-weight: 400;
	font-size: 16px;
}

.about-one p a {
	display: inline-block;
	color: #333333;
	padding: 0 5px;
}

.about-one p a:hover {
	color: #A47C42;
}

.about-twoa {
	display: flex;
	justify-content: space-between;
	padding-bottom: 70px;
	overflow: hidden;
}

.about-two {
	background-color: rgba(247, 247, 247, 1);
}

.about-twob {
	border-radius: 10px;
	overflow: hidden;
	width: 20%;
}

.about-twoc {
	width: 80%;
	margin-left: 20px;
}

.about-twob-a {
	height: 103px;
	line-height: 103px;
	font-weight: 700;
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
	background-color: rgba(164, 124, 66, 1);
}

.about-twob-b {
	padding: 20px;
	background: #fff;
}

.about-twob-b ul li {
	padding: 15px 0;
	font-size: 18px;
	border-bottom: 2px solid #e4e4e4;
	text-align: center;
}

.about-twob-b ul li a {
	color: #797979;
}

.about-twob-b ul li.on a {
	color: rgba(164, 124, 66, 1);
}

.about-twob-b ul li.on {
	border-bottom: 2px solid #A47C42;
}

.about-twob-a {
	position: relative;
}

.about-twob-a img {
	width: 63px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	opacity: 0.18;
}

.about-twocc-zomg {
	padding: 0 40px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 1);
}

.about-twoc-a {
	padding: 40px 0;
}

.tihtue {
	padding-bottom: 25px;
	text-align: center;
}

.tihtue h1 {
	font-weight: 700;
	font-size: 48px;
	color: #333333;
	text-align: center;
	line-height: 50px;
}

.tihtue em {
	display: inline-block;
	width: 44px;
	height: 5px;
	border-top: 1px solid #A47C42;
	border-bottom: 1px solid #A47C42;
}

.about-twoc-a-a p {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #797979;
	line-height: 28px;
	margin-bottom: 25px;
}

.about-twoc-b-a ul {
	display: flex;
	justify-content: space-between;
}

.about-twoc-b-a ul li {
	width: 24%;
	padding-top: 44px;
	transition: all 1s;
	height: 262px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid rgba(229, 225, 225, 1);
}

.about-twoc-b-a ul li:hover {
	transform: translateY(-5px);
}

.about-twoc-b {
	padding-bottom: 40px;
}

.about-twoc-b-a-img {
	height: 45px;
}

.about-twoc-b-a ul li h1 {
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	color: #070708;
	margin: 9px 0;
}

.about-twoc-b-a ul li h2 {
	width: 37px;
	height: 2px;
	display: inline-block;
	background: #A47C42;
	margin-bottom: 18px;
}

.about-twoc-b-a ul li p {
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}

.about-twoc-c {
	padding-bottom: 40px;
}

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

.about-twoc-cb {
	width: 69%;
}

.about-twoc-cc {
	width: 31%;
	display: flex;
	align-items: center;
}

.about-twoc-cc-a {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #939393;
	line-height: 25px;
	border-radius: 10px;
	padding: 50px 27px;
	box-shadow: 5px 5px 5px rgba(230, 230, 230, 0.349019607843137);
	border: 1px solid rgba(230, 230, 230, 1);
}

.about-twoc-d {
	padding-bottom: 40px;
}

.twocswipera {
	padding: 5px;
	text-align: center;
}

.twocswipera-a {
	border-radius: 10px;
	height: 262px;
	display: flex;
	align-items: center;
	padding: 0 10px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.0470588235294118);
	border: 1px solid rgba(229, 225, 225, 1);
}

.twocswipera-a img {
	width: 100%;
}

.about-twoc-d.sdxsswxqa .twocswipera-a {
	height: auto;
	padding: 10px 10px;
}

.twocswipera p {
	margin-top: 15px;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
}

.twocswiper {
	padding-bottom: 60px;
}

.about-twoc-d-a {
	position: relative;
}

.twocswiperr {
	padding-bottom: 60px;
}

.twocswiperra {
	padding: 6px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.0470588235294118);
	border: 1px solid rgba(229, 225, 225, 1);
}

.twocswiperra h1 {
	color: #333333;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	margin: 20px 0;
}

.about-twoc-c {
	padding-bottom: 60px;
}

.about-twoc-c-a .lunslide::after {
	display: none;
}

.about-twoc-c-a .lunslide {
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px rgba(183, 183, 183, 0.349019607843137);
}

.about-twoc-c-a .lide-img h2 {
	font-size: 18px;
	font-weight: normal;
}

.about-twoc-c-a .lunswiping {
	padding-bottom: 61px;
}

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

.mendian-one ul li {
	width: 49%;
	border-radius: 10px;
	margin-right: 10px;
	margin-bottom: 45px;
}

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

.mendian-one-img {
	border-radius: 10px;
	overflow: hidden;
	height: 375px;
}

.mendian-one-img img {
	vertical-align: bottom;
	transition: all 1s;
	height: 100%;
	object-fit: cover;
}

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

.mendian-one-p {
	padding: 20px 35px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.0745098039215686);
	position: relative;
	top: -13px;
}

.mendian-one-p h1 {
	color: #333333;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
}

.mendian-one ul li:hover .mendian-one-p h1 {
	color: #A47C42;
}

.mendian-one-p p {
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 1px;
	color: #626262;
	line-height: 25px;
}

.mendian-one-p p:nth-child(3) {
	height: 50px;
}

.mendian-one-p h2 {
	cursor: pointer;
	color: #FFFFFF;
	top: 35px;
	position: relative;
	font-style: normal;
	font-size: 16px;
	width: 186px;
	height: 44px;
	border-radius: 5px;
	text-align: center;
	line-height: 44px;
	margin: 0 auto;
	background-color: rgba(164, 124, 66, 1);
}

.mendian-one-p h2 img {
	vertical-align: middle;
	margin-right: 10px;
}

.mendian-one-p h2:hover {
	opacity: 0.8;
}

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

.pages li {
	display: inline-block;
	vertical-align: top;
}

.pages li a {
	display: block;
	background: #fff;
	padding: 6px 12px;
	font-size: 13px;
	color: rgb(90, 88, 88);
	border-radius: 5px;
	border: 2px solid #efeff0;
}

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

.gongdui2-three .gongdui2-threea:first-child h1 {
	margin-top: 0px;
}

.e-li .e-a {
	background: #A47C42;
	color: #fff;
}

.contact-one {
	padding: 30px 30px;
	border-radius: 10px;
	background: #fff;
}

.contact-one-tie h1 {
	font-weight: 700;
	color: #333333;
	font-style: normal;
	font-size: 25px;
	margin-bottom: 5px;
}

.contact-one-tie h2 {
	width: 53px;
	height: 2px;
	background: #A47C42;
}

.contact-onea {
	margin-top: 13px;
}

.contact-onea ul {
	text-align: center;
}

.contact-onea ul li {
	width: 33.3%;
	border-right: 1px solid #e0e0e0;
}

.contact-onea ul li:last-child {
	border-right: inherit;
}

.contact-onea-img {
	height: 27px;
}

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

.contact-onea ul li p {
	color: #333333;
	line-height: 45px;
	font-size: 16px;
}

.contact-onea ul li h1 {
	font-weight: 900;
	font-size: 25px;
	line-height: 45px;
}

.contact-onea ul li h2 {
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
}

.contact-onea ul li h3 {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
}

.contact-two {
	border-radius: 10px;
	padding: 30px;
	margin-top: 15px;
	background: #fff;
}

.contact-twoa {
	margin-top: 30px;
}

.contact-twoa ul li {
	margin-bottom: 15px;
}

.contact-twoa-a {
	background-color: rgba(242, 242, 242, 1);
	height: 60px;
	line-height: 60px;
	border-radius: 10px;
	padding: 0px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contact-twoa-a p {
	color: #333333;
	font-style: normal;
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
}

.contact-twoa-a img {
	width: 19px;
	transition: all 1s;
	transform: rotate(-90deg);
}

.contact-twoa-b {
	padding: 15px 20px;
}

.contact-twoa ul li.onn .contact-twoa-a img {
	transform: rotate(0deg);
}

.contact-twoa-b p {
	line-height: 28px;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	color: #797979;
}

.contact-twoa-b {
	display: none;
}

.bieshu-onea {
	padding: 40px 0;
}

.bieshu-onea {
	border-bottom: 1px solid #e4e4e4;
}

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

.bieshu-onea ul li {
	padding-right: 20px;
	text-align: center;
}

.bieshu-onea ul li:last-child {
	padding-right: 0px;
}

.bieshu-onea-img {
	height: 45px;
}

.bieshu-onea ul li h1 {
	margin: 15px 0;
	font-size: 32px;
	font-weight: 900;
	font-style: normal;
	color: #000000;
}

.bieshu-onea ul li:hover h1 {
	color: #A47C42;
}

.bieshu-onea ul li:hover .bieshu-onea-img {
	transform: translateY(-77px);
	filter: drop-shadow(#A47C42 0 79px);
}

.bieshu-onea ul li:hover h2 {
	color: #A47C42;
}

.bieshu-onea-img {
	height: 46px;
	overflow: hidden;
}

.bieshu-onea ul li {
	overflow: hidden;
}

.bieshu-onea ul li h2 {
	font-weight: 400;
	color: #333333;
	font-style: normal;
	font-size: 20px;
}

.bieshu-two {
	padding: 40px 0 70px 0;
}

.bieshu-twoa {
	padding: 40px 80px;
	border-radius: 10px;
	background: url(../images/u1.svg) no-repeat;
	background-size: cover;
}

.bieshu-twoa h1 {
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	color: #020202;
	margin-bottom: 20px;
}

.bieshu-twoa-a input {
	width: 25%;
	padding-left: 25px;
	font-size: 16px;
	color: #797979;
	height: 49px;
	line-height: 49px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(195, 195, 195, 1);
	background-color: rgba(255, 255, 255, 1);
	border-radius: 50px;
}

.bieshu-twoa-a button {
	font-size: 18px;
	width: 24%;
	height: 51px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(230, 230, 230, 1);
	text-align: center;
	color: #FFFFFF;
	border-radius: 50px;
	background-color: rgba(164, 124, 66, 1);
}

.bieshu-twoa-a button img {
	vertical-align: middle;
	margin-right: 10px;
}

.bieshu-three {
	padding: 120px 0;
	background: url(../images/u23_div.jpg) no-repeat;
	background-size: cover;
}

.bieshu-threea {
	margin-top: 70px;
	position: relative;
}

.bieshu-threeb img {
	border-radius: 10px;
}

.bieshu-threeb p {
	position: absolute;
	bottom: 60px;
	right: 90px;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 25px;
}

.bieshu-threeb {
	text-align: right;
}

.bieshu-threec {
	text-align: center;
	border-radius: 10px;
	width: 143px;
	position: absolute;
	top: -67px;
	right: 0;
	overflow: hidden;
}

.bieshu-threea {
	position: relative;
}

.bieshu-threec h1 {
	font-weight: 400;
	font-style: normal;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 60px;
	height: 67px;
	line-height: 67px;
	background-color: rgba(164, 124, 66, 1);
}

.bieshu-threec h2 {
	font-weight: 400;
	font-style: normal;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 60px;
	height: 67px;
	line-height: 67px;
	background-color: rgba(54, 54, 54, 1);
}

.bieshu-threeb-ul {
	position: absolute;
	background-size: cover;
	border-radius: 10px;
	width: 122px;
	padding: 31px 10px;
	top: 50%;
	overflow: hidden;
	transform: translateY(-50%);
	left: 0;
}

.bieshu-threeb-ul ul li {
	padding: 10px 0;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 37px;
	cursor: pointer;
	text-align: center;
	border-bottom: 1px solid rgb(255, 255, 255, 0.1);
}

.bieshu-threeb-ul ul li.on {
	font-weight: bold;
}

.bieshu-threeb-ul::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	backdrop-filter: blur(30px);
	background: rgba(111, 68, 7, 0.5);
}

.bieshu-threeb {
	display: none;
}

.bieshu-threeb:first-child {
	display: block;
}

.bieshu-four {
	padding: 120px 0 60px 0;
}

.bieshu-foura {
	margin-top: 80px;
}

.bieshu-foura ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bieshu-foura ul li {
	width: 49%;
	display: flex;
	margin-bottom: 20px;
	background-color: rgba(248, 249, 247, 1);
	border-radius: 10px;
}

.bieshu-foura-a {
	width: 44%;
	overflow: hidden;
}

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

.bieshu-foura ul li:hover .bieshu-foura-a img {
	transform: scale(1.1);
}

.bieshu-foura-b {
	width: 56%;
	padding: 25px 20px 0 20px;
}

.bieshu-foura-b h1 {
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
}

.bieshu-foura-b p {
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 30px;
}

.bieshu-fivea {
	margin-top: 50px;
}

.bieshu-fiveb ul li {
	margin-bottom: 20px;
}

.bieshu-fiveb-a {
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	border-radius: 50%;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.0745098039215686);
}

.bieshu-fiveb ul li h1 {
	font-size: 20px;
	margin: 10px 0;
	font-weight: 400;
	color: #333333;
	font-style: normal;
	line-height: 25px;
}

.bieshu-fiveb ul li h2 {
	width: 58px;
	height: 2px;
	margin-bottom: 15px;
	background: #A47C42;
}

.bieshu-fiveb ul li p {
	font-weight: 400;
	font-style: normal;
	line-height: 25px;
	font-size: 16px;
	color: #6F6A6A;
}

.bieshu-fiver {
	padding: 60px 0;
}

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

.bieshu-fivec {
	padding-top: 3%;
	width: 41%;
}

.bieshu-fix {
	padding: 60px 0 120px 0;
}

.bieshu-fixa {
	margin-top: 70px;
}

.bieshu-fixa .gallery-thumbsaa .swiper-slide.swiper-slide-thumb-active .gallery-thumbs-a p {
	color: #A47C42;
	font-weight: bold;
}

.bieshu-fixa .gallery-thumbs-a p span {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 2px solid transparent;
}

.bieshu-fixa .gallery-thumbsaa .swiper-slide.swiper-slide-thumb-active .gallery-thumbs-a p span {
	border-bottom: 2px solid #A47C42;
}

.bieshu-xiaxia {
	border-radius: 10px;
	overflow: hidden;
	display: flex;
}

.bieshu-xiaxia-a {
	width: 60%;
}

.bieshu-xiaxia-b {
	width: 40%;
	padding: 37px;
	background: url(../images/u40.svg) no-repeat;
	background-size: cover;
}

.bieshu-xiaxia-a img {
	width: 100%;
	vertical-align: bottom;
}

.bieshu-xiaxia-b h1 {
	text-align: right;
	font-weight: 700;
	font-style: normal;
	font-size: 60px;
	color: #A47C42;
	font-family: 'DIN';
}

.bieshu-xiaxia-b h2 {
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	color: #A47C42;
	line- height: 45px;
	margin-bottom: 14px;
}

.bieshu-xiaxia-b p {
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #333333;
	line-height: 32px;
}

.bieshu-xiaxia-b h3 {
	font-family: 'DIN';
	font-weight: 700;
	font-style: normal;
	font-size: 47px;
	color: #8F8F8F;
	opacity: 0.3;
	letter-spacing: 2px;
}

.bieshu-xiaxia-b-c {
	margin-top: 24px;
}

.bieshu-xiaxia-b {
	position: relative;
	z-index: 1;
}

.u280 {
	position: absolute;
	top: 69px;
	opacity: 0.09;
	left: 96px;
}

.bieshu-fixa .gallery-topaa .swiper-pagination {
	width: auto;
	bottom: 35px;
	right: 50px;
	left: inherit;
}

.bieshu-fixa .gallery-topaa .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	width: 10px;
	height: 10px;
	background: #fff;
}

.bieshu-fixa .gallery-topaa .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	background: #000;
}

.bieshu-secure {
	padding: 120px 0;
	background: url(../images/u0_div.jpg) no-repeat fixed;
	background-size: cover;
}

.bieshu-securea {
	margin-top: 70px;
}

.bieshu-securea ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bieshu-securea ul li {
	width: 24%;
	position: relative;
	border-radius: 10px;
	margin-bottom: 15px;
	overflow: hidden;
	z-index: 1;
}

.bieshu-securea ul li::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(19, 18, 18, 0.2);
}

.bieshu-securea ul li img {
	vertical-align: bottom;
	width: 100%;
}

.bieshu-securea ul li:nth-child(6) {
	width: 50%;
}

.bieshu-securea ul li:nth-child(6) .bieshu-securea-a {
	width: 100%;
	text-align: center;
	top: 50%;
	font-weight: 700;
	font-style: normal;
	color: #FFFFFF;
	transform: translateY(-50%);
}

.bieshu-securea ul li:nth-child(6) .bieshu-securea-a h2 {
	font-size: 40px;
	letter-spacing: 5px;
}

.bieshu-securea-a {
	position: absolute;
	width: 100%;
	z-index: 99;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.bieshu-securea-a h1 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
}

.bieshu-securea-a p {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 400;
}

.bieshu-securea ul li:hover {
	opacity: 0.9;
}

.bieshu-nine {
	padding: 120px 0;
}

.bieshu-ninea {
	margin-top: 60px;
}

.bieshu-ninea ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.bieshu-ninea ul li {
	border-width: 1px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.0745098039215686);
	border-style: solid;
	border-color: rgba(236, 236, 236, 1);
	width: 23.5%;
	padding: 20px;
	text-align: center;
	height: 396px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.bieshu-ninea ul li:hover {
	opacity: 0.8;
}

.bieshu-ninea-img {
	width: 81px;
	margin: 0 auto;
	height: 96px;
	background: url(../images/u291.svg) no-repeat;
	background-size: 100% 100%;
}

.bieshu-ninea-img {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-style: normal;
	color: #A47C42;
	font-size: 32px;
	opacity: 0.8;
}

.bieshu-ninea ul li h1 {
	font-weight: 900;
	font-style: normal;
	color: #A47C42;
	margin: 10px 0 15px 0;
}

.bieshu-ninea ul li h2 {
	padding-bottom: 10px;
	font-weight: 700;
	height: 67px;
	font-style: normal;
	font-size: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
}

.bieshu-fivec {
	animation: scroll 2s linear 9999 normal forwards;
}

@keyframes scroll {
	0% {
		transform: translateY(3px);
	}

	50% {
		transform: translateY(-3px);
	}

	100% {
		transform: translateY(3px);
	}
}

.bieshu-ninea ul li p {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
}

.bieshu-tan {
	position: relative;
	padding: 60px 0;
	background: url(../images/u62_div.jpg);
	background-repeat: no-repeat;
	background-size: 1920px 1076px;
	background-position: -8.5px -394px;
	z-index: 1;
}

.bieshu-tan::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.39);
}

.bieshu-tanb {
	font-weight: 700;
	font-style: normal;
	font-size: 40px;
	letter-spacing: 5px;
	color: #FFFFFF;
	text-align: center;
}

.bieshu-tanc {
	margin-top: 40px;
}

.bieshu-tanc input {
	height: 45px;
	font-size: 16px;
	width: 23%;
	color: #797979;
	border-radius: 5px;
	line-height: 45px;
	padding-left: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(195, 195, 195, 1);
	background-color: rgba(221, 221, 221, 0.996078431372549);
}

.bieshu-tanc input:nth-child(3) {
	width: 30%;
}

.bieshu-tanc button img {
	vertical-align: middle;
	margin-right: 20px;
}

.bieshu-tanc button {
	width: 22%;
	font-size: 16px;
	cursor: pointer;
	height: 44px;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
	line-height: 44px;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(164, 124, 66, 1);
	background-color: rgba(164, 124, 66, 1);
}

.bieshu-tanc button:hover {
	opacity: 0.8;
}

.case-one {
	background-color: rgba(247, 247, 247, 1);
	padding-bottom: 20px;
}

.case-onea ul li {
	display: flex;
	height: 60px;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #535252;
	line-height: 60px;
}

.case-oneb {
	width: 89px;
	margin-right: 16px;
}

.case-onec h1 {
	display: inline-block;
	width: 84px;
	position: relative;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	color: #A47C42;
	text-align: center;
}

.case-onec h1::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-color: #A47C42;
}

.case-onec h1 a {
	color: #A47C42;
}

.case-onec span {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #535252;
	text-align: left;
	padding: 0 10px;
	display: inline-block;
}

.case-onec span a {
	color: #535252;
}

.case-onec span a:hover {
	color: #A47C42;
}

.case-onec {
	width: 93%;
	border-bottom: 1px solid #e3e3e3;
}

.case-two {
	background-color: rgba(247, 247, 247, 1);
	padding: 35px 0 60px 0;
}

.case-twoa {
	display: flex;
	margin-bottom: 35px;
	justify-content: space-between;
}

.case-twoa h2 span {
	color: rgb(213, 154, 99);
}

.case-twoa h1 {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #535252;
	text-align: left;
}

.case-twoa h2 {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

.case-twoc ul {
	display: flex;
	flex-wrap: wrap;
}

.case-twoc ul li {
	margin-right: 10px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
	width: 24.3%;
}

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

.case-twoc ul li img {
	vertical-align: bottom;
	transition: all 1s;
	width: 100%;
}

.case-twoc ul li p {
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 50px;
	background-color: rgba(34, 34, 34, 0.69);
}

.case-twoc ul li:hover p {
	color: rgb(213, 154, 99);
}

.case-twoc ul li:hover img {
	transform: scale(1.1);
}

.cases2-one {
	background-color: rgba(247, 247, 247, 1);
	padding-bottom: 90px;
}

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

.cases2-oneb {
	width: 72%;
}

.cases2-onec {
	width: 25%;
}

.cases2-oneb-a h1 {
	color: #333333;
	font-weight: 400;
	font-style: normal;
	font-size: 35px;
}

.cases2-oneb-a h2 {
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	color: #888888;
	margin: 15px 0 30px 0;
}

.cases2-oneb-bb {
	margin-top: 10px;
	padding: 0px 50px;
	position: relative;
}

.gallery-topaara {
	border-radius: 10px;
	overflow: hidden;
}

.gallery-topaara img {
	vertical-align: bottom;
}

.gallery-thumbsaara img {
	vertical-align: bottom;
}

.gongdi2-one-d-img .swiper-slide img {
	width: 100%;
	height: 453px;
	object-fit: cover;
}

.gongdi2-one-d-img {
	height: 453px;
	overflow: hidden;
}

.gallery-thumbsaara {
	border-radius: 5px;
	overflow: hidden;
	height: 76px;
}

.gallery-topaara img {
	border-radius: 10px;
}

.cases2-oneb-bb .swiper-button-prev {
	width: 34px;
	height: 34px;
	left: 0;
	background: url(../images/u1853.svg) no-repeat;
	background-size: 100%;
}

.cases2-oneb-bb .swiper-button-next {
	width: 34px;
	height: 34px;
	right: 0;
	background: url(../images/u1854.svg) no-repeat;
	background-size: 100%;
}

.cases2-onec-a {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
	padding: 7px;
	margin-top: 111px;
}

.cases2-onec-b {
	padding: 35px 10px;
	background: url(../images/u18s62.jpg) no-repeat;
	background-size: cover;
	border-radius: 10px;
	text-align: center;
}

.cases2-onec-b-img {
	width: 117px;
	height: 117px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.cases2-onec-b h1 {
	margin: 15px 0;
	color: #333333;
	font-weight: 650;
	font-style: normal;
	font-size: 20px;
}

.cases2-onec-b h1 span {
	color: #A47C42;
	display: inline-block;
	margin-left: 10px;
}

.cases2-onec-b h2 {
	color: #333333;
	line-height: 30px;
	font-weight: 400;
	font-size: 16px;
}

.cases2-onec-b h2 span {
	font-weight: 500;
	font-size: 25px;
	color: #333333;
}

.cases2-onec-a-aa {
	padding: 30px 25px;
}

.cases2-onec-a-aa h1 {
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.cases2-onec-a-aa h2 {
	font-size: 16px;
	font-weight: 400;
	color: #6A6868;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.zhueih a:hover {
	opacity: 0.8;
}

.zhueih a {
	display: inline-block;
	margin: 0 auto;
	margin-top: 30px;
	width: 199px;
	border-radius: 25px;
	background-color: rgba(164, 124, 66, 1);
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-weight: 700;
	color: #FFFFFF;
	font-style: normal;
	font-size: 16px;
}

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

.cases2-two {
	padding: 40px 0 0px 0;
}

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

.cases2-twob {
	width: 70%;
}

.cases2-twoc {
	width: 28%;
}

.cases2-twob-a {
	background-color: rgba(164, 124, 66, 0.07);
	margin-bottom: 25px;
}

.cases2-twob-a h1 {
	width: 208px;
	height: 47px;
	line-height: 47px;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	background-color: rgba(164, 124, 66, 1);
	border-radius: 0 0 20px 0;
	display: inline-block;
}

.cases2-twob-b p {
	color: #333333;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}

.cases2-twob-b h2 {
	margin-bottom: 20px;
	border-bottom: 1px solid #e6e4e1;
}

.cases2-twob-b {
	padding: 25px 45px 25px 45px;
}

.cases2-twocc ul li {
	margin-bottom: 25px;
}

.cases2-twocc ul li h1 {
	font-weight: 500;
	font-style: normal;
	font-size: 25px;
	margin-bottom: 22px;
	color: #A47C42 !important;
	line-height: 26px;
}

.cases2-twocc ul li h1 span {
	color: #A47C42 !important;
}

.cases2-twocc ul li p {
	color: #333333 !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 26px !important;
	margin-bottom: 22px !important;
}

.cases2-twocc ul li p span {
	color: #333333 !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 26px !important;
	margin-bottom: 22px !important;
}

.cases2-twocc ul li h2 {
	color: #333333;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 22px;
}

.cases2-twodd {
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	margin: 40px 0;
	text-align: center;
}

.cases2-twoee {
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}

.cases2-twoee a img {
	vertical-align: middle;
	margin-right: 5px;
}

.news-one {
	margin-bottom: 30px;
}

.cases2-twoee a img:first-child {
	transform: rotate(90deg);
}

.cases2-twoee a:nth-child(2) img:last-child {
	transform: rotate(-90deg);
}

.cases2-twoc-aa {
	padding: 35px 20px;
	background: url(../images/zz.svg) no-repeat;
	background-size: cover;
	border-radius: 10px;
	width: 336px;
}

.cases2-twoc {
	position: relative;
}

.cases2-twoc-aa.tab_fix {
	position: fixed;
	top: 94px;
}

.cases2-twoc-aa.tab_fix_bottom {
	position: absolute;
	bottom: 30px;
}

.cases2-twoc-aa h1 {
	text-align: center;
	font-weight: 650;
	font-style: normal;
	font-size: 22px;
	color: #020202;
	margin-bottom: 20px;
}

.cases2-twoc-bb input {
	width: 100%;
	height: 49px;
	color: #797979;
	padding-left: 30px;
	border-radius: 5px;
	font-size: 16px;
	background: #fff;
	border: 1px solid #BBBBBB;
	margin-bottom: 8px;
	border: 1px solid rgba(195, 195, 195, 1);
}

.cases2-twoc-bb button {
	width: 100%;
	cursor: pointer;
	font-weight: 650;
	font-size: 18px;
	text-decoration: none;
	color: #060606;
	line-height: 51px;
	box-shadow: 3px 3px 5px rgba(170, 170, 170, 0.349019607843137);
	height: 51px;
	border-radius: 50px;
	text-align: center;
	border: inherit;
	margin-top: 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(236, 240, 244, 1) 100%);
}

.cases2-twoc-bb button:hover {
	opacity: 0.8;
}

.cases2-three.cases2-forue .cases2-threeb {
	margin-top: 0px;
}

.cases2-twoc-bb button img {
	vertical-align: middle;
	margin-top: 9px;
}

.case-two .cases2-twoc-bb button img {
	margin-top: 9px;
}

.cases2-twoc-gg {
	margin-top: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(242, 242, 242, 1);
	box-shadow: 3px 3px 5px rgba(223, 223, 223, 0.349019607843137);
	border-radius: 10px;
	padding: 20px 20px;
}

.cases2-twoc-gg-a {
	display: flex;
	justify-content: space-between;
}

.cases2-twoc-gg h1 {
	color: #333333;
	font-weight: 650;
	font-style: normal;
	font-size: 20px;
}

.cases2-twoc-gg a {
	font-size: 14px;
	color: #6C6C6C;
	font-weight: 400;
}

.cases2-twoc-gg a:hover {
	color: #A47C42;
}

.cases2-twoc-gg-b {
	margin-top: 22px;
}

.cases2-twoc-gg-b ul li {
	margin-bottom: 15px;
}

.cases2-twoc-gg-b ul li a {
	display: flex;
	justify-content: space-between;
}

.cases2-twoc-gg-c {
	width: 47%;
	border-radius: 5px;
}

.cases2-twoc-gg-c img {
	vertical-align: bottom;
	border-radius: 10px;
}

.cases2-twoc-gg-g {
	width: 53%;
	padding-left: 5px;
	font-size: 16px;
	color: #959494;
	display: flex;
	align-items: center;
}

.cases2-twoc-gg-b ul li:hover .cases2-twoc-gg-g {
	color: #A47C42;
}

.cases2-three {
	padding: 0px 0 30px 0;
}

.cases2-threeb {
	font-weight: 650;
	font-style: normal;
	font-size: 25px;
	color: #333333;
	margin-bottom: 40px;
	margin-top: 40px;
}

.cases2-twoa {
	padding-bottom: 30px;
	border-bottom: 1px solid #f4f4f4;
}

.cases2-three.cases2-forue {
	padding: 0 0 30px 0;
}

.gongdi-one ul li {
	padding: 35px 0;
	border-bottom: 1px solid #e4e4e4;
}

.gongdi-one ul li a {
	display: flex;
	justify-content: space-between;
}

.gongdi-one-a {
	width: 38%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}

.gongdi-one-a .gongdi2-one-d-img-b {
	display: none;
}

.gongdi-one-a img {
	vertical-align: bottom;
	transition: all 1s;
}

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

.gongdi-one-b {
	width: 100% !important;
	padding-left: 35px;
}

.gongdi-one-b h1 {
	margin-bottom: 15px;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #535252;
	text-align: left;
	line-height: 29px;
}

.gongdi-one-b h2 {
	margin-bottom: 15px;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #7D7B7B;
	text-align: left;
	line-height: 29px;
}

.gongdi-one-b h2 span {
	display: inline-block;
	margin-right: 18px;
}

.gongdi-one-c {
	display: flex;
	justify-content: space-between;
}

.gongdi-one-c .gongdi-one-c-ul {
	padding-right: 20px;
	text-align: center;
	position: relative;
	width: 20%;
}

.gongdi-one-cimg {
	width: 27px;
	height: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 0 auto;
	border: 2px solid #7d7b7b;
}

.gongdi-one-cimg img {
	filter: grayscale(1);
}

.gongdi-one-c-ul p {
	margin-top: 15px;
	color: #7d7b7b;
	font-size: 14px;
}

.gongdi-one-c-ul::after {
	position: absolute;
	content: "";
	display: block;
	width: 75%;
	height: 1px;
	left: 52%;
	top: 13px;
	z-index: 1;
	background-color: #7d7b7b;
}

.gongdi-one-c .gongdi-one-c-ul:last-child::after {
	display: none;
}

.gongdi-one-c-ul.on p {
	color: #A47C42;
}

.gongdi-one-c-ul.on::after {
	background-color: #A47C42;
}

.gongdi-one-c-ul.on .gongdi-one-cimg {
	border: 2px solid #A47C42;
}

.gongdi-one-c-ul.on .gongdi-one-cimg img {
	filter: initial;
}

.gongdi-right {
	margin-top: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(242, 242, 242, 1);
	box-shadow: 3px 3px 5px rgba(223, 223, 223, 0.349019607843137);
	border-radius: 10px;
	padding: 20px 20px;
}

.gongdi-right h1 {
	color: #333333;
	font-weight: 650;
	font-style: normal;
	font-size: 20px;
}

.gongdi-right h2 {
	margin: 15px 0;
	width: 36px;
	height: 1px;
	background-color: rgba(213, 154, 99, 1);
}

.gongdi-right p a {
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #797878;
	line-height: 30px;
}

.gongdi-right p a:hover {
	color: #A47C42;
}

.gongdi2-one-a h1 {
	text-align: center;
	font-weight: 400;
	font-style: normal;
	font-size: 28px;
	line-height: 29px;
}

.gongdi2-one-a p {
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #797878;
	text-align: center;
	margin: 20px 0;
}

.gongdi2-one-a p span {
	display: inline-block;
	margin: 0 10px 0 0;
	font-weight: 400;
	color: #333333;
	font-style: normal;
	font-size: 15px;
}

.jindu.on {
	color: #A47C42;
}

.gongdi2-one-b {
	margin: 40px 0 20px 0;
	padding: 40px 90px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(232, 230, 230, 1);
}

.gongdi2-one-b-a ul {
	display: flex;
}

.gongdi2-one-b-a ul li {
	width: 33.3%;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	text-decoration: none;
	color: rgb(125, 123, 123);
	text-align: center;
	border-right: 1px solid rgba(232, 230, 230, 1);
}

.gongdi2-one-b-a ul li:last-child {
	border-right: inherit;
}

.gongdi2-one-b-a ul li span {
	font-size: 18px;
	color: #333;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	line-height: 29px;
}

.gongdi2-one-b .gongdi-one-c {
	margin-top: 50px;
}

.gongdi2-one-b .gongdi-one-c-ul::after {
	width: 81%;
	left: 52%;
}

.gongdi2-one-c {
	background-color: rgba(247, 247, 247, 1);
	padding: 18px 0;
	margin-bottom: 34px;
}

.gongdi2-one-c a {
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	display: inline-block;
	margin-left: 60px;
}

.gongdi2-one-d ul li {
	margin-bottom: 30px;
}

.gongdi2-one-d-img {
	position: relative;
	border-radius: 10px;
}

.gongdi2-one-d-img img {
	vertical-align: bottom;
	border-radius: 10px;
}

.gongdi2-one-d-img-a {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #FFFFFF;
	width: 127px;
	position: absolute;
	top: 13px;
	left: -15px;
	height: 45px;
	border-radius: 0 50px 50px 0;
	text-align: center;
	line-height: 45px;
	background: -webkit-linear-gradient(180deg, rgba(164, 124, 66, 1) 0%, rgba(195, 170, 134, 1) 95%);
}

.gongdi2-one-d-img-a img {
	position: absolute;
	left: 1px;
	transform: rotate(271deg);
	bottom: -15px;
}

.gongdi2-one-d-img-b {
	width: 140px;
	right: 40px;
	cursor: pointer;
	bottom: 25px;
	position: absolute;
	background-color: rgba(132, 132, 132, 1);
	height: 45px;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	z-index: 9;
	color: #FFFFFF;
	line-height: 45px;
	border-radius: 50px;
	text-align: center;
}

.gongdi2-one-d ul li:hover .gongdi2-one-d-img-b {
	background: #A47C42;
}

.gongdi2-one-d ul li p {
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	text-align: left;
	line-height: 29px;
	text-align: center;
	margin-top: 25px;
}

.gongxua-xoa .cases2-twoc-gg-c {
	width: 40%;
	border-radius: 5px;
}

.gongxua-xoa .cases2-twoc-gg-g {
	width: 58%;
}

.gongxua-xoa .cases2-twoc-gg-g h1 {
	font-weight: 650;
	font-style: normal;
	font-size: 17px;
	color: #333333;
	margin-bottom: 10px;
	line-height: 30px;
}

.gongxua-xoa .cases2-twoc-gg-g h1 span {
	margin-left: 4px;
	color: #A47C42;
}

.gongxua-xoa .cases2-twoc-gg-g h3 {
	color: #333;
	font-style: normal;
	font-size: 14px;
	line-height: 30px;
}

.gongxua-xoa .cases2-twoc-gg-g h4 {
	border-width: 1px;
	border-style: solid;
	width: 120px;
	height: 27px;
	margin-top: 10px;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	text-align: center;
	color: #A47C42;
	line-height: 27px;
	border-color: rgba(164, 124, 66, 1);
	border-radius: 25px;
}

.gongxua-xoa .cases2-twoc-gg-g h4 img {
	margin-right: 10px;
	vertical-align: middle;
}

.gongxua-xoa .cases2-twoc-gg-g h4:hover {
	opacity: 0.8;
}

.gongdi-zuiaui {
	margin-top: 10px;
}

.gongdi-zuiaui>img {
	border-radius: 10px;
}

.gongdi-zuiauia {
	margin-top: 20px;
}

.gongdi-zuiauia h3 {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 25px;
	color: #626262;
}

.gongdi-zuiauia h3 span {
	color: #A47C42;
}

.gongdi-zuiauia h5 {
	width: 199px;
	height: 48px;
	cursor: pointer;
	font-style: normal;
	font-size: 16px;
	color: #fff;
	line-height: 48px;
	margin: 25px auto 0;
	border-radius: 25px;
	text-align: center;
	background-color: rgba(164, 124, 66, 1);
}

.gongdi-zuiauia h5 img {
	vertical-align: middle;
	margin-right: 20px;
}

.gongid-zui {
	margin: 30px 0;
}

.gongid-zui img {
	width: 100%;
}

.gongdui-onea {
	padding: 20px 15px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(234, 232, 232, 1);
	border-radius: 5px;
}

.gongdui-onea .cases2-twoc-gg-b {
	margin-top: 0px;
}

.gongdui-onea .cases2-twoc-gg-c {
	width: 125px;
	height: 125px;
	border-radius: 50%;
}

.gongdui-onea-b {
	width: 56%;
	display: flex;
	justify-content: space-between;
}

.gongdui-onea-bb {
	width: 48%;
	overflow: hidden;
	border-radius: 10%;
}

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

.gongdui-onea-bb:hover img {
	transform: scale(1.1);
}

.gongdui-onea .gongxua-xoa .cases2-twoc-gg-g {
	width: 22%;
}

.cases2-twoc-gg-b ul li a {
	align-items: center;
}

.gongdui-onea {
	margin-bottom: 20px;
}

.gongdui2-one {
	display: flex;
	padding: 40px 30px;
	border-radius: 10px;
	background-color: rgba(242, 242, 242, 1);
}

.gongdui2-onea {
	width: 25%;
	overflow: hidden;
	border-radius: 10px;
}

.gongdui2-oneb {
	width: 75%;
	padding-left: 25px;
}

.gongdui2-oneb h1 {
	font-weight: 650;
	font-style: normal;
	line-height: 30px;
	font-size: 20px;
}

.gongdui2-oneb h1 span {
	display: inline-block;
	margin-left: 10px;
	font-size: 17px;
	color: #A47C42;
}

.gongdui2-oneb h2 {
	width: 68px;
	height: 2px;
	background: #A47C42;
	margin: 9px 0 15px 0;
}

.gongdui2-oneb h3 {
	margin-bottom: 30px;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}

.gongdui2-oneb h3 span {
	display: inline-block;
	margin-right: 40px;
}

.gongdui2-oneb h4 {
	color: #333333;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	margin-bottom: 10px;
}

.gongdui2-oneb p {
	color: #333333;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 22px;
}

.gongdui2-two {
	display: flex;
	border-bottom: 1px solid #dddddd;
	margin: 35px 0;
}

.gongdui2-two a {
	display: inline-block;
	padding: 0 20px;
	font-weight: 400;
	color: #333333;
	font-style: normal;
	position: relative;
	font-size: 18px;
	padding-bottom: 20px;
	margin-right: 20px;
}

.gongdui2-two a:hover:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #A47C42;
}

.gongdui2-two a:hover {
	color: #A47C42;
}

.gongdui2-threea h1 {
	font-weight: 650;
	color: #333333;
	font-size: 18px;
	margin-top: 20px;
}

.gongdui2-threea h2 {
	width: 72px;
	height: 2px;
	margin-top: 9px;
	background-color: #A47C42;
}

.gongdui2-three .case-twoc {
	margin-top: 35px;
}

.gongdui2-three .case-twoc ul li {
	width: 32.5%;
}

.gongdui2-three .case-twoc ul li:nth-child(3n) {
	margin-right: 0px;
}

.gongdui2-three .case-twoc ul li:nth-child(4) {
	margin-right: 10px;
}

.gongdi-right h1 {
	position: relative;
}

.gongdi-right h1 img {
	position: absolute;
	right: 0;
	top: 0;
}

.gongdui-zui {
	margin-top: 15px;
	overflow: hidden;
	border-radius: 10px;
}

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

.loupan-one ul li {
	display: flex;
	padding: 25px 20px;
	border-radius: 10px;
	background-color: rgba(242, 242, 242, 0.37);
}

.loupan-one ul li:hover {
	border-width: 1px;
	border-style: solid;
	border-color: rgba(230, 230, 230, 1);
	box-shadow: 5px 5px 5px rgba(121, 115, 115, 0.129411764705882);
	background-color: rgba(255, 255, 255, 1);
}

.loupan-onea {
	position: relative;
	width: 34%;
	border-radius: 10px;
	overflow: hidden;
}

.loupan-onea img {
	vertical-align: middle;
}

.loupan-oneb {
	width: 66%;
	padding-left: 30px;
}

.loupan-onea p {
	top: 0;
	font-size: 13px;
	position: absolute;
	left: 0;
	font-weight: 700;
	font-style: normal;
	color: #FFFFFF;
	width: 92px;
	height: 33px;
	border-radius: 10px 0 10px 0;
	text-align: center;
	line-height: 33px;
	background-color: rgba(164, 124, 66, 1);
}

.loupan-oneb h1 {
	color: #333333;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	text-align: left;
	line-height: 29px;
	margin-bottom: 15px;
}

.loupan-oneb h2 {
	color: rgb(125, 123, 123);
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	text-align: left;
	line-height: 29px;
	margin-bottom: 20px;
}

.loupan-oneb h2 span {
	color: #333333;
}

.loupan-oneb h3 {
	color: #333333;
	font-size: 14px;
	text-align: left;
	margin-top: 30px;
}

.loupan-oneb h3 span {
	display: inline-block;
	padding: 6px 10px;
	border-radius: 5px;
	margin-right: 10px;
}

.loupan-oneb h3 span.on {
	background-color: rgba(164, 124, 66, 0.18);
}

.loupan-oneb h3 span.onn {
	background-color: rgba(164, 124, 66, 0.18);
}

.loupan-oneb h3 span.onnn {
	background-color: rgba(164, 124, 66, 0.18);
}

.loupan-one ul li {
	position: relative;
	margin-bottom: 30px;
}

.loupan-one ul li:hover .guwen {
	display: inline-block;
}

.guwen {
	display: none;
	z-index: 9;
	position: absolute;
	right: 30px;
	bottom: 45px;
	background-color: rgba(164, 124, 66, 1);
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(164, 124, 66, 1);
	border-radius: 25px;
	padding: 10px 30px;
	font-weight: 400;
	color: #fff;
	font-style: normal;
	font-size: 14px;
}

.guwen a {
	color: #fff;
}

.loupan2-one {
	display: flex;
	border-radius: 10px;
	background-color: rgba(242, 242, 242, 0.4);
}

.loupan2-onea {
	width: 49%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.loupan2-onea p {
	position: absolute;
	width: 100%;
	left: 0;
	height: 50px;
	line-height: 50px;
	bottom: 0;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
}

.loupan2-onea {
	position: relative;
	overflow: hidden;
	height: 337px;
}

.loupan2-onea::after {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	left: 0;
	content: "";
	display: block;
	background-image: linear-gradient(to bottom, rgb(0, 0, 0, 0.50), rgb(0, 0, 0, 0.50));
}

.loupan2-onea p {
	z-index: 9;
}

.loupan2-onea img {
	height: 337px;
	object-fit: cover;
}

.loupan2-onea img {
	transition: all 1s;
	vertical-align: bottom;
	border-radius: 10px;
}

.loupan2-onea img:hover {
	transform: scale(1.1);
}

.loupan2-oneb {
	width: 51%;
	padding-left: 45px;
	padding-bottom: 20px;
}

.gongdi-one {}

.loupan2-oneb h1 {
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	margin: 30px 0 7px 0;
	color: #333333;
	line-height: 30px;
}

.loupan2-oneb h2 {
	width: 68px;
	height: 2px;
	background: #A47C42;
	margin-bottom: 30px;
}

.loupan2-one-b {
	display: inline-block;
	padding-left: 10px;
}

.loupan2-one-a>img {
	vertical-align: top;
	width: 35px;
}

.loupan2-one-b h3 {
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
}

.loupan2-one-b h4 {
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	color: #716E6E;
}

.gongdi-one ul li:first-child {
	padding: 0px 0 35px 0;
}

.loupan2-one-b h5 img {
	vertical-align: top;
	margin-right: 10px;
	width: 29px;
}

.loupan2-one-b h5 {
	font-weight: 700;
	margin-top: 8px;
	font-style: normal;
	position: relative;
	left: -50px;
	font-size: 25px;
	color: #A47C42;
	font-family: 'DIN';
}

.loupan2-oneb h6 {
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	margin-top: 8px;
	margin-top: 40px;
	line-height: 22px;
}

.loupan2-oneb p {
	color: #333333;
	font-size: 14px;
	text-align: left;
	margin-top: 10px;
}

.loupan2-oneb p span.on {
	background-color: rgba(164, 124, 66, 0.18);
}

.loupan2-oneb p span {
	display: inline-block;
	padding: 6px 10px;
	border-radius: 5px;
	margin-right: 10px;
}

.loupan2-oneb p span.onn {
	background-color: rgba(164, 124, 66, 0.18);
}

.loupan2-oneb p span.onnn {
	background-color: rgba(164, 124, 66, 0.18);
}

.loupan2-tui {
	margin-top: 20px;
}

.loupan2-tui ul {
	display: flex;
	flex-wrap: wrap;
}

.loupan2-tui ul li {
	margin-right: 10px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	width: 32.1%;
	padding: 16px 0;
	text-align: center;
	background-color: #f6f6f6;
}

.loupan2-tui ul li:nth-child(3n) {
	margin-right: 0px;
}

.loupan2-tui-img {
	width: 145px;
	height: 145px;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 50%;
}

.loupan2-tui ul li h1 {
	margin: 20px 0;
	font-size: 20px;
}

.huanbaojz-forua .swiper-button-prev {
	display: none;
}

.huanbaojz-forua .swiper-button-next {
	display: none;
}

.loupan2-tui ul li h1 a {
	font-weight: 650;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
}

.loupan2-tui ul li h1 span {
	display: inline-block;
	margin-left: 10px;
	color: #A47C42;
}

.loupan2-tui ul li h2 {
	font-style: normal;
	font-size: 16px;
	color: #FFFFFF;
	height: 45px;
	cursor: pointer;
	display: inline-block;
	padding: 0 24px;
	line-height: 45px;
	border-radius: 25px;
	background-color: rgba(164, 124, 66, 1);
}

.loupan2-tui ul li h2:hover {
	opacity: 0.8;
}

.loupan2-tui ul li h2 img {
	vertical-align: middle;
	margin-right: 5px;
}

.cases2-threea .gongdui2-threea h1 {
	margin-top: 0px;
}

.cases2-threea .gongdui2-threea {
	margin-bottom: 30px;
}

.gongdui2-threea {
	position: relative;
	margin-bottom: 25px;
}

.mdewmoer {
	position: absolute;
	bottom: 0;
	right: 0;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

.mdewmoer a {
	color: #333;
}

.mdewmoer a:hover {
	color: #A47C42;
}

.cases2-twoc-bb select {
	width: 100%;
	height: 49px;
	color: #8f8f8f;
	padding-left: 30px;
	border-radius: 5px;
	font-size: 16px;
	background: #fff;
	border: 1px solid #BBBBBB;
	margin-bottom: 8px;
	-webkit-appearance: none;
	border: 1px solid rgba(195, 195, 195, 1);
}

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

.news-one ul {
	display: flex;
	justify-content: left;
}

.news-one>ul {
	justify-content: space-between;
}

.news-one ul li {
	width: 32%;
	overflow: hidden;
}

.news-one>ul>li {
	border-radius: 10px;
}

.news-one-img {
	position: relative;
}

.news-one-img::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(8, 8, 7, 0.1);
}

.news-one-img img {
	vertical-align: bottom;
}

.news-one ul li:nth-child(1) .news-one-img {
	background: rgb(240 242 242);
}

.news-one ul li:nth-child(2) .news-one-img {
	background: rgb(237 236 232);
}

.news-one ul li:nth-child(3) .news-one-img {
	background-color: rgb(244 247 245)
}

.news-one-img {
	text-align: right;
}

.news-one-img-p {
	position: absolute;
	top: 35px;
	left: 25px;
	text-align: left;
}

.news-one-img-p h1 {
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	color: #020202;
	margin-bottom: 8px;
}

.news-one-img-p h2 {
	font-size: 14px;
	color: #797878;
}

.news-one-a {
	background: #fff;
	height: 200px;
}

.news-one-a ul {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}

.news-one-a ul li {
	width: 33.3%;
	display: flex;
	border-right: 1px solid #f1f1f1;
	text-align: center;
	align-items: center;
	height: 50%;
	justify-content: center;
}

.news-one-a ul li p {
	color: #333333;
	font-weight: 400;
	font-size: 14px;
}

.news-one-a ul li:hover {
	opacity: 0.8;
}

.news-one-a ul li:nth-child(3n) {
	border-right: none;
}

.news-one-a ul li:nth-child(1) {
	border-bottom: 1px solid #f1f1f1;
}

.news-one-a ul li:nth-child(2) {
	border-bottom: 1px solid #f1f1f1;
}

.news-one-a ul li:nth-child(3) {
	border-bottom: 1px solid #f1f1f1;
}

.news-one ul li:last-child .news-one-a ul li:nth-child(1) {
	width: 50%;
	height: 100%;
	border-bottom: inherit;
}

.news-one ul li:last-child .news-one-a ul li:nth-child(2) {
	width: 50%;
	height: 100%;
	border-bottom: inherit;
}

.news-two {
	padding: 16px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 30px;
}

.news-twoa h1 {
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	color: #333333;
	position: relative;
	padding-bottom: 14px;
	border-bottom: 1px solid #dddddd;
}

.news-twoa h1 span {
	width: 123px;
	text-align: center;
	display: inline-block;
}

.news-twoa h1 span::after {
	position: absolute;
	content: "";
	display: block;
	width: 123px;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: #A47C42;
}

.news-twob {
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
}

.news-twoba {
	width: 43%;
	border-radius: 10px;
	overflow: hidden;
}

.news-twobb {
	width: 55%;
}

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

.news-twoba:hover .news-twoba-img img {
	transform: scale(1.1);
}

.news-twoba-p {
	background-color: rgba(242, 242, 242, 0.3);
	padding: 24px 20px;
}

.news-twoba-p h1 {
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #A47C42;
}

.news-twoba-p h2 {
	margin: 15px 0;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #959595;
}

.news-twoba-p p {
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}

.news-twoba-img {
	overflow: hidden;
}

.news-twobb ul li {
	margin-bottom: 25px;
}

.news-twobb ul li a {
	display: flex;
	justify-content: space-between;
}

.news-twobba {
	width: 38%;
	border-radius: 10px;
	overflow: hidden;
}

.news-twobbb {
	width: 60%;
}

.news-twobba {
	overflow: hidden;
	height: 105px;
}

.news-twobba img {
	width: 100%;
	transition: all 1s;
	border-radius: 10px;
	vertical-align: bottom;
}

.news-twobbb h1 {
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	margin-top: 10px;
}

.news-twobbb h2 {
	width: 100%;
	height: 1px;
	margin: 10px 0;
	background: #e7e7e7;
}

.news-twobbb p {
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #8E8E8E;
}

.news-twobb ul li:hover .news-twobba img {
	transform: scale(1.1);
}

.news-right {
	padding: 25px 15px;
	margin-top: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(242, 242, 242, 1);
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 1);
}

.news-righta h1 {
	color: #333333;
	font-weight: 650;
	font-style: normal;
	font-size: 20px;
}

.news-righta h2 {
	margin: 15px 0;
	width: 36px;
	height: 1px;
	background-color: rgba(213, 154, 99, 1);
}

.news-rightb .case-twoc ul li {
	width: 100%;
}

.news2-one ul li {
	padding: 20px;
	background-color: rgba(255, 255, 255, 1);
	border: none;
	border-radius: 10px;
	margin-bottom: 15px;
}

.news2-one ul li a {
	display: flex;
	justify-content: space-between;
}

.news2-onea {
	width: 44%;
	border-radius: 10px;
	overflow: hidden;
}

.news2-onea img {
	vertical-align: bottom;
}

.news2-oneb {
	width: 54%;
}

.news2-oneb h1 {
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	margin: 15px 0;
}

.news2-oneb h2 {
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #959595;
	margin-bottom: 15px;
}

.news2-oneb p {
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #333;
	margin-bottom: 61px;
	height: 60px;
}

.news2-oneb h3 {
	text-align: right;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #8E8E8E;
}

.news2-oneb h3 span img {
	vertical-align: middle;
	margin-right: 15px;
}

.news2-oneb h3 span {
	display: inline-block;
	border-radius: 50px;
	padding: 4px 16px;
	border: 1px solid #8E8E8E;
}

.news2-one ul li:hover .news2-oneb h3 span {
	background: #A47C42;
	border: 1px solid #A47C42;
}

.news2-one ul li:hover .news2-oneb h3 {
	color: #fff;
}

.news2-one ul li:hover .news2-oneb h3 img {
	filter: brightness(0)invert(1);
}

.news3-one {
	background: url(../images/u4739.svg) no-repeat;
	background-size: cover;
	border-radius: 10px;
	padding: 35px 20px;
	display: flex;
	justify-content: space-between;
}

.news3-one form {
	display: flex;
	justify-content: space-between;
}

.news3-onea {
	width: 63%;
}

.news3-onea h1 {
	font-weight: 650;
	font-style: normal;
	font-size: 22px;
	color: #020202;
	line- height: 45px;
}

.news3-onea h2 {
	font-size: 15px;
	line-height: 45px;
}

.news3-onea-a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news3-onea-a input {
	height: 49px;
	width: 49%;
	font-size: 16px;
	line-height: 49px;
	padding-left: 30px;
	margin-bottom: 13px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(195, 195, 195, 1);
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 1);
	color: #797979;
}

.news3-onea-a input:last-child {
	width: 100%;
}

.news3-onea p {
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
}

.news3-oneb button {
	position: relative;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 101px;
	height: 101px;
	border: inherit;
	border-radius: 50%;
	background: #A47C42;
}

.news3-oneb button::after {
	position: absolute;
	left: 0px;
	right: 0;
	top: 0px;
	width: 102px;
	height: 102px;
	bottom: 0;
	content: '';
	background: rgb(213, 154, 99, 0.4);
	border-radius: 50%;
	animation: opens 2s 1s linear infinite both;
}

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

	100% {
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}

.news3-oneb {
	width: 17%;
	padding: 0 20px;
	text-align: center;
}

.news3-oneb img {
	position: relative;
	left: -4px;
	top: 15px;
}

.news3-onec {
	width: 60%;
}

.news3-onec h1 {
	font-weight: 650;
	font-style: normal;
	line- height: 45px;
	font-size: 22px;
	color: #020202;
}

.news3-onec h1 span {
	color: #A47C42;
}

.news3-onec-a {
	margin: 15px 0;
	background-color: rgba(255, 255, 255, 1);
	border: none;
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px;
	padding: 20px 10px;
}

.news3-onec-a h2 {
	width: 50%;
	font-size: 16px;
	line-height: 45px;
}

.news3-onec-a h2 span {
	font-weight: bold;
	color: #A47C42;
}

.news3-onec h3 {
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
}

.news3-two {
	margin: 20px 0;
	padding: 30px;
	background-color: rgba(255, 255, 255, 1);
	border: none;
	border-radius: 10px;
}

.news3-twoa {
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eae5e5;
}

.news3-twoa h1 {
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	color: #A47C42;
}

.news3-twoa h2 {
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #959595;
	margin-top: 18px;
}

.news3-twob {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 37px;
}

.news3-twob p {
	margin-bottom: 10px;
	text-indent: 2em !important;
	font-size: 16px !important;
	line-height: 37px !important;
}

.news3-twob p img {
	margin-left: -33px;
}

.news3-twob p span {
	font-size: 16px !important;
	line-height: 37px !important;
}

.news3-twob p img {
	width: 100%;
}

.news-twobb.news-hz {
	margin-top: 30px;
	width: 100%;
}

.news-twobb.news-hz ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-twobb.news-hz ul li {
	background: #fff;
	width: 49%;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 10px;
}

.news-twobb.news-hz ul li .news-twobbb h3 {
	text-align: right;
	margin-top: 10px;
}

.gongdi-right {
	background: #fff;
}

.news-rightb.mews3-ind ul li {
	width: 48%;
	margin-bottom: 15px;
}

.news-rightb.mews3-ind .case-twoc ul li:nth-child(2n) {
	margin-right: 0px;
}

.news-rightb.mews3-ind .case-twoc ul li p {
	height: 25px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	color: #FFFFFF;
	padding: 0 10px;
	line-height: 25px;
	background-color: rgba(34, 34, 34, 0.69);
}

.sheji-one {
	margin-top: 30px;
}

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

.sheji-one ul li {
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	width: 32.4%;
}

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

.sheji-onea {
	display: flex;
}

.sheji-oneb {
	width: 46%;
}

.sheji-oneb {
	overflow: hidden;
}

.sheji-one ul li:hover .sheji-oneb img {
	transform: scale(1.1);
}

.sheji-oneb img {
	transition: all 1s;
	border-radius: 4px;
	vertical-align: bottom;
}

.sheji-onec {
	width: 54%;
	padding: 30px 15px 0 15px;
}

.sheji-onec h1 {
	font-weight: 650;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}

.sheji-onec h1 span {
	display: inline-block;
	margin-left: 2px;
	color: #A47C42;
}

.sheji-onec h2 {
	margin: 10px 0;
	width: 100%;
	height: 1px;
	background: #e4e4e4;
}

.sheji-onec p {
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}

.sheji2-onea {
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	display: flex;
}

.sheji2-one {
	padding: 20px 0 30px 0;
	background: url(../images/u2425_div.png) no-repeat;
	background-size: cover;
}

.sheji2-oneb {
	width: 25%;
	border-radius: 10px;
	overflow: hidden;
}

.sheji2-onec {
	width: 68%;
	padding: 15px 40px 40px 40px;
}

.sheji2-onec h1 {
	color: #333333;
	font-weight: 650;
	font-style: normal;
	line-height: 30px;
	font-size: 35px;
}

.sheji2-onec h1 span {
	display: inline-block;
	margin-left: 5px;
	font-size: 20px;
	color: #A47C42;
}

.sheji2-onec h2 {
	color: #333333;
	font-weight: 400;
	font-style: normal;
	line-height: 30px;
	font-size: 14px;
	margin: 15px 0;
}

.sheji2-onec h2 span {
	font-size: 18px;
}

.sheji2-onec h3 {
	margin-bottom: 20px;
}

.sheji2-onec h3 span {
	font-size: 13px;
	color: #FFFFFF;
	padding: 6px 14px;
	background-color: rgba(164, 124, 66, 1);
	padding: 5px 10px;
	margin-right: 15px;
	font-weight: 400;
	border-radius: 50px;
	display: inline-block;
}

.sheji2-onec h4 {
	font-size: 16px;
	line-height: 20px;
	color: #807E7E;
	margin-bottom: 20px;
}

.sheji2-onec h4 span {
	color: #333333;
}

.sheji2-oneb-aa {
	display: none;
}

.sheji2-oneb-aa:first-child {
	display: block;
}

.sheji2-onec h5 {
	color: #FFFFFF;
	display: inline-block;
	cursor: pointer;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	border-radius: 25px;
	padding: 10px 22px;
	background-color: rgba(164, 124, 66, 1);
	margin-bottom: 20px;
}

.sheji2-onec h5:hover {
	opacity: 0.8;
}

.sheji2-onec h5 img {
	vertical-align: middle;
	margin-right: 4px;
}

.sheji2-onec h6 {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
}

.sheji2-onec h6 span {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	display: inline-block;
	padding: 0 15px;
	color: #333;
	border-right: 1px solid #333;
}

.sheji2-onec h6 span.on {
	color: #D59A63;
}

.sheji2-oneb-aa {
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	color: #5D5A5A;
}

.sheji2-fehrr {
	padding: 40px 0;
	background: #f9f9f9;
}

.sheji2-jdis {
	background: #f9f9f9;
	padding-bottom: 40px;
}

.vr-one {
	background-color: rgba(247, 247, 247, 1);
	padding-bottom: 60px;
}

.vr-onea ul {
	display: flex;
	flex-wrap: wrap;
}

.vr-onea ul li {
	width: 31%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-right: 25px;
	margin-bottom: 25px;
}

.vr-onea-a-img {
	border-radius: 10px;
}

.vr-onea-a-p {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	padding: 20px 15px;
	background: #fff;
}

.vr-onea-a-p-a {
	width: 70%;
}

.vr-onea-a-p button {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	background: #fff;
	border: 1px solid #A47C42;
	color: #A47C42;
	-webkit-appearance: none;
	text-align: center;
	outline: none;
	transition: .1s;
	font-weight: 500;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	padding: 5px 20px;
	font-size: 14px;
	border-radius: 30px;
}

.vr-onea ul li:hover .vr-onea-a-p p {
	color: #A47C42;
}

.vr-onea-a-p p {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #535252;
	text-align: left;
	line-height: 29px;
}

.search-one {
	padding-bottom: 40px;
}

.search-onea {
	display: flex;
	justify-content: center;
	height: 62px;
	line-height: 62px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(229, 229, 229, 1);
	border-radius: 5px;
}

.search-onea h1 {
	width: 10%;
	font-size: 20px;
	color: #A47C42;
	text-align: center;
	position: relative;
	margin-right: 40px;
}

.search-onea h1::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-color: #A47C42;
}

.search-onea h2 {
	width: 10%;
	font-size: 16px;
	color: #535252;
	text-align: left;
}

.search-twoa {
	margin-bottom: 40px;
}

.search-twoa h1 {
	font-size: 18px;
	color: #333333;
	font-weight: 600;
}

.search-twoa h2 {
	position: relative;
	margin: 15px 0 30px 0;
}

.search-twoa h2 a {
	font-size: 14px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 10px 19px;
	display: inline-block;
	border-radius: 5px;
	background-color: rgba(243, 243, 243, 1);
	font-weight: 700;
}

.search-twoa h2 a img {
	position: absolute;
	top: 0;
	right: 0;
}

.search-twoa h3 {
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 1px;
	color: #626262;
	line-height: 25px;
}

.search-three {
	padding-bottom: 70px;
	text-align: center;
}

.search-threea h1 {
	color: #333333;
	font-size: 24px;
	font-weight: 400;
	margin: 60px 0;
}

.search-threea .bieshu-tanc input {
	background-color: #fff;
}

.search-threea .bieshu-tanc button {
	border-radius: 25px;
	width: 17%;
	height: 48px;
}

.cases2-threeb {
	position: relative;
}

.cases2-three .sheji-one ul li {
	border-width: 1px;
	border-style: solid;
	border-color: rgba(219, 218, 218, 1);
	border-radius: 10px;
}

.cases2-three .sheji-one .sheji-onec h1 {
	font-size: 19px;
}

.news2-oneb h3 span img {
	width: 26px;
}

.cases2-three .news2-oneb {
	width: 86%;
}

.cases2-three .news2-one ul li {
	border: 1px solid #e9e9e9;
}

.cases2-three .loupan-oneb {
	width: 94%;
}

.header-topc {
	position: relative;
}

.header-topc-flxeda {
	padding: 24px 25px;
	position: absolute;
	top: 0px;
	left: 31%;
	width: 44%;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
}

.header-topc-flxeda-c p a:hover {
	color: #A47C42;
}

.header-topc-flxed {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 999999;
	margin-top: 65px;
}

.header-topc-flxed .search-twoa {
	margin-bottom: 18px;
}

.header-topc-flxeda-b {
	display: flex;
	justify-content: space-between;
}

.header-topc-flxeda-b-b {
	width: 32%;
	border-radius: 10px;
	background: url(../images/u5726.svg) no-repeat;
	background-size: cover;
	padding: 30px 10px 10px 10px;
}

.header-topc-flxeda-b-b h1 {
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	color: #A47C42;
	margin-bottom: 12px;
}

.header-topc-flxeda-b-b .cases2-twoc-gg-c {
	width: 40%;
}

.header-topc-flxeda-b-b .cases2-twoc-gg-g {
	width: 69%;
	padding-left: 5px;
	font-size: 14px;
	color: #333;
}

.header-topc-flxeda-b-b .cases2-twoc-gg-c img {
	width: 70px;
	height: 70px;
	object-fit: cover;
}

.cases2-twoc-gg-c {
	position: relative;
}

.zai-xoa {
	position: absolute;
	top: 0;
	border-radius: 0 4px 4px 0;
	left: 0;
	width: 24px;
	height: 17px;
	line-height: 18px;
	font-weight: 700;
	font-style: normal;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

.header-topc-flxeda-c p em {
	display: inline-block;
	width: 17px;
	height: 17px;
	color: #333333;
	font-weight: 700;
	font-style: normal;
	font-size: 10px;
	background: #dbdbdb;
	border-radius: 50%;
	margin-right: 9px;
	text-align: center;
}

.header-topc-flxeda-c {
	margin-top: 10px;
}

.header-topc-flxeda-c p a {
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	color: #333333;
	text-align: center;
}

.baojia-one .pop-box .main-contener {
	width: 867px;
	height: 369px;
	padding: 30px 20px;
	background: url(../images/xzsaxs.jpg) no-repeat;
	background-size: cover;
}

.baojia-onea {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.baojia-oneb {
	width: 60%;
}

.baojia-onec {
	width: 36%;
}

.baojia-oneb h1 {
	font-size: 30px;
	color: rgb(51, 51, 51);
	line-height: 0.7;
}

.baojia-oneb h1 span {
	display: inline-block;
	border-radius: 0 15px 15px 17px;
	background-color: rgb(255, 228, 197, 0.5);
	font-size: 15px;
	padding: 10px 10px;
	color: rgb(51, 51, 51);
}

.tan {
	width: 100%;
}

.baojia-oneb h1 span i {
	font-style: normal;
	color: #f2b268;
}

.baojia-oneb h2 {
	margin: 25px 0;
}

.baojia-oneb h2 span input {
	width: 13px;
	height: 13px;
	margin-right: 10px;
	border-radius: 50%;
}

.baojia-oneb h2 span {
	font-size: 15px;
	color: rgb(25, 24, 24);
	line-height: 1.4;
	margin-right: 45px;
	display: inline-block;
}

.baojia-oneb-a {
	margin-top: 20px;
}

.baojia-oneb-ab {
	position: relative;
}

.baojia-oneb-ab input {
	height: 45px;
	width: 79%;
	padding-left: 40px;
	border-bottom: 1px solid #f2b268;
}

.baojia-oneb-ab {
	margin-bottom: 10px;
}

.baojia-oneb-ab img {
	position: absolute;
	bottom: 10px;
	left: 5px;
}

.baojia-oneb-a button {
	border-radius: 25px;
	height: 50px;
	width: 79%;
	cursor: pointer;
	line-height: 50px;
	border: none;
	margin-top: 15px;
	font-size: 20px;
	color: rgb(255, 255, 255);
	background-color: rgb(164, 124, 66);
	box-shadow: 0px 2px 4px 0px rgba(178, 134, 109, 0.48);
}

.baojia-oneb-a button:hover {
	opacity: 0.8;
}

.baojia-onec h2 {
	font-size: 24px;
	color: rgb(255, 255, 255);
}

.baojia-onec h2 span {
	color: #f2b268;
}

.baojia-onec-a ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.baojia-onec-a ul li {
	width: 50%;
	padding: 10px 0;
	border-right: 1px dashed #A47C42;
	border-bottom: 1px dashed #A47C42;
	text-align: center;
}

.baojia-onec-a ul li:nth-child(2n) {
	border-right: none;
}

.baojia-onec-a ul li:nth-child(3) {
	border-bottom: none;
}

.baojia-onec-a ul li:nth-child(4) {
	border-bottom: none;
}

.baojia-onec-a ul li h1 {
	font-size: 24px;
	color: rgb(255, 255, 255);
	line-height: 1.375;
}

.baojia-onec-a ul li h3 {
	color: rgb(255, 255, 255);
	font-size: 16px;
	margin-top: 8px;
}

.baojia-onec h5 {
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	color: rgb(136, 136, 136);
}

.baojia-one {
	display: none;
}

.seshi-one {
	height: 1000px;
	background: url(../images/x.jpg) no-repeat;
	background-size: cover;
}

.seshi-two {
	padding: 78px 0 0px 0;
	height: 100%;
}

.seshi-twoa {}

.seshi-twoaoak {
	width: 100%;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	letter-spacing: 1px;
	color: #000000;
	line-height: 25px;
	text-align: center;
}

.bannerswipesxr {
	width: 100%;
	height: 622px;
}

.bannerswipesxra {
	margin-top: 40px;
}

.seshi-twob {
	padding: 0 40px;
}

.bannerswipesxra .gongdi-one-c {
	width: 400px;
	margin: 0 auto 30px;
}

.form6 input {
	margin: 10px auto;
}

.form6 button {
	margin: 30px auto;
}

.bannerswipesxra .gongdi-one-c-ul::after {
	width: 100%;
	left: 43px;
}

.bannerswipesxrcing .index-ninet-c {
	padding: 0;
}

.bannerswipesxrb {
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	letter-spacing: 1px;
	color: #000000;
	line-height: 25px;
	text-align: center;
	margin-bottom: 51px;
}

.bannerswipesxrcing .index-ninet-c {
	width: 560px;
	margin: 0 auto;
}

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

.bannerswipesxrcing .index-ninet-c input {
	margin-bottom: 32px;
}

.bannerswipesxrcing .index-ninet-c button img {
	width: 25px;
}

.bannerswipesxrc ul li {
	width: 23%;
	position: relative;
	text-align: center;
	padding: 30px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
}

.bannerswipesxrc ul li p {
	font-weight: 700;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-style: normal;
	font-size: 20px;
	letter-spacing: 1px;
	color: #000000;
	line-height: 25px;
}

.bannerswipesxrc ul li h1 {
	position: absolute;
	bottom: 15px;
	text-align: center;
	line-height: 20px;
	right: 15px;
	border-radius: 50%;
	width: 31px;
	height: 31px;
	background: rgb(191 191 191);
}

.bannerswipesxrc ul li h1 img {
	filter: brightness(0) invert(1);
}

.u6422 {
	position: absolute;
	top: 31px;
	left: 53%;
}

.bannerswipesxrc ul li.on h1 {
	background: #A47C42;
}

.bannerswipesxr .swiper-button-prev {
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #A47C42;
	width: 148px;
	height: 42px;
	line-height: 42px;
	border-radius: 25px;
	top: 84%;
	background: #fff;
	left: 35%;
	text-align: center;
}

.bannerswipesxr .swiper-button-prev img {
	width: 31px;
	vertical-align: middle;
	margin-right: 10px;
}

.bannerswipesxr .swiper-button-next {
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #A47C42;
	width: 148px;
	height: 42px;
	right: 35%;
	line-height: 42px;
	border-radius: 25px;
	top: 84%;
	background: #fff;
	opacity: 1;
	text-align: center;
}

.bannerswipesxr .swiper-button-next img {
	width: 31px;
	vertical-align: middle;
	margin-right: 10px;
	transform: rotate(180deg);
}

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

.bannerswipesxrc.xacx ul li {
	padding: 0px;
}

.bannerswipesxrc.xacx ul li>img {
	width: 100%;
}

.bannerswipesxrc.xacx ul li h2 {
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 1px;
	color: #000000;
	padding: 18px 0;
	line-height: 25px;
}

.ruanzhuang-one {
	padding: 120px 0 120px 0;
}

.ruanzhuang-onea {
	display: flex;
	margin-top: 50px;
	justify-content: space-between;
}

.ruanzhuang-oneb {
	width: 36%;
}

.ruanzhuang-onec {
	width: 62%;
}

.ruanzhuang-oneb .cases2-twoc-aa {
	border-radius: 10px;
	padding: 50px 30px;
	background: url(../images/u1003.svg) no-repeat;
	background-size: cover;
}

.ruanzhuang-oneb .cases2-twoc-aa h1 {
	margin-bottom: 40px;
}

.ruanzhuang-oneb .cases2-twoc-bb input {
	border-radius: 50px;
}

.ruanzhuang-oneb .cases2-twoc-bb button {
	border-radius: 50px;
	background-color: rgba(164, 124, 66, 1);
	box-sizing: border-box;
	border-width: 1px;
	background: rgba(164, 124, 66, 1);
}

.ruanzhuang-oneb .cases2-twoc-bb button img {
	vertical-align: middle;
	margin-right: 10px;
}

.ruanzhuang-oneb .cases2-twoc-bb button {
	color: #fff;
}

.ruanzhuang-onec {
	border-radius: 10px;
	background: url(../images/u1011.jpg) no-repeat;
	background-size: cover;
	padding-top: 26px;
	box-shadow: 0px 2px 9px rgb(0 0 0 / 6%);
}

.ruanzhuang-onec ul {
	display: flex;
	flex-wrap: wrap;
}

.ruanzhuang-onec ul li {
	padding: 45px 0;
	width: 25%;
	text-align: center;
}

.ruanzhuang-one-img {
	height: 66px;
}

.ruanzhuang-one-img p {
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #626060;
	margin-top: 20px;
}

.ruanzhuang-twoa {
	width: 16%;
	padding: 40px 0 0 0;
	background-color: rgba(164, 124, 66, 1);
}

.ruanzhuang-twoa p {
	font-weight: 900;
	font-style: normal;
	font-size: 38px;
	color: #FFFFFF;
	writing-mode: tb;
}

.ruanzhuang-twoa {
	display: flex;
}

.ruanzhuang-two {
	justify-content: center;
	display: flex;
}

.ruanzhuang-two p {
	position: relative;
	left: 115px;
}

.ruanzhuang-twob img {
	vertical-align: bottom;
}

.ruanzhuang-twob {
	position: relative;
}

.ruanzhuang-twob-a {
	position: absolute;
	top: 17%;
	left: -52px;
	width: 678px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 70px 0 70px 0px;
	border-radius: 0 100px 0 0;
}

.ruanzhuang-twob-a p {
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #333333;
	line-height: 45px;
}

.ruanzhuang-onec ul li:hover {
	opacity: 0.8;
}

.ruanzhuang-three {
	padding: 120px 0;
}

.ruanzhuang-three .bieshu-threeb-ul::after {
	display: none;
}

.ruanzhuang-three .bieshu-threeb-ul {
	background: #fff;
	width: 190px;
	left: 20px;
	z-index: 999;
}

.ruanzhuang-three .bieshu-threeb-ul ul li {
	border-bottom: 1px solid #e4e4e4;
	font-size: 18px;
	color: #333;
	padding: 16px 0;
}

.ruanzhuang-three .bieshu-threeb-ul ul li img {
	vertical-align: middle;
	margin-right: 15px;
	width: 24px;
	height: 24px;
}

.ruanzhuang-thoru {
	padding: 120px 0;
	background: url(../images/u1060_div.jpg) no-repeat;
	background-size: cover;
}

.ruanzhuang-thorua {
	position: relative;
	margin-top: 60px;
	height: 600px;
}

.ruanzhuang-thorua-a {
	width: 404px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 404px;
	overflow: hidden;
	border-radius: 50%;
}

.ruanzhuang-thorua-b {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}

.ruanzhuang-thorua ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.ruanzhuang-thorua ul li {
	width: 36%;
	margin-bottom: 210px;
}

.ruanzhuang-thorua ul li:nth-child(3) {
	margin-bottom: 0px;
}

.ruanzhuang-thorua ul li:nth-child(4) {
	margin-bottom: 0px;
}

.ruanzhuang-thorua ul li .ruanzhuang-thoru-gg {
	display: flex;
	justify-content: space-between;
}

.ruanzhuang-thorua ul li:nth-child(2n) .ruanzhuang-thoru-gg {
	flex-direction: row-reverse;
}

.ruanzhuang-thoru-gga {
	width: 68%;
	position: relative;
}

.ruanzhuang-thoru-gge {
	width: 30%;
}

.divxas-xoas {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.ruanzhuang-thoru-gga h1 {
	font-weight: 700;
	color: #333333;
	font-size: 20px;
}

.ruanzhuang-thoru-gga h2 {
	margin: 15px 0;
	width: 45px;
	height: 2px;
	background: #A47C42;
}

.ruanzhuang-thoru-gga p {
	font-weight: 400;
	line-height: 25px;
	font-size: 16px;
	color: #6F6A6A;
}

.ruanzhuang-thoru-gga h3 {
	font-weight: 700;
	font-style: normal;
	font-size: 50px;
	color: #A47C42;
	position: absolute;
	top: 0;
	font-family: 'DIN';
	right: 0;
}

.ruanzhuang-thoru-gge-yuan {
	width: 105px;
	height: 105px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
}

.ruanzhuang-thoru-gge-yuan p {
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}

.ruanzhuang-five {
	padding: 120px 0;
}

.ruanzhuang-fivea {
	margin: 50px 0;
}

.ruanzhuang-fivea ul {
	display: flex;
	justify-content: center;
}

.ruanzhuang-fivea ul li {
	margin-right: 15px;
	height: 60px;
	text-align: center;
	border-radius: 10px;
	background-color: rgba(242, 242, 242, 1);
	line-height: 60px;
	cursor: pointer;
}

.ruanzhuang-fivea ul li:last-child {
	margin-right: 0px;
}

.ruanzhuang-fivea ul li p {
	font-weight: 400;
	color: #333333;
	font-style: normal;
	font-size: 35px;
	padding: 0px 68px;
}

.ruanzhuang-fivea ul li p sup {
	font-weight: 400;
	font-style: normal;
	vertical-align: top;
	top: 0;
	position: relative;
	font-size: 20px;
}

.ruanzhuang-fivea ul li.on {
	background-color: rgba(164, 124, 66, 1);
}

.ruanzhuang-fivea ul li.on p {
	color: #fff;
}

.ruanzhuang-fivea ul li.on p sup {
	color: #fff;
}

.ruanzhuang-fivebb-a {
	border-radius: 10px;
	background: url(../images/u1110.svg) no-repeat;
	background-size: cover;
	padding: 20px 50px;
}

.ruanzhuang-fivebb-a {
	display: flex;
	justify-content: space-between;
}

.ruanzhuang-fivebb-b {
	width: 50%;
}

.ruanzhuang-fivebb-c {
	width: 50%;
}

.ruanzhuang-fivebb-b h1 {
	font-size: 25px;
	color: #333333;
	font-weight: 400;
	margin-top: 25px;
}

.ruanzhuang-fivebb-b h2 {
	width: 100px;
	height: 2px;
	margin: 15px 0;
	background: #A47C42;
}

.ruanzhuang-fivebb-b p {
	max-width: 77%;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #716D6D;
}

.ruanzhuang-fivebb-c .cases2-twoc-gg-b {
	margin-top: 0px;
}

.ruanzhuang-fivebb-c .gongxua-xoa .cases2-twoc-gg-g {
	width: 69%;
}

.ruanzhuang-fivebb-c .gongxua-xoa .cases2-twoc-gg-g h1 {
	font-size: 35px;
}

.ruanzhuang-fivebb-c .gongxua-xoa .cases2-twoc-gg-g h1 span {
	font-size: 20px;
}

.ruanzhuang-fivebb-c .gongxua-xoa .cases2-twoc-gg-g h3 {
	display: inline-block;
	font-size: 16px;
	margin: 10px 0;
}

.ruanzhuang-fivebb-c .gongxua-xoa .cases2-twoc-gg-g h4 {
	width: 154px;
	height: 45px;
	cursor: pointer;
	margin-top: 22px;
	line-height: 45px;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	color: #fff;
	background-color: rgba(164, 124, 66, 1);
	border-radius: 25px;
}

.ruanzhuang-fivebb {
	display: none;
}

.ruanzhuang-fivebb:first-child {
	display: block;
}

.bieshu-three.rujian-zk {
	background: #fff;
	padding: 60px 0 0px 0;
}

.bieshu-three.rujian-zk .bieshu-threea {
	margin-top: -6px;
}

.bieshu-three.rujian-zk .bieshu-threeb-ul {
	width: 190px;
}

.rujian-zk .bieshu-threeb p {
	text-align: left;
	max-width: 59%;
}

.rujian-zk .bieshu-threeb-ul ul li img {
	vertical-align: middle;
	margin-right: 15px;
	width: 24px;
	height: 24px;
}

.rujian-zk .bieshu-threeb-ul ul li {
	padding: 17px 0;
	font-size: 18px;
}

.ruanji-pka {
	padding: 0px 0 60px 0;
	background: url(../images/u1132_div.jpg) no-repeat bottom;
	background-size: 100%;
}

.bieshu-tanc select {
	-webkit-appearance: none;
	height: 45px;
	width: 23%;
	color: #797979;
	border-radius: 5px;
	line-height: 45px;
	padding-left: 30px;
	font-size: 16px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(195, 195, 195, 1);
	background-color: rgba(221, 221, 221, 0.996078431372549);
}

.ruanji-pka-a-b .bieshu-tanc select {
	-webkit-appearance: none;
	height: 45px;
	width: 23%;
	font-size: 16px;
	color: #797979;
	border-radius: 5px;
	line-height: 45px;
	padding-left: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(195, 195, 195, 1);
	width: 32%;
	background: #fff;
}

.ruanji-pka-a {
	padding: 50px 50px;
	border-radius: 10px;
	background: url(../images/u1133.svg) no-repeat;
	background-size: cover;
}

.ruanji-pka-a-b .bieshu-tanc input {
	width: 32%;
	background: #fff;
}

.ruanji-pka-a-b .bieshu-tanc button {
	width: 33%;
	display: inherit;
	margin: 0 auto;
	margin-top: 15px;
	margin-left: 32%;
}

.ruanji-pka-a {
	top: -30px;
}

.quanwu-onea-sj {
	display: none;
}

.tabPage {
	display: none;
}

.rujian-zk .bieshu-threeb-ul ul li {
	text-align: left;
	padding-left: 30px;
}

.rujian-zk .bieshu-threeb-ul ul li img {
	filter: brightness(0)invert(1);
}

.designer_listStyle {
	display: none;
}

.huanbaojz-onebb {
	display: none;
}

.gongdi2-one-d ul li {
	position: relative;
}

.gongdi2-one-d-img-a {
	z-index: 999;
}

.gz_info_header_word {
	display: none;
}

.gongdi2-one-d-img {
	margin-bottom: 10px;
}

.gongdui2-twomm {
	display: none;
}

.item_box {
	display: none;
}

.seshi-twoa {
	position: relative;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 60px;
	padding-top: 60px;
	z-index: 1;
}

.ruanzhuang-oneb .cases2-twoc-bb select {
	border-radius: 50px;
}

.seshi-twoa::after {
	width: 102%;
	height: 104%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 60px;
	z-index: -1;
}

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

.infe-si {
	position: absolute;
	width: 100%;
	bottom: -84px;
}

.bannerswipesxr .swiper-button-prev:hover {
	background: #A47C42;
	color: #fff;
}

.bannerswipesxr .swiper-button-prev:hover img {
	filter: brightness(0) invert(1);
}

.bannerswipesxr .swiper-button-next:hover {
	background: #A47C42;
	color: #fff;
}

.bannerswipesxr .swiper-button-next:hover img {
	filter: brightness(0) invert(1);
}

.index-twob-a select {
	width: 100%;
	height: 45px;
	-webkit-appearance: none;
	color: #B1B1B1;
	padding-left: 30px;
	border-radius: 5px;
	font-size: 16px;
	background-color: rgba(17, 19, 90, 0);
	margin-bottom: 9px;
	border: 1px solid #BBBBBB;
}

.index-sevena {
	justify-content: center;
	padding: 50px 0;
	align-items: baseline;
}

.index-sevena-a {
	width: 66%;
}

.index-sevena-b {
	width: 29%;
	position: relative;
	margin-left: 50px;
}

.lzji {
	position: absolute;
	width: 100%;
	left: -110px;
	top: -19px;
	opacity: 0.3;
	z-index: -1;
}

img.lzjizxa {
	position: relative;
	top: 36px;
}

.index-sevena-a {
	position: relative;
}

.index-sevena-b img {
	width: 100%;
}

.gallery-thumbsaa .swiper-slide-thumb-active .gallery-thumbsaara {
	border: 1px solid #e6ad5b;
}

.index-fiverbb a:nth-child(2) {
	margin-right: 0px;
}

.index-sevena-b-xxa {
	width: 80%;
	border: 1px solid #efe9e9;
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	top: -80px;
	padding: 20px 29px;
	border-radius: 12px;
	background: #fff url(../images/xzxas.png) no-repeat;
	background-size: cover;
}

.index-sevena-b-xxa h1 {
	margin-bottom: 17px;
	font-size: 28px;
	font-weight: 500;
	color: #383838;
	line-height: 45px;
	text-align: center;
}

.index-sevena-b-xxa h2 {
	font-weight: 500;
	font-size: 24px;
	line-height: 33px;
	color: #383838;
	text-align: center;
}

.index-sevena-b-xxa h2 span {
	color: #A47C42;
}

.index-sevena-b-xxa p {
	margin-top: 20px;
	font-size: 18px;
	color: #7B7B7B;
	line-height: 30px;
}

.quanwu-fiverca {
	width: 75%;
}

.pinpai-scuenc .index-ninet-c select {
	margin-bottom: 25px;
}

.index-ninet-c select {
	width: 100%;
	height: 50px;
	color: #8f8f8f;
	padding-left: 30px;
	border-radius: 4px;
	font-size: 16px;
	-webkit-appearance: none;
	background: #FAFAFA;
	border: 1px solid #BBBBBB;
	margin-bottom: 10px;
	border: 1px solid rgba(225, 225, 225, 1);
}

.friswiper>.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	margin: 0 auto;
}

.pibo img {
	width: 100%;
	vertical-align: middle;
}

.zy4_2 {
	position: absolute;
	top: 0;
	width: 1200px;
	height: 520px;
	overflow: hidden;
	color: #fff;
	opacity: 1;
}

.zy4_2 img {
	height: 520px;
	width: auto;
}

.zy4_2 .newimg {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
	border-right: 1px dashed #fff;
}

.zy4_2 img {
	height: 520px;
	width: auto;
	max-width: initial;
}

.imgbtn {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	bottom: 90px;
	margin-left: -25px;
	border-radius: 50%;
	font-size: 0;
	text-align: center;
	box-sizing: border-box;
	padding: 18px 0;
	cursor: ew-resize;
	z-index: 10;
}

.newimg {
	position: relative;
}

.yaunx {
	position: absolute;
	bottom: 30px;
	right: 45px;
	font-size: 30px;
	line-height: 42px;
	color: #FFFFFF;
	font-weight: 500;
}

.yaunxx {
	position: absolute;
	bottom: 30px;
	left: 45px;
	font-size: 30px;
	line-height: 42px;
	color: #FFFFFF;
	font-weight: 500;
}

.imgbtn img {
	width: 31px;
	height: 31px;
}

.bannertip {
	text-align: center;
	color: #fff;
	font-size: 14px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	z-index: 10;
}

.sx {
	position: absolute;
	right: 20px;
	top: 20px;
}

.sheji2-onec {
	position: relative;
}

.jinggong-one-mm {
	display: none;
}

.citybg {
	text-align: center;
}

.citybg p {
	font-size: 16px;
}

.city.cy497.on .citybg img,
.city.cy497:hover .citybg img {
	filter: inherit;
}

.city.cy497.on .citybg p,
.city.cy497:hover .citybg p {
	color: #A47C42 !important;
}

.city.cy582.on .citybg img,
.city.cy582:hover .citybg img {
	filter: inherit;
}

.city.cy582.on .citybg p,
.city.cy582:hover .citybg p {
	color: #A47C42 !important;
}

.city.on .citybg img,
.city:hover .citybg img {
	filter: brightness(0)invert(1);
}

.city.on .citybg p,
.city:hover .citybg p {
	color: #fff;
}

.city.on .citybg-ac,
.city:hover .citybg-ac {
	display: block;
}

.citybg-ac {
	display: none;
}

.citybg-ac img {
	width: 100%;
}

.jinggong-one-sj {
	display: none;
}

.sheji2-onea {
	position: relative;
}

.tun {
	position: absolute;
	right: 20px;
	top: 20px;
}

.mendian.on {
	color: #A47C42;
}

.jibie.on {
	color: #A47C42;
}

.liangfeng-one {
	display: none;
}

.news3-onea-a select {
	height: 49px;
	width: 49%;
	-webkit-appearance: none;
	font-size: 16px;
	line-height: 49px;
	padding-left: 30px;
	margin-bottom: 13px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(195, 195, 195, 1);
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 1);
	color: #797979;
}

.index-twoa h3 {
	display: none;
}

.bieshu-one-sj {
	display: none;
}

.index-twoa h4 {
	display: none;
}

.huanbaojz-onec-sj {
	display: none;
}

.quanwu-two-pc {
	display: none;
}

.nbanner-sj {
	display: none;
}

.bieshu-threea-sj {
	display: none !important;
}

.bieshu-threebbb {
	position: relative;
	z-index: 1;
}

.bieshu-threeb p {
	z-index: 999;
}

.bieshu-threeb img {
	border-radius: 10px;
	vertical-align: bottom;
}

.bieshu-threebbb::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	border-radius: 10px;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(8, 8, 7, 0.1);
}

.bieshu-threea-pc {
	display: block !important;
}

.orderby.on {
	color: #A47C42;
}

.index-Twelve.xsxaa {
	display: none;
}

.index-Twelvea-xia-b img {
	border-radius: 10px;
}

.bannerswipesxra .index-ninet-c {
	background: inherit;
}

.fengge.on {
	color: #A47C42;
}

.mianji.on {
	color: #A47C42;
}

.huxing.on {
	color: #A47C42;
}

.bannerswipesxrc.annerswipesxrcaaa ul li:nth-child(4) .u6422 {
	left: 20% !important;
}

.jinggong-one-pc .video {
	width: 100%;
}

.about-twoc-c-a .index-eighta {
	margin-top: 0px;
}

.pop-boxx .pop-close {
	position: absolute;
	right: -1px;
	top: 152px;
	cursor: pointer;
	width: 46px;
	height: 45px;
	color: #fff;
	background: url(../images/closee.png) no-repeat center center;
	background-size: 100% auto;
}

.juifang-two .quanwu-onea {
	position: initial;
}

.cases2-three .news2-onea {
	width: 38%;
	margin-right: 29px;
}

.huanbaojz-forua-more {
	display: none;
}

.sheji2-oneb img {
	border-radius: 10px;
}

.cases2-twob-b-ul ul {
	display: flex;
	flex-wrap: wrap;
}

.cases2-twob-b-ul ul li {
	width: 33.3%;
}

.cases2-twob-b-ul ul li p a {
	font-weight: bold;
}

.gongxua-xoa .cases2-twoc-gg-c {
	width: 125px;
	height: 125px;
	border-radius: 50%;
	overflow: hidden;
}

.cases2-oneb-aa .gallery-topaara {
	height: 486px;
}

.gallery-topaara {
	position: relative;
}

.gallery-topaara p {
	position: absolute;
	bottom: 61px;
	left: 30px;
	color: #fff;
	font-size: 20px;
}

.cases2-twocc ul li img {
	width: 100%;
}

ul.list-paddingleft-2 {
	width: 100% !important;
}

.index-zkod-pc a img {
	vertical-align: middle;
	margin-right: 10px;
}

.sheji2-jdis {
	display: none;
}

.footer-oneb {
	display: flex;
	margin-top: 30px;
	padding: 22px 0;
	justify-content: space-between;
	border-top: 1px solid rgb(255, 255, 255, 0.2);
}

.footer-oneb p {
	font-size: 14px;
	color: rgb(255, 255, 255, 0.6);
}

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

.footer-oneb a:hover {
	color: #A47C42;
}

.gongdui2-oneb h5 img {
	width: 23px;
	margin-right: 11px;
	vertical-align: middle;
}

.gongdui2-oneb h5 {
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	width: 161px;
	height: 47px;
	margin-top: 31px;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	text-align: center;
	color: #A47C42;
	line-height: 47px;
	border-color: rgba(164, 124, 66, 1);
	border-radius: 25px;
}

.gongdui2-oneb h5:hover {
	background: #A47C42;
	color: #fff;
}

.gongdui2-oneb h5:hover img {
	filter: brightness(0)invert(1);
}

.gongdui2-onea img {
	border-radius: 10px;
}

.common-detail-box-fid {
	text-align: center;
	margin-top: 5px;
}

.common-detail-box-fid img {
	filter: contrast(0.5);
	transform: rotate(-90deg);
}

.sheji2-one .LiveReception {
	display: none;
}

.gongdi-one ul li {
	display: flex;
}

.saxa a {
	display: none;
}

.cases2-twocc h2 {
	color: #333333;
	font-size: 16px !important;
	line-height: 26px !important;
	margin-bottom: 22px;
}

.cases2-twocc span {
	color: #333333;
	line-height: 26px !important;
	margin-bottom: 22px;
}

.banner .swiper-slide a {
	display: block;
}

.vr-onea-a-img {
	overflow: hidden;
	position: relative;
}

.vr-onea-a-img:hover>img {
	transform: scale(1.05, 1.05);
}

.vr-onea-a-img>img {
	transition: all .5s;
}

.vr-onea-a-img:hover .shadow {
	display: block;
}

.vr-onea-a:hover button {
	display: inline-block;
}

.vr-onea-a button:hover {
	background-color: #A47C42;
	color: #fff;
}

.shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.3);
}

.vr-onea-a-img .jinggong-onea p {
	background: rgba(255, 255, 255, 0.5);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 80px;
}

.vr-onea-a-img .jinggong-onea {
	top: 40%;
}

.vr-onea-a-img .jinggong-onea p img {
	width: 16px;
}

.gongdi-one ul li {
	position: relative;
}

.gongdi-one ul li button {
	position: absolute;
	right: 15px;
	top: 10%;
	display: none;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	background: #fff;
	border: 1px solid #A47C42;
	color: #A47C42;
	-webkit-appearance: none;
	text-align: center;
	outline: none;
	transition: .1s;
	font-weight: 500;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	padding: 7px 18px;
	font-size: 15px;
	border-radius: 30px;
}

.gongdi-one ul li:first-child button {
	top: -1%;
}

.gongdi-one ul li:hover button {
	display: inline-block;
}

.gongdi-one ul li button:hover {
	background-color: #A47C42;
	color: #fff;
}

.sheji-oneb {
	position: relative;
}

.sheji-one ul li:hover .sheji-oneb-a {
	opacity: 1;
}

.sheji-oneb-a {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	opacity: 0;
	transition: all .5s;
	height: 38px;
	line-height: 38px;
	display: flex;
}

.sheji-oneb {
	border-radius: 4px;
}

.sheji-oneb-a a {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	width: 50%;
	background: #A47C42;
	text-align: center;
}

.sheji-oneb-a a:first-child {
	background: #333;
}

.case-twoc ul li:hover .sheji-oneb-a {
	opacity: 1;
}

.case-twoc ul li:hover a>p {
	display: none;
}

.case-twoc ul li .sheji-oneb-a {
	height: 50px;
	line-height: 50px;
}

.case-twoc ul li .sheji-oneb-a a {
	font-size: 16px;
}

.qiw-a {
	position: absolute;
	bottom: 92%;
	right: -5%;
	left: -63px;
	width: 182px;
	height: 120px;
	background: url(/template/pc/skin/images/dui.png) no-repeat;
	background-size: 100% 100%;
}

.qiw-a-a {
	position: absolute;
	top: 47%;
	transform: translateY(-50%);
	left: 18px;
}

.qiw-a-a h1 {
	font-size: 15px;
}

.shipin-zongu {
	padding: 30px 0 60px 0;
	background-color: rgba(247, 247, 247, 1);
}

.shipin-zongu-a {
	border-bottom: 1px solid #dedede;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.shipin-zongu-a a {
	display: inline-block;
	margin: 0 40px;
	font-size: 16px;
	color: #666;
	cursor: pointer;
}

.shipin-zongu-a a.on {
	font-size: 20px;
	color: #A47C42;
	margin-top: -3px;
}

.shipin-zongu-b ul {
	display: flex;
	flex-wrap: wrap;
}

.shipin-zongu-b ul li {
	margin-right: 20px;
	margin-bottom: 30px;
	width: 32%;
}

.shipin-zongu-b ul li:nth-child(3n) {
	margin-right: 0px;
}

.shipin-zongu-b-img {
	position: relative;
}

.shipin-zongu-b-img>img {
	vertical-align: middle;
	width: 100%;
	height: 227px;
	object-fit: cover;
}

.play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.shipin-zongu-b-img p {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	line-height: 32px;
	background: rgba(0, 0, 0, .4);
	color: #fff;
	z-index: 10;
	padding: 0 10px;
}

.shipin-zongu-b-p {
	font-size: 18px;
	padding: 0 5px;
	background: #fff;
	color: #333;
	text-align: center;
	height: 68px;
	line-height: 68px;
}

@media only screen and (min-width:0px) {
	.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: 60%;
		height: 70%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

@media only screen and (max-width:1800px) {
	.right-side-box .search-popup__toggler {
		width: 35px;
		height: 45px;
		margin-right: 59px;
		line-height: 32px;
		background: url(../images/search.png) no-repeat center center;
	}

	body {
		font-size: 15px;
	}

	.jt_zci .let_box {
		width: 69.25%;
	}
}

@media only screen and (max-width:1680px) {
	.ruanzhuang-twoa p {
		font-size: 32px;
	}

	.ruanzhuang-two p {
		left: 51px;
	}

	.quanwu-twoa>img {
		width: 56%;
	}

	.juifang-forub-a {
		padding: 0 20px;
		line-height: 42px;
		color: #BF9F6F;
		font-weight: 500;
		font-size: 23px;
	}

	.juifang-forub ul li:nth-child(3) {
		left: -2%;
	}

	.juifang-forub ul li:nth-child(5) {
		left: -2%;
	}

	.juifang-forub ul li:nth-child(6) {
		right: -2%;
	}

	.juifang-forub ul li:nth-child(7) {
		left: 0%;
	}

	.juifang-forub ul li:nth-child(8) {
		right: 0%;
	}

	.juifang-forub ul li:nth-child(4) {
		right: -2%;
	}

	.juifang-forub ul li:nth-child(2) {
		right: 0;
	}

	.juifang-forub ul li:nth-child(1) {
		left: 0%;
	}

	.juifang-forua>img {
		width: 43%;
		margin-top: 30px;
	}

	.juifang-forub ul li img {
		transition: all 1s;
		width: 35%;
	}

	.quanwu-twoa-a ul li:nth-child(5) {
		top: 483px;
	}

	.quanwu-twoa-a ul li:nth-child(4) {
		top: 330px;
	}

	.quanwu-twoa-a ul li:nth-child(3) {
		top: 330px;
	}

	.quanwu-twoa-a ul li:nth-child(6) {
		top: 483px;
	}

	.quanwu-twoa-a ul li p {
		font-size: 28px;
	}

	.quanwu-twoa-img {
		width: 125px;
		height: 125px;
	}

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

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

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

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

	.juifang-fix .w {
		width: 94%;
	}

	.index-sevena-b {
		width: 35%;
	}

	.threeaswiping .swiper-slide.swiper-slide-active .threeaswipingc {
		padding-left: 23px;
	}

	.threeaswipingc p {
		font-size: 19px;
		margin-top: 18px;
	}

	.threeaswiping .swiper-slide.swiper-slide-active .threeaswipingc p {
		font-size: 22px;
		color: #fff;
		line-height: 54px;
	}

	.threeaswiping .swiper-slide.swiper-slide-active .threeaswipingc-a h1 {
		color: #FFFFFF;
		font-size: 37px;
	}

	.threeaswipinga {
		padding: 60px 16px;
		display: flex;
		margin: 10px;
	}

	.threeaswipingc-a h2 {
		font-size: 68px;
	}

	.juifang-twoa ul li {
		font-size: 27px;
	}

	.bieshu-xiaxia-b h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.header-topc {
		margin-right: 49px;
	}

	.case-onec span {
		padding: 0 8px;
	}

	html {
		overflow-x: hidden;
	}

	.header-topc {
		margin-top: 14px;
	}

	.index-footerb ul li p a {
		font-size: 15px;
	}

	.index-footerb ul li h2 a {
		font-size: 17px;
	}

	.index-footerd ul li {
		margin-left: 28px;
	}

	.index-footerb ul li {
		margin-right: 28px;
	}

	.index-footerc p {
		font-size: 15px;
	}

	.index-footerc h2 {
		font-size: 36px;
	}

	.fiveraswiperc ul li {
		width: 18.7%;
	}

	.header-topc {
		width: 41%;
	}

	.header-topc-a select {
		padding-left: 12px;
	}

	.button-a {}

	.header-topc-a input {
		font-size: 14px;
	}

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

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

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

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

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

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

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

	.yzm img {
		height: 42px;
	}

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

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

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

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

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

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

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

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

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

@media only screen and (max-width:1440px) {
	.pinpai-one .w {
		width: 96%;
	}

	.ruanzhuang-twoa {
		padding: 40px 0 0 0;
		background-color: rgba(164, 124, 66, 1);
	}

	.index-footer .w {
		width: 95%;
	}

	.pinpai-onea ul li:first-child {
		margin-left: 125px;
	}

	.ruanzhuang-two p {
		left: 27px;
	}

	.ruanzhuang-twob-a {
		padding: 44px 0 44px 0px;
	}
}

@media only screen and (max-width:1400px) {
	.header-topc-flxeda-b-b h1 {
		font-size: 20px;
		margin-bottom: 12px;
	}

	.jinggong-fivea .w {
		width: 1200px;
	}

	.jinggong-fivec p {
		font-size: 37px;
	}

	.ruanzhuang-twob-a {
		position: absolute;
		top: 6%;
		left: -23px;
		width: 678px;
		background-color: rgba(255, 255, 255, 0.8);
		padding: 37px 0 37px 0px;
		border-radius: 0 100px 0 0;
	}

	.ruanzhuang-two p {
		left: 20px;
	}

	.ruanzhuang-twoa p {
		font-size: 27px;
	}
}

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

	.index-footerb ul li {
		margin-right: 8px;
	}

	.huanbaojz-forua .swiper-button-prev {
		left: -25px;
	}

	.huanbaojz-forua .swiper-button-next {
		right: -25px;
	}

	.index-fourc-d ul li {
		width: 48.1%;
	}

	.pinpai-twoa-a ul li:nth-child(1) {
		top: 100px;
		left: -24px;
	}

	.pinpai-oneaa p {
		font-size: 30px;
		padding: 0px 24px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.sheji-one ul li {
		width: 31.4%;
	}

	.sheji-onec p {
		font-size: 13px;
		line-height: 24px;
	}

	.sheji-onec h1 {
		font-size: 16px;
	}

	.header-topc {
		width: 46%;
	}

	.index-ninea .w {
		width: 98%;
	}

	.juifang-onea ul li p {
		font-size: 23px;
	}

	.juifang-twoa ul li {
		font-size: 24px;
	}

	.threeaswipingc p {
		font-size: 16px;
		margin-top: 18px;
		line-height: 29px;
	}

	.threeaswiping .swiper-slide.swiper-slide-active .threeaswipingc-a h1 {
		color: #FFFFFF;
		font-size: 31px;
	}

	.threeaswiping .swiper-slide.swiper-slide-active .threeaswipingc p {
		font-size: 19px;
		color: #fff;
		line- height: 45px;
	}

	.index-ninebc {
		width: 37%;
		margin-right: 57px;
	}

	.index-ninet-c {
		text-align: center;
		padding: 8px 73px 10px 38px;
		box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.0745098039215686);
	}

	.index-ninet-c h2 {
		font-size: 23px;
		letter-spacing: 5px;
		margin-bottom: 4px;
	}

	.quanwu-fiverb h1 {
		font-size: 24px;
	}

	.quanwu-savera-a a {
		padding: 3px 34px;
	}

	.quanwu-fix .jinggong-fivea .w {
		width: 98%;
	}

	.quanwu-fiverb h2 {
		font-size: 24px;
	}

	.index-footerb ul li {
		margin-right: 20px;
	}

	.index-footerc {
		display: none;
	}

	.header-topc {
		margin-right: 9px;
	}

	.header-topd {
		font-size: 23px;
	}

	.header-topc-a select {
		font-size: 12px;
	}

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

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

	.fuwu-13 ul li {
		font-size: 15px;
	}

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

	.formtextarea {
		height: 85px;
	}

	.index-twob-b ul li {
		width: 31%;
	}

	.index-fourb ul li {
		margin-right: 37px;
	}

	.index-fourc-c {
		width: 59.7%;
	}

	.index-sevena-b-xxa p {
		margin-top: 19px;
		font-size: 17px;
	}

	.index-fourc-d ul li {
		width: 47.8%;
	}

	.index-onea ul li p {
		font-size: 15px;
	}

	.right-side-box .lang a {
		font-size: 12px;
		padding-right: 10px;
	}

	.right-side-box .lang {
		width: 103px;
	}

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

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

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

	.prolist .tbox .tit {
		font-size: 20px;
	}

	.ct-sec1 .tbox {
		padding: 34px;
	}
}

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

	.tilted {
		font-size: 27px;
	}

	.bottom-boted {
		display: none;
	}

	.bottom-top-rht {
		display: none;
	}

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

	a.more img {
		width: 18px;
		margin-left: 5px;
	}

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

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

	.prolist .tbox hr {
		margin: 10px 0 0;
	}

	.in2-sec .main .tbox {
		width: 100%;
		padding-right: 0;
	}

	.in2-sec .main .num-con {
		width: 100%;
		margin-top: 30px;
	}

	.jt_zci .rit_box {
		width: 300px;
	}

	.m_swiow .tran .t1_col .value {
		font-size: 30px;
	}

	.m_swiow .tran {
		font-size: 16px;
		padding: 0 25px;
		line-height: 70px;
	}

	.m_swiow .tran .t1_col2 {
		max-width: 70%;
		line-height: 25px;
		vertical-align: middle;
	}

	.nybanner .tbox .en {
		font-size: 40px;
	}

	.nybanner .tbox .ch {
		font-size: 20px;
		padding-top: 10px;
	}

	.pro-sec .prolist .tbox .btn {
		display: none;
	}

	.proxq-sec1 .prolist .tbox .btn {
		display: block;
	}

	.proxq-sec1 .bshare-custom {
		display: none;
	}
}

@media only screen and (max-width:1100px) {
	.w {
		width: 100%;
		padding: 0 4%;
	}

	.shipin-zongu-b-img>img {
		width: 100%;
		height: 199px;
	}

	.shipin-zongu {
		padding: 20px 0 30px 0;
	}

	.videoclose {
		top: 138px;
		right: 14px;
		width: 33px;
		height: 33px;
	}

	.shipin-zongu-b-p {
		font-size: 15px;
		height: 58px;
		line-height: 58px;
	}

	.play {
		width: 12%;
	}

	.shipin-zongu-a {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.shipin-zongu-a a.on {
		font-size: 18px;
	}

	.shipin-zongu-a a {
		margin: 0 12px;
		font-size: 14px;
	}

	.shipin-zongu-b ul li {
		margin-right: 0 !important;
		margin-bottom: 30px;
		width: 100%;
	}

	.videofixed .video-box {
		width: 94%;
		height: 47%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.loupan2-onea p {
		font-size: 17px;
	}

	.loupan2-onea {
		height: 282px;
	}

	.loupan2-onea img {
		height: 282px;
		object-fit: cover;
	}

	.gongdi-one ul li button {
		display: none !important;
	}

	.sheji-oneb-a {
		display: none;
	}

	.vr-onea-a-p button {
		position: absolute;
		right: 6px;
		top: -71%;
		background-color: #A47C42;
		color: #fff;
		padding: 3px 11px;
		font-size: 12px;
		display: inline-block !important;
	}

	.vr-onea-a-img .jinggong-onea p {
		width: 40px;
		height: 40px;
	}

	.vr-onea-a-img .jinggong-onea p img {
		width: 11px;
	}

	.vr-onea-a-p-a {
		width: 100%;
	}

	.shadow {
		display: block !important;
	}

	.cases2-twocc h2 {
		color: #333333;
		font-size: 12px !important;
		line-height: 20px !important;
		margin-bottom: 4px;
	}

	.cases2-twocc span {
		color: #333333;
		font-size: 12px !important;
		line-height: 20px !important;
		margin-bottom: 22px;
	}

	.cases2-onec-b h1 span {
		margin-left: 4px;
	}

	.saxa img {
		vertical-align: middle;
		margin-right: 0px;
		width: 14px;
	}

	.gongdi-one ul li {
		display: flex;
		flex-wrap: wrap !important;
	}

	.sheji2-one .LiveReception {
		font-size: 16px;
		margin: 20px 0 0 0;
		display: inline-block;
		color: #fff !important;
		height: 45px;
		text-align: center;
		line-height: 45px;
		width: 100%;
		background-color: rgba(164, 124, 66, 1);
		border-radius: 50px;
	}

	.gongdi-one-a .gongdi2-one-d-img-b {
		display: block;
	}

	.gongdui2-oneb h3 span {
		display: inline-block;
		margin-right: 35px;
	}

	.baojia-one {
		display: none !important;
	}

	.gongdui2-oneb h5 img {
		margin-right: 6px;
		width: 13px;
		vertical-align: middle;
	}

	.gongdui2-oneb h5 {
		cursor: pointer;
		border-width: 1px;
		border-style: solid;
		width: 95px;
		height: 23px;
		margin-top: 13px;
		font-weight: 700;
		font-style: normal;
		font-size: 12px;
		text-align: center;
		color: #A47C42;
		line-height: 23px;
		border-color: rgba(164, 124, 66, 1);
		border-radius: 25px;
	}

	.news3-twob p {
		font-size: 13px !important;
	}

	.news3-twob p span {
		font-size: 13px !important;
	}

	.gongdi2-one-d-img .swiper-slide img {
		width: 100%;
		height: 184px;
		object-fit: cover;
	}

	.gongdi2-one-d-img {
		height: 184px;
		overflow: hidden;
	}

	.cases2-oneb-aa .gallery-topaara {
		height: 194px;
	}

	.cases2-twob-b-ul ul li {
		width: 50%;
	}

	.gallery-thumbsaara {
		height: 29px;
	}

	.pecuRight {
		display: none;
	}

	.csxz ul span {
		display: block;
		width: 100%;
		height: 20px;
		line-height: 20px;
		text-align: left;
	}

	.cases2-three .news2-onea {
		margin-right: 10px;
	}

	.news2-onea img {
		border-radius: 10px;
	}

	.quanwu-onea {
		height: auto;
	}

	.juifang-twob {
		margin-top: 60px;
		height: auto;
	}

	.index-eighta-sja ul li a {
		position: relative;
		display: block;
	}

	.index-eighta-sja ul li a img {
		vertical-align: bottom;
	}

	.index-eighta-sja ul li a::after {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 100%;
		left: 0;
		content: "";
		display: block;
		background-image: linear-gradient(to bottom, transparent, rgb(0, 0, 0, 0.30));
	}

	.bieshu-one-sj {
		margin-top: 40px;
	}

	.sheji2-jdis {
		display: none;
	}

	.rujian-zk .bieshu-threeb-ul ul li img {
		filter: inherit;
	}

	.bieshu-one .index-twoa h3 {
		display: none;
	}

	.rujian-zk .bieshu-threeb-ul ul li.on img {
		filter: brightness(0)invert(1);
	}

	.ruanzhuang-thoru-gge {
		width: 100%;
	}

	.index-thour-a ul li:hover .index-thour-b {
		display: block;
	}

	.twocswipera-a img {
		width: 98%;
	}

	.mendian-one-p p:nth-child(3) {
		height: 34px;
	}

	.bannerswipesxrc.annerswipesxrcaaa ul li:nth-child(4) .u6422 {
		left: 11% !important;
	}

	.pinpai-scuenc .index-ninet-c select {
		margin-bottom: 10px;
		height: 45px;
	}

	.case-two.xsxdsq .cases2-twoa {
		display: none;
	}

	.cases2-three .sheji-one .sheji-onec h1 {
		font-size: 16px;
	}

	.index-threeb .zixui {
		display: none;
	}

	.seshi-twoa::after {
		border-radius: 10px;
	}

	.navJump img {
		width: 16px;
		margin-top: -3px;
		margin-right: 0.2rem;
		vertical-align: middle;
	}

	.news-one-a>ul li img {
		width: 25px;
	}

	.index-Twelve.xsxaa {
		display: block;
	}

	.gongdi2-one-d-sj {
		display: block;
	}

	.gongdi2-one-d-pc {
		display: none;
	}

	.bieshu-threea-pc {
		display: none !important;
	}

	.bieshu-threea-sj {
		display: block !important;
	}

	.threeaswiping::after {
		box-shadow: inherit;
	}

	.nbanner-pc {
		display: none;
	}

	.nbanner-sj {
		display: block;
	}

	.quanwu-two.quanwu-two-pc {
		padding-top: 40px;
	}

	.quanwu-two.quanwu-two-pc .quanwu-twoa {
		padding-bottom: 0px;
	}

	.quanwu-two-sj {
		display: none;
	}

	.quanwu-two-pc {
		display: block;
	}

	.about-twoc-a-a p:nth-child(3) {
		display: none;
	}

	.huanbaojz-three .index-twoa h1 {
		display: none;
	}

	.huanbaojz-onec-sj {
		display: block;
	}

	.huanbaojz-onec-pc {
		display: none;
	}

	.index-twoa h3 {
		display: block;
	}

	.index-twoa p {
		display: none !important;
	}

	.index-twoa h4 {
		text-align: center;
		display: block;
	}

	.bieshu-one-sj {
		display: block;
	}

	.bieshu-one-cp {
		display: none;
	}

	.index-twoa h1 {
		text-align: center !important;
	}

	.index-twoa h3 {
		font-weight: 600;
		font-style: normal;
		text-align: center !important;
		color: #090909;
		font-size: 18px;
		letter-spacing: 1px;
	}

	.quanwu-saver .index-twoa h1 {
		display: none;
	}

	.quanwu-eight .index-twoa h1 {
		display: none;
	}

	.jinggong-one-sj {
		display: block;
	}

	.tun {
		display: none;
	}

	.jinggong-one-pc {
		display: none;
	}

	.ruanzhuang-fivebb-a {
		border-radius: 10px;
		padding: 13px 27px;
		margin-bottom: 20px;
	}

	.ruanzhuang-fivebb {
		padding: 0px 0px !important;
	}

	.sheji2-fehrr.sxcshij {
		display: none;
	}

	.guwen {
		display: none !important;
	}

	.bannerswipesxr .swiper-slide:first-child .swiper-button-next {
		right: 15%;
	}

	.infe-si {
		bottom: -46px;
	}

	.seshi-twob {
		padding: 0 10px;
	}

	.quanwu-fix .jinggong-fiveb {
		flex-wrap: nowrap;
	}

	.bannerswipesxrb {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 18px;
	}

	.bannerswipesxra .gongdi-one-c {
		margin: 0 auto 20px;
	}

	.bannerswipesxr .swiper-button-prev {
		font-size: 14px;
		width: 110px;
		height: 30px;
		left: 12%;
		line-height: 30px;
		border-radius: 25px;
		top: 94%;
	}

	.bannerswipesxr .swiper-button-next {
		font-size: 14px;
		width: 110px;
		height: 30px;
		right: 12%;
		line-height: 30px;
		border-radius: 25px;
		top: 94%;
	}

	.bannerswipesxr .index-ninet-c {
		box-shadow: initial;
	}

	.bannerswipesxrc ul li:nth-child(1) .u6422 {
		top: 10px !important;
		left: 53% !important;
		width: 35% !important;
	}

	.bannerswipesxrc ul li:nth-child(2) .u6422 {
		width: 35% !important;
		top: 11px !important;
		left: 54% !important;
	}

	.bannerswipesxrc ul li:nth-child(3) .u6422 {
		top: 11px !important;
		width: 42% !important;
		left: 53% !important;
	}

	.bannerswipesxrc ul li:nth-child(4) .u6422 {
		top: 11px !important;
		width: 85% !important;
		left: 8% !important;
	}

	.bannerswipesxrc ul li p {
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 13px;
	}

	.bannerswipesxrcing .index-ninet-c {
		width: 100%;
	}

	.bannerswipesxrcing .index-ninet-c input {
		margin-bottom: 5px;
	}

	.bannerswipesxr .index-ninet-c {
		display: block;
	}

	.bannerswipesxrc.xacx ul li h2 {
		font-size: 13px;
		padding: 6px 0;
		line-height: 17px;
	}

	.bannerswipesxr .swiper-button-next img {
		width: 18px;
		vertical-align: middle;
		margin-right: 4px;
	}

	.bannerswipesxr {
		width: 100%;
		height: 281px;
	}

	.seshi-one {
		height: 100vh;
		background: url(../images/x.jpg) no-repeat;
		background-size: cover;
	}

	.bannerswipesxrc ul li h1 {
		position: absolute;
		top: 0px;
		bottom: inherit;
		text-align: center;
		line-height: 6px;
		right: 0;
		border-radius: 50%;
		width: 17px;
		height: 17px;
	}

	.bannerswipesxrc ul li h2 {
		font-size: 12px;
	}

	.bannerswipesxrc ul li {
		width: 24%;
		padding: 10px 1px;
	}

	.bannerswipesxra {
		margin-top: 20px;
	}

	.bannerswipesxra .gongdi-one-c-ul::after {
		width: 84%;
		left: 60%;
	}

	.bannerswipesxr .swiper-button-prev img {
		width: 18px;
		vertical-align: middle;
		margin-right: 4px;
	}

	.bannerswipesxra .gongdi-one-c {
		width: 100%;
	}

	.seshi-twoaoak {
		font-size: 20px;
		color: #000000;
	}

	.seshi-twoa {
		border-radius: 10px;
		padding-top: 39px;
		padding-bottom: 28px;
	}

	.gongdui2-two a:hover:after {
		height: 1px;
	}

	.sheji2-fehrr {
		padding: 0px 0;
		background: #eeeeee;
	}

	.sheji2-onec {
		width: 68%;
		padding: 0 10px 10px 10px;
	}

	.sheji2-one {
		padding: 10px 0 20px 0;
	}

	.sheji2-onea {
		padding: 9px 9px 0 9px;
	}

	.sheji2-onec h1 {
		margin-top: 20px;
	}

	.sheji2-onec h3 span {
		font-size: 12px;
		padding: 2px 7px;
		margin-right: 2px;
		border-radius: 50px;
	}

	.sheji2-onec h3 {
		margin-bottom: 8px;
		margin-top: 8px;
	}

	.sheji2-oneb-a {
		display: none;
	}

	.sheji2-onec h4 {
		display: none;
	}

	.sheji2-onec h6 {
		display: none;
	}

	.sheji2-onec h5 {
		display: none;
	}

	.sheji2-onec h2 span {
		font-size: 12px;
	}

	.sheji2-onec h2 {
		line-height: 24px;
		font-size: 12px;
		margin: -2px 0;
	}

	.sheji2-onec h1 span {
		font-size: 14px;
	}

	.item_box {
		display: block;
	}

	.sheji2-oneb {
		padding-top: 0;
		width: 37%;
	}

	.sheji2-onec h1 {
		line-height: 22px;
		font-size: 17px;
	}

	.gz_info_header_word {
		background: #fff;
		padding: 10px;
	}

	.news-one-img {
		width: 28%;
	}

	.news-one>ul>li>a {
		display: inline-block;
		width: 28%;
	}

	.news-one-img {
		width: 100%;
	}

	.news-one-a {
		width: 73%;
	}

	.news-one-a ul li p {
		color: #333333;
		font-weight: 400;
		font-size: 11px;
	}

	.news-two {
		padding: 15px;
		margin-top: 10px;
	}

	.news-one ul li .news-one-a a {
		width: 100%;
		background: #fff;
		display: flex;
	}

	.zx_item_first h4 {
		position: absolute;
		bottom: 9px;
		left: 0;
		font-size: 14px;
		color: #fff;
		padding: 0 13px;
		width: 100%;
	}

	.flex-between div {
		font-size: 12px;
	}

	.item_title {
		padding-left: 10px;
		width: 74%;
		font-size: 13px;
	}

	.zx_item {
		align-items: flex-end;
		display: flex;
		justify-content: space-between;
		border-radius: 5px;
		background: #ffffff;
		position: relative;
		margin-bottom: 17px;
	}

	.zx_item_first {
		margin: 10px 0;
		position: relative;
	}

	.news-twob {
		display: none;
	}

	.news-twoba-p {
		display: none;
	}

	.news-twobb {
		display: none;
	}

	.news-twoba-p h1 {
		font-weight: 400;
		font-size: 15px;
		color: #A47C42;
	}

	.news-twoa h1 span {
		width: 67px;
	}

	.news-twoba-p {
		padding: 12px 12px;
	}

	.news-twob {
		flex-wrap: wrap;
	}

	.news-twoba {
		width: 100%;
	}

	.news-twoa h1 span::after {
		width: 76px;
		height: 1px;
		left: 0;
		bottom: 0;
	}

	.news-twoa h1 {
		font-size: 16px;
		padding-bottom: 9px;
	}

	.cases2-twob .news-one-a>ul li {
		width: 33.3%;
		padding: 5px 0;
		border-radius: 0px;
	}

	.cases2-twob .news-one>ul li:nth-child(1) .news-one-img {
		background: url(../images/u4151.svg) no-repeat center;
		background-size: cover;
	}

	.cases2-twob .news-one>ul li:nth-child(2) .news-one-img {
		background: url(../images/u4180.svg) no-repeat center;
		background-size: cover;
	}

	.cases2-twob .news-one>ul li:nth-child(3) .news-one-img {
		background: url(../images/u4200.svg) no-repeat center;
		background-size: cover;
	}

	.cases2-twob .news-one-a>ul li img {
		width: 25px;
	}

	.news-one-img-p {
		position: absolute;
		top: 50%;
		transform: translatey(-50%);
		left: 0;
		padding: 0 10px;
	}

	.news-one-img-p h2 {
		display: none;
	}

	.news-one-img-p h1 {
		font-size: 16px;
	}

	.gongdui2-threea h2 {
		width: 70px;
		height: 1px;
		margin-top: 4px;
	}

	.news-one-a ul li {
		width: 33.3%;
		display: flex;
		border-right: 1px solid #f1f1f1;
		text-align: center;
		align-items: center;
		height: 53%;
		justify-content: center;
	}

	.loupan2-tui ul li h2 {
		font-style: normal;
		font-size: 12px;
		color: #FFFFFF;
		height: 26px;
		padding: 0 24px;
		line-height: 26px;
	}

	.news-one-a {
		height: auto;
	}

	.news-one>ul>li {
		width: 100%;
		display: flex;
		margin-bottom: 10px;
	}

	.news-one ul {
		flex-wrap: wrap;
	}

	.loupan2-tui ul li h2 img {
		margin-right: 5px;
		width: 15px;
	}

	.loupan2-tui ul li h1 a {
		font-size: 13px;
		line-height: 18px;
	}

	.loupan2-tui ul li h1 {
		margin: 4px 0;
		font-size: 13px;
	}

	.loupan2-tui-img {
		width: 70px;
		height: 70px;
	}

	.loupan2-tui ul li {
		margin-right: 10px;
		margin-bottom: 10px;
		width: 47.1%;
		padding: 10px 0;
		background-color: #f6f6f6;
	}

	.mdewmoer {
		font-size: 13px;
	}

	.gongdui2-three .case-twoc {
		margin-top: 20px;
	}

	.gongdui2-threea h1 {
		font-size: 15px;
	}

	.cases2-threea .gongdui2-threea {
		margin-bottom: 20px;
	}

	.gongdui2-threea-a {
		display: none;
	}

	.gongdui2-threea-a .gongdui2-threea h1 {
		display: none;
	}

	.gongdui2-threea-a .gongdui2-threea h2 {
		display: none;
	}

	.loupan2-oneb p {
		margin-top: 5px;
	}

	.loupan2-oneb p span {
		padding: 3px 6px;
		font-size: 12px;
		margin-top: -8px;
	}

	.loupan2-oneb h6 {
		font-size: 12px;
		margin-top: 8px;
		margin-top: 6px;
		line-height: 20px;
	}

	.loupan2-one-b h5 img {
		margin-right: 10px;
		width: 17px;
	}

	.loupan2-one-b h5 {
		font-weight: 700;
		margin-top: 0;
		font-size: 19px;
	}

	.loupan2-oneb h2 {
		width: 61px;
		height: 1px;
		margin-bottom: 6px;
	}

	.loupan2-one-b h4 {
		display: none;
	}

	.loupan2-one-b h3 {
		display: none;
	}

	.loupan2-one-a>img {
		display: none;
	}

	.loupan2-oneb h1 {
		font-weight: 700;
		font-size: 17px;
		margin: 0px 0 9px 0;
		line-height: 18px;
	}

	.loupan2-onea {
		width: 100%;
	}

	.loupan2-oneb {
		width: 100%;
		padding: 10px;
		padding-left: 10px;
	}

	.loupan2-one {
		display: flex;
		flex-wrap: wrap;
	}

	.gongdui2-three .case-twoc ul li {
		width: 48.3%;
	}

	.gongdui2-three .case-twoc ul li:nth-child(6) {
		margin-right: 0px !important;
	}

	.gongdui2-three .case-twoc ul li:nth-child(2n) {
		margin-right: 0px;
	}

	.gongdui2-three .case-twoc ul li:nth-child(3n) {
		margin-right: 10px;
	}

	.gongdui2-threea-a:first-child {
		display: block;
	}

	.gongdui2-twopc {
		display: none;
	}

	.gongdui2-two a.on {
		color: #A47C42 !important;
	}

	.gongdui2-twomm {
		background: #fff;
		display: block !important;
	}

	.gongdui2-twomm .twomm {
		display: flex;
	}

	.gongdui2-two {
		margin: 10px 0;
	}

	.gongdui2-two a {
		width: 36%;
		text-align: center;
		padding: 0 11px;
		font-size: 15px;
		padding-bottom: 8px;
		margin-right: 0;
	}

	.gz_info_header_word {
		display: block;
	}

	.gongdi2-one-d-img-b {
		display: none;
	}

	.gongdi2-one-d-imga {
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
	}

	.gongdi2-one-d-img {
		width: 100%;
		margin-right: 6px;
	}

	.gongdi2-one-d-img:nth-child(3n) {
		margin-right: 0px;
	}

	.huanbaojz-onebb {
		display: block;
	}

	.about-twoc {
		width: 100%;
		margin-left: 0;
	}

	.about-twoc-c {
		padding-bottom: 20px;
	}

	.twocswiperr {
		padding-bottom: 50px;
	}

	.twocswiperra h1 {
		color: #333333;
		font-size: 12px;
		margin: 2px 0;
	}

	.about-twoc-d {
		padding-bottom: 0;
	}

	.twocswiper {
		padding-bottom: 49px;
	}

	.twocswipera p {
		margin-top: 8px;
		font-size: 12px;
	}

	.twocswipera-a {
		border-radius: 4px;
		height: auto;
		padding: 10px 10px;
	}

	.about-twoc-b {
		padding-bottom: 20px;
	}

	.about-twoc-cc-a {
		font-size: 13px;
		line-height: 20px;
		border-radius: 10px;
		padding: 12px 16px;
	}

	.about-twoc-cc {
		width: 100%;
	}

	.about-twoc-cb {
		width: 100%;
	}

	.about-twoc-ca {
		flex-wrap: wrap;
	}

	.about-twoc-b-a ul li p {
		padding: 0 0px 5px 0px;
		font-size: 12px;
		top: -12px;
		position: relative;
	}

	.about-twoc-b-a ul li h2 {
		width: 36px;
		height: 1px;
		margin-bottom: 0;
		position: relative;
		top: -15px;
	}

	.about-twoc-b-a ul li h1 {
		font-size: 13px;
		margin: 5px 0;
	}

	.about-twoc-b-a-img {
		height: auto;
		width: 25px;
		margin: 0 auto;
	}

	.about-twoc-b-a ul li {
		width: 48%;
		margin-right: 10px;
		padding-top: 15px;
		margin-bottom: 10px;
		height: auto;
		border-radius: 4px;
	}

	.about-twoc-b-a ul li:nth-child(2n) {
		margin-right: 0px;
	}

	.about-twoc-a-a p {
		font-weight: 400;
		font-style: normal;
		font-size: 12px;
		text-align: justify;
		color: #797979;
		line-height: 20px;
		margin-bottom: 4px;
	}

	.tihtue {
		padding-bottom: 2px;
	}

	.tihtue em {
		width: 35px;
		height: 5px;
	}

	.tihtue h1 {
		font-size: 20px;
		line-height: 22px;
	}

	.about-twoc-a {
		padding: 40px 0;
	}

	.about-twocc-zomg {
		padding: 0 10px;
	}

	.about-twob {
		display: none;
	}

	.jinggong-severa ul li:nth-child(2n) .jinggong-severb {
		top: 35%;
	}

	.jinggong-severb h2 {
		line-height: 24px;
		font-weight: 500;
		font-size: 15px;
	}

	.jinggong-severb p {
		display: none;
	}

	.jinggong-severb h1 span {
		font-size: 12px;
	}

	.jinggong-severb {
		top: 60px;
		padding: 0 5px;
	}

	.jinggong-severa ul li:nth-child(2n) {
		margin-top: 0;
		top: 10px;
	}

	.jinggong-severb h1 {
		font-size: 20px;
	}

	.jinggong-severa {
		margin-top: 20px;
	}

	.tabPage li {
		position: relative;
	}

	.huanbaojz-one {
		padding: 40px 0;
	}

	.jinggong-onea p {
		width: 50px;
		height: 50px;
		line-height: 39px;
		padding-left: 6px;
	}

	.jinggong-twoa {
		margin-top: 20px;
	}

	.jinggong-twoc-c h1 {
		font-size: 14px;
	}

	.jinggong-two {
		padding: 40px 0;
	}

	.jinggong-onea img {
		width: 37%;
	}

	.iconfont {
		position: relative;
		right: 0 !important;
		margin-left: 7px;
		display: inline-block;
		top: 0 !important;
		width: 10px;
		height: 10px;
		background: url(../images/hty.png) no-repeat;
		background-size: 100%;
	}

	.tabPage {
		display: block;
	}

	.case-one {
		display: none;
	}

	.case-twoc ul li p {
		height: 34px;
		padding: 0 10px;
		font-size: 12px;
		line-height: 34px;
	}

	.sheji-onec h2 {
		margin: -2px 0;
	}

	.designer_listStyle {
		margin: 10px 10px;
		font-size: 12px;
		color: #333;
		display: block;
	}

	.designer_listStyle div {
		display: inline-block;
		border: 1px solid #A47C42;
		color: #A47C42;
		border-radius: 10px;
		padding: 0px 5px;
		text-align: center;
		margin-right: 1px;
	}

	.zy {
		display: none;
	}

	.gongdi-one-b h2 span {
		display: inline-block;
		margin-right: 8px;
	}

	.gongdi-one-cimg {
		width: 20px;
		height: 20px;
	}

	.gongdi-one-c-ul::after {
		width: 75%;
		height: 1px;
		left: 63%;
		top: 9px;
	}

	.gongdi-one-c-ul p {
		margin-top: 5px;
		font-size: 12px;
	}

	.gongdi-one-c .gongdi-one-c-ul {
		padding-right: 0;
		width: 24%;
	}

	.gongdi-one-cimg img {
		filter: grayscale(1);
		width: 10px;
	}

	.gongdi-one-b h2 {
		margin-bottom: 5px;
		font-weight: 400;
		font-size: 12px;
		color: #7D7B7B;
		line-height: 16px;
	}

	.gongdi-one-b h1 {
		margin-bottom: 7px;
		font-weight: 400;
		font-size: 16px;
		color: #535252;
		line-height: 19px;
	}

	.gongdi-one-b {
		width: 100%;
		padding: 10px;
		padding-left: 10px;
	}

	.gongdi-one-a img {
		width: 100%;
	}

	.gongdi-one-a {
		width: 100%;
	}

	.gongdi-one ul li a {
		display: flex;
		flex-wrap: wrap;
	}

	.gongdi-one ul li {
		padding: 10px 0;
	}

	.cases2-twob {
		width: 100%;
	}

	.cases2-twoc {
		display: none;
	}

	.sheji-onec p {
		font-size: 12px;
		line-height: 24px;
	}

	.sheji-onec {
		padding: 4px 15px 0 15px;
	}

	.sheji-onec h1 {
		font-size: 14px;
	}

	.sheji-one ul li {
		margin-right: 0;
		margin-bottom: 10px;
		border-radius: 4px;
		width: 100%;
	}

	.pages {
		margin-top: 11px;
	}

	.case-twoc ul li {
		margin-bottom: 10px;
		width: 48.3%;
	}

	.case-twoa {
		margin-bottom: 20px;
	}

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

	.case-twoa h2 {
		font-size: 12px;
	}

	.case-twoa h1 {
		font-size: 12px;
	}

	.huanbaojz-onec {
		width: 100%;
		background: rgb(164, 124, 66, 0.1);
		border-radius: 4px;
		padding: 10px;
		padding-left: 10px;
	}

	.huanbaojz-two {
		padding: 0px 0 40px 0;
	}

	.huanbaojz-twob ul li {
		width: 20%;
	}

	.huanbaojz-twob-a p {
		left: 0;
		width: 100%;
		padding: 0 5px;
		top: 50%;
		font-size: 12px;
		line-height: 14px;
	}

	.foruaswipera {
		padding: 20px 0 0 20px;
	}

	.foruaswiperb {
		position: relative;
		padding: 20px 20px;
		height: auto;
		top: inherit;
		right: inherit;
	}

	.foruaswipera {
		height: auto;
		width: 100%;
	}

	.foruaswipera p {
		line-height: 18px;
		padding-bottom: 11px;
		max-width: 59%;
		font-weight: normal;
		margin-top: 14px;
		text-align: justify;
		font-size: 12px;
	}

	.huanbaojz-forua-more {
		display: none;
	}

	.huanbaojz-five {
		padding: 0px 0 40px 0;
	}

	.huanbaojz-fivea ul li h1 {
		margin-bottom: 0px;
		line-height: 16px;
		font-size: 12px;
	}

	.huanbaojz-fivea ul li:nth-child(2n) {
		position: relative;
		top: 20px;
	}

	.huanbaojz-fivea ul li {
		width: 24%;
		padding-bottom: 15px;
		height: auto;
	}

	.huanbaojz-fivea ul li h2 {
		display: none;
	}

	.huanbaojz-fivea-a {
		margin: 14px auto 10px;
		border-radius: 50%;
		width: 50px;
		line-height: 50px;
		z-index: 8;
		height: 50px;
		font-size: 21px;
	}

	.huanbaojz-fivea {
		margin-top: 20px;
	}

	.huanbaojz-forua {
		margin-top: 20px;
	}

	.huanbaojz-forua .swiper-pagination {
		bottom: 0;
		left: 45%;
	}

	.huanbaojz-forua .swiper-pagination .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

	.foruaswiper {
		padding-bottom: 23px;
	}

	.huanbaojz-forua-more {
		bottom: 0;
		left: 50%;
	}

	.foruaswiperb {
		position: absolute;
		padding: 14px 10px;
		height: auto;
		margin-top: -2px;
		width: 29%;
		top: 31px;
		right: 10px;
	}

	.foruaswipera h1 {
		letter-spacing: 5px;
		line-height: 0;
		font-size: 13px;
		margin-left: 0;
		margin-bottom: 10px;
	}

	.huanbaojz-foru {
		padding: 0px 0 40px 0;
	}

	.huanbaojz-threea-c {
		display: flex;
		align-items: center;
	}

	.uanbaojz-threea-c-z p {
		height: auto;
		font-size: 12px;
		font-weight: 400;
		line-height: 18px;
		color: #333333;
	}

	.uanbaojz-threea-c-z h1 {
		font-size: 14px;
		margin-bottom: 1px;
		line-height: 19px;
	}

	.uanbaojz-threea-c-z {
		padding: 6px 6px;
	}

	.huanbaojz-threea>img {
		display: none;
	}

	.huanbaojz-threea-a {
		display: none;
	}

	.huanbaojz-threec {
		width: 100%;
	}

	.huanbaojz-threea {
		width: 100%;
	}

	.huanbaojz-threee {
		flex-wrap: wrap;
		margin-top: 20px;
	}

	.huanbaojz-three {
		padding: 0px 0 40px 0;
	}

	.huanbaojz-twob ul li:nth-child(2n) {
		margin-top: 42px;
	}

	.huanbaojz-twob {
		margin-top: 20px;
	}

	.huanbaojz-twob-a {
		width: 70px;
		height: 70px;
	}

	.huanbaojz-onec h2 {
		font-size: 13px;
		line-height: 11px;
		color: #020202;
		font-weight: 500;
		margin-bottom: 0;
		display: inline-block;
	}

	.huanbaojz-onec p {
		line-height: 21px;
		font-size: 12px;
	}

	.huanbaojz-onec h1 {
		font-size: 12px;
		line-height: 19px;
		color: #020202;
		margin-bottom: 0px;
	}

	.huanbaojz-onea {
		margin-top: 20px;
		flex-wrap: wrap;
	}

	.huanbaojz-oneb {
		display: none;
	}

	.gallery-topaara {
		border-radius: 4px;
	}

	.cases2-oneb-bb .swiper-button-prev {
		width: 25px;
		height: 25px;
		top: 86%;
		left: 0;
	}

	.cases2-twob-b h2 {
		margin-bottom: 5px;
	}

	.gongdi2-one-a p span {
		margin: 0 4px;
		font-size: 12px;
	}

	.gongdi2-one-b-a ul li span {
		font-size: 14px;
	}

	.gongdi2-one-d-img img {
		border-radius: 4px;
	}

	.gongdi2-one-d-img-a img {
		display: none;
	}

	.huanbaojz-five {
		display: none;
	}

	.gongdi2-one-d-img-a {
		font-size: 12px;
		width: 72px;
		line-height: 27px;
		top: 7px;
		margin-bottom: 10px;
		position: absolute;
		left: 0px;
		height: 27px;
	}

	.gongdui2-oneb h3 {
		margin-bottom: 0;
		font-size: 12px;
		color: #333333;
		line-height: 22px;
	}

	.gongdui2-oneb h1 span {
		font-size: 13px;
	}

	.gongdui2-oneb h2 {
		width: 44px;
		height: 1px;
		margin: 5px 0 4px 0;
	}

	.gongdui2-oneb h1 {
		font-weight: 650;
		line-height: 24px;
		font-size: 18px;
	}

	.gongdui2-oneb {
		width: 74%;
		padding-left: 8px;
	}

	.detail-title {
		font-size: 20px;
	}

	.common-detail-box .common-detail {
		line-height: 2;
		height: 70px;
		overflow: hidden;
		font-size: 12px;
		position: relative;
	}

	.common-detail-box .common-detail.auto {
		height: auto;
	}

	.detail-title {
		padding-top: 16px;
		padding-bottom: 10px;
		color: #333;
		font-size: 18px;
		border-bottom: 1px solid #edecec;
		margin-bottom: 15px;
		font-weight: bold;
		line-height: 1;
	}

	.common-detail-box-fid.auto img {
		transform: rotate(90deg);
	}

	.gongdui2-one {
		display: flex;
		padding: 15px 10px 7px 10px;
		border-radius: 10px;
		background-color: rgba(242, 242, 242, 1);
	}

	.gongdui2-oneb h4 {
		display: none;
	}

	.gongdui2-oneb p {
		display: none;
	}

	.gongid-zui {
		margin: 0px 0 10px 0;
	}

	.gongdi2-one-d ul li {
		margin-bottom: 7px;
	}

	.gongdi2-one-d ul li p {
		font-size: 13px;
		line-height: 19px;
		margin-top: 5px;
	}

	.gongdi2-one-d-img-b {
		width: 93px;
		right: 8px;
		bottom: 9px;
		height: 29px;
		font-weight: 400;
		font-size: 13px;
		line-height: 29px;
	}

	.gongdi2-one-c a {
		font-size: 13px;
		margin-left: 34px;
	}

	.gongdi2-one-c {
		padding: 7px 0;
		margin-bottom: 10px;
	}

	.gongdi2-one-b .gongdi-one-c-ul::after {
		width: 75%;
		left: 61%;
	}

	.gongdi2-one-b .gongdi-one-c {
		margin-top: 10px;
	}

	.gongdi2-one-b-a ul li {
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}

	.gongdi2-one-b {
		margin: 10px 0 10px 0;
		padding: 10px 6px;
	}

	.gongdi2-one-a p {
		font-size: 12px;
		margin: 3px 0;
	}

	.cases2-three {
		padding: 0px 0 10px 0;
	}

	.gongdi2-one-a h1 {
		font-size: 19px;
		line-height: 27px;
	}

	.cases2-twocc ul li h1 {
		font-size: 17px;
		margin-bottom: 4px;
		line-height: 26px;
	}

	.cases2-twoee {
		padding-bottom: 10px;
	}

	.cases2-twoa {
		margin-bottom: 10px;
	}

	.cases2-twoee a img {
		width: 5px;
	}

	.cases2-twoee {
		line-height: 24px;
		font-size: 12px;
		display: flex;
		flex-wrap: wrap;
	}

	.cases2-twodd {
		font-size: 14px;
		margin: 7px 0;
	}

	.cases2-twocc ul li {
		margin-bottom: 5px;
	}

	.cases2-twocc ul li p {
		font-size: 12px !important;
		line-height: 20px !important;
		margin-bottom: 8px !important;
	}

	.cases2-twocc ul li p span {
		font-size: 12px !important;
		line-height: 20px !important;
		margin-bottom: 8px !important;
	}

	.cases2-twob-a {
		margin-bottom: 20px;
	}

	.cases2-twob-b p {
		font-size: 14px;
		line-height: 17px;
		margin-bottom: 6px;
	}

	.cases2-twob-b {
		padding: 15px 15px 15px 15px;
	}

	.cases2-twob-a h1 {
		width: 80px;
		height: 29px;
		line-height: 29px;
		font-size: 13px;
		border-radius: 0 0 15px 0;
	}

	.gongdui2-two a {
		color: #333333 !important;
		display: block !important;
	}

	.cases2-two {
		padding: 10px 0 0px 0;
	}

	.gongdui2-two a:hover {
		color: #A47C42 !important;
	}

	.cases2-one {
		padding-bottom: 20px;
	}

	.cases2-oneb-bb {
		padding: 0px 30px;
	}

	.cases2-oneb-bb .swiper-button-next {
		width: 25px;
		height: 25px;
		top: 86%;
		right: 0;
	}

	.cases2-oneb-a h2 {
		font-size: 12px;
		text-align: center;
		margin: 4px 0 6px 0;
	}

	.cases2-oneb-a h1 {
		text-align: center;
		font-size: 19px;
	}

	.cases2-oneb {
		width: 100%;
	}

	.cases2-onec {
		display: block;
	}

	.cases2-onec {
		width: 100%;
	}

	.cases2-onec-a {
		margin-top: 19px;
	}

	.cases2-onec-b-img {
		width: 50px;
		display: inline-block;
		height: 50px;
		margin: 0;
		vertical-align: middle;
	}

	.cases2-onec-b h1 {
		margin: 4px 0;
		color: #333333;
		display: inline-block;
		font-weight: 650;
		font-style: normal;
		padding-left: 0px;
		font-size: 14px;
	}

	.cases2-onec-b-ppp {
		width: 72%;
		text-align: left;
	}

	.cases2-onec-a-aa h2 {
		font-size: 13px;
	}

	.cases2-onec-a-aa>a img {
		vertical-align: middle;
		margin-right: 0px;
		width: 17px;
	}

	.cases2-onec-b a {
		justify-content: space-between;
		display: flex;
	}

	.saxa a {
		display: inherit;
		margin: 0 auto;
		margin-top: 10px;
		width: 99px;
		border-radius: 25px;
		background-color: rgba(164, 124, 66, 1);
		height: 31px;
		line-height: 31px;
		text-align: center;
		font-weight: 700;
		color: #FFFFFF;
		font-style: normal;
		font-size: 12px;
	}

	.zhueih a {
		display: none;
	}

	.cases2-onec-a-aa h1 {
		font-size: 13px;
		line-height: 20px;
	}

	.cases2-onec-a-aa {
		padding: 20px 18px;
	}

	.cases2-onec-b {
		padding: 19px 6px;
		align-items: center;
		justify-content: space-between;
		display: flex;
	}

	.cases2-onec-b h2 span {
		font-size: 13px;
		color: #333333;
	}

	.cases2-onec-b h2 {
		display: inline-block;
		line-height: 30px;
		font-weight: 400;
		font-size: 12px;
	}

	.cases2-onea {
		flex-wrap: wrap;
	}

	.news3-two {
		margin: 0px 0;
		padding: 15px;
	}

	.pages {
		margin-bottom: 10px;
	}

	.news-twobb.news-hz {
		margin-top: 20px;
	}

	.news-twobb.news-hz ul li .news-twobbb h3 img {
		width: 15px;
		margin-top: 0;
		display: none;
	}

	.news-twobbb p {
		font-size: 12px;
		color: #8E8E8E;
	}

	.news-twobbb h2 {
		margin: 5px 0;
	}

	.news-twobbb h1 {
		font-size: 16px;
		margin-top: 6px;
	}

	.news-twobb.news-hz ul li {
		background: #fff;
		width: 100%;
		padding: 10px;
		margin-bottom: 10px;
		border-radius: 4px;
	}

	.gongdui2-three .news-twobb {
		display: block;
	}

	.news3-twob {
		font-size: 13px;
	}

	.news3-twoa {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.news3-twoa h2 {
		font-size: 12px;
	}

	.news3-twoa h1 {
		font-size: 17px;
	}

	.news2-oneb h1 {
		font-size: 13px;
		margin: 2px 0;
	}

	.news3-one {
		display: none;
	}

	.news2-one ul li {
		padding: 8px;
		border-radius: 4px;
		margin-bottom: 8px;
	}

	.news2-oneb 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-weight: 400;
		font-style: normal;
		font-size: 11px;
		color: #333;
		margin-bottom: 0;
		height: auto;
	}

	.news2-oneb h2 {
		font-weight: 400;
		font-size: 12px;
		margin-bottom: 2px;
	}

	.sheji-one {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.news2-oneb h3 {
		display: none;
	}

	.sheji2-fehrr {
		padding: 5px 0;
	}

	.sheji2-jdis {
		background: #f9f9f9;
		padding-bottom: 20px;
	}

	.gongdui2-threea h1 {
		margin-top: 10px;
	}

	.case-two {
		padding: 10px 0 0 0;
	}

	.bieshu-onea ul li h2 {
		font-size: 12px;
	}

	.bieshu-ninea-img img {
		width: 18px;
	}

	.bieshu-ninea-img {
		width: 36px;
		height: 45px;
	}

	.bieshu-onea ul li h1 {
		margin: 6px 0;
		font-size: 13px;
	}

	.bieshu-ninea-img {
		font-size: 15px;
	}

	.bieshu-onea ul li {
		padding-right: 3px;
	}

	.bieshu-onea-img {
		height: 26px;
	}

	.bieshu-two {
		padding: 0px 0 40px 0;
	}

	.bieshu-twoa {
		padding: 30px 20px;
	}

	.bieshu-twoa h1 {
		font-size: 17px;
		margin-bottom: 15px;
	}

	.bieshu-three .index-twoa h1 {
		display: none;
	}

	.pinpai-three .index-twoa h1 {
		display: none;
	}

	.pinpai-four .index-twoa h1 {
		display: none;
	}

	.index-twoa h4 {
		display: none;
		font-size: 12px;
		margin-top: 4px;
	}

	.bieshu-twoa-a input {
		width: 100%;
		margin-bottom: 10px;
		padding-left: 21px;
		font-size: 14px;
		color: #797979;
		height: 45px;
		line- height: 45px;
		border-radius: 4px;
	}

	.bieshu-twoa-a button {
		font-size: 15px;
		width: 100%;
		height: 45px;
		border-radius: 4px;
	}

	.bieshu-twoa-a button img {
		margin-right: 10px;
		width: 17px;
	}

	.bieshu-three {
		padding: 40px 0;
	}

	.bieshu-threeb-ul ul li {
		padding: 1px 1px;
		border-radius: 4px;
		width: 16.6%;
		color: #333;
		font-size: 12px;
	}

	.ruanzhuang-three .bieshu-threeb-ul ul li.on {
		background: transparent;
	}

	.bieshu-threeb-ul ul li.on {
		color: #fff;
		background-color: rgba(164, 124, 66, 1);
	}

	.bieshu-threeb-ul {
		border-radius: 4px;
	}

	.bieshu-threec {
		width: 74px;
		top: 41px;
	}

	.bieshu-three .bieshu-threec {
		top: 0px;
	}

	.bieshu-threec h1 {
		font-size: 12px;
		height: 30px;
		line-height: 30px;
	}

	.bieshu-foura ul li {
		width: 49%;
		display: initial;
		margin-left: 10px;
		margin-bottom: 10px;
		border-radius: 4px;
		flex-wrap: wrap;
	}

	.bieshu-foura ul li {
		width: auto;
		display: flex;
		flex-wrap: nowrap !important;
	}

	.bieshu-foura-b p {
		font-size: 11px;
		line-height: 17px;
	}

	.bieshu-fivec {
		display: none;
	}

	.bieshu-fiveb ul {
		display: flex;
	}

	.bieshu-fiveb {
		width: 100%;
	}

	.bieshu-fiveb-a {
		width: 44px;
		margin: 0 auto;
		height: 44px;
	}

	.bieshu-fiveb ul li h1 {
		font-size: 12px;
		margin: -7px 0;
	}

	.bieshu-fixa {
		margin-top: 10px;
	}

	.gallery-thumbs .swiper-wrapper {
		justify-content: center;
	}

	.bieshu-xiaxia-a {
		width: 100%;
	}

	.bieshu-fix {
		padding: 0px 0 20px 0;
	}

	.bieshu-xiaxia-b h2 {
		font-weight: 700;
		font-size: 14px;
		line-height: 27px;
		margin-bottom: -4px;
	}

	.bieshu-xiaxia-a img {
		height: 100%;
	}

	.bieshu-securea ul li {
		width: 24%;
		border-radius: 4px;
		margin-bottom: 8px;
	}

	.bieshu-securea-a h1 {
		font-size: 12px;
	}

	.bieshu-ninea ul li {
		height: auto;
		padding: 10px;
		width: auto;
		margin-right: 10px;
		margin-bottom: 0px;
		overflow: none;
	}

	.bieshu-ninea ul li h2 {
		padding-bottom: 5px;
		height: auto;
		font-size: 14px;
		margin-bottom: 6px;
		padding-bottom: 6px;
	}

	.bieshu-ninea ul li p {
		font-size: 13px;
		line-height: 22px;
	}

	.bieshu-tanb {
		font-size: 17px;
	}

	.bieshu-tanc input {
		width: 100%;
	}

	.bieshu-tan {
		padding: 30px 0;
	}

	.bieshu-ninea ul li h1 {
		color: #A47C42;
		font-size: 14px;
		margin: 5px 0 5px 0;
	}

	.bieshu-ninea ul {
		display: flex;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		flex-wrap: inherit;
		justify-content: left;
	}

	.bieshu-ninea {
		margin-top: 20px;
	}

	.bieshu-nine {
		padding: 40px 0;
	}

	.bieshu-securea ul li:nth-child(6) .bieshu-securea-a h2 {
		font-size: 12px;
		letter-spacing: 3px;
	}

	.bieshu-securea-a {
		bottom: 7px;
	}

	.bieshu-securea-a p {
		font-size: 12px;
	}

	.bieshu-securea-a p {
		display: none;
	}

	.bieshu-securea {
		margin-top: 20px;
	}

	.bieshu-secure {
		padding: 40px 0;
	}

	.bieshu-xiaxia-b-c {
		display: none;
	}

	.bieshu-xiaxia-b p {
		font-weight: 400;
		font-style: normal;
		font-size: 12px;
		line-height: 16px;
	}

	.bieshu-xiaxia-b h1 {
		display: none;
	}

	.bieshu-xiaxia-b {
		width: 84%;
		padding: 10px;
	}

	.bieshu-fiveb-a {
		box-shadow: inherit;
	}

	.bieshu-fiveb-a img {
		width: 19px;
	}

	.bieshu-fiveb ul li {
		width: 33.3%;
		text-align: center;
	}

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

	.bieshu-fiveb ul li h2 {
		display: none;
	}

	.bieshu-fiveb ul li p {
		display: none;
	}

	.bieshu-fivea {
		margin-top: 9px;
	}

	.bieshu-foura-b {
		padding: 0px 10px 10px 10px;
	}

	.bieshu-foura-a {
		width: 60%;
		overflow: hidden;
	}

	.bieshu-fiver {
		padding: 40px 0;
	}

	.bieshu-fiver {
		display: none;
	}

	.bieshu-fixa .gallery-topaa .swiper-pagination {
		width: auto;
		bottom: 5px;
		right: 6px;
		left: inherit;
	}

	.bieshu-fixa .gallery-topaa .swiper-pagination .swiper-pagination-bullet {
		opacity: 1;
		width: 5px;
		height: 5px;
		background: #fff;
	}

	.bieshu-fiveb ul li {
		margin-bottom: 0;
	}

	.bieshu-foura-b h1 {
		font-weight: 700;
		font-size: 14px;
		line-height: 23px;
		margin-bottom: 5px;
	}

	.bieshu-foura ul {
		display: flex;
		flex-wrap: wrap;
	}

	.bieshu-foura-b {
		padding: 7px 10px 10px 10px;
	}

	.bieshu-fiver {
		margin-top: -33px;
	}

	.bieshu-foura ul li {}

	.bieshu-foura-b {
		width: 73%;
	}

	.bieshu-foura ul li {
		margin-right: 0;
		padding-top: 0px;
	}

	.about-twoc-b-a ul {
		flex-wrap: wrap;
	}

	.about-one p {
		font-size: 12px;
	}

	.about-one {
		padding: 15px 0 8px 0;
	}

	.news-one>ul>li:nth-child(3) {
		margin-bottom: 30px;
	}

	.bieshu-foura {
		margin-top: 20px;
	}

	.bieshu-four {
		padding: 40px 0;
	}

	.bieshu-threec h2 {
		font-size: 12px;
		height: 30px;
		line-height: 30px;
	}

	.vr-onea ul li {
		width: 49%;
		margin-right: 6px;
	}

	.pages li a {
		background: #fff;
		padding: 3px 8px;
		font-size: 12px;
	}

	.pages li span {
		display: block;
		background: #fff;
		color: rgb(90, 88, 88);
		border-radius: 5px;
		border: 2px solid #efeff0;
		padding: 3px 8px;
		font-size: 12px;
	}

	.bieshu-threeb {
		position: relative;
	}

	.bieshu-threeb::after {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 100%;
		left: 0;
		content: "";
		display: block;
		background-image: linear-gradient(to bottom, transparent, rgb(0, 0, 0, 0.30));
	}

	.pages li .current {
		background: #A47C42;
		color: #fff;
	}

	.cases2-twoa {
		padding-bottom: 0;
	}

	.cases2-twoc-gg-b ul li a {
		flex-wrap: wrap;
	}

	.gongdui-onea .cases2-twoc-gg-c {
		width: 103px;
		height: 103px;
		border-radius: 50%;
	}

	.gongdui-onea-b {
		width: 100%;
		margin-top: 16px;
	}

	.gongxua-xoa .cases2-twoc-gg-g h4 {
		margin-top: 10px;
		font-size: 12px;
		line-height: 25px;
	}

	.loupan-onea {
		width: 100%;
	}

	.loupan-oneb h2 {
		font-size: 13px;
		line-height: 19px;
		margin-bottom: 2px;
	}

	.loupan-oneb h3 span {
		font-size: 12px;
		padding: 4px 6px;
	}

	.loupan-oneb h3 {
		margin-top: 9px;
	}

	.loupan-oneb h1 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 7px;
	}

	.loupan-oneb {
		width: 100%;
		padding: 10px;
		padding-left: 10px;
	}

	.loupan-onea img {
		width: 100%;
	}

	.pinpai-one {
		padding: 40px 0;
	}

	.pinpai-onea ul li {
		width: 23.9%;
		margin-right: 5px;
		margin-bottom: 5px;
	}

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

	.pinpai-fourab {
		display: flex;
		flex-wrap: wrap;
	}

	.pinpai-scuenb {
		flex-direction: column-reverse;
	}

	.pinpai-scuena {
		padding: 40px 0;
	}

	.pinpai-scuend h1 {
		line-height: 24px;
		font-size: 20px;
	}

	.pinpai-scuend {
		display: none;
	}

	.pinpai-scuenb>img {
		display: none;
	}

	.pinpai-scuend h2 {
		font-size: 20px;
	}

	.pinpai-fourac {
		text-align: left;
		padding: 17px 14px 17px 15px;
		writing-mode: horizontal-tb;
		font-size: 14px;
		letter-spacing: 8px;
		text-align: center;
		line-height: 0;
	}

	.pinpai-fourad ul li h1 {
		margin-top: 6px;
		line-height: 20px;
		-webkit-line-clamp: 3;
		font-size: 13px;
	}

	.pinpai-scuend {
		padding-top: 0;
	}

	.pinpai-scuend {
		padding-left: 0;
	}

	.pinpai-scuend {
		width: 100%;
	}

	.pinpai-scuenc .index-ninet-c {
		display: block;
	}

	.pinpai-scuenc {
		width: 100%;
		top: 0px;
		padding: 10px;
		border-radius: 4px;
	}

	.pinpai-scuenc .index-ninet-c button {
		height: 45px;
		margin-top: 0;
	}

	.pinpai-scuenc .index-ninet-c input {
		margin-bottom: 10px;
	}

	.pinpai-scuenc .index-ninet-c h2 {
		line-height: 32px;
		font-size: 18px;
		margin-bottom: 2px;
	}

	.pinpai-scuenb {
		flex-wrap: wrap;
		display: flex;
	}

	.pinpai-twoa-a ul {
		display: flex;
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.pinpai-twoa-a ul li h1 {
		line-height: 19px;
		font-size: 18px;
	}

	.pinpai-twoa-a ul li p {
		line-height: 18px;
		font-size: 12px;
	}

	.pinpai-twoa {
		margin-top: 20px;
	}

	.pinpai-twoa-a ul li div {
		margin-top: -33px;
	}

	.pinpai-twoa-a ul li:nth-child(2n) {
		padding-top: 18px;
	}

	.pinpai-twoa-a ul li:nth-child(2n) div {
		margin-top: 0;
	}

	.pinpai-twoa-a ul li p {
		margin-top: 0;
	}

	.pinpai-twoa-a ul li:nth-child(2n) h1 {
		margin-top: 10px;
	}

	.pinpai-twoa-a ul li {
		width: auto;
		margin-right: 10px;
		top: inherit !important;
		right: inherit !important;
		left: inherit !important;
		bottom: inherit !important;
		position: relative !important;
	}

	.pinpai-scuen {
		padding: 0px 0 0px 0;
	}

	.pinpai-two {
		padding: 0px 0;
	}

	.mapxian {
		display: none;
	}

	.pinpai-fix {
		padding: 0px 0 20px 0;
	}

	.pinpai-fixa {
		margin-top: 20px;
	}

	.pinpai-fivea {
		margin-top: 20px;
	}

	.pinpai-five {
		padding: 0px 4% 20px 4%;
	}

	.pinpai-fourad ul li p {
		line-height: 16px;
		display: none;
		font-size: 12px;
	}

	.pinpai-fourad {
		width: 100%;
	}

	.pinpai-fourad ul li {
		width: 29%;
		padding: 8px 2px;
	}

	.pinpai-fourac {
		width: 100%;
	}

	.pinpai-foura {
		margin-top: 20px;
	}

	.pinpai-four {
		padding: 0px 0 20px 0;
	}

	.pinpai-threea {
		margin-top: 20px;
	}

	.pinpai-three {
		padding: 40px 0;
	}

	.pinpai-oneaa p {
		letter-spacing: 0px;
		line-height: 14px;
		font-size: 12px;
		padding: 0 4px;
	}

	.pinpai-three .index-twoa {
		padding: 0 4%;
	}

	.pinpai-one .w {
		width: 100%;
	}

	.pinpai-onea {
		margin-top: 20px;
	}

	.pinpai-onea ul li:first-child {
		margin-left: 0;
	}

	.loupan-one ul li {
		margin-bottom: 10px;
	}

	.loupan-one ul li {
		flex-wrap: wrap;
	}

	.loupan-one ul li {
		padding: 10px 10px;
		border-radius: 4px;
	}

	.gongdui-onea-b {
		display: none;
	}

	.gongxua-xoa .cases2-twoc-gg-g h3 {
		font-size: 13px;
		line-height: 20px;
	}

	.gongxua-xoa .cases2-twoc-gg-g h1 {
		font-size: 16px;
		margin-bottom: -3px;
		line-height: 26px;
	}

	.cases2-threeb {
		font-size: 17px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.gongdui-onea .gongxua-xoa .cases2-twoc-gg-g {
		width: 65%;
	}

	.tabPage li div {
		max-width: 100% !important;
	}

	.gongdui-onea {
		margin-bottom: 15px;
	}

	.gongdui-onea {
		padding: 7px 8px;
	}

	.vr-one {
		padding-bottom: 20px;
	}

	.sheji-oneb {
		width: 23%;
	}

	.sheji-onec {
		width: 78%;
	}

	.vr-one {
		padding-top: 10px;
	}

	.vr-onea ul li {
		margin-bottom: 5px;
	}

	.vr-onea-a-p p {
		font-size: 12px;
		line-height: 17px;
	}

	.vr-onea-a-p {
		bottom: 0;
		padding: 6px 10px;
		background: #fff;
	}

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

	.tabPage ul {
		border-top: 0.02rem solid #eee;
	}

	.tabPage li.active {
		color: #A47C42;
	}

	.tabPage li {
		-ms-flex: 1;
		flex: 1;
		overflow: hidden;
		cursor: pointer;
	}

	.tabPage {
		width: 100%;
	}

	.tabPage li div {
		width: 100%;
	}

	.tabPage li.active .tabShow {
		display: block;
	}

	.tabShow {
		display: none;
		width: 100%;
		position: fixed;
		left: 50%;
		top: 89px;
		bottom: 0;
		left: 0;
		background: #fff;
		z-index: 99;
		overflow: scroll;
		padding-top: 0.1rem;
		padding-left: 20px;
		margin-bottom: 1.2rem;
	}

	.tabPage ul {
		background: #fff;
		width: 100%;
		text-align: center;
		position: fixed;
		padding: 0 15px;
		top: 45px;
		z-index: 10;
		height: 45px;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		text-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-top: 0.02rem solid #eee;
	}

	.tabShow .tabSpan {
		width: 100%;
		height: 29px;
		line-height: 29px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 14px;
		margin: 0 0.4rem 0.1rem;
		cursor: pointer;
		transition: all .2s;
		display: block;
		text-align: left;
		color: #333;
	}

	.tabShow .tabSpan.active {
		color: #A47C42;
	}

	.bieshu-threeb-ul {
		backdrop-filter: blur(30px);
		background: rgba(111, 68, 7, 0.5);
		margin-bottom: 10px;
	}

	.bieshu-twoa h1 {
		text-align: center;
	}

	.bieshu-onea-img img {
		width: 30%;
	}

	.bieshu-onea {
		padding: 0px 0 40px 0;
		border-bottom: inherit;
	}

	.bieshu-onea ul li {
		width: 23%;
		padding: 5px 0px;
		border: 1px solid #e4e4e4;
	}

	.ruanji-pka-a-b .bieshu-tanc input {
		width: 100%;
	}

	.bieshu-tanc input {
		height: 45px;
		width: 100%;
		color: #797979;
		margin-bottom: 6px;
		font-size: 14px;
		border-radius: 5px;
		line-height: 34px;
		padding-left: 26px;
	}

	.ruanji-pka-a-b .bieshu-tanc select {
		height: 45px;
		width: 100%;
		color: #797979;
		margin-bottom: 6px;
		font-size: 14px;
		border-radius: 5px;
		line-height: 34px;
		padding-left: 26px;
	}

	.bieshu-tanc select {
		height: 45px;
		width: 100%;
		color: #797979;
		margin-bottom: 6px;
		font-size: 14px;
		border-radius: 5px;
		line-height: 34px;
		padding-left: 26px;
	}

	.bieshu-tanc input:nth-child(3) {
		width: 100%;
	}

	.ruanji-pka-a-b .bieshu-tanc button {
		width: 100%;
		display: inherit;
		margin: 0 auto;
		margin-top: 5px;
		margin-left: 0;
	}

	.bieshu-three .bieshu-threeb-ul {
		backdrop-filter: inherit;
		background: inherit;
	}

	.bieshu-tanc button {
		width: 100%;
		font-size: 14px;
		cursor: pointer;
		height: 45px;
		font-weight: 700;
		line-height: 34px;
	}

	.bieshu-tanc button img {
		margin-right: 10px;
		width: 22px;
	}

	.navTitle a {
		color: #A47C42;
	}

	.ruanji-pka-a-b .bieshu-tanc button {
		width: 100%;
		display: inherit;
		margin: 0 auto;
		margin-top: 5px;
		margin-left: 0;
	}

	.ruanzhuang-onec ul li {
		padding: 17px 0;
	}

	.ruanzhuang-one-img p {
		font-weight: 400;
		font-size: 13px;
		margin-top: 5px;
	}

	.ruanzhuang-onec ul li img {
		width: 38%;
	}

	.ruanzhuang-onec ul li {
		height: 91px;
	}

	.ruanzhuang-one-img {
		height: 100%;
	}

	.ruanzhuang-oneb {
		width: 100%;
	}

	.ruanzhuang-oneb .cases2-twoc-aa {
		padding: 20px 20px;
	}

	.ruanzhuang-oneb .cases2-twoc-aa h1 {
		margin-bottom: 15px;
	}

	.cases2-twoc-bb button {
		line- height: 45px;
		font-size: 15px;
		height: 45px;
		border-radius: 4px;
		margin-top: 0px;
	}

	.ruanzhuang-oneb .cases2-twoc-bb button {
		border-radius: 4px;
	}

	.ruanzhuang-oneb .cases2-twoc-bb input {
		border-radius: 4px;
	}

	.cases2-twoc-bb select {
		width: 100%;
		border-radius: 4px;
		height: 45px;
		font-size: 14px;
		padding-left: 24px;
		border-radius: 5px;
		font-size: 14px;
		margin-bottom: 8px;
	}

	.ruanzhuang-oneb .cases2-twoc-bb select {
		border-radius: 4px;
	}

	.ruanzhuang-onec ul li {
		padding: 0px 0;
		width: 25%;
		text-align: center;
	}

	.ruanzhuang-twob-a {
		position: absolute;
		top: 4%;
		left: -103px;
		width: 106%;
		padding: 8px 0 35px 0px;
		border-radius: 0 30px 0 0;
	}

	.ruanzhuang-three .bieshu-threeb-ul {
		background: #fff;
		width: 100%;
		left: 0;
	}

	.ruanzhuang-two {
		display: none !important;
	}

	.bieshu-threeb-ul ul {
		display: flex;
	}

	.bieshu-threeb-ul ul li {
		line-height: 30px;
	}

	.ruanzhuang-three .bieshu-threeb-ul ul li {
		font-size: 12px;
		color: #333;
		border: inherit;
		width: 100%;
		padding: 0 0;
	}

	.ruanzhuang-thoru {
		padding: 40px 0;
	}

	.ruanzhuang-thorua ul li:nth-child(2n) .ruanzhuang-thoru-gg {
		flex-direction: inherit;
	}

	.ruanzhuang-thorua ul li .ruanzhuang-thoru-gg {
		flex-wrap: wrap;
	}

	.ruanzhuang-thoru-gga {
		width: 100%;
		text-align: center;
		position: relative;
	}

	.ruanzhuang-thoru-gge-yuan p {
		font-size: 13px;
	}

	.ruanzhuang-thoru-gga h2 {
		margin: 4px 0;
		width: 37px;
		height: 1px;
	}

	.ruanzhuang-fivea ul li p {
		font-size: 15px;
		padding: 0px 18px;
	}

	.ruanzhuang-fivebb-c {
		display: none;
	}

	.ruanzhuang-fivebb-b p {
		max-width: 100%;
		font-size: 13px;
		color: #716D6D;
	}

	.bieshu-tanc {
		margin-top: 20px;
	}

	.ruanji-pka-a {
		padding: 20px 17px;
		border-radius: 10px;
		background: url(../images/u1133.svg) no-repeat;
		background-size: cover;
	}

	.ruanji-pka-a .index-twoa h1 {
		text-align: center;
	}

	.bieshu-three.rujian-zk {
		padding: 20px 0 0px 0;
	}

	.ruanji-pka {
		padding: 20px 0 20px 0;
	}

	.rujian-zk .bieshu-threeb p {
		max-width: 100%;
		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;
	}

	.rujian-zk .bieshu-threeb-ul ul li {
		text-align: center;
		width: 23%;
		padding: 7px 3px;
		font-size: 15px;
	}

	.rujian-zk .bieshu-threeb-ul ul li {
		line-height: 11px;
	}

	.bieshu-threeb-ul::after {
		display: none;
	}

	.ruanzhuang-fivebb-a {
		display: none !important;
	}

	.bieshu-three.rujian-zk .bieshu-threeb-ul {
		backdrop-filter: blur(30px);
	}

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

	.rujian-zk .bieshu-threeb-ul ul li img {
		vertical-align: middle;
		margin-right: 9px;
		width: 19px;
		height: 19px;
	}

	.threeaswiperb img {
		width: 70%;
	}

	.threeaswiperc p {
		margin-bottom: 9px;
		font-size: 12px;
		line-height: 11px;
	}

	.threeaswipera {
		padding-top: 0;
	}

	.threeaswiperc .swiper-pagination .swiper-pagination-bullet {
		width: 15px;
		height: 4px;
	}

	.jinggong-forua {
		margin-top: 20px;
	}

	.jinggong-foruac {
		margin-top: 10px;
	}

	.jinggong-foruac ul li {
		border-radius: 4px;
		font-size: 14px;
		margin-right: 13px;
		letter-spacing: 2px;
		padding: 5px 21px;
	}

	.vr-onea ul li {
		margin-bottom: 10px;
	}

	.jinggong-fivea {
		padding: 9px 0;
	}

	.jinggong-fivec {
		width: 100%;
	}

	.jinggong-fivead {
		width: 100%;
		text-align: center;
	}

	.jinggong-fivec p {
		text-align: center;
		letter-spacing: 3px;
		line-height: 16px;
		font-size: 12px;
	}

	.jinggong-fiveb {
		flex-wrap: wrap;
	}

	.jinggong-fivea .w {
		width: 100%;
	}

	.jinggong-foru {
		padding: 0px 0 10px 0;
	}

	.threeaswiperc .swiper-pagination {
		bottom: 11px;
	}

	.threeaswiperc h1 {
		font-size: 16px;
		margin-bottom: 8px;
	}

	.threeaswiperc {
		padding-top: 28px;
	}

	.threeaswiperb {
		width: 90%;
		padding: 13px 0 17px 0;
		border-radius: 4px;
		margin-right: 0;
		z-index: 9;
		top: 0;
	}

	.jinggong-threea {
		margin-top: 20px;
	}

	.jinggong-three {
		padding: 0px 0 20px 0;
	}

	.jinggong-twoa ul li {
		width: 49.2%;
		overflow: hidden;
		margin-bottom: 5px;
		border-radius: 4px;
	}

	.jinggong-twoc img {
		margin-right: 2px;
		width: 18px;
	}

	.jinggong-twoc-c p {
		line-height: 12px;
		font-size: 12px;
	}

	.bieshu-three.rujian-zk .bieshu-threeb-ul {
		width: 100%;
		margin-bottom: 10px;
	}

	.ruanzhuang-fivebb-b h2 {
		height: 1px;
		margin: 6px 0;
	}

	.ruanzhuang-fivebb-b {
		width: 100%;
	}

	.ruanzhuang-fivebb-b h1 {
		font-size: 17px;
		margin-top: 0;
	}

	.ruanzhuang-fivebb {
		padding: 20px 20px;
	}

	.ruanzhuang-fivea ul li {
		margin-right: 5px;
		height: 33px;
		width: 50%;
		border-radius: 10px;
		line-height: 34px;
	}

	.ruanzhuang-fivea ul li p sup {
		font-size: 13px;
	}

	.ruanzhuang-fivea {
		margin: 20px 0 0 0;
	}

	.ruanzhuang-five {
		padding: 40px 0 20px 0;
	}

	.ruanzhuang-thoru-gga p {
		display: none;
		line-height: 18px;
		font-size: 12px;
	}

	.ruanzhuang-thorua {
		height: auto;
		margin-top: 20px;
	}

	.box9_1 h3 p {
		width: 50% !important;
	}

	.button-a img {
		margin-right: 2px;
		width: 16px;
	}

	.ruanzhuang-thoru-gga h3 {
		font-size: 16px;
		color: #A47C42;
		top: -8px;
		left: 50%;
		transform: translatex(-50%);
	}

	.ruanzhuang-thoru-gga h1 {
		font-size: 13px;
		padding-left: 0px;
		text-align: center;
		padding-top: 12px;
	}

	.ruanzhuang-thoru-gga h2 {
		display: none;
	}

	.ruanzhuang-thoru-gge-yuan {
		width: 70px;
		height: 70px;
		margin: 0px auto 14px;
	}

	.ruanzhuang-thorua ul li .ruanzhuang-thoru-gg {
		flex-direction: column-reverse !important;
	}

	.ruanzhuang-thorua ul {
		width: 100%;
	}

	.ruanzhuang-thorua ul li {
		width: 25%;
		margin-bottom: 0px;
	}

	.ruanzhuang-thorua-a {
		display: none;
	}

	.ruanzhuang-thorua-b {
		display: none;
	}

	.bieshu-threeb p {
		bottom: 25px;
		text-align: center;
		right: 0px;
		font-size: 12px;
		width: 100%;
		color: #FFFFFF;
		max-width: 100%;
		line-height: 17px;
	}

	.bieshu-threea {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.ruanzhuang-three .bieshu-threeb-ul ul li img {
		vertical-align: middle;
		margin-right: 15px;
		width: 22px;
		height: 22px;
		margin-left: 15px;
	}

	.bieshu-threeb-ul {
		position: relative;
		width: 100%;
		padding: 0 0px;
		top: 0;
		overflow: hidden;
		transform: inherit;
		left: 0;
	}

	.bieshu-threea {
		margin-top: 20px;
	}

	.ruanzhuang-three {
		padding: 0px 0px 40px 0;
	}

	.ruanzhuang-twob-a p {
		font-size: 12px;
		line-height: 17px;
	}

	.ruanzhuang-twoa {
		display: none;
	}

	.ruanzhuang-twoa {
		width: 100%;
		padding: 40px 0;
	}

	.ruanzhuang-two {
		display: flex;
		flex-wrap: wrap;
	}

	.ruanzhuang-onec {
		width: 100%;
		background: inherit;
		padding-top: 20px;
		margin-bottom: 20px;
	}

	.ruanzhuang-oneb .cases2-twoc-bb button img {
		width: 17px;
		vertical-align: middle;
		margin-right: 8px;
	}

	.cases2-twoc-bb input {
		width: 100%;
		border-radius: 4px;
		height: 45px;
		font-size: 14px;
		padding-left: 24px;
		border-radius: 5px;
		font-size: 14px;
		margin-bottom: 8px;
	}

	.cases2-twoc-aa h1 {
		font-size: 18px;
	}

	.jinggong-sever {
		padding: 0px 0 20px 0;
	}

	.jinggong-fix {
		text-align: center;
		padding: 40px 0;
	}

	.jinggong-fivead a {
		margin-top: 0;
		line-height: 25px;
		color: #FFFFFF;
		padding: 1px 11px;
		font-size: 12px;
		border-radius: 4px;
	}

	.juifang-fixa {
		margin-top: 20px;
	}

	.juifang-fix .w {
		width: 100%;
	}

	.index-thour-a ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.index-thour-b {
		font-size: 14px;
		bottom: 13px;
	}

	.index-thour-c {
		display: none !important;
	}

	.index-thour-a ul li {
		height: 118px;
		width: 32% !important;
		margin-right: 4px;
		margin-bottom: 10px;
	}

	.ruanzhuang-onea {
		flex-wrap: wrap;
		margin-top: 20px;
		flex-direction: column-reverse;
	}

	.ruanzhuang-one {
		padding: 40px 0;
	}

	.index-thour-a ul li:nth-child(3n) {
		margin-right: 0px;
	}

	.juifang-fix {
		padding: 40px 0;
	}

	.jinggong-fivec h2 {
		line-height: 21px;
		font-size: 14px;
	}

	.jinggong-five.juifang-five .jinggong-fivea {
		padding: 12px 0;
	}

	.jinggong-fivec h1 {
		font-size: 17px;
		line-height: 29px;
	}

	.jinggong-five.juifang-five .jinggong-fivea .w {
		width: 100%;
	}

	.juifang-foru {
		display: none;
	}

	.juifang-onea ul li:nth-child(2n) p {
		margin: 9px 0 9px 0;
	}

	.juifang-onea ul li p {
		letter-spacing: 0px;
		margin: 9px 0 9px 0;
		color: #A47C42;
		line-height: 14px;
		font-weight: 500;
		font-size: 12px;
	}

	.quanwu-fix .jinggong-fivec {
		text-align: left;
	}

	.jinggong-fivec {
		text-align: center;
	}

	.juifang-twoa ul li {
		text-align: center;
		letter-spacing: 2px;
		line-height: 13px;
		padding: 5px 14px;
		font-size: 12px;
		border-radius: 4px;
	}

	.threeaswipingb {
		display: none;
		margin-top: 0;
		width: 100%;
	}

	.threeaswiping .swiper-slide.swiper-slide-active .threeaswipingc {
		padding: 15px 15px;
	}

	.threeaswipingc {
		width: 100%;
	}

	.threeaswiping .swiper-slide .threeaswipinga {
		display: none;
	}

	.threeaswiping {
		padding-top: 40px;
	}

	.threeaswiping .swiper-button-prev {
		width: 30px;
		left: 0%;
		height: 38px;
		top: 63%;
		background: url(../images/f1.png) no-repeat;
		background-size: 100%;
	}

	.threeaswiping .swiper-button-next {
		width: 30px;
		right: 0%;
		top: 63%;
		height: 38px;
		background: url(../images/f2.png) no-repeat;
		background-size: 100%;
	}

	.threeaswipingc {
		width: 100%;
		margin-top: -33px;
	}

	.threeaswiping .swiper-slide.swiper-slide-active .threeaswipinga {
		display: flex;
	}

	.threeaswipingb {
		margin-top: -30px;
		margin-left: 20px;
		width: 70%;
		padding: 4px;
	}

	.threeaswipingc p {
		font-size: 14px;
	}

	.threeaswiping .swiper-slide.swiper-slide-active .threeaswipingc p {
		font-size: 12px;
		line-height: 18px;
	}

	.threeaswipingc-a h2 {
		font-size: 26px;
	}

	.threeaswiping .swiper-slide.swiper-slide-active .threeaswipingc-a h1 {
		font-size: 16px;
	}

	.threeaswipingc-a h1 {
		font-size: 24px;
	}

	.threeaswiping .swiper-slide.swiper-slide-active .threeaswipingc p {
		margin-top: -32px;
	}

	.threeaswiping::after {
		width: 91%;
		bottom: 0;
		height: 81%;
	}

	.threeaswipinga {
		padding: 15px;
		display: flex;
		margin: 0;
	}

	.juifang-threea {
		margin-top: 12px;
	}

	.juifang-forua>img {
		display: none;
	}

	.juifang-foru {
		padding: 0px 0 20px 0;
	}

	.juifang-forub ul li {
		left: inherit !important;
		top: inherit !important;
		height: auto;
		right: inherit !important;
		position: relative !important;
		flex-direction: column-reverse !important;
	}

	.juifang-forub-a {
		padding: 0 10px;
		line-height: 28px;
	}

	.juifang-forub ul li img {
		width: 100%;
	}

	.juifang-forub ul li {
		margin-bottom: 7px;
	}

	.juifang-forub-a {
		justify-content: center;
		font-size: 14px;
		width: 100%;
	}

	.juifang-forub ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.juifang-forub ul li {
		flex-wrap: wrap;
	}

	.juifang-forub ul li {
		width: 49%;
	}

	.juifang-forua {
		margin-top: 20px;
	}

	.juifang-three {
		padding: 0px 0 40px 0;
	}

	.juifang-three .index-twoa {
		padding: 0 4%;
	}

	.juifang-twoabb-img img {
		width: 50%;
	}

	.juifang-twob {
		margin-top: 20px;
	}

	.juifang-twoa {
		margin-top: 20px;
	}

	.juifang-two {
		padding: 0px 0 40px 0;
	}

	.quanwu-savera {
		position: relative;
		margin-top: 20px;
	}

	.eightaswipinga {
		padding: 14px;
	}

	.index-ninea .w {
		width: 100%;
	}

	.index-nined {
		display: none;
	}

	.index-ninebc {
		width: 100%;
		margin-right: 0;
	}

	.index-ninea {
		padding: 40px 0;
	}

	.index-nine .index-ninet-c {
		display: block;
	}

	.index-nineb>img {
		display: none;
	}

	.juifang-twoabbb {
		display: none;
	}

	.juifang-twoabbb:first-child {
		display: block;
	}

	.index-nineb {
		flex-wrap: wrap;
		height: auto;
		margin: 0 auto;
		padding: 20px;
		padding-top: 40px;
		padding-left: 20px;
	}

	.quanwu-threea {
		margin-top: 20px;
	}

	.index-nineb .index-ninet-c input {
		height: 45px;
		padding-left: 20px;
		font-size: 14px;
		margin-bottom: 5px;
	}

	.index-nineb .index-ninet-c select {
		height: 45px;
		padding-left: 20px;
		font-size: 14px;
		margin-bottom: 5px;
	}

	.index-ninebc .index-ninet-c h2 {
		line-height: 12px;
		font-size: 19px;
	}

	.index-ninea::before {
		display: none;
	}

	.index-nine {
		padding: 0px 0 0 0;
	}

	.quanwu-eighta .swiper-button-prev {
		display: none;
	}

	.quanwu-eighta .swiper-button-next {
		display: none;
	}

	.eightaswipinga-p p {
		line-height: 21px;
		margin-top: -9px;
		font-size: 12px;
	}

	.eightaswipinga-p h1 {
		margin-top: 13px;
		margin-bottom: 13px;
		letter-spacing: 2px;
		line-height: 18px;
		font-size: 16px;
	}

	.quanwu-eighta {
		margin-top: 20px;
	}

	.quanwu-savera-a a {
		margin-top: 7px;
		line-height: 23px;
		color: #FFFFFF;
		width: 115px;
		padding: 3px 8px;
		font-size: 12px;
		border-radius: 4px;
	}

	.quanwu-savera-a {
		top: 0;
		padding: 0 8px;
		left: 0;
		width: 37%;
	}

	.quanwu-saverb ul li {
		height: 45px;
	}

	.quanwu-savera-a h1 {
		line-height: 19px;
		font-weight: 600;
		font-size: 12px;
	}

	.fiverbswiper img {
		width: 100%;
	}

	.quanwu-twoa>img {
		display: none;
	}

	.quanwu-fix .jinggong-fivead a {
		margin-top: 6px;
		font-weight: 500;
		line-height: 25px;
		padding: 1px 23px;
		font-size: 14px;
	}

	.jinggong-fivead {
		padding-top: 10px;
	}

	.quanwu-eight {
		padding: 0px 0 40px 0;
	}

	.jinggong-fivec {
		margin-top: 0;
	}

	.quanwu-fix .jinggong-fivead h2 {
		line-height: 26px;
		font-size: 17px;
	}

	.quanwu-fix .jinggong-fivea .w {
		width: 100%;
		padding: 0 4%;
	}

	.quanwu-fix .jinggong-fivea {
		padding: 6px 0;
	}

	.quanwu-fix .jinggong-fivec h1 span {
		letter-spacing: 2px;
		font-size: 28px;
	}

	.quanwu-saver {
		padding: 40px 0;
	}

	.quanwu-fix .jinggong-fivec h1 {
		font-size: 14px;
	}

	.jinggong-five {
		padding: 0px 0 0px 0;
	}

	.fiverbswiper .swiper-button-prev {
		width: 28px;
		height: 28px;
		left: 3%;
		top: 59%;
	}

	.fiverbswiper .swiper-button-next {
		width: 28px;
		height: 28px;
		right: 3%;
		top: 59%;
	}

	.quanwu-twoa-a ul {
		display: flex;
		flex-wrap: wrap;
		margin-top: 20px;
	}

	.quanwu-twoa-img {
		width: 70px;
		height: 70px;
		border-radius: 50%;
	}

	.quanwu-twoa-a ul li {
		position: relative;
		width: 33.3%;
		top: inherit !important;
		left: inherit !important;
		right: inherit !important;
	}

	.quanwu-twoa-a ul li p {
		margin-top: 4px;
		line-height: 31px;
		font-weight: 500;
		font-size: 12px;
	}

	.juifang-onea {
		margin-top: 20px;
	}

	.juifang-one {
		padding: 40px 0;
	}

	.quanwu-four {
		padding: 40px 0;
	}

	.quanwu-foura .index-twoa {
		padding: 0 4%;
	}

	.quanwu-foura {
		padding: 40px 0;
	}

	.quanwu-four-amu {
		width: 100%;
		position: relative;
		overflow: hidden;
		top: 0;
	}

	.danmu {
		height: 30px;
		border: 2px solid rgba(255, 255, 255, 0.72);
		line-height: 30px;
		padding: 0 20px;
		font-size: 12px;
	}

	.avatar {
		width: 20px;
		height: 20px;
	}

	.quanwu-fourb ul li p {
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}

	.quanwu-fourc input {
		width: 62%;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		border: 1px solid rgba(255, 255, 255, 0.53);
		padding-left: 21px;
	}

	.quanwu-fiver {
		padding: 0px 0 40px 0;
	}

	.quanwu-fiverb img {
		display: none;
	}

	.quanwu-fivera {
		flex-wrap: wrap;
	}

	.quanwu-fiverb h2 {
		cursor: pointer;
		font-weight: 500;
		width: 71px;
		height: 63px;
		border-radius: 4px;
		text-align: center;
		border: solid 1px #787878;
		line-height: 19px;
		font-size: 12px;
		color: #333333;
		padding: 0 5px;
		padding-top: 12px;
	}

	.quanwu-fiverc img {
		display: none;
	}

	.quanwu-fiverc {
		height: auto;
		width: 100%;
		padding: 15px;
		border-radius: 5px;
		height: 102px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.quanwu-fivercc {
		text-align: center;
	}

	.quanwu-fiverc h2 {
		line-height: 23px;
		color: #000000;
		font-weight: 400;
		font-size: 14px;
	}

	.quanwu-fiverc h1 {
		line-height: 26px;
		font-size: 16px;
	}

	.quanwu-fiverb h2.on {
		border: solid 1px #A47C42;
	}

	.quanwu-fiverb-a {
		margin-top: 0;
	}

	.quanwu-fiverb-a {
		display: flex;
		justify-content: space-between;
	}

	.quanwu-fiverb h1 {
		display: none;
	}

	.quanwu-fiverb {
		background: transparent;
		width: 100%;
		padding: 0;
		height: auto;
	}

	.quanwu-fourc button {
		line-height: 30px;
		height: 30px;
		width: 35%;
		letter-spacing: 1px;
		font-weight: 500;
		font-size: 12px;
		border-radius: 31px;
	}

	.quanwu-fourb {
		margin: 0px 0 19px 0;
	}

	.quanwu-four-amu {
		margin-top: -32px;
		height: 149px;
		padding-bottom: 0;
	}

	.quanwu-threea .tu {
		position: absolute;
		left: 0;
		width: 26%;
		bottom: -46px;
	}

	.quanwu-twoa {
		padding-bottom: 20px;
	}

	.quanwu-three {
		padding: 0px 0 20px 0;
	}

	.quanwu-onea-sja {
		display: flex;
	}

	.quanwu-onea-sjb {
		width: 100%;
		margin-bottom: 10px;
	}

	.quanwu-onea-sjc {
		width: 100%;
	}

	.quanwu-onea-sja p {
		text-align: center;
	}

	.quanwu-onea {
		margin-top: 20px;
	}

	.quanwu-one {
		padding: 40px 0;
	}

	.quanwu-onea-pc {
		display: none;
	}

	.ruanzhuang-three .index-twoa h1 {
		display: none;
	}

	.ruanzhuang-thoru .index-twoa h1 {
		display: none;
	}

	.ruanzhuang-five .index-twoa h1 {
		display: none;
	}

	.quanwu-onea-sj {
		display: block !important;
	}

	#image-container {
		position: relative;
		width: 100%;
		height: 233px;
	}

	#image-container div {
		position: relative;
		left: 0px;
		width: 50%;
	}

	.image-container {
		display: flex;
	}

	.pop-box .main-contener {
		width: 340px;
		height: 340px;
	}

	.index_fixed {
		display: none;
	}

	.csxz {
		display: block;
	}

	.index-eleven-pc {
		display: none;
	}

	.index-eleven-sj {
		display: block;
	}

	.gallery-topc a::after {
		display: none;
	}

	.logo.cahgnshi {
		color: #111;
		font-size: 17px !important;
	}

	.index-fourb ul::-webkit-scrollbar {
		display: none;
	}

	.csxz {
		display: flex;
		flex-direction: column;
		height: 100vh;
		overflow: hidden;
	}

	.csxz .csxzContent {
		flex: 1;
		overflow: scroll;
	}

	.csxz .csxzTitleTop {
		margin-top: 5px;
	}

	.csxz .csxzTitle {
		display: flex;
		align-items: center;
		padding: 0 15px;
		margin-bottom: 14px;
		font-size: 15px;
		font-weight: 600;
	}

	#locCurCity {
		background: #fff;
		width: 80px;
		height: 30px;
		border: 1px solid #dedede;
		border-radius: 5px;
		display: block;
		line-height: 30px;
		color: #A47C42;
		text-align: center;
		font-size: 14px;
		margin-bottom: 14px;
		margin-left: 32px;
	}

	.csxz ul li a {
		display: block;
		color: #111;
		font-size: 14px;
	}

	.csxz ul span {
		margin-bottom: 7px;
	}

	.csxz ul li {
		width: 30%;
		height: 45px;
		line-height: 45px;
		text-align: center;
		margin-bottom: 7px;
		font-size: 12px;
		margin-right: 7px;
		background-color: #e5e5e5;
		border-radius: 5px;
	}

	.csxz ul {
		display: flex;
		flex-wrap: wrap;
		flex: 1;
		padding: 0 15px;
	}

	.csxz ul li:nth-child(3n) {}

	.csxz .csxzTitle img {
		margin-right: 5px;
	}

	.index-zkod.index-zkod-sj.mcdi {
		margin-top: 20px;
	}

	.header-topc-a.header-topc-a-sj {
		display: block;
	}

	.button-a {
		top: 4px;
		height: 34px;
		background-color: #A47C42;
		font-size: 12px;
		width: 74px;
	}

	.header-topc-a {
		height: 44px;
		line-height: 31px;
	}

	.header-topc-a select {
		display: none;
	}

	.index-zkod-pc {
		display: none;
	}

	.index-zkod-sj {
		display: block;
	}

	.index-ten-pc {
		display: none;
	}

	.index-ten-sj {
		display: block;
	}

	.index-sevena-sj {
		display: block;
	}

	.foot {
		display: block;
	}

	.home-free-form .column .column-text {
		color: #fff;
		font-size: 20px;
		letter-spacing: 0;
		text-align: left;
		padding-top: 8px;
		margin-bottom: 10px;
		padding-left: 15px;
	}

	.index-three-sj {
		display: block;
	}

	.index-three-pc {
		display: none;
	}

	.index-eighta-pc {
		display: none;
	}

	.index-eighta-sj {
		display: block;
	}

	.readyList .listItem>img {
		border-radius: 5px;
	}

	.index-eighta-sja ul {
		display: flex;
		flex-wrap: wrap;
	}

	.index-eighta-sja ul li {
		width: 48%;
		margin-right: 10px;
		margin-bottom: 15px;
		position: relative;
	}

	.index-eighta-sja ul li:nth-child(2n) {
		margin-right: 0px;
	}

	.home-free-form .title-number {
		font-weight: 600;
		font-size: 33px;
		color: #1A1C1A;
		letter-spacing: 0;
	}

	.index-eighta-sjc {
		position: absolute;
		left: 10px;
		top: 0;
		width: 41px;
		height: 41px;
		border-radius: 0 0 30px 30px;
		background: #d1aa76;
		padding: 2px 5px 5px 5px;
		color: #fff;
		font-size: 12px;
		text-align: center;
	}

	.index-eighta-sjb {
		position: absolute;
		bottom: 15px;
		width: 100%;
		font-size: 12px;
		color: #fff;
		text-align: center;
	}

	.home-free-form .title-text {
		font-weight: 500;
		font-size: 14px;
		color: #A47C42;
		letter-spacing: 0;
	}

	.home-free-form .page-title {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 63px;
		margin: 14px auto 12px;
		padding: 0 14px;
		background-image: url(../images/46b22ede98b7482fad58dd25367182f3.png);
		background-size: cover;
		border-radius: 5px;
		font-size: 0;
	}

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

	.index-twob-sj {
		display: block;
	}

	.listItem-img {
		position: absolute;
		right: 2px;
		bottom: 1%;
	}

	.listItem-img img {
		border-radius: 50%;
		width: 44px;
		height: 44px;
		object-fit: cover;
		box-shadow: 1px 10px 19px rgb(0 0 0 / 8%);
	}

	.listItem-img p {
		text-align: center;
		font-size: 12px;
		color: #333;
		margin-top: -4px;
	}

	.readyList .listItem {
		width: 48%;
		position: relative;
		height: auto;
		margin-bottom: 15px;
		display: flex;
		margin-right: 10px;
		flex-direction: column;
	}

	.readyList .listItem:nth-child(2n) {
		margin-right: 0px;
	}

	.index-twob-b ul li:hover {
		box-shadow: inherits;
	}

	.readyList .listItem .itemPecu .pecuLeft {
		width: 100%;
		display: flex;
		flex-direction: row;
	}

	.readyList .listItem .itemPecu .pecuLeft .type {
		box-sizing: border-box;
		background: #fcece0;
		color: #A47C42;
		border-radius: 0.4rem;
	}

	.readyList .listItem .itemPecu .pecuRight {
		display: none;
		flex-direction: row;
		color: #787878;
		margin-right: 13px;
		font-size: 12px;
	}

	.readyList .listItem .itemPecu .pecuRight img {
		margin-top: 5px;
		margin-right: 5px;
		width: 12px;
		height: 7px;
		vertical-align: middle;
	}

	.readyList .listItem .itemPecu .pecuLeft span {
		display: inline-block;
		-webkit-transform: scale(0.712);
	}

	.readyList .listItem .itemPecu .pecuLeft .num {
		margin-left: 0.4rem;
		box-sizing: border-box;
		background: #fcece0;
		color: #A47C42;
		border-radius: 0.4rem;
	}

	.readyList .listItem .itemPecu {
		margin-top: 10px;
		display: flex;
		flex-direction: row;
	}

	.readyList .listItem .itemTitle {
		font-size: 12px;
		font-weight: 400;
		color: #111111;
		max-width: 51%;
		margin-top: 5px;
	}

	.readyList {
		width: 100%;
		margin-bottom: 1rem;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.box9_1 {
		display: block;
	}

	.box9_1 {
		padding: 11px;
	}

	.box9_1 h4 button {
		width: auto;
		padding: 8px;
		line-height: 1;
		border: initial;
		text-align: center;
		background: #A47C42;
		border-radius: 15px;
		font-size: 12px;
		color: #fff;
	}

	.box9_1 h3 {
		display: flex;
		justify-content: space-between;
		font-size: 15px;
		color: #333;
		margin-bottom: 0.2rem;
		font-weight: bold;
	}

	.box9_1 h4 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 12px;
	}

	.box9_1 h3 a {
		color: #D4C09B;
		width: auto;
		font-family: 'DIN';
	}

	.index-twob-b ul li h4 {
		margin-top: 10px;
		font-size: 12px;
		color: #A47C42;
	}

	.index-twob-b.xin {
		display: block;
	}

	.foot .footNav {
		display: flex;
		align-items: center;
		margin: 10px 0 10px;
	}

	.foot .footNav a {
		flex: 1;
		color: #fff;
		opacity: 0.8;
		text-align: center;
		cursor: pointer;
	}

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

	.footPrepare {
		text-align: center;
		color: #fff;
		opacity: 0.8;
	}

	.footPrepare a {
		color: #fff;
	}

	.ninetswiper .swiper-slide:hover img {
		transform: scale(1);
	}

	.foot {
		width: 100%;
		padding: 10px 27px 20px;
		font-size: 12px;
		color: #1e1e1e;
		overflow: hidden;
		position: relative;
		background-color: rgba(17, 17, 17, 1);
		background-image: url(../images/u287_div.png);
		background-repeat: no-repeat;
		background-position: -474px 0px;
		z-index: 1;
	}

	.GioEventt {
		display: block;
	}

	.index-twob-a span {
		display: block;
	}

	.index-twob-a strong {
		display: block;
	}

	.index-twob-a span {
		width: 100%;
		margin: 5px auto;
		display: block;
		text-align: center;
		color: #666;
		font-size: 12px;
	}

	.foot-warp-bottom {
		display: block;
	}

	#Nav {
		overflow: scroll;
		display: block;
	}

	.nav.active {
		right: 0;
		transform: translate(0px);
	}

	.index-Twelvea-xia-c {
		padding-left: 5px;
	}

	.index-Thirteena ul {
		display: flex;
	}

	.flex-box ul {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.index-eleven-a {
		margin-top: 34px;
	}

	.nav .navHead a {
		position: absolute;
		left: 0;
		right: 0;
		display: block;
		margin: 0 auto;
		width: 120px;
	}

	.nav .navHead a img {
		width: 100%;
	}

	.nav .navHead .navEsc {
		margin-right: 1rem;
	}

	.nav {
		position: fixed;
		right: -100%;
		top: 0;
		z-index: 999999999;
		display: flex;
		flex-direction: column;
		width: 100vw;
		height: 100vh;
		background-color: #fff;
		transform: translate(100vw);
		transition: all 0.3s ease;
	}

	.nav .navTitle {
		line-height: 1;
		margin-bottom: 14px;
		font-size: 18px;
		font-weight: 600;
	}

	.index-Twelve.xsxaa {
		padding: 0px 0 0 0;
	}

	.index-Twelve.xsxaa .index-Twelvea-zong {
		padding: 0px 0 0 0;
	}

	.cases2-twoa {
		display: block;
	}

	.nav .navTitle img {
		width: 16px;
		display: none;
		margin-right: 0.2rem;
		vertical-align: middle;
	}

	.nav .navJump a {
		flex: none;
		width: auto;
		padding: 0px 12px;
		height: 45px;
		line-height: 45px;
		margin: 0 15px 15px 0;
		font-size: 14px;
		font-weight: 400;
		text-align: center;
		background: #e5e5e5;
		border-radius: 0.6rem;
	}

	.nav .navJump {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 2px;
		overflow: hidden;
	}

	.nav .navContent {
		flex: 1;
		width: 100%;
		padding: 10px 15px 0;
		overflow: auto;
	}

	.nav .navHead {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex: none;
		width: 100%;
		height: 50px;
		overflow: hidden;
	}

	.foot-warp-bottom {
		width: 100%;
		bottom: 0;
		left: 0;
		z-index: 1900;
		position: fixed;
		background: #fff;
		padding-bottom: constant(safe-area-inset-bottom);
		padding-bottom: env(safe-area-inset-bottom);
	}

	.foot-c1 {
		width: 94%;
		margin: 0 auto 0;
	}

	.ding-one {
		width: 25%;
		margin: 0 auto;
		float: left;
		text-align: center;
	}

	.num-text1 {
		display: block;
		font-size: 12px;
		color: #333;
		margin-top: 0.1rem;
		padding-bottom: 5px;
	}

	.foot-warp-bottom .show1 {
		display: block;
		filter: grayscale(1);
		margin-top: 10px;
	}

	.xksj-zui {
		height: 50px;
	}

	.mt5.mtxx5 {
		background: #A47C42;
		color: #fff;
	}

	.ding-one img {
		height: 18px;
		width: 18px;
		margin: 0 auto;
	}

	.clearfix img {
		border: 0;
		display: inline-block !important;
		margin: 0 auto;
	}

	.index-eleven-a ul li {
		height: 48px;
	}

	.index-eleven-a ul li {
		width: 100%;
		margin-bottom: 10px;
	}

	.index-eleven-a ul li.on {
		width: 100%;
		height: 200px;
	}

	.index-elevenb h1 {
		color: #3B3B3B;
		text-align: center;
		width: 100%;
		font-size: 17px;
		letter-spacing: 3px;
		writing-mode: inherit;
	}

	.index-elevenc {
		width: 100%;
		height: 200px;
	}

	.index-elevenc-x-a h2 {
		font-size: 12px;
		padding: 2px 10px;
	}

	.index-elevenc-x-a {
		top: 41%;
	}

	.index-elevenc-x-a h2 img {
		width: 21px;
	}

	.index-elevenc-x-a h1 {
		font-size: 18px;
		margin-bottom: 13px;
	}

	.index-eleven-a ul li.on .index-elevenb {
		width: 100%;
		height: 22%;
	}

	.index-elevena {
		display: flex;
		flex-wrap: wrap;
	}

	.shu {
		left: 17px;
		bottom: 10px;
		font-size: 21px;
	}

	.index-elevenb {
		padding: 13px 10px;
	}

	.index-eleven-a ul {
		flex-wrap: wrap;
	}

	.index-Twelvea-xia-c h2 {
		font-size: 14px;
	}

	.index-footerd ul li p {
		margin-top: 7px;
		line-height: 14px;
		font-size: 12px;
	}

	.index-footerd ul {
		width: 100%;
	}

	.index-footerd ul li img {
		border-radius: 5px;
		width: 80%;
	}

	.index-footerd ul li {
		margin-left: 0;
		width: 33.3%;
		text-align: center;
	}

	.index-footerd {
		padding-top: 20px;
	}

	.index-footerc p {
		font-size: 13px;
		color: #FFFFFF;
		line-height: 21px;
	}

	.index-footerc h2 {
		font-size: 25px;
	}

	.index-footerc h1 {
		font-size: 18px;
	}

	.index-footerc h1 img {
		margin-right: 6px;
		width: 25px;
	}

	.index-footerc {
		padding-top: 0;
		margin: 0 10px;
	}

	.index-Thirteen {
		display: none;
	}

	.index-footerb {
		display: none;
	}

	.index-footera {
		flex-wrap: wrap;
	}

	.index-footer {
		padding: 30px 0 30px 0;
	}

	.index-Thirteen {
		padding: 25px 0;
	}

	.index-Thirteenb-b {
		padding: 22px 0 0 0;
	}

	.index-Twelvea-zong-aa {
		display: none;
	}

	.index-Twelvea-zong-aa:first-child {
		display: block;
	}

	.index-Twelve {
		padding: 20px 0 0 0;
	}

	.index-Twelvea-xib h1 em {
		width: 6px;
		height: 6px;
		margin-right: 5px;
	}

	.index-Twelvea-xib h1 a {
		font-size: 14px;
		line-height: 23px;
	}

	.index-Twelvea-xia-a {
		padding-bottom: 20px;
	}

	.index-Twelvea-xib h1 {
		margin-bottom: 0px;
	}

	.index-Twelvea-xia {
		padding: 20px 10px;
	}

	.index-Twelvea-xia-c h1 {
		font-size: 16px;
	}

	.index-Thirteena ul li {
		font-size: 15px;
		padding-bottom: 7px;
		margin-right: 30px;
	}

	.index-Twelvea-zong {
		padding: 20px 0 0 0;
	}

	.index-Twelvea-zong {
		display: block;
	}

	.box11_1 .left img {
		width: 100%;
		height: 212px;
		border-radius: 0.1rem;
	}

	.index-Twelvea {
		display: none;
	}

	.box11_1 .left .box11_1_big {
		position: absolute;
		left: 0px;
		top: 17px;
		width: 96%;
		height: 52px;
		border-radius: 5px;
		padding-top: 0.31rem;
		padding-left: 0.2rem;
	}

	.box11_1 .left .box11_1_big h2 {
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		opacity: 0.9;
		margin-bottom: 5px;
		line-height: 16px;
	}

	.GioEvent {
		position: relative;
	}

	.sjzi {
		font-size: 40px;
		position: absolute;
		left: 0;
		top: 9px;
		opacity: 0.15;
		width: 100%;
		font-weight: bold;
		color: #A47C42;
		text-align: center;
	}

	.index-fourb ul {
		justify-content: space-between;
		white-space: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
	}

	.box11_1 .right li h2,
	.box11_2 li h2 {
		font-size: 12px;
		color: #333;
		padding-top: 40px;
		margin-bottom: 2px;
		font-weight: bold;
	}

	.box11_1 .right li p,
	.box11_2 li p {
		font-size: 12px;
		color: #333;
	}

	.box11_1 .right li,
	.box11_2 li {
		float: left;
		margin-right: 2px;
		margin-bottom: 2px;
		width: 49%;
		height: 105px;
		background-color: #FFF;
		border-radius: 0.1rem;
		text-align: center;
	}

	.index-eleven {
		background-color: rgba(249, 249, 249, 1);
	}

	.box11_1 .right li,
	.box11_2 li {
		background-size: 39px;
		background-repeat: no-repeat;
		background-position: center 0.28rem;
	}

	.index-two {
		background-color: inherit;
	}

	.box11_2 li {
		float: left;
		margin-right: 0.1rem;
		margin-bottom: 0.1rem;
		width: 100%;
		height: 92px;
		background-color: #FFF;
		border-radius: 0.1rem;
		text-align: center;
	}

	.box11_1 .right {
		float: left;
		width: 60%;
	}

	.box11_1 .left .box11_1_big .lin-style {
		width: 0.35rem;
		height: 1px;
		background-color: #333333;
		margin: 0.13rem 0;
	}

	.index-eleven-a-zui {
		padding: 20px 0 40px 0;
	}

	.box11_1 .left .box11_1_big p {
		font-size: 12px;
		font-weight: 400;
		color: #fff;
		opacity: 0.9;
		line-height: 15px;
	}

	.box11_1 .left {
		float: left;
		width: 40%;
		margin-right: 0;
		position: relative;
	}

	.index-eleven-a-zui {
		display: block;
	}

	.index-eleven-a {
		display: none;
	}

	.index-fivera-sj {
		display: block;
	}

	.index-tena img {
		width: 25px;
		margin-left: 3px;
	}

	.index-tena a {
		font-size: 17px;
	}

	.index-ten {
		padding: 40px 0;
	}

	.index-fivera-pc {
		display: none;
	}

	.fiveraswperaa {
		border-radius: 5px;
		overflow: hidden;
	}

	.fiveraswperaa-img {
		position: relative;
	}

	.index-fix {
		display: none;
	}

	.lide-img h2 {
		padding: 7px 5px;
		font-size: 15px;
	}

	.lunswiping {
		padding-bottom: 49px;
	}

	.index-fiverbb.xs {
		margin-top: 0px;
	}

	.index-ninet-c {
		padding: 20px 20px 20px 20px;
	}

	.ninetswiper .swiper-button-prev {
		width: 28px;
		height: 28px;
		left: 14px;
		top: 42%;
		bottom: inherit;
	}

	.index-ninet-c h2 img {
		margin-right: 15px;
		width: 17px;
	}

	.index-ninet-c input {
		height: 45px;
		padding-left: 22px;
		font-size: 14px;
	}

	.index-ninet-c select {
		height: 45px;
		padding-left: 22px;
		font-size: 14px;
	}

	.index-ninet-c h3 {
		font-size: 13px;
		line-height: 22px;
	}

	.index-ninet-c button img {
		margin-right: 10px;
		width: 6%;
	}

	.index-ninet-c button {
		width: 100%;
		margin-bottom: 13px;
		border-radius: 5px;
		margin-top: 12px;
		font-size: 15px;
		height: 45px;
	}

	.index-ninet-c h2 {
		font-size: 20px;
		margin-bottom: 16px;
	}

	.ninetswiper .swiper-button-next {
		width: 28px;
		height: 28px;
		right: 14px;
		top: 42%;
		bottom: inherit;
	}

	.index-ninet-c {
		width: 100%;
	}

	.index-fiverbb {
		display: none;
	}

	.index-ninet-b {
		width: 100%;
	}

	.index-ninet-a {
		display: flex;
		flex-wrap: wrap;
		margin-top: 20px;
	}

	.index-ninet {
		padding: 40px 0;
	}

	.contact-onea ul li h3 {
		font-weight: 400;
		font-size: 12px;
		text-align: left;
		line-height: 18px;
	}

	.contact-onea ul li h2 {
		font-weight: 400;
		text-align: left;
		font-size: 12px;
		line-height: 26px;
	}

	.contact-onea ul li h1 {
		font-size: 17px;
		line-height: 16px;
	}

	.contact-twoa-a img {
		width: 13px;
		margin-top: 12px;
		position: relative;
		top: -2px;
	}

	.search-three {
		padding-bottom: 20px;
	}

	.gallery-topb {
		padding: 0;
	}

	.search-threea .bieshu-tanc button {
		border-radius: 4px;
		width: 100%;
		height: 45px;
	}

	.search-twoa h2 {
		position: relative;
		margin: 10px 0 10px 0;
	}

	.search-threea h1 {
		font-size: 14px;
		margin: 9px 0 0 0;
	}

	.search-threea img {
		width: 30%;
	}

	.search-twoa {
		margin-bottom: 0px;
	}

	.search-twoa h3 {
		font-size: 12px;
		line-height: 25px;
	}

	.search-twoa h2 a img {
		position: absolute;
		top: 1px;
		width: 13px;
		right: 0;
	}

	.search-twoa h2 a {
		font-size: 12px;
		margin-bottom: 5px;
		margin-right: -4px;
		padding: 5px 13px;
		border-radius: 5px;
	}

	.search-twoa h1 {
		font-size: 14px;
	}

	.search-one {
		padding-bottom: 10px;
	}

	.search-onea h2 {
		width: 23%;
		font-size: 12px;
		color: #535252;
	}

	.search-onea h1::after {
		height: 1px;
	}

	.search-onea h1 {
		width: 24%;
		font-size: 12px;
		text-align: center;
		margin-right: 0;
	}

	.search-onea {
		height: 45px;
		line-height: 45px;
	}

	.contact-twoa-b p {
		line-height: 20px;
		font-size: 12px;
	}

	.contact-twoa-b {
		padding: 8px 15px;
	}

	.contact-twoa ul li {
		margin-bottom: 10px;
	}

	.contact-twoa-a p {
		font-size: 13px;
	}

	.contact-twoa-a {
		height: 44px;
		line-height: 44px;
		border-radius: 4px;
		padding: 0px 14px;
	}

	.contact-twoa {
		margin-top: 20px;
	}

	.contact-onea ul li {
		width: 100%;
		margin-bottom: 10px;
	}

	.contact-two {
		padding: 20px 15px;
	}

	.contact-onea ul li {
		text-align: left;
		border-right: none;
	}

	.contact-onea ul {
		flex-wrap: wrap;
	}

	.contact-onea-img {
		height: 18px;
		display: inline-block;
	}

	.contact-onea-img img {
		width: 15px;
	}

	.contact-onea ul li p {
		line-height: 27px;
		font-size: 12px;
		display: inline-block;
	}

	.contact-one-tie h2 {
		width: 34px;
	}

	.contact-one-tie h1 {
		font-size: 17px;
		margin-bottom: 2px;
	}

	.contact-one {
		padding: 20px 15px 155px 15px;
		background: #fff;
		position: relative;
	}

	.contact-one::after {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		opacity: 0.5;
		bottom: 0;
		background: url(/template/pc/skin/images/bg33.png) no-repeat bottom;
		background-size: 100%;
	}

	.mendian-one-p h2 img {
		width: 18px;
	}

	.mendian-one-p h2 {
		top: 25px;
		font-size: 13px;
		width: 160px;
		height: 32px;
		border-radius: 5px;
		text-align: center;
		line-height: 32px;
	}

	.mendian-one-p p {
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 18px;
	}

	.mendian-one-p h1 {
		font-size: 15px;
		padding-bottom: 7px;
		margin-bottom: 10px;
	}

	.mendian-one-p {
		padding: 14px 23px;
	}

	.mendian-one ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.about-twoa {
		padding-bottom: 20px;
	}

	.about-twoc-c-a .lunslide {
		padding: 10px 10px 0px 10px;
	}

	.about-twoc-c-a .lide-img h2 {
		font-size: 14px;
	}

	.bannerswiper-a .swiper-button-prev {
		width: 21px;
		height: 21px;
		background-size: 100%;
	}

	.bannerswiper-a .swiper-pagination {
		gap: 0 10px;
	}

	.bannerswiper-a .swiper-pagination .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

	html {
		overflow-x: hidden;
	}

	.bannerswiper-a .swiper-button-next {
		width: 21px;
		height: 21px;
		background-size: 100%;
	}

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

	.index-fix {
		padding: 20px 0 2px 0;
	}

	.index-eight {
		padding: 40px 0;
	}

	.index-eighta {
		margin-top: 20px;
	}

	.index-fixa ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.index-fixa-a h1 {
		margin-right: 1px;
		font-weight: 650;
		font-size: 15px;
	}

	.index-fixa-a h2 span {
		font-size: 12px;
		line-height: 17px;
	}

	.index-fixa-a {
		margin-top: 5px;
	}

	.index-fixa ul li img {
		width: 57%;
	}

	.index-fixa ul li {
		width: 24.2%;
		margin-bottom: 20px;
		text-align: center;
	}

	.index-seven {
		padding: 40px 0;
	}

	.index-seven {
		display: none;
	}

	.index-sevena-sj {
		margin-top: 20px;
		padding: 20px 10px;
		background: url(../images/shigong.jpg) no-repeat;
		background-size: cover;
	}

	.index-sevena-sj ul {
		display: flex;
		flex-wrap: wrap;
	}

	.index-sevena-sj ul li {
		width: 22.5%;
		margin-right: 10px;
		margin-bottom: 10px;
		color: #fff;
	}

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

	.index-sevena-sja {
		padding: 6px;
		text-align: center;
		border: 1px solid #fff;
		font-size: 13px;
		border-radius: 5px;
	}

	.index-sevena-sja h1 {
		font-size: 12px;
	}

	.index-sevena-sja p {
		font-size: 12px;
	}

	.index-sevena-sja p span {
		font-size: 16px;
	}

	.index-sevena {
		display: none;
	}

	.box8_1 {
		display: flex;
		width: 100%;
		padding: 0 10px;
		justify-content: space-between;
		position: absolute;
		bottom: 10px;
		left: 0;
		padding: 0 5px;
	}

	.box8_1 h4 {
		font-size: 15px;
		color: #fff;
	}

	.box8_1 span {
		color: #fff;
		font-size: 12px;
	}

	.index-fourc-sj {
		display: block;
	}

	.index-fourc-pc {
		display: none;
	}

	.index-one {
		display: none;
	}

	.index-twob-b {
		width: 100%;
		height: 100%;
	}

	.fiveraswpera {
		padding-bottom: 40px;
	}

	.index-fiverbb a img {
		width: 12px;
	}

	.index-fiverbb {
		margin-top: 9px;
	}

	.index-fiverbb a {
		padding: 8px 20px;
		margin-right: 3px;
		font-size: 12px;
		border-radius: 25px;
	}

	.index-fourca-a {
		position: relative;
		background: #fff;
		padding: 8px;
		border-radius: 0 0 0.1rem 0.1rem;
	}

	.banner img {
		vertical-align: middle;
	}

	.index-onea ul li p {
		font-size: 12px;
	}

	.tianjia-zui {
		display: block;
	}

	.tianjia-zui {
		padding-top: 20px;
	}

	.index-fourca-img img {
		width: 100%;
	}

	.index-fourca-a h1 {
		font-size: 15px;
		color: #333;
		width: 100%;
		font-weight: bold;
	}

	.index-fourca-a p {
		font-size: 12px;
		margin-top: 3px;
		color: #666;
	}

	.index-twob {
		height: auto;
	}

	.indexfourc {
		padding-bottom: 40px;
	}

	.index-fivera {
		margin-top: 20px;
	}

	.index-zkod a {
		background-color: #A47C42;
		font-weight: 700;
		padding: 8px 20px;
		margin-right: 3px;
		font-size: 14px;
	}

	.index-twoa .w {
		position: relative;
	}

	.index-twob-b ul {
		margin-top: 20px;
	}

	.index-fiver {
		padding: 20px 0 5px 0;
		background-color: rgba(249, 249, 249, 1);
	}

	.index-zkod {
		margin-top: -11px;
	}

	.index-twob-b.xin {
		padding-top: 20px;
		padding-bottom: 10px;
		background-color: #fff;
	}

	.index-twob-a select {
		height: 45px;
		background: #fff;
		padding-left: 22px;
		border: 1px solid #A47C42;
		font-size: 14px;
		border-radius: 15px;
		width: 49%;
		margin-bottom: 12px;
	}

	.index-twob-a input {
		margin-bottom: 12px;
		height: 45px;
		background: #fff;
		padding-left: 22px;
		border: 1px solid #A47C42;
		font-size: 14px;
		border-radius: 15px;
		width: 49%;
	}

	.index-twob-a input:nth-child(2n) {
		width: 100%;
	}

	.gallery-topb>div {
		width: 100%;
	}

	.gallery-thumbs .swiper-slide-thumb-active .gallery-thumbs-a p {
		color: #A47C42;
		font-weight: bold;
	}

	.gallery-thumbs .swiper-slide-thumb-active .gallery-thumbs-a img {
		filter: initial;
	}

	.index-twob-a button img {
		margin-right: 10px;
		width: 6%;
	}

	.index-twob-a button {
		width: 100%;
		background: #A47C42;
		border-radius: 20px;
		margin-top: 0px;
		font-size: 14px;
		height: 45px;
	}

	.box11_2 ul {
		display: flex;
		width: 100%;
	}

	.box11_2 ul a {
		width: 33.9%;
		display: block;
		margin-right: 2px;
	}

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

	.index-twob-a h1 {
		font-size: 20px;
		margin-bottom: 17px;
	}

	.index-twob-a {
		width: 100%;
		height: auto;
		background: url(../images/1f949b2821834449b0c52f868cc848f4.png) no-repeat;
		background-size: 100% 104%;
		box-shadow: none;
		border-radius: 10px;
		padding: 17px 20px 19px 20px;
		margin-bottom: 20px;
		border: inherit;
	}

	.index-twob-b ul li {
		margin-left: 9px;
		margin-bottom: 10px;
		height: 130px;
		border: 1px solid #f3f3f3;
		padding: 15px;
		width: 48%;
	}

	.index-ninet-c {
		display: none;
	}

	.index-twob-b ul li h3 {
		font-size: 12px;
		max-width: 61%;
	}

	.index-twob-b ul li h2 {
		width: 27px;
		height: 1px;
	}

	.index-twob-b ul li h1 {
		font-size: 15px;
	}

	.index-twob-b ul li {
		background-size: 67% !important;
	}

	.index-twob-b ul li {
		margin-left: 3px;
		margin-right: 4px;
		box-shadow: inherit;
		background-size: 44% !important;
	}

	.index-twob-b ul li:nth-child(4) {
		display: none;
	}

	.index-twob {
		flex-wrap: wrap;
		margin-top: 0;
	}

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

	.box1 {
		padding: 0.15rem !important;
	}

	.index-one {
		padding: 10px 0;
	}

	.index-onea ul li img {
		height: 14px;
	}

	.index-onea ul li h1 span {
		font-size: 22px;
	}

	.index-page .box1 .menu {
		text-align: center;
	}

	.index-page .box1 .menu .text {
		display: block;
		color: #333;
	}

	.box1 ul li span {
		font-size: 12px;
	}

	.flex-box {
		display: -ms-flexbox;
		display: flex;
	}

	.box1 ul li {
		float: left;
		width: 25%;
		margin-bottom: 20px;
	}

	.flex1 {
		-ms-flex: 1;
		box-flex: 1;
		flex: 1;
		overflow: hidden;
	}

	.index-twoa p {
		display: none;
		font-size: 12px;
		text-align: left;
		margin-top: 4px;
	}

	.gallery-topb h2 {
		text-align: center;
		display: none;
		margin-top: 6px;
		font-size: 16px;
	}

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

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

	.gallery-topb-a a:last-child {
		display: none;
		font-size: 12px;
	}

	.zixui {
		position: absolute;
		width: 100%;
		right: 0;
		bottom: 42%;
	}

	.zixui .swiper-button-prev {
		width: 28px;
		height: 28px;
		border: 1px solid #fff;
		margin-top: 0;
		border-radius: 50%;
		left: 14px;
		filter: brightness(0)invert(1);
		background: url(../images/u481.png) no-repeat center center;
		background-size: 29%;
	}

	.index-four {
		padding: 20px 0 20px 0;
	}

	.index-fourb {
		margin: 15px 0 15px 0;
	}

	.index-fourb ul li {
		padding-bottom: 10px;
		font-size: 16px;
		width: 21%;
		margin-right: 20px;
	}

	.index-fourb ul li:last-child {
		margin-right: 0px;
	}

	.zixui .swiper-button-next {
		width: 28px;
		height: 28px;
		border: 1px solid #fff;
		margin-top: 0;
		border-radius: 50%;
		right: 14px;
		filter: brightness(0)invert(1);
		background: url(../images/u482.png) no-repeat center center;
		background-size: 29%;
	}

	.deviseList .listItem {
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: solid 0.1rem #e5e5e5;
	}

	.deviseList .listItem .feature .lesson {
		font-size: 12px;
		font-weight: 400;
		color: #666666;
		margin: 8px 0 3px;
		transform: scale(0.916);
		transform-origin: top left;
	}

	.deviseList .listItem .feature .styleBox div span {
		display: inline-block;
		font-size: 12px;
		font-weight: 400;
		transform: scale(0.75);
	}

	.deviseList .listItem .feature .styleBox div {
		margin-right: 0.4rem;
		padding: 0 0.3rem;
		height: 15px;
		background: #fcece0;
		border-radius: 4px;
		line-height: 15px;
		text-align: center;
		color: #A47C42;
		white-space: nowrap;
	}

	.deviseList .listItem .open .openBox {
		height: 30px;
		border: 1px solid #A47C42;
		border-radius: 5px;
		text-align: center;
		font-size: 12px;
		font-weight: 500;
		color: #A47C42;
		line-height: 30px;
		margin-top: 10px;
		margin-right: 0;
	}

	.deviseList .listItem .open .num {
		margin-bottom: 6px;
		font-weight: 500;
		color: #787878;
		white-space: nowrap;
		font-size: 12px;
		transform: scale(0.75);
		transform-origin: bottom;
	}

	.deviseList .listItem .feature .allLink {
		font-size: 12px;
		font-weight: 400;
		line-height: 1;
		color: #111111;
	}

	.deviseList .listItem .feature .styleBox {
		display: flex;
	}

	.deviseList .listItem .feature .name {
		font-size: 15px;
		font-weight: 500;
		color: #1e1e1e;
		line-height: 1;
	}

	.deviseList .listItem .feature {
		display: flex;
		flex-direction: column;
		flex: 1;
		font-size: 12px;
		margin-left: 11px;
		justify-content: space-between;
	}

	.deviseList .listItem .photo {
		width: 58px;
		height: 80px;
	}

	.deviseList .listItem .photo img {
		width: 100%;
		object-fit: cover;
		height: 80px;
		border-radius: 5px;
	}

	.gallery-topb-a a {
		margin: 0 auto !important;
		margin-right: inherit;
		display: inherit;
		padding: 8px 21px;
		font-size: 14px;
		text-align: center;
		width: 44%;
	}

	.gallery-topb-a {
		display: none;
		margin-top: 18px;
	}

	.index-threea .gallery-topb-a {
		display: none;
	}

	.index-threea .gallery-topb {
		display: none;
	}

	.gallery-topb {
		width: 100%;
		padding: 10px 10px;
	}

	.gallery-topb h1 {
		display: none;
		font-size: 18px;
		text-align: center;
	}

	.gallery-topc {
		width: 100%;
	}

	.gallery-topa {
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}

	.bieshu-threeb-ul ul li {
		font-weight: bold;
	}

	.xmiss {
		height: 50px;
		width: 50px;
		margin: 0 auto;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
	}

	.gallery-thumbsaa .swiper-slide.swiper-slide-thumb-active .xmiss {
		background: rgba(164, 124, 66, 1);
	}

	.gallery-thumbsaa .swiper-slide.swiper-slide-thumb-active .xmiss img {
		filter: brightness(0)invert(1);
	}

	.index-threeb .gallery-thumbs {
		margin: 17px auto 17px;
	}

	.gallery-thumbs {
		margin: 17px auto 10px;
	}

	.gallery-thumbs-a p {
		font-size: 12px;
		margin-top: 4px;
	}

	.gallery-thumbs-a img {
		width: 29px;
		height: 29px;
	}

	.index-two {
		padding: 20px 0 0px 0;
	}

	.index-twoa h1 {
		font-size: 22px;
		letter-spacing: 4px;
	}

	.index-twoa h1 em {
		margin: 0 0px;
		width: 30px;
		height: 4px;
	}

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

	.index-twoa h1 em {
		display: none;
	}

	.index-twoa h1 {
		text-align: left;
		font-size: 18px;
		letter-spacing: 1px;
	}

	.index-footer {
		display: none;
	}

	.index-eleven {
		padding: 40px 0 0 0;
	}

	.GioEventt {
		position: absolute;
		top: 7px;
		right: 0;
		color: #908F8F;
		font-size: 12px;
	}

	.index-twoa {
		position: relative;
	}

	.box1 ul li img {
		width: 45px;
		height: 45px;
		margin: 0 auto 1.6px;
	}

	.index-page .box1 .menu {
		width: 100%;
	}

	.index-onea ul li {
		width: 33.3%;
		padding: 5px 7px;
		background-color: #fff;
		text-align: center;
		border-right: 1px solid rgba(237, 237, 237, 1);
		border-bottom: 1px solid rgba(237, 237, 237, 1);
	}

	.index-onea ul li:nth-child(3) {
		border-right: 1px solid rgba(237, 237, 237, 1);
	}

	.index-onea ul li h1 {
		margin-top: -3px;
	}

	.index-onea ul li:nth-child(4) {
		width: 50%;
	}

	.index-onea ul li h1 sup {
		font-size: 13px;
	}

	.index-onea ul li:nth-child(5) {
		width: 50%;
	}

	.num_con {
		justify-content: center;
		flex-wrap: wrap;
	}

	.header-topb-a img {
		margin-right: 3px;
	}

	.banner-sj {
		display: block;
	}

	.banner-pc {
		display: none;
	}

	.phone_head .logo img {
		max-height: 22px;
	}

	.header-topb-a a {
		font-size: 12px;
	}

	.phone_head-z {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}

	.header-topb-a {
		position: relative;
		margin-top: 28px;
		margin-left: 0;
	}

	.header-top {
		display: none;
	}

	.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: 45px;
		line-height: 45px;
		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: 45px;
		line-height: 45px;
		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 {
		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;
	}

	.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;
		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: 17px;
		width: 38px;
		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 {
		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 {
		overflow: hidden;
		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) {}
