﻿@import url("https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900");
@import url('animate.min.css');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
button,
input,
textarea {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-size: 12px;
	font-family: "Arial";
	font-style: normal;
}

body.cn {
	font-family: Noto Sans SC;
}

ul,
ol {
	list-style: none
}

ul li {
	vertical-align: top
}

select,
button,
input,
textarea {
	vertical-align: middle;
	font-size: 12px;
	font-family: inherit;
	line-height: normal
}

button {
	cursor: pointer
}

em {
	font-style: normal
}

img {
	border: 0;
	vertical-align: middle
}

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

a:hover {
	color: #04349a;
	text-decoration: none
}

img {
	border: 0
}


.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 4px !important;
}

.clear {
	zoom: 1
}

.clear:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: "."
}

.banner img {
	width: 100%;
}

.site-wrap1 {
	padding: 0 120px;
}

.maininfo {
	display: flex;
	flex-direction: row;
}

.maininfo .leftinfo {
	display: flex;
	flex: 1;
}

.maininfo .leftinfos {
	flex-direction: column;
	/*justify-content: space-between;*/
	display: flex;
	flex: auto
}
.site_wrap6-con .left .icon{margin-bottom: 50px;}
.site_wrap6-con .left .icon img{
	height: 75px;
}
.site_wrap6-con .logoList{
	display: grid;gap:12px;grid-template-columns: repeat(4,1fr);
}
.site_wrap6-con .logoList .item img{
	width: 100%;border:1px solid #eeeeee
}
.site_wrap6-con .left .tit{font-size: 60px;line-height: 60px;margin-bottom: 10px;color:#222;}
.site_wrap6-con .desc{background:#00a54f;width: 240px;height:44px;line-height: 44px;font-size: 18px;color:#fff;text-align: center;border-radius: 22px;}
.site_wrap6-con .right .intro{font-size: 14px;color:#666;line-height: 24px;text-align: justify;margin-bottom: 20px;}
.maininfo .rightinfo {
	flex: 1
}

.maininfo .rightinfo img {
	width: 100%;
}

.maininfo .leftinfo .tit {
	font-size: 90px;
	font-weight: 700;margin-bottom: 80px;
	line-height: 90px;
}

body {
	overflow-x: hidden;
}

.wow {
	visibility: hidden;
}

.maininfo .leftinfo .btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #222;
	color: #222;
	padding: 4px;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 166px;
	height: 40px;
	color: #222;
	font-size: 18px;
	margin-bottom: 15px;
}

.maininfo .leftinfo .btn:hover {
	border-color: #00a54f;
	color: #00a54f
}

.maininfo .leftinfo .btn span {
	flex: 1;
	text-align: center;
}

.maininfo .leftinfo .btn strong {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #222;
	display: flex;
	align-items: center;
	justify-content: center;
}

.maininfo .leftinfo .btn:hover strong {
	background: #00a54f;
}

.maininfo .leftinfo .btn strong::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/index-gobtn.png) no-repeat;
}
.site_wrap6{
	padding:120px 0;
}
.site_wrap6-con{
	padding: 0 120px;display: flex;flex-direction: row;
}
.site_wrap6-con .left{
	width:300px
}

.site_wrap6-con .right{
	flex:1;
}
.maininfo .leftinfo .intro {
	width: 96%;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 50px;
	text-align: justify;
}

.maininfo .leftinfo .tit2 {
	color: #222;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 30px;
}

.site-wrap1 .hds {
	padding: 100px 0 70px 0;
}

.site-wrap1 {
	padding-bottom: 60px;
	background: #f4f5f7;
}
.site-wrap1.a1{background: #fff;}

.site-wrap2 {
	padding: 120px;
	position: relative;
}

.site-wrap2 .bg {
	position: absolute;
	right: 0;
	top: 0px;
	height: 80%;
}

.site-wrap2 .bg img {
	height: calc(100% - 30px);
	margin-top: 30px;
}

.site-wrap2-con {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.site-wrap2-con .leftpart {
	width: 45%
}

.site-wrap2-con .rightpart,.site-wrap6-con .rightpart {
	flex: 1;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.site-wrap2-con .leftpart .more {
	font-size: 18px;
	color: #333;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.site-wrap2-con .leftpart .more:hover {
	color: #00a54f
}

.site-wrap2-con .leftpart .more strong {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #00a54f;
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.zzjg .tit2{
	font-size: 42px;line-height: 42px;text-align: center;margin-bottom: 40px;
}
.zzjg .img img{width: 100%;}

.site-wrap2-con .leftpart .more strong::after {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/index-iconmore.png) no-repeat;
	content: '';
}

.site-wrap2-con .leftpart .tit {
	color: #222;
	font-size: 60px;
	line-height: 60px;
	font-weight: 500;
	margin-bottom: 60px;
}
.site_wrap6-con .rightpart4{flex:1;position: relative;}
.site_wrap6-con .rightpart4 .bg{position: absolute;right:0px;top:0;width: 60%;height:100%;text-align: right;}
.site_wrap6-con .rightpart4 .bg img{height:100%;}
.site_wrap6-con .rightpart4 .intro2{color:#727272;font-size: 16px;line-height: 28px;text-align: justify;margin-bottom: 40px;}
.site_wrap6-con .rightpart4 .tit11{color:#222;font-size: 42px;line-height: 28px;line-height:42px;margin-bottom: 40px;}

.site-wrap2-con .rightpart,.site-wrap6-con .rightpart {
	position: relative;
	flex: 1
}
.site-wrap2-con .rightpart .intro{
	font-size: 16px;
	line-height: 28px;
	color: #727272;
	text-align: justify;
	margin-bottom: 40px;
}

.site-wrap2-con .rightpart .intro-nav,.site_wrap6-con .rightpart4 .intro-nav {
	display: flex;
	flex-direction: row;
}

.site-wrap2-con .rightpart .intro-nav .items,.site_wrap6-con .rightpart4 .intro-nav .items {
	margin-right: 20px;
	cursor: pointer;
	width: 160px;
	height: 180px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.site-wrap2-con .rightpart .intro-nav .items:hover,.site_wrap6-con .rightpart4 .intro-nav .items:hover {
	background: #00a54f;
	color: #fff
}

.site-wrap2-con .rightpart .intro-nav .items .text,.site_wrap6-con .rightpart4 .intro-nav .items .text {
	font-size: 18px;
	color: #222;
	line-height: 20px;
	margin-top: 5px;
}

.site-wrap2-con .rightpart .intro-nav .items:hover .text,.site_wrap6-con .rightpart4 .intro-nav .items:hover .text {
	color: #fff;
}

.site-wrap2-con .rightpart .intro-nav .items .icon,.site_wrap6-con .rightpart4 .intro-nav .items .icon {
	width: 88px;
	height: 88px;
	background-image: url(../images/aboutus-icon1.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.site-wrap2-con .rightpart .intro-nav .items .icon1,.site_wrap6-con .rightpart4 .intro-nav .items .icon1 {
	background-image: url(../images/aboutus-icon1.png);
}

.site-wrap2-con .rightpart .intro-nav .items .icon2,.site_wrap6-con .rightpart4 .intro-nav .items .icon2 {
	background-image: url(../images/aboutus-icon2.png);
}

.site-wrap2-con .rightpart .intro-nav .items .icon3,.site_wrap6-con .rightpart4 .intro-nav .items .icon3 {
	background-image: url(../images/aboutus-icon3.png);
}

.site-wrap2-con .rightpart .intro-nav .items .icon4,.site_wrap6-con .rightpart4 .intro-nav .items .icon4 {
	background-image: url(../images/aboutus-icon4.png);
}

.site-wrap2-con .rightpart .intro-nav .items:hover .icon1,.site_wrap6-con .rightpart4 .intro-nav .items:hover .icon1 {
	background-image: url(../images/aboutus-icon1-cur.png);

}

.site-wrap2-con .rightpart .intro-nav .items:hover .icon2,.site_wrap6-con .rightpart4 .intro-nav .items:hover .icon2 {
	background-image: url(../images/aboutus-icon2-cur.png);

}

.site-wrap2-con .rightpart .intro-nav .items:hover .icon3,.site_wrap6-con .rightpart4 .intro-nav .items:hover .icon3 {
	background-image: url(../images/aboutus-icon3-cur.png);

}

.site-wrap2-con .rightpart .intro-nav .items:hover .icon4,.site_wrap6-con .rightpart4 .intro-nav .items:hover .icon4 {
	background-image: url(../images/aboutus-icon4-cur.png);

}





.site-wrap1 .hds h3 {
	font-size: 36px;
	font-weight: 500;
	color: #000;
	opacity: 0;
}

.head {
	padding: 30px 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	transition: all 0.3s ease;
	width: 100%;
}

.slideBox {
	overflow: hidden;
	position: relative;
}

.slideBox2 {
	position: relative;
}

.slideBox2 .prev {
	position: absolute;
	left: 0;
	bottom: 18px;
	width: 16px;
	height: 16px;
	background: url(../images/index-iconlefts.png) no-repeat;
}

.slideBox2 .prev:hover {
	background-image: url(../images/index-iconlefts-h.png);
}

.slideBox2 .next {
	position: absolute;
	right: 0;
	bottom: 18px;
	width: 16px;
	height: 16px;
	background: url(../images/index-iconrights.png) no-repeat;
}

.slideBox2 .next:hover {
	background-image: url(../images/index-iconrights-h.png);
}

.slideBox2 .hd {
	padding: 72px 0;
	position: relative;
}

.slideBox2 .hd::before {
	position: absolute;
	top: 82px;
	height: 1px;
	background: #ccc;
	width: 100%;
	content: '';
}

.slideBox2 .hd ul li::after {
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: 3px;
	width: 15px;
	;
	height: 15px;
	margin-bottom: 30px;
	content: '';
	background: url(../images/icon-dot.png);
}

.slideBox2 .hd ul li {
	cursor: pointer;
	width: 14.28%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #666;
	position: relative;
	padding-top: 32px;
	line-height: 28px;
}

.slideBox2 .hd ul li.on {
	color: #00a54f;
}

.slideBox2 .hd ul li.on .line {
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	height: 1px;
	background: #00a54f;
}

.slideBox2 .hd ul li.on::after {
	background: url(../images/icon-dot-cur.png) no-repeat;
}

.slideBox .hd {
	overflow: hidden;
	position: absolute;
	right: 50px;
	bottom: 50%;
	z-index: 1;
	margin-bottom: -45px;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	width: 15px;
}

.slideBox .hd ul li {
	position: relative;
	font-size: 14px;
	display: inline-block;
	width: 15px;
	line-height: 14px;
	text-align: center;
	cursor: pointer;
	color: #cad6e0;
	writing-mode: vertical-rl;
	margin-bottom: 15px;
}

.slideBox .hd ul li.on {
	color: #fff;
}

.slideBox .bd ul li strong {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 30%;
	width: 80px;
	height: 80px;
	background: #00a54f;
	border-radius: 50%;
	left: 50%;
	margin-left: -40px;
}

.slideBox .bd ul li strong::after {
	display: inline-block;
	content: '';
	width: 22px;
	height: 22px;
	background: url(../images/index-iconright.png) no-repeat;
}

.slideBox .hd ul li.on::after {
	content: '';
	width: 1px;
	height: 80px;
	background: #fff;
	margin: 5px 0;
	display: inline-block;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

.head.fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

.head-wrap {
	padding: 0 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.head-wrap .left {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.head-wrap .left img {
	height: 52px;
	position: relative;
}

.head-wrap .left img.a2 {
	display: none;
}

.head-wrap .right {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;

}

.head-wrap .left .menu {
	margin-left: 90px;
	display: flex;
	flex-direction: row;
}

.head-wrap .left .menu .item {
	position: relative;
	padding: 10px 0;
}

.head-wrap .left .menu .dropdown {
	padding: 5px 0;
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	width: 120px;
	margin-left: -20px;
	background: #21a578;
	border-radius: 8px;
}

.head-wrap .left .menu .item:hover .dropdown {
	display: block;
}

.head-wrap .left .menu .dropdown a {
	padding: 10px 0;
	display: block;
	width:120px;
	margin-bottom: 1px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.head-wrap .left .menu .dropdown a:hover,.head-wrap .left .menu .dropdown a.active{background:rgba(0,0,0,0.07);color:#fff}
.head-wrap .left .menu .item a.a1 {
	font-size: 16px;
	padding: 0 10px;
	position: relative;
	transition: all 0.3s ease;
	text-decoration: none;
	color: #fff;
}

.head.fixed .head-wrap .left .menu a.a1 {
	color: #222
}

.head.fixed .head-wrap .left img.a1 {
	display: none;
}

.head.fixed .head-wrap .left img.a2 {
	display: block;
}

.head.fixed .head-wrap .left .menu .item:hover a.a1,
.head.fixed .head-wrap .left .menu .item.active a.a1 {
	color: #00a54f;
}

/* 添加下划线效果 */
.head-wrap .left .menu .item a.a1::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;

	margin-left: -3px;
	width: 6px;
	border-radius: 100%;
	height: 6px;
	background-color: #fff;
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.head.fixed .head-wrap .left .menu a.a1::after {
	background: #00a54f;
}

.head-wrap .left .menu .item:hover a.a1::after,
.head-wrap .left .menu .item.active a.a1::after {
	transform: scaleX(1);
}

.head-wrap .right .language {
	margin-left: 65px;
}

.head-wrap .right .language a {
	font-size: 14px;
	font-family: Noto Sans SC;
	padding: 0 10px;
	color: #fff;
	position: relative;
}

.head.fixed .head-wrap .right .language a {
	color: #333
}

.head.fixed .head-wrap .right .language a:hover {
	color: #00a54f;
}

.head-wrap .right .language a::after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
}


.banner img {
	width: 100%;
}


.site-wrap3 {
	background: #fafafa;
	position: relative;
}

.site-wrap3 img.a1 {
	width: 100%;
}

.site-wrap3-con {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%
}

.site-wrap3-con1 {
	padding: 70px 120px;
}

.mapbox {
	display: flex;
	flex-direction: row;
}

.mapbox .left {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mapbox .left .text {
	font-size: 38px;
	line-height: 55px;
	color: #222;
	z-index: 100;
	transform: scale(1.3);
    transform-origin: top left;
	position: relative;
}

.mapbox .left .text strong {
	color: #45b860;
	font-weight: 700;
	margin: 0 5px;
	font-style: italic;
}

.mapbox .left .tip {
	display: flex;
	flex-direction: row;
	transform: scale(1.3);
    transform-origin: top left;
	margin-top: 60px;
}

.mapbox .left .tip .item1 {
	margin-right: 20px;
	font-size: 14px;cursor: pointer;
	color: #999;
}
.mapbox .left .tip .item1.cur{
    color:#222;
}
.mapbox .left .tip .item1 img {
	margin-right: 10px;
	width: 24px;
	height: 24px;
}

.mapbox .right {
	width: 25%;
}

.mapbox .mid {
	flex: 1;
	margin-left: -22%;
	position: relative;
	z-index: 99
}

.mapbox .mid img {
	width: 100%;
}

.mapbox .right {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -60px;
}

.mapbox .right a .btn {
	display: flex;
	width: 170px;
	background: #00a54f;
	height: 50px;
	border-radius: 25px;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
}

.mapbox .right a .btn .more {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/next-icon.png) no-repeat;
	margin-left: 10px;
}

.mapbox img {}

.partList {
	text-align: center;
	display: grid;
    grid-template-columns: repeat(7, 1fr); /* 七列等宽 */
    gap: 15px; /* 列间距 */
}

.partList .item {
	display: flex;
	padding:10px;
	align-content: center;
	justify-content: center;
	-o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.partList .item:hover{
        background-color: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px rgba(0,0,0,.1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
}


.partList .item img {
	width: 100%;
}

.site-wrap3 .hd h3 {
	font-size: 42px;
	font-weight: 500;
	line-height: 42px;
	color: #222;
}

.site-wrap4 {
	padding: 105px 0;background: #fff;
}

.site-wrap4-con {
	padding: 0 120px
}
.zylist{margin-top: -60px;}
	.zylist .item{padding:  60px 0;border-bottom: 1px solid #ccc;}
	.zylist .item:last-child{border-bottom: none;}
.site-wrap4-con .hd {
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.site-wrap4-con .hd .left {
	font-size: 42px;
	font-weight: 500;
	color: #222
}

.site-wrap4-con .hd .right a.a1 {
	width: 170px;
	height: 50px;
	background: #ddd;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #222;
	font-size: 18px;
}
.site-wrap4-con .hd .right a.a2 {
	padding:0 20px;
	margin-left:2px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-radius: 25px;
	color: #222;
	font-size: 18px;
}
.site-wrap4-con .hd .right a.a2.cur{
	background: #00a54f;color:#fff
}

.site-wrap4-con .hd .right a.a1:hover {
	color: #fff;
	background: #00a54f;
}

.newslist {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(3, 1fr);
}

.newslist .item .box .pic {
    max-height:340px;display: flex;align-items: center;justify-content: center;
	overflow: hidden;
}

.newslist .item .box .pic img {
	width: 100%;
	max-height: 340px;
}

.newslist .item .box .item-info {
	padding: 25px 0;
	position: relative;
}

.newslist .item .box .item-info::after {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	content: '';
	background: #fff;
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.newslist .item:hover .box .item-info::after {
	background: #00a54f;
	transform: scaleX(1);
}

.newslist .item .box .item-info .tit {
	height: 72px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.newslist .item .box .item-info .tit .left1 {
	flex: 1;
	font-size: 16px;
	line-height: 24px;
	color: #222;
	width: 100%;
	box-sizing: border-box;
}

.newslist .item .box .item-info .tit .left1 .text {
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.newslist .item .box .item-info .tit .right1 {
	width: 40px;
	display: flex;
	justify-content: flex-end;
}

.newslist .item .box .item-info .desc {
	color: #888;
	font-size: 14px;
}

.newslist .item .box .item-info .tit .right1 .icon {
	margin-top: 0px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/myright1.png) no-repeat;
}

.newslist .item:hover .box .item-info .tit .right1 .icon {
	background-image: url(../images/myright2.png);
}

.site-wrap4-con .hd .right a.a1::after {
	display: inline-block;
	width: 20px;
	height: 20px;
	content: '';
	background: url(../images/myright1.png) no-repeat;
	margin-left: 10px;
}

.site-wrap4-con .hd .right a.a1:hover::after {
	background-image: url(../images/index-gobtn.png);
}

.site-wrap5 {
	background: #f4f5f7;
	padding: 120px 0 100px 0;
}

.site-wrap5-con {
	padding: 0 120px
	/*width: 1120px;margin:auto;*/
}

.site-wrap5-con .hd {
	margin-bottom: 50px;
	text-align: center;
}

.site-wrap5-con .hd h3 {
	font-size: 42px;
	line-height: 42px;
	font-weight: 500;
	color: #222
}

.footer {
	padding: 100px 0;
	background: #0e151c;
}

.footer-con {
	padding: 0 120px;
	display: flex;
	flex-direction: row;
}

.foot-left {
	width: 42%
}

.foot-left .logo {
	margin-bottom: 30px;
}

.foot-left .address .item {
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	line-height: 20px;
}

.foot-left .address .item .label {
	font-size: 14px;
	color: #808081;
	text-align: left;padding: 0;
	width: 85px;
}

.foot-left .address .item .cont {
	flex: 1;
	font-size: 14px;
	color: #fff;
}

.foot-right {
	flex: 1;
	display: flex;
	justify-content: space-around;
}
.foot-right .item:first-child{display:none}
.foot-right .item .tit {
	font-size: 16px;
	color: #fff;
	margin-bottom: 30px;
}

.foot-right .item .body1.a2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);

}

.foot-right .item .body1 .item1 {
	margin-bottom: 12px;
}

.foot-right .item .body1 .item1 a {
	color: #aaaaaa;
	font-size: 14px;
}

.menuList {
	display: none;
}

.menuList .m-list {
	-ms-overflow-style: none;
	scrollbar-width: none
}

.menuList .m-list::-webkit-scrollbar {
	display: none
}

.m-list .item {
	margin-left: 20px;
	position: relative;
	margin-bottom: 25px;
	flex: auto;
	display: flex;
	flex-direction: column;
}

.m-list .item a.a1 {
	font-size: 16px;
	color: #fff;
}

.m-list .item .childList {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: 10px
}

.m-list .item .childList .item2 {
	margin-bottom: 10px;
	font-size: 14px;
	width: 100%
}

.m-list .item:nth-of-type(3) .childList .item2,
.m-list .item:nth-of-type(4) .childList .item2,
.m-list .item:nth-of-type(5) .childList .item2 {
	width: 50%;
}

.m-list .item .childList {
	display: none;
}

.m-list .item.cur .childList {
	display: flex;
	padding: 8px 0;
}

.m-list .item .childList .item2 a {
	color: #fff;
	font-size: 14px;
}

.menuList {
	position: fixed;
	left: 0;
	top: 0px;
	height: 100%;
	width: 100%;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	background: #00a54f;
	z-index: 1001;
	display: flex;
	flex-direction: column;
	display: none;
}

.mobile {
	display: none;
}

.menutap {
	display: none;
}

.menuList .icon-close {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;

}

.menuList .icon-close button {
	padding: 0;
	margin: 0;
	display: flex;
	width: 80px;
	height: 60px;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
}

.menuList .icon-close button img {
	width: 20px;
	height: 20px;
}

.menuList .m-list {
	height: calc(100% - 60px);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

button {
	border: none;
	background: none;
}

.copyright {
	padding: 20px 0;
	background: #080e14;
}

.copyright p {
	padding: 0 120px;
	color: #404449;
	font-size: 14px;
}
.news-detail{padding:120px 0}
.news-detail-con{padding: 0 120px;}
.news-detail-con .tit{color:#222;font-size: 30px;line-height: 42px;padding-bottom: 80px;border-bottom: 1px solid #ddd;text-align: center;}
.news-detail-con .desc{
	display: flex;padding: 40px 0;align-items: center;justify-content: space-between;
}
.relate-news{padding:10px 0;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;display: flex;align-items: center;justify-content: space-between;}
.relate-news .left,.relate-news .right{flex:1;width: 50%;}
.relate-news div a{display: flex;flex-direction: row;width: 100%;}
.relate-news .right{display: flex;justify-content: flex-end;}
.relate-news div a{padding: 40px 0;color:#222;font-size: 18px;align-items: center;}
.relate-news .right a{justify-content: flex-end;}
.relate-news .left .more{margin:0 18px 0 28px;position: relative;display: inline-block;width: 20px;height: 20px;background: url(../images/prev-icon.png) no-repeat;}
.relate-news .right .more{margin:0 18px 0 28px;position: relative;display: inline-block;width: 20px;height: 20px;background: url(../images/next-icon-gray.png) no-repeat;}
.relate-news .right .more::after{position: absolute;left:-10px;top:50%;height:20px;width:1px;background:#ccc;margin-top: -10px;content: "";}
.relate-news .left a:hover .more{
	background-image: url(../images/prev-icon-gray.png);
}
.relate-news .left a:hover{background:#00a54f;color:#fff}
.relate-news .left a:hover .more::after{background: #fff;}

.relate-news .right a:hover .more{
	background-image: url(../images/next-icon.png);
}
.relate-news .right a:hover{background:#00a54f;color:#fff}
.relate-news .right a:hover .more::after{background: #fff;}
.site_wrap-xxgk{padding:120px 0}
.site_wrap-xxgk-con{padding: 0 120px;}
.site_wrap-xxgk-con .hd{font-size:42px;line-height: 42px;margin-bottom: 40px;}
.relate-news .left .more::after{position: absolute;right:-10px;top:50%;height:20px;width:1px;background:#ccc;margin-top: -10px;content: "";}
.relate-news .left .text{flex: 1;}
.news-content .intro p{color:#666;font-size: 16px;line-height: 24px;margin-bottom: 40px;}
.news-content .intro p img{width: 100%;}
.news-detail-con .desc .left{
	color:#222;font-size: 18px;
}
.searchpart{margin-bottom: 20px;display: flex;flex-direction: row;align-items: center;}
.xxgkList .item{border-bottom: 1px solid #eee;padding:40px 0;position:relative}
.xxgkList .item .more{
        position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 50%;
    margin-top: -10px;
    background: url(../images/myright11.png) no-repeat;
}
.xxgkList .item:hover .more{
    background-image: url(../images/myright2.png);
}
.xxgkList .item a{display: flex;flex-direction: row;width: 100%;}
.xxgkList .item .date{width:98px;height:98px;border:1px solid #00a54f;border-radius: 6px;margin-right: 36px;display: flex;flex-direction: column}
.xxgkList .item .date .month{height:50px;background:#00a54f;color:#fff;font-size: 18px;width: 100%;line-height: 50px;text-align: center;font-weight: 700;}
.xxgkList .item .date .year{font-size: 18px;color:#00a54f;font-weight: 700;line-height: 48px;text-align: center;}
.xxgkList .item .txts{flex:1}
.xxgkList .item .txts .tit{color:#222;font-size: 20px;height: 50px;}
.xxgkList .item a:hover .txts .tit{color:#00a54f;}
.xxgkList .item .txts .desc{color:#888;font-size: 16px;line-height: 24px;}
.searchpart .text{font-size: 18px;color:#222;margin-right: 15px;}
.searchbox{display: flex;flex-direction: row;}
.searchbox .inputbox{height:48px;border-radius: 5px;border:1px solid #ddd;width:420px;margin-right: 20px;display: flex;flex-direction: row;align-items: center;}
.searchbox .inputbox .icon{margin:0 10px 0 20px}
.searchbox .button button{width: 100px;height: 50px;line-height: 50px;background: #00a54f;border-radius: 6px;color:#fff;text-align: center;border: none;cursor: pointer;font-size: 16px;}
.searchbox .inputbox .icon img{width:20px;height: 20px;}
.searchbox .inputbox .input{flex:1;}
.searchbox .inputbox .input input{width: 100%;height: 48px;line-height: 48px;font-size: 16px;border: none;background: none;}
.searchpart .select{
	width:198px;height:48px;border:1px solid #dddddd;border-radius: 5px;margin-right: 20px;
}
.searchpart .select select{width:100%;height:48px;background: none;color:#222;font-size: 18px;border: none;outline: none;padding:0  10px;}
.news-detail-con .desc .right{display: flex;align-items: center;font-size: 18px;}
.news-detail-con .desc .right a{margin-left: 10px;}
.cultule .hds{padding-bottom: 24px;margin-bottom: 24px;border-bottom: 1px solid #eee;}
.cultule .hds .tit{font-size: 42px;line-height: 42px;font-weight: 500;color:#222;}
.cultule .hds .desc1{font-size: 16px;line-height: 24px;color:#666;margin-top: 25px;}
.cultule .desc2{font-size: 16px;line-height: 24px;color:#666;margin-bottom: 80px;text-align: justify;}
.navmenus{margin-bottom: 38px;border-bottom: 1px solid #eee;}
.navmenus a{font-size: 24px;color: #222;margin-right: 48px;display: inline-block;padding-bottom: 24px;}
.navmenus a.cur{font-size: 36px;color: #00a54f;font-weight: 700;position: relative;}
.navmenus a.cur::after{position: absolute;bottom:-1px;left:0;width:34px;height:1px;content: '';background: #00a54f;}
.banner img{width: 100%;}
.ryList{display: grid;gap:30px;grid-template-columns: repeat(4,1fr);}
.ryList .item{padding:20px;border:1px solid #eee;}
.ryList .item img{width: 100%;}
.contactus1 .tit{
font-size: 42px;line-height: 46px;color:#222;margin-bottom: 50px;
}
.banner3{margin-bottom: 100px;padding:0 120px}
.banner3 img{width:100%}
.joinList .item{
	padding:40px 0;border-bottom: 1px solid #eee;position: relative;
}
.joinList .item a{color:#222}
.joinList .item a:hover .tit{color:#00a54f}
.joinList .item:last-child{border-bottom: none;}
.joinList .item .more{position: absolute;width:20px;height:20px;right:0;top:50%;margin-top:-10px;background: url(../images/index-iconrights.png) no-repeat;}
.joinList .item .tit{font-size:24px;font-weight: 700;margin-bottom: 30px;}
.joinList .item .desc1{font-size: 18px;color:#666;margin-bottom: 10px;}
.joinList .item .desc2{font-size:15px;color:#888888;}
.itemList{display: grid;gap: 5px;grid-template-columns: repeat(3,1fr);}
.itemList .item{margin-bottom:30px}
.itemList .item .label{font-size: 18px;color:#888;margin-bottom: 5px;font-weight:400;padding:0;display:block;text-align:left;}
.itemList .item .cont{font-size: 18px;color:#222;line-height: 30px;}
.contactus1 .tit2{font-size: 18px;line-height: 30px;color:#888;margin-bottom: 50px;}
.page{padding:30px 0;border-top: 1px solid #e4e4e7;text-align: center;margin-top: 30px;}
.page a{display: inline-block;margin:0 5px;background:#e4e4e7;color:#666;font-size: 15px;border-radius: 5px;padding:8px 12px}
.page a.cur,.page a:hover{background: #169431;color:#fff;}
@media screen and (max-width: 768px) {
	.site_wrap6{padding:40px 0}
	.ryList{grid-template-columns: repeat(1, 1fr);}
	.site_wrap-xxgk{padding: 40px 0;}
	.navmenus a{font-size: 14px;margin-right: 20px;}
	.navmenus a.cur{font-size: 20px;}
	.searchbox .inputbox{margin-bottom: 10px;}
	.itemList{grid-template-columns: repeat(1,1fr);gap:20px}
	.banner3{padding: 0 40px;}
	.xxgkList .item a{flex-direction: column;}
	.xxgkList .item .date{margin-bottom: 10px;}
	.xxgkList .item .txts .tit{height: auto;margin-bottom: 10px;}
	.xxgkList .item{padding: 20px 0;}
	.site_wrap-xxgk-con{padding:0 40px}
	.relate-news .left, .relate-news .right{width: 100%;}
	.zylist .item{padding:15px 0}
	.searchbox{flex-direction: column;}
	.searchbox .inputbox{width: 200px;}
	.searchpart{flex-direction: column;align-items: flex-start;}
	.searchpart .text{margin-bottom: 10px;}
	.searchpart .select{margin-bottom: 10px;}
	.relate-news div a{padding:20px 0}
	.relate-news .right a{width: 100%;}
	.relate-news{padding: 0;}
	.relate-news{flex-direction: column;}
	.zylist{margin-top:-10px}
	.relate-news div a{font-size: 14px;}
	.news-detail-con .desc{padding:20px 0;}
	.news-detail-con .desc .right a img{width:30px;height: 30px;}
	.news-detail-con .desc .left{margin-bottom: 10px;}
	.site_wrap6-con .left{margin-bottom: 0px;transform:scale(0.6) !important;transform-origin:left top}
	.site_wrap6-con .rightpart4 .tit11{font-size:36px;margin-top:-40px}
	.site_wrap6-con .left .icon{margin-bottom: 20px;}
	.site_wrap6-con{padding:0 40px}
	.site_wrap6-con{
		flex-direction: column;
	}
	.news-detail-con .desc .right{flex-wrap: wrap;}
	.news-detail-con .desc{flex-direction: column;align-items: flex-start;}
	.news-detail-con .tit{font-size: 24px;line-height: 32px;padding-bottom: 30px;}
	.news-detail{padding:40px 0}
	.news-detail-con{padding: 0 40px;}
	.site-wrap2 {
		padding: 40px;
	}
	.zzjg .tit2{font-size: 32px;line-height: 36px;margin-bottom: 20px;font-weight: 700;}

	.site-wrap2 .bg {
		z-index: -1;
	}

	.foot-left .address .item {
		margin-bottom: 8px;
		flex-direction: column;
	}

	.foot-left .address .item .label {
		margin-bottom: 5px;
	}
	.newslist .item .box .item-info .tit{
	    height: 24px;
	}

	.mobile {
		display: block;
	}

	.site-wrap2-con .rightpart .intro-nav .items .icon,.site_wrap6-con .rightpart4 .intro-nav .items .icon {
		margin: auto;
		width: 40px;
		height: 40px;
		background-size: 40px 40px;
	}

	.site-wrap2-con {
		flex-direction: column;
	}

	.site-wrap2-con .rightpart .intro-nav .items .text,.site_wrap6-con .rightpart4 .intro-nav .items .text {
		font-size: 14px;
	}

	.site-wrap2-con .leftpart {
		width: 100%;
		margin-bottom: 30px;
	}
	.site-wrap2-con .leftpart .more{
	
	    font-size: 14px;
	}
	.site-wrap2-con .leftpart .more strong{
	    width:30px;height: 30px;
	}

	.site-wrap2-con .leftpart .tit {
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 28px;
	}

	.site-wrap2-con .rightpart .intro-nav,.site_wrap6-con .rightpart4 .intro-nav {
		flex-wrap: wrap;
	}

	.site-wrap2-con .rightpart .intro,.site_wrap6-con .rightpart4 .intro2 {
		margin-bottom: 20px;font-size: 14px;
	}

	.site-wrap3-con1 {
		padding: 20px 40px;
	}

	.mapbox .left {
		width: 50%
	}

	.mapbox .right {
		position: relative;
		z-index: 999;
	}

	.mapbox .mid {
		margin-left: -25%;
	}

	.mapbox .left .tip {
		margin-top: 20px;
	}

	.mapbox .left .tip .item1 {
		margin-right: 10px;
		font-size: 12px;
	}

	.mapbox .left .tip .item1 img {
		width: 16px;
		height: 16px;
		margin-right: 5px;
	}

	.site-wrap3 .hd h3 {
		font-size: 20px;
		line-height: 28px;
	}

	.mapbox .left .text {
		font-size: 15px;
		line-height: 24px;
		transform: scale(0.8);
		transform-origin: top left;
	}
	.mapbox .left .tip{
	    transform: scale(0.8);
		transform-origin: top left;margin-top:0;
	}
	.mapbox .right{
	    margin-top:-40px;
	}

	.mapbox .right a .btn {
		width: 120px;
		transform: scale(0.5) !important;
		margin-right:40px;
		transform-origin: top right;
		font-size: 15px;
		height: 40px;
		margin-top: 15px
	}
	.site-wrap4-con .hd{margin-bottom: 20px;}
	.site-wrap4-con .hd2{
		justify-content: flex-start;
		flex-direction: column;
		align-items: flex-start;
	}
	.site-wrap4-con .hd.hd2 .left{margin-bottom: 10px;}

	.site-wrap2-con .rightpart .intro-nav .items,.site_wrap6-con .rightpart4 .intro-nav .items {
		flex: 1;
		width: 50%;
		text-align: center;
		height: auto;
		padding: 15px 4px;
		margin-right: 0;
	}

	.menu {
		display: none !important;
	}

	.head-wrap .right .language {
		display: none;
	}

	.copyright p {
		padding: 0 40px;
	}

	.site-wrap5 {
		padding: 40px 0 20px 0;
	}

	.site-wrap5-con .hd {
		margin-bottom: 20px;
	}

	.site-wrap5-con .hd h3 {
		font-size: 20px;
	}

	.site-wrap5-con {
		padding: 0 40px;
	}

	.site-wrap4 {
		padding: 40px 0;
	}

	.partList {
		display: grid;
		gap: 15px;
		grid-template-columns: repeat(2, 1fr);
	}

	.footer {
		padding: 30px 0 22px 0;
	}

	.foot-right {
		display: flex;
		flex-direction: column;
		display: none;
	}

	.foot-right .item {
		margin-bottom: 20px;
	}

	.foot-right .item .tit {
		margin-bottom: 15px;
	}

	.footer-con {
		padding: 0 40px;
		flex-direction: column;
	}

	.foot-left {
		width: 100% !important;
	}

	.partList .item img {
		width: 100%;
		height: inherit;
	}

	.swiper-pagination-bullet-active {
		background: #00a54f;
	}

	.partList .item {
		margin-right: 0;
		margin-bottom: 0;
	}

	.partList .item:nth-of-type(7) {
		margin-left: 0px;
	}

	.partList .item:nth-of-type(13) {
		margin-right: 0px;
	}

	.site-wrap4-con .hd .left {
		font-size: 20px;
	}

	.site-wrap4-con .hd .right a.a1 {
		width: 120px;
		height: 40px;
		transform: scale(0.5) !important;
		transform-origin: top right;
		font-size: 15px;
	}

	.newslist .item .box .pic {
		height: auto;
	}

	.newslist {
		grid-template-columns: repeat(1, 1fr);
	}

	.newslist .item .box .pic img {
		min-height: inherit;
	}

	.site-wrap4-con {
		padding: 0 40px;
	}

	.slideBox2 .prev {
		left: -40px;
		margin-bottom: 90px;
		bottom: 50%;
		width: 40px;
		height: 40px;
		background: url(../images/index-iconlefts.png) no-repeat center center;
	}

	.slideBox2 .prev:hover {
		background: url(../images/index-iconlefts-h.png) no-repeat center center;
	}

	.slideBox2 .next {
		right: -40px;
		margin-bottom: 90px;
		bottom: 50%;
		width: 40px;
		height: 40px;
		background: url(../images/index-iconrights.png) no-repeat center center;

	}

	.slideBox2 .next:hover {
		background: url(../images/index-iconrights-h.png) no-repeat center center;
	}

	.site-wrap1 {
		
		padding: 0 40px;
		padding-bottom: 30px;
	}

	.maininfo {
		flex-direction: column;
	}

	.maininfo .leftinfo .tit {
		margin-bottom: 10px;font-size:28px;line-height: 40px;
	}

	.maininfo .leftinfo .tit2 {
		margin-bottom: 10px;font-size:18px;
	}

	.maininfo .leftinfo .intro {
		width: 100%;
		margin-bottom: 20px;
	}

	.maininfo .leftinfo .btn {
		margin-bottom: 40px;
		transform: scale(0.8) !important;
		transform-origin: top left;
	}

	.site-wrap1 .hds {
		padding: 20px 0 10px 0;
	}
	.maininfo .leftinfo .intro{
	    font-size:14px;
	}

	.slideBox2 .hd {
		display: none;
	}

	.site-wrap1 .hds h3 {
		font-size: 20px;
		font-weight: 700;
	}

	.head {
		padding: 15px 0;
	}

	.head-wrap {
		padding: 0 15px;
	}

	.head-wrap .left img {
		height: 24px;
	}

	.slideBox {
		display: none;
	}

	.slideBox .hd {
		right: 50%;
		margin-right: -20px;
		bottom: 30px
	}

	.slideBox .hd ul {
		width: auto;
	}

	.slideBox .hd ul li.on::after {
		background: none;
		height: 0;
	}

	.slideBox .hd ul li {
		writing-mode: vertical-lr;
	}

	.menuList {
		display: none;
	}

	.menutap {
		display: block;
		margin-right: 20px;
	}

}