.main-color {
	color: #62a639
}
.w1200 {
	width: 1200px;
	margin: auto
}
.w1400 {
	width: 1400px;
	margin: auto
}
.w1600 {
	width: 1600px;
	margin: auto
}
.w1780 {
	width: 1780px;
	margin: auto
}
@font-face {
	font-family: 'iconfont';
	src: url('http://www.taiya.cn/weboms/Template/default/statics/fonts/iconfont.eot');
	src: url('http://www.taiya.cn/weboms/Template/default/statics/fonts/iconfont.eot?') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('http://www.taiya.cn/weboms/Template/default/statics/fonts/iconfont.svg') format('svg')
}
.icon {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale
}
.bg-f5 {
	background: #f5f5f5
}
.color-f {
	color: #fff
}
.color-9 {
	color: #999
}
.color-3 {
	color: #333
}
.color-6 {
	color: #666
}
.ho-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: auto;
	min-height: auto;
	width: 100%;
	height: 100%;
	transform: none;
	transition: transform .5s ease;
	object-fit: cover;
	max-height: 100%
}
.swiper-pagination-bullet-active {
	background: #62a639
}
.flex-1 {
	flex: 1
}
header {
	position: fixed;
	top: 0;
	margin-top: 32px;
	left: 0;
	right: 0;
	z-index: 999;
	transition: .5s
}
header .head-nav {
	height: 84px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
	transition: .5s
}
header .head-nav .logo {
	height: 100%;
	display: flex;
	align-items: center
}
header .head-nav .logo img {
	max-height:100%
}
header .head-nav>ul {
	height: 100%
}
header .head-nav>ul>li {
	height: 100%;
	position: relative
}
header .head-nav>ul>li>a {
	display: flex;
	align-items: center;
	position: relative;
	height: 100%
}
header .head-nav>ul>li .head-son-catname {
	position: absolute;
	left: -30px;
	top: 130%;
	right: -30px;
	visibility: hidden;
	opacity: 0;
	padding: 26px 0 10px;
	z-index: 1;
	transition: .5s
}
header .head-nav>ul>li .head-son-catname span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 100%;
	height: 15px
}
header .head-nav>ul>li .head-son-catname span::after {
	content: "";
	bottom: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: solid;
	border-color: transparent transparent #fff transparent
}
header .head-nav>ul>li .head-son-catname::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 16px;
	bottom: 0;
	background: #fff;
	z-index: -1;
	transition: .5s;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.08)
}
header .head-nav>ul>li .head-son-catname a {
	display: block;
	line-height: 36px;
	transition: .5s;
	color: #666;
	text-align: center
}
header .head-nav>ul>li .head-son-catname a:hover {
	color: #62a639;
	letter-spacing: 1px
}
header .head-nav>ul>li:hover>a {
	color: #62a639 !important
}
header .head-nav>ul>li:hover .head-son-catname {
	visibility: visible;
	animation: .3s forwards headani linear
}
header .head-nav>ul>li.active>a {
	color: #62a639 !important
}
header .head-nav .info {
	height: 100%
}
header .head-nav .info a:hover .icon {
	color: #62a639
}
header .head-nav .info .lang {
	height: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative
}
header .head-nav .info .lang div {
	position: absolute;
	left: -100px;
	right: 0;
	top: 80%;
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.08);
	background-color: #f5f5f5;
	border-radius: 8px;
	display: none
}
header .head-nav .info .lang div .icon {
	position: absolute;
	top: -12px;
	transform: rotate(-180deg);
	color: #f5f5f5;
	right: 0
}
header .head-nav .info .lang div a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px
}
header .head-nav .info .lang div a:hover {
	color: #62a639
}
header .head-nav .info .lang:hover div {
	display: block;
	animation: gotop .5s forwards
}
header.page-active {
	margin-top: 0
}
header.page-active .head-nav {
	width: 100%;
	border-radius: 0;
	background-color: #f9f9f9;
	box-shadow: none
}
header.active {
	position: fixed !important;
	margin-top: 0
}
header.active .head-nav {
	width: 100%;
	border-radius: 0;
	background-color: #f9f9f9
}
@keyframes headani {
0% {
top:130%;
opacity:0
}
100% {
top:100%;
opacity:1
}
}
@keyframes gotop {
0% {
top:110%
}
100% {
top:80%
}
}
footer {

	background: #333
}
footer .content h3 {
	color: #fff
}
footer .content ul li {
	margin-right: 10%
}
footer .content ul li:last-child {
	margin-right: 0
}
footer .content ul li a {
	display: block;
	color: rgba(255,255,255,0.6);
	line-height: 24px
}
footer .content ul li a:hover {
	color: #fff
}
footer .content p {
	color: rgba(255,255,255,0.5);
	line-height: 22px;
	max-width: 290px
}
footer .content .contact {
	border-left: 1px rgba(255,255,255,0.2) solid
}
footer .content .contact h4 {
	line-height: 24px
}
footer .content .contact a {
	width: 116px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #62a639;
	border-radius: 16px;
	transition: .5s
}
footer .content .contact a:hover {
	background-color: #fff;
	color: #62a639
}
footer .links span {
	font-size: 16px;
	color: rgba(255,255,255,0.7)
}
footer .links a {
	font-size: 14px;
	line-height:24px;
	color: rgba(255,255,255,0.7)
}
footer .links a:hover {
	color: rgba(255,255,255,0.9)
}
footer .copyright {
	border-top: 1px rgba(255,255,255,0.2) solid
}
footer .copyright p {
	color: rgba(255,255,255,0.7);
	font-size: 14px
}
footer .copyright a {
	color: rgba(255,255,255,0.7);
	font-size: 14px;
	margin-left: 10px
}
footer .copyright a:hover {
	color: rgba(255,255,255,0.9)
}
.foot-suspended {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	height: 50px;
	display: flex;
	align-items: center;
	background: #fff;
	padding: 0 3%;
	z-index: 9999
}
.foot-suspended .link {
	display: flex;
	justify-content: space-around;
	align-items: center
}
.foot-suspended .link a {
	display: flex;
	flex-direction: column;
	align-items: center
}
.foot-suspended .link a .icon {
	font-size: 18px;
	color: #62a639
}
.foot-suspended .link a:hover {
	color: #333
}
.foot-suspended .tel {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	width: 50%;
	background: #62a639;
	border-radius: 18px;
	color: #fff
}
.foot-suspended .tel .icon {
	color: rgba(255,255,255,0.7)
}
.menu-container-mask {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	z-index: 1000;
	background-color: rgba(0,0,0,0.6);
	transition: .2s;
	z-index: 9999
}
.menu-container {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	overflow: hidden;
	background-color: #fff
}
.top-menu-list {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transition: .2s
}
.top-menu-list.active {
	transform: translateX(-100%)
}
.top-menu-list>li {
	height: 48px;
	line-height: 48px
}
.top-menu-list>li li:first-child, .top-menu-list>li:first-child {
	height: 45px
}
.top-menu-list>li li:first-child>a, .top-menu-list>li:first-child>a {
	background-color: #f7f7f7;
	height: 45px
}
.top-menu-list>li a {
	height: 100%;
	padding: 0 32px 0 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #666;
	font-size: 14px
}
.top-menu-list>li a span {
	color: #666;
	font-size: 14px
}
.top-menu-list>li a .icon {
	color: #666;
	font-size: 14px
}
.top-menu-list>li .title-name {
	height: 100%;
	padding: 0 32px 0 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #666;
	font-size: 14px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden
}
.top-menu-list ul {
	position: absolute;
	left: 100%;
	width: 100%;
	background-color: #fff;
	top: 0;
	height: 100%;
	display: none
}
.top-menu-list ul.active {
	display: block
}
.navbar-nav-more-body {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	z-index: 1000;
	background-color: rgba(0,0,0,0.6);
	transition: .2s
}
.navbar-nav-more-body .box-shadown {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%
}
.navbar-nav-more-body .offcanva {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	overflow: hidden;
	background-color: #fff
}
.navbar-nav-more-body .offcanvas-body {
	position: relative
}
.navbar-nav-more-body .offcanvas-end {
	width: 60%;
	z-index: 999999
}
.navbar-nav-more-body .top-menu-list {
	position: absolute;
	top: 0px;
	right: 0;
	width: 100%;
	height: 100%;
	transition: .2s;
	font-size: 1rem;
	padding: 0
}
.navbar-nav-more-body .top-menu-list.active {
	transform: translateX(-100%)
}
.navbar-nav-more-body .top-menu-list>li {
	height: 3.5rem;
	line-height: 3.5rem;
	padding: 0
}
.navbar-nav-more-body .top-menu-list>li li:first-child, .navbar-nav-more-body .top-menu-list>li:first-child {
	height: 2.8rem
}
.navbar-nav-more-body .top-menu-list>li li:first-child>a, .navbar-nav-more-body .top-menu-list>li:first-child>a {
	background-color: #f7f7f7;
	height: 2.8rem
}
.navbar-nav-more-body .top-menu-list>li a {
	height: 100%;
	padding: 0 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.navbar-nav-more-body .top-menu-list>li a:hover {
	color: #62a639
}
.navbar-nav-more-body .top-menu-list ul {
	position: absolute;
	left: 100%;
	width: 100%;
	background-color: #fff;
	top: 0;
	height: 100%;
	padding: 0;
	display: none
}
.navbar-nav-more-body .top-menu-list ul.active {
	display: block
}
.navbar-nav-more-body .top-menu-list .icon {
	font-size: 16px;
	color: #666
}
.navbar-nav-more-body .top-menu-list ul.active .icon {
margin-right:.5rem
}
.position {
	height: 80px;
	background-color: #f6f6f6;
	border-bottom: 1px #e5e5e5 solid
}
.position ul li a {
	display: flex;
	align-items: center;
	height: 80px;
	position: relative
}
.position ul li a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	background-color: #62a639;
	transition: .5s
}
.position ul li:hover a, .position ul li.active a {
	color: #62a639
}
.position ul li:hover a::before, .position ul li.active a::before {
	width: 100%
}
.breadcrumb {
	margin-bottom: 0rem;
	font-size: 14px;
	color: #62a639
}
.breadcrumb-item+.breadcrumb-item::before {
	content: var(--bs-breadcrumb-divider, ">")
}
.breadcrumb-item {
	display: flex;
	align-items: center
}
.breadcrumb-item a {
	color: #999;
	font-size: 14px
}
.breadcrumb-item a:hover {
	color: #62a639 !important
}
.breadcrumb-item a:hover .icon {
	color: #62a639 !important
}
.pagination-box {
	text-align: center;
	line-height: 32px;
	color: #595959
}
.pagination-box select {
	margin: 0 8px
}
.pagination-box a, .pagination-box span {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	text-align: center;
	margin-right: 8px;
	cursor: pointer;
	vertical-align: top;
	color: #666;
	font-size: 14px
}
.pagination-box a:last-child, .pagination-box span:last-child {
	margin-right: 0
}
.pagination-box a.active, .pagination-box span.active, .pagination-box a.current, .pagination-box span.current, .pagination-box a:hover, .pagination-box span:hover {
	background-color: #62a639;
	border-color: #62a639;
	color: #fff !important
}
.pagination-box select {
	height: 32px;
	border: 1px solid #e2e2e2;
	box-sizing: border-box
}
.pagination-box .prev_disabled, .pagination-box .next_disabled {
	background-color: transparent !important;
	border-color: #e2e2e2 !important;
	color: #e2e2e2 !important;
	cursor: no-drop
}
.pagination-box .prev_disabled:hover, .pagination-box .next_disabled:hover {
	color: #e2e2e2 !important
}
.pagination-box .page_num {
	border: none
}
.pagination-box .prev::before, .pagination-box .prev_disabled::before {
	content: '<'
}
.pagination-box .next::before, .pagination-box .next_disabled::before {
	content: '>'
}
.searchlist-input-container {
	display: flex;
	width: 50%;
	height: 60px;
	border-radius: 8px;
	padding-left: 16px;
	overflow: hidden;
	border: 1px #ddd solid;
	background-color: #fff
}
.searchlist-input-container .key {
	flex: 1;
	font-size: 14px;
	color: #727272
}
.searchlist-input-container button {
	height: 60px;
	color: #fff;
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center
}
.searchlist-input-container button:hover .icon {
	color: #62a639
}
.bom-pops {
	position: fixed;
	bottom: 40px;
	z-index: 99;
	right: 0;
	width: 50px
}
.bom-pops a, .bom-pops .code, .bom-pops .f-top, .bom-pops .tel {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;
	margin: 6px 0;
	background-color: rgba(0,0,0,0.7)
}
.bom-pops a:hover, .bom-pops .code:hover, .bom-pops .f-top:hover, .bom-pops .tel:hover {
	transform: translateX(-10px);
	background-color: #62a639
}
.bom-pops .tel {
	position: relative
}
.bom-pops .tel p {
	position: absolute;
	right: 120%;
	top: 0;
	width: 170px;
	padding: 10px 0;
	line-height: 24px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
	display: none
}
.bom-pops .tel:hover p {
	display: block
}
.bom-pops .code {
	position: relative
}
.bom-pops .code img {
	position: absolute;
	right: 120%;
	top: 0;
	width: 100px;
	height: 100px;
	display: none
}
.bom-pops .code:hover img {
	display: block
}
.bom-pops .f-top {
	cursor: pointer
}
.home-banner .index-pagination {
	bottom: 4%
}
.home-banner .index-pagination span {
	width: 10px;
	height: 10px;
	border: 1px #fff solid;
	opacity: .6;
	background-color: rgba(0,0,0,0)
}
.home-banner .index-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #fff
}
.home-product ul li a {
	padding: 40px 40px 16px;
	border-radius: 10px;
	overflow: hidden;
	background-color:#fff;	
	background-size: cover
}
.home-product ul li a p {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden
}
.home-product ul li a .img {
	position: relative;
	padding-top: 100%;
	margin:30px auto;
	overflow: hidden
}
.home-product ul li a .img img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	margin: auto;
	transition: .5s;
	max-height: 100%;
	max-width: 100%
}
.home-product ul li a .more {
	border-top: 1px #dddfe1 solid
}
.home-product ul li a:hover h3 {
	color: #62a639
}
.home-product ul li a:hover img {
	transform: scale(1.1)
}
.home-product .common-pagination span {
	margin: 0 2px
}
.home-application {
	background-image: url(../image/application-bg.jpg);
	background-size: cover;
	background-position: center center;
	position: relative
}
.home-application h5 {
	color: rgba(255,255,255,0.8)
}
.home-application ul li a {
	border-radius: 16px;
	overflow: hidden
}
.home-application ul li a .img {
	padding-top: 108%;
	position: relative;
	overflow: hidden
}
.home-application ul li a h4 {
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	transition: .5s
}
.home-application ul li a:hover img {
	transform: scale(1.1)
}
.home-application ul li a:hover h4 {
	color: #fff;
	background-color: #62a639
}
.home-application .application-prev, .home-application .application-next {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	margin: auto;
	width: 30px;
	height: 30px;
	color: rgba(255,255,255,0.4)
}
.home-application .application-prev .icon, .home-application .application-next .icon {
	color: rgba(255,255,255,0.7)
}
.home-application .application-prev:hover .icon, .home-application .application-next:hover .icon {
	color: #fff
}
.home-application .application-prev {
	left: -50px
}
.home-application .application-next {
	right: -50px
}
.home-application .common-pagination span {
	margin: 0 3px;
	background-color: #fff
}
.home-application .more {
	position: relative;
	z-index: 1;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s
}
.home-application .more::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background-color: #fff;
	transition: .5s;
	z-index: -1
}
.home-application .more:hover {
	color: #666
}
.home-application .more:hover::before {
	height: 100%
}
.home-about {
	background-image: url(../image/about-bg.jpg);
	background-size: cover
}
.home-about .text .desc {
	line-height: 30px
}
.home-about .text .desc p {
	margin-bottom: 16px;
	color:#999;
}
.home-about .text .desc p:last-child {
	margin-bottom: 0
}
.home-about .text a {
	width: 160px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 22px;
	transition: .5s;
	border: 1px #62a639 solid
}
.home-about .text a:hover {
	background-color: #62a639;
	color: #fff
}
.home-news .nav a {
	position: relative
}
.home-news .nav a::before {
	content: '';
	position: absolute;
	left: 0;
	height: 1px;
	width: 0;
	bottom: 0;
	transition: .5s;
	background-color: #62a639
}
.home-news .nav a.active, .home-news .nav a:hover {
	color: #62a639
}
.home-news .nav a.active::before, .home-news .nav a:hover::before {
	width: 100%
}
.news-list ul li a {
	background-color: #f7f9fa;
	align-items: center
}
.news-list ul li a .img {
	width: 50%;
	padding-top: 36%;
	position: relative;
	overflow: hidden
}
.news-list ul li a .text {
	width: 50%
}
.news-list ul li a .text .desc {
	line-height: 24px;
	height: 48px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden
}
.news-list ul li a .text h4 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden
}
.news-list ul li a:hover img {
	transform: scale(1.1)
}
.news-list ul li a:hover .text h4 {
	color: #62a639
}
.page-banner .text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}
.son-nav .content {
	border-bottom: 2px #ccd6de solid
}
.son-nav .content a {
	position: relative;
	line-height: 24px
}
.son-nav .content a::before {
	content: '';
	position: absolute;
	left: 0;
	height: 2px;
	width: 0;
	bottom: -2px;
	transition: .5s;
	background-color: #62a639
}
.son-nav .content a.on, .son-nav .content a:hover {
	color: #62a639
}
.son-nav .content a.on::before, .son-nav .content a:hover::before {
	width: 100%
}
.download-list ul li .item {
	background-color: #f9f9f9;
	padding: 0 3%;
	height: 80px
}
.download-list ul li .item a {
	width: 52px;
	height: 24px;
	border-radius: 12px;
	background-color: #62a639;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff
}
.download-list ul li .item a:first-child {
	background-color: #dee7f0;
	color: #666
}
.download-list ul li .item a:first-child:hover {
	color: #fff;
	background-color: #62a639
}
.product-page .section1 .page-pagination span {
	margin: 0 2px
}
.product-page .section1 .page-container .img {
	padding-top:100%;
	background: url(../image/pro-bg.jpg);
	background-size: cover;
	position: relative;
	border-radius: 16px;
	background-position: center center
}
.product-page .section1 .page-container .img img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	margin: auto;
	max-width: 100%;
	max-height: 100%
}
.product-page .section1 .text h3 {
	border-bottom: 1px #e5e5e5 solid;
	position: relative
}
.product-page .section1 .text h3::before {
	content: '';
	position: absolute;
	left: 0;
	width: 20%;
	height: 3px;
	bottom: -2px;
	background-color: #62a639
}
.product-page .section1 .text .desc {
	line-height: 30px
}
.product-page .section1 .text a {
	width: 168px;
	height: 46px;
	border-radius: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #62a639;
	transition: .5s;
	border: 1px #62a639 solid
}
.product-page .section1 .text a:hover {
	color: #62a639;
	background-color: #fff
}
.product-page .section2 .info .ho-title {
	background-color: #f9f9f9;
	height: 66px;
	display: flex;
	align-items: center
}
.product-page .section2 .content {
	line-height: 24px
}
.product-page .section2 .content img {
	max-width: 100%
}
.page-margin {
	padding-top: 84px
}
.about-page .section1 .text .desc {
	line-height: 30px
}
.about-page .section1 .text .desc p {
	margin-bottom: 16px
}
.about-page .section1 .text .desc p:last-child {
	margin-bottom: 0
}
.about-page .section2 .text {
	height: 700px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}
.about-page .section2 .text .line {
	width: 60px;
	height: 2px;
	background-color: #fff
}
.about-page .section2 .text:first-child {
	border-right: 1px rgba(255,255,255,0.2) solid
}
.about-page .section3 {
	background-image: url(../image/section3-bg.jpg);
	background-size: cover;
	background-position-y: bottom
}
.about-page .section3 .item {
	width: 85%;
	margin: auto;
	display: flex;
	align-items: center;
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.08);
	border-radius: 12px;
	overflow: hidden;
	background-color: #fff
}
.about-page .section3 .item .title {
	min-height: 160px;
	width: 160px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background: url(../image/year-bg.jpg);
	background-size: cover;
	border-radius: 12px;
	overflow: hidden
}
.about-page .section3 .item .title p {
	color: rgba(255,255,255,0.5)
}
.about-page .section3 .item .desc {
	margin: 0 3% 0 8%
}
.about-page .section3 .info {
	padding: 0 60px
}
.about-page .section3 .btn>div {
	position: absolute;
	top: 20px;
	bottom: 0;
	display: flex;
	width: 36px;
	height: 36px;
	justify-content: center;
	align-items: center;
	margin: auto;
	z-index: 10;
	border-radius: 50%;
	border: 1px #ccc solid
}
.about-page .section3 .btn>div .icon {
	color: #ccc
}
.about-page .section3 .btn>div:hover {
	background-color: #62a639
}
.about-page .section3 .btn>div:hover .icon {
	color: #fff
}
.about-page .section3 .btn>div.course-prev {
	left: 0
}
.about-page .section3 .btn>div.course-next {
	right: 0
}
.about-page .section3 .gallery-year {
	position: relative
}
.about-page .section3 .gallery-year::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 4px;
	height: 1px;
	background: #c7c7c7
}
.about-page .section3 .gallery-year ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer
}
.about-page .section3 .gallery-year ul li span {
	width: 10px;
	height: 10px;
	border: 1px #cecece solid;
	border-radius: 50%;
	background: #fff
}
.about-page .section3 .gallery-year ul li.swiper-slide-thumb-active span {
	background: #62a639;
	border-color: #62a639
}
.about-page .section3 .gallery-year ul li.swiper-slide-thumb-active h4 {
	color: #62a639
}
.about-page .section3 .course-prev, .about-page .section3 .course-next {
	position: absolute;
	top: -6px
}
.about-page .section3 .course-prev:hover .icon, .about-page .section3 .course-next:hover .icon {
	color: #62a639
}
.about-page .section3 .course-prev {
	left: 0
}
.about-page .section3 .course-next {
	right: 0
}
.about-page .section4 .img {
	display: flex;
	justify-content: center
}
.about-page .section4 .img img {
	max-width: 100%
}
.support-list ul li a {
	padding: 40px;
	border: 1px #cccccc solid;
	transition: .5s;
	box-sizing: border-box;
	border-radius: 20px
}
.support-list ul li a .desc {
	line-height: 24px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden
}
.support-list ul li a:hover {
	border: 1px #62a639 solid
}
.support-list ul li a:hover h3 {
	color: #62a639
}
.contact-page .map {
	height: 480px
}
.contact-page .text h2 {
	border-bottom: 2px #404040 solid
}
.contact-page .text .tel {
	border-top: 1px rgba(51,51,153,0.2) solid
}
.contact-page .text ul {
	border-top: 1px #eee solid;
	padding: 24px 0
}
.contact-page .text ul li {
	width: 50%
}
.contact-page .text .code {
	display: flex;
	align-items: center
}
.contact-page .text .code img {
	width: 120px
}
.contact-page .text .code h4 {
	line-height: 24px
}
.join-list .join-name {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
	border-radius: 20px;
	border: 1px #e5e5e5 solid;
	background-color: #fff
}
.join-list .join-name p {
	flex: 1;
	text-align: center
}
.join-list ul li {
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden
}
.join-list ul li .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
	border-radius: 20px;
	background-color: #62a639;
	transition: .5s;
	cursor: pointer;
	position: relative
}
.join-list ul li .title .icon {
	position: absolute;
	right: 16px;
	top: 0;
	bottom: 0;
	display: flex;
	margin: auto;
	align-items: center;
	transition: .5s;
	transform: rotate(-90deg);
	color: rgba(255,255,255,0.5)
}
.join-list ul li .title p {
	flex: 1;
	text-align: center;
	color: #fff
}
.join-list ul li .title.collapsed {
	background-color: #fff
}
.join-list ul li .title.collapsed p {
	color: #666
}
.join-list ul li .title.collapsed .icon {
	transform: rotate(90deg);
	color: #bbb
}
.join-list ul li .desc {
	padding: 4% 10% 6%;
	line-height: 30px
}
.setting-page .section1 {
	background: url(../image/setting1-bg.jpg);
	background-size: cover
}
.setting-page .section1 ul li .item {
	display: flex;
	align-items: center
}
.setting-page .section1 ul li .item h2 {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px #fff solid
}
.setting-page .section1 ul li .item p {
	width: 75%;
	line-height: 24px
}
.setting-page .section2 ul li {
	border-left: 1px #eee solid
}
.setting-page .section2 ul li:first-child {
	border-left: none
}
.setting-page .section2 ul li .item {
	display: flex;
	flex-direction: column;
	align-items: center
}
.setting-page .section2 ul li .item .img {
	width: 62px;
	height: 62px;
	display: flex;
	justify-content: center;
	align-items: center
}
.setting-page .section2 ul li .item .img img {
	max-width: 100%;
	max-height: 100%
}
.setting-page .section2 ul li .item p {
	line-height: 24px
}
.honor-list ul li .item .img {
	padding-top: 110%;
	position: relative;
	border: 1px #ccc solid;
	border-radius: 12px
}
.honor-list ul li .item .img img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	margin: auto;
	max-width: 96%;
	max-height: 96%
}
.case-list ul li a {
	align-items: center;
	border-radius: 12px;
	overflow: hidden
}
.case-list ul li a .img {
	width: 45%;
	border-radius: 12px;
	overflow: hidden;
	padding-top: 26%;
	position: relative
}
.case-list ul li a .text {
	flex: 1;
	padding: 20px 4%
}
.case-list ul li a .text .desc {
	height: 96px;
	line-height: 24px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden
}
.case-list ul li a .text span {
	width: 136px;
	height: 42px;
	border-radius: 20px;
	border: 1px #62a639 solid;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s
}
.case-list ul li a .text span:hover {
	background-color: #62a639;
	color: #fff
}
.case-list ul li a:hover img {
	transform: scale(1.1)
}
.info-page .section1 {
	background-color: #f9f9f9
}
.info-page .section1 .text .desc {
	line-height: 30px
}
.info-page .section1 .text .desc p {
	padding-left: 20px;
	position: relative
}
.info-page .section1 .text .desc p::before {
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 6px;
	height: 6px;
	background-color: #62a639;
	border-radius: 50%
}
.info-page .section1 .text .desc em {
	color: #62a639
}
.info-page .section2 ul li .item {
	border-radius: 12px;
	overflow: hidden;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	line-height: 24px
}
.info-page .section2 ul li .item .img img {
	width: 178px
}
.info-page .section2 ul li:nth-child(1) .item, .info-page .section2 ul li:nth-child(4) .item {
	background-color: #62a639
}
.info-page .section2 ul li:nth-child(1) .item h4, .info-page .section2 ul li:nth-child(4) .item h4, .info-page .section2 ul li:nth-child(1) .item .desc, .info-page .section2 ul li:nth-child(4) .item .desc {
	color: #fff
}
.info-page .section3 ul li .item .img {
	padding-top: 70%;
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden
}
.info-page .section3 ul li .item .img img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	margin: auto;
	max-width: 90%;
	max-height: 90%
}
.info-page .section3 span {
	margin: 0 2px
}
.news-detail .content {
	line-height: 24px;
	min-height: 300px
}
.news-detail .content img {
	max-width: 100%;
	display: block;
	margin: auto
}
.news-detail .news-detail-footer {
	border-top: 1px #f5f5f5 solid
}
.news-detail .news-detail-footer a {
	font-size: 14px;
	color: #333
}
.news-detail .news-detail-footer a:hover {
	color: #62a639
}
.news-detail .related ul li .img {
	overflow: hidden
}
.news-detail .related ul li .img img {
	transition: .5s
}
.news-detail .related ul li a:hover img {
	transform: scale(1.1)
}
.news-detail .related ul li a:hover h4 {
	color: #62a639
}
.news-detail .new ol li .img {
	width: 32%;
	overflow: hidden
}
.news-detail .new ol li .img img {
	transition: .5s
}
.news-detail .new ol li a h4 {
	line-height: 24px
}
.news-detail .new ol li a:hover img {
	transform: scale(1.1)
}
.news-detail .new ol li a:hover h4 {
	color: #62a639
}
/*# sourceMappingURL=./style.css.map */

h5.contacta{
	padding-top:0 !important;
	margin-bottom:0 !important;}
.contacta h4.pb-4，.contacta h4.mt-2{
	padding-bottom:0 !important;
	margin-top:0 !important;}
.contact-page .text ul{
	padding:10px 0;}
.ewma{
	padding-top:25px !important;}
.maina.mainaaa{
	width:auto;}
@media (max-width: 1400px){
.lkcon_b03 ul li:nth-child(6n){
	margin-right: 2%;
}
.lkcon_b03 ul li:nth-child(4n){
	margin-right: 0;
}
}

@media (max-width: 500px){

.lkcon_b03 ul li:nth-child(4n){
	margin-right: 2%;
}
.lkcon_b03 ul li:nth-child(3n){
	margin-right: 0%;
}
}

.gshj{
	margin:50px auto;}
.gshjaa{
	margin:40px auto;
}
.fzlc{
	padding-top: 0rem!important;
}