.index {
	position: relative;
	width: 100%;
	background-color: #fff;
}

.index .banner .ma5slider {
	margin-bottom: 10px;
}

.index .banner .navs-wrapper {
	/* min-height: 27rem; */
	padding: 0 !important;
}

.index .banner .navs-wrapper .slide-area {
	overflow: visible;
}

.index .banner .banner_box {
	display: inline-block;
	height: 100%;
}

.index .banner .banner_box .bnerimg {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.index .banner .banner_box .bnerimg img {
	height: 213px;
	width: 60%;
	margin: 0 auto;
}

.banner .navs-wrapper {
	/* height: auto !important; */
}

.index .banner .banner_box .bnerimg .banntit {
	text-align: left;
}

.index .banner .banner_box .bnerimg .banntit h2 {
	color: #4F0599;
	font-size: 1.871429rem;
}

.index .banner .banner_box .bnerimg .banntit p {
	font-size: 1.15714286rem;
	color: #333;
}

.index .banner .banner_box .bnerimg .banntit .btn {
	/* background: #4F0599 !important; */
	color: #fff;
}

.index .banner .dots {
	margin: 0;
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
}

.index .banner .banner1 {
	background-color: #c8e6f4;
}

.index .banner .banner2 {
	background-color: #F4F5F6;
}

.index .banner .banner3 {
	background-color: #bcdaff;
}

.index .banner_fot .dots {
	display: none;

}

.index .banner_fot .banbox {
	background-color: #819ab1;
	color: #fff;
}

.index .banner_fot .slides_tit .banbox {
	font-size: 22px;
	line-height: 70px;
}

.index .banner_fot .slides_tit .banbox span {
	font-size: 16px;
	display: inline;
}

.index .banner_fot .slides_tit .banbox .more_btn {
	padding: 9px 35px;
	border: 2px solid #fff;
	border-radius: 20px;
	cursor: pointer;
	margin-left: 100px;
}

.index .zycp {
	width: 100%;
	position: relative;
	z-index: 999;
}

.index .zycp .zycp_pic {
	width: 100%;
	display: block;
	overflow: hidden;
}

.index .zycp .zycp_pic ul {
	width: 100%;
	transition: all .5s;
}

.index .zycp .zycp_pic ul li {
	display: inline-block;
	padding: 0 !important;
	float: none;
}

.index .zycp .zycp_pic ul li .zcjs {
	box-shadow: 0 0 5px #ccc;
}

.index .zycp .zycp_pic ul li .zc_pic {
	text-align: center;
}

.index .zycp .zycp_pic ul li .zc_pic h4 {
	margin: 0;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	/* background-color: #4e0499; */
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.index .zycp .zycp_pic ul li .zc_pic .fl_pic {
	height: 250px;
}

.index .zycp .zycp_pic ul li .zc_pic img {
	width: 100%;
}

.index .zycp .zycp_pic ul li .fot_li {
	background: #f7f7f7;
	overflow: hidden;
}

.index .zycp .zycp_pic ul li .fot_li .cpjs {
	padding: 25px 0;
	text-align: center;
	margin: 43px 43px 20px;
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
	overflow: hidden;
	height: 170px;
}

.index .zycp .zycp_pic ul li .fot_li .cpjs p {
	color: #4e4f63;
	line-height: 25px;
	width: 100%;
	overflow: hidden;
	/*超出部分隐藏*/
	white-space: nowrap;
	/*不换行*/
	text-overflow: ellipsis;
	/*超出部分文字以...显示*/
}

.index .zycp .zycp_pic ul li .fot_li .cpjs p a {
	color: #333;
}

.index .zycp .zycp_pic ul li .fot_li .cpjs p .o {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 10px;
}

.index .zycp .zycp_pic ul li .fot_li .cp_btn {
	text-align: center;
	padding: 20px 0;
}

.index .zycp .zycp_pic ul li .fot_li .cp_btn button {
	font-size: 20px;
	width: 150px;
	height: 51px;
	background: transparent;
	border: 0;
	border-radius: 30px;
	outline: none;
	border: 1px solid #5d7eb1;
}

.index .zycp .zycp_pic ul li .fot_li .cp_btn button:hover {
	background: #5d7eb1;
	color: #fff;
}

.index .zycp .zycp_pic ul li:hover {
	box-shadow: 2px 2px 20px #ccc;
}

.index .zycp .zycp_pic ul li:hover button {
	color: #fff !important;
	background: #5d7eb1 !important;
}

.index .zycp .cpsub_btn {
	text-align: center;
	margin-top: 50px;
}

.index .zycp .cpsub_btn button {
	width: 200px;
	height: 50px;
	/* background: #5d7eb1; */
	color: #fff;
	border: 0;
	border-radius: 6px;
	outline: none;
}

@media (min-width: 980px) {
	.banner_fot .navs-wrapper {
		display: block;
		height: 70px !important;
		padding: 0 !important;
	}

	.banner_fot .banbox span {
		display: inline-block;
		width: 100%;
		height: 100px;
	}

	.zycp_pic {
		padding: 20px 0px !important;
	}

	.zycp_pic ul li {
		margin: 25px;
		width: 28%;
	}

	.index .banner .banner_box .bnerimg {
		padding: 75px 0;
		overflow: hidden;
	}

	.banner .navs-wrapper {
		height: 750px;
	}

	.outside-dots .dots>.dot {
		margin: 4px 13px;
		border-radius: 50%;
		background-color: #fff;
		width: 22px;
		height: 22px;
	}

	.outside-dots .dots>.dot.active {
		background-color: rgb(0, 135, 6);
	}

}

@media (max-width: 980px) {
	.index .banner .banner_box {
		/* height: 580px; */
	}

	.index .banner .banner_box .bnerimg .banntit h2 {
		font-size: 16px;
		font-weight: bold;
	}

	.btn-group-justified {
		width: 100px;
	}

	.banner .navs-wrapper {
		height: 300px !important;
	}

	.index .banner .banner_box .bnerimg img {
		height: 100px;
		width: 147px;
	}

	.index .banner .banner_box .bnerimg .banntit p {
		font-size: 12px;
	}

	.banner_fot .navs-wrapper {
		display: block;
		height: 70px !important;
		padding: 0 !important;
	}

	.banner_fot .banbox span {
		display: inline-block;
		width: 100%;
		height: 100px;
	}

	.zycp_pic {
		padding: 10px !important;
	}

	.bnerimg {
		overflow: hidden;
		padding: 20px 10px;
	}
}

.banner .ma5slider .swiper-item {
	/* position: relative; */
	height: 750px;
}

.banner .ma5slider .swiper-item img {
	/* width: 100%;
  height: 100%; */
}

/* 模态框 */
.banner .modal-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #ffffff96;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 51.5%;
	height: 240px;
	z-index: 2;
}

.banner .modal-box span:nth-of-type(1) {
	font-size: 30px;
	font-weight: bold;
	color: #2a2927;
	margin-bottom: 16px;
}

.banner .modal-box span:nth-of-type(2) {
	font-size: 34px;
	font-weight: bold;
	color: #2a2927;
	margin-bottom: 26px;
}

.banner .modal-box .moadl-btn {
	border-radius: 10px;
	background-color: rgb(0, 143, 30);
	box-shadow: 0px 7px 15.2px 0.8px rgba(0, 0, 0, 0.25);
	width: 235px;
	height: 53px;
	outline: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-decoration: none;
}

.banner .modal-box .moadl-btn span {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	margin: 0 !important;
}

/* 版心 */

.page-content {
	background-color: #f9f9f9;
}

.page-content .content-box {
	/* padding: 82px 177px 0 193px; */
	width: 81%;
	margin: 0 auto;
}

.page-content .about-kd {
	display: flex;
	/* background-color: #f9f9f9; */
	/* padding: 72px 0px 77px 193px; */
	width: 90%;
	padding: 0;
	float: right;
	margin-top: 60px;
	padding-bottom: 60px;
}

.page-content .about-kd .about-left {
	z-index: 1;
	width: 60%;
}

.page-content .about-kd .about-right {
	padding-top: 36px;
	width: 64%;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-iteration-count: 1;
}

.page-content .about-kd .about-right img {
	width: 100%;
	/*  height: 100%; */
	min-height: 500px;
}

.page-content .content-box .e-title span {
	font-family: "Impact";
	color: #e0e0e0;
	font-size: 43px;
}

.page-content .content-box .c-title span {
	position: relative;
	font-size: 29.611px;
	color: rgb(42, 41, 39);
	font-weight: bold;
	line-height: 1.013;
}

.page-content .content-box .c-title {
	margin-bottom: 64px;
}

.page-content .content-box .c-title span::after {
	content: '';
	position: absolute;
	top: 45px;
	left: 0;
	width: 48%;
	height: 2px;
	background-color: #01833d;
}

.page-content .about-kd .about-content {
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 23.75px 1.25px rgba(0, 0, 0, 0.11);
	width: 116%;
	padding: 50px 40px 45px 26px;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-iteration-count: 1;
}

.page-content .about-kd .about-content p:nth-of-type(1) {
	font-size: 24px;
	color: rgb(42, 41, 39);
}

.page-content .about-kd .about-content p:nth-of-type(2) {
	font-size: 14px;
	color: rgb(81, 81, 81);
	line-height: 26px;
	MARGIN-TOP: 30px;
}

/* .page-content .about-kd .num-statistics .statistics span:nth-of-type(1){
  font-family: 'Open Sans', sans-serif;
  color: #e0e0e0;
  font-size: 43px;
} */
.page-content .about-kd .num-statistics {
	display: flex;
	justify-content: space-around;
	margin: 44px 0 46px 0;
}

.page-content .about-kd .num-statistics .statistics {
	display: flex;
	flex-direction: column;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-iteration-count: 1;
}

.application-describe {
	animation-duration: 2s;
	animation-delay: 0s;
	animation-iteration-count: 1;
}

.page-content .about-kd .num-statistics .statistics span:nth-of-type(2) {
	font-size: 14px;
	color: rgb(42, 41, 39);
	text-align: center;
}

.page-content .about-kd .num-statistics .statistics span:nth-of-type(1) {
font-size: 40px;
    font-family: "Impact";
    color: #556f5b;
    text-align: center;
}

.page-content .about-kd .about-particulars {
	border-radius: 10px;
	background-color: rgb(0, 143, 30);
	box-shadow: 0px 7px 15.2px 0.8px rgba(0, 0, 0, 0.25);
	width: 27.3%;
	height: 45px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-decoration: none;
	margin-left: 68%;
}

.page-content .about-kd .about-particulars span:nth-of-type(1) {
	color: #fff;
	font-weight: bold;
}

/* 应用领域 */
.page-content .application-kd {
	display: flex;
	flex-direction: column;
	padding-top: 60px;
}

.page-content .application-kd .application-show {
	padding: 75px 0 106px 0;
}

.page-content .application-kd .application-show .application-wrap {
	display: flex;
	justify-content: space-between;
}

.page-content .application-kd .application-show .application-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: rgb(250, 250, 250);
	box-shadow: 0px 0px 23.75px 1.25px rgba(0, 0, 0, 0.11);
	width: 140px;
	height: 140px;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-iteration-count: 1;
	transition: all 0.3s linear;
}

.page-content .application-kd .application-show .application-box:nth-child(6) {
	margin-right: 0;
}

.page-content .application-kd .application-show .application-box span {
	position: relative;
	font-size: 14px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	margin-top: 1px;
}

.page-content .content-box .e-title {
	animation-duration: 2s;
	animation-delay: 0s;
	animation-iteration-count: 1;
}

.page-content .content-box .c-title {
	display: flex;
	justify-content: space-between;
	animation-duration: 2s;
	animation-delay: 0s;
	animation-iteration-count: 1;
}

.page-content .content-box .c-title p a {
	position: relative;
	top: 25px;
	font-size: 14px;
	color: rgb(0, 143, 30);
}

.line{
width: 18px;
    height: 3px;
    background-color: #01833d;
    margin-top: 8px;
}

.page-content .application-kd .application-show .application-box .img-box {
	width: 68px;
	height: 68px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-content .application-kd .application-show .application-box:last-child span::after {
	left: 14px;
}

.page-content .application-kd .application-show .application-box:hover {
	box-shadow: 0px 0px 23.75px 1.25px rgb(0 143 30);
	border: 4px solid #008f1e;
	transition: all 0.3s linear;
}

.page-content .news-kd {
	background-color: #f9f9f9;
	padding-bottom: 105px;
	/* float: left; */
	margin: 0 auto;
	overflow: hidden;
	padding-top: 60px;
}

.page-content .news-kd .news-content {
	display: flex;
	flex-direction: column;
	padding: 0;
	border: 1px solid rgb(237, 237, 237);
	animation-duration: 2s;
	animation-delay: 0s;
	animation-iteration-count: 1;
}

.page-content .news-kd .news-content img {
	width: 100%;
	height: 250px;
}

.page-content .news-kd .news-content span:nth-of-type(1) {
	color: rgb(153, 153, 153);
	font-size: 14px;
	padding: 20px 15px 20px 15px;
}

.page-content .news-kd .news-content span:nth-of-type(2) {
color: rgb(51, 51, 51);
    font-size: 16px;
    padding: 0 15px 20px 15px;
    height: 60px;
}

.page-content .news-kd .news-content span:nth-of-type(3) {
	position: relative;
	padding: 0 15px 0 15px;
	display: flex;
	justify-content: space-between;
	padding: 20px 20px 15px 15px;
}

.page-content .news-kd .news-content span:nth-of-type(3) a {
	font-size: 15px;
	color: #01833d;
}

.page-content .news-kd .news-content span:nth-of-type(3) span {
	font-size: 15px;
	color: #01833d;
	padding: 0;
}

.page-content .news-kd .news-content span:nth-of-type(3)::after {
	content: '';
	position: absolute;
	top: 0px;
	left: 14px;
	width: 93%;
	height: 1px;
	background-color: rgb(237, 237, 237);
}

.page-content .news-kd .news-content {
	width: 31% !important;
	background-color: #fff;
}

.page-content .news-kd .news-content:nth-child(1) {
	margin-right: 3.5%;
}

.page-content .news-kd .news-content:nth-child(2) {
	margin-right: 3.5%;
}

/* 移动端样式 */
@media (max-width: 1200px) {
	.page-content .application-kd .application-show .application-wrap {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.page-content .application-kd .application-show .application-box:nth-child(6) {

		margin-right: 7%;
	}

	.page-content .application-kd .application-show .application-box {
		width: 148px;
		margin: 0 7% 18px 0%;
	}

}

@media (max-width: 768px) {
	.page-content .application-kd .application-show .application-wrap {
		justify-content: space-around;
	}

	.page-content .about-kd {
		padding: 0;
		display: flex;
		flex-direction: column;
	}

	.page-content .application-kd {
		padding: 0;
		width: 94%;
		margin: 0 auto;
	}

	.page-content .news-kd {
		padding: 0;
		width: 94%;
		margin: 0 auto;
	}

	.page-content .about-kd .about-content {
		padding: 10px;
		width: 100%;
		animate-duration: 2s;
	}

	.page-content .about-kd .about-content p:nth-of-type(1) {
		font-size: 16px;
	}

	.page-content .about-kd .num-statistics .statistics span:nth-of-type(1) {
		font-size: 22px;
	}

	.page-content .about-kd .num-statistics .statistics span:nth-of-type(2) {
		font-size: 12px;
	}

	.page-content .about-kd .num-statistics {
		margin: 22px 0 20px 0;
	}

	.page-content .about-kd .about-particulars {
		width: 45%;
	}

	.page-content .about-kd .about-right img {
		width: 100%;
		min-height: 230px;
	}

	.page-content .about-kd .about-left {
		width: 100%;
	}

	.page-content .about-kd .about-right {
		width: 100%;
	}

	.page-content .application-kd .application-show .application-box {
		width: 138px !important;
		margin: 0 0 18px 0;
	}

	.page-content .about-kd .about-particulars {
		margin-left: 52% !important;
	}

	.page-content .application-kd .application-show {
		padding-bottom: 30px;
	}

	.page-content .news-kd .news-content {
		margin-right: 2.4%;
	}

	.footer .rightjj {
		padding: 0;
	}

	.banner .ma5slider .swiper-item {
		height: 300px;
	}

	.banner .modal-box {
		width: 80%;
		height: 150px;
	}

	.banner .modal-box span:nth-of-type(1) {
		font-size: 14px;
	}

	.banner .modal-box span:nth-of-type(2) {
		font-size: 15px;
		margin-bottom: 12px;
	}

	.banner .modal-box .moadl-btn {
		width: 60%;
		height: 29px;
	}

	.banner .modal-box .moadl-btn img {
		height: auto;
	}

	.page-content .news-kd .news-content:nth-child(1) {
		margin-right: 0;
	}

	.page-content .news-kd .news-content:nth-child(2) {
		margin-right: 0;
	}

	.page-content .news-kd .news-content {
		width: 100% !important;
		margin-bottom: 20px;
	}

	.page-content .application-kd .application-show .application-box:nth-child(6) {
		margin-right: 0;
	}

	.page-content .about-kd {
		display: flex;
		width: 96%;
		padding: 0;
		float: left;
		margin-top: 60px;
		padding-bottom: 60px;
		margin-left: 7px;
	}


}
