@font-face {
	font-family: 'syht';
	src: url('../fonts/syht.ttf');

}

@font-face {
	font-family: 'syhtb';
	src: url('../fonts/syhtb.otf');

}


@font-face {
	font-family: 'syhtm';
	src: url('../fonts/syhtm.otf');

}

@font-face {
	font-family: 'syhtr';
	src: url('../fonts/syhtr.otf');
}


/*@font-face {
	font-family: "GillSans";
	src: url("../fonts/gillsans.woff2") format("woff2"), url("../fonts/gillsans.woff") format("woff"), url("../fonts/gillsans.ttf") format("truetype"), url("../fonts/gillsans.eot") format("embedded-opentype"), url("../fonts/gillsans.svg") format("svg")
}
@font-face {
	font-family: "syht";
	src: url("../fonts/syht.woff2") format("woff2"), url("../fonts/syht.woff") format("woff"), url("../fonts/syht.ttf") format("truetype"), url("../fonts/syht.eot") format("embedded-opentype"), url("../fonts/syht.svg") format("svg")
}
@font-face {
	font-family: "agenor_regular";
	src: url("../fonts/agenor_regular.woff2") format("woff2"), url("../fonts/agenor_regular.woff") format("woff"), url("../fonts/agenor_regular.ttf") format("truetype"), url("../fonts/agenor_regular.eot") format("embedded-opentype"), url("../fonts/agenor_regular.svg") format("svg")
}*/
svg {
	overflow: hidden;
	display: inline-block;
	fill: currentColor
}

.hidden-svg {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
	margin: 0;
	padding: 0
}

body {
	color: #333;
	font-size: 14px;
	position: relative;
	font-family: "syht", Arial, sans-serif;
	font-size: calc(14px + 0.3vw); /* 文字自适应 */
}

body,
html {
	width: 100%;
	font-weight: normal;
	background-color: #f5f5f5
}

#wrapper {
	max-width: 1920px;
	margin: 0 auto;
	background: #fff
}

a {
	text-decoration: none
}

a:hover,
a:focus {
	text-decoration: none
}

.winH {
	position: relative
}

.target-fix {
	position: relative;
	top: -70px;
	display: block;
	width: 100%;
	height: 1px;
	line-height: 1px;
	background: none;
	overflow: hidden;
	outline: 0;
	text-decoration: none;
	border: none
}

.target-fix:focus {
	outline: 0
}

.w {
	padding-left: 10%;
	padding-right: 10%
}

@media (max-width: 1180px) {
	.w {
		padding-left: 40px;
		padding-right: 40px
	}
}

@media (max-width: 968px) {
	.w {
		padding-left: 20px;
		padding-right: 20px
	}
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0;
	border-radius: 0px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 16px;
	margin-left: 0px;
	line-height: 1.42857143;
	color: #666;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	border-radius: 0px;
	margin-right: 15px;
	font-family: 'syht';
	transition: all .5s
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-radius: 0px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-radius: 0px;
	margin: 0
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 3;
	color: #fff;
	background: #009a3a;
	border-color: #009a3a
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #009a3a;
	border-color: #009a3a
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #666;
	cursor: not-allowed;
	background-color: #ddd;
	border-color: #ddd
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
#loading {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.9);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
	display: flex;
	justify-content: center;
	align-items: center
}

.loading_logo {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

@media (max-width: 668px) {
	.loading_logo {
		width: 50px;
		height: 50px
	}
}

.loading_logo svg {
	width: 100%;
	height: 100%;
	color: #fff
}

.la-ball-clip-rotate,
.la-ball-clip-rotate>div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.la-ball-clip-rotate {
	display: block;
	font-size: 0;
	color: #fff
}

.la-ball-clip-rotate.la-dark {
	color: #333
}

.la-ball-clip-rotate>div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor
}

.la-ball-clip-rotate {
	width: 32px;
	height: 32px
}

.la-ball-clip-rotate>div {
	width: 32px;
	height: 32px;
	background: transparent;
	border-width: 2px;
	border-bottom-color: transparent;
	border-radius: 100%;
	-webkit-animation: ball-clip-rotate .75s linear infinite;
	-moz-animation: ball-clip-rotate .75s linear infinite;
	-o-animation: ball-clip-rotate .75s linear infinite;
	animation: ball-clip-rotate .75s linear infinite
}

.la-ball-clip-rotate.la-sm {
	width: 16px;
	height: 16px
}

.la-ball-clip-rotate.la-sm>div {
	width: 16px;
	height: 16px;
	border-width: 1px
}

.la-ball-clip-rotate.la-2x {
	width: 64px;
	height: 64px
}

.la-ball-clip-rotate.la-2x>div {
	width: 64px;
	height: 64px;
	border-width: 4px
}

.la-ball-clip-rotate.la-3x {
	width: 200px;
	height: 200px
}

@media (max-width: 668px) {
	.la-ball-clip-rotate.la-3x {
		width: 100px;
		height: 100px
	}
}

.la-ball-clip-rotate.la-3x>div {
	width: 200px;
	height: 200px;
	border-width: 3px
}

@media (max-width: 668px) {
	.la-ball-clip-rotate.la-3x>div {
		width: 100px;
		height: 100px
	}
}

@-webkit-keyframes ball-clip-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes ball-clip-rotate {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	50% {
		-moz-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-o-keyframes ball-clip-rotate {
	0% {
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	50% {
		-o-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes ball-clip-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	50% {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.header {
	width: 100%;
	background: rgb(255 255 255 / 90%);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50;
	transition: all .5s
}

.header.nobg {
	background: rgba(84, 82, 77, 0)
}

.header_inner {
	max-width: 1920px;
	height: 110px;
	padding: 0 80px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	transition: all .5s z-index: 20;
}

@media (max-width: 1440px) {
	.header_inner {
		height: 90px;
		padding: 0 40px
	}
}

@media (max-width: 1180px) {
	.header_inner {
		height: 60px;
		padding: 0 20px
	}
}

.scroll .header_inner {
	height: 70px
}

@media (max-width: 1440px) {
	.scroll .header_inner {
		height: 60px;

	}
}

.header_logo {
	flex-shrink: 0;
	width: 235px;
	height: 56px;
	transition: all .5s
}

@media (max-width: 1440px) {
	.header_logo {
		width: 185px;
		height: 55px
	}
}

@media (max-width: 1180px) {
	.header_logo {
		width: 134px;
		height: 40px
	}
}

.scroll .header_logo {
	width: 185px;
	height: 55px
}

@media (max-width: 1440px) {
	.scroll .header_logo {
		width: 134px;
		height: 40px
	}
}

.header_logo svg {
	width: 100%;
	height: 100%;
	color: #fff;
	transition: all .5s
}

.header_nav {
	margin-left: 5%
}

@media (max-width: 1440px) {
	.header_nav {
		margin-left: 8%
	}
}

@media (max-width: 1180px) {
	.header_nav {
		display: none !important
	}
}

.header_nav>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center
}

.header_nav>ul>li {
	position: relative
}

.header_nav>ul>li>a {
	display: block;
	padding: 0 30px;
	font-size: 18px;
	line-height: 110px;
	color: #000;
	transition: all .5s
}

@media (max-width: 1440px) {
	.header_nav>ul>li>a {
		line-height: 90px;
		font-size: 16px;
		padding: 0 25px
	}
}

@media (max-width: 1180px) {
	.header_nav>ul>li>a {
		line-height: 60px
	}
}

.scroll .header_nav>ul>li>a {
	line-height: 70px;
	font-size: 16px
}

@media (max-width: 1440px) {
	.scroll .header_nav>ul>li>a {
		line-height: 60px;
		font-size: 14px
	}
}

.header_nav>ul>li>a>span {
	display: inline-block;
	line-height: 38px;
	white-space: nowrap;
	position: relative;
	font-weight: bold;
}

.header_nav>ul>li>a>span:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	line-height: 1px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 2;
	transition: all .5s
}

.header_nav>ul>li.on>a>span:after {
	width: 100%;
	left: 0
}

.sub_pro {
	display: none;
	width: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20
}

.sub_pro>.inner {
	height: 100%;
	display: flex
}

.sub_pro .sub_pro_side {
	width: 100%;
	padding: 10vh 30vh;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between
}

/* 新添加 */

/* 下拉菜单容器 */
.subNav_slide_content {
	width: 100%;
	padding: 15px 20px;
}

/* 网格布局（每行7列） */
.menu-grid {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	/* 7列 */
	gap: 10px;
	/* 列间距 */
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: -100px;
	margin-left: -205px;
}

/* 三级菜单样式 */
.submenu-l3 {
	list-style-type: none;
	width: 185px;
}

/* 菜单项样式 */
.menu-grid li {
	padding: 6px 0;
	text-align: center;
	border-bottom: 1px solid #f0f0f0;/* 可选分隔线 */
	border: none;
}

.menu-grid>li>a::after {
	content: "→";
	margin-left: 5px;
}


.menu-grid li a {
	color: #333;
	text-decoration: none;

	transition: color 0.3s;
}

.menu-grid li a:hover {
	color: #009a3a;	/* 悬停效果 */
}


@media (max-width: 1440px) {
	.sub_pro .sub_pro_side {
		width: 36%;
		padding: 6vh
	}
}

.sub_pro .sub_pro_side_title b {
	display: block;
	font-size: 20px;
	font-weight: normal
}

.sub_pro .sub_pro_side_title span {
	display: block;
	margin-top: 30px;
	font-family: "syht";
	font-size: 80px;
	line-height: 1em;
	transform: translateX(-5px)
}

@media (max-width: 1681px) {
	.sub_pro .sub_pro_side_title span {
		font-size: 70px
	}
}

@media (max-width: 1440px) {
	.sub_pro .sub_pro_side_title span {
		font-size: 60px
	}
}

@media (max-width: 1380px) {
	.sub_pro .sub_pro_side_title span {
		font-size: 50px
	}
}

.sub_pro .sub_pro_side_title span em {
	display: block;
	font-style: normal;
	font-size: 90px;
	line-height: 1em;
	transform: translateX(-5px)
}

@media (max-width: 1681px) {
	.sub_pro .sub_pro_side_title span em {
		font-size: 70px
	}
}

@media (max-width: 1440px) {
	.sub_pro .sub_pro_side_title span em {
		font-size: 60px
	}
}

@media (max-width: 1380px) {
	.sub_pro .sub_pro_side_title span em {
		font-size: 50px
	}
}

.sub_pro .sub_pro_side_title span i {
	display: block;
	font-style: normal;
	font-size: 40px;
	line-height: 1em
}

.sub_pro .sub_pro_content {
	width: 58%;
	padding: 10vh 6vh 0 10vh;
	position: relative
}

@media (max-width: 1440px) {
	.sub_pro .sub_pro_content {
		width: 64%;
		padding: 6vh 6vh 0 6vh
	}
}

.sub_pro_hd {
	max-width: 450px
}

.sub_pro_hd>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

.sub_pro_hd>ul>li {
	width: 50%;
	margin-bottom: 10px
}

.sub_pro_hd>ul>li button {
	display: block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	background: none;
	text-align: left;
	font-size: 16px;
	line-height: 35px;
	color: #666;
	position: relative
}

@media (max-width: 1440px) {
	.sub_pro_hd>ul>li button {
		font-size: 14px;
		line-height: 30px
	}
}

@media (max-width: 1380px) {
	.sub_pro_hd>ul>li button {
		line-height: 26px
	}
}

.sub_pro_hd>ul>li button:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	line-height: 1px;
	background-color: #009a3a;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	transition: all .5s
}

.sub_pro_hd>ul>li.on button {
	font-weight: bold;
	color: #009a3a;
	font-weight: bold
}

.sub_pro_hd>ul>li.on button:after {
	width: 100%
}

.sub_pro_bd {
	max-width: 430px
}

.sub_pro_bd>* {
	position: relative;
	z-index: 2
}

.sub_pro_bd .title {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
	color: #009a3a
}

@media (max-width: 1380px) {
	.sub_pro_bd .title {
		font-size: 20px;

	}
}

.sub_pro_bd .des {
	font-size: 14px;
	line-height: 26px;
	color: #666;
	margin: 35px 0 50px;
	font-family: "syhtr";
}

@media (max-width: 1440px) {
	.sub_pro_bd .des {
		margin: 20px 0 30px
	}
}

.sub_pro_bd .list>ul {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

.sub_pro_bd .list>ul>li {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 20px
}

.sub_pro_bd .list>ul>li>a {
	display: block;
	white-space: nowrap;
	border: 1px solid #7f7f7f;
	padding: 0 20px;
	font-size: 16px;
	line-height: 42px;
	border-radius: 21px;
	color: #7f7f7f;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .5s
}

@media (max-width: 1681px) {
	.sub_pro_bd .list>ul>li>a {
		font-size: 14px
	}
}

.sub_pro_bd .list>ul>li>a:hover {
	background-color: #009a3a;
	border-color: #009a3a;
	color: #fff
}

.sub_pro_bd .more {
	margin-top: 10vh;
	padding: 0 20px;
	height: 44px;
	line-height: 42px;
	border: 1px solid #bfbfbf;
	border-radius: 22px;
	font-size: 14px;
	color: #bfbfbf;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	transition: all .5s
}

@media (max-width: 1440px) {
	.sub_pro_bd .more {
		margin-top: 5vh
	}
}

.sub_pro_bd .more svg {
	flex-shrink: 0;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	color: #bfbfbf
}

.sub_pro_bd .more:hover {
	background-color: #009a3a;
	border-color: #009a3a;
	color: #fff
}

.sub_pro_bd .more:hover svg {
	color: #fff
}

.sub_pro_bd .img {
	width: 40%;
	text-align: right;
	position: absolute;
	right: 6vh;
	bottom: 6vh;
	z-index: 1
}

@media (max-width: 1440px) {
	.sub_pro_bd .img {
		width: 35%
	}
}

@media (max-width: 1380px) {
	.sub_pro_bd .img {
		width: 30%
	}
}

.sub_pro_bd .img img {
	max-width: 100%
}

.subNav_slide {
	display: none;
	width: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20
}

.subNav_slide>.inner {
	display: flex
}

.subNav_slide .subNav_slide_side {
	width: 42%;
	padding: 10vh 6vh;
	background-color: #eee;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between
}

.subNav_slide .subNav_slide_side_title b {
	display: block;
	font-size: 26px;
	font-weight: normal
}

.subNav_slide .subNav_slide_side_title span {
	display: block;
	margin-top: 30px;
	font-family: "syht";
	font-size: 80px;
	line-height: 1em;
	transform: translateX(-5px)
}

@media (max-width: 1681px) {
	.subNav_slide .subNav_slide_side_title span {
		font-size: 70px
	}
}

@media (max-width: 1440px) {
	.subNav_slide .subNav_slide_side_title span {
		font-size: 60px
	}
}

@media (max-width: 1380px) {
	.subNav_slide .subNav_slide_side_title span {
		font-size: 50px
	}
}

.subNav_slide .subNav_slide_side_title span em {
	display: block;
	font-style: normal;
	font-size: 90px;
	line-height: 1em;
	transform: translateX(-5px)
}

@media (max-width: 1681px) {
	.subNav_slide .subNav_slide_side_title span em {
		font-size: 70px
	}
}

@media (max-width: 1440px) {
	.subNav_slide .subNav_slide_side_title span em {
		font-size: 60px
	}
}

@media (max-width: 1380px) {
	.subNav_slide .subNav_slide_side_title span em {
		font-size: 50px
	}
}

.subNav_slide .subNav_slide_side_title span i {
	display: block;
	font-style: normal;
	font-size: 40px;
	line-height: 1em
}

.subNav_slide .subNav_slide_content {
	width: 58%;
	padding: 10vh;
	position: relative;
	margin-left: 400px;
}

.subNav_slide .subNav_slide_content .sub {
	max-width: 600px
}

.subNav_slide .subNav_slide_content .sub>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.subNav_slide .subNav_slide_content .sub>ul>li {
	margin-right: 40px;
	margin-bottom: 20px
}

.subNav_slide .subNav_slide_content .sub>ul>li a {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	background: none;
	text-align: left;
	font-size: 18px;
	line-height: 35px;
	color: #666;
	position: relative;
	font-family: "syhtr";
}

@media (max-width: 1440px) {
	.subNav_slide .subNav_slide_content .sub>ul>li a {
		font-size: 16px;
		line-height: 30px;
		font-family: "syhtm";
	}
}

@media (max-width: 1380px) {
	.subNav_slide .subNav_slide_content .sub>ul>li a {
		line-height: 26px
	}
}

.subNav_slide .subNav_slide_content .sub>ul>li a:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	line-height: 1px;
	background-color: #009a3a;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	transition: all .5s
}

.subNav_slide .subNav_slide_content .sub>ul>li a:hover {
	font-weight: bold;
	color: #009a3a;
	font-weight: bold
}

.subNav_slide .subNav_slide_content .sub>ul>li a:hover:after {
	width: 100%
}

.subNav_slide .subNav_slide_content .sub_cid3 {
	max-width: 600px
}

.subNav_slide .subNav_slide_content .sub_cid3>ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.subNav_slide .subNav_slide_content .sub_cid3>ul>li {
	display: block;
	margin-bottom: 30px
}

.subNav_slide .subNav_slide_content .sub_cid3>ul>li>a {
	display: inline-block;
	font-size: 18px;
	line-height: 2em;
	color: #009a3a;
	white-space: nowrap;
	font-weight: bold;
	position: relative
}

@media (max-width: 1440px) {
	.subNav_slide .subNav_slide_content .sub_cid3>ul>li>a {
		font-size: 16px
	}
}

.subNav_slide .subNav_slide_content .sub_cid3>ul>li>a:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	line-height: 1px;
	background-color: #009a3a;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	transition: all .5s
}

.subNav_slide .subNav_slide_content .sub_cid3>ul>li>a:hover {
	font-weight: bold;
	color: #009a3a;
	font-weight: bold
}

.subNav_slide .subNav_slide_content .sub_cid3>ul>li>a:hover:after {
	width: 100%
}

.subNav_slide .subNav_slide_content .sub_cid3>ul>li>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

.subNav_slide .subNav_slide_content .sub_cid3>ul>li>ul>li {
	margin-right: 40px
}

.subNav_slide .subNav_slide_content .sub_cid3>ul>li>ul>li>a {
	display: inline-block;
	white-space: nowrap;
	font-size: 16px;
	line-height: 35px;
	color: #666;
	position: relative
}

@media (max-width: 1440px) {
	.subNav_slide .subNav_slide_content .sub_cid3>ul>li>ul>li>a {
		font-size: 14px;
		line-height: 30px
	}
}

@media (max-width: 1380px) {
	.subNav_slide .subNav_slide_content .sub_cid3>ul>li>ul>li>a {
		line-height: 26px
	}
}

.subNav_slide .subNav_slide_content .sub_cid3>ul>li>ul>li>a:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	line-height: 1px;
	background-color: #009a3a;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	transition: all .5s
}

.subNav_slide .subNav_slide_content .sub_cid3>ul>li>ul>li>a:hover {
	font-weight: bold;
	color: #009a3a;
	font-weight: bold
}

.subNav_slide .subNav_slide_content .sub_cid3>ul>li>ul>li>a:hover:after {
	width: 100%
}

.header_icons {
	margin-left: auto;
	display: flex;
	align-items: center
}

.header_icons button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	outline: 0
}

.header_icons a.search {
	margin-right: 30px;
	width: 20px;
	height: 20px;
	position: relative
}

@media (max-width: 1180px) {
	.header_icons a.search {
		margin-right: 15px
	}
}

.header_icons a.search svg {
	width: 100%;
	height: 100%;
	color: #fff
}

.header_icons a.lang {
	color: #fff;
	margin: 0 30px;
	font-weight: lighter;
	font-size: 16px;
	height: 20px;
	line-height: 20px
}

@media (max-width: 1180px) {
	.header_icons a.lang {
		margin: 0 15px
	}
}

.header_icons a.phone {
	margin-right: 30px;
	width: 20px;
	height: 20px;
	position: relative
}

@media (max-width: 1180px) {
	.header_icons a.phone {
		margin-right: 15px
	}
}

.header_icons a.phone svg {
	width: 100%;
	height: 100%;
	color: #fff
}

.header_icons a.phone span {
	display: none;
	position: absolute;
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
	z-index: 2
}

.header_icons a.phone span:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-bottom: 5px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent
}

.header_icons a.phone span em {
	display: inline-block;
	white-space: nowrap;
	font-style: normal;
	background-color: #fff;
	font-family: "syht";
	color: #009a3a;
	font-size: 18px;
	padding: 0 20px;
	line-height: 40px
}

.header_icons a.phone:hover span {
	display: inline-block
}

@media (max-width: 1180px) {
	.header_icons a.phone:hover span {
		display: none
	}
}

.header_icons .wechat {
	width: 20px;
	height: 20px;
	position: relative
}

.header_icons .wechat svg {
	width: 100%;
	height: 100%;
	color: #fff
}

.header_icons .wechat .qr {
	display: none;
	width: 100px;
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -50px;
	z-index: 2
}

.header_icons .wechat .qr:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent
}

.header_icons .wechat .qr img {
	width: 100%
}

.header_icons .wechat .qr span {
	display: block;
	width: 100%;
	line-height: 24px;
	background-color: #fff;
	padding-bottom: 5px;
	font-size: 12px;
	text-align: center;
	color: #666
}

.header_icons .wechat:hover .qr {
	display: block
}

.header_icons .menu {
	display: block;
	width: 25px;
	height: 16px;
	position: relative
}

.header_icons .menu .line {
	width: 100%;
	height: 2px;
	line-height: 2px;
	background-color: #000;
	position: absolute;
	left: 0;
	z-index: 2;
	transition: all .5s
}

.header_icons .menu .line.line01 {
	top: 0
}

.header_icons .menu .line.line02 {
	top: 7px
}

.header_icons .menu .line.line03 {
	width: 60%;
	bottom: 0
}

.header_icons .menu.toggle .line.line01 {
	transform: translate3d(0, 8px, 0) rotate(45deg)
}

.header_icons .menu.toggle .line.line02 {
	width: 0
}

.header_icons .menu.toggle .line.line03 {
	width: 100%;
	transform: translate3d(0, -6px, 0) rotate(-45deg)
}

.header_menu {
	display: none;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url("../images/header_menu_bg.jpg");
	position: fixed;
	left: 0;
	top: 0;
	z-index: 30
}

.header_menu>.inner {
	max-width: 1540px;
	margin: 0 auto;
	padding: 28vh 20px 0
}

@media (max-width: 1681px) {
	.header_menu>.inner {
		max-width: 1340px
	}
}

@media (max-width: 1440px) {
	.header_menu>.inner {
		max-width: 1240px
	}
}

@media (max-width: 1380px) {
	.header_menu>.inner {
		max-width: 1140px
	}
}

.header_menu>.inner>ul {
	list-style: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin: 0;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: space-between
}

.header_menu>.inner>ul>li {
	position: static
}

.header_menu>.inner>ul>li.m1,
.header_menu>.inner>ul>li.m2 {
	position: static
}

.header_menu>.inner>ul>li>a {
	display: block;
	position: relative;
	padding-right: 20px;
	padding-bottom: 10vh;
	font-size: 32px;
	line-height: 32px;
	color: #7a838f;
	transition: all .5s
}

@media (max-width: 1681px) {
	.header_menu>.inner>ul>li>a {
		font-size: 28px;
		line-height: 28px;
		padding-bottom: 8vh
	}
}

@media (max-width: 1440px) {
	.header_menu>.inner>ul>li>a {
		font-size: 24px;
		line-height: 24px;
		padding-bottom: 6vh
	}
}

@media (max-width: 1380px) {
	.header_menu>.inner>ul>li>a {
		font-size: 20px;
		line-height: 20px
	}
}

.header_menu>.inner>ul>li>a:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	line-height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 2;
	opacity: 0;
	transition: all .5s
}

.header_menu>.inner>ul>li .sub {
	display: none;
	padding-top: 10vh;
	position: absolute;
	left: 0;
	top: 10vh;
	z-index: 3
}

@media (max-width: 1681px) {
	.header_menu>.inner>ul>li .sub {
		top: 8vh
	}
}

@media (max-width: 1440px) {
	.header_menu>.inner>ul>li .sub {
		top: 6vh
	}
}

.header_menu>.inner>ul>li .sub_line {
	width: 75%
}

.header_menu>.inner>ul>li .sub_line>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

.header_menu>.inner>ul>li .sub_line>ul>li {
	width: 20%
}

.header_menu>.inner>ul>li .sub_line>ul>li>a {
	display: block;
	font-size: 16px;
	line-height: 60px;
	color: #7a838f;
	transition: all .5s
}

@media (max-width: 1380px) {
	.header_menu>.inner>ul>li .sub_line>ul>li>a {
		line-height: 50px
	}
}

.header_menu>.inner>ul>li .sub_line>ul>li>a:hover {
	font-weight: bold;
	color: #fff
}

.header_menu>.inner>ul>li .sub_block>ul>li {
	display: block
}

.header_menu>.inner>ul>li .sub_block>ul>li>a {
	display: block;
	white-space: nowrap;
	font-size: 16px;
	line-height: 50px;
	color: #7a838f;
	transition: all .5s
}

@media (max-width: 1380px) {
	.header_menu>.inner>ul>li .sub_block>ul>li>a {
		line-height: 40px
	}
}

.header_menu>.inner>ul>li .sub_block>ul>li>a:hover {
	font-weight: bold;
	color: #fff
}

.header_menu>.inner>ul>li.on>a,
.header_menu>.inner>ul>li:hover>a {
	font-weight: bold;
	color: #fff
}

.header_menu>.inner>ul>li.on>a:after,
.header_menu>.inner>ul>li:hover>a:after {
	width: 100%;
	opacity: 1
}

.icon_mnav {
	display: none
}

.side_bar {
	display: none;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url("../images/header_menu_bg.jpg");
	position: fixed;
	left: 0;
	top: 0;
	z-index: 30
}

.side_bar_inner {
	width: 200px;
	height: 100%;
	padding: 20px;
	background-color: #fff;
	position: fixed;
	left: -250px;
	right: 0;
	top: 0;
	z-index: 502;
	transition: all .5s
}

.side_bar_logo {
	display: block;
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 20px
}

.side_bar_logo img {
	width: 80px;
	height: 80px;
	color: #009a3a
}

.side_bar_list ul {
	margin: 0;
	padding: 0
}

.side_bar_list ul>li {
	display: block
}

.side_bar_list ul>li>a {
	display: block;
	line-height: 40px;
	color: #000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.side_bar_list ul>li.menu-item-has-children {
	position: relative
}

.side_bar_list ul>li.menu-item-has-children i.icon {
	display: block;
	width: 40px;
	height: 40px;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10
}

.side_bar_list ul>li.menu-item-has-children i.icon svg {
	width: 20px;
	height: 20px;
	color: #333;
	vertical-align: top;
	margin-top: 10px;
	transition: all .5s
}

.side_bar_list ul>li.menu-item-has-children i.icon.on svg {
	transform: rotate(90deg)
}

.side_bar_list ul>li .sub {
	display: none;
	opacity: 1 !important;
	margin: 0;
	padding: 10px 0 0 0
}

.side_bar_list ul>li .sub li {
	display: block
}

.side_bar_list ul>li .sub li a {
	display: block;
	font-size: 12px;
	line-height: 30px;
	color: #666
}

.side_bar_list ul>li .sub li a:before {
	content: '-';
	display: inline-block;
	margin-right: 5px
}

.toggleHeaderMenu_Mobile .side_bar {
	display: block
}

.toggleHeaderMenu_Mobile .side_bar_inner {
	left: 0;
	overflow: hidden;
	overflow-y: scroll;
	background-color: #fff;
	border-color: #fff
}

.pro_cate {
	background: #fff
}

.pro_cate>ul {
	margin: 0;
	padding: 0
}

.pro_cate>ul>li {
	display: block;
	padding: 20px 0;
	background-color: #fff
}

@media (max-width: 668px) {
	.pro_cate>ul>li {
		padding: 20px
	}
}

.pro_cate>ul>li a {
	display: flex;
	align-items: center
}

@media (max-width: 668px) {
	.pro_cate>ul>li a {
		flex-direction: column
	}
}

.pro_cate>ul>li a .txt {
	width: 50%;
	padding: 0 5% 0 10%
}

@media (max-width: 1180px) {
	.pro_cate>ul>li a .txt {
		padding: 0 40px 0 40px
	}
}

@media (max-width: 968px) {
	.pro_cate>ul>li a .txt {
		padding: 0 20px 0 20px
	}
}

@media (max-width: 668px) {
	.pro_cate>ul>li a .txt {
		width: 100%;
		padding: 0
	}
}

.pro_cate>ul>li a .txt .subt {
	display: block;
	font-size: 55px;
	line-height: 1em;
	font-family: "syht";
	color: rgba(0, 0, 0, 0.3);
	text-transform: uppercase
}

@media (max-width: 1681px) {
	.pro_cate>ul>li a .txt .subt {
		font-size: 45px
	}
}

@media (max-width: 1440px) {
	.pro_cate>ul>li a .txt .subt {
		font-size: 30px
	}
}

@media (max-width: 1180px) {
	.pro_cate>ul>li a .txt .subt {
		font-size: 22px
	}
}

@media (max-width: 668px) {
	.pro_cate>ul>li a .txt .subt {
		font-size: 20px
	}
}

.pro_cate>ul>li a .txt .t {
	display: block;
	font-weight: normal;
	font-size: 26px;
	line-height: 1em;
	color: #000;
	margin: 40px 0 20px;
	transition: all .5s
}

@media (max-width: 1180px) {
	.pro_cate>ul>li a .txt .t {
		margin: 20px 0
	}
}

@media (max-width: 668px) {
	.pro_cate>ul>li a .txt .t {
		font-size: 20px
	}
}

.pro_cate>ul>li a .txt .des {
	font-size: 16px;
	line-height: 28px;
	color: #666
}

@media (max-width: 1440px) {
	.pro_cate>ul>li a .txt .des {
		font-size: 14px;
		line-height: 26px
	}
}

.pro_cate>ul>li a .txt .more {
	margin-top: 10%;
	padding: 0 20px;
	height: 44px;
	line-height: 42px;
	border: 1px solid #bfbfbf;
	border-radius: 22px;
	font-size: 14px;
	color: #bfbfbf;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	transition: all .5s
}

@media (max-width: 1440px) {
	.pro_cate>ul>li a .txt .more {
		margin-top: 5vh
	}
}

@media (max-width: 668px) {
	.pro_cate>ul>li a .txt .more {
		margin: 20px 0;
		width: 150px
	}
}

.pro_cate>ul>li a .txt .more svg {
	flex-shrink: 0;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	color: #bfbfbf
}

.pro_cate>ul>li a .img {
	width: 50%;
	padding: 0 0 0 6%;
	position: relative
}

@media (max-width: 1180px) {
	.pro_cate>ul>li a .img {
		padding: 0 0 0 40px
	}
}

@media (max-width: 968px) {
	.pro_cate>ul>li a .img {
		padding: 0 0 0 20px
	}
}

@media (max-width: 668px) {
	.pro_cate>ul>li a .img {
		width: 100%;
		padding: 0
	}
}

.pro_cate>ul>li a .img img {
	max-width: 100%;
	position: relative;
	z-index: 2
}

@media (max-width: 1681px) {
	.pro_cate>ul>li a .img img {
		max-width: 80%
	}
}

@media (max-width: 1440px) {
	.pro_cate>ul>li a .img img {
		max-width: 70%
	}
}

.pro_cate>ul>li a .img .bg {
	display: block;
	width: 68%;
	height: 48%;
	background: #f5f5f5;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1
}

@media (max-width: 1440px) {
	.pro_cate>ul>li a .img .bg {
		width: 60%
	}
}

.pro_cate>ul>li a .img .bg:after {
	content: '';
	display: block;
	width: 0;
	height: 10px;
	line-height: 10px;
	background-color: #009a3a;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	transition: all .5s
}

@media (min-width: 668px) {
	.pro_cate>ul>li a:hover .txt .t {
		color: #009a3a
	}

	.pro_cate>ul>li a:hover .txt .more {
		background-color: #009a3a;
		border-color: #009a3a;
		color: #fff
	}

	.pro_cate>ul>li a:hover .txt .more svg {
		color: #fff
	}

	.pro_cate>ul>li a:hover .img .bg:after {
		width: 100%
	}
}

.pro_cate>ul>li:nth-of-type(even) {
	background-color: #f5f5f5
}

.pro_cate>ul>li:nth-of-type(even) a .txt {
	padding: 0 10% 0 5%
}

@media (max-width: 1180px) {
	.pro_cate>ul>li:nth-of-type(even) a .txt {
		padding: 0 40px
	}
}

@media (max-width: 968px) {
	.pro_cate>ul>li:nth-of-type(even) a .txt {
		padding: 0 20px
	}
}

@media (max-width: 668px) {
	.pro_cate>ul>li:nth-of-type(even) a .txt {
		padding: 0
	}
}

.pro_cate>ul>li:nth-of-type(even) a .img {
	order: -1;
	padding: 0 6% 0 0;
	text-align: right
}

@media (max-width: 668px) {
	.pro_cate>ul>li:nth-of-type(even) a .img {
		order: 0;
		padding: 0
	}
}

.pro_cate>ul>li:nth-of-type(even) a .img .bg {
	background: #fff;
	left: 0
}

.pro_cate>ul>li:nth-of-type(even) a .img .bg:after {
	left: auto;
	right: 0
}

.pro_list_top {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
	display: flex
}

@media (max-width: 1681px) {
	.pro_list_top {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.pro_list_top {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 668px) {
	.pro_list_top {
		padding-top: 20px;
		padding-bottom: 20px;
		flex-direction: column
	}
}

.pro_list_top .txt {
	width: 50%
}

@media (max-width: 668px) {
	.pro_list_top .txt {
		width: 100%
	}
}

.pro_list_top .txt h1.title {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 40px;
	line-height: 1em
}

@media (max-width: 1681px) {
	.pro_list_top .txt h1.title {
		font-size: 36px
	}
}

@media (max-width: 1440px) {
	.pro_list_top .txt h1.title {
		font-size: 30px
	}
}

@media (max-width: 668px) {
	.pro_list_top .txt h1.title {
		font-size: 22px
	}
}

.pro_list_top .txt .des {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin: 50px 0 120px
}

@media (max-width: 1681px) {
	.pro_list_top .txt .des {
		margin: 50px 0
	}
}

@media (max-width: 1440px) {
	.pro_list_top .txt .des {
		font-size: 14px;
		line-height: 26px
	}
}

@media (max-width: 668px) {
	.pro_list_top .txt .des {
		margin: 20px 0
	}
}

.pro_list_top .txt .des img {
	max-width: 100%
}

.pro_list_top .txt .btn_download {
	width: 220px;
	height: 58px;
	line-height: 56px;
	border: 1px solid #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #999;
	font-size: 14px;
	line-height: 1em;
	transition: all .5s
}

@media (max-width: 1440px) {
	.pro_list_top .txt .btn_download {
		width: 180px
	}
}

@media (max-width: 668px) {
	.pro_list_top .txt .btn_download {
		width: 140px;
		height: 52px;
		line-height: 50px
	}
}

.pro_list_top .txt .btn_download svg {
	width: 25px;
	height: 25px;
	color: #999;
	margin-left: 10px;
	transition: all .5s
}

.pro_list_top .txt .btn_download:hover {
	background-color: #009a3a;
	border-color: #009a3a;
	color: #fff
}

.pro_list_top .txt .btn_download:hover svg {
	color: #fff
}

.pro_list_top .img {
	width: 50%;
	text-align: right
}

@media (max-width: 668px) {
	.pro_list_top .img {
		order: -1;
		margin-bottom: 20px;
		width: 100%;
		height: auto;
		justify-content: center
	}
}

.pro_list_top .img img {
	max-width: 100%
}

.pro_list_filter {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f5f5f5;
	overflow: hidden
}

@media (max-width: 1681px) {
	.pro_list_filter {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.pro_list_filter {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 668px) {
	.pro_list_filter {
		padding-top: 40px;
		padding-bottom: 0
	}
}

.pro_list_filter .title {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 40px;
	color: #000
}

@media (max-width: 1440px) {
	.pro_list_filter .title {
		font-size: 26px
	}
}

@media (max-width: 668px) {
	.pro_list_filter .title {
		font-size: 20px;
		margin-bottom: 20px
	}
}

.pro_list_filter .row {
	margin: 0 -5px
}

.pro_list_filter .row>div {
	padding: 0 5px;
	width: 14.28%
}

@media (max-width: 1180px) {
	.pro_list_filter .row>div {
		margin-bottom: 10px;
		width: 25%
	}
}

@media (max-width: 668px) {
	.pro_list_filter .row>div {
		width: 100%
	}
}

.pro_list_filter .col {
	padding: 0 10px;
	border: 1px solid #ddd;
	background-color: #fff
}

@media (max-width: 1440px) {
	.pro_list_filter .col {
		padding: 0 5px
	}
}

.pro_list_filter .col .hd {
	width: 100%;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

@media (max-width: 668px) {
	.pro_list_filter .col .hd {
		height: 55px
	}
}

.pro_list_filter .col .hd span {
	font-size: 16px;
	font-weight: lighter;
	white-space: nowrap;
	overflow: hidden
}

@media (max-width: 668px) {
	.pro_list_filter .col .hd span {
		font-size: 14px;
		font-weight: normal
	}
}

.pro_list_filter .col .hd button {
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 0;
	background: none;
	outline: 0;
	border: none
}

.pro_list_filter .col .hd button svg {
	width: 100%;
	height: 100%;
	color: #999;
	transition: all .5s
}

.pro_list_filter .col .bd {
	display: none;
	padding-bottom: 30px
}

@media (max-width: 1440px) {
	.pro_list_filter .col .bd {
		padding-bottom: 15px
	}
}

.pro_list_filter .col .bd .bd_col {
	width: 100%;
	overflow: hidden
}

.pro_list_filter .col .bd .bd_col>ul {
	margin: 0 -2px;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center
}

.pro_list_filter .col .bd .bd_col>ul>li {
	flex: 1;
	padding: 0 2px
}

.pro_list_filter .col .bd .bd_col>ul>li p {
	display: block;
	margin-bottom: 0;
	position: relative;
	padding: 0 25px 0 0;
	line-height: 40px;
	border: 1px solid #dedede
}

.pro_list_filter .col .bd .bd_col>ul>li p input {
	width: 100%;
	line-height: 40px;
	border: none;
	padding: 0 5px;
	outline: 0
}

.pro_list_filter .col .bd .bd_col>ul>li p em {
	display: block;
	width: 30px;
	line-height: 40px;
	text-align: center;
	font-style: normal;
	position: absolute;
	right: 0;
	top: 0
}

.pro_list_filter .col .bd .bd_col>ul>li p.no_unit {
	padding: 0
}

.pro_list_filter .col .bd .bd_button {
	margin-top: 20px
}

@media (max-width: 1440px) {
	.pro_list_filter .col .bd .bd_button {
		margin-top: 10px
	}
}

.pro_list_filter .col .bd .bd_button>ul {
	margin: 0 -7px;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center
}

.pro_list_filter .col .bd .bd_button>ul>li {
	flex: 1;
	padding: 0 7px
}

.pro_list_filter .col .bd .bd_button>ul>li button {
	width: 100%;
	height: 42px;
	line-height: 42px;
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	background-color: #f5f5f5;
	color: #aaa;
	transition: all .5s
}

.pro_list_filter .col .bd .bd_button>ul>li button:hover {
	background-color: #009a3a;
	color: #fff
}

.pro_list_filter .col.active .hd button svg {
	transform: rotate(180deg);
	color: #009a3a
}

.pro_list_content {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #fff
}

@media (max-width: 1681px) {
	.pro_list_content {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.pro_list_content {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 668px) {
	.pro_list_content {
		padding-top: 20px;
		padding-bottom: 10px
	}
}

.pro_list_content .table {
	font-size: 16px
}

@media (max-width: 668px) {
	.pro_list_content .table {
		font-size: 14px
	}
}

.pro_list_content .table thead {
	background-color: #009a3a;
	color: #fff
}

.pro_list_content .table thead tr th {
	text-align: center;
	padding: 20px 10px
}

@media (max-width: 668px) {
	.pro_list_content .table thead tr th {
		padding: 5px
	}
}

.pro_list_content .table thead tr td {
	text-align: center;
	padding: 20px 10px
}

@media (max-width: 668px) {
	.pro_list_content .table thead tr td {
		padding: 5px
	}
}

.pro_list_content .table tbody tr td {
	text-align: center;
	padding: 20px 10px
}

@media (max-width: 668px) {
	.pro_list_content .table tbody tr td {
		padding: 5px
	}
}

.pro_content_top {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
	display: flex;
	align-items: center
}

@media (max-width: 1681px) {
	.pro_content_top {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.pro_content_top {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 668px) {
	.pro_content_top {
		padding-top: 20px;
		padding-bottom: 20px;
		flex-direction: column
	}
}

.pro_content_top .img {
	width: 35%;
	display: flex;
	justify-content: center;
	align-items: center
}

@media (max-width: 668px) {
	.pro_content_top .img {
		margin-bottom: 20px;
		width: 100%;
		height: auto;
		justify-content: center
	}
}

.pro_content_top .img img {
	max-width: 100%
}

.pro_content_top .txt {
	flex: 1;
	padding-left: 10%
}

@media (max-width: 668px) {
	.pro_content_top .txt {
		width: 100%;
		padding: 0
	}
}

.pro_content_top .txt h1.title {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 50px;
	line-height: 1em;
	color: #009a3a;
	font-weight: normal
}

@media (max-width: 1681px) {
	.pro_content_top .txt h1.title {
		font-size: 36px
	}
}

@media (max-width: 1440px) {
	.pro_content_top .txt h1.title {
		font-size: 30px
	}
}

@media (max-width: 668px) {
	.pro_content_top .txt h1.title {
		font-size: 22px
	}
}

.pro_content_top .txt .des {
	font-size: 18px;
	line-height: 2em;
	color: #000;
	margin: 20px 0 60px
}

@media (max-width: 1440px) {
	.pro_content_top .txt .des {
		font-size: 16px
	}
}

@media (max-width: 668px) {
	.pro_content_top .txt .des {
		font-size: 14px;
		margin: 20px 0
	}
}

.pro_content_top .txt .links>ul {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	display: flex
}

.pro_content_top .txt .links>ul>li {
	padding: 0 10px
}

.pro_content_top .txt .links>ul>li a {
	width: 150px;
	height: 50px;
	line-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s
}

@media (max-width: 668px) {
	.pro_content_top .txt .links>ul>li a {
		width: 130px;
		height: 40px;
		line-height: 40px
	}
}

.pro_content_top .txt .links>ul>li a span {
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	line-height: 1em
}

.pro_content_top .txt .links>ul>li a svg {
	width: 18px;
	height: 18px;
	color: #fff;
	margin-left: 10px;
	transition: all .5s
}

.pro_content_top .txt .links>ul>li:nth-of-type(1) a {
	background-color: #00893d
}

.pro_content_top .txt .links>ul>li:nth-of-type(1) a:hover {
	background-color: #009a3a
}

.pro_content_top .txt .links>ul>li:nth-of-type(2) a {
	background-color: #485a64
}

.pro_content_top .txt .links>ul>li:nth-of-type(2) a:hover {
	background-color: #009a3a
}

.pro_content_title {
	border-bottom: 1px solid #bcbcbc
}

.pro_content_title span {
	display: inline-block;
	position: relative;
	font-size: 30px;
	line-height: 96px;
	padding-right: 60px;
	color: #009a3a
}

@media (max-width: 1180px) {
	.pro_content_title span {
		font-size: 26px;
		line-height: 50px;
		padding-right: 20px
	}
}

.pro_content_title span::after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	line-height: 3px;
	background-color: #009a3a;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 2
}

.pro_content_info {
	padding: 80px 0;
	display: flex;
	align-items: center
}

@media (max-width: 1180px) {
	.pro_content_info {
		padding: 20px 0
	}
}

@media (max-width: 968px) {
	.pro_content_info {
		flex-direction: column
	}
}

.pro_content_info .img {
	width: 50%;
	padding-right: 6%;
	text-align: center
}

@media (max-width: 1180px) {
	.pro_content_info .img {
		padding-right: 10px
	}
}

@media (max-width: 968px) {
	.pro_content_info .img {
		width: 100%;
		padding: 0 0 20px
	}
}

.pro_content_info .img img {
	max-width: 100%
}

.pro_content_info .info {
	width: 50%;
	padding-left: 3%
}

@media (max-width: 1180px) {
	.pro_content_info .info {
		padding-left: 10px
	}
}

@media (max-width: 968px) {
	.pro_content_info .info {
		width: 100%;
		padding: 0
	}
}

.pro_content_info .info .table-bordered>tbody>tr>td,
.pro_content_info .info .table-bordered>tbody>tr>th,
.pro_content_info .info .table-bordered>tfoot>tr>td,
.pro_content_info .info .table-bordered>tfoot>tr>th,
.pro_content_info .info .table-bordered>thead>tr>td,
.pro_content_info .info .table-bordered>thead>tr>th {
	border-color: #999
}

.pro_content_info .info .table>tbody>tr>td,
.pro_content_info .info .table>tbody>tr>th,
.pro_content_info .info .table>tfoot>tr>td,
.pro_content_info .info .table>tfoot>tr>th,
.pro_content_info .info .table>thead>tr>td,
.pro_content_info .info .table>thead>tr>th {
	padding: 15px
}

.pro_content_info .info .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #fff
}

.pro_content_info .info .table-striped>tbody>tr:nth-of-type(even) {
	background-color: #f5f5f5
}

.pro_content_info .info .table th,
.pro_content_info .info .table td {
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	color: #000
}

.pro_content_info .info .table th {
	font-weight: normal;
	width: 150px;
	background-color: #fff
}

.application_list {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 55px
}

@media (max-width: 1681px) {
	.application_list {
		padding-top: 80px;
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.application_list {
		padding-top: 40px;
		padding-bottom: 20px
	}
}

@media (max-width: 668px) {
	.application_list {
		padding-top: 20px;
		padding-bottom: 0
	}
}

.application_list>ul {
	margin: 0 -40px 0 0;
	padding: 0
}

@media (max-width: 1440px) {
	.application_list>ul {
		margin: 0 -20px 0 0
	}
}

.application_list>ul .grid-sizer,
.application_list>ul .grid-item {
	width: 33.33%
}

@media (max-width: 668px) {

	.application_list>ul .grid-sizer,
	.application_list>ul .grid-item {
		width: 100%
	}
}

.application_list>ul .grid-item {
	padding-right: 40px;
	margin-bottom: 40px
}

@media (max-width: 1440px) {
	.application_list>ul .grid-item {
		padding-right: 20px;
		margin-bottom: 20px
	}
}

.application_list>ul>li {
	display: block
}

@media (max-width: 668px) {
	.application_list>ul>li {
		height: 350px
	}
}

.application_list>ul>li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}

.application_list>ul>li a:after {
	content: '';
	display: block;
	width: 0;
	height: 10px;
	line-height: 10px;
	background-color: #009a3a;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 4;
	opacity: 0;
	transition: all .5s
}

.application_list>ul>li a .txt {
	width: 100%;
	height: 100%;
	padding: 10% 15% 10% 10%;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5
}

.application_list>ul>li a .txt .inner {
	width: 100%;
	height: 100%;
	position: relative
}

.application_list>ul>li a .txt .inner .title span {
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	font-family: "syht";
	text-transform: uppercase
}

@media (max-width: 1681px) {
	.application_list>ul>li a .txt .inner .title span {
		font-size: 24px
	}
}

@media (max-width: 1440px) {
	.application_list>ul>li a .txt .inner .title span {
		font-size: 20px
	}
}

.application_list>ul>li a .txt .inner .title b {
	display: block;
	font-size: 26px;
	line-height: 1em;
	font-weight: normal;
	margin-top: 20px
}

@media (max-width: 1681px) {
	.application_list>ul>li a .txt .inner .title b {
		font-size: 22px
	}
}

@media (max-width: 1440px) {
	.application_list>ul>li a .txt .inner .title b {
		font-size: 18px;
		margin-top: 10px
	}
}

.application_list>ul>li a .txt .inner .icon {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	transition: all .5s
}

@media (max-width: 1681px) {
	.application_list>ul>li a .txt .inner .icon {
		width: 60px;
		height: 60px
	}
}

@media (max-width: 1440px) {
	.application_list>ul>li a .txt .inner .icon {
		width: 50px;
		height: 50px
	}
}

.application_list>ul>li a .txt .inner .icon svg {
	width: 100%;
	height: 100%;
	color: #fff
}

.application_list>ul>li a .txt .inner .des {
	width: 100%;
	font-size: 16px;
	line-height: 1.75em;
	height: 5.25em;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	position: absolute;
	left: 0;
	bottom: -20px;
	z-index: 2;
	opacity: 0;
	transition: all .5s
}

@media (max-width: 1681px) {
	.application_list>ul>li a .txt .inner .des {
		font-size: 14px
	}
}

.application_list>ul>li a .img {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden
}

.application_list>ul>li a .img:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: .6;
	transition: all .5s
}

.application_list>ul>li a .img span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all .5s
}

.application_list>ul>li a .img span.bg01 {
	opacity: 1
}

.application_list>ul>li a .img span.bg02 {
	opacity: 0
}

.application_list>ul>li a:hover:after {
	width: 100%;
	opacity: 1
}

.application_list>ul>li a:hover .txt .inner .icon {
	bottom: -20px;
	opacity: 0
}

.application_list>ul>li a:hover .txt .inner .des {
	bottom: 0;
	opacity: 1
}

.application_list>ul>li a:hover .img:after {
	opacity: .5
}

.application_list>ul>li a:hover .img span.bg01 {
	opacity: 0
}

.application_list>ul>li a:hover .img span.bg02 {
	opacity: 1
}

@media (min-width: 668px) {
	.application_list>ul>li:nth-of-type(1) {
		height: 660px
	}
}

@media (min-width: 668px) and (max-width: 1681px) {
	.application_list>ul>li:nth-of-type(1) {
		height: 500px
	}
}

@media (min-width: 668px) and (max-width: 1440px) {
	.application_list>ul>li:nth-of-type(1) {
		height: 400px
	}
}

@media (min-width: 668px) {
	.application_list>ul>li:nth-of-type(2) {
		height: 380px
	}
}

@media (min-width: 668px) and (max-width: 1440px) {
	.application_list>ul>li:nth-of-type(2) {
		height: 350px
	}
}

@media (min-width: 668px) {
	.application_list>ul>li:nth-of-type(3) {
		height: 535px
	}
}

@media (min-width: 668px) and (max-width: 1440px) {
	.application_list>ul>li:nth-of-type(3) {
		height: 450px
	}
}

@media (min-width: 668px) {
	.application_list>ul>li:nth-of-type(4) {
		height: 535px
	}
}

@media (min-width: 668px) and (max-width: 1681px) {
	.application_list>ul>li:nth-of-type(4) {
		height: 400px
	}
}

@media (min-width: 668px) and (max-width: 1440px) {
	.application_list>ul>li:nth-of-type(4) {
		height: 300px
	}
}

@media (min-width: 668px) {
	.application_list>ul>li:nth-of-type(5) {
		height: 660px
	}
}

@media (min-width: 668px) and (max-width: 1681px) {
	.application_list>ul>li:nth-of-type(5) {
		height: 500px
	}
}

@media (min-width: 668px) and (max-width: 1440px) {
	.application_list>ul>li:nth-of-type(5) {
		height: 400px
	}
}

@media (min-width: 668px) {
	.application_list>ul>li:nth-of-type(6) {
		height: 470px
	}
}

@media (min-width: 668px) and (max-width: 1440px) {
	.application_list>ul>li:nth-of-type(6) {
		height: 350px
	}
}

@media (min-width: 668px) {
	.application_list>ul>li:nth-of-type(7) {
		height: 535px
	}
}

@media (min-width: 668px) and (max-width: 1681px) {
	.application_list>ul>li:nth-of-type(7) {
		height: 400px
	}
}

@media (min-width: 668px) and (max-width: 1440px) {
	.application_list>ul>li:nth-of-type(7) {
		height: 300px
	}
}

@media (min-width: 668px) {
	.application_list>ul>li:nth-of-type(8) {
		height: 740px
	}
}

@media (min-width: 668px) and (max-width: 1681px) {
	.application_list>ul>li:nth-of-type(8) {
		height: 600px
	}
}

@media (min-width: 668px) and (max-width: 1440px) {
	.application_list>ul>li:nth-of-type(8) {
		height: 500px
	}
}

@media (min-width: 668px) {
	.application_list>ul>li:nth-of-type(9) {
		height: 675px
	}
}

@media (min-width: 668px) and (max-width: 1681px) {
	.application_list>ul>li:nth-of-type(9) {
		height: 595px
	}
}

@media (min-width: 668px) and (max-width: 1440px) {
	.application_list>ul>li:nth-of-type(9) {
		height: 500px
	}
}

@media (min-width: 668px) {
	.application_list>ul>li:nth-of-type(10) {
		height: 380px
	}
}

@media (min-width: 668px) and (max-width: 1440px) {
	.application_list>ul>li:nth-of-type(10) {
		height: 330px
	}
}

.application_content_top {
	background-color: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
	display: flex;
	align-items: center
}

@media (max-width: 1681px) {
	.application_content_top {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.application_content_top {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 968px) {
	.application_content_top {
		flex-direction: column;
		padding-bottom: 20px
	}
}

@media (max-width: 668px) {
	.application_content_top {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.application_content_top .txt {
	width: 35%
}

@media (max-width: 968px) {
	.application_content_top .txt {
		width: 100%;
		margin-bottom: 20px
	}
}

.application_content_top .txt .title {
	margin: 0 0 50px;
	padding: 0 0 50px;
	border-bottom: 2px solid #e5e5e5
}

@media (max-width: 968px) {
	.application_content_top .txt .title {
		margin-bottom: 20px;
		padding-bottom: 20px
	}
}

.application_content_top .txt .title span {
	display: block;
	max-width: 250px;
	font-family: "syht";
	text-transform: uppercase;
	font-size: 36px;
	line-height: 1.2em;
	color: rgba(0, 0, 0, 0.3)
}

@media (max-width: 1440px) {
	.application_content_top .txt .title span {
		font-size: 30px
	}
}

@media (max-width: 1180px) {
	.application_content_top .txt .title span {
		font-size: 22px
	}
}

@media (max-width: 668px) {
	.application_content_top .txt .title span {
		font-size: 20px
	}
}

.application_content_top .txt .title b {
	display: block;
	font-size: 26px;
	line-height: 1em;
	color: #000;
	font-weight: normal;
	margin: 20px 0 0
}

@media (max-width: 668px) {
	.application_content_top .txt .title b {
		font-size: 24px
	}
}

.application_content_top .txt .des {
	font-size: 16px;
	line-height: 1.875em;
	color: #666
}

@media (max-width: 1440px) {
	.application_content_top .txt .des {
		font-size: 14px;
		line-height: 26px
	}
}

.application_content_top .img {
	width: 57%;
	margin-left: auto
}

@media (max-width: 968px) {
	.application_content_top .img {
		width: 100%
	}
}

.application_content_top .img img {
	width: 100%
}

.application_content_related {
	padding-top: 80px;
	padding-bottom: 40px;
	background-color: #ffffff
}

@media (max-width: 1440px) {
	.application_content_related {
		padding-top: 60px;
		padding-bottom: 0px
	}
}

@media (max-width: 968px) {
	.application_content_related {
		padding-top: 40px
	}
}

.application_content_related .title {
	margin: 0 0 60px;
	padding: 0;
	font-size: 26px;
	line-height: 1em
}

@media (max-width: 1440px) {
	.application_content_related .title {
		margin-bottom: 30px
	}
}

@media (max-width: 668px) {
	.application_content_related .title {
		font-size: 24px
	}
}

.application_content_related .list {
	overflow: hidden
}

.application_content_related .list>ul {
	margin: 0 -20px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

.application_content_related .list>ul>li {
	width: 50%;
	padding: 0 20px;
	margin-bottom: 40px
}

@media (max-width: 968px) {
	.application_content_related .list>ul>li {
		width: 100%;
		margin-bottom: 20px
	}
}

.application_content_related .list>ul>li>a {
	background-color: #fafafa;
	padding: 40px 0 40px 60px;
	display: flex;
	align-items: center
}

@media (max-width: 1440px) {
	.application_content_related .list>ul>li>a {
		padding-left: 40px
	}
}

@media (max-width: 668px) {
	.application_content_related .list>ul>li>a {
		padding: 20px;
	        display: flex;
        flex-direction: row-reverse;
	}
	.application_content_related .list>ul>li>a .txt .des{
	    margin:0px;
	}
}

.application_content_related .list>ul>li>a .txt {
	width: 50%
}

@media (max-width: 668px) {
	.application_content_related .list>ul>li>a .txt {
		width: 100%
	}
}

.application_content_related .list>ul>li>a .txt b.t {
	display: block;
	font-size: 22px;
	line-height: 1em;
	font-family: "syht";
	color: #000;
	transition: all .5s
}

@media (max-width: 668px) {
	.application_content_related .list>ul>li>a .txt b.t {
		font-size: 20px
	}
}

.application_content_related .list>ul>li>a .txt .des {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	margin: 20px 0 50px;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

@media (max-width: 1440px) {
	.application_content_related .list>ul>li>a .txt .des {
		font-size: 14px;
		line-height: 26px
	}
}

.application_content_related .list>ul>li>a .txt .more {
	padding: 0 20px;
	height: 44px;
	line-height: 42px;
	border: 1px solid #bfbfbf;
	border-radius: 22px;
	font-size: 12px;
	color: #bfbfbf;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	transition: all .5s
}

@media (max-width: 668px) {
	.application_content_related .list>ul>li>a .txt .more {
		margin: 20px 0;
		width: 150px
	}
}

.application_content_related .list>ul>li>a .txt .more svg {
	flex-shrink: 0;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	color: #bfbfbf
}

.application_content_related .list>ul>li>a .img {
	width: 50%;
	height: 300px;
	padding: 5%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center
}

@media (max-width: 1440px) {
	.application_content_related .list>ul>li>a .img {
		height: 250px
	}
}

@media (max-width: 668px) {
	.application_content_related .list>ul>li>a .img {
		width: 100%;
		height: auto;
		padding: 0
	}
}

.application_content_related .list>ul>li>a .img img {
	max-width: 100%;
	max-height: 100%;
	transition: all 1s
}

@media (max-width: 668px) {
	.application_content_related .list>ul>li>a .img img {
		max-width: 90%
	}
}

@media (min-width: 668px) {
	.application_content_related .list>ul>li>a:hover .txt b.t {
		color: #009a3a
	}

	.application_content_related .list>ul>li>a:hover .txt .more {
		background-color: #009a3a;
		border-color: #009a3a;
		color: #fff
	}

	.application_content_related .list>ul>li>a:hover .txt .more svg {
		color: #fff
	}

	.application_content_related .list>ul>li>a:hover .img img {
		transform: scale(1.1)
	}
}

.service_list>ul {
	margin: 0;
	padding: 0
}

.service_list>ul>li {
	padding: 120px 0 120px 10%;
	background-color: #fff
}

@media (max-width: 1681px) {
	.service_list>ul>li {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.service_list>ul>li {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width: 1180px) {
	.service_list>ul>li {
		padding: 40px
	}
}

@media (max-width: 968px) {
	.service_list>ul>li {
		padding: 20px
	}
}

.service_list>ul>li a {
	display: flex;
	align-items: center
}

@media (max-width: 968px) {
	.service_list>ul>li a {
		flex-direction: column
	}
}

.service_list>ul>li a .txt {
	width: 38%;
	padding: 0 8% 0 0
}

@media (max-width: 1180px) {
	.service_list>ul>li a .txt {
		padding-right: 40px
	}
}

@media (max-width: 968px) {
	.service_list>ul>li a .txt {
		width: 100%;
		padding: 20px 0 0
	}
}

.service_list>ul>li a .txt .inner .title span {
	display: block;
	font-size: 50px;
	line-height: 1em;
	font-family: "syht";
	color: rgba(0, 0, 0, 0.3);
	text-transform: uppercase
}

@media (max-width: 1681px) {
	.service_list>ul>li a .txt .inner .title span {
		font-size: 45px
	}
}

@media (max-width: 1440px) {
	.service_list>ul>li a .txt .inner .title span {
		font-size: 30px
	}
}

@media (max-width: 1180px) {
	.service_list>ul>li a .txt .inner .title span {
		font-size: 22px
	}
}

@media (max-width: 668px) {
	.service_list>ul>li a .txt .inner .title span {
		font-size: 20px
	}
}

.service_list>ul>li a .txt .inner .title b {
	display: block;
	font-weight: normal;
	font-size: 26px;
	line-height: 1em;
	color: #000;
	margin: 40px 0 20px;
	transition: all .5s
}

@media (max-width: 1180px) {
	.service_list>ul>li a .txt .inner .title b {
		margin: 20px 0
	}
}

@media (max-width: 668px) {
	.service_list>ul>li a .txt .inner .title b {
		font-size: 20px
	}
}

.service_list>ul>li a .txt .inner .des {
	font-size: 16px;
	line-height: 28px;
	color: #666
}

@media (max-width: 1440px) {
	.service_list>ul>li a .txt .inner .des {
		font-size: 14px;
		line-height: 26px
	}
}

.service_list>ul>li a .txt .inner .icon {
	margin-top: 20%;
	width: 90px;
	height: 90px;
	border: 1px solid #009a3a;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s
}

@media (max-width: 1440px) {
	.service_list>ul>li a .txt .inner .icon {
		width: 70px;
		height: 70px
	}
}

@media (max-width: 1180px) {
	.service_list>ul>li a .txt .inner .icon {
		margin-top: 40px
	}
}

@media (max-width: 668px) {
	.service_list>ul>li a .txt .inner .icon {
		width: 60px;
		height: 60px;
		margin-top: 20px
	}
}

.service_list>ul>li a .txt .inner .icon svg {
	width: 33.33%;
	height: 33.33%;
	color: #009a3a;
	transition: all .5s
}

.service_list>ul>li a .img {
	width: 62%;
	position: relative
}

@media (max-width: 968px) {
	.service_list>ul>li a .img {
		width: 100%;
		order: -1
	}
}

.service_list>ul>li a .img:after {
	content: '';
	display: block;
	width: 0;
	height: 10px;
	line-height: 10px;
	background-color: #009a3a;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	transition: all .5s
}

.service_list>ul>li a .img img {
	width: 100%
}

@media (min-width: 668px) {
	.service_list>ul>li a:hover .txt .inner .title b {
		color: #009a3a
	}

	.service_list>ul>li a:hover .txt .inner .icon {
		background-color: #009a3a
	}

	.service_list>ul>li a:hover .txt .inner .icon svg {
		color: #fff
	}

	.service_list>ul>li a:hover .img:after {
		width: 100%;
		opacity: 1
	}
}

.service_list>ul>li:nth-of-type(even) {
	padding-left: 0;
	padding-right: 10%;
	background-color: #fafafa;
}

@media (max-width: 968px) {
	.service_list>ul>li:nth-of-type(even) {
		padding-left: 20px;
		padding-right: 20px
	}
}

.service_list>ul>li:nth-of-type(even) a .txt {
	padding: 0 0 0 8%
}

@media (max-width: 1180px) {
	.service_list>ul>li:nth-of-type(even) a .txt {
		padding-left: 40px
	}
}

@media (max-width: 968px) {
	.service_list>ul>li:nth-of-type(even) a .txt {
		padding: 20px 0 0
	}
}

.service_list>ul>li:nth-of-type(even) a .img {
	order: -1
}

.service_list>ul>li:nth-of-type(even) a .img:after {
	left: auto;
	right: 0
}

.video_list {
	padding-top: 100px;
	padding-bottom: 60px
}

@media (max-width: 1681px) {
	.video_list {
		padding-top: 80px;
		padding-bottom: 40px
	}
}

@media (max-width: 1440px) {
	.video_list {
		padding-top: 60px;
		padding-bottom: 30px
	}
}

@media (max-width: 1180px) {
	.video_list {
		padding-top: 40px;
		padding-bottom: 10px
	}
}

@media (max-width: 668px) {
	.video_list {
		padding-top: 20px;
		padding-bottom: 0
	}
}

.video_list01>ul {
	height: 640px;
	position: relative;
	margin: 0 -20px;
	padding: 0;
	list-style: none
}

@media (max-width: 1681px) {
	.video_list01>ul {
		height: 550px;
		margin: 0 -15px
	}
}

@media (max-width: 1440px) {
	.video_list01>ul {
		height: 490px
	}
}

@media (max-width: 1180px) {
	.video_list01>ul {
		height: 430px
	}
}

@media (max-width: 668px) {
	.video_list01>ul {
		height: auto;
		margin: 0 -10px
	}
}

.video_list01>ul>li {
	display: block;
	padding: 0 20px;
	margin-bottom: 40px
}

@media (max-width: 1681px) {
	.video_list01>ul>li {
		padding: 0 15px;
		margin-bottom: 30px
	}
}

@media (max-width: 668px) {
	.video_list01>ul>li {
		padding: 0 10px;
		margin-bottom: 20px
	}
}

@media (min-width: 668px) {
	.video_list01>ul>li:nth-of-type(1) {
		width: 66.66%;
		height: 100%;
		padding-right: 20px
	}
}

@media (min-width: 668px) and (max-width: 1681px) {
	.video_list01>ul>li:nth-of-type(1) {
		padding-right: 15px
	}
}

@media (min-width: 668px) {
	.video_list01>ul>li:nth-of-type(1) a {
		height: 100%
	}

	.video_list01>ul>li:nth-of-type(2) {
		width: 33.33%;
		position: absolute;
		right: 0;
		top: 0
	}

	.video_list01>ul>li:nth-of-type(3) {
		width: 33.33%;
		position: absolute;
		right: 0;
		bottom: -40px
	}
}

@media (min-width: 668px) and (max-width: 1681px) {
	.video_list01>ul>li:nth-of-type(3) {
		bottom: -30px
	}
}

.video_list02 {
	margin-top: 40px
}

@media (max-width: 1681px) {
	.video_list02 {
		margin-top: 30px
	}
}

@media (max-width: 668px) {
	.video_list02 {
		margin-top: 20px
	}
}

.video_list02>ul {
	margin: 0 -20px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 1681px) {
	.video_list02>ul {
		margin: 0 -15px
	}
}

.video_list02>ul>li {
	width: 33.33%;
	padding: 0 20px;
	margin-bottom: 40px
}

@media (max-width: 1681px) {
	.video_list02>ul>li {
		padding: 0 15px;
		margin-bottom: 30px
	}
}

@media (max-width: 668px) {
	.video_list02>ul>li {
		width: 100%;
		margin-bottom: 20px
	}
}

a.video_item {
	display: block;
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden
}

@media (max-width: 1681px) {
	a.video_item {
		height: 260px
	}
}

@media (max-width: 1440px) {
	a.video_item {
		height: 230px
	}
}

@media (max-width: 1180px) {
	a.video_item {
		height: 200px
	}
}

a.video_item:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	transition: all .5s
}

a.video_item .title_hover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	padding-top: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	opacity: 0;
	transition: all .5s
}

a.video_item .title_hover svg {
	width: 50px;
	height: 50px;
	color: #fff;
	margin-bottom: 20px
}

a.video_item .title_hover span {
	font-size: 16px;
	line-height: 1em
}

@media (max-width: 1681px) {
	a.video_item .title_hover span {
		font-size: 14px
	}
}

a.video_item .title {
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s
}

@media (max-width: 1440px) {
	a.video_item .title {
		height: 60px
	}
}

a.video_item .title span {
	font-size: 16px;
	color: #fff;
	text-align: center
}

@media (max-width: 1681px) {
	a.video_item .title span {
		font-size: 14px
	}
}

a.video_item .img {
	width: 100%;
	height: 100%;
	overflow: hidden
}

a.video_item .img span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #fff;
	transition: all 1s
}

a.video_item:hover:after {
	background-color: rgba(0, 0, 0, 0.8)
}

a.video_item:hover .title_hover {
	padding-top: 0;
	opacity: 1
}

a.video_item:hover .title {
	transform: translateY(100%)
}

a.video_item:hover .img span {
	transform: scale(1.1)
}

.news_col {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}

@media (max-width: 1681px) {
	.news_col {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.news_col {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width: 1180px) {
	.news_col {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 968px) {
	.news_col {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.news_col_top>ul {
	margin: 0 -22px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 1681px) {
	.news_col_top>ul {
		margin: 0 -20px
	}
}

@media (max-width: 1440px) {
	.news_col_top>ul {
		margin: 0 -15px
	}
}

@media (max-width: 968px) {
	.news_col_top>ul {
		margin: 0 -10px
	}
}

.news_col_top>ul>li {
	width: 33.33%;
	padding: 0 22px
}

@media (max-width: 1681px) {
	.news_col_top>ul>li {
		padding: 0 20px
	}
}

@media (max-width: 1440px) {
	.news_col_top>ul>li {
		padding: 0 15px
	}
}

@media (max-width: 968px) {
	.news_col_top>ul>li {
		padding: 0 10px
	}
}

@media (max-width: 668px) {
	.news_col_top>ul>li {
		width: 100%
	}
}

.news_col_top>ul>li:nth-of-type(1) {
	width: 66.66%
}

@media (max-width: 668px) {
	.news_col_top>ul>li:nth-of-type(1) {
		width: 100%
	}
}

.news_hot {
	height: 100%;
	position: relative
}

@media (max-width: 668px) {
	.news_hot {
		height: 350px;
		margin-bottom: 20px
	}
}

.news_hot a.cate {
	display: block;
	width: 76px;
	height: 24px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 12px;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	position: absolute;
	right: 50px;
	top: 40px;
	z-index: 6;
	transition: all .5s
}

@media (max-width: 1440px) {
	.news_hot a.cate {
		right: 30px;
		top: 30px
	}
}

@media (max-width: 668px) {
	.news_hot a.cate {
		right: 20px;
		top: 30px
	}
}

.news_hot a.cate:hover {
	background-color: #009a3a;
	border-color: #009a3a
}

.news_hot .item {
	display: block;
	width: 100%;
	height: 100%;
	position: relative
}

.news_hot .item:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4
}

.news_hot .item .date {
	display: block;
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	font-family: "GillSans";
	position: absolute;
	left: 50px;
	top: 40px;
	z-index: 5
}

@media (max-width: 1440px) {
	.news_hot .item .date {
		left: 30px;
		top: 30px
	}
}

@media (max-width: 668px) {
	.news_hot .item .date {
		left: 20px;
		top: 30px
	}
}

.news_hot .item .date em {
	display: block;
	font-style: normal;
	font-size: 40px;
	line-height: 1em;
	font-family: "syht"
}

.news_hot .item .txt {
	width: 100%;
	padding: 0 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5
}

@media (max-width: 1440px) {
	.news_hot .item .txt {
		padding: 0 30px
	}
}

@media (max-width: 668px) {
	.news_hot .item .txt {
		padding: 0 20px
	}
}

.news_hot .item .txt .t {
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	color: #fff;
	transition: all .5s
}

@media (max-width: 1440px) {
	.news_hot .item .txt .t {
		font-size: 16px
	}
}

@media (max-width: 668px) {
	.news_hot .item .txt .t {
		font-size: 14px
	}
}

.news_hot .item .txt .des {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 20px;
	font-size: 14px;
	line-height: 1em;
	color: #fff
}

.news_hot .item .txt .info {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	margin-top: 40px;
	height: 80px;
	color: #fff;
	display: flex;
	align-items: center
}

@media (max-width: 1440px) {
	.news_hot .item .txt .info {
		height: 60px
	}
}

@media (max-width: 668px) {
	.news_hot .item .txt .info {
		margin-top: 20px;
		height: 40px
	}
}

.news_hot .item .txt .info .ele {
	margin: 0 15px 0 0;
	padding: 0;
	border: none;
	outline: 0;
	background: none;
	display: flex;
	align-items: center
}

.news_hot .item .txt .info .ele svg {
	width: 18px;
	height: 18px;
	color: #fff;
	margin-right: 5px
}

.news_hot .item .img {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.news_hot .item .img .bg {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 1s
}

.news_hot .item:hover .txt a.t {
	color: #009a3a
}

.news_hot .item:hover .img .bg {
	transform: scale(1.1)
}

.news_list_slide {
	margin-top: 45px;
	position: relative
}

@media (max-width: 1681px) {
	.news_list_slide {
		margin-top: 40px
	}
}

@media (max-width: 1440px) {
	.news_list_slide {
		margin-top: 30px
	}
}

@media (max-width: 968px) {
	.news_list_slide {
		margin-top: 20px
	}
}

.news_list_slide .arrows .arrow {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	outline: 0;
	background-color: #989898;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s
}

@media (max-width: 668px) {
	.news_list_slide .arrows .arrow {
		width: 40px;
		height: 40px;
		margin-top: -20px
	}
}

.news_list_slide .arrows .arrow svg {
	width: 12px;
	height: 12px;
	color: #fff
}

.news_list_slide .arrows .arrow.news_list_prev {
	left: -100px
}

@media (max-width: 1180px) {
	.news_list_slide .arrows .arrow.news_list_prev {
		left: -25px
	}
}

@media (max-width: 668px) {
	.news_list_slide .arrows .arrow.news_list_prev {
		left: -20px
	}
}

.news_list_slide .arrows .arrow.news_list_next {
	right: -100px
}

@media (max-width: 1180px) {
	.news_list_slide .arrows .arrow.news_list_next {
		right: -25px
	}
}

@media (max-width: 668px) {
	.news_list_slide .arrows .arrow.news_list_next {
		right: -20px
	}
}

.news_list_slide .arrows .arrow:hover {
	background-color: #009a3a
}

.item_news {
	position: relative
}

.item_news a.cate {
	display: block;
	width: 76px;
	height: 24px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 12px;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	position: absolute;
	right: 50px;
	top: 40px;
	z-index: 6;
	transition: all .5s
}

@media (max-width: 1440px) {
	.item_news a.cate {
		right: 30px;
		top: 30px
	}
}

@media (max-width: 668px) {
	.item_news a.cate {
		right: 20px;
		top: 30px
	}
}

.item_news a.cate:hover {
	background-color: #009a3a;
	border-color: #009a3a
}

.item_news a.item .img {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative
}

@media (max-width: 1440px) {
	.item_news a.item .img {
		height: 250px
	}
}

@media (max-width: 1180px) {
	.item_news a.item .img {
		height: 200px
	}
}

.item_news a.item .img:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4
}

.item_news a.item .img .date {
	display: block;
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	font-family: "GillSans";
	position: absolute;
	left: 50px;
	top: 40px;
	z-index: 5
}

@media (max-width: 1440px) {
	.item_news a.item .img .date {
		left: 30px;
		top: 30px
	}
}

@media (max-width: 668px) {
	.item_news a.item .img .date {
		left: 20px;
		top: 30px
	}
}

.item_news a.item .img .date em {
	display: block;
	font-style: normal;
	font-size: 40px;
	line-height: 1em;
	font-family: "syht"
}

@media (max-width: 1440px) {
	.item_news a.item .img .date em {
		font-size: 30px
	}
}

.item_news a.item .img .bg {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 1s
}

.item_news a.item .txt {
	width: 100%;
	padding: 30px 50px 0;
	background-color: #fafafa;
}

@media (max-width: 1440px) {
	.item_news a.item .txt {
		padding: 30px 30px 0
	}
}

@media (max-width: 668px) {
	.item_news a.item .txt {
		padding: 20px 20px 0
	}
}

.item_news a.item .txt .t {
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	height: 3em;
	font-weight: bold;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #333;
	transition: all .5s
}

@media (max-width: 1440px) {
	.item_news a.item .txt .t {
		font-size: 16px
	}
}

.item_news a.item .txt .des {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 20px 0 40px;
	font-size: 14px;
	line-height: 1.5em;
	height: 3em;
	color: #666
}

.item_news a.item .txt .info {
	border-top: 1px solid rgba(51, 51, 51, 0.4);
	height: 70px;
	color: #333;
	display: flex;
	align-items: center
}

@media (max-width: 1440px) {
	.item_news a.item .txt .info {
		height: 60px
	}
}

.item_news a.item .txt .info .ele {
	margin: 0 15px 0 0;
	padding: 0;
	border: none;
	outline: 0;
	background: none;
	display: flex;
	align-items: center
}

.item_news a.item .txt .info .ele svg {
	width: 18px;
	height: 18px;
	color: #333;
	margin-right: 5px
}

.item_news a.item:hover .txt a.t {
	color: #009a3a
}

.item_news a.item:hover .img .bg {
	transform: scale(1.1)
}

.news_content {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #eee
}

@media (max-width: 1440px) {
	.news_content {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 1180px) {
	.news_content {
		padding: 20px
	}
}

.news_content_wrap {
	padding: 40px;
	background-color: #fff
}

@media (max-width: 1180px) {
	.news_content_wrap {
		padding: 20px
	}
}

.news_content_title {
	margin-bottom: 0;
	font-size: 22px;
	text-align: center
}
.contentxt{
    margin:0px;
    padding:0px;
    outline:0px;
    max-width:100%;
    box-sizing:border-box;
    white-space:normal;
    background-color:#FFFFFF;
    font-family:PingFangSC-light;
    font-size:15px;color:#3E3E3E;
    line-height:2.5em;
    letter-spacing:1.5px;
    visibility:visible;
    overflow-wrap:break-word !important;
}
.contentxt h3 {
    line-height:3em;
    font-size: 18px;
}
.contentxt h4 {
    line-height:2em;
    font-size: 16px;
}
@media (max-width: 668px) {
	.news_content_title {
		font-size: 16px;
		line-height: 30px
	}
}

.news_content_title.color {
	color: #009a3a
}

.news_content_info {
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
	color: #999
}

@media (max-width: 668px) {
	.news_content_info {
		margin-top: 10px;
		padding-bottom: 10px
	}
}

.news_content_txt {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	font-size: 16px;
	line-height: 30px
}

@media (max-width: 668px) {
	.news_content_txt {
		margin-top: 10px;
		padding-top: 10px;
		font-size: 14px;
		line-height: 26px
	}
}

.news_content_txt p {
	text-indent: 2em
}

.news_content_txt img {
	max-width: 100% !important;
	height: auto !important;
	margin-bottom: 10px
}

.updown {
	margin: 20px 0 0;
	padding: 20px 0 0 0;
	font-size: 14px;
	line-height: 28px;
	border-top: 1px solid #ddd
}

@media (max-width: 1380px) {
	.updown {
		padding: 20px 0 0;
		font-size: 12px;
		line-height: 22px
	}
}

@media (max-width: 1180px) {
	.updown {
		padding: 10px 0 0
	}
}

.updown .ele a {
	color: #333;
	transition: all .5s
}

.updown .ele a:hover {
	color: #009a3a
}

.updown .inner {
	width: 100%;
	padding-right: 150px;
	position: relative
}

@media (max-width: 668px) {
	.updown .inner {
		padding: 0
	}
}

.updown .btn_back {
	display: block;
	padding: 0 20px;
	height: 44px;
	line-height: 42px;
	padding: 0 30px;
	border-radius: 40px;
	border: 1px solid #5b5b5b;
	color: #5b5b5b;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -22px;
	transition: all .5s
}

@media (max-width: 668px) {
	.updown .btn_back {
		position: static;
		margin: 20px auto 0
	}
}

.updown .btn_back span {
	display: block;
	float: right;
	margin: 15px 0 0 5px;
	width: 15px;
	height: 12px;
	position: relative
}

.updown .btn_back span:before,
.updown .btn_back span:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	line-height: 1px;
	background: #5b5b5b;
	position: absolute;
	left: 0;
	transition: all .5s
}

.updown .btn_back span:before {
	top: 0
}

.updown .btn_back span:after {
	bottom: 0
}

.updown .btn_back span i {
	display: block;
	width: 100%;
	height: 1px;
	line-height: 1px;
	background: #5b5b5b;
	position: absolute;
	left: 0;
	top: 50%;
	transition: all .5s
}

.updown .btn_back:hover {
	background: #009a3a;
	border-color: #009a3a;
	color: #fff
}

.updown .btn_back:hover span:before,
.updown .btn_back:hover span:after {
	width: 10px;
	background: #fff
}

.updown .btn_back:hover span:before {
	top: 2px;
	transform: rotate(-45deg)
}

.updown .btn_back:hover span:after {
	bottom: 2px;
	transform: rotate(45deg)
}

.updown .btn_back:hover span i {
	opacity: 0
}

.news_share {
	margin: 20px 0 0;
	display: flex;
	justify-content: center;
	align-items: center
}

@media (max-width: 668px) {
	.news_share {
		flex-direction: column
	}
}

.news_share span.t {
	font-weight: bold;
	font-size: 14px;
	color: #666
}

.news_searchlist {
	background-color: #fff
}

.news_searchlist>ul {
	margin: 0 -22px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 1440px) {
	.news_searchlist>ul {
		margin: 0 -15px
	}
}

@media (max-width: 968px) {
	.news_searchlist>ul {
		margin: 0 -10px
	}
}

.news_searchlist>ul>li {
	width: 33.33%;
	padding: 0 22px;
	margin-bottom: 44px
}

@media (max-width: 1440px) {
	.news_searchlist>ul>li {
		padding: 0 15px;
		margin-bottom: 30px
	}
}

@media (max-width: 968px) {
	.news_searchlist>ul>li {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 20px
	}
}

@media (max-width: 668px) {
	.news_searchlist>ul>li {
		width: 100%;
		margin-bottom: 20px
	}
}

.news_searchlist>ul>li .item_news .txt {
	background-color: #f5f5f5
}

.intro_title {
	margin: 0;
	padding: 0
}

.intro_title span {
	display: block;
	font-size: 55px;
	font-family: "syht";
	line-height: 1em;
	color: rgba(0, 0, 0, 0.3)
}

@media (max-width: 1681px) {
	.intro_title span {
		font-size: 50px
	}
}

@media (max-width: 1440px) {
	.intro_title span {
		font-size: 40px
	}
}

@media (max-width: 1380px) {
	.intro_title span {
		font-size: 30px
	}
}

.intro_title b {
	display: block;
	font-size: 40px;
	line-height: 2em;
	font-weight: normal
}

@media (max-width: 1681px) {
	.intro_title b {
		font-size: 30px
	}
}

@media (max-width: 1440px) {
	.intro_title b {
		font-size: 24px
	}
}

@media (max-width: 1380px) {
	.intro_title b {
		font-size: 20px
	}
}

.intro_title.white b {
	color: #fff
}

.intro_about {
	padding-top: 20vh;
	padding-bottom: 16vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url("../images/introabout_bg.png")
}

@media (max-width: 1681px) {
	.intro_about {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.intro_about {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width: 1180px) {
	.intro_about {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 668px) {
	.intro_about {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.intro_about .txt {
	font-size: 16px;
	line-height: 1.75em;
	color: #666
}

@media (max-width: 1440px) {
	.intro_about .txt {
		font-size: 14px
	}
}

.intro_about .txt:before {
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	line-height: 3px;
	background-color: #009a3a;
	margin: 40px 0
}

@media (max-width: 1380px) {
	.intro_about .txt:before {
		margin: 20px 0
	}
}

.intro_nums11 {
	padding-top: 130px;
	padding-bottom: 130px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url("../images/intronums_bg.jpg");
	background-attachment: fixed
}

@media (max-width: 1681px) {
	.intro_nums11 {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1180px) {
	.intro_nums11 {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 668px) {
	.intro_nums11 {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.intro_nums11>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

.intro_nums11>ul>li {
	width: 33.33%;
	text-align: center;
	position: relative;
	color: #fff
}

.intro_nums11>ul>li:after {
	content: '';
	display: block;
	width: 1px;
	height: 40%;
	background-color: rgba(255, 255, 255, 0.2);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2
}

.intro_nums11>ul>li:nth-last-of-type(1):after {
	display: none
}

.intro_nums11>ul>li span {
	font-size: 100px;
	line-height: 1em;
	font-family: "syht"
}

@media (max-width: 1440px) {
	.intro_nums11>ul>li span {
		font-size: 70px
	}
}

.intro_nums11>ul>li p {
	font-size: 18px;
	line-height: 1em;
	font-weight: lighter;
	margin: 40px 0
}

@media (max-width: 1440px) {
	.intro_nums11>ul>li p {
		font-size: 16px;
		margin: 30px 0
	}
}

.intro_nums11>ul>li svg {
	width: 55px;
	height: 55px;
	color: #fff
}

@media (max-width: 1440px) {
	.intro_nums11>ul>li svg {
		width: 40px;
		height: 40px
	}
}

.intro_history {
	padding: 90px 0;
	background-color: #fff
}

@media (max-width: 1681px) {
	.intro_history {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.intro_history {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width: 1180px) {
	.intro_history {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 668px) {
	.intro_history {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.intro_history .title {
	display: flex;
	align-items: center;
	justify-content: space-between
}

@media (max-width: 668px) {
	.intro_history .title {
		flex-direction: column
	}
}

.intro_history .title .arrows {
	display: flex;
	align-items: center
}

.intro_history .title .arrows .arrow {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	outline: 0;
	margin-left: 40px;
	background-color: #989898;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s
}

@media (max-width: 668px) {
	.intro_history .title .arrows .arrow {
		margin: 0 20px;
		width: 40px;
		height: 40px
	}
}

.intro_history .title .arrows .arrow svg {
	width: 12px;
	height: 12px;
	color: #fff
}

.intro_history .title .arrows .arrow:hover {
	background-color: #009a3a
}

.intro_history_top {
	padding: 110px 0 90px
}

@media (max-width: 1681px) {
	.intro_history_top {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.intro_history_top {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width: 1180px) {
	.intro_history_top {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 668px) {
	.intro_history_top {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.intro_history_top .swiper-slide {
	display: flex;
	justify-content: center
}

.intro_history_top .swiper-slide .item {
	position: relative
}

@media (max-width: 668px) {
	.intro_history_top .swiper-slide .item {
		padding: 0 20px
	}
}

.intro_history_top .swiper-slide .item .txt {
	width: 100%;
	height: 100%;
	padding: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 1.5em;
	color: #fff
}

@media (max-width: 1681px) {
	.intro_history_top .swiper-slide .item .txt {
		font-size: 18px
	}
}

@media (max-width: 1440px) {
	.intro_history_top .swiper-slide .item .txt {
		font-size: 16px
	}
}

@media (max-width: 1180px) {
	.intro_history_top .swiper-slide .item .txt {
		font-size: 14px
	}
}

.intro_history_top .swiper-slide .item .year {
	display: block;
	width: 100%;
	height: 100%;
	font-family: "syht";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 200px;
	line-height: 1em;
	color: rgba(255, 255, 255, 0.12)
}

@media (max-width: 1681px) {
	.intro_history_top .swiper-slide .item .year {
		font-size: 160px
	}
}

@media (max-width: 1440px) {
	.intro_history_top .swiper-slide .item .year {
		font-size: 100px
	}
}

@media (max-width: 1180px) {
	.intro_history_top .swiper-slide .item .year {
		font-size: 80px
	}
}

.intro_history_top .swiper-slide .item .img img {
	max-width: 100%;
	background-color: #999
}

.intro_history_year:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	line-height: 1px;
	background-color: #ddd;
	position: absolute;
	left: 0;
	top: 10px
}

.intro_history_year .swiper-slide .item {
	padding-top: 20px;
	cursor: pointer;
	position: relative
}

.intro_history_year .swiper-slide .item:before,
.intro_history_year .swiper-slide .item:after,
.intro_history_year .swiper-slide .item i {
	content: '';
	display: block;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	transition: all .5s
}

.intro_history_year .swiper-slide .item:before {
	width: 8px;
	height: 8px;
	line-height: 8px;
	background-color: #999;
	margin-left: -4px;
	top: 6px;
	z-index: 3
}

.intro_history_year .swiper-slide .item:after {
	width: 14px;
	height: 14px;
	line-height: 14px;
	background-color: #ddd;
	margin-left: -7px;
	top: 3px;
	z-index: 2
}

.intro_history_year .swiper-slide .item i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: rgba(0, 154, 58, 0.2);
	margin-left: -10px;
	top: 0;
	z-index: 1;
	opacity: 0
}

.intro_history_year .swiper-slide .item span {
	display: block;
	font-size: 20px;
	line-height: 40px;
	color: #999;
	text-align: center
}

@media (max-width: 668px) {
	.intro_history_year .swiper-slide .item span {
		font-size: 16px
	}
}

.intro_history_year .swiper-slide.my-slide-thumb-active .item:before {
	background-color: #009a3a
}

.intro_history_year .swiper-slide.my-slide-thumb-active .item:after {
	background-color: rgba(0, 154, 58, 0.3)
}

.intro_history_year .swiper-slide.my-slide-thumb-active .item i {
	opacity: 1
}

.intro_history_year .swiper-slide.my-slide-thumb-active .item span {
	color: #009a3a
}

.intro_honor {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #ffffff;
}

@media (max-width: 1681px) {
	.intro_honor {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.intro_honor {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width: 1180px) {
	.intro_honor {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 668px) {
	.intro_honor {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.intro_honor .inner {
	position: relative
}

.intro_honor .inner .intro_honor_hot {
	width: 28%;
	position: absolute;
	right: 0;
	bottom: 0
}

@media (max-width: 668px) {
	.intro_honor .inner .intro_honor_hot {
		width: 100%;
		position: static
	}
}

.intro_honor .inner .intro_honor_hot a {
	display: block;
	width: 100%
}

.intro_honor .inner .intro_honor_hot a .img {
	width: 100%
}

.intro_honor .inner .intro_honor_hot a .img img {
	width: 100%
}

.intro_honor .inner .intro_honor_hot a b.t {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 0;
	font-family: "syhtm";
	font-weight: normal;
	color: #000
}

@media (max-width: 1440px) {
	.intro_honor .inner .intro_honor_hot a b.t {
		font-size: 14px
	}
}

.intro_honor .inner .intro_honor_slide {
	width: 60%;
	margin: 0
}

@media (max-width: 1681px) {
	.intro_honor .inner .intro_honor_slide {
		width: 65%
	}
}

@media (max-width: 668px) {
	.intro_honor .inner .intro_honor_slide {
		width: 100%
	}
}

.intro_honor .inner .intro_honor_slide .arrows {
	margin-bottom: 40px;
	display: flex;
	justify-content: flex-end
}

@media (max-width: 668px) {
	.intro_honor .inner .intro_honor_slide .arrows {
		margin: 40px 0 20px
	}
}

.intro_honor .inner .intro_honor_slide .arrows .arrow {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px solid #989898;
	outline: 0;
	margin-left: 40px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s
}

@media (max-width: 668px) {
	.intro_honor .inner .intro_honor_slide .arrows .arrow {
		margin: 0 0 0 20px;
		width: 40px;
		height: 40px
	}
}

.intro_honor .inner .intro_honor_slide .arrows .arrow svg {
	width: 12px;
	height: 12px;
	color: #989898
}

.intro_honor .inner .intro_honor_slide .arrows .arrow:hover {
	border-color: #009a3a;
	background-color: #009a3a;
	transition: all .5s
}

.intro_honor .inner .intro_honor_slide .arrows .arrow:hover svg {
	color: #fff
}

.intro_honor .inner .intro_honor_slide a {
	display: block
}

.intro_honor .inner .intro_honor_slide a .img {
	width: 100%;
	height: 360px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff
}

@media (max-width: 1440px) {
	.intro_honor .inner .intro_honor_slide a .img {
		height: 330px
	}
}

@media (max-width: 1380px) {
	.intro_honor .inner .intro_honor_slide a .img {
		height: 300px
	}
}

@media (max-width: 668px) {
	.intro_honor .inner .intro_honor_slide a .img {
		height: 200px
	}
}

.intro_honor .inner .intro_honor_slide a .img img {
	max-width: 100%;
	max-height: 100%
}

.intro_honor .inner .intro_honor_slide a b.t {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 0;
	font-weight: normal;
	color: #000
}

@media (max-width: 1440px) {
	.intro_honor .inner .intro_honor_slide a b.t {
		font-size: 14px
	}
}

.intro_wechat {
	padding-top: 80px;
	padding-bottom: 80px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url("../images/introabout_bg.png")
}

@media (max-width: 1440px) {
	.intro_wechat {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width: 1180px) {
	.intro_wechat {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 668px) {
	.intro_wechat {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.intro_wechat .intro_title {
	margin-bottom: 40px
}

@media (max-width: 668px) {
	.intro_wechat .intro_title {
		margin-bottom: 20px
	}
}

.intro_wechat .intro_title b {
	font-weight: bold
}

.intro_wechat .txt {
	font-size: 16px;
	line-height: 1.75em;
	color: #666
}

@media (max-width: 1440px) {
	.intro_wechat .txt {
		font-size: 14px
	}
}

.contact_list {
	padding-top: 150px;
	padding-bottom: 150px;
	background-color: #ffffff;
	display: flex
}

@media (max-width: 1681px) {
	.contact_list {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1180px) {
	.contact_list {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 968px) {
	.contact_list {
		flex-direction: column;
		padding-bottom: 20px
	}
}

@media (max-width: 668px) {
	.contact_list {
		padding-top: 20px;
		padding-bottom: 0
	}
}

.contact_list .title {
	width: 35%
}

@media (max-width: 1681px) {
	.contact_list .title {
		width: 25%
	}
}

@media (max-width: 968px) {
	.contact_list .title {
		width: 100%
	}
}

.contact_list .title .intro_title {
	margin: 0;
	padding: 0
}

@media (max-width: 1681px) {
	.contact_list .title .intro_title span {
		font-size: 30px
	}
}

@media (max-width: 1180px) {
	.contact_list .title .intro_title span {
		font-size: 22px
	}
}

.contact_list .list {
	width: 65%;
	padding-left: 2%
}

@media (max-width: 1681px) {
	.contact_list .list {
		padding-left: 5%;
		width: 75%
	}
}

@media (max-width: 968px) {
	.contact_list .list {
		padding-left: 0;
		width: 100%
	}
}

.contact_list .list .hd {
	margin-bottom: 50px
}

@media (max-width: 1440px) {
	.contact_list .list .hd {
		margin-bottom: 30px
	}
}

@media (max-width: 968px) {
	.contact_list .list .hd {
		margin: 20px 0
	}
}

.contact_list .list .hd>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex
}

.contact_list .list .hd>ul>li {
	margin-right: 50px
}

@media (max-width: 668px) {
	.contact_list .list .hd>ul>li {
		margin-right: 30px
	}
}

.contact_list .list .hd>ul>li span {
	display: block;
	cursor: pointer;
	font-size: 24px;
	line-height: 1em;
	color: #999;
	font-weight: bold
}

@media (max-width: 1440px) {
	.contact_list .list .hd>ul>li span {
		font-size: 20px
	}
}

@media (max-width: 668px) {
	.contact_list .list .hd>ul>li span {
		font-size: 18px
	}
}

.contact_list .list .hd>ul>li.on span {
	color: #009a3a
}

.contact_list .list .bd>ul {
	margin: 0 -20px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 1681px) {
	.contact_list .list .bd>ul {
		margin: 0 -10px
	}
}

@media (max-width: 668px) {
	.contact_list .list .bd>ul {
		flex-direction: column
	}
}

.contact_list .list .bd>ul>li {
	flex: 1;
	padding: 0 20px
}

@media (max-width: 1681px) {
	.contact_list .list .bd>ul>li {
		padding: 0 10px
	}
}

@media (max-width: 668px) {
	.contact_list .list .bd>ul>li {
		width: 100%;
		margin-bottom: 20px
	}
}

.contact_list .list .bd>ul>li .item {
	height: 100%;
	background-color: #fafafa;
	border-radius: 8px;
	padding: 40px 20px
}

@media (max-width: 1440px) {
	.contact_list .list .bd>ul>li .item {
		padding: 20px
	}
}

.contact_list .list .bd>ul>li .item .txt {
	display: block
}

.contact_list .list .bd>ul>li .item .txt em.t {
	display: block;
	font-style: normal;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 15px
}

.contact_list .list .bd>ul>li .item .txt .des {
	display: block;
	font-size: 15px;
	line-height: 1.4em;
	height: 4.2em;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #000
}

@media (max-width: 1440px) {
	.contact_list .list .bd>ul>li .item .txt .des {
		font-size: 14px
	}
}

@media (max-width: 668px) {
	.contact_list .list .bd>ul>li .item .txt .des {
		height: auto
	}
}

.contact_list .list .bd>ul>li .item .txt .des a {
	color: #000;
	font-family: "syht";
	transition: all .5s
}

.contact_list .list .bd>ul>li .item .txt .des a:hover {
	color: #009a3a
}

.contact_list .list .bd>ul>li .item .icon {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e5e5e5;
	display: flex;
	justify-content: flex-end
}

.contact_list .list .bd>ul>li .item .icon svg {
	width: 48px;
	height: 48px;
	color: #999
}

@media (max-width: 1440px) {
	.contact_list .list .bd>ul>li .item .icon svg {
		width: 36px;
		height: 36px
	}
}

@media (max-width: 668px) {
	.contact_list .list .bd>ul>li .item .icon svg {
		width: 30px;
		height: 30px
	}
}

.contact_list .list .qr_list {
	margin-top: 60px
}

@media (max-width: 668px) {
	.contact_list .list .qr_list {
		margin: 0 0 20px
	}
}

.contact_list .list .qr_list>ul {
	margin: 0 -20px;
	padding: 0;
	list-style: none;
	display: flex
}

@media (max-width: 668px) {
	.contact_list .list .qr_list>ul {
		margin: 0 -5px
	}
}

.contact_list .list .qr_list>ul>li {
	padding: 0 20px
}

@media (max-width: 668px) {
	.contact_list .list .qr_list>ul>li {
		width: 33.33%;
		padding: 0 5px
	}
}

.contact_list .list .qr_list>ul>li img {
	display: block;
	width: 160px
}

@media (max-width: 1380px) {
	.contact_list .list .qr_list>ul>li img {
		width: 120px
	}
}

@media (max-width: 668px) {
	.contact_list .list .qr_list>ul>li img {
		width: 100%
	}
}

.contact_list .list .qr_list>ul>li span {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 2em;
	color: #000
}

@media (max-width: 1380px) {
	.contact_list .list .qr_list>ul>li span {
		font-size: 14px
	}
}

.job_list {
	padding-top: 130px;
	padding-bottom: 110px;
	background-color: #fff;
	display: flex
}

@media (max-width: 1681px) {
	.job_list {
		padding-top: 80px;
		padding-bottom: 40px
	}
}

@media (max-width: 1180px) {
	.job_list {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 968px) {
	.job_list {
		flex-direction: column;
		padding: 0
	}
}

@media (max-width: 668px) {
	.job_list {
		padding-top: 20px;
		padding-bottom: 0
	}
}

.job_list .title {
	width: 35%;
	padding-top: 20px
}

@media (max-width: 1681px) {
	.job_list .title {
		width: 25%
	}
}

@media (max-width: 968px) {
	.job_list .title {
		width: 100%;
		padding: 20px
	}
}

@media (max-width: 668px) {
	.job_list .title {
		display: flex;
		align-items: center;
		justify-content: space-between
	}
}

.job_list .title .intro_title {
	margin: 0;
	padding: 0
}

@media (max-width: 1681px) {
	.job_list .title .intro_title span {
		font-size: 30px
	}
}

@media (max-width: 1180px) {
	.job_list .title .intro_title span {
		font-size: 22px
	}
}

.job_list .title .arrows {
	margin-top: 120px;
	display: flex;
	align-items: center
}

@media (max-width: 1681px) {
	.job_list .title .arrows {
		margin-top: 60px
	}
}

@media (max-width: 668px) {
	.job_list .title .arrows {
		margin-top: 0
	}
}

.job_list .title .arrows .arrow {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	outline: 0;
	background-color: #989898;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s
}

@media (max-width: 668px) {
	.job_list .title .arrows .arrow {
		width: 40px;
		height: 40px
	}
}

.job_list .title .arrows .arrow svg {
	width: 12px;
	height: 12px;
	color: #fff
}

.job_list .title .arrows .arrow.job_list_prev {
	margin-right: 30px
}

@media (max-width: 668px) {
	.job_list .title .arrows .arrow.job_list_prev {
		margin-right: 10px
	}
}

.job_list .title .arrows .arrow:hover {
	background-color: #009a3a
}

.job_list .list {
	width: 65%;
	padding-left: calc(2% - 20px)
}

@media (max-width: 1681px) {
	.job_list .list {
		padding-left: calc(5% - 20px);
		width: 75%
	}
}

@media (max-width: 968px) {
	.job_list .list {
		padding-left: 0;
		width: 100%
	}
}

.job_list .list .job_list_slide .swiper-container {
	padding: 20px
}

@media (max-width: 968px) {
	.job_list .list .job_list_slide .swiper-container {
		padding-bottom: 0
	}
}

.job_list .item_col>ul {
	margin: 0 -20px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

@media (max-width: 1681px) {
	.job_list .item_col>ul {
		margin: 0 -15px
	}
}

.job_list .item_col>ul>li {
	width: 50%;
	padding: 0 20px;
	margin-bottom: 40px
}

@media (max-width: 1681px) {
	.job_list .item_col>ul>li {
		padding: 0 15px;
		margin-bottom: 30px
	}
}

@media (max-width: 668px) {
	.job_list .item_col>ul>li {
		width: 100%;
		margin-bottom: 20px
	}
}

.job_list .item_col>ul>li a {
	display: block;
	height: 100%;
	padding: 50px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	transition: all .5s
}

@media (max-width: 1681px) {
	.job_list .item_col>ul>li a {
		padding: 30px
	}
}

.job_list .item_col>ul>li a b.t {
	display: block;
	padding-right: 20px;
	position: relative
}

.job_list .item_col>ul>li a b.t span {
	display: block;
	font-size: 20px;
	line-height: 1em;
	color: #000;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .5s
}

@media (max-width: 1681px) {
	.job_list .item_col>ul>li a b.t span {
		font-size: 18px
	}
}

.job_list .item_col>ul>li a b.t .icon {
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px
}

.job_list .item_col>ul>li a b.t .icon:before,
.job_list .item_col>ul>li a b.t .icon:after {
	content: '';
	display: block;
	width: 12px;
	height: 2px;
	line-height: 2px;
	background-color: #009a3a;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	transition: all .5s
}

.job_list .item_col>ul>li a b.t .icon:after {
	transform: rotate(90deg)
}

.job_list .item_col>ul>li a .info {
	margin-top: 50px;
	display: flex
}

.job_list .item_col>ul>li a .info p {
	flex: 1;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 40px;
	color: #000
}

@media (max-width: 1681px) {
	.job_list .item_col>ul>li a .info p {
		font-size: 16px
	}
}

.job_list .item_col>ul>li a .info p span {
	display: block;
	font-size: 14px;
	line-height: 1em;
	color: #999;
	font-weight: lighter;
	margin-bottom: 0.5em
}

.job_list .item_col>ul>li a:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25)
}

.job_list .item_col>ul>li a:hover b.t span {
	color: #009a3a
}

.job_list .item_col>ul>li a:hover b.t .icon:before {
	transform: rotate(90deg)
}

.job_list .item_col>ul>li a:hover b.t .icon:after {
	transform: rotate(180deg)
}

.job_content {
	padding-bottom: 20px
}

.job_content p {
	text-indent: 0
}

.job_content a {
	color: #009a3a
}

.job_content_info p {
	text-indent: 0
}

.job_content_info p span {
	font-weight: bold
}

.job_content_title {
	border-bottom: 1px solid #ddd;
	margin-top: 20px;
	margin-bottom: 15px
}

.job_content_title span {
	display: inline-block;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	background-color: #009a3a;
	color: #fff;
	font-weight: bold;
	font-size: 14px
}

.contact_survey {
	padding-top: 110px;
	padding-bottom: 110px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url("../images/contactsurvey_bg.jpg");
	background-attachment: fixed;
	color: #fff
}

@media (max-width: 1681px) {
	.contact_survey {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1180px) {
	.contact_survey {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 668px) {
	.contact_survey {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.contact_survey .txt {
	font-size: 16px;
	line-height: 2em;
	margin: 50px 0 110px
}

@media (max-width: 1440px) {
	.contact_survey .txt {
		font-size: 14px;
		margin: 40px 0 60px
	}
}

@media (max-width: 668px) {
	.contact_survey .txt {
		margin: 20px 0
	}
}

.contact_survey .more {
	padding: 0 20px;
	height: 44px;
	line-height: 42px;
	border: 1px solid #fff;
	border-radius: 22px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	transition: all .5s
}

.contact_survey .more svg {
	flex-shrink: 0;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	color: #fff
}

.contact_survey .more:hover {
	background-color: #009a3a;
	border-color: #009a3a;
	color: #fff
}

.contact_survey .more:hover svg {
	color: #fff
}

.survey {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #ffffff
}

@media (max-width: 1681px) {
	.survey {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.survey {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width: 1180px) {
	.survey {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 668px) {
	.survey {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.survey_title {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold
}

.survey_txt {
	margin: 20px 0 70px;
	font-size: 16px;
	line-height: 2em;
	color: #666
}

@media (max-width: 1440px) {
	.survey_txt {
		margin: 20px 0 40px;
		font-size: 14px
	}
}

.survey_form_col .form-group {
	margin-bottom: 0
}

.survey_form_col .form-group-top input[type="text"],
.survey_form_col .form-group-top input[type="email"] {
	border-radius: 0;
	height: 62px;
	line-height: 60px;
	padding: 0 20px
}

@media (max-width: 1440px) {

	.survey_form_col .form-group-top input[type="text"],
	.survey_form_col .form-group-top input[type="email"] {
		height: 52px;
		line-height: 50px
	}
}

.survey_form_col .row>div {
	margin-bottom: 40px
}

@media (max-width: 1440px) {
	.survey_form_col .row>div {
		margin-bottom: 25px
	}
}

.survey_form_col .t {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 10px
}

@media (max-width: 1440px) {
	.survey_form_col .t {
		font-size: 16px
	}
}

@media (max-width: 668px) {
	.survey_form_col .t {
		font-size: 14px
	}
}

.survey_form_col .t sub {
	font-size: 12px;
	font-weight: lighter;
	margin-left: 5px;
	bottom: 0
}

.survey_form_col .item {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.survey_form_col .item label {
	font-size: 16px;
	height: 38px;
	font-weight: normal;
	display: flex;
	align-items: center;
	color: #666666
}

@media (max-width: 1440px) {
	.survey_form_col .item label {
		font-size: 14px
	}
}

.survey_form_col .item .checkbox-inline+.checkbox-inline,
.survey_form_col .item .radio-inline+.radio-inline {
	margin-left: 2%
}

.survey_form_col .item input[type=checkbox],
.survey_form_col .item input[type=radio] {
	margin-top: 0
}

.survey_form_col .item .inline_other {
	display: flex;
	align-items: center;
	margin-left: 3%;
	margin-bottom: 0
}

.survey_form_col .item .inline_other.single {
	margin-left: 0
}

.survey_form_col .item .inline_other span {
	white-space: nowrap;
	margin-right: 5px
}

.survey_form_col .item .inline_other input[type="text"] {
	border-radius: 0;
	height: 38px;
	line-height: 36px;
	padding: 0 20px
}

.survey_form_col .form_bottom {
	border-top: 1px solid #ddd;
	padding-top: 50px;
	display: flex;
	justify-content: space-between
}

@media (max-width: 668px) {
	.survey_form_col .form_bottom {
		padding-top: 20px
	}
}

.survey_form_col .verify {
	width: 202px;
	height: 50px;
	border: 1px solid #ddd;
	padding: 10px;
	position: relative
}

@media (max-width: 668px) {
	.survey_form_col .verify {
		width: 48%
	}
}

.survey_form_col .verify input {
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	outline: 0;
	border-radius: 0;
	height: 28px;
	line-height: 28px;
	padding: 0 80px 0 10px
}

.survey_form_col .verify img {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%)
}

.survey_form_col .submit_col {
	width: 200px
}

@media (max-width: 668px) {
	.survey_form_col .submit_col {
		width: 48%
	}
}

.survey_form_col .submit {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #009a3a;
	color: #fff;
	border: none;
	transition: all .5s
}

.survey_form_col .submit:hover {
	background-color: #00b444
}

.index_application_wraper {
	padding: 60px 5%;
	background-color: #fff
}

@media (max-width: 1440px) {
	.index_application_wraper {
		padding-top: 40px;
		padding-bottom: 40px
	}
}

@media (max-width: 1180px) {
	.index_application_wraper {
		padding: 40px
	}
}

@media (max-width: 968px) {
	.index_application_wraper {
		padding: 20px
	}
}

@media (max-width: 668px) {
	.index_application_wraper {
		padding: 10px
	}
}

.index_application {
	height: 800px;
	background-color: #009a3a;
	overflow: hidden;
	position: relative
}

@media (max-width: 1681px) {
	.index_application {
		height: 700px
	}
}

@media (max-width: 1440px) {
	.index_application {
		height: 650px
	}
}

@media (max-width: 1380px) {
	.index_application {
		height: 600px
	}
}

@media (max-width: 1180px) {
	.index_application {
		height: 500px
	}
}

@media (max-width: 968px) {
	.index_application {
		padding-top: 20px;
		height: 450px
	}
}

@media (max-width: 668px) {
	.index_application {
		height: 400px
	}
}

.index_application .inner {
	width: 78vw;
	height: 78vw;
	margin: 0 auto;
	transform: translateY(10%);
	position: relative;
	z-index: 2
}

@media (max-width: 1440px) {
	.index_application .inner {
		transform: translateY(12%)
	}
}

@media (max-width: 1380px) {
	.index_application .inner {
		transform: translateY(10%)
	}
}

@media (max-width: 1180px) {
	.index_application .inner {
		transform: translateY(15%)
	}
}

@media (max-width: 668px) {
	.index_application .inner {
		width: 80vw;
		height: 80vw
	}
}

.index_application .arrows {
	position: relative;
	z-index: 10
}

.index_application .hd {
	width: 100%;
	height: 100%;
	border: 1px dashed rgba(255, 255, 255, 0.35);
	border-radius: 100%
}

.index_application .hd ul {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	transform: rotate(0deg);
	transition: all .5s
}

.index_application .hd ul li {
	display: block;
	width: 100%;
	height: 100%;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2
}

.index_application .hd ul li .icon {
	width: 80px;
	height: 80px;
	background-color: #fff;
	border-radius: 100%;
	overflow: visible;
	visibility: visible;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	top: -40px;
	margin-left: -40px;
	transition: all .5s
}

@media (max-width: 668px) {
	.index_application .hd ul li .icon {
		width: 40px;
		height: 40px;
		top: -20px;
		margin-left: -20px
	}
}

.index_application .hd ul li .icon svg {
	width: 50%;
	height: 50%;
	color: #009a3a;
	transition: all .5s
}

.index_application .hd ul li.active .icon {
	width: 120px;
	height: 120px;
	border: 2px solid #fff;
	background-color: #009a3a;
	top: -60px;
	margin-left: -60px
}

@media (max-width: 668px) {
	.index_application .hd ul li.active .icon {
		width: 60px;
		height: 60px;
		top: -30px;
		margin-left: -30px
	}
}

.index_application .hd ul li.active .icon svg {
	color: #fff
}

.index_application .bd {
	width: 50vw;
	height: 50%;
	position: absolute;
	left: 50%;
	top: 0%;
	transform: translate(-50%, 0%);
	z-index: 2;
	display: flex;
	align-items: center
}

@media (max-width: 668px) {
	.index_application .bd {
		width: calc(100% + 40px);
		top: 46vw
	}
}

.index_application .bd .bd_col {
	width: 100%;
	position: relative
}

.index_application .bd .arrow {
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	outline: 0;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	z-index: 5
}

@media (max-width: 668px) {
	.index_application .bd .arrow {
		width: 20px;
		height: 20px;
		margin-top: -10px
	}
}

.index_application .bd .arrow svg {
	width: 100%;
	height: 100%;
	color: #fff
}

@media (max-width: 668px) {
	.index_application .bd .arrow svg {
		color: #666
	}
}

.index_application .bd .arrow.prev {
	left: 0
}

.index_application .bd .arrow.next {
	right: 0
}

.index_application .bd .txt {
	display: none;
	padding: 0 60px;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	position: relative;
	transition: all .5s
}

@media (max-width: 668px) {
	.index_application .bd .txt {
		padding: 20px 20px 40px;
		background-color: #fff;
		color: #333
	}
}

.index_application .bd .txt .title {
	width: 100%;
	height: 80px;
	margin-bottom: 100px;
	position: relative
}

@media (max-width: 1380px) {
	.index_application .bd .txt .title {
		height: 50px;
		margin-bottom: 50px
	}
}

@media (max-width: 968px) {
	.index_application .bd .txt .title {
		margin-bottom: 20px
	}
}

@media (max-width: 668px) {
	.index_application .bd .txt .title {
		height: 30px
	}
}

.index_application .bd .txt .title b {
	display: block;
	font-size: 40px;
	font-weight: normal;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2
}

@media (max-width: 1380px) {
	.index_application .bd .txt .title b {
		font-size: 30px
	}
}

@media (max-width: 668px) {
	.index_application .bd .txt .title b {
		font-size: 20px
	}
}

.index_application .bd .txt .title span {
	display: block;
	font-size: 80px;
	height: 80px;
	line-height: 80px;
	text-transform: uppercase;
	white-space: nowrap;
	font-family: "syht";
	color: rgba(255, 255, 255, 0);
	-webkit-text-stroke: 1px #fff;
	opacity: .15;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0
}

@media (max-width: 1380px) {
	.index_application .bd .txt .title span {
		font-size: 50px;
		height: 50px;
		line-height: 50px
	}
}

@media (max-width: 668px) {
	.index_application .bd .txt .title span {
		color: rgba(0, 0, 0, 0);
		-webkit-text-stroke: 1px #000;
		font-size: 30px;
		height: 30px;
		line-height: 30px
	}
}

.index_application .bd .txt .more {
	padding: 0 20px;
	height: 44px;
	line-height: 42px;
	margin: 0 auto;
	border: 1px solid #bfbfbf;
	border-radius: 22px;
	font-size: 14px;
	color: #bfbfbf;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	transition: all .5s
}

.index_application .bd .txt .more svg {
	flex-shrink: 0;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	color: #bfbfbf
}

.index_application .bd .txt .more:hover {
	background-color: #009a3a;
	border-color: #009a3a;
	color: #fff
}

.index_application .bd .txt .more:hover svg {
	color: #fff
}

.index_application .bd .txt.active {
	display: block
}

.index_application .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.index_application .bg:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1
}

.index_application .bg span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all .5s
}

.index_pro_wraper {
	padding: 0 5%;
	background-color: #fff
}

@media (max-width: 1180px) {
	.index_pro_wraper {
		padding: 0 40px
	}
}

@media (max-width: 968px) {
	.index_pro_wraper {
		padding: 0 20px
	}
}

@media (max-width: 668px) {
	.index_pro_wraper {
		padding: 0 10px
	}
}

.index_pro {
	width: 100%;
	background-color: #131e2c;
	color: #fff;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 50px 0 50px 480px
}

@media (max-width: 1440px) {
	.index_pro {
		padding: 0 0 0 400px
	}
}

@media (max-width: 1180px) {
	.index_pro {
		padding: 0 0 0 300px
	}
}

@media (max-width: 968px) {
	.index_pro {
		padding: 80px 20px 0
	}
}

@media (max-width: 668px) {
	.index_pro {
		padding: 40px 0 0
	}
}

.index_pro .hd {
	width: 800px;
	height: 800px;
	position: absolute;
	left: -320px;
	top: 50%;
	margin-top: -400px;
	z-index: 2
}

@media (max-width: 1681px) {
	.index_pro .hd {
		width: 700px;
		height: 700px;
		left: -300px;
		margin-top: -350px
	}
}

@media (max-width: 1440px) {
	.index_pro .hd {
		width: 650px;
		height: 650px;
		left: -260px;
		margin-top: -300px
	}
}

@media (max-width: 1180px) {
	.index_pro .hd {
		width: 600px;
		height: 600px;
		left: -250px;
		margin-top: -300px
	}
}

@media (max-width: 968px) {
	.index_pro .hd {
		display: none
	}
}

.index_pro .hd:before {
	content: '';
	width: 780px;
	height: 780px;
	border-radius: 100%;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	position: absolute;
	left: -80px;
	top: 50%;
	margin-top: -390px;
	z-index: 1
}

@media (max-width: 1681px) {
	.index_pro .hd:before {
		width: 680px;
		height: 680px;
		left: -50px;
		margin-top: -340px
	}
}

@media (max-width: 1180px) {
	.index_pro .hd:before {
		width: 580px;
		height: 580px;
		left: -50px;
		margin-top: -290px
	}
}

.index_pro .hd ul {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	transform: rotate(0deg);
	transition: all .5s
}

.index_pro .hd ul li {
	display: block;
	width: 100%;
	height: 100%;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.index_pro .hd ul li .item {
	display: block;
	overflow: visible;
	visibility: visible;
	cursor: pointer;
	white-space: nowrap;
	color: #fff;
	transform: none;
	transition: all .5s;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	outline: 0;
	display: flex
}

.index_pro .hd ul li .item span {
	display: block;
	transform: translateX(0px);
	line-height: 50px;
	border-radius: 25px;
	background: rgba(255, 255, 255, 0);
	position: relative;
	transition: all .5s
}

@media (max-width: 1180px) {
	.index_pro .hd ul li .item span {
		line-height: 40px;
		border-radius: 20px
	}
}

.index_pro .hd ul li .item span:before,
.index_pro .hd ul li .item span:after {
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	height: 2px;
	background-color: #009a3a;
	position: absolute;
	right: 20px;
	top: 50%;
	mask-type: -1px;
	opacity: 0;
	transition: all .5s
}

.index_pro .hd ul li .item span:after {
	transform: rotate(90deg)
}

.index_pro .hd ul li .item span em {
	font-style: normal;
	font-family: "syht";
	font-size: 17px;
	opacity: .4;
	margin-right: 10px
}

@media (max-width: 1180px) {
	.index_pro .hd ul li .item span em {
		font-size: 14px
	}
}

.index_pro .hd ul li .item span i {
	font-size: 16px;
	font-style: normal
}

@media (max-width: 1180px) {
	.index_pro .hd ul li .item span i {
		font-size: 14px
	}
}

.index_pro .hd ul li.active .item span {
	transform: translateX(100px);
	color: #009a3a;
	padding: 0 130px 0 30px;
	font-weight: bold;
	background: #fff
}

@media (max-width: 1180px) {
	.index_pro .hd ul li.active .item span {
		transform: translateX(20px);
		padding: 0 30px 0 30px
	}
}

.index_pro .hd ul li.active .item span:before,
.index_pro .hd ul li.active .item span:after {
	opacity: 1
}

.index_pro .bd {
	width: 100%;
	height: 750px
}

@media (max-width: 1681px) {
	.index_pro .bd {
		height: 650px
	}
}

@media (max-width: 1440px) {
	.index_pro .bd {
		height: 700px
	}
}

@media (max-width: 968px) {
	.index_pro .bd {
		height: auto !important
	}
}

.index_pro .bd .arrow {
	display: block;
	width: 36px;
	height: 36px;
	background: rgba(0, 0, 0, 0.2);
	border: none;
	margin: 0;
	padding: 0;
	outline: 0;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	z-index: 10
}

@media (max-width: 968px) {
	.index_pro .bd .arrow {
		width: 20px;
		height: 20px;
		margin-top: -10px
	}
}

.index_pro .bd .arrow svg {
	width: 100%;
	height: 100%;
	color: #fff
}

.index_pro .bd .arrow.prev {
	left: 5%
}

@media (max-width: 968px) {
	.index_pro .bd .arrow.prev {
		left: 5px
	}
}

.index_pro .bd .arrow.next {
	right: 5%
}

@media (max-width: 968px) {
	.index_pro .bd .arrow.next {
		right: 5px
	}
}

.index_pro .bd .txt {
	display: none;
	width: 100%;
	height: 100%
}

@media (max-width: 968px) {
	.index_pro .bd .txt {
		height: 300px;
		overflow: hidden
	}
}

.index_pro .bd .txt .inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	position: relative
}

.index_pro .bd .txt .inner>* {
	position: relative;
	z-index: 2
}

.index_pro .bd .txt .inner .des {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5
}

.index_pro .bd .txt .inner .des .title {
	display: block;
	font-size: 40px;
	margin-bottom: 120px
}

@media (max-width: 1440px) {
	.index_pro .bd .txt .inner .des .title {
		font-size: 30px;
		margin-bottom: 80px
	}
}

@media (max-width: 668px) {
	.index_pro .bd .txt .inner .des .title {
		font-size: 22px;
		margin-bottom: 40px
	}
}

.index_pro .bd .txt .inner .des .more {
	padding: 0 20px;
	height: 44px;
	line-height: 42px;
	margin: 0 auto;
	border: 1px solid #bfbfbf;
	border-radius: 22px;
	font-size: 14px;
	color: #bfbfbf;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	transition: all .5s
}

.index_pro .bd .txt .inner .des .more svg {
	flex-shrink: 0;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	color: #bfbfbf
}

.index_pro .bd .txt .inner .des .more:hover {
	background-color: #009a3a;
	border-color: #009a3a;
	color: #fff
}

.index_pro .bd .txt .inner .des .more:hover svg {
	color: #fff
}

.index_pro .bd .txt .inner .bg {
	width: 100%;
	opacity: .1
}

@media (max-width: 968px) {
	.index_pro .bd .txt .inner .bg {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1
	}
}

.index_pro .bd .txt .inner .bg img {
	width: 100%;
	transform: translateY(20%)
}

@media (max-width: 968px) {
	.index_pro .bd .txt .inner .bg img {
		transform: translateY(0%)
	}
}

.index_pro .bd .txt.active {
	display: block
}

.target-fix {
	position: relative;
	top: -70px;
	display: block;
	height: 1px;
	background: none;
	overflow: hidden;
	outline: 0;
	text-decoration: none;
	border: none
}

@media (max-width: 1440px) {
	.target-fix {
		top: -60px
	}
}

.target-fix:focus {
	outline: 0
}

.pt {
	padding-top: 110px
}

@media (max-width: 1440px) {
	.pt {
		padding-top: 90px
	}
}

@media (max-width: 1180px) {
	.pt {
		padding-top: 60px
	}
}

.scroll .pt {
	padding-top: 70px
}

@media (max-width: 1440px) {
	.scroll .pt {
		padding-top: 60px
	}
}

.index_banner {
	width: 100%;
	position: relative;
	z-index: 2
}

.index_banner .inner {
	width: 100%;
	padding-left: 10%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2
}

@media (max-width: 668px) {
	.index_banner .inner {
		padding-left: 20px;
		padding-right: 20px
	}
}

.index_banner .inner .txt {
	color: #fff
}

@media (max-width: 1681px) {
	.index_banner .inner .txt {
		width: 300px
	}
}

@media (max-width: 1380px) {
	.index_banner .inner .txt {
		width: 250px
	}
}

@media (max-width: 668px) {
	.index_banner .inner .txt {
		width: 200px
	}
}

.index_banner .inner .txt img {
	max-width: 100%
}

.index_banner .inner .txt .col span {
	display: block;
	white-space: nowrap;
	font-size: 100px;
	line-height: 1em;
	font-family: "syht"
}

@media (max-width: 1681px) {
	.index_banner .inner .txt .col span {
		font-size: 80px
	}
}

@media (max-width: 1380px) {
	.index_banner .inner .txt .col span {
		font-size: 60px
	}
}

@media (max-width: 668px) {
	.index_banner .inner .txt .col span {
		font-size: 40px
	}
}

.index_banner .inner .txt .col span.t1 {
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.index_banner .inner .txt .col span.t2 {
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	color: rgba(255, 255, 255, 0);
	-webkit-text-stroke: 1px #fff;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s
}

.index_banner .inner .txt .col.active span.t1 {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.index_banner .inner .txt .col.active span.t2 {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.index_banner .inner form {
	margin-top: 40px;
	padding: 0 40px;
	width: 520px;
	height: 70px;
	border-radius: 35px;
	background: rgba(84, 82, 77, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 1380px) {
	.index_banner .inner form {
		margin-top: 30px;
		width: 400px;
		height: 60px;
		border-radius: 30px;
		padding: 0 30px
	}
}

@media (max-width: 668px) {
	.index_banner .inner form {
		width: 100%;
		margin-top: 20px;
		height: 50px;
		border-radius: 25px;
		padding: 0 20px
	}
}

.index_banner .inner form .btn1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
	line-height: 30px;
	font-weight: lighter;
	color: #fff;
	margin: 0;
	padding: 0 20px 0 0;
	border: none;
	background: none;
	outline: 0
}

.index_banner .inner form .btn1::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px
}

.index_banner .inner form .btn1::-moz-placeholder {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px
}

.index_banner .inner form .btn1:-moz-placeholder {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px
}

.index_banner .inner form .btn1:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px
}

@media (max-width: 1380px) {
	.index_banner .inner form .btn1 {
		font-size: 14px
	}

	.index_banner .inner form .btn1::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.8);
		font-size: 14px
	}

	.index_banner .inner form .btn1::-moz-placeholder {
		color: rgba(255, 255, 255, 0.8);
		font-size: 14px
	}

	.index_banner .inner form .btn1:-moz-placeholder {
		color: rgba(255, 255, 255, 0.8);
		font-size: 14px
	}

	.index_banner .inner form .btn1:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.8);
		font-size: 14px
	}
}

.index_banner .inner form .btn2 {
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	outline: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.index_banner .inner form .btn2 svg {
	width: 100%;
	height: 100%;
	color: #fff
}

.index_banner .inner form .btn2:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.index_banner_slide .item {
	display: block
}

.index_banner_slide .item .img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

@media (max-width: 968px) {
	.index_banner_slide .item .img {
		display: none
	}
}

.index_banner_slide .item .mimg {
	display: none
}

@media (max-width: 968px) {
	.index_banner_slide .item .mimg {
		display: block
	}

	.index_banner_slide .item .mimg img {
		width: 100%
	}
}

.index_banner_slide .index_banner_page {
	width: 100%;
	padding-left: 10%;
	position: absolute;
	left: 0;
	bottom: 40px;
	z-index: 2
}

@media (max-width: 668px) {
	.index_banner_slide .index_banner_page {
		padding-left: 20px;
		bottom: 20px
	}
}

.index_banner_slide .index_banner_page .swiper-pagination-bullet {
	width: 30px;
	height: 6px;
	line-height: 6px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.8);
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.index_banner_slide .index_banner_page .swiper-pagination-bullet-active {
	width: 60px;
	background: #009a3a
}

@media (max-width: 668px) {
	.index_banner_slide .index_banner_page .swiper-pagination-bullet-active {
		width: 50px
	}
}

.index_box>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width: 968px) {
	.index_box>ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (max-width: 668px) {
	.index_box>ul {
		padding: 10px 10px 0
	}
}

.index_box>ul>li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 25%;
	flex: 1 1 25%
}

@media (max-width: 968px) {
	.index_box>ul>li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%
	}
}

@media (max-width: 668px) {
	.index_box>ul>li {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin-bottom: 10px
	}
}

.index_box>ul>li a {
	display: block;
	height: 100%;
	padding: 45px 50px;
	position: relative;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

@media (max-width: 1440px) {
	.index_box>ul>li a {
		padding: 30px 40px
	}
}

@media (max-width: 1180px) {
	.index_box>ul>li a {
		padding: 20px
	}
}

@media (max-width: 668px) {
	.index_box>ul>li a {
		padding: 10px
	}
}

.index_box>ul>li a>* {
	position: relative;
	z-index: 2
}

.index_box>ul>li a::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.index_box>ul>li a .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.index_box>ul>li a .title b {
	font-size: 18px;
	line-height: 2em;
	color: #fff;
	position: relative
}

@media (max-width: 1180px) {
	.index_box>ul>li a .title b {
		font-size: 16px
	}
}

@media (max-width: 668px) {
	.index_box>ul>li a .title b {
		font-size: 15px
	}
}

.index_box>ul>li a .title b:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	line-height: 1px;
	background-color: #fff;
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.index_box>ul>li a .title .icon {
	width: 30px;
	height: 30px;
	color: #fff;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

@media (max-width: 668px) {
	.index_box>ul>li a .title .icon {
		width: 20px;
		height: 20px
	}
}

.index_box>ul>li a .title .icon img {
	max-width: 100%;
	max-height: 100%
}

.index_box>ul>li a .des {
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.6em;
	height: 6.4em;
	color: #fff;
	font-weight: lighter;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

@media (max-width: 1440px) {
	.index_box>ul>li a .des {
		font-size: 14px
	}
}

@media (max-width: 1180px) {
	.index_box>ul>li a .des {
		margin-top: 20px;
		font-size: 13px;
		font-weight: normal
	}
}

@media (max-width: 668px) {
	.index_box>ul>li a .des {
		margin: 20px 0;
		font-size: 12px
	}
}

.index_box>ul>li a .more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: #fff
}

@media (max-width: 1440px) {
	.index_box>ul>li a .more {
		font-size: 12px
	}
}

.index_box>ul>li a .more svg {
	width: 10px;
	height: 10px;
	color: #fff;
	margin-left: 8px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.index_box>ul>li a:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15)
}

.index_box>ul>li a:hover::after {
	opacity: 1
}

.index_box>ul>li a:hover .title b:after {
	width: 100%;
	opacity: 1
}

.index_box>ul>li a:hover .title icon {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.index_box>ul>li a:hover .more svg {
	margin-left: 12px
}

.index_col {
	padding: 110px calc(5% - 20px) 110px 5%;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width: 1681px) {
	.index_col {
		padding-top: 80px;
		padding-bottom: 80px
	}
}

@media (max-width: 1440px) {
	.index_col {
		padding-top: 60px;
		padding-bottom: 60px;
		padding-right: calc(5% - 10px)
	}
}

@media (max-width: 1180px) {
	.index_col {
		padding: 40px
	}
}

@media (max-width: 968px) {
	.index_col {
		padding: 20px
	}
}

@media (max-width: 668px) {
	.index_col {
		padding: 40px 10px 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.index_col .index_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 90px
}

@media (max-width: 1681px) {
	.index_col .index_title {
		margin-bottom: 60px
	}
}

@media (max-width: 1440px) {
	.index_col .index_title {
		margin-bottom: 40px
	}
}

@media (max-width: 668px) {
	.index_col .index_title {
		margin-bottom: 20px
	}
}

.index_col .index_title h3 {
	margin: 0;
	padding: 0;
	font-size: 34px;
	color: #000
}

@media (max-width: 1681px) {
	.index_col .index_title h3 {
		font-size: 28px
	}
}

@media (max-width: 1440px) {
	.index_col .index_title h3 {
		font-size: 26px
	}
}

@media (max-width: 1180px) {
	.index_col .index_title h3 {
		font-size: 22px
	}
}

.index_col .index_pagenation .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 100%;
	margin-left: 20px;
	outline: 0;
	background: none;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

@media (max-width: 1440px) {
	.index_col .index_pagenation .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin-left: 10px
	}
}

.index_col .index_pagenation .swiper-pagination-bullet-active {
	background-color: #009a3a;
	border-color: #009a3a
}

.index_ebook {
	width: 42.8%
}

@media (max-width: 1440px) {
	.index_ebook {
		width: 45%
	}
}

@media (max-width: 668px) {
	.index_ebook {
		width: 100%
	}
}

@media (max-width: 668px) {
	.index_ebook .index_title {
		padding: 0 10px
	}
}

.index_ebook_slide {
	position: relative
}

.index_ebook_slide a {
	display: block;
	padding: 30px 0;
	text-align: center
}

.index_ebook_slide a img {
	width: 300px;
	-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

@media (max-width: 1440px) {
	.index_ebook_slide a img {
		width: 250px
	}
}

@media (max-width: 968px) {
	.index_ebook_slide a img {
		width: 220px
	}
}

.index_ebook_slide a:hover img {
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3)
}

.index_ebook_slide .arrow {
	width: 34px;
	height: 34px;
	outline: 0;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	z-index: 2
}

.index_ebook_slide .arrow svg {
	width: 100%;
	height: 100%;
	color: rgba(0, 0, 0, 0.3);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.index_ebook_slide .arrow.index_ebook_prev {
	left: 0
}

.index_ebook_slide .arrow.index_ebook_next {
	right: 0
}

.index_ebook_slide .arrow:hover svg {
	color: #009a3a
}

.index_news {
	width: 43%
}

@media (max-width: 1440px) {
	.index_news {
		width: 45%
	}
}

@media (max-width: 668px) {
	.index_news {
		width: 100%;
		padding-top: 20px
	}
}

.index_news .index_title {
	padding: 0 20px
}

@media (max-width: 1440px) {
	.index_news .index_title {
		padding: 0 10px
	}
}

.index_news_slide {
	padding-top: 15px
}

.index_news_slide a {
	display: block;
	padding: 0 20px 20px
}

@media (max-width: 1440px) {
	.index_news_slide a {
		padding: 0 10px 10px
	}
}

.index_news_slide a .img {
	width: 100%;
	height: 215px;
	overflow: hidden
}

@media (max-width: 1440px) {
	.index_news_slide a .img {
		height: 180px
	}
}

.index_news_slide a .img span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}

.index_news_slide a .txt {
	padding: 20px 30px 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

@media (max-width: 1440px) {
	.index_news_slide a .txt {
		padding: 15px 15px 0;
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15)
	}
}

.index_news_slide a .txt b.t {
	display: block;
	color: #333;
	font-size: 18px;
	line-height: 1.8em;
	height: 7.2em;
	font-weight: normal;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-bottom: 1.8em;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

@media (max-width: 1681px) {
	.index_news_slide a .txt b.t {
		font-size: 16px
	}
}

@media (max-width: 1440px) {
	.index_news_slide a .txt b.t {
		font-size: 14px
	}
}

.index_news_slide a .txt .info {
	border-top: 1px solid #f1f1f1;
	line-height: 20px;
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.index_news_slide a .txt .info .date {
	font-size: 14px;
	color: #333;
	font-family: "agenor_regular"
}

.index_news_slide a .txt .info svg {
	width: 12px;
	height: 12px;
	color: #333;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.index_news_slide a:hover .img span {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.index_news_slide a:hover .txt {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3)
}

@media (max-width: 1440px) {
	.index_news_slide a:hover .txt {
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3)
	}
}

.index_news_slide a:hover .txt b.t {
	color: #009a3a
}

.index_news_slide a:hover .txt .info {
	border-color: #ddd
}

.index_news_slide a:hover .txt .info svg {
	color: #009a3a
}

.footer {
	background-color: #c8102e;
	overflow: hidden;
}

.footer_top {
	width: 1600px;
	margin: 0 auto;
	padding: 80px 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding-bottom: 10px;
}

@media (max-width: 1440px) {
	.footer_top {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media (max-width: 1180px) {
	.footer_top {
		padding: 40px
	}
}

@media (max-width: 968px) {
	.footer_top {
		padding: 20px
	}
}

.footer_nav {
	width: 68%
}

@media (max-width: 1180px) {
	.footer_nav {
		width: 80%
	}
}

@media (max-width: 968px) {
	.footer_nav {
		display: none
	}
}

.footer_nav>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer_nav>ul>li>a {
	display: block;
	white-space: nowrap;
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

@media (max-width: 1180px) {
	.footer_nav>ul>li>a {
		font-size: 16px
	}
}

.footer_nav>ul>li>a:hover {
	color: #009a3a
}

.footer_nav>ul>li .sub {
	margin-top: 20px;
	display: block !important;
	opacity: 1 !important
}

.footer_nav>ul>li .sub ul {
	margin: 0;
	padding: 0
}

.footer_nav>ul>li .sub ul li {
	display: block
}

.footer_nav>ul>li .sub ul li a {
	display: block;
	font-size: 14px;
	line-height: 2.14em;
	white-space: nowrap;
	color: #fff;
	opacity: .6;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.footer_nav>ul>li .sub ul li a:hover {
	opacity: 1;
	color: #009a3a
}

.footer_social {
	width: 160px
}

@media (max-width: 968px) {
	.footer_social {
		width: 100%
	}
}

.footer_social>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width: 968px) {
	.footer_social>ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media (max-width: 968px) {
	.footer_social>ul>li {
		margin: 0 10px
	}
}

.footer_social>ul>li a {
	display: block;
	width: 26px;
	height: 26px
}

@media (max-width: 1180px) {
	.footer_social>ul>li a {
		width: 20px;
		height: 20px
	}
}

.footer_social>ul>li a svg {
	width: 100%;
	height: 100%;
	color: #9c9c9c;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.footer_social>ul>li a.wechat {
	position: relative
}

.footer_social>ul>li a.wechat .qr {
	display: none;
	width: 100px;
	position: absolute;
	left: 50%;
	bottom: 26px;
	margin-left: -50px;
	z-index: 2
}

@media (max-width: 1180px) {
	.footer_social>ul>li a.wechat .qr {
		bottom: 20px
	}
}

.footer_social>ul>li a.wechat .qr:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 6px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent
}

.footer_social>ul>li a.wechat .qr img {
	width: 100%
}

.footer_social>ul>li a.wechat .qr span {
	display: block;
	width: 100%;
	line-height: 24px;
	background-color: #fff;
	padding-bottom: 5px;
	font-size: 12px;
	text-align: center;
	color: #666
}

.footer_social>ul>li a.wechat:hover .qr {
	display: block
}

.footer_social>ul>li:hover a svg {
	color: #009a3a
}

.footer_copyright {
	background-color: #c8102e;
	padding: 0 5%;
	height: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 2.142em;
	color: #fff
}

@media (max-width: 1180px) {
	.footer_copyright {
		height: 70px
	}
}

@media (max-width: 968px) {
	.footer_copyright {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
		padding: 20px 0;
		text-align: center
	}
}

@media (max-width: 668px) {
	.footer_copyright {
		font-size: 12px;
		line-height: 1.5em
	}
}

.footer_copyright br {
	display: none
}

@media (max-width: 668px) {
	.footer_copyright br {
		display: block
	}
}

.footer_copyright a {
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.footer_copyright a:hover {
	text-decoration: underline
}

.footer_copyright p {
	margin-bottom: 0
}

.footer_copyright p:nth-last-of-type(1) a {
	opacity: 0.3;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.footer_copyright p:nth-last-of-type(1) a:hover {
	opacity: 1
}

.n_banner {
	position: relative
}

.n_banner_txt_xq {
	width: 100%;
	padding-bottom: 6%;
	position: absolute;
	left: 0;
	z-index: 2;
	top: 300px;
}

.n_banner_txt_xq .t {
	font-size: 48px;
}


.n_banner_txt_xq p {
	line-height: 36px;
	font-size: 18px;
	margin-top: 50px;
}

.truncate {
	width: 710px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.5;
	margin: 20px 0;
}

.n_banner_txt_xq .zx {

	margin-top: 50px;
}

.n_banner_txt_xq .zx a {

	display: inline-block;
	padding: 10px 40px;
	background: #000;
	color: #fff;
	font-size: 16px;
}


.n_banner_txt {
	width: 100%;
	height: 100%;
	padding-bottom: 6%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

@media (max-width: 1180px) {
	.n_banner_txt {
		padding-bottom: 40px
	}
}

@media (max-width: 968px) {
	.n_banner_txt {
		padding-bottom: 20px
	}
}

.n_banner_txt .title {
	color: #fff
}

.n_banner_txt .title b {
	display: block;
	font-size: 26px;
	line-height: 1em;
	font-weight: normal;
	margin-bottom: 30px
}

@media (max-width: 668px) {
	.n_banner_txt .title b {
		margin-bottom: 10px
	}
}

.n_banner_txt .title span {
	display: block;
	font-family: "syht"
}

.n_banner_txt .title span em {
	display: block;
	font-style: normal;
	font-size: 60px;
	line-height: 1em;
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px)
}

@media (max-width: 1681px) {
	.n_banner_txt .title span em {
		font-size: 70px
	}
}

@media (max-width: 1440px) {
	.n_banner_txt .title span em {
		font-size: 60px;
		text-shadow: 1px 1px 2px #fff, -1px -1px 2px #000000bf;
	}
}

@media (max-width: 1380px) {
	.n_banner_txt .title span em {
		font-size: 50px
	}
}

@media (max-width: 1180px) {
	.n_banner_txt .title span em {
		font-size: 30px
	}
}

@media (max-width: 668px) {
	.n_banner_txt .title span em {
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px)
	}
}

.n_banner_txt .title span i {
	display: block;
	font-style: normal;
	font-size: 40px;
	line-height: 1em
}

@media (max-width: 1180px) {
	.n_banner_txt .title span i {
		font-size: 20px
	}
}

.n_banner img {
	width: 100%
}

.bread {
	width: 100%;
	background-color: #f5f5f5;
	font-size: 16px;
	color: #666
}

@media (max-width: 1440px) {
	.bread {
		font-size: 14px
	}
}

.bread .inner {
	height: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 1180px) {
	.bread .inner {
		height: 60px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (max-width: 668px) {
	.bread .inner {
		height: auto;
		padding: 20px 0
	}
}

.bread .inner a {
	color: #666;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

@media (max-width: 668px) {
	.bread .inner a {
		font-size: 12px
	}
}

.bread .inner a:after {
	content: '>';
	display: inline-block;
	margin: 0 5px
}

.bread .inner a:hover {
	color: #009a3a
}

.bread .inner a:nth-last-of-type(1):after {
	display: none
}

.sidebar {
	width: 44px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 100
}

@media (max-width: 668px) {
	.sidebar {
		right: 10px;
		bottom: 10px
	}
}

.sidebar>ul {
	margin: 0;
	padding: 0
}

.sidebar>ul>li {
	display: block;
	margin-bottom: 15px
}

.sidebar>ul>li:nth-last-of-type(1) {
	margin-bottom: 0
}

.sidebar>ul>li .item {
	width: 44px;
	height: 44px;
	border-radius: 4px;
	margin: 0;
	padding: 0;
	background-color: #009a3a;
	border: none;
	outline: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.sidebar>ul>li .item svg {
	color: #fff;
	width: 20px;
	height: 20px
}

.sidebar>ul>li .item:hover {
	background-color: #00b444
}

.sidebar>ul>li.sidebar_qr {
	position: relative
}

.sidebar>ul>li.sidebar_qr .col {
	display: none;
	width: 150px;
	position: absolute;
	right: 44px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 50
}

.sidebar>ul>li.sidebar_qr .col img {
	width: calc(100% - 5px)
}

.sidebar>ul>li.sidebar_qr .col::after {
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 5px;
	cursor: pointer;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #fff;
	border-right: none
}

.sidebar>ul>li.sidebar_qr:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05)
}

.sidebar>ul>li.sidebar_qr:hover .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

#pop_message {
	display: none;
	border-radius: 4px;
	padding: 0;
	overflow: hidden
}

@media (max-width: 968px) {
	#pop_message {
		width: 100%
	}
}

#pop_message form {
	width: 500px;
	background-color: #f5f5f5
}

@media (max-width: 968px) {
	#pop_message form {
		width: 100%
	}
}

.pop_message_top {
	padding: 0 60px
}

@media (max-width: 1440px) {
	.pop_message_top {
		padding: 0 30px
	}
}

@media (max-width: 968px) {
	.pop_message_top {
		padding: 0 20px
	}
}

.pop_message_top .title {
	padding: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width: 968px) {
	.pop_message_top .title {
		padding: 20px 0
	}
}

.pop_message_top .title h3 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 1em;
	color: #009a3a
}

@media (max-width: 1440px) {
	.pop_message_top .title h3 {
		font-size: 24px
	}
}

.pop_message_top .title .pop_message_close {
	border-radius: 4px;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	outline: 0
}

@media (max-width: 1440px) {
	.pop_message_top .title .pop_message_close {
		width: 30px;
		height: 30px
	}
}

.pop_message_top .title .pop_message_close svg {
	vertical-align: top;
	color: #009a3a;
	width: 100%;
	height: 100%
}

.pop_message_top .list>ul {
	margin: 0;
	padding: 0
}

.pop_message_top .list>ul>li {
	display: block;
	margin-bottom: 20px
}

@media (max-width: 1440px) {
	.pop_message_top .list>ul>li {
		margin-bottom: 10px
	}
}

.pop_message_top .list>ul>li input.form-control {
	padding: 1em 30px;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	font-size: 14px;
	height: auto;
	line-height: 1em;
	color: #666
}

.pop_message_top .list>ul>li input.form-control::-webkit-input-placeholder {
	color: #666;
	font-size: 14px
}

.pop_message_top .list>ul>li input.form-control::-moz-placeholder {
	color: #666;
	font-size: 14px
}

.pop_message_top .list>ul>li input.form-control:-moz-placeholder {
	color: #666;
	font-size: 14px
}

.pop_message_top .list>ul>li input.form-control:-ms-input-placeholder {
	color: #666;
	font-size: 14px
}

@media (max-width: 1440px) {
	.pop_message_top .list>ul>li input.form-control {
		padding: 1em 20px
	}
}

.pop_message_top .list>ul>li textarea.form-control {
	padding: 1em 30px;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	font-size: 14px;
	height: 8em;
	line-height: 1.5em;
	color: #666
}

.pop_message_top .list>ul>li textarea.form-control::-webkit-input-placeholder {
	color: #666;
	font-size: 14px
}

.pop_message_top .list>ul>li textarea.form-control::-moz-placeholder {
	color: #666;
	font-size: 14px
}

.pop_message_top .list>ul>li textarea.form-control:-moz-placeholder {
	color: #666;
	font-size: 14px
}

.pop_message_top .list>ul>li textarea.form-control:-ms-input-placeholder {
	color: #666;
	font-size: 14px
}

@media (max-width: 1440px) {
	.pop_message_top .list>ul>li textarea.form-control {
		padding: 1em 20px;
		height: 6em
	}
}

.pop_message_top .list>ul>li.verify {
	width: 50%;
	position: relative
}

.pop_message_top .list>ul>li.verify input {
	width: 100%;
	padding: 1em 30px;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	font-size: 14px;
	height: auto;
	line-height: 1em;
	color: #666
}

.pop_message_top .list>ul>li.verify input::-webkit-input-placeholder {
	color: #666;
	font-size: 14px
}

.pop_message_top .list>ul>li.verify input::-moz-placeholder {
	color: #666;
	font-size: 14px
}

.pop_message_top .list>ul>li.verify input:-moz-placeholder {
	color: #666;
	font-size: 14px
}

.pop_message_top .list>ul>li.verify input:-ms-input-placeholder {
	color: #666;
	font-size: 14px
}

@media (max-width: 1440px) {
	.pop_message_top .list>ul>li.verify input {
		padding: 1em 20px
	}
}

.pop_message_top .list>ul>li.verify img {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.pop_message_submit {
	width: 100%;
	height: 60px;
	overflow: hidden;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.pop_message_submit .submit {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #009a3a;
	color: #fff;
	font-size: 14px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.pop_message_submit .submit:hover {
	background-color: #00b444
}

#pop_search {
	width: 800px
}

@media (max-width: 668px) {
	#pop_search {
		width: 100%
	}
}

#pop_search form {
	padding: 0 40px;
	width: 100%;
	height: 70px;
	border-radius: 35px;
	background: rgba(0, 0, 0, 0.15);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width: 1380px) {
	#pop_search form {
		height: 60px;
		border-radius: 30px;
		padding: 0 30px
	}
}

@media (max-width: 668px) {
	#pop_search form {
		width: 100%;
		height: 50px;
		border-radius: 25px;
		padding: 0 20px
	}
}

#pop_search form .btn1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
	line-height: 30px;
	font-weight: lighter;
	color: #333;
	margin: 0;
	padding: 0 20px 0 0;
	border: none;
	background: none;
	outline: 0
}

#pop_search form .btn1::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.8);
	font-size: 16px
}

#pop_search form .btn1::-moz-placeholder {
	color: rgba(51, 51, 51, 0.8);
	font-size: 16px
}

#pop_search form .btn1:-moz-placeholder {
	color: rgba(51, 51, 51, 0.8);
	font-size: 16px
}

#pop_search form .btn1:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.8);
	font-size: 16px
}

@media (max-width: 1380px) {
	#pop_search form .btn1 {
		font-size: 14px
	}

	#pop_search form .btn1::-webkit-input-placeholder {
		color: rgba(51, 51, 51, 0.8);
		font-size: 14px
	}

	#pop_search form .btn1::-moz-placeholder {
		color: rgba(51, 51, 51, 0.8);
		font-size: 14px
	}

	#pop_search form .btn1:-moz-placeholder {
		color: rgba(51, 51, 51, 0.8);
		font-size: 14px
	}

	#pop_search form .btn1:-ms-input-placeholder {
		color: rgba(51, 51, 51, 0.8);
		font-size: 14px
	}
}

#pop_search form .btn2 {
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	outline: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

#pop_search form .btn2 svg {
	width: 100%;
	height: 100%;
	color: #333
}

#pop_search form .btn2:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

/*# sourceMappingURL=cn.min.css.map */


.banner {
	width: 100%;
	height: 800px;
	overflow: hidden;
	position: relative;
	background-color: white;
	top: -19px;
	left: 0;
	z-index: 1;
}

.banner .swiper1 {
	width: 100%;
	height: 100vh;
	position: relative;
}

.banner .swiper1 .swiper-slide {
	width: 100%;
	overflow: hidden;
}

.banner .swiper1 .swiper-slide .box {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.banner .swiper1 .swiper-slide .box .img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: -1000px;
	right: -1000px;
	margin: auto;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

.banner .swiper1 .swiper-slide .box .img video {
	position: relative;
	height: calc(120vh - var(--browser-address-bar, 0px));
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	z-index: -1;
}

.banner .swiper1 .swiper-slide .box .text {
	position: absolute;
	left: 13.5%;
	top: 44%;
	height: 100px;
	overflow: hidden;
}

.banner .swiper1 .swiper-slide .box .text span {
	display: block;
	font-size: 80px;
	font-weight: bold;
	line-height: 80px;
	color: #ffffff;
}

.banner .swiper1 .swiper-slide .box .s-text {
	position: absolute;
	left: 13.5%;
	top: calc(44% + 54px + 60px);
	height: 77px;
	overflow: hidden;
}

.banner .swiper1 .swiper-slide .box .s-text span {
	display: block;
	font-size: 36px;
	line-height: 97px;
	color: #ffffff;
	opacity: 1;
}

.banner .swiper1 .swiper-pagination-bullets {
	bottom: 20vh;
	left: 50%;
	width: 100px;
	margin-left: -50px;

}

.banner .swiper1 .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 16px;
	background: white;
	opacity: 1;
	margin: 0 5px;
	transition: 0.5s;

}

.banner .swiper1 .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 16px;
	height: 16px;
	border-radius: 16px;
	background: #009a3a;
	opacity: 1;
}

.banner .swiper1 .swiper-button-next,
.banner .swiper1 .swiper-button-prev {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100vh;
	margin-top: 0;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.banner .swiper1 .swiper-button-next::after,
.banner .swiper1 .swiper-button-prev::after {
	content: "";
}

.banner .swiper1 .swiper-button-next1 {
	cursor: url(../images/cursor-next.png) 22 28, pointer;
}

.banner .swiper1 .swiper-button-prev1 {
	cursor: url(../images/cursor-prev.png) 22 28, pointer;
}

.m-banner {
	display: none;
}

.banner-box {
	width: 100%;
	height: 100vh;
}

#w_grid-1647486504425 {
	width: 100%;
	max-width: none;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.w_grid-000>.w_grid.signal {
	min-height: inherit;
}

#w_grid-1647486504425>div {
	animation-fill-mode: both;
}


.w_grid-000>.w_grid {
	width: 100%;
	position: relative;
}

#w_grid-1647486504425>div>.p_gridbox {
	/* background-image: url(../images/index_02.jpg); */
	min-height: inherit;
	width: 100%;
	overflow: hidden;
}

#w_grid-1647486504425 .p_gridbox {
	background-repeat: no-repeat;
	background-position: top center;
}

#w_grid-1647487616991 {
	width: 90%;
	max-width: 1600px;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}




#w_grid-1647488869825 {
	width: 100%;
	max-width: none;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.w_grid-000>.w_grid.signal {
	min-height: inherit;
	width: 100%;
	position: relative;

}

#w_grid-1647486504425 .p_gridbox {
	background-repeat: no-repeat;
	background-position: top center;
}

#w_grid-1647488869825>div>.p_gridbox>.p_gridCell:nth-child(n+1) {
	margin-left: 0;
	clear: left;
}



@media only screen and (min-width: 769px) {
	.w_grid-000>div>.p_gridbox>.p_gridCell:first-child {
		width: 100%;
		margin-left: 0;
		margin-top: 0rem;
		margin-bottom: 0rem;
	}
}


.fw-wp {
	flex-wrap: wrap;
}

.w-860 {
	width: 860px;
}

.mg-a {
	margin: auto;
}

.df-sb {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.otherMethods_content ul li {
	margin-right: 0;
	width: 49%;
}

.transition03 {
	transition: 0.3s all;
}

.br-8 {
	border-radius: 8px;
}

.mb-16 {
	margin-bottom: 16px;
}

.h-160 {
	height: 160px;
}

.w-276 {
	width: 276px;
}

.df-c {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ofh {
	overflow: hidden;
}

.bg-white {
	background-color: #ffffff;
}

.otherMethods_content ul li:hover {
	transform: translateY(-10px);
	box-shadow: 0 3px 14px 2px #0000000d, 0 8px 10px 1px #0000000f, 0 5px 5px -3px #0000001a;
}

.otherMethods_content ul li img {
	width: 100%;
}


#c_portalResProduct_list-16474888711257557 {
	width: 100%;
	max-width: none;
	min-width: 0px;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}




#c_portalResProduct_list-16474888711257557 .proBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
	animation-fill-mode: both;
}

#c_portalResProduct_list-16474888711257557 .topbpox {
	display: flex;
	align-items: center;
	justify-content: space-around;
}



#c_portalResProduct_list-16474888711257557 .topimg {
	width: 36.25%;
}

#c_portalResProduct_list-16474888711257557 .topimg img {
	max-width: 60%
}


#c_portalResProduct_list-16474888711257557 .gallery-thumbs {
	width: 63.75%;
}



.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden !important;
	z-index: 1;
}


.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

#c_portalResProduct_list-16474888711257557 .imgbox img {
	width: 80%;
	height: auto;
}

#c_portalResProduct_list-16474888711257557 .imgbox {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #0000002e;
	cursor: pointer;
}

#c_portalResProduct_list-16474888711257557 .infobox {
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	margin-top: 25px;
	color: #333333;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

#c_portalResProduct_list-16474888711257557 .swiper-slide-thumb-active .imgbox {
	background: #ffffff;
	border: 1px solid #eee;
}

#c_portalResProduct_list-16474888711257557 .adljfadf {

	align-items: center;
}

#c_portalResProduct_list-16474888711257557 .left_box {
	width: 45%;
	float: left;
}

#c_portalResProduct_list-16474888711257557 .right_box {
	width: 53%;
	margin-left: 2%;
	float: right;
}

#c_portalResProduct_list-16474888711257557 .sums1 {
	font-size: 16px;
	color: #333333;
	line-height: 2;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 25px 0 50px;
}

#c_portalResProduct_list-16474888711257557 .title1 {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
}

#c_portalResProduct_list-16474888711257557 .sums1 {
	font-size: 16px;
	color: #333333;
	line-height: 2;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 25px 0 50px;
}


#c_portalResProduct_list-16474888711257557 .showBoxLink {
	display: block;
	width: 180px;
	line-height: 50px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	background: #0fae6f;
	border-radius: 2px;
	transition: all 0.5s;
}

#c_portalResProduct_list-16474888711257557 .imgbox1 {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}

#c_portalResProduct_list-16474888711257557 .imgbox1 img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}

@media only screen and (min-width: 769px) {
	#w_grid-1647487616991>div>.p_gridbox>.p_gridCell {
		margin-bottom: 5rem;
		margin-top: 10rem;
		margin-left: 0%;
	}

	#w_grid-1647487616991>div>.p_gridbox>.p_gridCell:nth-child(1n+0) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0;
		clear: none;
	}

	#w_grid-1647487616991>div>.p_gridbox>.p_gridCell:nth-child(1n) {
		margin-right: 0;
	}
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-100 {
	padding-top: 100px;
}


.pb-60 {
	padding-bottom: 60px;
}

.w100 {
	width: 100%;
}

.h100 {
	height: 100%;
}

.tc {
	text-align: center;
}

#Industry {
	background: #fff;
}



.lh-44 {
	line-height: 44px;
}

.ltsp-0 {
	letter-spacing: 0;
}

.mb-18 {
	margin-bottom: 18px;
}

.fw-600 {
	font-weight: 600;
}

.fs-40 {
	font-size: 40px;
}

.Industry-nav p {
	color: #000;
	font-size: 30px;
}


.Industry-nav h2 {
	color: #0fae6f;
	font-size: 55px;
}




.maxw-1120 {
	max-width: 1120px;
}

.w80 {
	width: 80%;
}

.mg-a {
	margin: auto;
}

.tc {
	text-align: center;
}

.mr--32 {
	margin-right: -32px;
}

.mb--32 {
	margin-bottom: -32px;
}



.transition03-inOut {
	transition: 0.3s all ease-in-out;
}

.br-8 {
	border-radius: 8px;
}

.mr-32 {
	margin-right: 32px;
}

.mb-32 {
	margin-bottom: 32px;
}

.h-160 {
	height: 160px;
}

.w-160 {
	width: 160px;
}

.csp {
	cursor: pointer;
}

.pr {
	position: relative;
}

.bg-white {
	background-color: #ffffff;
}

.dib {
	display: inline-block;
}

.pa {
	position: absolute;
	left: 0px;
	top: 0px;
}


.mr--32 li {
	list-style: none;
}

.mr--32 li a {
	background: #f6f6f6;
}

.transparent {
	opacity: 0;
}

.br-8 {
	border-radius: 8px;
}

.of-c {
	object-fit: cover;
}

.zindex-2 {
	z-index: 2;
}

.pt-32 {
	padding-top: 32px;
}

.h-64 {
	height: 64px;
}

.w-64 {
	width: 64px;
}

.of-i {
	object-fit: initial;
}

.pt-18 {
	padding-top: 18px;
}

.fs-16 {
	font-size: 16px;
}

.c-black {
	color: #000000;
}


a:hover {
	--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

.Industry-content ul li:hover {

	box-shadow: 0 8px 10px -5px #00000014, 0 16px 24px 2px #0000000a, 0 6px 30px 5px #0000000d;
	transform: translateY(-10px);
}

.Industry-content ul li:hover a>img {
	opacity: 1;
}

.Industry-content ul li:hover a>div {
	filter: invert(100%);
}

.Industry-mySwiper .swiper-slide {
	height: 100%;
}

.Industry-mySwiper .swiper-slide li>div {
	background: #d8d8d8;
}

.Industry-content ul li .iconfont {
	font-size: 48px;
	color: #000;
}


.pt-52 {
	padding-top: 52px;
}

.fs-18 {
	font-size: 18px;
}

.w1600 {
	width: 1600px;
	margin: 0 auto;
}
.w1600 h3 {
    line-height: 3em;
	font-size: 18px;
}
.w1600 h4 {
	font-size: 16px;
	line-height: 2em;
}


.tabs {
	width: 80%;
	margin-top: 50px;
	height: 50px;
	line-height: 50px;
	margin-left: 10%;
}

.tabs li {
	width: 25%;
	text-align: center;
	float: left;
	text-align: center;
	list-style: none;
	font-size: 24px;

}

.tabs .on span {
	border-bottom: #00ce7c 2px solid;
}

.abouts {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}

.abouts .lefts {
	float: left;
	width: 45%;
}


.abouts .rights {
	float: right;
	width: 45%;
}


.abouts .rights h2 {
	font-size: 24px;
	margin-top: 30px;
	height: 40px;
	line-height: 40px;
}

.abouts .rights p {
	font-size: 16px;
	margin-top: 30px;
	line-height: 35px;
}

.abouts .rights .showBoxLink {
	display: block;
	width: 180px;
	line-height: 50px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	background: #0fae6f;
	border-radius: 2px;
	transition: all 0.5s;
	margin-top: 30px;
}


.fw {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
	position: relative;
}

.fw .con {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.fw .con .ttt {
	width: 100%;
	margin-top: 60px;
	font-size: 36px;
	text-align: center;
}

.fw .con .ttt p {
	width: 100%;
	margin-top: 20px;
	font-size: 24px;
	text-align: center;
	display: block;
}


.fw .con .rits {
	position: absolute;
	left: 0px;
	bottom: 40px;
	height: 80px;
}

.fw .con .rits li {
	list-style: none;
	float: left;
	text-align: center;
	margin-right: 30px;
	font-size: 24px;
	color: #616161;
	position: relative;
	padding-right: 30px;

}

.fw .con .rits li::after {
	position: absolute;
	content: " ";
	height: 60%;
	width: 1px;
	right: 0px;
	background: #474747;
	top: 20%;

}

.fw .con .rits li:last-child::after {
	position: absolute;
	content: " ";
	height: 60%;
	width: 0px;
	right: 0px;
	background: #474747;
	top: 20%;

}

.fw .con .rits li span {
	display: block;
	margin-top: 5px;
	font-size: 16px;
}


.rongyu {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
	position: relative;
}


.dzy {
	float: left;
	width: 80%;
	height: 571px;
	margin-left: 10%
}

.dza {
	display: inline-block;
	float: left;
	margin: 83px 0 0 30px;
	width: 80%;
	height: 553px;
}

.dza img {
	display: inline-block;
	float: left;
	width: 100%;
	height: 553px;
}

.dzy .cp {
	float: left;
	width: 163px;
	height: 490px;
	padding: 41px 0 0 12px;
	_padding: 41px 0 0 0px;
	background: #0fae6f;
	margin-top: 83px;
	position: relative
}

.dzy .cps {
	display: block;
	padding: 41px 0 0 12px;
	_padding: 41px 0 0 0px;
	width: 163px;
}

.dzy .cp li {
	width: 151px;
	height: 90px;
	list-style: none;
	margin-top: 10px
}

.dzy .cp a {
	display: block;
	height: 90px;
}

.dzy .cp img {
	width: 141px;
	height: 90px;
	_padding-right: 12px;
}

.dzy .cp li a:hover img {
	border: 3px solid #fff;
	width: 141px;
	height: 90px;
}

.dzy .dza1 img {
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: 10px;
	width: 30px;
	height: 19px;
}

.dzy .dza2 img {
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 10px;
	width: 30px;
	height: 19px;
}

.ihide {
	display: none;
}

.news {
	width: 100%;
	overflow: hidden;
}

.news .lefts {
	width: 44%;
	float: left;
	margin-top: 30px;
}

.news .lefts .imgs {
	width: 100%;
	overflow: hidden;
	height: 500px;
}

.news .lefts .imgs img {
	width: 100%;
}


.news .lefts .txt {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

.news .lefts .txt h3 {
	width: 100%;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
}


.news .lefts .txt h3 a {
	color: #000;
}

.news .lefts .txt .p {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	line-height: 25px;
	font-size: 16px;
}

.news .lefts .txt .times {
	color: #0fae6f;
	margin-top: 10px;
}



.news .rights {
	width: 44%;
	float: right;
	margin-top: 30px;
}

.news .rights li {
	width: 100%;
	list-style: none;
	margin-bottom: 50px;
	border-bottom: #ddd 1px solid;
	padding-bottom: 50px;
}


.news .rights li .txt h3 {
	width: 100%;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
}



.news .rights li .txt h3 a {
	color: #000;
}

.news .rights li .txt .p {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	line-height: 30px;
	font-size: 16px;
}

.news .rights li .txt .times {
	color: #0fae6f;
	margin-top: 10px;
}

.shengru {
	background: #fafafa;
	overflow: hidden;
}

.shengrucon {
	margin-top: 50px;
}

.shengrucon li {
	list-style: none;
	float: left;
	width: 33.3%;
	text-align: center;
}


.shengrucon li a {

	border: #252525 2px solid;
	display: inline-block;
	width: 280px;
	height: 280px;
	border-radius: 3px;
	color: #252525;
}


.shengrucon li .img {
	margin-bottom: 10px;
	margin-top: 60px;
	transition: 0.3s all ease-in-out;
}

.shengrucon li:hover .img {
	transform: translateY(-10px);
}

.shengrucon li .txt {
	font-size: 24px;
	margin: 20px 0;
}

.zhihui {
	background: url("../images/sy_02.jpg") no-repeat;
	height: 259px;
	overflow: hidden;
	text-align: center;
}

.zhihui .con {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}


.zhihui .con h3 {
	font-size: 36px;
	height: 60px;
	line-height: 60px;
}

.zhihui .con img {
	display: inline-block;
	margin: 20px 0;
}

.zhihui .con p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}

.ewm {
	position: absolute;
	bottom: 30px;
	right: 200px;
}

.ewm li {
	list-style: none;
	float: left;
	text-align: center;
	margin: 0 30px;
	line-height: 40px;
}

.youqing {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 20px;
	color: #fff;
}

.youqing a {
	color: #fff;
	display: inline-block;
	margin-left: 5px;
	font-weight: 500;
	font-size: 14px;
}


.tabss {
	width: 100%;
	margin-top: 20px;
	height: 120px;
	line-height: 150px;
	border-bottom: #ddd 1px solid;
	overflow: hidden;
}

.tabss .w1600 {
	width: 1400px !important;
}

.tabss li {
	width: 20%;
	text-align: center;
	float: left;
	list-style: none;
	font-size: 24px;
	font-weight: bolder;

}

.tabss .on span {
	border-bottom: #00ce7c 2px solid;
}


.cpjs {
	background: url("../images/cp_03.png") no-repeat;
	overflow: hidden;
	font-size: 16px;
	line-height:2em;
}

.cpjs ul {
	margin-top: 10px;
	width: 70%;
	
}



.cpjs ul li {
	list-style: none;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}


.cpjs ul li .img {
	width: 45%;
	float: left;
}

.cpjs ul li .txt {
	width: 45%;
	height: 100%;
	float: right;
	vertical-align: center;
}

.cpjs ul li .txt .t {
	margin-top: 100px;
	font-size: 48px;
	height: 60px;
	line-height: 60px;
	font-weight: bolder;
}


.cpjs ul .top .txt .t {
	margin-top: 270px;
	font-size: 48px;
	height: 60px;
	line-height: 60px;
	font-weight: bolder;
}


.cpjs ul li .txt p {
	margin-top: 30px;
	font-size: 18px;
	line-height: 45px;
}

.huan .img {
	float: right !important;
}

.huan .txt {
	float: left !important;
}

.tabb {
	width: 80%;
	border: #ddd 1px solid;
	margin: 100px 0;
	margin-left: 10%;
}

.tabb td {
	border-bottom: #ddd 1px solid;
	border-left: #ddd 1px solid;
	text-align: center;
	height: 30px;
	line-height: 30px;
}


.shipin ul {

	margin: 0px;
	width: 100%;
	margin-top: 70px;
	overflow: hidden;
}


.shipin ul li {
	width: 29%;
	margin: 2%;
	float: left;
	list-style: none;
	text-align: center;
}

.shipin ul li .img {
	width: 100%;
}




.shipin ul li .anniu a {
	background: #1226a9;
	padding: 5px 15px;
	margin: 0 5px;
	color: #fff;
	line-height: 29px;
}

.shipin ul li .anniu a:last-child {
	background: #00ce7c;
	padding: 5px 15px;
	margin: 0 5px;
	color: #fff;
	line-height: 29px;
}

.shipin ul li .txt {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: bolder;
}

.cjwt {
	width: 100%;
	margin-top: 80px;
	overflow: hidden;
}

.cjwt li {
	list-style: none;
	width: 100%;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: #ddd 1px solid;
}

.cjwt li a {
	color: #252525;
}

.cjwt li h3 {
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	font-weight: bolder;
}



.cjwt li p {
	font-size: 16px;
	margin-top: 10px;
	line-height: 30px;
}

.cjwt li a p {
	color: #737373;
}

.jglist {
	width: 100%;
	margin-top: 80px;
	overflow: hidden;
}


.jglist li {
	width: 100%;
	height: 720px;
	background: #f6f7f8;
	border-radius: 20px;
	overflow: hidden;
	list-style: none;
	margin-bottom: 85px;
}

.jglist li .left {
	width: 50%;
	float: left;
	height: 100%;
	background: #e2211c;
	text-align: center;
}

.jglist li .left img {
	max-width: 100%;
	margin-top: 230px;
	transition: all .5s;
}

.jglist li .left:hover img {
	max-width: 100%;
	margin-top: 230px;
	transform: scale(1.1);

}


.jglist li .right {
	width: 50%;
	float: right;
	text-align: center;
	height: 100%;
}

.jglist li .right .tt {
	margin-top: 240px;
}

.jglist li .right .tt h3 {
	font-size: 48px;
	font-weight: bolder;
	height: 60px;
	line-height: 60px;
}


.jglist li .right .tt .more {
	display: inline-block;
	padding: 10px 30px;
	background: #000;
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
	transition: all .5s;
}


.jglist li .right:hover .tt .more {
	display: inline-block;
	padding: 10px 30px;
	background: #000;
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
	background: #009a3a;
}


.jglist li .right:hover .tt h3 {
	color: #009a3a;
}



.jglist .you .right {

	float: left !important;
}

.jglist .you .left {

	float: right !important;
}

.connn {
	padding: 45px 0px;
}

@media (max-width: 800px) {
	.w1600 {
		width: auto;
	}

	.banner {
		height: 580px;
		top: -35px
	}

	.banner .swiper1 {
		height: 580px;

	}

	#c_portalResProduct_list-16474888711257557 .topbpox {
		display: block;
	}

	#c_portalResProduct_list-16474888711257557 .topimg {
		width: 100%;
		text-align: center;
	}

	#c_portalResProduct_list-16474888711257557 .gallery-thumbs {
		width: 100%;
	}

	#c_portalResProduct_list-16474888711257557 .imgbox {
		width: 60px;
		height: 60px;
	}

	#c_portalResProduct_list-16474888711257557 .infobox {
		font-size: 12px;
		margin-top: 5px;
	}

	#c_portalResProduct_list-16474888711257557 .left_box {
		float: right;
		width: 100%;
	}

	#c_portalResProduct_list-16474888711257557 .right_box {
		float: left;
		width: 100%;
		margin-left: 0px;
	}

	#c_portalResProduct_list-16474888711257557 .adljfadf {
		display: block;
	}

	#c_portalResProduct_list-16474888711257557 .imgbox1 img {
		width: 50%;
	}

	.connn {
		padding: 20px 0px;
		margin-bottom: 50px;
	}

	#c_portalResProduct_list-16474888711257557 .sums1 {
		margin-top: 20px;
		font-size: 14px;
		margin-bottom: 20px;
		display: block;

	}


	#c_portalResProduct_list-16474888711257557 .title1 {
		font-size: 24px;
	}


	#c_portalResProduct_list-16474888711257557 .showBoxLink {
		width: 120px;
		line-height: 30px;
		font-size: 14px;
	}

	.mobilehide {
		display: none;
	}

	.tttt {
		margin-top: 50px;
		font-size: 36px;
		color: #0fae6f;
		font-weight: bolder;
		margin-bottom: 50px;
	}


	.tttt span {
		font-size: 20px;
		color: #252525;
		font-weight: 600;
		display: block;
	}

	.Industry-nav h2 {
		font-size: 36px;
		margin-bottom: 0px;
	}

	.Industry-nav p {
		font-size: 24px;
	}

	.pt-100 {
		padding-top: 30px;
	}

	.pb-100 {
		padding-bottom: 30px;
	}

	.pb-60 {
		padding-bottom: 30px;
	}

	.mr--32 li {
		width: 45%;
		margin: 2%;
	}

	.Industry-content {
		width: 90%;
		margin-left: 5%;
	}

	.mr--32 {
		margin-right: 0px;
	}

	.tabs {
		display: none;
	}

	.abouts,
	.news {
		margin-top: 0px;
		width: 90%;
		margin-left: 5%;
	}

	.abouts .lefts {
		width: 100%;
	}

	.abouts .lefts img {
		width: 100%;
	}

	.abouts .rights {
		width: 100%;
	}

	.abouts .rights h2 {
		margin-top: 10px;
		font-size: 20px;
	}

	.abouts .rights p {
		font-size: 14px;
		margin-top: 10px;
	}

	.abouts .rights .showBoxLink {
		margin-top: 10px;
		width: 120px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.news .lefts {
		width: 100%;
		border-bottom: #ddd 1px solid;
		padding-bottom: 20px;
	}


	.news .lefts img {
		width: 100%;
	}

	.news .rights {
		width: 100%;
	}

	.news .rights li {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}


	.news .rights li .txt h3 {
		font-size: 20px;
		height: 40px;
		line-height: 40px;
	}

	.news .rights li .txt .p {
		font-size: 14px;
	}

	.shengrucon li {
		width: 90%;
		overflow: hidden;
		margin-left: 5%;
		margin-bottom: 30px;
	}


	.shengrucon li a {
		width: 100%;
		height: 70px;
		display: flex;
		justify-content: space-around;
		border-radius: 10px;
	}

	.shengrucon li .img {
		margin-top: 15px;
		margin-left: -20px;
	}

	.shengrucon li .img img {
		max-width: 50%;

	}

	.shengrucon li .txt {
		margin-top: 20px;
		font-size: 18px;
	}


	.zhihui {
		display: none;
	}

	.footer_top {
		width: 100%;
	}

	.ewm {
		display: none
	}

	.youqing {
		margin: 0px;
	}



	.footer_copyright .w1600 {
		display: block !important;
	}


	.nobg .header_logo,
	.nobg .search,
	.nobg .search,
	.nobg .phone,
	.nobg .icon-weixin2 {
		display: none;
	}

	.shengrucon {
		margin-top: 0px;
		overflow: hidden;
	}



	.tabss {
		height: 80px;
		line-height: 80px;
		margin-top: 0px;
		border-bottom: none;
	}

	.tabss .w1600 {
		width: auto !important;
	}

	.tabss li {
		font-size: 14px;
	}

	.n_banner {
		margin-top: 16px;
	}

	.n_banner_txt_xq .t {
		font-size: 16px;
	}


	.n_banner_txt_xq {
		top: 10px;
		width: 70%;
	}

	.n_banner_txt_xq p {
		line-height: 26px;
		max-height: 52px;
		overflow: hidden;
		font-size: 14px;
		margin-top: 10px;
	}

	.n_banner_txt_xq .zx {
		margin-top: 10px;
	}

	.n_banner_txt_xq .zx a {
		display: inline-block;
		padding: 5px 20px;
		background: #000;
		color: #fff;
		font-size: 12px;
	}


	.cpjs ul {
		width: 90%;
		margin-top: 50px;
		margin-left: 5%;
	}

	.cpjs ul li {
		margin-bottom: 60px;
	}

	.cpjs ul li .img {
		width: 100%;
		text-align: center;
	}


	.cpjs ul li .img img {
		max-width: 50%;
	}

	.cpjs ul li .txt {
		display: block;
		width: 100%;
	}

	.cpjs ul .top .txt .t {
		margin-top: 30px;
		font-size: 24px;
	}

	.cpjs ul li .txt .t {
		margin-top: 30px;
		font-size: 24px;
	}

	.cpjs ul li .txt p {
		margin-top: 10px;
		font-size: 16px;
		line-height: 30px;
	}

	.shipin ul li {
		width: 100%;
		margin-bottom: 30px;
	}

	.cpjs ul li .img img {
		max-width: 90%;
	}



	.tabs {
		width: 80% !important;
		margin-left: 10% !important;
		margin-top: 30px;
	}

	.tabs li {
		font-size: 18px;
	}


	.cjwt {
		width: 90%;
		margin-left: 5%;
		margin-top: 30px;
	}


	.cjwt li h3 {
		font-size: 16px;
	}

	.cjwt li p {
		font-size: 14px;
	}

	.cjwt li {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.jglist {
		margin-top: 20px;
		width: 90%;
		margin-left: 5%;
	}

	.jglist li {
		height: auto;
	}

	.jglist li .left {
		width: 100%;
	}


	.jglist li .right {
		width: 100%;
	}

	.jglist li .left img {
		max-width: 60%;
		margin-top: 20px;
		padding-bottom: 20px;
	}

	.jglist li .right .tt {
		margin-top: 20px;
	}

	.jglist li .right .tt h3 {
		font-size: 24px;
	}

	.jglist li .right .tt .more {
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.banner .swiper1 .swiper-pagination-bullets {
		bottom: 2vh
	}

	.pchide {
		display: block !important;
	}

	.sjhide {
		display: none !important;
	}

}

.pchide {
	display: none;
}

.sjhide {
	display: block;
}
.lanmu2 {
  display: flex;
  flex-wrap: wrap; /* 允许换行 */
  justify-content: flex-start; /* 左对齐 */
  gap: 10px; /* 列间距 */
}

/* PC端每行8列（12.5%宽度） */
.lanmu2 > * {
  flex: 0 0 calc(12.5% - 10px); /* 计算时需减去gap值 */
  box-sizing: border-box;
}

/* 移动端每行5列（20%宽度） */
@media (max-width: 768px) {
  .lanmu2 > * {
    flex: 0 0 calc(20% - 10px);
  }
}
.xiangtu ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0; /* 清除默认内边距 */
  margin: 0; /* 清除默认外边距 */
  list-style: none; /* 清除列表符号 */
  justify-content: flex-end;
    flex-direction: row;
}

/* PC端：每行4列（25%宽度） */
.xiangtu ul li {
  flex: 0 0 calc(25% - 15px); /* 考虑gap值 */
  max-width: calc(25% - 15px); /* 双保险 */
  box-sizing: border-box;
  padding: 5px; /* 可选内边距 */
}

/* 平板端：每行3列（响应式过渡） */
@media (max-width: 992px) {
  .xiangtu ul li {
    flex: 0 0 calc(33.333% - 15px);
    max-width: calc(33.333% - 15px);
  }
}

/* 移动端：每行2列（50%宽度） */
@media (max-width: 768px) {
  .xiangtu ul li {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

/* 超小屏幕：单列显示 */
@media (max-width: 480px) {
  .xiangtu ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


/* 容器统一设置 */
.img-center {
  display: inline-block; /* 或 flex 根据布局需求 */
  width: 100%;
  max-width: 300px; /* 根据实际需求调整 */
  margin: 0 auto 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* 可选阴影效果 */
  border-radius: 4px; /* 可选圆角 */
  overflow: hidden; /* 防止内容溢出 */
  transition: all 0.3s ease; /* 悬停动画 */
}

/* 图片样式 */
.img-center img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #eee; /* 图片与文字的分隔线 */
}

/* 文字区域统一控制 */
.text h4,
.text p {
  margin: 0;
  padding: 8px 12px;
  font-family: "Microsoft YaHei", sans-serif;
}

/* 标题样式 */
.text h4 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 1.4;
}

/* 描述文字样式 */
.text p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 悬停效果 */
.img-center:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
/* 平板端调整 */
@media (max-width: 768px) {
  .img-center {
    max-width: 240px;
  }
}

/* 移动端调整 */
@media (max-width: 480px) {
  .img-center {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.img-center img {
  border-bottom: none;
  background: linear-gradient(to bottom, #eee 1px, transparent 1px);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: bottom;
  background: #f5f5f5 url(loading.gif) no-repeat center;
  min-height: 150px; /* 防止高度塌陷 */
}
.biaoti {
	margin-bottom: 5px;
    font-size: 40px;
    text-align: center;
}
.biaoti  strong {
	color: #009a3a;
}
.biaoti p {
	font-size: 20px;
    margin: 5px 0 0;
}
.biaoti p span {
	color: #ddd;
padding: 0 10px;
}