@charset "utf-8";


/* CSS Document */


@keyframes scaleDraw {

	/*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	0% {
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		/*开始为原始大小*/
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

#video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	object-fit: cover;
}

.jumpto {

	transition: .3s all;
	width: 0.6rem;
	height: 0.6rem;
	background: #10a047;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 100;
	left: 50%;
	bottom: 0.33rem;
	margin: 0 0 0 -0.3rem;
	z-index: 10;
	animation: jumptoMap 1.5s linear infinite;
	cursor: pointer;
}

.jumpto i {
	color: #fff;
	font-size: 0.3rem;
}

.banner-container {
	position: relative;
	overflow: hidden;
	width: 100%;

}


.banner-container .swiper-slide {
	overflow: hidden;

}

.swiper-slide .b-img {
	width: 100%;
	display: block;
}

.swiper-slide-active .b-img {

	animation: changeScale 1 3s;
}

.s-img {
	display: none;
}




.bannerBar {
	position: absolute;
	bottom: 22%;
	left: 0;
	width: 100%;
}

.bannerBar .swiper-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}


.banner-container .swiper-pagination-bullet {

	cursor: pointer;
	transition-duration: .5s;
	width: 0.15rem;
	height: 0.15rem;
	background: #fff;
	border: none !important;
	border-radius: 50%;
	opacity: 1;
	margin: 0 0.06rem !important;
	float: left;
	color: #fff;
	position: relative;

}




.banner-container .swiper-pagination-bullet-active {
	/* background-color: #006acc !important;
    opacity: 1;
    border: 1px solid #006acc !important; */
	background: #10a047;
}

.banner-container .swiper-pagination-bullet-active:nth-child(1) {
	margin-left: 0 !important;
}




.banner-txt {
	width: 100%;
	position: absolute;
	top: 25%;
	left: 0;
	color: #fff;
	opacity: 0;
	transition-duration: 2s;


}

.swiper-slide-active .banner-txt {
	opacity: 1;
	top: 35%;
}


.banner-txt dl dd h1 {
	font-size: 0.48rem;
	line-height: 1.3;
}



.banner-txt dl dd p {
	font-size: 0.22rem;
	margin: 0.2rem 0 0.4rem 0;
}

.more {
	width: 1.9rem;
	height: 0.56rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.2rem;
	border-radius: 0.3rem;
	border: 1px solid #fff;
	transition-duration: .5s;
	font-size: 0.2rem;
	color: #fff;
}

.more:hover {
	background: #10a047;
	color: #ffffff;
	border-color: #10a047;
	padding: 0 0.25rem;
}

.homeZyyw {

	position: relative;
	padding: 0.7rem 0 1.3rem 0;
}

/* .homeZyyw .Menubox {
    padding: 0 0 0 1.6rem;
} */



.homeZyyw .Menubox ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 0.6rem;

	/* 子元素高度拉伸 */
}

.homeZyyw .Menubox ul li {
	width: 12%;
	padding: 0.42rem 0.2rem;
	transition-duration: .5s;
	height: 5.85rem;
	background: #dee0ee;
	position: relative;
	cursor: pointer;
	border-bottom: 0.05rem solid #10a047;
	border-radius: 0.1rem;
}

.homeZyyw .Menubox ul li:nth-child(2n) {
	background: #f5f5fc;
	border-bottom: 0.05rem solid #142472;
}



.homeZyyw .Menubox ul li.hover {
	width: 40%;
	background: #10a047;
	color: #fff;
}

.pLIs {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	display: none;
}

.pLIs a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	height: 0.8rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 0.24rem;
	font-weight: bold;
	padding-left: 0.2rem;
	position: relative;
	transition-duration: .5s;
}

.pLIs a::before {
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.03rem;
	border-radius: 50%;
}

.pLIs a:hover {
	padding-left: 0.3rem;
}

.pLIs a i {
	font-size: 0.2rem;
}

.homeZyyw .Menubox ul li dl dt h1 {
	font-size: 0.32rem;
	font-weight: normal;
	line-height: 1.4;
}

.homeZyyw .Menubox ul li dl dt p {
	font-size: 0.2rem;
	margin: 0.2rem 0 0.4rem 0;

}

.homeZyyw .Menubox ul li dl dt .more {
	color: #858585;
	border-color: #858585;
	position: absolute;
	bottom: 0.6rem;
	left: 0.2rem;
	width: 80%;
	transition-duration: 0s;
}

.homeZyyw .Menubox ul li.hover .pLIs {
	display: block;
}

.homeZyyw .Menubox ul li.hover dl dt .more {
	color: #fff;
	border-color: #fff;
	width: 2.2rem;
}

.homeZyyw .Menubox ul li.hover dl dt h1 {
	font-weight: bold;
}

.homeZyyw .Menubox ul li.hover dl dt .more:hover {
	color: #fff;
}

.homeZyyw .Menubox ul li dl dd {
	width: 60%;
	padding-left: 5%;
}

.homeZyyw .Menubox ul li.hover dd {
	display: block;
}



.homeAbout {
	display: flex;
	justify-content: space-between;
	flex: 1;
	/* 平分宽度 */
}

.abImg {
	width: 50%;
	border-radius: 0.1rem;
	overflow: hidden;
}

.abImg img {
	width: 100%;
	height: 100%;
	display: block;
}

.abLIs {
	width: 50%;
}

.abJs {
	height: 60%;
	background: url(../images/bg1.png) no-repeat right top #10a047;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 1.5rem 0 0.69rem;
	color: #fff;
	border-radius: 0.1rem 0.1rem 0 0;
	overflow: hidden;
}

.abJs h1 {
	font-size: 0.48rem;
	line-height: 1;
}

.abJs p {
	font-size: 0.2rem;
	margin: 0.3rem 0 0.5rem 0;
}

.abHz {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40%;
}

.abHz dl {
	height: 100%;
	width: 50%;
	display: flex;
	align-items: center;
	padding-left: 0.64rem;
	color: #fff;
}

.abHz dl:nth-child(1) {
	background: url(../images/bg2.png) no-repeat left bottom #142472;
	background-size: contain;
	border-radius: 0 0 0.1rem 0.1rem;
}

.abHz dl:nth-child(2) {
	background: url(../images/bg3.png) no-repeat left bottom #016b73;
	background-size: contain;
	border-radius: 0 0 0.1rem 0.1rem;
}

.abHz dl dt {
	width: 0.5rem;
	height: 0.07rem;
	background: #fff;
	border-radius: 0.1rem;
	margin-bottom: 1rem;
	transition-duration: .5s;
}

.abHz dl dd h1 {
	font-size: 0.6rem;
	line-height: 1;
	margin-bottom: 0.1rem;
}

.abHz dl dd p {
	font-size: 0.22rem;
}

.abHz dl:hover dt {
	width: 1.8rem;
}

@keyframes line-anm {

	to {
		stroke-dashoffset: 0;
	}
}

@keyframes fill-anm {
	from {
		fill: transparent;
	}

	to {
		fill: #ffffff;
	}
}

@keyframes line-anm2 {

	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes fill-anm2 {
	0% {
		fill: transparent;
	}

	100% {
		fill: #ffffff;
	}
}

.icon {
	animation: fill-anm 4s ease forwards 1000ms;
}

.icon path {
	stroke-dasharray: 3000;
	stroke-dashoffset: 3000;
	animation: line-anm 4s ease forwards;
}

.abHz dl:hover .icon {
	animation: fill-anm2 2s ease forwards 300ms;
}

.abHz dl:hover .icon path {
	animation: line-anm2 2s ease forwards;
}

.homeHz {

	position: relative;
}

.homeHz .homeTi {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0.9rem;
	z-index: 10;
}

.homeHz .homeTi .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.homeTi {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.homeHz .homeTi {
	display: block;
}

.homeTi h1 {
	font-size: 0.48rem;
}

.homeTi .more {
	color: #333;
	border-color: #333;
}

.homeTi .more:hover {
	color: #fff;
	border-color: #fff;
}

.hzImg {
	width: 100%;
	display: block;
}

.hzLIs {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 1.52rem;
}

.hzLIs ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.hzLIs ul li {
	width: 10%;
	height: 1rem;
	position: relative;

	cursor: pointer;
	margin: 0 1.1%;
	text-align: center;
}

.hzLIs ul li img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: block;
	max-width: 90%;
	max-height: 100%;
	width: auto;
	animation: strong-blink 81s infinite;
	transition-duration: .5s;
}

.hzLIs ul li:hover img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
}

/* 为每张图片设置随机动画参数 */
.hzLIs ul li:nth-child(1) img {
	animation-duration: 2s;

}

.hzLIs ul li:nth-child(2) img {
	animation-duration: 4s;

}

.hzLIs ul li:nth-child(3) img {
	animation-duration: 6s;

}

.hzLIs ul li:nth-child(4) img {
	animation-duration: 8s;

}

.hzLIs ul li:nth-child(5) img {
	animation-duration: 10s;

}

.hzLIs ul li:nth-child(6) img {
	animation-duration: 12s;

}

.hzLIs ul li:nth-child(7) img {
	animation-duration: 14s;

}

.hzLIs ul li:nth-child(8) img {
	animation-duration: 16s;

}

.hzLIs ul:nth-child(2n) {
	justify-content: center;
	width: 97%;
	position: relative;
	margin: 5% auto;

}

.hzLIs ul:nth-child(2n) li {
	width: 11.65%;
	margin: 0 0% 0 0;
	position: relative;

}

.hzLIs ul:nth-child(2n) li:nth-child(2) {
	left: -1.2%;
}

.hzLIs ul:nth-child(2n) li:nth-child(3) {
	left: -1.3%;
}

.hzLIs ul:nth-child(2n) li:nth-child(4) {
	left: -0.5%;
}

.hzLIs ul:nth-child(2n) li:nth-child(5) {
	left: 0.5%;
}

.hzLIs ul:nth-child(2n) li:nth-child(6) {
	left: 1%;
}

.hzLIs ul:nth-child(2n) li:nth-child(7) {
	left: 0.8%;
}

.hzLIs ul:nth-child(2n) li:nth-child(8) {
	left: -0.8%;
}

.hzLIs ul:nth-child(3) {
	width: 77%;
	margin-top: 5.8%;
	margin-bottom: 5.6%;
}

.hzLIs ul:nth-child(3) li:nth-child(2) {
	left: 1.4%;
}

.hzLIs ul:nth-child(3) li:nth-child(3) {
	left: 3.6%;

}

.hzLIs ul:nth-child(3) li:nth-child(4) {
	left: 26%;
}

.hzLIs ul:nth-child(3) li:nth-child(5) {
	left: 27.6%;
}

.hzLIs ul:nth-child(3) li:nth-child(6) {
	left: 28.5%;
}

.cicle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	text-align: center;
	z-index: 10;
	padding-top: 0.8rem;
}

.cicle h1 {
	font-size: 0.3rem;
	font-weight: bold;
	background: linear-gradient(to right, #142671, #10a047);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

.cicle h1 b {
	font-size: 0.36rem;
}

.homeNews {
	padding: 0.9rem 0;
	overflow: hidden;
}

.news-container {
	margin-top: 0.7rem;
}

.newBox {
	display: block;
	background: #f8f8f8;
	height: 5.64rem;
	border-radius: 0.2rem;
	overflow: hidden;
}

.newBox dt {
	overflow: hidden;
	background: #000;
	position: relative;
	display: none;
	transition-duration: .5s;
}

.newBox dt img {
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.6;
}

.newBox dd {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0.5rem 0.3rem;
	transition-duration: .5s;
}

.newJs span {
	font-size: 0.22rem;
}

.newJs h1 {
	font-size: 0.26rem;
	line-height: 1.3;
	margin: 0.2rem 0 0.3rem 0;
}

.newJs p {
	width: 0.88rem;
	line-height: 0.37rem;
	text-align: center;
	border: 1px solid #888888;
	color: #888888;
	border-radius: 0.3rem;
}

.newDate {
	position: absolute;
	bottom: 0;
	left: 5%;
	width: 90%;
	border-top: 1px solid #dbdbdb;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 1.2rem;
}

.newDate h1 {
	font-size: 0.66rem;
	background: linear-gradient(to right, #142671, #10a047);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.newDate p {
	font-size: 0.24rem;
	text-align: right;
}

.newDate p i {
	display: block;
	font-size: 0.12rem;
	margin-top: 0.1rem;
}

.newBox:hover dt {
	display: block;
}

.newBox:hover dd {
	color: #fff;
}

.newBox:hover dd .newDate h1 {
	color: #fff;
	-webkit-text-fill-color: #fff;
}

.newBox:hover dd .newJs p {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.3);
	color: #fff;
}

@keyframes strong-blink {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

.moPar {
	display: none;
	margin-top: 30px;
}

.moPar .swiper-slide {
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 10px #f3f3f3;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.moPar .swiper-slide img {
	height: 60px;
}

@media (-webkit-device-pixel-ratio: 1.25) {}

@media (-webkit-device-pixel-ratio: 1.5) {}




@media only screen and (max-width: 1680px) {}

@media only screen and (max-width: 1450px) {

	.content-title,
	.aboutTxt p {
		font-size: 0.22rem;
	}

	.content-title b {
		font-size: 0.2rem;
	}

	.aboutTxt {
		padding-left: 5%;
	}

	.aboutTxt p {
		width: 60%;
	}

	.homeAdvge {
		padding-left: 5%;
	}


	.ysBox .Menubox ul li p {
		width: 74%;
		font-size: 0.22rem;
	}
}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {

	.hzLIs ul li img {
		max-width: 60%;
	}
}


@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 760px) {

	.homeZyyw {
		padding-left: 0px;
		padding-top: 30px;
	}

	.ywTi {
		position: relative;
		top: 0;
	}

	.homeLx .pcImg,
	.swiper-slide .b-img {
		display: none;
	}

	.mobileImg,
	.s-img {
		display: block;
	}

	.banner-txt dl dd h1 {
		font-size: 20px;
	}

	.banner-txt {
		padding-right: 0;
	}

	.banner-txt dl dd p {
		font-size: 16px;
	}

	.banner-txt dl dd p span {
		padding: 0 10px;
	}

	.homeZyyw .Menubox ul {
		display: block;
	}

	.homeZyyw .Menubox ul li.hover .pLIs {
		display: none;
	}

	.homeZyyw .Menubox ul li {
		width: 100% !important;
		border-bottom: 1px solid #e1e1e1;
		border-right: none;
		padding: 20px 20px 50px 20px !important;
		height: auto;
	}

	.homeZyyw .Menubox ul li dl dt .more {
		width: 2.2rem;
		bottom: 30px;

	}

	.hzImg {
		display: none;
	}

	.cicle {
		display: none;
	}

	.hzLIs {
		display: none;
	}

	.homeZyyw .Menubox ul li dl dt {
		padding-top: 0;
	}

	.homeZyyw .Menubox ul li dl dd,
	.homeZyyw .Menubox ul li dl dt {
		width: 100% !important;
		display: block !important;
	}

	.homeZyyw .Menubox ul li dl dt h1 {
		font-size: 18px;
	}

	.homeZyyw .Menubox ul li dl dt p,
	.abHz dl dd p {
		font-size: 14px;
	}

	.more,
	.abJs p {
		font-size: 14px;
	}

	.homeAbout {
		display: block;
		padding: 30px 0;
	}

	.abImg {
		display: none;
	}

	.abLIs {
		width: 100%;
	}

	.abJs {
		padding: 30px 20px;
	}

	.ywTi h1,
	.abJs h1 {
		font-size: 22px;
	}

	.abHz {
		align-items: stretch;
		/* 子元素高度拉伸 */
	}

	.abHz dl {
		height: 200px;
	}

	.abHz dl dt {
		margin-bottom: 20px;
	}

	.abHz dl dd h1 {
		font-size: 20px;
	}

	.abHz dl dd p {
		height: 35px;
	}

	.moPar {
		display: block;
	}

	.homeHz .homeTi {
		position: relative;
		top: 0;
	}

	.homeTi h1 {
		font-size: 18px;
	}

	.more {
		width: 110px;
	}
}