.trans-scale {
	overflow: hidden
}
.trans-scale .i {
	width: 100%;
	height: auto;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s
}
.trans-liro {
	position: relative;
	overflow: hidden
}
.trans-liro::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255,255,255,0.3);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}
@-webkit-keyframes animat-shake {
0%, 100% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
25%, 75% {
-webkit-transform:rotate(5deg);
transform:rotate(5deg)
}
50% {
-webkit-transform:rotate(-5deg);
transform:rotate(-5deg)
}
}
@keyframes animat-shake {
0%, 100% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
25%, 75% {
-webkit-transform:rotate(5deg);
transform:rotate(5deg)
}
50% {
-webkit-transform:rotate(-5deg);
transform:rotate(-5deg)
}
}
@-webkit-keyframes animat-round {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes animat-round {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@-webkit-keyframes animat-reverse {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(-360deg);
transform:rotate(-360deg)
}
}
@keyframes animat-reverse {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(-360deg);
transform:rotate(-360deg)
}
}

@media screen and (min-width: 769px) {
.trans-scale:hover .i {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.trans-liro:hover::before {
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}
.animat-shake:hover {
	-webkit-animation: animat-shake .5s;
	animation: animat-shake .5s
}
.animat-round::before {
	-webkit-animation: animat-round 5s linear infinite;
	animation: animat-round 5s linear infinite
}
.animat-steps::before {
	-webkit-animation: animat-round 2s steps(12, end) infinite;
	animation: animat-round 2s steps(12, end) infinite
}
}
@font-face {
	font-family: "xfont";
	src: url("../font/xfont.eot");
	src: url("../font/xfont.eot?#iefix") format("embedded-opentype"), url("../font/xfont.woff") format("woff"), url("../font/xfont.ttf") format("truetype"), url("../font/xfont.svg#xfont") format("svg");
	font-weight: normal;
	font-style: normal
}
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
html, body, div, span, p, a, table, tr, th, td, img, iframe, form, input, button, select, textarea {
	margin: 0;
	padding: 0
}
body {
	margin: auto;
	font-family: "微软雅黑", Arial, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	opacity: 0
}
input, button, textarea, select {
	outline: 0;
	border: 0;
	background: none;
	font: inherit;
	color: inherit
}
input, textarea, select {
	min-height: 1.5em
}
ol, ul, li {
	list-style: none
}
input, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
textarea {
	overflow: auto;
	resize: none
}
table {
	border-collapse: collapse;
	border: 0
}
img {
	border: 0;
	outline: 0;
	vertical-align: middle
}
a {
	text-decoration: none;
	color: inherit
}
:focus {
	outline: 0
}
svg:not(:root) {
	overflow: hidden
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0
}
input[type=date] {
	background-color: transparent;
	border: 0;
	filter: 'alpha(opacity=0)'
}
input:focus, textarea:focus {
	color: inherit
}
input::-ms-clear, ::-ms-reveal {
display:none
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#909090;
opacity:1
}
input::-moz-placeholder, textarea::-moz-placeholder {
color:#909090;
opacity:1
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#909090;
opacity:1
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
color:#909090;
opacity:1
}
input::placeholder, textarea::placeholder {
color:#909090;
opacity:1
}
.placeholder {
	color: #909090
}
.init-screen {
	opacity: 1;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-delay: .01s;
	transition-delay: .01s
}
.lock-screen {
	overflow: hidden
}
.xfont, .xicon {
	position: relative;
	-webkit-transition-property: color, background;
	transition-property: color, background;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}
.xfont::before, .xicon::before {
	display: block;
	text-align: center;
	font-family: xfont;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale
}
.xicon {
	width: 30px;
	height: 30px;
	font-size: 1.2em;
	cursor: pointer
}
.xicon::before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.icon-left::before {
	content: '\e504'
}
.icon-right::before {
	content: '\e505'
}
.icon-up::before {
	content: '\e506'
}
.icon-down::before {
	content: '\e507'
}
.icon-search::before {
	content: '\e510'
}
.icon-close::before {
	content: '\e508'
}
.icon-menu::before {
	content: '\e511'
}
.icon-load::before {
	content: '\e512';
	-webkit-animation: animat-round 2s steps(12, end) infinite;
	animation: animat-round 2s steps(12, end) infinite
}
.icon-media-start::before {
	content: '\e520'
}
.icon-media-play::before {
	content: '\e521'
}
.icon-media-pause::before {
	content: '\e522'
}
.icon-media-buffer {
	-webkit-animation: animat-round 5s linear infinite;
	animation: animat-round 5s linear infinite
}
.icon-media-buffer::before {
	content: '\e513'
}
.icon-media-prev::before {
	content: '\e523'
}
.icon-media-next::before {
	content: '\e524'
}
.icon-media-volume::before {
	content: '\e52c'
}
.icon-media-muted::before {
	content: '\e52d'
}
.clear::after, .x-wrap::after, .nav-box::after, .tools-mod::after, .paging-box::after, .slick-track::after, .share-box::after {
	content: '';
	display: table;
	clear: both
}
.fl {
	float: left
}
.fr {
	float: right
}
.middle-box {
	font-size: 0
}
.middle-box::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%
}
.middle-box .middle-cont {
	display: inline-block;
	vertical-align: middle
}
.justify-txt, .justify-box {
	word-break: break-all;
	text-align: justify;
	text-justify: inter-ideograph
}
.justify-box::after {
	content: '';
	display: inline-block;
	padding-left: 100%;
	font-size: 0;
	line-height: 0;
	vertical-align: top
}
.pos-fix {
	position: fixed !important;
	left: 0;
	top: 0
}
.pos-abs {
	position: absolute !important;
	left: 0;
	top: 0
}
.mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}
[data-object-fit="cover"], [object-fit="cover"] {
	-o-object-fit: cover;
	object-fit: cover
}
[data-object-fit="contain"], [object-fit="contain"] {
	-o-object-fit: contain;
	object-fit: contain
}
[data-object-fit="scale-down"], [object-fit="scale-down"] {
	-o-object-fit: scale-down;
	object-fit: scale-down
}
.x-table {
	display: table;
	width: 100%;
	height: 100%;
	border-collapse: collapse
}
.x-cell, .x-nano {
	display: table-cell;
	height: 100%;
	vertical-align: middle
}
.x-cell {
	padding: 0 1em;
	width: 100%
}
.x-nano {
	width: 1%
}
.x-hidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}
.x-visible {
	opacity: 1;
	visibility: visible
}
.x-layout {
	position: relative;
	width: 100%;
	min-width: 1250px;
	overflow: hidden
}
.x-wrap {
	position: relative;
	margin: auto;
	width: 1230px;
	height: 100%
}
.x-header, .x-footer, .x-container {
	position: relative;
	width: 100%;
	z-index: 1
}
.lock-screen {
	margin-right: 17px
}
.lock-screen.full-screen {
	margin-right: 0
}
.t_tit {
	font-size: 36px;
	text-align: center
}
.t_item {
	margin-left: 18px;
	width: 294px;
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden
}
.t_item .img {
	position: relative;
	width: 294px;
	overflow: hidden;
	width: 100%;
	height: 300px
}
.t_item .img::before {
	content: '';
	display: block;
	padding-top: 81.97279%
}
.t_item .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.t_item .cont {
	padding: 22px 20px 30px
}
.t_item .t {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s
}
.t_item .t:hover {
	color: #f4b221
}
.t_item .tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 22px
}
.t_item .tag .s {
	padding: 1px 4px;
	border: 1px solid #00a487;
	font-size: 14px;
	color: #00a487
}
/*质量认证追加*/
.t_item .tag span{width: 22px;height: 28px;float: left;}
.t_item .tag .wgh{background: url(../image/pinzhirenzheng.jpg) no-repeat 0px 0px;}
.t_item .tag .lvse{background: url(../image/pinzhirenzheng.jpg) no-repeat -20px 0px;}
.t_item .tag .youji{background: url(../image/pinzhirenzheng.jpg) no-repeat -40px 0px;}
.t_item .tag .dlbz{background: url(../image/pinzhirenzheng.jpg) no-repeat -60px 0px;}
.t_item .tag .zlzs{background: url(../image/pinzhirenzheng.jpg) no-repeat -84px 0px;}
/*质量认证追加end*/
.t_item .com {
	margin-top: 22px;
	padding-left: 28px;
	background: url(../image/ico11.png) left no-repeat;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #999999
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #f4b221
}
.x-footer {
	padding: 36px 0 22px;
	background-color: #424135
}
.x-footer .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 29px;
	color: #ffffff
}
.x-footer .links>* {
	display: block
}
.x-footer .links-item {
	position: relative;
	padding: 0 15px
}
.x-footer .links-item+.links-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	height: 10px;
	border-left: 1px solid;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.x-footer .ul {
	float: left;
	font-size: 14px;
	color: #afb599
}
.x-footer .li+.li {
	margin-top: 7px
}
.x-footer .li .ico {
	margin-right: 6px;
	width: 20px;
	height: 20px;
	vertical-align: text-bottom
}
.x-footer .fr {
	float: right;
	font-size: 14px;
	color: #afb599
}
.x-footer .fr .p {
	text-align: right
}
.x-footer .fr .p+.p {
	margin-top: 7px
}
.x-footer a {
	-webkit-transition: color .3s;
	transition: color .3s
}
.x-footer a:hover {
	color: #f4b221
}
.x-header {
	z-index: 2
}
.x-header .nav-mod .nav-item.cur>.nav-tit .nav-link {
	color: #f4b221
}
.x-header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 114px;
	background-color: rgba(0,132,83,0.95);
	color: #ffffff
}
.x-header .logo {
	position: relative;
	width: 190px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 126px;
	background-color: #ffffff
}
.x-header .logo .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.x-header .tools-mod {
	position: absolute;
	right: 110px;
	top: 10px;
	z-index: 1
}
.x-header .tools-mod .tools-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid;
	border-radius: 999px;
	font-size: 14px
}
.x-header .tools-mod .user {
	position: relative;
	width: 1px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 20px;
	width: 26px
}
.x-header .tools-mod .user::before {
	content: '';
	display: block;
	padding-top: 100%
}
.x-header .tools-mod .user .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.x-header .tools-mod .xicon:hover {
	color: #f4b221
}
.x-header .tools-mod .select-mod {
	width: 110px;
	margin-right: 5px
}
.x-header .tools-mod .select-bar {
	position: relative;
	border: 0;
	height: 36px
}
.x-header .tools-mod .select-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 12px;
	background: url(../image/ico1.png) center no-repeat
}
.x-header .tools-mod .select-val {
	min-width: 4em
}
.x-header .tools-mod .select-cont {
	color: #333
}
.x-header .tools-mod .search-mod {
	width: 224px
}
.x-header .tools-mod .search-mod::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	height: 13px;
	border-left: 1px solid #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.x-header .tools-mod .search-submit {
	width: 40px;
	background: url(../image/ico2.png) center no-repeat
}
.x-header .tools-mod .search-box {
	border: 0;
	height: 36px
}
.x-header .tools-mod input::-webkit-input-placeholder {
color:inherit
}
.x-header .tools-mod input::-moz-placeholder {
color:inherit
}
.x-header .tools-mod input:-ms-input-placeholder {
color:inherit
}
.x-header .tools-mod input::-ms-input-placeholder {
color:inherit
}
.x-header .tools-mod input::placeholder {
color:inherit
}
.x-header .tools-mod .placeholder {
	color: inherit
}
.x-header .nav-mod {
	position: absolute;
	bottom: 0;
	right: 183px
}
.x-header .nav-mod .nav-item {
	position: relative
}
.x-header .nav-mod .nav-tit .arr {
	display: none
}
.x-header .nav-mod .nav-link {
	display: block;
	white-space: nowrap;
	-webkit-transition-property: color, background;
	transition-property: color, background;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}
.x-header .nav-mod .nav-lv {
	position: absolute;
	min-width: 100%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}
.x-header .nav-mod .nav-grp {
	padding: 10px 0;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1)
}
.x-header .nav-mod .nav-lv1-item {
	float: left;
	padding: 0 21px
}
.x-header .nav-mod .nav-lv1-tit {
	position: relative
}
.x-header .nav-mod .nav-lv1-tit::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	border-top: 6px solid #f4b221;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-transition: width .3s;
	transition: width .3s
}
.x-header .nav-mod .nav-lv1-link {
	padding: 19px 0
}
.x-header .nav-mod .nav-lv1-tit:hover::before {
	width: 100%
}
.x-header .nav-mod .nav-lv1-item.cur .nav-lv1-tit::before {
	width: 100%
}
.x-header .nav-mod .nav-lv2-item+.nav-lv2-item {
	margin-top: 8px
}
.x-header .nav-mod .nav-lv2-tit {
	text-align: center
}
.x-header .nav-mod .nav-lv2-link {
	padding: 0 10px
}
.x-header .nav-mod .nav-lv3 {
	left: 100%;
	top: 0
}
.x-header .nav-mod .nav-lv3-item {
	position: relative;
	float: left
}
.x-header .nav-mod .nav-lv3-item+.nav-lv3-item {
	margin-top: 8px
}
.x-header .nav-mod .nav-item:hover>.nav-lv {
	opacity: 1;
	visibility: visible
}
.x-header .nav-mod .nav-item:hover>.nav-tit .nav-link {
	color: #f4b221
}
.x-header .hz-nav .nav-grp {
	position: relative;
	padding: 20px 0;
	text-align: center
}
.x-header .hz-nav .nav-grp::before {
	content: '\e72e';
	position: absolute;
	left: 50%;
	bottom: 100%;
	margin-bottom: -11px;
	font-size: 30px;
	line-height: 1;
	color: #000;
	font-family: "xfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.x-header .hz-nav .nav-lv2 {
	background-color: #000;
	color: #fff
}
.x-header .hz-nav .nav-lv2-item {
	display: inline-block;
	vertical-align: top
}
.x-header .hz-nav .nav-lv2-item+.nav-lv2-item {
	margin-top: 0
}

@media screen and (max-width: 1600px) {
.x-header .logo {
	left: 10px
}
.x-header .tools-mod {
	right: 10px
}
.x-header .nav-mod {
	right: 50px
}
.x-header .nav-mod .nav-lv1-item {
	padding: 0 15px
}
}
div[data-search] * {
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
div[data-search] .BMapLib_sms_pnl_phone input, div[data-search] .BMapLib_sms_pnl_phone button, div[data-search] .BMapLib_sms_pnl_phone textarea, div[data-search] .BMapLib_sms_pnl_phone select {
	min-height: auto;
	border: 1px solid
}
div[data-search] .BMapLib_bubble_content {
	overflow: auto
}
div[data-search] .infoBox {
	padding: 10px;
	width: 290px;
	background-color: #fff
}
div[data-search] .infoBox>img {
	top: 10px;
	right: 10px !important
}
.bdmap {
	height: 600px
}
.bread-mod {
	position: absolute;
	left: 0;
	right: 0;
	padding: 23px 0
}
.bread-mod .bread-item {
	display: inline-block
}
.bread-mod .bread-item+.bread-item::before {
	content: '>';
	padding: 0 5px;
	font-family: Arial;
	color: #333
}
.bread-mod .bread-item.cur {
	color: #f4b221
}
.bread-mod .bread-link {
	-webkit-transition: color .3s;
	transition: color .3s
}
.bread-mod .bread-link:hover {
	color: #f4b221
}
.paging-mod {
	text-align: center
}
.paging-mod .paging-box {
	display: inline-block;
	vertical-align: top
}
.paging-mod .paging-item {
	float: left;
	margin-right: 5px;
	min-width: 36px;
	font-family: Arial;
	font-size: 18px;
	line-height: 34px;
	color: #999999
}
.paging-mod .paging-arrow {
	font-size: 16px
}
.paging-mod .paging-arrow, .paging-mod .paging-link {
	padding: 0 5px;
	border-radius: 5px;
	border: 1px solid #ddd;
	-webkit-transition-property: color, background, border;
	transition-property: color, background, border;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}
.paging-mod .paging-link.cur {
	background-color: #00a487;
	border-color: #00a487;
	color: #fff;
	cursor: default;
	pointer-events: none
}
.paging-mod .paging-dot {
	margin: 0 5px;
	font-weight: bold;
	letter-spacing: 0.2em
}
.paging-mod .paging-jump {
	margin-right: 0;
	width: 130px
}
.paging-mod .paging-table {
	display: table;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	border: 1px solid #00a487
}
.paging-mod .paging-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle
}
.paging-mod .paging-input {
	display: block;
	padding: 0 10px;
	width: 100%;
	line-height: 1.5;
	text-align: center;
	color: #333
}
.paging-mod .paging-btn {
	display: block;
	padding: 1px;
	width: 50px;
	background-color: #00a487;
	background-clip: content-box;
	border-radius: 3px;
	color: #ffffff;
	line-height: 32px;
	cursor: pointer
}
.paging-mod .paging-more {
	display: none
}
.paging-mod .paging-link:not(.cur):hover, .paging-mod .paging-arrow:hover {
	background-color: #00a487;
	border-color: #00a487;
	color: #fff
}
.pop-mod {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-property: opacity, visibility, z-index;
	transition-property: opacity, visibility, z-index;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s, 0s, .3s;
	transition-delay: 0s, 0s, .3s
}
.pop-mod .pop-close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	z-index: 1;
	cursor: pointer;
	overflow: hidden
}
.pop-mod .pop-panel {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	text-align: center;
	overflow: hidden
}
.pop-mod .pop-panel::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%
}
.pop-mod .pop-dialog {
	position: relative;
	display: inline-block;
	max-width: 99%;
	background: #fff;
	font-size: 16px;
	text-align: left;
	vertical-align: middle;
	word-break: normal
}
.pop-mod .video-native {
	display: none
}
.pop-mod video, .pop-mod iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%
}
.pop-mod.x-show {
	opacity: 1;
	visibility: visible;
	z-index: 999;
	-webkit-transition-property: opacity, visibility, z-index;
	transition-property: opacity, visibility, z-index;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s, 0s, 0s;
	transition-delay: 0s, 0s, 0s
}
.pop-mod.x-show .video-native {
	display: block
}
.pop-mod .pop-close:hover {
	background-color: #f4b221
}
.pop-mod.x-show .pop-panel {
	overflow-y: scroll
}
.pop-mod.x-show>.pop-close {
	margin-right: 17px
}
.full-screen .pop-mod.x-show>.pop-close {
	margin-right: 0
}
.full-screen .pop-mod.x-show .pop-panel {
	overflow: auto
}
.search-mod {
	position: relative
}
.search-mod .search-tap {
	z-index: 1
}
.search-mod .search-tap ~ .search-box {
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 10px;
	width: 200px;
	background-color: #eee;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, transform;
	transition-property: opacity, visibility, transform, -webkit-transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}
.search-mod.at-l .search-tap ~ .search-box {
	top: auto;
	bottom: 50%;
	margin-top: 0;
	width: 0;
	-webkit-transition-property: width, opacity, visibility;
	transition-property: width, opacity, visibility
}
.search-mod.at-l .search-tap ~ .search-box .search-submit {
	visibility: hidden
}
.search-mod .search-box {
	display: table;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden
}
.search-mod .search-txt, .search-mod .search-btn {
	display: table-cell;
	height: 100%;
	vertical-align: middle
}
.search-mod .search-txt {
	padding: 0 1em;
	width: 100%
}
.search-mod .search-btn {
	width: 1%
}
.search-mod .search-input {
	width: 100%
}
.search-mod .search-submit {
	display: block;
	height: 100%;
	cursor: pointer
}
.search-mod.x-show .search-tap ~ .search-box {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%)
}
.search-mod.x-show.at-l .search-tap {
	z-index: -1;
	-webkit-transition-property: z-index;
	transition-property: z-index;
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}
.search-mod.x-show.at-l .search-tap ~ .search-box {
	width: 200px;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%)
}
.search-mod.x-show.at-l .search-tap ~ .search-box .search-submit {
	visibility: visible;
	-webkit-transition-property: visibility;
	transition-property: visibility;
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}
.search-mod .search-tap:hover, .search-mod .search-submit:hover {
	color: #f4b221
}
.select-mod {
	position: relative
}
.select-mod .select-bar {
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden
}
.select-mod .select-native {
	display: none
}
.select-mod .select-trigger {
	cursor: pointer
}
.select-mod .select-btn {
	float: right;
	height: 100%
}
.select-mod .select-txt {
	position: relative;
	padding: 0 1em;
	height: 100%;
	overflow: hidden
}
.select-mod .select-val {
	position: relative;
	top: 50%;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.select-mod .select-cont, .select-mod .select-query {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	padding: 1em 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden
}
.select-mod .select-cont::before, .select-mod .select-query::before {
	content: '';
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px
}
.select-mod .select-opts {
	max-height: 16em;
	overflow: hidden
}
.select-mod .select-item {
	padding: 0.4em 0.2em;
	line-height: 1.2;
	text-align: center;
	cursor: pointer
}
.select-mod .select-item.cur {
	color: #f4b221
}
.select-mod.at-t .select-cont {
	top: auto;
	bottom: 100%
}
.select-mod.at-t .select-cont::before {
	top: 0;
	bottom: 1px
}
.select-mod.sc-show {
	z-index: 1
}
.select-mod.sc-show .select-cont {
	opacity: 1;
	visibility: visible
}
.select-mod.sc-show .select-trigger .select-btn, .select-mod.sc-show .select-trigger.select-btn {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
.select-mod.sq-show .select-query {
	opacity: 1;
	visibility: visible
}
.select-mod .mCSB_scrollTools {
	right: 12px
}
.select-mod .select-trigger:hover .select-btn, .select-mod .select-trigger.select-btn:hover, .select-mod .select-item:hover {
	color: #f4b221
}
.icon-wx::before {
	content: '\e601'
}
.icon-wb::before {
	content: '\e602'
}
.icon-qq::before {
	content: '\e603'
}
.icon-qz::before {
	content: '\e604'
}
.icon-twitter::before {
	content: '\e605'
}
.icon-facebook::before {
	content: '\e606'
}
.icon-linkedin::before {
	content: '\e607'
}
.icon-share::before {
	content: '\e608'
}
.share-mod .share-label, .share-mod .share-label ~ .share-box {
	display: inline-block;
	vertical-align: middle
}
.share-box .share-item {
	float: left
}
.share-box .code {
	width: 100px;
	height: 100px;
	overflow: hidden
}
.share-box .code img, .share-box .code canvas {
	width: 100%
}
.share-box .share-item:hover {
	color: #f4b221
}
.slick-slider {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.slick-item {
	position: relative
}
.slick-list {
	position: relative;
	z-index: 1;
	overflow: hidden
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
[dir='rtl'] .slick-slide {
	float: right
}
.slick-slide img {
	display: block;
	width: 100%
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto
}
.slick-arrow {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	z-index: 3;
	cursor: pointer
}
.slick-arrow.slick-hidden {
	display: none
}
.slick-loading .slick-list {
	background: #fff
}
.slick-dots {
	margin: 0;
	padding: 0;
	z-index: 3
}
.slick-dot {
	cursor: pointer
}
.slick-arrow {
	background: center no-repeat
}
.slick-prev {
	left: 0
}
.slick-next {
	right: 0
}
.slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 0;
	text-align: center
}
.slick-dot {
	display: inline-block;
	margin: 0 8px;
	width: 13px;
	height: 13px;
	background-color: #fff
}
.slick-arrow.slick-disabled, .slick-arrow.slick-disabled:hover {
	opacity: 0.5;
	cursor: initial
}
.slick-arrow:not(.slick-disabled):hover {
	color: #f4b221
}
.slick-dot.slick-active, .slick-dot:hover {
	background-color: #f4b221
}
.suds-mod {
	position: relative
}
.suds-mod .suds-pop {
	position: absolute;
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, transform;
	transition-property: opacity, visibility, transform, -webkit-transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}
.suds-mod .suds-pop::before, .suds-mod .suds-pop::after {
	content: '';
	position: absolute
}
.suds-mod .suds-pop::before {
	width: 12px;
	height: 12px;
	background-color: #fff
}
.suds-mod .suds-pop::after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff
}
.suds-mod .suds-pop.at-t {
	left: 50%;
	bottom: 100%;
	margin-bottom: 10px;
	-webkit-transform: translate(-50%, 10%);
	-ms-transform: translate(-50%, 10%);
	transform: translate(-50%, 10%)
}
.suds-mod .suds-pop.at-t::before {
	left: 50%;
	top: 100%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
.suds-mod .suds-pop.at-b {
	left: 50%;
	top: 100%;
	margin-top: 10px;
	-webkit-transform: translate(-50%, -10%);
	-ms-transform: translate(-50%, -10%);
	transform: translate(-50%, -10%)
}
.suds-mod .suds-pop.at-b::before {
	left: 50%;
	bottom: 100%;
	-webkit-transform: translate(-50%, 50%) rotate(45deg);
	-ms-transform: translate(-50%, 50%) rotate(45deg);
	transform: translate(-50%, 50%) rotate(45deg)
}
.suds-mod .suds-pop.at-l {
	right: 100%;
	top: 50%;
	margin-right: 10px;
	-webkit-transform: translate(10%, -50%);
	-ms-transform: translate(10%, -50%);
	transform: translate(10%, -50%)
}
.suds-mod .suds-pop.at-l::before {
	top: 50%;
	left: 100%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
.suds-mod .suds-pop.at-r {
	left: 100%;
	top: 50%;
	margin-left: 10px;
	-webkit-transform: translate(-10%, -50%);
	-ms-transform: translate(-10%, -50%);
	transform: translate(-10%, -50%)
}
.suds-mod .suds-pop.at-r::before {
	top: 50%;
	right: 100%;
	-webkit-transform: translate(50%, -50%) rotate(45deg);
	-ms-transform: translate(50%, -50%) rotate(45deg);
	transform: translate(50%, -50%) rotate(45deg)
}
.suds-mod .suds-pop>* {
	position: relative;
	z-index: 1
}
.suds-mod.x-show, .suds-mod:hover {
	z-index: 1
}
.suds-mod.x-show>.suds-pop, .suds-mod:hover>.suds-pop {
	opacity: 1;
	visibility: visible
}
.suds-mod.x-show>.suds-pop.at-t, .suds-mod:hover>.suds-pop.at-t {
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%)
}
.suds-mod.x-show>.suds-pop.at-b, .suds-mod:hover>.suds-pop.at-b {
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%)
}
.suds-mod.x-show>.suds-pop.at-l, .suds-mod:hover>.suds-pop.at-l {
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%)
}
.suds-mod.x-show>.suds-pop.at-r, .suds-mod:hover>.suds-pop.at-r {
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%)
}
.suds-mod:hover>.suds-target+.suds-pop {
	opacity: 0;
	visibility: hidden
}
.suds-mod.x-show>.suds-target+.suds-pop {
	opacity: 1;
	visibility: visible
}
.tab-mod .tab-term {
	cursor: pointer
}
.tab-mod .tab-term.cur {
	color: #f4b221
}
.tab-mod .tab-item {
	opacity: 0;
	visibility: hidden
}
.tab-mod .tab-item.act {
	opacity: 1;
	visibility: visible
}
.topping-mod {
	position: fixed;
	right: 0;
	bottom: 10px;
	width: 73px;
	height: 73px;
	background: #acb683 url(../image/ico6.png) center no-repeat;
	color: #fff;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-property: opacity, visibility, background, color;
	transition-property: opacity, visibility, background, color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}
.topping-mod .s {
	font-family: Arial;
	text-transform: uppercase
}
.topping-mod.x-show {
	opacity: 1;
	visibility: visible
}
.vjs-full-window .topping-mod {
	z-index: -1
}
.topping-mod:hover {
	background-color: #f4b221
}
.lock-screen .topping-mod {
	margin-right: 17px
}
.lock-screen.full-screen .topping-mod {
	margin-right: 0
}
.tracker-mod .tracker-prev {
	cursor: pointer
}
.tracker-mod .tracker-next {
	cursor: pointer
}
.tracker-mod .tracker-box {
	overflow: hidden
}
.tracker-mod .tracker-track {
	min-width: 100%;
	min-height: 100%
}
.tracker-mod .tracker-item {
	cursor: pointer
}
.tracker-mod .tracker-item.cur {
	color: #f4b221
}
.tracker-mod.dir-hor .tracker-prev {
	float: left
}
.tracker-mod.dir-hor .tracker-next {
	float: right
}
.tracker-mod.dir-hor .tracker-box {
	text-align: center
}
.tracker-mod.dir-hor .tracker-track {
	display: table;
	white-space: nowrap;
	font-size: 0
}
.tracker-mod.dir-hor .tracker-item {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px
}
.tracker-mod.dir-ver .tracker-box {
	height: 300px
}
.tracker-mod.dir-ver .tracker-item {
	margin: 10px 0
}
.brand_show1 {
	position: relative
}
.brand_show1 .img {
	position: relative;
	width: 1920px;
	overflow: hidden;
	width: 100%
}
.brand_show1 .img::before {
	content: '';
	display: block;
	padding-top: 47.08333%
}
.brand_show1 .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.brand_show1 .cont {
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	color: #ffffff;
	line-height: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.brand_show1 .cont .b {
	font-size: 120px;
	font-weight: bold
}
.brand_show1 .cont .p {
	margin-top: 22px;
	font-family: Arial;
	font-size: 96px
}
.brand_show2 {
	padding: 54px 0 20px;
	min-height: 275px;
	background: url(../image/bg6.jpg) center no-repeat;
	background-size: cover
}
.brand_show2 .brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	padding-right: 0
}
.brand_show2 .brand>* {
	display: block
}
.brand_show2 .brand>* {
	width: 0;
	height: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}
.brand_show2 .brand>:first-child {
	width: auto;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.brand_show2 .brand .cir {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-right: 40px;
	padding: 20px;
	width: 140px;
	height: 140px;
	background-color: #fff;
	border-radius: 50%;
	color: #0b875a;
	text-align: center
}
.brand_show2 .brand .cir>* {
	display: block
}
.brand_show2 .brand .cir::before {
	content: '';
	position: absolute;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	background: url(../image/png2.png) center no-repeat;
	background-size: contain;
	pointer-events: none;
	-webkit-animation: animat-reverse 5s linear infinite;
	animation: animat-reverse 5s linear infinite
}
.brand_show2 .brand .b {
	font-size: 48px;
	font-weight: bold;
	line-height: 1
}
.brand_show2 .brand .p {
	font-size: 18px
}
.brand_show2 .brand .input {
	padding: 25px 38px;
	border: 1px solid #fff;
	border-radius: 999px;
	font-size: 18px;
	color: #ffffff
}
.brand_show2 .brand input {
	display: block;
	width: 100%
}
.brand_show2 input::-webkit-input-placeholder {
color:inherit
}
.brand_show2 input::-moz-placeholder {
color:inherit
}
.brand_show2 input:-ms-input-placeholder {
color:inherit
}
.brand_show2 input::-ms-input-placeholder {
color:inherit
}
.brand_show2 input::placeholder {
color:inherit
}
.brand_show2 .placeholder {
	color: inherit
}
.brand_show2 .dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 32px
}
.brand_show2 .dl>* {
	display: block
}
.brand_show2 .dl>* {
	width: 0;
	height: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}
.brand_show2 .dl>:first-child, .brand_show2 .dl>:last-child {
	width: auto;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.brand_show2 .dl .dt {
	padding: 5px 32px;
	width: auto;
	background-color: #f4b221;
	border-radius: 999px;
	color: #333333;
	white-space: nowrap
}
.brand_show2 .dl .dd {
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden
}
.brand_show2 .dl .p {
	position: relative;
	display: inline-block;
	margin: 0 26px 10px;
	padding: 5px 0;
	vertical-align: top;
	cursor: pointer
}
.brand_show2 .dl .btn {
	width: 22px;
	height: 34px;
	background: url(../image/ico16.png) center no-repeat;
	cursor: pointer
}
.brand_show2 .dl .dd.act {
	white-space: normal
}
.brand_show2 .dl .dd.act ~ .btn {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}
.brand_show2 .dl .p.cur::after {
	content: '';
	position: absolute;
	left: 2px;
	right: 2px;
	top: 100%;
	height: 3px;
	background-color: #f4b221;
	border-radius: 9px
}
.brand_show3 {
	padding-bottom: 100px
}
.brand_show3 .li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 80px 0
}
.brand_show3 .li::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 9999px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.brand_show3 .li .img {
	position: relative;
	position: relative;
	width: 615px;
	overflow: hidden;
	width: 50%
}
.brand_show3 .li .cont{
	height: 520px;
}
.brand_show3 .li .img::before {
	content: '';
	display: block;
	/*padding-top: 95.12195%*/
}
.brand_show3 .li .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 615px;
	height: 520px;
}
.brand_show3 .li .img::after {
	content: '';
	position: absolute;
	top: 50%;
	border: 20px solid transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.brand_show3 .li .vm {
	position: absolute;
	bottom: 20px;
	width: 150px;
	height: 150px
}
.brand_show3 .li .cont {
	position: relative;
	width: 50%;
	padding: 40px 60px;
	font-size: 18px
}
.brand_show3 .li .t {
	font-size: 30px
}
.brand_show3 .li .logo {
	position: relative;
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin-top: 32px
}
.brand_show3 .li .logo::before {
	content: '';
	display: block;
	padding-top: 24.30556%
}
.brand_show3 .li .logo .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.brand_show3 .li .p {
	padding: 44px 0;
	padding-left: 60px;
	background: left no-repeat;
	border-bottom: 1px solid #eaeaea
}
.brand_show3 .li .b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 37px
}
.brand_show3 .li .b>* {
	display: block
}
.brand_show3 .li .b>* {
	width: 0;
	height: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}
.brand_show3 .li .b>:first-child {
	width: auto;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.brand_show3 .li .l {
	margin-right: 8px;
	padding-right: 44px;
	background: url(../image/ico21.png) right no-repeat;
	line-height: 32px;
	white-space: nowrap
}
.brand_show3 .li .s {
	padding: 2px 0
}
.brand_show3 .li:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
.brand_show3 .li:nth-child(odd)::before {
	background: url(../image/bg7.jpg) center no-repeat
}
.brand_show3 .li:nth-child(odd) .img::after {
	left: 0;
	border-left: 20px solid #fff
}
.brand_show3 .li:nth-child(odd) .vm {
	right: 10px
}
.brand_show3 .li:nth-child(odd) .cont {
	background-color: #fff
}
.brand_show3 .li:nth-child(odd) .p {
	background-image: url(../image/ico17.png)
}
.brand_show3 .li:nth-child(odd) .p+.p {
	background-image: url(../image/ico18.png)
}
.brand_show3 .li:nth-child(even)::before {
	background: #fff
}
.brand_show3 .li:nth-child(even) .img::after {
	right: 0;
	border-right: 20px solid #0b875a
}
.brand_show3 .li:nth-child(even) .vm {
	left: 10px
}
.brand_show3 .li:nth-child(even) .cont {
	background-color: #00a487;
	color: #ffffff
}
.brand_show3 .li:nth-child(even) .p {
	background-image: url(../image/ico19.png);
	border-color: rgba(255,255,255,0.2)
}
.brand_show3 .li:nth-child(even) .p+.p {
	background-image: url(../image/ico20.png)
}
.brand_show3 .center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.brand_show3 .center>* {
	display: block
}
.brand_show3 .loading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.brand_show3 .loading>* {
	display: block
}
.brand_show3 .loading::before {
	margin-right: 20px;
	font-size: 35px;
	color: #00a487
}
.enterprise_details1 {
	position: relative
}
.enterprise_details1 .img {
	position: relative;
	width: 1920px;
	overflow: hidden;
	width: 100%
}
.enterprise_details1 .img::before {
	content: '';
	display: block;
	padding-top: 47.08333%
}
.enterprise_details1 .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.enterprise_details1 .t {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 66px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.enterprise_details2 {
	padding: 100px 0;
	background: url(../image/bg8.jpg) center no-repeat
}
.enterprise_details2 .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.enterprise_details2 .img {
	position: relative;
	width: 615px;
	overflow: hidden;
	width: 50%
}
.enterprise_details2 .img::before {
	content: '';
	display: block;
	padding-top: 94.30894%
}
.enterprise_details2 .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.enterprise_details2 .cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 78px 40px 78px 45px;
	width: 50%;
	background-color: #00a487;
	color: #ffffff
}
.enterprise_details2 .cont>* {
	display: block
}
.enterprise_details2 .cont>* {
	width: auto;
	height: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}
.enterprise_details2 .cont>:first-child {
	height: auto;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.enterprise_details2 .cont .t {
	font-size: 36px
}
.enterprise_details2 .cont .scroll {
	margin-top: 32px;
	overflow: hidden
}
.enterprise_details2 .cont .p {
	line-height: 1.75;
	word-break: break-all;
	text-align: justify;
	text-justify: inter-ideograph
}
.enterprise_details2 .mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff
}
.enterprise_details3 {
	position: relative
}
.enterprise_details3 .img {
	position: relative;
	width: 1920px;
	overflow: hidden;
	width: 100%
}
.enterprise_details3 .img::before {
	content: '';
	display: block;
	padding-top: 27.08333%
}
.enterprise_details3 .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.enterprise_details3 .ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #ffffff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.enterprise_details3 .ul>* {
	display: block
}
.enterprise_details3 .li {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	margin: 0 10px;
	padding: 20px;
	width: 275px;
	height: 275px
}
.enterprise_details3 .li::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../image/png2.png) center no-repeat;
	background-size: contain;
	-webkit-animation: animat-reverse 5s linear infinite;
	animation: animat-reverse 5s linear infinite
}
.enterprise_details3 .li:nth-child(1)::before {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}
.enterprise_details3 .li:nth-child(2)::before {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}
.enterprise_details3 .li:nth-child(3)::before {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}
.enterprise_details3 .li:nth-child(3) .p {
	text-align: center
}
.enterprise_details3 .li:nth-child(4)::before {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}
.enterprise_details3 .li .cir {
	position: relative;
	padding: 48px 40px 0;
	height: 100%;
	background-color: rgba(255,255,255,0.15);
	border: 1px solid;
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s
}
.enterprise_details3 .li .t {
	font-size: 24px;
	text-align: center
}
.enterprise_details3 .li .p {
	margin-top: 8px;
	font-size: 16px;
	word-break: break-all;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.125
}
.enterprise_details3 .li:hover .cir {
	background-color: #f4b221;
	border-color: #f4b221;
	color: #333333
}
.enterprise_details4 {
	padding: 100px 0;
	background: url(../image/bg10.jpg) center no-repeat
}
.enterprise_details4 .t_tit {
	position: relative;
	z-index: 5
}
.enterprise_details4 .slick-mod {
	margin-top: 32px;
	width: 100% !important
}
.enterprise_details4 .slick-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin: 0 190px;
	margin-top: -8px;
	padding-bottom: 10px;
	border-bottom: 1px solid #00a487
}
.enterprise_details4 .slick-nav>* {
	display: block
}
.enterprise_details4 .slick-item {
	position: absolute;
	top: 0;
	left: 50%;
	width: 600px;
	z-index: 0;
	opacity: 0;
	-webkit-transform: translateX(-50%) scale(0.8);
	-ms-transform: translateX(-50%) scale(0.8);
	transform: translateX(-50%) scale(0.8);
	-webkit-transition: all .5s, z-index 0s .001s;
	transition: all .5s, z-index 0s .001s
}
.enterprise_details4 .slick-l {
	padding-top: 87px;
	left: 0;
	z-index: 1;
	opacity: 1;
	-webkit-transform: translateX(0) scale(1);
	-ms-transform: translateX(0) scale(1);
	transform: translateX(0) scale(1)
}
.enterprise_details4 .slick-l .img {
	height: 270px
}
.enterprise_details4 .slick-c {
	padding-top: 0;
	z-index: 2;
	opacity: 1;
	-webkit-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1)
}
.enterprise_details4 .slick-c .img {
	height: 338px
}
.enterprise_details4 .slick-c .t {
	opacity: 1;
	visibility: visible
}
.enterprise_details4 .slick-r {
	padding-top: 87px;
	left: 100%;
	z-index: 1;
	opacity: 1;
	-webkit-transform: translateX(-100%) scale(1);
	-ms-transform: translateX(-100%) scale(1);
	transform: translateX(-100%) scale(1)
}
.enterprise_details4 .slick-r .img {
	height: 270px
}
.enterprise_details4 .slick-arrow {
	width: 80px;
	height: 80px;
	background-color: #00a487;
	-webkit-transition: all .3s;
	transition: all .3s
}
.enterprise_details4 .slick-prev {
	background-image: url(../image/prev2.png)
}
.enterprise_details4 .slick-next {
	background-image: url(../image/next2.png)
}
.enterprise_details4 .slick-arrow:not(.slick-disabled):hover {
	background-color: #f4b221
}
.enterprise_details4 .img {
	position: relative;
	width: 600px;
	overflow: hidden;
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s
}
.enterprise_details4 .img::before {
	content: '';
	display: block;
	padding-top: 56.33333%
}
.enterprise_details4 .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.enterprise_details4 .t {
	padding: 32px;
	background-color: #fff;
	font-size: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	transition: all .5s
}
.enterprise_details4 .more {
	display: block;
	margin: auto;
	margin-top: 65px;
	width: 183px;
	background-color: #00a083;
	border-radius: 999px;
	font-size: 18px;
	line-height: 44px;
	color: #ffffff;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s
}
.enterprise_details4 .more::after {
	content: '';
	display: inline-block;
	margin-left: 10px;
	width: 9px;
	height: 14px;
	background: url(../image/ico5.png) no-repeat
}
.enterprise_details4 .more:hover {
	background-color: #f4b221
}
.enterprise_details5 {
	padding: 100px 0;
	background: #eef5f3 url(../image/bg9.jpg) center top no-repeat
}
.enterprise_details5 .t_tit {
	color: #ffffff
}
.enterprise_details5 .slick-mod {
	margin-top: 37px
}
.enterprise_details5 .slick-arrow {
	position: absolute;
	top: 50%;
	width: 80px;
	height: 80px;
	background-color: #00a487;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	transition: all .3s
}
.enterprise_details5 .slick-prev {
	background-image: url(../image/prev2.png)
}
.enterprise_details5 .slick-next {
	background-image: url(../image/next2.png)
}
.enterprise_details5 .slick-arrow:not(.slick-disabled):hover {
	background-color: #f4b221
}
.enterprise_details5 .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.enterprise_details5 .t_item {
	margin-bottom: 20px
}
.enterprise_details5 .t_item:nth-child(4n+1) {
	margin-left: 0
}
.home1 .img {
	position: relative;
	width: 1920px;
	overflow: hidden;
	width: 100%
}
.home1 .img::before {
	content: '';
	display: block;
	padding-top: 47.08333%
}
.home1 .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.home1 .himg {
	position: relative;
	width: 470px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 1s .5s;
	transition: all 1s .5s
}
.home1 .himg::before {
	content: '';
	display: block;
	padding-top: 34.04255%
}
.home1 .himg .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.home1 .slick-dots {
	bottom: 43px
}
.home1 .slick-current .himg {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.home2 {
	position: relative;
	height: 464px;
	overflow: hidden
}
.home2 .unit1 {
	padding: 98px 0 131px;
	height: 100%;
	background: #fff url(../image/bg1.jpg) center bottom no-repeat;
	-webkit-transition: all .5s;
	transition: all .5s
}
.home2 .unit1 .t_tit {
	position: relative;
	padding-bottom: 11px
}
.home2 .unit1 .t_tit::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 53px;
	height: 3px;
	background-color: #f4b221;
	border-radius: 99px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.home2 .unit1 .ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 45px
}
.home2 .unit1 .ul>* {
	display: block
}
.home2 .unit1 .li {
	padding: 0 22px;
	text-align: center
}
.home2 .unit1 .icon {
	position: relative;
	width: 1px;
	overflow: hidden;
	width: 76px
}
.home2 .unit1 .icon::before {
	content: '';
	display: block;
	padding-top: 100%
}
.home2 .unit1 .icon .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.home2 .unit1 .t {
	position: relative;
	margin-top: 18px;
	padding-bottom: 7px
}
.home2 .unit1 .t::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 26px;
	height: 3px;
	background-color: #acb683;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.home2 .unit2 {
	height: 100%;
	background-color: #4e9b6e;
	color: #ffffff;
	-webkit-transition: all .5s;
	transition: all .5s
}
.home2 .unit2 .ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 100%
}
.home2 .unit2 .ul>* {
	display: block
}
.home2 .unit2 .ul>* {
	width: 0;
	height: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}
.home2 .unit2 .li {
	padding: 0 22px;
	text-align: center
}
.home2 .unit2 .li+.li {
	border-left: 1px solid rgba(172,182,131,0.3)
}
.home2 .unit2 .icon {
	position: relative;
	width: 1px;
	overflow: hidden;
	margin: auto;
	width: 52px
}
.home2 .unit2 .icon::before {
	content: '';
	display: block;
	padding-top: 100%
}
.home2 .unit2 .icon .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.home2 .unit2 .t {
	margin: 6px 0 30px;
	font-size: 18px
}
.home2 .unit2 .p {
	font-size: 14px
}
.home2 .unit2 .p+.p {
	margin-top: 13px
}
.home2 .unit2 .x-wrap {
	padding: 40px 0 14px
}
.home2 .unit2 .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	height: 46px;
	background: #f4b221 url(../image/ico4.png) center no-repeat;
	cursor: pointer
}
.home2:hover .unit1, .home2:hover .unit2 {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}
.home2 a {
	-webkit-transition: color .3s;
	transition: color .3s
}
.home2 a:hover {
	color: #f4b221
}
.home2.cube-mod {
	position: relative;
	background: #000
}
.home2.cube-mod .cube-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-perspective: 500px;
	perspective: 500px
}
.home2.cube-mod .cube-frond {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transition: all .5s linear .1s;
	transition: all .5s linear .1s
}
.home2.cube-mod .cube-back {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-transition: all .5s linear;
	transition: all .5s linear
}
.home2.cube-mod:hover .cube-box .cube-frond {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}
.home2.cube-mod:hover .cube-box .cube-back {
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg)
}
.home3 {
	padding: 92px 0 83px;
	background: url(../image/bg2.jpg) center no-repeat
}
.home3 .tab-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.home3 .tab-bar>* {
	display: block
}
.home3 .tab-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	background-color: #fff;
	border-radius: 999px;
	font-size: 36px;
	text-align: center
}
.home3 .tab-box>* {
	display: block
}
.home3 .tab-box::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #00a487;
	border-radius: 999px;
	-webkit-transition: left .3s;
	transition: left .3s
}
.home3 .tab-box.hit::before {
	left: 50%
}
.home3 .tab-term {
	position: relative;
	padding: 4px;
	width: 222px;
	-webkit-transition: color .3s;
	transition: color .3s
}
.home3 .tab-term.cur {
	color: #ffffff
}
.home3 .tab-cont {
	position: relative;
	margin-top: 39px
}
.home3 .tab-item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.home3 .tab-item.act {
	position: relative
}
.home3 .table {
	text-align: center
}
.home3 .thead {
	padding: 30px 0 22px;
	background-color: #ffb502;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	font-size: 18px;
	color: #ffffff
}
.home3 .tbody {
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.home3 .tbody .td {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	padding: 0 50px
}
.home3 .table1 .tbody .td:nth-child(1) {
	padding: 0
}
.home3 .table1 .tbody .td:nth-child(2) {
	text-align: left
}
.home3 .table1 .tbody .td:nth-child(3) {
	font-family: Arial
}
.home3 .table1 .tbody .td:nth-child(5) {
	font-family: Arial;
	color: #8a8a8a
}
.home3 .table2 .tbody .td {
	height: 117px
}
.home3 .table2 .tbody .td:nth-child(1) {
	text-align: left
}
.home3 .table2 .tbody .td:nth-child(2) {
	font-family: Arial
}
.home3 .table2 .tbody .td:nth-child(4) {
	font-family: Arial;
	color: #8a8a8a
}
.home3 .row {
	background-color: #fff;
	opacity: 0;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}
.home3 .row:nth-child(1) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}
.home3 .row:nth-child(2) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}
.home3 .row:nth-child(3) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}
.home3 .row:nth-child(4) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}
.home3 .row:nth-child(5) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}
.home3 .row+.row {
	margin-top: 2px
}
.home3 .tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.home3 .tr>* {
	display: block
}
.home3 .td {
	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
}
.home3 .td>* {
	display: block
}
.home3 .table1 .td:nth-child(1) {
	width: 185px
}
.home3 .table1 .td:nth-child(2) {
	width: 378px
}
.home3 .table1 .td:nth-child(3) {
	width: 130px
}
.home3 .table1 .td:nth-child(4) {
	width: 334px
}
.home3 .table1 .td:nth-child(5) {
	width: 203px
}
.home3 .table2 .td:nth-child(1) {
	width: 390px
}
.home3 .table2 .td:nth-child(2) {
	width: 290px
}
.home3 .table2 .td:nth-child(3) {
	width: 280px
}
.home3 .table2 .td:nth-child(4) {
	width: 270px
}
.home3 .td .p {
	max-width: 100%
}
.home3 .img {
	position: relative;
	width: 185px;
	overflow: hidden;
	width: 100%
}
.home3 .img::before {
	content: '';
	display: block;
	padding-top: 63.24324%
}
.home3 .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.home3 .slick-track {
	position: relative;
	width: 100% !important
}
.home3 .slick-slide {
	position: absolute !important;
	left: 0 !important;
	top: 0;
	width: 100%
}
.home3 .slick-current {
	position: relative !important
}
.home3 .slick-list {
	overflow: visible
}
.home3 .slick-current .row {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transition: all 1s;
	transition: all 1s
}
.home3 .more {
	display: block;
	margin: auto;
	margin-top: 29px;
	width: 183px;
	background-color: #00a083;
	border-radius: 999px;
	font-size: 18px;
	line-height: 44px;
	color: #ffffff;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s
}
.home3 .more::after {
	content: '';
	display: inline-block;
	margin-left: 10px;
	width: 9px;
	height: 14px;
	background: url(../image/ico5.png) no-repeat
}
.home3 .more:hover {
	background-color: #f4b221
}
.home33 {
	/* padding: 92px 0 83px; */
}
.home33 .tab-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.home33 .tab-bar>* {
	display: block
}
.home33 .tab-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	background-color: #fff;
	border-radius: 999px;
	font-size: 36px;
	text-align: center
}
.home33 .tab-box>* {
	display: block
}
.home33 .tab-box::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 30%;
	height: 100%;
	background-color: #00a487;
	border-radius: 999px;
}
.home33 .tab-box.hit::before {
	left: 33%
}
.home33 .tab-term {
	position: relative;
	padding: 4px;
	width: 222px;
	-webkit-transition: color .3s;
	transition: color .3s
}
.home33 .tab-term.cur {
	color: #ffffff
}
.home33 .tab-cont {
	position: relative;
	margin-top: 39px
}
.home33 .tab-item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.home33 .tab-item.act {
	position: relative
}
.home33 .table {
	text-align: center
}
.home33 .thead {
	padding: 30px 0 22px;
	background-color: #ffb502;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	font-size: 18px;
	color: #ffffff
}
.home33 .tbody {
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px
}
.home33 .tbody .td {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	padding: 0 50px
}
.home33 .table1 .tbody .td:nth-child(1) {
	padding: 0
}
.home33 .table1 .tbody .td:nth-child(2) {
	text-align: left
}
.home33 .table1 .tbody .td:nth-child(3) {
	font-family: Arial
}
.home33 .table1 .tbody .td:nth-child(5) {
	font-family: Arial;
	color: #8a8a8a
}
.home33 .table2 .tbody .td {
	height: 117px
}
.home33 .table2 .tbody .td:nth-child(1) {
	text-align: left
}
.home33 .table2 .tbody .td:nth-child(2) {
	font-family: Arial
}
.home33 .table2 .tbody .td:nth-child(4) {
	font-family: Arial;
	color: #8a8a8a
}
.home33 .row {
	background-color: #fff;
	opacity: 0;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}
.home33 .row:nth-child(1) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}
.home33 .row:nth-child(2) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}
.home33 .row:nth-child(3) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}
.home33 .row:nth-child(4) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}
.home33 .row:nth-child(5) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}
.home33 .row+.row {
	margin-top: 2px
}
.home33 .tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.home33 .tr>* {
	display: block
}
.home33 .td {
	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
}
.home33 .td>* {
	display: block
}
.home33 .table1 .td:nth-child(1) {
	width: 185px
}
.home33 .table1 .td:nth-child(2) {
	width: 378px
}
.home33 .table1 .td:nth-child(3) {
	width: 130px
}
.home33 .table1 .td:nth-child(4) {
	width: 334px
}
.home33 .table1 .td:nth-child(5) {
	width: 203px
}
.home33 .table2 .td:nth-child(1) {
	width: 390px
}
.home33 .table2 .td:nth-child(2) {
	width: 290px
}
.home33 .table2 .td:nth-child(3) {
	width: 280px
}
.home33 .table2 .td:nth-child(4) {
	width: 270px
}
.home33 .td .p {
	max-width: 100%
}
.home33 .img {
	position: relative;
	width: 185px;
	overflow: hidden;
	width: 100%
}
.home33 .img::before {
	content: '';
	display: block;
	padding-top: 63.24324%
}
.home33 .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.home33 .slick-track {
	position: relative;
	width: 100% !important
}
.home33 .slick-slide {
	position: absolute !important;
	left: 0 !important;
	top: 0;
	width: 100%
}
.home33 .slick-current {
	position: relative !important
}
.home33 .slick-list {
	overflow: visible
}
.home33 .slick-current .row {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transition: all 1s;
	transition: all 1s
}
.home33 .more {
	display: block;
	margin: auto;
	margin-top: 29px;
	width: 183px;
	background-color: #00a083;
	border-radius: 999px;
	font-size: 18px;
	line-height: 44px;
	color: #ffffff;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s
}
.home33 .more::after {
	content: '';
	display: inline-block;
	margin-left: 10px;
	width: 9px;
	height: 14px;
	background: url(../image/ico5.png) no-repeat
}
.home33 .more:hover {
	background-color: #f4b221
}
.home4 {
	position: relative;
	padding-top: 100px;
	height: 887px;
	background: url(../image/bg3.jpg) center no-repeat;
	color: #ffffff
}
.home4 .slick-mod {
	margin-top: 36px
}
.home4 .slick-arrow {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 58px;
	background-size: contain;
	-webkit-transform: translateY(-115%);
	-ms-transform: translateY(-115%);
	transform: translateY(-115%)
}
.home4 .slick-prev {
	left: 0;
	background-image: url(../image/prev1.png)
}
.home4 .slick-next {
	right: 0;
	background-image: url(../image/next1.png)
}
.home4 .ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 40px
}
.home4 .li {
	padding: 18px;
	padding-bottom: 0;
	width: 25%;
	text-align: center
}
.home4 .li .cir {
	position: relative;
	margin: auto;
	padding: 20px;
	width: 212px;
	background-color: rgba(255,255,255,0.15);
	border: 1px solid rgba(255,255,255,0.7);
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s
}
.home4 .li .cir::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: -18px;
	background: url(../image/png2.png) no-repeat;
	-webkit-animation: animat-reverse 5s linear infinite;
	animation: animat-reverse 5s linear infinite
}
.home4 .li:nth-child(4n+1) .cir::before {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}
.home4 .li:nth-child(4n+2) .cir::before {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}
.home4 .li:nth-child(4n+3) .cir::before {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}
.home4 .li:nth-child(4n+4) .cir::before {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}
.home4 .li .img {
	position: relative;
	width: 1px;
	overflow: hidden;
	width: 100%
}
.home4 .li .img::before {
	content: '';
	display: block;
	padding-top: 100%
}
.home4 .li .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.home4 .li .t {
	margin: 31px 0 15px;
	height: 3em
}
.home4 .li:hover .cir {
	background-color: #f4b221;
	border-color: #f4b221
}
.home5 {
	position: relative;
	padding-top: 104px;
	height: 1200px;
	background-color: #eef5f3
}
.home5 .tab-mod {
	margin-top: 40px;
}
.home5 .tab-term.tracker-item {
	margin: 0 7px;
	padding: 7px 1em;
	min-width: 100px;
	border-radius: 999px;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s
}
.home5 .tab-term.cur {
	background-color: #00a487;
	color: #ffffff
}
.home5 .tab-cont {
	position: relative;
	margin-top: 44px;
}
.home5 .tab-item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.home5 .tab-item.act {
	position: relative
}
.home5 .ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.home5 .li {
	margin-left: 18px;
	margin-bottom: 18px;
	width: 294px;
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden
}
.home5 .li:nth-child(4n+1) {
	margin-left: 0
}
.home5 .li .img {
	position: relative;
	width: 294px;
	overflow: hidden;
	width: 100%;
	height: 300px
}
.home5 .li .img::before {
	content: '';
	display: block;
	padding-top: 81.97279%
}
.home5 .li .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.home5 .li .tag {
	position: absolute;
	top: 22px;
	right: 10px;
	padding: 0 5px 0 15px;
	background-color: #f4b221;
	border-top-left-radius: 99px;
	border-bottom-left-radius: 99px;
	color: #ffffff;
	line-height: 1.75
}
.home5 .li .cont {
	padding: 25px 10px 32px 20px
}
.home5 .li .t {
	margin-bottom: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s
}
.home5 .li .t:hover {
	color: #f4b221
}
.home5 .li .p {
	font-family: avian;
	font-size: 30px;
	color: #ffb502;
	line-height: 1
}
.home5 .li .i {
	margin-right: 5px;
	font-size: 18px
}
.home5 .slick-arrow {
	position: absolute;
	top: 50%;
	width: 80px;
	height: 80px;
	background-color: #00a487;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	transition: all .3s
}
.home5 .slick-prev {
	background-image: url(../image/prev2.png)
}
.home5 .slick-next {
	background-image: url(../image/next2.png)
}
.home5 .slick-arrow:not(.slick-disabled):hover {
	background-color: #f4b221
}
.home6 {
	background-color: #424135;
	color: #ffffff
}
.home6 .x-wrap {
	padding: 235px 0 45px;
	border-bottom: 1px solid #6c7054
}
.home6 .tit {
	font-size: 36px;
	text-align: center
}
.home6 .ul {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 32px;
	z-index: 1
}
.home6 .li {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	text-align: center
}
.home6 .li .b {
	font-family: avian;
	font-size: 70px;
	font-weight: bold;
	line-height: 1
}
.home6 .li .p {
	margin-top: 10px;
	color: #b7c38c
}
.home6 .unit {
	position: relative;
	margin-top: -40px
}
.home6 .unit .map {
	position: relative;
	width: 1200px;
	overflow: hidden;
	margin: auto
}
.home6 .unit .map::before {
	content: '';
	display: block;
	padding-top: 49.66667%
}
.home6 .unit .map .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.home6 .unit .map::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../image/png12.png) center no-repeat;
	clip: rect(200px, 800px, 250px, 900px);
	-webkit-transition: all 5s;
	transition: all 5s
}
.home6 .unit .logo {
	position: relative;
	width: 1px;
	overflow: hidden;
	position: absolute;
	top: 168px;
	right: 275px;
	width: 110px;
	border-radius: 50%;
	overflow: hidden
}
.home6 .unit .logo::before {
	content: '';
	display: block;
	padding-top: 100%
}
.home6 .unit .logo .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.home6 .map.xr-cur::after {
	clip: rect(0px, 1200px, 596px, 0px)
}
.product_detail1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 90px 10px 74px;
	background: url(../image/bg4.jpg)
}
.product_detail1 .cont {
	width: 50%
}
.product_detail1 .cont .box {
	position: relative;
	top: 25px;
	margin: auto;
	width: 505px
}
.product_detail1 .cont .t_tit {
	text-align: left
}
.product_detail1 .cont .tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	font-size: 24px
}
.product_detail1 .cont .tag .s+.s {
	position: relative;
	margin-left: 16px;
	padding-left: 16px
}
.product_detail1 .cont .tag .s+.s::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 12px;
	height: 12px;
	background-color: #f4b221;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.product_detail1 .cont .brand {
	margin-top: 30px;
	font-size: 20px
}
.product_detail1 .cont .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 92px
}
.product_detail1 .cont .links>* {
	display: block
}
.product_detail1 .cont .links>* {
	width: 0;
	height: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}
.product_detail1 .cont .link {
	font-size: 24px;
	padding: 17px;
	background-color: #00a487;
	border-radius: 999px;
	text-align: center;
	color: #ffffff;
	cursor:pointer
}
.product_detail1 .cont .link:nth-child(2) {
	margin-left: 34px
}
.product_detail1 .cont .link:last-child {
/*	margin-top: 23px;
	width: 100%;*/
	background-color: #f4b221
}
.product_detail1 .slick-mod {
	width: 50%
}
.product_detail1 .slick-dots {
	bottom: 37px
}
.product_detail1 .slick-item .img {
	position: relative;
	width: 800px;
	height: 800px;
	overflow: hidden;
	width: 100%
}
.product_detail1 .slick-item .img::before {
	content: '';
	display: block;
	padding-top: 74.88038%
}
.product_detail1 .slick-item .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.product_detail2 {
	padding: 90px 0;
	background: url(../image/bg5.jpg) center top no-repeat
}
.product_detail2 .dl+.dl {
	margin-top: 110px
}
.product_detail2 .dt {
	padding: 30px;
	background-color: #f4b221;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	font-size: 24px;
	text-align: center;
	color: #ffffff
}
.product_detail2 .dd table {
	width: 100%
}
.product_detail2 .dd td {
	padding: 22px 1em 25px;
	border: 1px solid #979797;
	font-size: 20px
}
.product_detail2 .dd td .p {
	padding-left: 120px
}
.product_detail2 .dd td .p+.p {
	margin-top: 50px
}
.product_detail2 .dd img {
	min-width: 100%
}
.product_detail4 {
	padding: 90px 0;
}
.product_detail4 .dl+.dl {
	margin-top: 110px
}
.product_detail4 .dt {
	padding: 30px;
	background-color: #f4b221;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	font-size: 24px;
	text-align: center;
	color: #ffffff
}
.product_detail4 .dd table {
	width: 100%
}
.product_detail4 .dd td {
	padding: 13px 1em 13px;
	border: 1px solid #979797;
	font-size: 16px
}
.product_detail4 .dd td .p {
	padding-left: 120px
}
.product_detail4 .dd td .p+.p {
	margin-top: 50px
}
.product_detail4 .dd img {
	min-width: 8%;
	float: center;
}
.product_detail3 {
	background-color: #424135
}
.product_detail3 .t_tit {
	color: #ffffff
}
.product_detail3 .x-wrap {
	padding: 94px 0 108px;
	border-bottom: 1px solid #6c7054
}
.product_detail3 .list-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px
}
.product_detail3 .t_item:first-child {
	margin-left: 0
}

@media screen and (min-width: 1700px) {
.product_detail1 {
	padding-left: 123px;
	padding-right: 123px
}
.product_detail1 .cont .box {
	top: 18.34%
}
.product_detail1 .cont .links {
	margin-top: 80px
}
}
.product_list1 {
	padding: 102px 0 0px;
	background-color: #eef5f3
}
.product_list1 .screen-wrap {
	margin-top: 27px
}
.product_list1 .screen-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 25px 50px;
	background-color: #ffb502;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	color: #ffffff
}
.product_list1 .screen-head>* {
	display: block
}
.product_list1 .screen-head>* {
	width: 0;
	height: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}
.product_list1 .screen-head>:first-child {
	width: auto;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.product_list1 .screen-head .dt {
	margin: 5px 0;
	padding: 1px;
	white-space: nowrap
}
.product_list1 .screen-head .dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.product_list1 .screen-head .tag {
	margin: 5px 0 5px 10px;
	padding: 1px 12px;
	border-radius: 5px;
	background-color: #00a487;
	white-space: nowrap
}
.product_list1 .screen-head .del {
	display: inline-block;
	margin-left: 5px;
	width: 20px;
	height: 20px;
	background: url(../image/ico15.png) center no-repeat;
	vertical-align: text-bottom;
	cursor: pointer
}
.product_list1 .screen-body {
	position: relative;
	padding: 20px 50px;
	margin-top: 1px;
	background-color: #fff
}
.product_list1 .screen-body .dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: none;
	padding: 3px 0
}
.product_list1 .screen-body .dl>* {
	display: block
}
.product_list1 .screen-body .dl>* {
	width: 0;
	height: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}
.product_list1 .screen-body .dl>:first-child, .product_list1 .screen-body .dl>:last-child {
	width: auto;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.product_list1 .screen-body .dl:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.product_list1 .screen-body .dl .dt {
	margin: 5px 0;
	margin-right: 20px;
	white-space: nowrap
}
.product_list1 .screen-body .dl .dd {
	white-space: nowrap;
	overflow: hidden
}
.product_list1 .screen-body .dl .btn {
	width: 34px;
	height: 34px;
	font-size: 14px;
	cursor: pointer
}
.product_list1 .screen-body .tag {
	display: inline-block;
	position: relative;
	margin: 5px 0;
	margin-right: 26px;
	padding-right: 26px;
	white-space: nowrap;
	vertical-align: top;
	cursor: pointer
}
.product_list1 .screen-body .tag::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	height: 15px;
	border-left: 1px solid #e8f5ef;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.product_list1 .screen-body .tag:last-child {
	margin-right: 0;
	padding-right: 0
}
.product_list1 .screen-body .tag:last-child::before {
	display: none
}
.product_list1 .screen-body .more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-top: 1px;
	padding: 6px 35px;
	width: auto;
	border-bottom-left-radius: 99px;
	border-bottom-right-radius: 99px;
	background-color: #fff;
	color: #999999;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.product_list1 .screen-body .more>* {
	display: block
}
.product_list1 .screen-body .more::before {
	margin-left: 15px;
	margin-top: 2px;
	font-size: 14px
}
.product_list1 .screen-body.open .dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.product_list1 .screen-body.open .more::before {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}
.product_list1 .screen-body .dl.act .dd {
	white-space: normal
}
.product_list1 .screen-body .dl.act .btn {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}
.product_list1 .bar-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 62px
}
.product_list1 .bar-wrap>* {
	display: block
}
.product_list1 .bar-wrap>* {
	width: 0;
	height: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}
.product_list1 .bar-wrap>:last-child {
	width: auto;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.product_list1 .bar-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.product_list1 .bar-item>* {
	display: block
}
.product_list1 .bar-item .dt {
	margin-right: 30px;
	color: #666666;
	white-space: nowrap
}
.product_list1 .bar-item .dd {
	color: #666666
}
.product_list1 .bar-item .dd .link {
	display: inline-block;
	position: relative;
	margin-right: 20px;
	vertical-align: top
}
.product_list1 .bar-item .dd .link::after {
	content: '';
	position: absolute;
	left: 5px;
	right: 5px;
	top: 100%;
	margin-top: 5px;
	height: 3px;
	background-color: #acb683;
	border-radius: 9px;
	-webkit-transition: all .3s;
	transition: all .3s
}
.product_list1 .bar-item .dd .link:hover::after {
	background-color: #f4b221
}
.product_list1 .bar-item .ctrl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #999999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}
.product_list1 .bar-item .ctrl>* {
	display: block
}
.product_list1 .bar-item .ctrl:first-child {
	margin-right: 18px
}
.product_list1 .bar-item .ctrl .ico {
	margin-right: 8px
}
.product_list1 .bar-item .ctrl.cur {
	color: #f4b221
}
.product_list1 .filter-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px;
	padding: 0 50px;
	height: 100px;
	background-color: #ffb502;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	color: #ffffff
}
.product_list1 .filter-wrap>* {
	display: block
}
.product_list1 .filter-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.product_list1 .filter-item>* {
	display: block
}
.product_list1 .filter-item .sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	padding: 4px 1em;
	border-radius: 999px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}
.product_list1 .filter-item .sort>* {
	display: block
}
.product_list1 .filter-item .sort+.sort {
	margin-left: 22px
}
.product_list1 .filter-item .sort:nth-child(2) {
	margin-left: 34px
}
.product_list1 .filter-item .sort .arr {
	margin-left: 10px;
	width: 10px;
	height: 22px;
	background: url(../image/ico12.png) left no-repeat
}
.product_list1 .filter-item .sort.cur {
	background-color: #fff;
	color: #333
}
.product_list1 .filter-item .sort.cur .arr {
	background-position: right
}
.product_list1 .filter-item .sort.act .arr {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}
.product_list1 .range-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-right: 74px
}
.product_list1 .range-wrap>* {
	display: block
}
.product_list1 .range-wrap::after {
	content: '';
	position: absolute;
	left: 35%;
	top: 50%;
	width: 24px;
	border-top: 1px solid;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.product_list1 .range-item {
	padding: 6px 1em;
	width: 85px;
	background-color: #fff;
	border: 1px solid #eca701;
	border-radius: 999px;
	text-align: center
}
.product_list1 .range-item:first-child {
	margin-right: 36px
}
.product_list1 .range-item input {
	display: block;
	width: 100%;
	color: #333
}
.product_list1 .select-mod {
	width: 135px
}
.product_list1 .select-bar {
	height: 38px;
	border-color: #fff;
	border-radius: 999px
}
.product_list1 .select-val::-webkit-input-placeholder {
color:#fff
}
.product_list1 .select-val::-moz-placeholder {
color:#fff
}
.product_list1 .select-val:-ms-input-placeholder {
color:#fff
}
.product_list1 .select-val::-ms-input-placeholder {
color:#fff
}
.product_list1 .select-val::placeholder {
color:#fff
}
.product_list1 .select-val.placeholder, .product_list1 .select-trigger:hover .select-btn {
	color: #fff
}
.product_list1 .select-btn {
	width: 45px;
	font-size: 14px
}
.product_list1 .select-txt {
	padding-right: 0
}
.product_list1 .select-cont {
	color: #333
}
.product_list1 .list-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 15px
}
.product_list1 .t_item {
	margin-bottom: 20px
}
.product_list1 .t_item:nth-child(4n+1) {
	margin-left: 0
}
.product_list1 .paging-mod {
	margin-top: 40px
}
.product_list2 {
	background-color: #424135
}
.product_list2 .x-wrap {
	padding: 110px 0;
	border-bottom: 1px solid #6c7054
}
.product_list2 .t_tit {
	position: absolute;
	left: 0;
	bottom: 50%;
	margin-bottom: 56px;
	width: 294px;
	color: #ffffff
}
.product_list2 .slick-mod {
	margin-left: 294px
}
.product_list2 .slick-ctrl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 50%;
	width: 294px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.product_list2 .slick-ctrl>* {
	display: block
}
.product_list2 .slick-arrow {
	margin: 0 10px;
	width: 35px;
	height: 35px;
	background-color: #00a487;
	background-size: 9px;
	-webkit-transition: all .3s;
	transition: all .3s
}
.product_list2 .slick-prev {
	background-image: url(../image/prev2.png)
}
.product_list2 .slick-next {
	background-image: url(../image/next2.png)
}
.product_list2 .slick-arrow:not(.slick-disabled):hover {
	background-color: #f4b221
}
.reclamation_area1 {
	position: relative
}
.reclamation_area1 .img {
	position: relative;
	width: 1920px;
	overflow: hidden;
	width: 100%
}
.reclamation_area1 .img::before {
	content: '';
	display: block;
	padding-top: 47.08333%
}
.reclamation_area1 .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.reclamation_area1 .cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 114px;
	bottom: 0;
	width: 1230px;
	color: #ffffff;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.reclamation_area1 .cont>* {
	display: block
}
.reclamation_area1 .t_tit {
	margin-bottom: 50px
}
.reclamation_area1 .p {
	line-height: 1.75
}
.reclamation_area2 {
	padding: 100px 0;
	background: url(../image/bg11.jpg) center no-repeat
}
.reclamation_area2 .txt {
	margin-top: 32px;
	text-align: center;
	color: #424134
}
.reclamation_area2 .map {
	position: relative;
	margin-top: 36px
}
.reclamation_area2 .img {
	position: relative;
	width: 1px;
	overflow: hidden;
	margin: auto;
	width: 604px
}
.reclamation_area2 .img::before {
	content: '';
	display: block;
	padding-top: 100%
}
.reclamation_area2 .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.reclamation_area2 .li {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 34px;
	background: url(../image/ico22.png) no-repeat;
	cursor: pointer
}
.reclamation_area2 .l1 {
	margin-left: 212px;
	margin-top: 15px
}
.reclamation_area2 .l2 {
	margin-left: 224px;
	margin-top: 105px
}
.reclamation_area2 .l3 {
	margin-left: 12px;
	margin-top: 125px
}
.reclamation_area2 .l4 {
	margin-left: -20px;
	margin-top: 33px
}
.reclamation_area2 .l5 {
	margin-left: -136px;
	margin-top: 79px
}
.reclamation_area2 .l6 {
	margin-left: 7px;
	margin-top: -65px
}
.reclamation_area2 .l7 {
	margin-left: -73px;
	margin-top: -115px
}
.reclamation_area2 .l8 {
	margin-left: -100px;
	margin-top: -20px
}
.reclamation_area2 .ul .suds-pop {
	margin-bottom: 80px;
	padding: 30px;
	width: 290px;
	color: #ffffff;
	text-align: center;
	line-height: 1.875
}
.reclamation_area2 .ul .suds-pop::before {
	width: 20px;
	height: 20px;
	background-color: #00a487
}
.reclamation_area2 .ul .suds-pop::after {
	background-color: #00a487
}
.reclamation_area3 {
	position: relative;
	padding-top: 108px;
	height: 524px;
	background: url(../image/img41.jpg) center no-repeat;
	background-size: 100%;
	color: #ffffff
}
.reclamation_area3 .slick-mod {
	margin: 40px -15px 0
}
.reclamation_area3 .slick-slide {
	margin: 0 15px
}
.reclamation_area3 .img {
	position: relative;
	width: 390px;
	overflow: hidden;
	width: 100%
}
.reclamation_area3 .img::before {
	content: '';
	display: block;
	padding-top: 56.41026%
}
.reclamation_area3 .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.reclamation_area3 .cont {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 26px 50px 65px;
	background: rgba(255,181,2,0.9) url(../image/ico23.png) center 160px no-repeat;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}
.reclamation_area3 .cont .t {
	text-align: center
}
.reclamation_area3 .cont .p {
	margin-top: 20px;
	height: 72px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 14px;
	line-height: 1.71428
}
.reclamation_area3 .slick-item:hover .cont {
	opacity: 1
}
.reclamation_area3 .slick-arrow {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	background-color: #00a487;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	transition: all .3s
}
.reclamation_area3 .slick-prev {
	left: 15px;
	background-image: url(../image/prev2.png)
}
.reclamation_area3 .slick-next {
	right: 15px;
	background-image: url(../image/next2.png)
}
.reclamation_area3 .slick-arrow:not(.slick-disabled):hover {
	background-color: #f4b221
}
.reclamation_area4 {
	padding: 110px 0;
	background-color: #eef5f3
}
.reclamation_area4 .side {
	float: left;
	width: 390px
}
.reclamation_area4 .top {
	padding: 70px 50px 45px;
	background-color: #f3b221;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	color: #ffffff
}
.reclamation_area4 .tab-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px
}
.reclamation_area4 .tab-bar>* {
	display: block
}
.reclamation_area4 .tab-term {
	padding: 4px 1em;
	min-width: 100px;
	border-radius: 999px;
	font-size: 20px;
	text-align: center
}
.reclamation_area4 .tab-term+.tab-term {
	margin-top: 25px
}
.reclamation_area4 .tab-term.cur {
	background-color: #00a487;
	color: #ffffff
}
.reclamation_area4 .btm {
	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;
	margin-top: 10px;
	height: 98px;
	background-color: #fff
}
.reclamation_area4 .btm>* {
	display: block
}
.reclamation_area4 .btm .link {
	padding-left: 30px;
	background: url(../image/ico24.png) left no-repeat;
	color: #00a487
}
.reclamation_area4 .main {
	margin-left: 390px
}
.reclamation_area4 .tab-cont {
	position: relative
}
.reclamation_area4 .tab-item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.reclamation_area4 .tab-item.act {
	position: relative
}
.reclamation_area4 .ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.reclamation_area4 .li {
	margin-left: 30px;
	margin-bottom: 20px;
	width: 390px
}
.reclamation_area4 .li .img {
	position: relative;
	width: 390px;
	overflow: hidden;
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}
.reclamation_area4 .li .img::before {
	content: '';
	display: block;
	padding-top: 56.41026%
}
.reclamation_area4 .li .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.reclamation_area4 .li .t {
	padding: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: #fff
}
.reclamation_area5 {
	background-color: #424135
}
.reclamation_area5 .x-wrap {
	padding: 100px 0 110px;
	border-bottom: 1px solid #6c7054
}
.reclamation_area5 .t_tit {
	color: #ffffff;
	text-align: left
}
.reclamation_area5 .ul {
	margin-top: 80px
}
.reclamation_area5 .li {
	position: relative;
	float: left;
	margin-left: 6px;
	width: 303px
}
.reclamation_area5 .li:first-child {
	margin-left: 0
}
.reclamation_area5 .li .img {
	position: relative;
	width: 302px;
	overflow: hidden;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s
}
.reclamation_area5 .li .img::before {
	content: '';
	display: block;
	padding-top: 60%
}
.reclamation_area5 .li .img .i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
.reclamation_area5 .li .cont {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 25px;
	color: #ffffff;
	text-align: center
}
.reclamation_area5 .li .cont::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 100%;
	background-color: #f4b221;
	-webkit-transition: all .5s;
	transition: all .5s
}
.reclamation_area5 .li .t {
	position: relative;
	font-size: 18px
}
.reclamation_area5 .li .p {
	position: relative;
	margin-top: 7px
}
.reclamation_area5 .li:hover .img {
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px)
}
.reclamation_area5 .li:hover .cont::before {
	top: 0
}
