﻿/* Base template (inlined from style.css) */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	margin: 0;
	font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	line-height: 1.42857143;
	font-size: 14px;
	min-width: 1230px;
	background: #fff;
	color: #333;
	overflow-x: hidden;
	overflow-y: auto;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	-webkit-text-decoration-skip: objects;
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	line-height: 1.42857143;
	margin: 0;
	outline: none;
}

body,
button,
input,
select,
textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type=button],
/* 1 */
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
/* 1 */
menu {
	display: block;
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

audio,
video,
canvas {
	display: inline-block;
}

template,
[hidden] {
	display: none;
}

.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #23ac38;
}

ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.img-center {
	text-align: center;
	font-size: 0;
}

.img-center img {
	display: inline-block;
	width: auto;
	height: 170px;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.img-cover {
	overflow: hidden;
	position: relative;
}

.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.more-big {
	display: block;
	background-color: #363e45;
	width: 184px;
	line-height: 44px;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.more-big:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 37px;
	content: "";
	height: 0;
	border-top: 44px solid #23ac38;
	border-left: 28px solid transparent;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.more-big span {
	display: block;
	padding: 0 15px 0 30px;
	font-size: 16px;
	position: relative;
	z-index: 1;
}

.more-big span i {
	float: right;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
}

.more-big:hover {
	color: #fff;
}

.more-big:hover:after {
	width: 100%;
	height: 100%;
}

.container {
	padding: 0 15px;
	width: 1200px;
	margin: 0 auto;
}

.kf {
	width: 208px;
	position: fixed;
	/* right: 20px; */
	right: -208px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}

.kt-top {
	height: 40px;
	line-height: 40px;
	background: url(../images/kefu.png) 12px center no-repeat #23ac38;
	-ms-background-size: auto 20px;
	background-size: auto 20px;
	padding-left: 46px;
	font-size: 14px;
	color: #fff;
}

.kt-top span:hover {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.kt-top span {
	width: 18px;
	height: 16px;
	float: right;
	position: relative;
	margin: 10px 10px 0 0;
	cursor: pointer;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.kt-top span b {
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}

.kt-top span b:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.kt-top span b:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.kf .con {
	overflow: hidden;
	background: #fff;
}

.kf .qq li {
	height: 36px;
	line-height: 36px;
	border-bottom: #f5f5f5 solid 1px;
	padding-left: 16px;
}

.kf .qq li a {
	height: 36px !important;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: initial;
	display: block;
}

.kf .qq li a img {
	padding-right: 6px;
}

.kf .con h5 {
	height: 26px;
	line-height: 26px;
	margin-top: 12px;
	background: url(../images/lianxi.png) 16px center no-repeat;
	padding-left: 45px;
	color: #666;
	font-size: 14px;
	margin-bottom: 0;
}

.kf .contact {
	margin-top: 1px;
}

.kf .contact p {
	height: 26px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
	padding-left: 22px;
	margin: 0;
}

.kf .contact p:nth-child(2n) {
	padding-left: 32px;
}

.kf .con h5.qr-icon {
	background: url(../images/erweima.png) 16px center no-repeat;
}

.kf .con .qr {
	margin-top: 10px;
	padding-left: 40px;
}

.kf .con .qr img {
	width: 110px;
	height: 110px;
}

.kf .backTop {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	background: url(../images/huidaodingbu.png) center center no-repeat#23ac38;
	background-size: 18px auto;
	cursor: pointer;
}

.kf-side {
	padding: 18px 10px 10px;
	background: #23ac38;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: -34px;
	cursor: pointer;
}

.kf-side b {
	display: block;
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	font-weight: 400;
}

.kf-side span.arrow {
	width: 12px;
	height: 12px;
	background: url(../images/jt-1.png) no-repeat;
	-ms-background-size: auto 12px;
	background-size: auto 12px;
	display: block;
	margin-top: 10px;
}

.kf-side span.on {
	background: url(../images/jt-2.png) no-repeat;
	-ms-background-size: auto 12px;
	background-size: auto 12px;
}

#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}

.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 1001;
}

#message .m-content {
	margin-top: 8%;
}

#message .m-content .m-message {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1002;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.m-message {
	width: 494px;
	margin: 48px auto 0;
}

.m-message label {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}

.m-message label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}

.m-message label span {
	width: 70px;
	height: 34px;
	line-height: 34px;
	color: #2F2F2F;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	display: inline-block;
}

.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
	width: 73%;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding: 0 14px;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.m-message label input:focus,
.m-message label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
}

.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding: 10px 14px;
}

.m-message label.code {
	line-height: 34px;
}

.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}

.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}

.m-message label.code img {
	display: block;
	width: 100%;
	height: 100%;
}

.btn {
	display: block;
	width: 90px;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	background-color: #23ac38;
	color: #fff;
	margin-top: 10px;
}

.btn:hover {
	background-color: #444;
	color: white;
}

.btn span {
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/btn-r.png);
}

.btn-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}

.btn-1 {
	padding-left: 100px;
}

.btn-1 input.focus {
	background: #23ac38;
	color: #fff;
}

.btn-1 input.focus:hover {
	background: #444;
}

.btn-1 input:hover {
	background: #ccc;
}

.header {
	margin-bottom: -56px;
	position: relative;
	z-index: 2;
}

.header .logo {
	float: left;
	font-size: 0;
	height: 64px;
	line-height: 34px;
	text-align: left;
	padding: 30px 0;
}

.header .tel {
	float: right;
	background: url(../images/tel.png) no-repeat 0 center;
	padding-left: 55px;
	margin-top: 18px;
}

.header .tel strong {
	display: block;
	font-size: 28px;
	font-family: Impact;
	line-height: 1;
}

.header .text {
	float: left;
	font-size: 24px;
	margin: 30px 0 30px 30px;
	padding: 0 0 0 30px;
	border-left: 1px solid #ddd;
	line-height: 34px;
}

.header .userMember {
	float: right;
	padding-left: 55px;
	margin-top: 20px;
}
.header .userMember a {
	padding: 0 2px;
}

.header .nav {
	font-size: 0;
	color: #fff;
}

.header .nav .container {
	position: relative;
}

.header .nav .container:after {
	width: 500%;
	background: rgba(54, 62, 69, 0.7);
	-webkit-transform: skewX(32deg);
	transform: skewX(32deg);
	position: absolute;
	left: 20px;
	top: 0;
	content: "";
	height: 100%;
}

.header .nav ul {
	position: relative;
	z-index: 1;
}

.header .nav li {
	display: inline-block;
	vertical-align: middle;
}

.header .nav li a {
	display: block;
	font-size: 15px;
	line-height: 56px;
	padding: 0 25px;
	color: #fff;
	position: relative;
}

.header .nav li a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #23ac38;
	-webkit-transform: skewX(32deg);
	transform: skewX(32deg);
	width: 0;
}

.header .nav li .arr {
	float: right;
	height: 40px;
	width: 40px;
	position: relative;
	display: none;
	z-index: 1;
}

.header .nav li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}

.header .nav li.dropdown {
	position: relative;
}

.header .nav .dropdown-box {
	position: absolute;
	left: 17px;
	min-width: 100%;
	top: 100%;
	display: none;
	z-index: 10;
	text-align: center;
	background: rgba(54, 62, 69, 0.7);
}

.header .nav .dropdown-box p {
	margin: 0;
}

.header .nav .dropdown-box a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header .nav .dropdown-box a:after {
	display: none;
}

.header .nav .dropdown-box a:hover {
	background-color: #23ac38;
}

.header .nav li.active a:after,
.header .nav li.open a:after,
.header .nav li a:hover:after {
	width: 100%;
}

.header .nav li.open .dropdown-box {
	display: block;
}

.menu-btn {
	display: none;
	padding: 6px 0;
	float: right;
	margin-left: 15px;
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
	display: block;
	height: 2px;
	background-color: #000;
	content: '';
}

.menu-btn:before {
	width: 24px;
}

.menu-btn:after {
	width: 18px;
	margin-left: 6px;
}

.menu-btn span {
	width: 12px;
	margin: 6px 0 6px 12px;
}

.banner .swiper-slide {
	background: no-repeat center / cover;
	height: 560px;
}

.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.yunu-link {
	padding: 20px 0;
}

.yunu-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: #23ac38;
	padding-bottom: 15px;
}

.yunu-link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}

.yunu-link ul {
	margin-left: -20px;
}

.yunu-link li {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.section {
	padding: 50px 0;
}

.section-title {
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

.section-title small {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
}

.section-title strong {
	display: block;
	position: relative;
	color: #23ac38;
	font-size: 30px;
	margin-top: 10px;
}

.section-title strong:after {
	position: absolute;
	right: 0;
	top: 50%;
	height: 1px;
	width: 86%;
	content: "";
	background: #e5e5e5;
}

.section-title-more .more-big {
	float: right;
	margin-top: -77px;
}

.section-title-1 {
	text-align: center;
	font-size: 0;
	margin-bottom: 40px;
}

.section-title-1 strong {
	display: block;
	font-size: 30px;
	text-transform: uppercase;
}

.section-title-1 h4 {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	position: relative;
	padding: 0 42px;
	color: #23ac38;
}

.section-title-1 h4:after,
.section-title-1 h4:before {
	position: absolute;
	content: '';
	height: 1px;
	width: 22px;
	top: 50%;
	background-color: #23ac38;
}

.section-title-1 h4:after {
	right: 0;
}

.section-title-1 h4:before {
	left: 0;
}

.section-sub {
	padding: 60px 0;
}

.in-prd-menu {
	margin-top: -77px;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.in-prd-menu .hform {
	float: right;
	position: relative;
	margin-left: 10px;
}

.in-prd-menu .hform input {
	display: block;
	padding: 11px 58px 11px 15px;
	font-size: 14px;
	border: 1px solid #ddd;
	background-color: #fff;
	width: 150px;
}

.in-prd-menu .hform button {
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	width: 44px;
	border: 0;
	padding: 0;
	cursor: pointer;
	background: url(../images/901_top9.png) center no-repeat #23ac38;
}

.in-prd-menu ul {
	float: right;
	margin: -10px 0 0 -10px;
}

.in-prd-menu li {
	float: left;
}

.in-prd-menu li a {
	display: block;
	line-height: 44px;
	font-size: 16px;
	padding: 0 16px;
	background-color: #363e45;
	color: #fff;
	margin: 10px 0 0 10px;
}

.in-prd-menu li.active a {
	background-color: #23ac38;
}

.list-1 {
	margin: -50px 0 0 -20px;
	padding-bottom: 28px;
}

.list-1 li {
	float: left;
	width: 33.333333%;
}

.list-1 li a {
	display: block;
	padding: 20px 20px 50px;
	background-color: #f0f0f0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 50px 0 0 20px;
	position: relative;
}

.list-1 li .img-cover {
	padding-top: 66%;
}

.list-1 li .text {
	line-height: 40px;
	font-size: 18px;
	margin-top: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.list-1 li .desc {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	color: #888;
}

.list-1 li .more {
	;
	border: 4px solid #f0f0f0;
	background: #ffffff;
	line-height: 48px;
	width: 48px;
	height: 48px;
	text-align: center;
	color: #b3b3b3;
	font-size: 12px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	left: 50%;
	bottom: -28px;
	margin-left: -28px;
}

.list-1 li a:hover {
	background-color: #4CAF50;
	color: #fff;
}

.list-1 li a:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.list-1 li a:hover .more {
	background-color: #23ac38;
	color: #fff;
	border-color: #23ac38;
}

.list-1-1 .img-cover {
	margin: -20px -20px 0 -20px;
}

.bg1 {
	background: url(../images/902_ys_bg.jpg) no-repeat center / cover #23ac38;
	color: #fff;
}

.bg1 .section-title strong {
	color: #fff;
}

.in-adv {
	margin: -20px 0 0 -20px;
}

.in-adv li {
	float: left;
	width: 33.333333%;
}

.in-adv li a {
	display: block;
	margin: 20px 0 0 20px;
	background: rgb(19 175 54 / 50%);
	padding: 30px;
	overflow: hidden;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.in-adv li .img-center {
	float: left;
	width: 92px;
	line-height: 92px;
	height: 92px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
}

.in-adv li .text {
	margin-left: 116px;
}

.in-adv li .text h4 {
	margin: 0;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.8;
}

.in-adv li .text p {
	margin: 10px 0 0;
}

.in-adv li a:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	background-color: rgb(25 146 16 / 90%);
}

.list-2 {
	margin: -20px 0 0 -20px;
}

.list-2 li {
	float: left;
	width: 33.333333%;
}

.list-2 li a {
	display: block;
	margin: 20px 0 0 20px;
	background-color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-2 li .img-cover {
	padding-top: 66%;
}

.list-2 li .more {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(73 146 16 / 70%);
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.list-2 li .more i {
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	top: 50%;
	font-style: normal;
	border: 1px solid #fff;
	width: 54px;
	line-height: 54px;
	border-radius: 50%;
	text-align: center;
	margin: -28px 0 0 -28px;
}

.list-2 li .text {
	line-height: 68px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	padding: 0 15px;
}

.list-2 li a:hover {
	background-color: #23ac38;
	color: #fff;
}

.list-2 li a:hover .more {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.list-2-1 li a {
	background-color: #f0f0f0;
}

.in-about {
	margin: 0;
}

.in-about dt {
	float: left;
	position: relative;
	width: 556px;
	margin: 0 0 40px 40px;
}

.in-about dt:before {
	content: '';
	position: absolute;
	left: -40px;
	bottom: -40px;
	width: 80%;
	height: 100%;
	background-color: #23ac38;
}

.in-about dt img {
	position: relative;
	z-index: 1;
}

.in-about dd {
	margin-left: 570px;
	background-color: #fff;
	box-shadow: 0 1px 18px 1px rgba(54, 62, 69, 0.6);
	margin-top: 40px;
	padding: 60px 80px;
	height: 320px;
}

.in-about dd h4 {
	margin: 0;
	font-size: 24px;
}

.in-about dd p {
	font-size: 16px;
	line-height: 36px;
	color: #666;
	margin: 25px 0 0;
	text-align: justify;
}

.in-about dd .more-big {
	margin-top: 40px;
}

.list-3 {
	margin: -20px 0 0 -20px;
}

.list-3 li {
	float: left;
	width: 50%;
}

.list-3 li a {
	display: block;
	margin: 20px 0 0 20px;
	background-color: #fff;
	padding: 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
	position: relative;
}

.list-3 li a:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 85px;
	height: 0;
	border-bottom: 125px solid #dfdfdf;
	border-right: 78px solid transparent;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-3 li .date {
	float: left;
	width: 115px;
	position: relative;
	z-index: 1;
	line-height: 1;
	padding: 5px 0;
	color: #fff;
}

.list-3 li .date small {
	display: block;
	font-size: 16px;
}

.list-3 li .date strong {
	display: block;
	font-size: 48px;
	margin-top: 10px;
}

.list-3 li .text {
	margin-left: 140px;
}

.list-3 li .text h4 {
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-3 li .text p {
	margin: 10px 0 0;
	color: #666;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 1.8;
	height: 50px;
	overflow: hidden;
}

.list-3 li a:hover {
	background-color: #3a4249;
	color: #fff;
}

.list-3 li a:hover:after {
	border-bottom-color: #23ac38;
}

.list-3 li a:hover .text p {
	color: #fff;
}

.footer-fix {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	display: none;
}

.footer-fix li {
	float: left;
	width: 25%;
}

.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}

.footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}

.footer-fix li i.i1 {
	background-image: url(../images/f_01.png);
}

.footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}

.footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}

.footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}

.footer {
	background-color: #272c31;
	padding-top: 60px;
	color: #bdbebf;
}

.footer .pp {
	display: none;
}

.footer a {
	color: #bdbebf;
}

.footer a:hover {
	color: #fff;
}

.footer dl {
	float: left;
	margin: 0 20px 0 0;
	width: 140px;
}

.footer dt {
	margin-bottom: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footer dt:after {
	display: block;
	content: '';
	height: 1px;
	width: 20px;
	background-color: #52565a;
	margin-top: 10px;
}

.footer dd {
	margin: 0;
}

.footer dd li {
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footer-contact {
	float: right;
	width: 220px;
}

.footer-contact .tel {
	font-size: 24px;
	color: #fff;
	line-height: 1.1;
	background: url(../images/907_tel_1.png) no-repeat 0 0;
	padding-left: 40px;
}

.footer-contact .tel small {
	font-size: 16px;
}

.footer-contact .code {
	margin: 20px 0 0 40px;
}

.footer-contact .code .img-center {
	float: left;
	width: 100px;
}

.footer-contact .code .text {
	float: right;
	border-top: 1px solid #52565a;
	border-bottom: 1px solid #52565a;
	line-height: 28px;
	padding: 20px 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	letter-spacing: 4px;
}

.footer-copy {
	background-color: #23ac38;
	color: #fff;
	margin-top: 50px;
	padding: 15px 0;
	text-align: center;
}

.footer-copy p {
	margin: 5px 0;
}

.footer-copy a {
	color: #fff;
}

.banner-sub {
	height: 330px;
	background: no-repeat center / cover;
}

.ct2-sd {
	float: left;
	width: 250px;
}

.ct2-mn {
	float: right;
	width: 900px;
}

.panel-sd {
	margin-bottom: 20px;
	background-color: #f6f6f6;
}

.panel-sd:last-child {
	margin-bottom: 0;
}

.panel-sd .tit {
	text-align: center;
	color: #fff;
	font-size: 28px;
	background: url(../images/914_cp_bg1.png) no-repeat #23ac38;
	padding: 35px 0;
	border-radius: 0 30px 0 0;
}

.panel-sd .tit span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}

.lanmu {
	background-color: #363e45;
}

.lanmu li {
	border-bottom: 1px solid #fff;
}

.lanmu li:last-child {
	border-bottom: 0;
}

.lanmu li>a {
	display: block;
	line-height: 60px;
	padding: 0 0 0 25px;
	color: #fff;
	font-size: 18px;
}

.lanmu li .arr {
	float: right;
	height: 60px;
	width: 40px;
	position: relative;
	cursor: pointer;
}

.lanmu li .arr:after {
	content: '';
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}

.lanmu-box {
	display: none;
}

.lanmu-box p {
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-left: 15px;
}

.lanmu-box p a {
	padding: 0 25px;
	display: block;
	line-height: 45px;
	color: #fff;
}

.lanmu li>a:hover,
.lanmu li.active>a,
.lanmu p.active>a
{
	background-color: #23ac38;
}

.lanmu li.open .lanmu-box {
	display: block;
}

.lanmu li.open .arr:after {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.pages {
	margin: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.pages a {
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	padding: 0 14px;
	margin: 5px;
	background-color: #f5f5f5;
	border-radius: 3px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.pages a:hover,
.pages a.active {
	background-color: #23ac38;
	color: #fff;
}

.nav-sub {
	text-align: center;
	font-size: 0;
	margin: -20px 0 40px -20px;
}

.nav-sub li {
	display: inline-block;
	vertical-align: middle;
}

.nav-sub li a {
	display: block;
	line-height: 48px;
	padding: 0 40px;
	background-color: #363e45;
	color: #fff;
	font-size: 16px;
	margin: 20px 0 0 20px;
}

.nav-sub li a:hover,
.nav-sub li.active a {
	background-color: #23ac38;
}

.list-4 li a {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-4 li .img-center {
	float: left;
	width: 250px;
}

.list-4 li .text {
	margin: 0 0 0 290px;
	position: relative;
	padding-right: 180px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-4 li .al {
	margin: 0 0 0 0px;
}
.list-4 li .text h4 {
	margin: 0;
	font-weight: normal;
	font-size: 20px;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-top: 23px;
}

.list-4 li .text p {
	line-height: 2;
	height: 52px;
	overflow: hidden;
	margin: 10px 0 0;
	color: #999;
}

.list-4 li .date {
	position: absolute;
	right: 30px;
	top: 0;
}

.list-4 li .date span {
	display: block;
	font-family: Impact;
	color: #ccc;
	font-size: 22px;
	margin-bottom: 20px;
}

.list-4 li .date i {
	border-left: 1px solid #e5e5e5;
	text-align: right;
	line-height: 20px;
	font-size: 0;
	display: block;
}

.list-4 li .date i:before {
	content: '→';
	color: #999;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 20px;
	display: block;
	text-align: center;
}

.list-4 li a:hover {
	padding-left: 30px;
}

.list-4 li a:hover .text {
	padding-right: 150px;
}

.list-4 li a:hover .date i:before {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.about-1 {
	color: #666;
	line-height: 1.8;
	font-size: 16px;
	text-align: justify;
}

.about-1 p {
	margin: 0;
}

.about-1 h4 {
	font-size: 18px;
	margin: 0;
}

.about-2 {
	position: relative;
	padding: 0 80px;
}

.about-2 .date {
	background: url(../images/911_lc.png) no-repeat center / contain;
	height: 82px;
	line-height: 72px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.about-2 i {
	display: block;
	position: relative;
	margin: 20px 0;
}

.about-2 i:after {
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: 1px solid #23ac38;
	border-radius: 50%;
	content: '';
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.about-2 i:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	border-bottom: 1px dashed #999;
	content: '';
}

.about-2 .text {
	background-color: #fff;
	margin: 0 15px;
	padding: 20px;
	line-height: 1.8;
	text-align: justify;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.about-2 .swiper-slide:hover .date {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.about-2 .swiper-slide:hover .text {
	background-color: #23ac38;
	color: #fff;
}

.about-2 .swiper-button-prev,
.about-2 .swiper-button-next {
	background-color: #c3c3c3;
	background-size: 10px auto;
	width: 24px;
	height: 54px;
	border-radius: 20px;
	outline: none;
	margin: 0;
	top: 82px;
}

.about-2 .swiper-button-prev:hover,
.about-2 .swiper-button-next:hover {
	background-color: #23ac38;
}

.about-2 .swiper-pagination {
	position: static;
	margin-top: 15px;
	text-align: center;
	font-size: 0;
	display: none;
}

.about-2 .swiper-pagination-bullet {
	margin: 0 5px;
}

.about-3 {
	margin: -20px 0 0 -20px;
}

.about-3 li {
	float: left;
	width: 25%;
}

.about-3 li a {
	display: block;
	margin: 20px 0 0 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.about-3 li .text {
	text-align: center;
	margin-top: 15px;
}

.about-3 li .text h4 {
	margin: 0;
	font-size: 20px;
}

.about-3 li .text p {
	color: #666;
	margin: 10px 0 0;
}

.about-3 li a:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.contact-left {
	float: left;
	width: 560px;
}

.contact-left .map {
	height: 300px;
	margin-bottom: 30px;
}

.contact-right {
	float: right;
	width: 570px;
}

.contact-right .item {
	margin-bottom: 40px;
}

.contact-right .item:last-child {
	margin-bottom: 0;
}

.contact-right .item .ewm {
	float: right;
	position: relative;
	margin-top: 4px;
}

.contact-right .item .ewm a {
	display: block;
	border-radius: 20px;
	line-height: 26px;
	color: #888;
	background: url(../images/925_cont1.png) no-repeat 80px center #e9e9e9;
	padding: 0 40px 0 15px;
}

.contact-right .item .ewm .img-center {
	position: absolute;
	right: 100%;
	border: 3px solid #23ac38;
	width: 100px;
	top: -30px;
	margin-right: 10px;
	display: none;
}

.contact-right .item .ewm .img-center:before,
.contact-right .item .ewm .img-center:after {
	content: '';
	position: absolute;
}

.contact-right .item .ewm .img-center:before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 1px solid #23ac38;
	position: absolute;
	top: 36px;
	right: -26px;
}

.contact-right .item .ewm .img-center:after {
	width: 14px;
	height: 1px;
	background: #23ac38;
	position: absolute;
	top: 40px;
	right: -17px;
}

.contact-right .item .ewm:hover a {
	color: #23ac38;
}

.contact-right .item .ewm:hover .img-center {
	display: block;
}

.contact-right .item h4 {
	margin: 0;
	font-size: 24px;
}

.contact-right .item .text {
	color: #666;
	border-left: 3px solid #23ac38;
	margin-top: 24px;
	padding-left: 20px;
	line-height: 2;
}

.contact-right .item .text h5 {
	color: #C01;
	margin: 0;
	font-size: 16px;
}

.contact-right .item .text p {
	margin: 0;
}

.msg {
	background-color: #f2f2f2;
	padding: 40px;
}

.msg h4 {
	margin: 0;
	font-size: 24px;
	color: #23ac38;
	font-weight: normal;
}

.msg .tips {
	color: #666;
	font-size: 16px;
	margin-top: 10px;
}

.msg form {
	overflow: hidden;
	display: block;
	margin: 10px 0 0 -10px;
	font-size: 14px;
}

.msg .form-group {
	float: left;
	margin: 10px 0 0 10px;
	width: 355px;
	background-color: #fff;
	overflow: hidden;
	border: 1px solid #e4e4e4;
}

.msg .form-label {
	float: left;
	line-height: 30px;
	width: 80px;
	padding: 10px 0 10px 10px;
}

.msg .form-label span {
	color: red;
}

.msg .form-content {
	margin-left: 90px;
	padding: 10px 10px 10px 0;
	font-size: 0;
}

.msg .form-control {
	border: 0;
	background-color: transparent;
	padding: 0;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.msg .con {
	height: 200px;
}
.msg .form-radio {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	width: 100%;
	line-height: 30px;
	margin-right: 10px;
}

.msg .form-radio input {
	margin-right: 8px;
}

.msg .form-submit {
	display: block;
	width: 100%;
	background: #23ac38;
	color: #fff;
	border: 0;
	padding: 0;
	cursor: pointer;
	outline: none;
	height: 54px;
	font-size: 18px;
}

.msg .form-group.full {
	width: 725px;
}

.msg .form-group.yzm .form-control {
	width: 70px;
}

.msg .form-group.yzm .yzm-pic {
	display: inline-block;
	vertical-align: middle;
	width: 65px;
	height: 30px;
}

.message-left {
	float: left;
	width: 560px;
	color: #666;
	font-size: 16px;
	line-height: 1.8;
}

.message-left h4 {
	margin: 0 0 45px;
	font-size: 36px;
	font-weight: normal;
	color: #333;
}

.message-left p {
	margin: 0;
}

.message-right {
	float: right;
	width: 560px;
}
.message-con {
	margin: 0 auto;
	width: 805px;
}

.jobs {}

.jobs .item {
	border-top: 1px solid #e3e3e3;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.jobs .item .tit {
	padding: 25px 105px 25px 20px;
	position: relative;
}

.jobs .item .tit:after {
	position: absolute;
	content: '→';
	right: 40px;
	top: 25px;
	width: 65px;
	line-height: 57px;
	border-left: 1px solid #dddddd;
	font-size: 34px;
	font-weight: lighter;
	text-align: right;
	color: #dddddd;
}

.jobs .item .tit h4 {
	margin: 0;
	font-size: 18px;
}

.jobs .item .tit p {
	font-size: 0;
	margin: 10px 0 0;
}

.jobs .item .tit p span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 70px;
	font-size: 16px;
	color: #666;
}

.jobs .item .con {
	padding: 25px 20px 45px 20px;
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	display: none;
}

.jobs .item.open {
	background-color: #f0f0f0;
}

.news-left {
	float: left;
	width: 800px;
}

.news-title {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.news-title h1 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
}

.news-title p {
	margin: 10px 0 0;
	font-size: 0;
}

.news-title p span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 14px;
	color: #999;
	background: no-repeat 0 center;
	padding-left: 25px;
}

.news-title p span.i1 {
	background-image: url(../images/920_newscon1.png);
}

.news-title p span.i2 {
	background-image: url(../images/920_newscon2.png);
}

.news-title p span.i3 {
	background-image: url(../images/920_newscon3.png);
}

.news-content {
	line-height: 1.8;
	margin-bottom: 30px;
}

.news-content img {
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}

.news-exp {
	border-top: 1px dashed #ccc;
	padding-top: 20px;
	overflow: hidden;
}

.news-exp a {
	float: left;
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-exp a:last-child {
	text-align: right;
}

.news-panel {
	margin-top: 40px;
}

.news-panel .tit {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.news-panel .tit .fh {
	float: right;
	color: #999;
	font-size: 16px;
	padding-left: 25px;
	background: url(../images/920_fh.png) no-repeat 0 center;
}

.news-panel .tit .fh:hover {
	color: #23ac38;
}

.news-panel .tit span {
	display: inline-block;
	font-size: 24px;
	border-bottom: 2px solid #23ac38;
	color: #23ac38;
	margin-bottom: -1px;
	padding-bottom: 15px;
	line-height: 1;
}

.list-5 {
	margin-left: -20px;
	margin-top: -15px;
}

.list-5 li {
	float: left;
	width: 50%;
}

.list-5 li a {
	display: block;
	margin-left: 20px;
	padding-bottom: 15px;
	margin-top: 15px;
	border-bottom: 1px dotted #ccc;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-5 li span {
	float: right;
	color: #999;
}

.news-right {
	float: right;
	width: 340px;
}

.news-banner .img-center {
	overflow: hidden;
}

.news-banner .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.news-banner .img-center a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.news-act-menu {
	overflow: hidden;
}

.news-act-menu li {
	float: left;
	width: 50%;
}

.news-act-menu li a {
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
}

.news-act-menu li.active a {
	background-color: #23ac38;
	color: #fff;
}

.list-6 {}

.list-6 li {
	border-top: 1px solid #efefef;
}

.list-6 li a {
	display: block;
	padding: 20px;
}

.list-6 li a:hover {
	background-color: #f5f5f5;
}

.list-6 li h4 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-6 li p {
	font-size: 0;
	margin: 10px 0 0;
}

.list-6 li p span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 14px;
	color: #999;
	background: no-repeat 0 center;
	padding-left: 25px;
}

.list-6 li p span.i1 {
	background-image: url(../images/920_newscon1.png);
}

.list-6 li p span.i2 {
	background-image: url(../images/920_newscon2.png);
}

.news-box {
	margin-top: 20px;
	border: 1px solid #efefef;
	box-shadow: 0 5px 5px -5px #ccc;
	border-radius: 10px;
	overflow: hidden;
}

.news-box.msg {
	padding: 20px;
	background-color: transparent;
}

.news-box.msg h4 {
	font-size: 18px;
}

.news-box.msg form {
	margin-left: 0;
}

.news-box.msg .form-group {
	background-color: #f0f0f0;
	margin-left: 0;
	width: 100%;
}

.news-box.msg .form-group.yzm .form-control {
	width: 133px;
}

.case-title {
	text-align: center;
	border-bottom: 0;
}

.case-title p span {
	margin: 0 10px;
}

.yunu-showcase {
	margin-bottom: 30px;
}

.yunu-showcase-info {
	float: right;
	width: 500px;
}

.yunu-showcase-info h1 {
	margin: 0 0 15px;
	font-size: 24px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yunu-showcase-info p {
	margin: 0;
	color: #666;
	height: 168px;
}

.yunu-showcase-info .tel {
	border-top: 2px solid #e6e6e6;
	margin-top: 15px;
	padding-top: 15px;
	height: 42px;
	line-height: 21px;
	font-size: 18px;
}

.yunu-showcase-info .tel a {
	background-color: #23ac38;
	color: #fff;
	display: inline-block;
}

.pc-slide {
	float: left;
	width: 380px;
}

.pc-slide .view .swiper-slide .imgauto {
	width: 100%;
	height: 310px;
	line-height: 310px;
}

.pc-slide .view .swiper-container {
	width: 100%;
	/* border: #e22434 1px solid; */
}

.pc-slide .preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}

.pc-slide .preview .swiper-container {
	margin: 0 30px;
}

.pc-slide .preview .swiper-slide .imgauto {
	height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.pc-slide .preview .swiper-slide .imgauto img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.pc-slide .preview .arrow-left {
	background: url(../images/feel3.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.pc-slide .preview .arrow-right {
	background: url(../images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.pc-slide .preview img {
	padding: 1px;
}

.pc-slide .preview .active-nav .imgauto {
	border: 1px solid #23ac38;
}

.pc-slide1 {
	margin-bottom: 40px;
}

.pc-slide1 .view {
	float: left;
	width: 870px;
}

.pc-slide1 .view .swiper-slide .imgauto {
	width: 100%;
	height: 580px;
	line-height: 580px;
}

.pc-slide1 .preview {
	position: relative;
	margin-left: 895px;
	padding-top: 40px;
}

.pc-slide1 .preview .swiper-container {
	height: 540px;
}

.pc-slide1 .preview .swiper-slide .imgauto {
	height: 171px;
	border: 3px solid #eee;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.pc-slide1 .preview .swiper-slide .imgauto img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.pc-slide1 .preview .arrow-left {
	background: url(../images/feel3.png) no-repeat center #e7e7e7;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 128px;
	height: 24px;
}

.pc-slide1 .preview .arrow-right {
	background: url(../images/feel4.png) no-repeat center #e7e7e7;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	width: 128px;
	height: 24px;
}

.pc-slide1 .preview img {
	padding: 1px;
}

.pc-slide1 .preview .active-nav .imgauto {
	border-color: #23ac38;
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}

div.zoomMask {
	position: absolute;
	background: url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

.case-bb {
	font-size: 0;
	margin-bottom: 20px;
	background: url(../images/918_casecon4.png) repeat-x center;
}

.case-bb span {
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	padding-right: 20px;
	font-size: 24px;
}

.prd-title {
	text-align: center;
}

.prd-title p span {
	margin: 0 10px;
}

.prd-slide .view {
	width: 650px;
}

.prd-slide .view .swiper-slide .imgauto {
	height: 503px;
	line-height: 503px;
}

.prd-slide .preview {
	margin-left: 680px;
}

.prd-slide .preview .swiper-container {
	height: 463px;
}

.prd-slide .preview .swiper-slide .imgauto {
	height: 145px;
}

.list-7 {
	margin: -20px 0 0 -20px;
}

.list-7 li {
	float: left;
	width: 33.333333%;
}

.list-7 li a {
	display: block;
	margin: 20px 0 0 20px;
	background-color: #fff;
	box-shadow: 0 0 5px #ccc;
	padding: 20px;
	position: relative;
}

.list-7 li a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(73 146 16 / 70%);
	content: '';
	z-index: 1;
	display: none;
}

.list-7 li .img-center {
	height: 350px;
	line-height: 350px;
	overflow: hidden;
	position: relative;
}

.list-7 li .img-center:after,
.list-7 li .img-center:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	background: no-repeat center / contain;
	z-index: 2;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-7 li .img-center:before {
	background-image: url(../images/924_cert3.png);
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
}

.list-7 li .img-center:after {
	background-image: url(../images/924_cert2.png);
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
}

.list-7 li .text {
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	z-index: 2;
}

.list-7 li a:hover {
	color: #fff;
}

.list-7 li a:hover:before {
	display: block;
}

.list-7 li a:hover .img-center:before,
.list-7 li a:hover .img-center:after {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.position {
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 8px 0 8px 25px;
	background: url(../images/logo_03.png) no-repeat 0 center;
}

@media screen and (max-width: 767px) {
	body {
		min-width: 320px;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.container {
		width: auto;
	}

	#message .m-content .m-message {
		width: 90%;
		padding: 20px;
	}

	.kf {
		display: none;
	}

	.footer-fix {
		display: block;
	}

	.more-big {
		width: 120px;
		line-height: 36px;
	}

	.more-big:after {
		border-top-width: 36px;
		width: 26px;
	}

	.more-big span {
		padding: 0 10px;
		font-size: 14px;
	}

	.header {
		padding: 10px 0;
		position: fixed;
		z-index: 100;
		width: 100%;
		top: 0;
		left: 0;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		background-color: #fff;
	}

	.header .text,
	.header .tel {
		display: none;
	}

	.header .logo {
		height: 30px;
		line-height: 30px;
		float: none;
		padding: 0;
	}

	.header .nav {
		margin: 10px 0 -10px;
		text-align: left;
		display: none;
		background: transparent;
		border-bottom: 0;
	}

	.header .nav .container:after {
		display: none;
	}

	.header .nav ul {
		margin: 0 -15px;
	}

	.header .nav li {
		display: block;
		margin: 0;
		border-top: 1px solid #eee;
		background: none;
	}

	.header .nav li a {
		line-height: 40px;
		padding: 0 15px;
		color: #333;
	}

	.header .nav li a:after {
		display: none;
	}

	.header .nav li .arr {
		display: block;
	}

	.header .nav li.active a,
	.header .nav li.open a,
	.header .nav li a:hover {
		background-color: transparent;
		color: #23ac38;
	}

	.header .nav li.open .arr:after {
		border-color: #23ac38;
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}

	.header .nav .dropdown-box {
		position: static;
		background-color: #f5f5f5;
		min-width: auto;
		text-align: left;
	}

	.header .nav .dropdown-box a {
		color: #333 !important;
		border-top: 1px dotted #ddd;
		padding: 0 15px;
		line-height: 40px;
		background-color: transparent !important;
		border-bottom: 0;
	}

	.header .nav .dropdown-box a:hover {
		background-color: transparent !important;
	}

	.menu-btn {
		display: block;
	}

	.banner .swiper-slide {
		height: 160px;
	}

	.section,
	.section-sub {
		padding: 30px 0;
	}

	.section-title {
		margin-bottom: 20px;
	}

	.section-title small {
		font-size: 24px;
	}

	.section-title strong {
		font-size: 18px;
	}

	.section-title strong:after {
		width: 60%;
	}

	.section-title-more .more-big {
		margin: 0 0 20px;
	}

	.section-title-1 {
		margin-bottom: 20px;
	}

	.section-title-1 strong {
		font-size: 22px;
	}

	.section-title-1 h4 {
		font-size: 18px;
		padding: 0 30px;
	}

	.in-prd-menu {
		margin: 0 0 20px;
	}

	.in-prd-menu .hform {
		float: none;
		margin: 0 0 10px;
	}

	.in-prd-menu .hform input {
		padding: 7px 50px 7px 12px;
		width: 100%;
		box-sizing: border-box;
	}

	.in-prd-menu .hform button {
		height: 36px;
	}

	.in-prd-menu ul {
		float: none;
	}

	.in-prd-menu li {
		width: 50%;
	}

	.in-prd-menu li a {
		text-align: center;
		font-size: 14px;
		line-height: 34px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.list-1 {
		margin: -30px 0 0 -10px;
	}

	.list-1 li {
		width: 50%;
	}

	.list-1 li a {
		margin: 30px 0 0 10px;
		padding: 10px 10px 30px 10px;
	}

	.list-1 li .text {
		font-size: 14px;
		line-height: 1.4;
		margin-top: 10px;
	}

	.list-1 li .desc {
		font-size: 12px;
		margin-top: 5px;
	}

	.list-1 li .more {
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-left: -24px;
		bottom: -24px;
	}

	.list-1-1 .img-cover {
		margin: -10px -10px 0;
	}

	.in-adv {
		margin: -10px 0 0;
	}

	.in-adv li {
		width: 100%;
	}

	.in-adv li a {
		padding: 15px;
		margin: 10px 0 0;
	}

	.in-adv li .img-center {
		width: 70px;
		height: 70px;
		line-height: 70px;
	}

	.in-adv li .text {
		margin-left: 85px;
	}

	.in-adv li .text h4 {
		font-size: 16px;
	}

	.in-adv li .text p {
		font-size: 12px;
		margin-top: 6px;
	}

	.list-2 {
		margin: 0 0 -10px;
	}

	.list-2 li {
		width: 100%;
	}

	.list-2 li a {
		margin: 0 0 10px;
	}

	.list-2 li .text {
		font-size: 16px;
		line-height: 44px;
	}

	.list-2-1 {
		margin: -10px 0 0 -10px;
	}

	.list-2-1 li {
		width: 50%;
	}

	.list-2-1 li a {
		margin: 10px 0 0 10px;
	}

	.list-2-1 li .text {
		font-size: 14px;
		line-height: 36px;
		padding: 0 10px;
	}

	.list-2-1-1 li:last-child {
		display: none;
	}

	.in-about dt {
		float: none;
		width: auto;
		margin: 0 0 20px 20px;
	}

	.in-about dt:before {
		left: -20px;
		bottom: -20px;
		width: 100%;
	}

	.in-about dd {
		margin: 20px 0 0;
		padding: 20px;
		height: auto;
	}

	.in-about dd h4 {
		font-size: 16px;
	}

	.in-about dd p {
		margin: 10px 0 0;
		font-size: 14px;
		line-height: 1.8;
	}

	.in-about dd .more-big {
		margin-top: 20px;
	}

	.list-3 {
		margin: -10px 0 0;
	}

	.list-3 li {
		width: 100%;
	}

	.list-3 li a {
		margin: 10px 0 0;
		padding: 10px;
	}

	.list-3 li a:after {
		border-bottom-width: 87px;
		border-right-width: 50px;
		width: 50px;
	}

	.list-3 li .date {
		padding: 11px 0;
		width: 90px;
	}

	.list-3 li .date small {
		font-size: 12px;
	}

	.list-3 li .date strong {
		font-size: 28px;
		margin-top: 5px;
	}

	.list-3 li .text {
		margin-left: 100px;
	}

	.list-3 li .text h4 {
		font-size: 16px;
	}

	.list-3 li .text p {
		margin-top: 5px;
		line-height: 1.45;
		height: 40px;
	}

	.footer {
		padding-top: 30px;
	}

	.footer dl {
		margin: 0 1% 10px;
		width: 48%;
		border: 1px solid #fff;
		box-sizing: border-box;
		padding: 0 15px;
	}

	.footer dt {
		line-height: 36px;
		font-size: 16px;
		margin: 0;
		position: relative;
	}

	.footer dt:after {
		position: absolute;
		right: 6px;
		top: 50%;
		width: 9px;
		height: 9px;
		border-top: solid 1px #bdbebf;
		border-right: solid 1px #bdbebf;
		background-color: transparent;
		margin: -3px 0 0;
		-webkit-transform: rotate(135deg) translateX(-50%);
		transform: rotate(135deg) translateX(-50%);
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}

	.footer dd {
		display: none;
	}

	.footer dd ul {
		padding-bottom: 10px;
	}

	.footer dl.open dt:after {
		-webkit-transform: rotate(315deg) translateX(-50%);
		transform: rotate(315deg) translateX(-50%);
		right: 0;
		margin-top: -6px;
	}

	.footer .pp {
		display: block;
	}

	.footer-contact {
		width: 100%;
		margin-top: 10px;
	}

	.footer-contact .code {
		display: none;
	}

	.footer-copy {
		margin-top: 30px;
		font-size: 12px;
		text-align: center;
	}

	.pages {
		margin-top: 15px;
	}

	.pages a {
		margin: 3px !important;
		font-size: 12px;
		line-height: 30px;
		padding: 0 12px;
	}

	.banner-sub {
		height: 130px;
	}

	.ct2-sd {
		float: none;
		width: auto;
	}

	.ct2-mn {
		float: none;
		width: auto;
	}

	.panel-sd .tit {
		display: none;
	}

	.lanmu {
		overflow: hidden;
		margin: 0 -1px 20px;
	}

	.lanmu li {
		float: left;
		width: 50%;
		border: 0;
	}

	.lanmu li .arr {
		display: none;
	}

	.lanmu li>a {
		padding: 0;
		text-align: center;
		font-size: 14px;
		line-height: 34px;
		border: 1px solid #fff;
	}

	.list-4 li a {
		padding: 0 0 15px;
		margin-bottom: 15px;
	}

	.list-4 li .img-center {
		width: 90px;
	}

	.list-4 li .text {
		margin: 0 0 0 100px;
		padding: 0 40px 0 0;
	}
	
	.list-4 li .al {
		margin: 0 0 0 0px;
	}

	.list-4 li .text h4 {
		padding: 0;
		font-size: 14px;
	}

	.list-4 li .text p {
		line-height: 18px;
		font-size: 12px;
		height: 36px;
		overflow: hidden;
	}

	.list-4 li .date {
		margin-top: 0;
		right: 0;
	}

	.list-4 li .date span {
		margin: 0 0 5px;
		font-size: 12px;
		color: #adadad;
	}

	.list-4 li a:hover {
		padding-left: 0;
	}

	.list-4 li a:hover .text {
		padding: 0 40px 0 0;
	}

	.list-4 li:first-child a {
		padding-top: 0;
		margin-top: 0;
		border-top: 0;
	}

	.nav-sub {
		margin: -5px 0 20px -5px;
	}

	.nav-sub li a {
		margin: 5px 0 0 5px;
		font-size: 12px;
		padding: 0 10px;
		line-height: 32px;
	}

	.about-1 {
		font-size: 14px;
	}
	.about-1 img {
		max-width: 100%;
	}

	.about-2 {
		padding: 0 35px;
	}

	.about-2 .text {
		margin: 0;
	}

	.about-2 .swiper-button-prev {
		left: 0;
	}

	.about-2 .swiper-button-next {
		right: 0;
	}

	.about-2 .swiper-pagination {
		display: block;
	}

	.about-3 li {
		width: 100%;
	}

	.contact-right,
	.contact-left {
		width: auto;
		float: none;
	}

	.contact-right .item {
		margin-bottom: 20px !important;
	}

	.contact-right .item .ewm {
		margin-top: 0;
		font-size: 12px;
	}

	.contact-right .item .ewm a {
		line-height: 24px;
		background-size: 12px auto;
		background-position: 64px center;
		padding: 0 26px 0 10px;
	}

	.contact-right .item .ewm .img-center:before {
		display: none;
	}

	.contact-right .item .ewm .img-center:after {
		top: 39px;
	}

	.contact-right .item h4 {
		font-size: 18px;
	}

	.contact-right .item .text {
		margin-top: 15px;
		line-height: 1.8;
		padding-left: 10px;
		border-left-width: 1px;
	}

	.contact-left .map {
		height: 200px;
		margin-bottom: 20px;
	}
	
	.message-con {
	    margin: 0 auto;
	    width: auto;
	}

	.msg {
		padding: 15px;
	}

	.msg h4 {
		font-size: 18px;
	}

	.msg .tips {
		font-size: 14px;
	}

	.msg form {
		margin-left: 0;
	}

	.msg .form-group {
		width: 100%;
		margin: 10px 0 0;
	}

	.msg .form-group.full {
		width: 100%;
	}

	.msg .form-group.yzm {
		position: relative;
	}

	.msg .form-group.yzm .form-control {
		width: 100%;
		padding-right: 100px;
		box-sizing: border-box;
	}

	.msg .form-group.yzm .yzm-pic {
		position: absolute;
		right: 10px;
		top: 10px;
		width: 90px;
	}

	.message-left,
	.message-right {
		width: auto;
		float: none;
	}

	.message-left {
		margin-bottom: 30px;
		font-size: 14px;
	}

	.message-left h4 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.jobs .item .tit {
		padding: 10px 56px 10px 10px;
	}

	.jobs .item .tit h4 {
		font-size: 16px;
	}

	.jobs .item .tit p {
		margin-top: 5px;
	}

	.jobs .item .tit p span {
		font-size: 12px;
		margin-right: 10px;
	}

	.jobs .item .tit:after {
		font-size: 20px;
		line-height: 44px;
		width: 35px;
		top: 10px;
		right: 10px;
	}

	.jobs .item .con {
		padding: 10px;
		font-size: 14px;
	}

	.news-left {
		float: none;
		width: auto;
	}

	.news-right {
		display: none;
	}

	.news-title {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.news-title h1 {
		font-size: 18px;
	}

	.news-title p span {
		font-size: 12px;
		margin-right: 10px;
	}

	.news-content {
		margin-bottom: 20px;
	}

	.news-exp {
		padding-top: 10px;
		font-size: 12px;
	}

	.news-panel {
		margin-top: 30px;
	}

	.news-panel .tit {
		margin-bottom: 15px;
	}

	.news-panel .tit span {
		font-size: 16px;
		padding-bottom: 10px;
	}

	.news-panel .tit .fh {
		font-size: 14px;
	}

	.list-5 {
		margin-top: -10px;
	}

	.list-5 li {
		width: 100%;
	}

	.list-5 li a {
		padding-bottom: 10px;
		margin-top: 10px;
		font-size: 12px;
	}

	.case-title p span {
		margin: 0 5px;
	}

	.pc-slide,
	.yunu-showcase-info {
		float: none;
		width: auto;
	}

	.yunu-showcase-info {
		margin-top: 20px;
	}

	.yunu-showcase-info h1 {
		font-size: 20px;
		line-height: 1.8;
	}

	.yunu-showcase-info p {
		height: auto;
	}

	.case-bb {
		margin-bottom: 10px;
	}

	.case-bb span {
		font-size: 18px;
	}

	.abcc {
		margin-top: -50px;
		padding-top: 80px;
	}

	.list-7 {
		margin: -10px 0 0 -10px;
	}

	.list-7 li {
		width: 50%;
	}

	.list-7 li a {
		margin: 10px 0 0 10px;
		padding: 10px;
	}

	.list-7 li .img-center {
		height: 150px;
		line-height: 150px;
	}

	.list-7 li .text {
		margin-top: 10px;
		font-size: 14px;
	}

	.list-7 li .img-center:after,
	.list-7 li .img-center:before {
		width: 30px;
		height: 30px;
		margin: -15px 0 0 -15px;
	}

	.position {
		font-size: 12px;
		display: none;
	}
}
.pagination p {
	margin: 0;
	cursor: pointer
}

.pagination {
	height: 40px;
	padding: 20px 0px;
    color: #808080;
    text-align: center;
    font-size: 14px;
}

.pagination a {
	margin: 10px;
	padding: 2px 12px;
	height: 24px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
}

.pagination a:hover {
	color: #23ac38;
	background: white;
	border: 1px #23ac38 solid;
}

.pagination a.cur {
	border: 1px solid #23ac38;
	background: #23ac38;
	color: #fff;
}

.pagination p {
	float: left;
	padding: 2px 12px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}

.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}

.pagination p.pageRemark b {
	color: red;
}

.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}

.dates li {
	font-size: 14px;
	margin: 20px 0
}

.dates li span {
	float: right
}
/*手机端*/
@media (max-width: 767px) {
	.ueditor_baidumap{
		width: 100%;
	}
}
/*平板电脑*/
@media (min-width: 768px) and (max-width: 991px) {
	.ueditor_baidumap{
		width: 100%;
	}
}

/* Overrides */
body.indexget-template {
  min-width: 1230px;
  background: #fff;
}

.home-swiper {
  position: relative;
  height: 560px;
  overflow: hidden;
  background: #f4f4f4;
}

.home-swiper__track {
  position: relative;
  width: 100%;
  height: 100%;
}

.home-swiper__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .45s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-swiper__slide.is-active {
  opacity: 1;
}

.home-swiper__dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 2;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.home-swiper__dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.66);
  cursor: pointer;
}

.home-swiper__dot.is-active {
  background: #23ac38;
}

.header .logo {
  width: 320px;
}

.header .logo a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 0;
}

.site-logo-mark {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #23ac38;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.site-logo-name {
  display: inline-block;
  font-size: 28px;
  line-height: 1.25;
  color: #2f3134;
  font-weight: 700;
  white-space: nowrap;
}

.header .text {
  display: none;
}

.header .userMember {
  padding-left: 0;
  margin-top: 16px;
}

.header .userMember a {
  font-size: 14px;
}

.header .userMember .headerInputBtn {
  display: inline-block;
  background: #23ac38;
  color: #fff;
  padding: 0 14px;
  line-height: 32px;
  border-radius: 16px;
}

.header .tel {
  display: none;
}

.header .tel strong {
  display: none;
}

.header .nav li.active a:after,
.header .nav li.open a:after,
.header .nav li a:hover:after {
  width: 100%;
}

.banner-sub {
  position: relative;
  background-image: linear-gradient(rgba(35, 172, 56, 0.28), rgba(35, 172, 56, 0.18)), url("../png/ScreenShot_2026-04-27_185549_225.png");
}

.banner-sub.banner-digital {
  background-image: linear-gradient(rgba(35, 172, 56, 0.28), rgba(35, 172, 56, 0.18)), url("../png/ScreenShot_2026-04-27_185531_593.png");
}

.banner-sub.banner-home {
  background-image: linear-gradient(rgba(35, 172, 56, 0.22), rgba(35, 172, 56, 0.18)), url("../png/ScreenShot_2026-04-27_185645_288.png");
}

.banner-sub.banner-detail {
  background-position: center;
}

.banner-copy {
  position: absolute;
  left: 50%;
  bottom: 42px;
  width: 1200px;
  margin-left: -600px;
  color: #fff;
}

.banner-copy h1 {
  margin: 0;
  font-size: 40px;
  font-weight: normal;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.banner-copy p {
  margin: 10px 0 0;
  font-size: 18px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

.home-quick {
  margin-top: -20px;
}

.home-quick .about-1 {
  border-top: 2px solid #23ac38;
  padding-top: 12px;
}

.home-quick p {
  margin: 8px 0;
}

.list-4 li .text p {
  min-height: 56px;
}



.detail-panel,
.detail-side .about-1,
.auth-panel {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 28px 30px;
}
.position {
  margin-bottom: 20px;
  padding: 8px 0 8px 14px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: none;
}

.news-left {
  float: left;
  width: 800px;
}

.news-right {
  float: right;
  width: 340px;
}

.news-title h1 {
  line-height: 1.45;
}

.news-title p span {
  background: none !important;
  padding-left: 0;
}

.news-content {
  color: #666;
  font-size: 16px;
}

.news-content p {
  margin: 14px 0 0;
}

.news-content img {
  display: block;
  margin: 20px auto 0;
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}

.news-content .summary {
  margin-top: 0;
}

.news-tags {
  margin: 24px 0 4px;
}

.news-tags span {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0 14px;
  line-height: 34px;
  background: #f5f5f5;
  color: #555;
}

.news-right .news-box {
  margin-top: 0;
}

.news-right .news-box + .news-box {
  margin-top: 20px;
}

.news-box-inner {
  padding: 22px 24px;
  color: #666;
  line-height: 1.9;
}

.news-box-inner p {
  margin: 10px 0 0;
}

.news-link-btn {
  display: inline-block;
  margin-top: 16px;
  padding: 0 20px;
  line-height: 40px;
  background: #23ac38;
  color: #fff;
}

.news-link-btn.ghost {
  background: #363e45;
}

.side-news-list li {
  border-top: 1px solid #efefef;
}

.side-news-list li:first-child {
  border-top: 0;
}

.side-news-list li a {
  display: block;
  padding: 14px 0;
}

.side-news-list li strong {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  line-height: 1.6;
}

.side-news-list li span {
  display: block;
  margin-top: 6px;
  color: #999;
  font-size: 13px;
}

.auth-panel {
  width: 520px;
  margin: 0 auto;
}

.auth-form label {
  display: block;
  margin-bottom: 16px;
}

.auth-form span {
  display: block;
  margin-bottom: 8px;
  color: #666;
}

.auth-form input {
  width: 100%;
  height: 44px;
  border: 1px solid #ddd;
  padding: 0 12px;
  font-size: 14px;
}

.auth-form button {
  width: 100%;
  height: 46px;
  border: 0;
  background: #23ac38;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.auth-links {
  margin-top: 16px;
  color: #666;
}

.auth-links a {
  color: #23ac38;
}

.publish-panel {
  padding: 48px 40px 42px;
  background: #f3f3f3;
}

.publish-panel h1 {
  margin: 0;
  color: #23ac38;
  font-size: 26px;
  font-weight: 400;
}

.publish-panel > p {
  margin: 16px 0 22px;
  color: #666;
  font-size: 16px;
}

.publish-form__row,
.publish-form__textarea,
.publish-form__upload {
  display: flex;
  align-items: center;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #e6e6e6;
}

.publish-form__row {
  min-height: 54px;
}

.publish-form__row span,
.publish-form__textarea span,
.publish-form__upload span {
  flex: 0 0 120px;
  padding-left: 10px;
  color: #333;
  font-size: 14px;
}

.publish-form__row em,
.publish-form__textarea em {
  color: #f00;
  font-style: normal;
}

.publish-form__row input,
.publish-form__row select {
  width: 100%;
  height: 52px;
  border: 0;
  padding: 0 12px 0 0;
  font-size: 14px;
  color: #333;
  background: transparent;
  outline: none;
}

.publish-form__row select {
  width: 160px;
  margin-left: 0;
}

.publish-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.publish-form__textarea {
  align-items: flex-start;
  padding-top: 16px;
}

.publish-form__textarea textarea {
  width: 100%;
  height: 220px;
  border: 0;
  resize: none;
  padding: 10px 14px 14px 0;
  font-size: 14px;
  color: #333;
  background: transparent;
  outline: none;
}

.publish-form__upload {
  min-height: 56px;
}

.publish-form__upload input[type="file"] {
  font-size: 14px;
}

.publish-form__submit {
  width: 100%;
  height: 54px;
  margin-top: 12px;
  border: 0;
  background: #27b233;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.footer-contact {
  width: 320px;
}

.footer-contact .tel {
  background: none;
  padding-left: 0;
  font-size: 20px;
  line-height: 1.5;
}

.footer-contact .tel small {
  display: block;
  font-size: 14px;
  line-height: 1.8;
}

.footer-copy {
  margin-top: 34px;
}

.footer-copy p {
  margin: 4px 0;
}

@media (max-width: 768px) {
  .home-swiper {
    height: 300px;
  }

  .banner-copy {
    width: auto;
    left: 15px;
    right: 15px;
    margin-left: 0;
    bottom: 22px;
  }

  .banner-copy h1 {
    font-size: 24px;
  }

  .banner-copy p {
    font-size: 14px;
  }

  .detail-main,
  .detail-side,
  .news-left,
  .news-right {
    float: none;
    width: auto;
  }

  .auth-panel {
    width: auto;
  }

  .publish-panel {
    padding: 26px 14px 22px;
  }

  .publish-form__grid {
    grid-template-columns: 1fr;
  }
}

.policy-contact-box {
  margin-top: 28px;
  padding: 22px 24px;
  border: 1px solid #ececec;
  background: #fafafa;
}

.policy-contact-box h3 {
  margin: 0 0 12px;
  font-size: 18px;
  color: #222;
}

.policy-contact-box p {
  margin: 8px 0 0;
  color: #666;
  line-height: 1.9;
}



.detail-contact-card {
  margin-bottom: 26px;
  padding: 18px 0 20px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.detail-contact-card p {
  margin: 0;
  font-size: 18px;
  color: #222;
  line-height: 1.9;
}

.detail-contact-card .detail-contact-name strong {
  color: #111;
  font-weight: 700;
}

.detail-contact-card .detail-contact-phone {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}

.detail-contact-card .detail-contact-phone strong {
  color: #ef2b2d;
  font-size: 30px;
  letter-spacing: 1px;
}

/* 2026 home refresh */
body.indexget-template {
  min-width: 0;
  background: #f6f4ef;
  color: #1f2a2e;
}

body.indexget-template .container {
  width: min(1200px, calc(100% - 40px));
}

.header {
  background: #10282b;
  border-bottom: 0;
}

.header > .container {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo {
  width: auto;
  height: auto;
  line-height: 1;
}

.header .logo a {
  gap: 12px;
}

.site-logo-mark {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: #ff7a45;
  color: #10282b;
  box-shadow: 8px 8px 0 #36c2a3;
}

.site-logo-name {
  max-width: 420px;
  color: #fff8ec;
  font-size: 24px;
  white-space: normal;
}

.header .userMember {
  margin-top: 0;
  color: rgba(255, 248, 236, 0.55);
}

.header .userMember a {
  color: #fff8ec;
}

.header .userMember .headerInputBtn {
  border-radius: 4px;
  background: #f5c451;
  color: #10282b;
  font-weight: 700;
}

.header .nav {
  background: #fff8ec;
  border-bottom: 1px solid rgba(16, 40, 43, 0.08);
  box-shadow: 0 12px 30px rgba(16, 40, 43, 0.08);
}

.header .nav .container {
  height: auto;
}

.header .nav li a {
  height: 52px;
  line-height: 52px;
  color: #243134;
}

.header .nav li.active a,
.header .nav li a:hover {
  color: #d95d39;
}

.header .nav li.active a:after,
.header .nav li.open a:after,
.header .nav li a:hover:after {
  height: 3px;
  background: #ff7a45;
}

.home-layout {
  padding: 34px 0 46px;
  background:
    linear-gradient(135deg, rgba(54, 194, 163, 0.16), transparent 32%),
    linear-gradient(315deg, rgba(245, 196, 81, 0.24), transparent 28%),
    #f6f4ef;
}

.home-hero-combo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 18px;
  align-items: stretch;
}

.home-hero-combo .home-swiper {
  height: 430px;
  border-radius: 8px;
  background: #dfe8e3;
  box-shadow: 0 20px 44px rgba(16, 40, 43, 0.16);
}

.home-swiper__dot {
  width: 28px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 248, 236, 0.72);
}

.home-swiper__dot.is-active {
  background: #ff7a45;
}

.home-hero-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border-radius: 8px;
  background: #10282b;
  color: #fff8ec;
}

.home-hero-side p {
  margin: 0 0 6px;
  color: #f5c451;
  font-size: 18px;
  font-weight: 700;
}

.home-hero-side a {
  display: block;
  padding: 14px 16px;
  border: 1px solid rgba(255, 248, 236, 0.2);
  border-radius: 6px;
  color: #fff8ec;
  background: rgba(255, 248, 236, 0.06);
}

.home-hero-side a:hover {
  background: #36c2a3;
  color: #10282b;
}

.home-category-mix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.home-category-card {
  min-height: 118px;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  color: #1f2a2e;
  box-shadow: 0 12px 28px rgba(16, 40, 43, 0.08);
}

.home-category-card span,
.home-category-card em {
  display: block;
  font-style: normal;
}

.home-category-card span {
  color: #d95d39;
  font-weight: 700;
}

.home-category-card strong {
  display: block;
  margin-top: 12px;
  font-size: 22px;
  color: #10282b;
}

.home-category-card em {
  margin-top: 8px;
  color: #677477;
}

.home-category-card.tone-1 {
  background: #e8f6f1;
}

.home-category-card.tone-2 {
  background: #fff0d4;
}

.home-category-card.tone-shop {
  background: #26383b;
}

.home-category-card.tone-shop span,
.home-category-card.tone-shop strong,
.home-category-card.tone-shop em {
  color: #fff8ec;
}

.home-mixed {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr) 270px;
  gap: 18px;
  margin-top: 22px;
}

.home-mixed__lead,
.home-latest-panel {
  border-radius: 8px;
  background: #fff8ec;
  box-shadow: 0 12px 28px rgba(16, 40, 43, 0.08);
}

.home-mixed__lead {
  padding: 28px 26px;
}

.home-kicker {
  margin: 0 0 14px;
  color: #d95d39;
  font-weight: 700;
}

.home-mixed__lead h1 {
  margin: 0;
  color: #10282b;
  font-size: 28px;
  line-height: 1.35;
}

.home-mixed__lead > p:not(.home-kicker) {
  margin: 16px 0 0;
  color: #5e6d70;
  line-height: 1.9;
}

.home-actions {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.home-actions a {
  flex: 1;
  text-align: center;
  line-height: 42px;
  border-radius: 4px;
  background: #10282b;
  color: #fff8ec;
}

.home-actions a + a {
  background: #ff7a45;
  color: #10282b;
  font-weight: 700;
}

.home-mixed__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 170px;
  gap: 14px;
}

.home-feature-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #d9ded8;
  color: #fff;
}

.home-feature-card.is-large {
  grid-column: span 2;
  grid-row: span 2;
}

.home-feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.home-feature-card:hover img {
  transform: scale(1.04);
}

.home-feature-card:after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 58%;
  background: linear-gradient(transparent, rgba(16, 40, 43, 0.78));
}

.home-feature-card span,
.home-feature-card strong {
  position: absolute;
  left: 16px;
  z-index: 1;
}

.home-feature-card span {
  bottom: 48px;
  padding: 2px 8px;
  border-radius: 4px;
  background: #f5c451;
  color: #10282b;
}

.home-feature-card strong {
  right: 16px;
  bottom: 16px;
  color: #fff;
  font-size: 16px;
  line-height: 1.45;
}

.home-latest-panel {
  padding: 20px;
}

.home-panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.home-panel-title strong {
  color: #10282b;
  font-size: 20px;
}

.home-panel-title a {
  color: #d95d39;
}

.home-latest-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid rgba(16, 40, 43, 0.1);
}

.home-latest-row img {
  width: 64px;
  height: 64px;
  border-radius: 6px;
  object-fit: cover;
}

.home-latest-row span {
  color: #273437;
  line-height: 1.45;
}

.home-latest-row em {
  display: block;
  margin-top: 6px;
  color: #7b8587;
  font-style: normal;
}

.home-list-section {
  background: #fff;
}

.home-list-section .nav-sub li.active a {
  background: #10282b;
  color: #fff8ec;
}

.home-list-section .nav-sub li a:hover {
  color: #d95d39;
}

.list-4 li a {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(16, 40, 43, 0.08);
}

.list-4 li .text h4 {
  color: #10282b;
}

.list-4 li:hover .text h4 {
  color: #d95d39;
}

.footer {
  background: #10282b;
}

.footer-contact .tel,
.footer-copy,
.footer-copy a,
.footer a {
  color: #fff8ec;
}

.footer-contact .tel small,
.footer-copy p {
  color: rgba(255, 248, 236, 0.78);
}

@media (max-width: 900px) {
  body.indexget-template .container {
    width: calc(100% - 28px);
  }

  .header > .container {
    height: auto;
    min-height: 88px;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 18px 0;
  }

  .site-logo-name {
    max-width: calc(100vw - 120px);
    font-size: 19px;
  }

  .home-hero-combo,
  .home-mixed {
    grid-template-columns: 1fr;
  }

  .home-hero-combo .home-swiper {
    height: 300px;
  }

  .home-category-mix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-mixed__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .home-category-mix,
  .home-mixed__grid {
    grid-template-columns: 1fr;
  }

  .home-feature-card.is-large {
    grid-column: auto;
    grid-row: auto;
  }
}

/* Distinct non-carousel information front page */
body.indexget-template {
  background: #eef3ee;
}

.home-layout {
  padding: 42px 0 54px;
  background:
    linear-gradient(90deg, rgba(31, 63, 96, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(31, 63, 96, 0.08) 1px, transparent 1px),
    #eef3ee;
  background-size: 42px 42px;
}

.home-static-hero {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(320px, 420px) 280px;
  gap: 18px;
  align-items: stretch;
}

.home-static-hero__copy,
.home-static-hero__feature,
.home-static-hero__side .home-mini-product {
  border: 1px solid rgba(31, 63, 96, 0.14);
  border-radius: 0;
  background: #fbfaf4;
  box-shadow: 12px 12px 0 rgba(31, 63, 96, 0.12);
}

.home-static-hero__copy {
  padding: 42px 38px;
  text-align: left;
}

.home-static-hero__copy .home-kicker {
  color: #af2d3a;
  letter-spacing: 0;
}

.home-static-hero__copy h1 {
  margin: 0;
  color: #182c35;
  font-size: 42px;
  line-height: 1.18;
}

.home-static-hero__copy > p:not(.home-kicker) {
  margin: 22px 0 0;
  color: #53636b;
  font-size: 16px;
  line-height: 2;
}

.home-static-hero .home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.home-static-hero .home-actions a {
  flex: 0 0 auto;
  min-width: 112px;
  border-radius: 0;
  background: #182c35;
}

.home-static-hero .home-actions a:nth-child(2) {
  background: #af2d3a;
  color: #fff;
}

.home-static-hero .home-actions a:nth-child(3) {
  background: #d8b45f;
  color: #182c35;
}

.home-static-hero__feature {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 430px;
  color: #fff;
}

.home-static-hero__feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-static-hero__feature:after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 55%;
  background: linear-gradient(transparent, rgba(24, 44, 53, 0.82));
}

.home-static-hero__feature span,
.home-static-hero__feature strong {
  position: absolute;
  left: 22px;
  z-index: 1;
}

.home-static-hero__feature span {
  bottom: 70px;
  padding: 4px 10px;
  background: #d8b45f;
  color: #182c35;
}

.home-static-hero__feature strong {
  right: 22px;
  bottom: 26px;
  color: #fff;
  font-size: 22px;
  line-height: 1.45;
}

.home-static-hero__side {
  display: grid;
  gap: 14px;
}

.home-static-hero__side .home-hero-side {
  border-radius: 0;
  background: #182c35;
  box-shadow: 12px 12px 0 rgba(31, 63, 96, 0.12);
}

.home-static-hero__side .home-hero-side a {
  border-radius: 0;
}

.home-mini-product {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 92px;
  padding: 10px;
}

.home-mini-product img {
  width: 72px;
  height: 72px;
  object-fit: cover;
}

.home-mini-product span {
  color: #182c35;
  line-height: 1.5;
}

.home-mini-product em {
  display: block;
  margin-top: 4px;
  color: #af2d3a;
  font-style: normal;
}

.home-category-mix {
  margin-top: 28px;
}

.home-category-card {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid rgba(31, 63, 96, 0.14);
}

.home-mixed {
  grid-template-columns: 320px minmax(0, 1fr) 300px;
  margin-top: 26px;
}

.home-mixed__lead,
.home-latest-panel,
.home-feature-card {
  border-radius: 0;
}

.home-feature-card span {
  background: #af2d3a;
  color: #fff;
}

@media (max-width: 980px) {
  .home-static-hero,
  .home-mixed {
    grid-template-columns: 1fr;
  }

  .home-static-hero__feature {
    min-height: 320px;
  }
}

/* Unified pink campaign skin for information pages */
body.indexget-template {
  background: #ffd1ea;
  color: #2a1b25;
}

body.indexget-template a:hover {
  color: #f00678;
}

.header {
  background: #fff;
  border-bottom: 0;
}

.header > .container {
  height: auto;
  min-height: 94px;
  padding: 24px 0 18px;
}

.site-logo-mark {
  border-radius: 0;
  background: #f00678;
  color: #fff;
  box-shadow: 8px 8px 0 #ffd21f;
}

.site-logo-name {
  color: #f00678;
  font-size: 30px;
}

.header .userMember {
  color: #8a7b84;
}

.header .userMember a {
  color: #2a1b25;
}

.header .userMember .headerInputBtn {
  border-radius: 0;
  background: #f00678;
  color: #fff;
}

.header .nav {
  background: #fff;
  border-bottom: 0;
  box-shadow: none;
}

.header .nav li a {
  height: 54px;
  line-height: 54px;
  color: #2a1b25;
  font-size: 15px;
}

.header .nav li.active a,
.header .nav li a:hover {
  color: #fff;
  background: #f00678;
}

.header .nav li.active a:after,
.header .nav li.open a:after,
.header .nav li a:hover:after {
  display: none;
}

.home-layout {
  padding: 0 0 44px;
  background: linear-gradient(180deg, #ff0b83 0, #ff0b83 430px, #ffd1ea 431px, #ffd1ea 100%);
}

.home-static-hero {
  grid-template-columns: 220px minmax(0, 1fr) 360px;
  gap: 0;
  min-height: 470px;
}

.home-static-hero__copy,
.home-static-hero__feature,
.home-static-hero__side .home-mini-product,
.home-category-card,
.home-mixed__lead,
.home-latest-panel,
.home-feature-card,
.detail-panel,
.detail-side .about-1,
.auth-panel,
.policy-contact-box {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 8px 0 rgba(240, 6, 120, 0.12);
}

.home-static-hero__copy {
  background: #2a2a2a;
  padding: 38px 24px;
  color: #fff;
}

.home-static-hero__copy .home-kicker {
  display: inline-block;
  margin-bottom: 18px;
  padding: 6px 12px;
  background: #ffd21f;
  color: #f00678;
}

.home-static-hero__copy h1 {
  color: #fff;
  font-size: 38px;
}

.home-static-hero__copy > p:not(.home-kicker) {
  color: rgba(255, 255, 255, 0.84);
}

.home-static-hero .home-actions a {
  border-radius: 0;
  background: #f00678;
  color: #fff;
}

.home-static-hero .home-actions a:nth-child(2) {
  background: #ffd21f;
  color: #2a1b25;
}

.home-static-hero .home-actions a:nth-child(3) {
  background: #fff;
  color: #f00678;
}

.home-static-hero__feature {
  min-height: 470px;
  box-shadow: none;
  background: #ff0b83;
}

.home-static-hero__feature:before {
  content: "漫创上新";
  position: absolute;
  left: 34px;
  top: 38px;
  z-index: 2;
  padding: 8px 14px;
  background: #ffd21f;
  color: #f00678;
  font-size: 18px;
  font-weight: 700;
}

.home-static-hero__feature img {
  filter: saturate(1.08);
}

.home-static-hero__feature span {
  background: #ffd21f;
  color: #f00678;
}

.home-static-hero__side {
  padding: 18px;
  background: rgba(255, 255, 255, 0.32);
}

.home-static-hero__side .home-hero-side {
  background: #2a2a2a;
  border-radius: 0;
  box-shadow: none;
}

.home-static-hero__side .home-hero-side p {
  color: #ffd21f;
}

.home-static-hero__side .home-hero-side a {
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.12);
}

.home-static-hero__side .home-hero-side a:hover {
  background: #f00678;
  color: #fff;
}

.home-mini-product {
  box-shadow: none;
}

.home-mini-product em,
.home-kicker,
.home-panel-title a,
.auth-links a,
.news-link-btn,
.banner-copy p {
  color: #f00678;
}

.home-category-mix {
  margin-top: 22px;
}

.home-category-card {
  box-shadow: 0 8px 0 rgba(240, 6, 120, 0.12);
}

.home-category-card span {
  color: #f00678;
}

.home-category-card strong {
  color: #2a1b25;
}

.home-category-card.tone-1,
.home-category-card.tone-2 {
  background: #fff;
}

.home-category-card.tone-shop {
  background: #2a2a2a;
}

.home-mixed {
  margin-top: 24px;
}

.home-mixed__lead h1,
.home-panel-title strong,
.home-latest-row span,
.list-4 li .text h4,
.news-title h1,
.policy-contact-box h3 {
  color: #2a1b25;
}

.home-actions a,
.news-link-btn,
.auth-form button,
.publish-form__submit {
  border-radius: 0;
  background: #f00678;
  color: #fff;
}

.home-actions a + a,
.news-link-btn.ghost {
  background: #2a2a2a;
  color: #fff;
}

.home-feature-card {
  box-shadow: none;
}

.home-feature-card span {
  background: #ffd21f;
  color: #f00678;
}

.home-latest-panel {
  box-shadow: none;
}

.home-list-section {
  background: #ffd1ea;
}

.home-list-section .nav-sub li.active a,
.nav-sub li.active a {
  background: #f00678;
  color: #fff;
}

.nav-sub li a:hover {
  color: #f00678;
}

.list-4 li a {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 8px 0 rgba(240, 6, 120, 0.12);
}

.list-4 li:hover .text h4 {
  color: #f00678;
}

.banner-sub,
.banner-sub.banner-digital,
.banner-sub.banner-home {
  background-image: linear-gradient(135deg, rgba(240, 6, 120, 0.82), rgba(255, 10, 131, 0.72)), url("../getnewpng2/天猫精选-理想生活上天猫_files/TB1JzkjLXXXXXaCaXXX6o7KSVXX-730-300.jpg");
}

.banner-copy h1 {
  color: #fff;
}

.position {
  border-color: rgba(240, 6, 120, 0.18);
  background: #fff;
}

.publish-panel {
  background: #fff;
}

.publish-panel h1 {
  color: #f00678;
}

.publish-form__row,
.publish-form__textarea,
.publish-form__upload,
.auth-form input {
  border-color: rgba(240, 6, 120, 0.18);
}

.footer {
  background: #2a2a2a;
}

.footer a,
.footer-contact .tel,
.footer-copy,
.footer-copy a {
  color: #fff;
}

.footer-contact .tel small,
.footer-copy p {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 980px) {
  .home-static-hero {
    grid-template-columns: 1fr;
  }

  .home-static-hero__feature {
    min-height: 340px;
  }
}

/* Homepage layout normalization */
.home-layout {
  padding: 24px 0 48px;
  background: linear-gradient(180deg, #ff0b83 0, #ff0b83 360px, #ffd1ea 361px, #ffd1ea 100%);
}

.home-static-hero {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 300px;
  gap: 16px;
  min-height: 440px;
  align-items: stretch;
}

.home-category-menu {
  display: flex;
  flex-direction: column;
  padding: 0;
  background: #2a2a2a;
  box-shadow: none;
}

.home-category-menu strong,
.home-category-menu a {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 22px;
  text-align: left;
}

.home-category-menu strong {
  background: #f00678;
  color: #fff;
  font-size: 18px;
}

.home-category-menu a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 15px;
}

.home-category-menu a:hover {
  background: #3a3a3a;
  color: #ffd21f;
}

.home-static-hero__feature {
  position: relative;
  min-height: 440px;
  padding: 42px 44px;
  background: radial-gradient(circle at 78% 30%, rgba(255, 210, 31, 0.26), transparent 34%), #ff0b83;
  overflow: hidden;
}

.home-static-hero__feature:before,
.home-static-hero__feature:after {
  display: none;
}

.home-static-hero__feature img {
  position: absolute;
  right: 34px;
  bottom: 28px;
  width: min(42%, 330px);
  height: auto;
  max-height: 78%;
  object-fit: cover;
  border: 10px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 28px 56px rgba(107, 0, 55, 0.28);
}

.home-feature-copy {
  position: relative;
  z-index: 2;
  max-width: 58%;
  text-align: left;
}

.home-feature-copy span {
  display: inline-block;
  padding: 7px 14px;
  background: #ffd21f;
  color: #f00678;
  font-weight: 700;
}

.home-feature-copy h1 {
  margin: 22px 0 14px;
  color: #fff;
  font-size: 42px;
  line-height: 1.18;
}

.home-feature-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.9;
}

.home-feature-copy em {
  display: inline-block;
  margin-top: 22px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.94);
  color: #f00678;
  font-style: normal;
  font-weight: 700;
}

.home-static-hero__feature > span,
.home-static-hero__feature > strong {
  display: none;
}

.home-static-hero__side {
  display: grid;
  grid-template-rows: auto repeat(3, 1fr);
  gap: 12px;
  padding: 0;
  background: transparent;
}

.home-static-hero__side .home-hero-side {
  padding: 18px;
  min-height: 150px;
}

.home-static-hero__side .home-hero-side p {
  margin-bottom: 12px;
  font-size: 18px;
}

.home-static-hero__side .home-hero-side a {
  display: inline-flex;
  width: calc(50% - 6px);
  min-height: 34px;
  margin: 0 6px 8px 0;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.home-mini-product {
  grid-template-columns: 86px minmax(0, 1fr);
  min-height: 88px;
  padding: 12px;
  background: #fff;
}

.home-mini-product img {
  width: 86px;
  height: 86px;
}

.home-category-mix {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.home-category-card {
  min-height: 100px;
  padding: 18px;
}

.home-category-card strong {
  margin-top: 8px;
  font-size: 19px;
}

.home-mixed {
  grid-template-columns: 280px minmax(0, 1fr) 280px;
  gap: 16px;
  margin-top: 24px;
  align-items: stretch;
}

.home-mixed__lead,
.home-latest-panel {
  padding: 22px;
  background: #fff;
}

.home-mixed__lead h1 {
  font-size: 24px;
}

.home-mixed__grid {
  grid-auto-rows: 158px;
  gap: 12px;
}

.home-list-section {
  padding-top: 8px;
}

.home-list-section .nav-sub {
  margin-bottom: 18px;
  background: #fff;
  padding: 10px;
}

.home-list-section .list-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-list-section .list-4 li {
  width: auto;
  margin: 0;
}

.home-list-section .list-4 li a {
  height: 100%;
}

@media (max-width: 1100px) {
  .home-static-hero,
  .home-mixed {
    grid-template-columns: 1fr;
  }

  .home-feature-copy {
    max-width: 100%;
  }

  .home-static-hero__feature img {
    position: static;
    display: block;
    width: min(360px, 100%);
    margin-top: 26px;
  }

  .home-category-mix,
  .home-list-section .list-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .home-category-mix,
  .home-list-section .list-4 {
    grid-template-columns: 1fr;
  }

  .home-static-hero__feature {
    padding: 28px 20px;
  }

  .home-feature-copy h1 {
    font-size: 30px;
  }
}

/* Homepage alignment and overlap guard */
.home-layout *,
.home-list-section * {
  box-sizing: border-box;
}

.home-static-hero,
.home-mixed,
.home-category-mix,
.home-list-section .list-4 {
  width: 100%;
}

.home-static-hero > *,
.home-mixed > *,
.home-category-mix > *,
.home-list-section .list-4 > * {
  min-width: 0;
}

.home-static-hero {
  grid-template-columns: 220px minmax(0, 1fr) 300px;
  align-items: stretch;
}

.home-static-hero__feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: center;
  min-height: 420px;
  padding: 40px;
}

.home-static-hero__feature img {
  position: static;
  width: 100%;
  max-width: 300px;
  height: auto;
  max-height: 320px;
  justify-self: end;
  object-fit: cover;
}

.home-feature-copy {
  max-width: none;
  min-width: 0;
}

.home-feature-copy h1,
.home-feature-copy p,
.home-feature-copy em,
.home-mini-product span,
.home-latest-row span,
.home-feature-card strong,
.list-4 li .text h4,
.list-4 li .text p {
  overflow-wrap: anywhere;
  word-break: normal;
}

.home-feature-copy h1 {
  font-size: clamp(28px, 3vw, 42px);
}

.home-static-hero__side {
  grid-template-rows: auto repeat(3, minmax(88px, 1fr));
}

.home-static-hero__side .home-hero-side {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-content: start;
  min-height: 0;
}

.home-static-hero__side .home-hero-side p {
  grid-column: 1 / -1;
  margin: 0;
}

.home-static-hero__side .home-hero-side a {
  width: auto;
  min-width: 0;
  margin: 0;
  white-space: nowrap;
}

.home-mini-product {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  min-height: 0;
}

.home-mini-product img {
  width: 82px;
  height: 82px;
  flex: 0 0 auto;
}

.home-category-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.home-mixed {
  grid-template-columns: 280px minmax(0, 1fr) 280px;
}

.home-mixed__grid {
  min-width: 0;
}

.home-feature-card {
  min-width: 0;
}

.home-feature-card strong {
  max-width: calc(100% - 32px);
}

.home-latest-row {
  min-width: 0;
}

.home-list-section .nav-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-list-section .nav-sub li {
  float: none;
  margin: 0;
}

.home-list-section .nav-sub li a {
  display: block;
  white-space: nowrap;
}

.home-list-section .list-4 {
  align-items: stretch;
  padding: 0;
}

.home-list-section .list-4 li {
  float: none;
  min-width: 0;
}

.home-list-section .list-4 li a {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
}

.home-list-section .list-4 li .img-center {
  float: none;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.home-list-section .list-4 li .img-center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-list-section .list-4 li .text {
  float: none;
  width: auto;
  min-width: 0;
  padding: 14px;
}

.home-list-section .list-4 li .text h4 {
  height: auto;
  min-height: 44px;
  margin: 0;
  line-height: 1.45;
}

.home-list-section .list-4 li .text p {
  min-height: 0;
  margin-top: 8px;
}

.home-list-section .list-4 li .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}

@media (max-width: 1200px) {
  .home-static-hero,
  .home-mixed {
    grid-template-columns: 1fr;
  }

  .home-static-hero__feature {
    grid-template-columns: minmax(0, 1fr) 260px;
  }
}

@media (max-width: 760px) {
  .home-static-hero__feature {
    grid-template-columns: 1fr;
  }

  .home-static-hero__feature img {
    justify-self: start;
    max-width: 280px;
  }

  .home-static-hero__side .home-hero-side {
    grid-template-columns: 1fr;
  }
}

/* Fix hero text badge overlap */
.home-static-hero__feature {
  grid-template-areas: "visual copy";
}

.home-static-hero__feature img {
  grid-area: visual;
}

.home-feature-copy {
  grid-area: copy;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.home-feature-copy span,
.home-feature-copy h1,
.home-feature-copy p,
.home-feature-copy em {
  position: static;
  inset: auto;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  z-index: auto;
}

.home-feature-copy span {
  flex: 0 0 auto;
  margin: 0 0 18px;
}

.home-feature-copy h1 {
  flex: 0 0 auto;
  margin: 0 0 16px;
}

.home-feature-copy p {
  flex: 0 0 auto;
  max-width: 100%;
}

.home-feature-copy em {
  flex: 0 0 auto;
  margin-top: 22px;
}

@media (max-width: 760px) {
  .home-static-hero__feature {
    grid-template-areas:
      "copy"
      "visual";
  }
}

/* Homepage hero after removing category and function panels */
.home-static-hero {
  grid-template-columns: minmax(0, 1fr) 300px;
}

.home-static-hero__side {
  grid-template-rows: repeat(3, minmax(120px, 1fr));
}

.home-static-hero__side .home-hero-side,
.home-category-menu {
  display: none;
}

@media (max-width: 1100px) {
  .home-static-hero {
    grid-template-columns: 1fr;
  }
}

/* Home now uses the information publishing layout */
body[data-indexget-page="home"] .banner-sub {
  height: 260px;
  margin-bottom: 0;
}

body[data-indexget-page="home"] .home-list-section {
  padding: 30px 0 46px;
}

body[data-indexget-page="home"] .home-list-section .nav-sub {
  margin: 0 0 22px;
}

body[data-indexget-page="home"] .home-list-section .pages {
  margin-top: 26px;
}

/* Previous theme layer retained; superseded below */
body.indexget-template {
  min-width: 1230px;
  color: #17312f;
  background:
    linear-gradient(180deg, #e9fbf7 0, #fff 420px),
    radial-gradient(circle at 82% 0, rgba(20, 184, 166, .18), transparent 34%);
}

body.indexget-template a {
  color: #17312f;
}

body.indexget-template .header {
  background: #fbfffe;
  border-bottom: 1px solid #cfe8e4;
  box-shadow: 0 12px 30px rgba(15, 118, 110, .08);
}

body.indexget-template .logo a {
  color: #083f3a;
}

body.indexget-template .site-logo-mark {
  border-radius: 16px;
  background: linear-gradient(135deg, #14b8a6, #0f766e 58%, #164e63);
  box-shadow: 0 12px 28px rgba(15, 118, 110, .24);
}

body.indexget-template .nav {
  background: linear-gradient(90deg, #083f3a, #0f766e 52%, #14b8a6);
}

body.indexget-template .nav li.active a,
body.indexget-template .nav li a:hover {
  background: rgba(255, 255, 255, .18);
}

body.indexget-template .headerInputBtn,
body.indexget-template .home-actions a,
body.indexget-template .publish-form button,
body.indexget-template .auth-card button {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  border-color: #0f766e;
  color: #fff;
}

body.indexget-template .banner-sub {
  background:
    linear-gradient(135deg, rgba(8, 63, 58, .92), rgba(15, 118, 110, .86)),
    linear-gradient(90deg, #083f3a, #14b8a6);
}

body.indexget-template .banner-copy h1,
body.indexget-template .banner-copy p {
  color: #fff;
}

body.indexget-template .nav-sub li.active a,
body.indexget-template .nav-sub li a:hover {
  background: #0f766e;
  border-color: #0f766e;
  color: #fff;
}

body.indexget-template .home-list-section .list-4 li,
body.indexget-template .home-feature-card,
body.indexget-template .home-latest-panel,
body.indexget-template .detail-card,
body.indexget-template .policy-card,
body.indexget-template .auth-card,
body.indexget-template .publish-form {
  border-color: #cfe8e4;
  border-radius: 0;
  box-shadow: 0 14px 34px rgba(15, 118, 110, .08);
}

body.indexget-template .home-list-section .list-4 li .text h4,
body.indexget-template .home-panel-title strong,
body.indexget-template .detail-title,
body.indexget-template .policy-card h1 {
  color: #083f3a;
}

body.indexget-template .home-category-card {
  border-radius: 0;
  background: linear-gradient(135deg, #ecfeff, #f8fffd);
  border-color: #cfe8e4;
}

body.indexget-template .home-category-card span,
body.indexget-template .home-category-card em,
body.indexget-template .date span {
  color: #0f766e;
}

body.indexget-template .pagination a.cur,
body.indexget-template .pagination a:hover {
  background: #0f766e;
  border-color: #0f766e;
  color: #fff;
}

body.indexget-template .footer {
  background: #083f3a;
}

body.indexget-template .footer-copy {
  background: #062f2b;
}

body.indexget-template .footer,
body.indexget-template .footer a,
body.indexget-template .footer-copy,
body.indexget-template .footer-copy a {
  color: #e6fffb;
}

/* Boluo Manchuang information-site refresh */
body.indexget-template {
  color: #2c2414;
  background:
    linear-gradient(180deg, #fff7d5 0, #fffdfa 450px),
    radial-gradient(circle at 82% 0, rgba(255, 122, 26, .18), transparent 34%),
    radial-gradient(circle at 12% 5%, rgba(119, 189, 57, .20), transparent 34%);
}

body.indexget-template a { color: #2c2414; }

body.indexget-template .header {
  background: #fffdfa;
  border-bottom: 1px solid #f5d56f;
  box-shadow: 0 12px 30px rgba(255, 190, 46, .14);
}

body.indexget-template .logo a { color: #2f5f22; }

body.indexget-template .site-logo-mark {
  border-radius: 50% 46% 52% 42%;
  background: linear-gradient(135deg, #ffe066, #ffbe2e 48%, #ff7a1a);
  color: #2f5f22;
  box-shadow: 0 12px 28px rgba(255, 122, 26, .28);
}

body.indexget-template .nav {
  background: linear-gradient(90deg, #2f8f3a, #77bd39 48%, #ffbe2e);
}

body.indexget-template .nav li.active a,
body.indexget-template .nav li a:hover {
  background: rgba(255, 255, 255, .26);
}

body.indexget-template .headerInputBtn,
body.indexget-template .home-actions a,
body.indexget-template .publish-form button,
body.indexget-template .auth-card button {
  background: linear-gradient(135deg, #ff7a1a, #ffbe2e);
  border-color: #ff9f1a;
  color: #2c2414;
  font-weight: 700;
}

body.indexget-template .banner-sub {
  background:
    linear-gradient(135deg, rgba(255, 190, 46, .94), rgba(255, 122, 26, .88)),
    linear-gradient(90deg, #ffbe2e, #ff7a1a);
}

body.indexget-template .banner-copy h1,
body.indexget-template .banner-copy p {
  color: #2c2414;
}

body.indexget-template .nav-sub li.active a,
body.indexget-template .nav-sub li a:hover {
  background: #ffbe2e;
  border-color: #ff9f1a;
  color: #2c2414;
}

body.indexget-template .home-list-section .list-4 li,
body.indexget-template .home-feature-card,
body.indexget-template .home-latest-panel,
body.indexget-template .detail-card,
body.indexget-template .policy-card,
body.indexget-template .auth-card,
body.indexget-template .publish-form {
  border-color: #f5d56f;
  box-shadow: 0 14px 34px rgba(255, 190, 46, .14);
}

body.indexget-template .home-list-section .list-4 li .text h4,
body.indexget-template .home-panel-title strong,
body.indexget-template .detail-title,
body.indexget-template .policy-card h1 {
  color: #2f5f22;
}

body.indexget-template .home-category-card {
  background: linear-gradient(135deg, #fff4bf, #fffdfa);
  border-color: #f5d56f;
}

body.indexget-template .home-category-card span,
body.indexget-template .home-category-card em,
body.indexget-template .date span {
  color: #2f8f3a;
}

body.indexget-template .pagination a.cur,
body.indexget-template .pagination a:hover {
  background: #ffbe2e;
  border-color: #ff9f1a;
  color: #2c2414;
}

body.indexget-template .footer {
  background: #2f5f22;
}

body.indexget-template .footer-copy {
  background: #234818;
}

body.indexget-template .footer,
body.indexget-template .footer a,
body.indexget-template .footer-copy,
body.indexget-template .footer-copy a {
  color: #fff8de;
}


