.bannerSwiper .swiper-button-next:after, .bannerSwiper .swiper-button-prev:after {
	font-size: 22px;
	color: #fff;
}

.bannerSwiper .swiper-button-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	background-color: rgba(0, 0, 0, .3);
}

.bannerSwiper .swiper-button-prev {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	background-color: rgba(0, 0, 0, .3);
}

.bannerSwiper .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
}

.bannerSwiper .swiper-pagination-bullet-active {
	background: #048851;
}

.sec1 {
	/**background: url(../images/bg2.jpg);
	background-size: cover;**/
	padding-bottom: 40px;
}

.sec1 .lBox {
	width: 18%;
}

.sec1 .lBox li {
	margin-top: 8px;
}

.sec1 .lBox li a {
	display: block;
	color: #333;
	background: url(../images/icon41.png) #fafafa no-repeat right 10px center;
	background-size: 22px;
	border: 1px solid #efefef;
	line-height: 46px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 30px 0 14px;
	border-radius: 5px;
	position: relative;
}

.sec1 .lBox li:hover a {
	background-color: #02743b;
	background-image: url(../images/icon44.png);
	color: #fff
}

.sec1 .lBox li a:before {
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	left: 8px;
	top: 5px;
	background: #02743b;
	border-radius: 50%;
	display: none
}

.sec1 .lBox li a span {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/icon01.png) no-repeat center;
	background-size: 28px;
	position: absolute;
	left: 8px;
	top: 5px;
	display: none
}

.sec1 .rBox {
	width: 82%;
}

.sec1 .rBox li {
	width: 25%;
	float: left;
	padding-left: 30px;
	box-sizing: border-box;
	margin-bottom: 32px;
}

.sec1 .rBox li a {
	display: block;
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	overflow: hidden;
}

.sec1 .rBox li a .pho {
	width: 100%;
	margin: 0 auto
}

.sec1 .rBox li .text {
	padding: 10px 10px;
	background: #fff;
	position: relative;
	border-top: 1px solid #dedede;
}

.sec1 .rBox li .text h3 {
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center
}


.sec1 .rBox li .text::after {
	content: "";
	width: 34px;
	height: 34px;
	position: absolute;
	right: 20px;
	bottom: 24px;
	background: url(../images/icon16.png) no-repeat;
	background-size: cover;
	transition: 0.3s;
	display: none
}

.sec1 .rBox li:hover .text::after {
	background-image: url(../images/icon15.png);
	right: 15px;
}

.sec1 .rBox li:hover .text h3 {
	color: #048851;
}

.sec .more a {
	display: block;
	width: 120px;
	line-height: 36px;
	border-radius: 5px;
	background: #048851;
	color: #fff;
	font-size: 15px;
	margin: 28px auto 0;
	text-align: center;
}


/* 关于我们 */
.sec3 {
	margin: 50px auto;
}

.sec3 .text {
	width: 50%;
	padding-top: 5%;
}

.sec3 .text h2 {
	font-size: 34px;
	font-weight: 500;
}

.sec3 .text p {
	width: 90%;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin: 20px 0 50px;
}

.sec3 .text ul {
	position: relative;
	left: 0;
	width: 120%;
	right: -10%;
}

.sec3 .text ul li {
	width: 25%;
	float: left;
	padding-right: 24px;
	box-sizing: border-box;
}

.sec3 .text ul li a {
	display: block;
	background: #f9fafb;
	padding: 30px 5px;
	border-radius: 13px;
	text-align: center;
}

.sec3 .text ul li a .num {
	font-size: 20px;
	font-family: "思源黑体 CN";
}

.sec3 .text ul li a strong {
	font-size: 32px;
	font-weight: 500;
}

.sec3 .text ul li a span {
	display: block;
	font-size: 16px;
	color: #666;
	margin-top: 20px;
}

.sec3 .text ul li:last-child a {
	background: #048851;
	color: #fff;
}

.sec3 .text ul li:last-child a span {
	color: #fff;
}

.sec3 .text .more a {
	margin: 40px 0 0;
}

.sec3 .pho {
	width: 50%;
}


.sec4 li {
	width: 33.33%;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 20px 20px 15px;
	box-sizing: border-box;
}

.sec4 li a {
	display: block;
	padding: 20px 20px 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	border-radius: 5px;
}

.sec4 li span {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 4px;
}

.sec4 li h3 {
	font-size: 20px;
	line-height: 30px;
	padding-left: 40px;
	height: 60px;
	position: relative;
}

.sec4 li.li h3 {
	height: inherit;
	line-height: 34px;
}

.sec4 li.li span {
	top: 0;
}

.sec4 li p {
	font-size: 15px;
	line-height: 25px;
	color: #666;
	margin-top: 8px;
	height: 75px;
}

/**视频中心**/
.sec2 .swiper {
	padding: 20px 10px;
}

.sec2 .container {
	position: relative;
	padding: 0 50px;
}

.sec2 .swiper-slide a {
	display: block;
	padding: 20px;
	border-radius: 10px;
	background: #fafafa;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.sec2 .swiper-slide h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 17px;
	line-height: 40px;
	margin-top: 15px;
}


.sec2 .swiper-button-prev {
	left: 0;
	width: 40px;
	line-height: 40px;
	height: 40px;
	background: #048851;
}

.sec2 .swiper-button-prev:after, .sec2 .swiper-button-next:after {
	color: #fff;
	font-size: 22px;
}

.sec2 .swiper-button-next {
	right: 0;
	width: 40px;
	line-height: 40px;
	height: 40px;
	background: #048851;
}

.sec6 {
	margin-top: 40px;
	padding-bottom: 40px;
	background: url(../images/bg6.png) no-repeat top center;
}

.sec6 .list ul {
	width: 30%;
	background: #efefef;
	line-height: 46px;
	border-radius: 23px;
	overflow: hidden;
	margin: 30px auto
}

.sec6 .list ul li {
	width: 33.33%;
	float: left;
}

.sec6 .list ul li a {
	display: block;
	font-size: 17px;
	text-align: center;
	color: #333;
}

.sec6 .list ul li.on a {
	background-color: #048851;
	color: #fff;
}

.sec6 .box .ul1 {
	width: 32%;
	padding: 0 20px;
	box-sizing: border-box;
}

.sec6 .box a {
	display: block;
	box-shadow: 0 0 12px rgba(0, 0, 0, .3);
	border-radius: 8px;
	overflow: hidden;
}

.sec6 .box .text {
	padding: 22px 25px 0;
	position: relative;
	border-top: 1px solid #f1f1f1;
	z-index: 0;
}

.sec6 .box .text:after {
	content: "";
	width: 60%;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 20%;
	background: url(../images/bg3.jpg) no-repeat right bottom;
	background-size: cover;
	opacity: 0.4;
	z-index: -1;
}

.sec6 .box h3 {
	font-size: 19px;
	color: #222;
	margin: 12px 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.sec6 .box p {
	font-size: 15px;
	line-height: 30px;
	height: 60px;
	color: #666;
	overflow: hidden;
}

.sec6 .box .text strong {
	display: block;
	color: #048851;
	font-size: 36px;
	font-weight: 500;
}

.sec6 .box .text span.tim {
	display: block;
	font-size: 15px;
	color: #777;
}

.sec6 .box .text span.link {
	display: block;
	padding: 14px 20px;
	border-top: 1px solid #f1f1f1;
	margin: 30px -25px 0;
	font-size: 16px;
	color: #999;
	background: url(../images/icon24.png) no-repeat right 25px center;
	background-size: 24px;
	transition: 0.3s;
}

.sec6 .box a:hover .text span.link {
	color: #048851;
	background: url(../images/icon25.png) no-repeat right 20px center;
	background-size: 24px;
}

.sec6 .box .rBox {
	width: 68%;
}

.sec6 .box .ul2 li {
	margin-bottom: 25px;
	width: 50%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
}

.sec6 .box .ul2 li .text {
	padding: 15px 25px 0;
}

.sec6 .box .ul2 .text span.link {
	margin-top: 25px;
}

.sec6 .box .text span.lm {
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 106px;
	line-height: 30px;
	text-align: center;
	background: url(../images/icon17.png) no-repeat;
	background-size: cover;
	color: #048851;
	font-size: 15px;
}

.sec6 .box .ul3 {
	margin: 20px;
	padding: 12px 15px 20px;
	background: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	box-sizing: border-box;
	border-radius: 8px;
}

.sec6 .box .ul3 li {
	padding: 0 10px;

}

.sec6 .box .ul3 li a {
	position: relative;
	padding: 0 5px;
	box-shadow: none;
	border-radius: 0;
	line-height: 40px;
	border-bottom: 1px dashed #dedede;
}

.sec6 .box .ul3 p {
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: inherit;
	line-height: 40px;
	padding-right: 100px;
	padding-left: 30px;
	background: url(../images/icon29.png) no-repeat left 0px center;
	background-size: 22px;
	position: relative;
}



.sec6 .box .ul3 span {

	display: block;
	position: absolute;
	right: 5px;
	top: 0;
	font-size: 14px;
	color: #999;
}

.sec7 .fl {
	width: 50%;
	padding: 50px 10%;
	box-sizing: border-box;
	background: #2c2c2c;
}

.sec7 h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px;
	position: relative;
}

.sec7 h3:after {
	content: "";
	width: 29px;
	height: 18px;
	background: url(../images/icon24.png) no-repeat right center;
	transition: 0.3s;
	position: absolute;
	right: 0px;
	top: 10px;
}

.sec7 p {
	font-size: 16px;
	color: #fafafa;
}

.sec7 .fr {
	width: 50%;
	padding: 50px 10%;
	box-sizing: border-box;
	background: #048851;
	color: #fff;
}


.sec7 div:hover h3:after {
	right: -10px;
}


.fLink h4 {
	font-size: 17px;
	color: #048851;
}

.fLink {
	line-height: 30px;
	margin: 20px auto;
}

.fLink a {
	display: inline-block;
	color: #048851;
	line-height: 15px;
	padding: 0 6px;
	border-right: 1px dahed #048851;
}


@media all and (min-width: 1024px) and (max-width: 1600px) {
	.sec3 .text h2 {
		font-size: 34px;
	}

	.sec1 .lBox li a {
		line-height: 40px;
		font-size: 15px;
	}

	.sec1 .lBox li {
		margin-top: 10px;
	}

	.sec3 .text {
		padding-top: 30px;
	}

	.sec3 .text p {
		margin-bottom: 30px;
	}

	.sec6 .box .ul2 li {
		margin-bottom: 15px;
	}

	.sec6 .box .ul2 .text span.link {
		margin-top: 15px;
		padding: 12px 25px
	}

	.sec6 .box .ul3 {
		margin-top: 10px;
		padding-top: 8px;
	}

	.sec4 li h3 {
		font-size: 18px;
	}

	.sec6 .box .text strong {
		font-size: 32px;
	}

}

@media all and (min-width: 1024px) and (max-width: 1500px) {
	.alSwiper {
		height: 760px
	}
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
	.sec .more a {
		margin-top: 20px;
	}

	.sec1 .lBox {
		width: 20%
	}

	.sec1 .lBox li:last-child {
		display: none;
	}

	.sec1 .rBox {
		width: 80%
	}

	.sec1 .lBox li a {
		font-size: 16px;
		line-height: 38px
	}

	.sec1 .lBox li a:before {
		width: 36px;
		height: 36px;
		top: 4px;

	}

	.sec1 .lBox li a span {
		width: 36px;
		height: 36px;
		background-size: 26px;
	}

	.sec1 .rBox li {
		padding-left: 25px;
	}

	.sec1 .rBox li .text span {
		line-height: 32px;
		width: 120px;
	}

	.sec3 .text {
		padding-top: 20px;
	}

	.sec3 .text p {
		margin: 10px 0 20px;
	}

	.sec3 .text ul li {
		padding-right: 20px;
	}

	.sec3 .text ul li a span {
		margin-top: 5px;
	}

	.sec6 .box .ul1 {
		width: 34%;
	}

	.sec6 .box .rBox {
		width: 66%;
	}

	.sec6 .box h3 {
		font-size: 18px;
	}

	.sec6 .box .text span.link {
		padding: 14px 15px;
		margin-top: 20px;
	}

	.sec6 .box .ul2 .text span.link {
		margin-top: 15px;
	}

	.sec6 .box .ul2 li .text {
		padding-top: 10px;
	}

	.sec6 .box .text strong {
		font-size: 36px;
	}

	.sec7 .fr, .sec7 .fl {
		padding: 40px 7%;
	}

	.sec7 h3 {
		font-size: 24px;
	}

	.sec7 p {
		font-size: 15px;
	}
}



@media all and (min-width: 1024px) and (max-width: 1400px) {
	.sec3 .text ul li a {
		padding: 20px 5px 10px;
	}

	.sec3 .text ul li a span {
		height: 48px;
	}
}


@media all and (min-width: 1024px) and (max-width: 1366px) {
	.sec1 .title {
		padding-bottom: 10px;
	}

	.sec1 .rBox, .sec1 .lBox {
		float: inherit;
		width: 100%;
	}

	.sec1 .rBox {
		margin-top: 30px;
	}

	.sec1 .lBox ul {
		overflow: hidden;
	}

	.sec1 .lBox li {
		width: 25%;
		float: left;
		padding: 0px 15px;
		box-sizing: border-box;
	}

	.sec1 .lBox li:last-child {
		display: block;
	}

	.sec1 .lBox li a {
		padding: 0 8px;
		font-size: 15px;
		background-image: none;
		text-align: center;
	}

	.sec1 .rBox li {
		padding: 0 15px;
	}


	.sec4 li h3 {
		font-size: 17px;
	}

	.sec4 li {
		padding: 20px 14px 14px;
	}

	.sec2 .swiper {
		padding-top: 10px;
	}

	.sec6 .box .ul1 {
		padding: 0 15px 0 0;
	}

}

@media all and (min-width: 1024px) and (max-width: 1300px) {
	.sec4 li.li h3 {
		height: 60px;
		line-height: 30px;
	}

	.sec4 li p {
		overflow: hidden;
	}

	.sec6 .box .ul2 li {
		width: 100%;
		padding-right: 0;
		float: inherit;
	}

	.sec6 .box .ul3 {
		display: none;
	}

	.sec6 .box .text strong {
		font-size: 30px;
	}
}


@media all and (min-width: 0) and (max-width: 1024px) {
	.bannerSwiper .swiper-button-next:after, .bannerSwiper .swiper-button-prev:after {
		font-size: 20px;
	}

	.bannerSwiper .swiper-button-next {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.bannerSwiper .swiper-button-prev {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.bannerSwiper .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}

	.sec1 {
		background: url(../images/bg2.jpg);
		background-size: cover;
		padding: 30px 10px;
	}

	.sec1 .lBox {
		width: 100%;
	}

	.sec1 .lBox li {
		margin-top: 0px;
		width: 33.33%;
		padding: 4px 6px;
		float: left;
		box-sizing: border-box;
	}

	.sec1 .lBox li a {
		background-image: none;
		line-height: 36px;
		font-size: 15px;
		text-align: center;
		padding: 0px 5px;
	}

	.sec1 .lBox li a:before {
		display: none;
	}

	.sec1 .lBox li a span {
		display: none
	}

	.sec1 .rBox {
		width: 100%;
	}

	.sec1 .rBox li {
		width: 33.33%;
		float: left;
		padding: 10px;
		margin: 0px;
	}

	.sec1 .rBox li:nth-child(7), .sec1 .rBox li:nth-child(8) {
		display: none;
	}

	.sec1 .rBox li a {
		display: block;
		border-radius: 10px;
		box-shadow: 0 0 8px rgba(0, 0, 0, .3);
		overflow: hidden;
	}

	.sec1 .rBox li .text {
		padding: 10px 5px;
		margin-top: 0px;
	}

	.sec1 .rBox li .text h3 {
		font-size: 15px;
		font-weight: 600;
		text-align: center;
		margin-bottom: 0;
	}

	.sec1 .rBox li .text span {
		display: none;

	}

	.sec1 .rBox li .text::after {
		display: none;
	}

	.sec .more a {
		width: 130px;
		line-height: 34px;
		font-size: 14px;
		margin: 20px auto 0;
	}

	.sec3 {
		margin: 25px 10px;
	}

	.sec3 .text {
		width: 100%;
		padding-top: 0;
	}

	.sec3 .text p {
		width: 100%;
		margin: 14px 0 20px;
	}

	.sec3 .text ul {
		width: 100%;
		right: 0;
	}

	.sec3 .text ul li {
		padding: 0 8px;
	}

	.sec3 .text ul li a span {
		margin-top: 10px;
	}

	.sec3 .pho {
		display: none;
	}

	.sec4 {
		padding: 0 20px;
	}

	.sec4 li {
		width: 50%;
		padding: 20px 10px;
	}

	.sec4 li span {
		width: 32px;
		height: 32px;
		line-height: 32px;
	}

	.sec4 li h3 {
		height: 60px;
		font-size: 17px;
	}

	.sec4 li.li h3 {
		height: 60px;
	}

	.sec2 .swiper-button-prev, .sec2 .swiper-button-next {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}

	.sec2 .swiper-button-prev {
		left: 10px;
	}

	.sec2 .swiper-button-next {
		right: 10px;
	}

	.sec6 {
		margin-top: 40px;
		padding-bottom: 40px;
		background: url(../images/bg6.png) no-repeat top center;
	}

	.sec6 .box .ul1 {
		width: 100%;
		padding: 0 12px;
	}

	.sec6 .box .ul1 li a {
		display: block;
		overflow: hidden;
		background: #fff;
	}

	.sec6 .box .ul1 li .pho {
		width: 40%;
		float: left;
	}

	.sec6 .box .ul1 li .text {
		width: 60%;
		float: right;
		box-sizing: border-box;
		background: none;
		padding: 14px 16px 0;
	}

	.sec6 .box .text:after {
		display: none;
	}

	.sec6 .box h3 {
		font-size: 16px;
		margin: 8px 0px;
	}


	.sec6 .box p {
		font-size: 14px;
		line-height: 27px;
		height: 54px;
	}

	.sec6 .box .text strong {
		font-size: 28px;
	}

	.sec6 .box .text span.tim {
		font-size: 13px;
	}

	.sec6 .box .text span.link {
		padding: 10px 10px;
		margin: 14px -16px 0;
		font-size: 15px;
		background: url(../images/icon24.png) no-repeat right 16px center;
		background-size: 22px;
	}

	.sec6 .box a:hover .text span.link {
		background: url(../images/icon25.png) no-repeat right 10px center;
		background-size: 22px;
	}

	.sec6 .box .rBox {
		width: 100%;
		margin-top: 20px;
	}

	.sec6 .box .ul2 li {
		margin-bottom: 15px;
		width: 100%;
		float: inherit;
		padding: 0 10px;
	}

	.sec6 .box .ul2 li .text {
		padding: 15px 16px 0;
	}

	.sec6 .box .ul2 .text span.link {
		margin-top: 14px;
	}

	.sec6 .box .text span.lm {
		font-size: 14px;
	}

	.sec6 .box .ul3 {
		margin: 20px 10px;
		padding: 12px 5px 20px;
	}

	.sec6 .box .ul3 li {
		width: 100%;
		box-sizing: border-box;
		float: inherit;

	}

	.sec6 .box .ul3 li a {
		line-height: 36px;
	}

	.sec6 .box .ul3 p {
		font-size: 14px;
		line-height: 36px;
	}

	.sec6 .box .ul3 span {
		font-size: 13px;
	}

	.sec7 {
		display: none;
	}


	.fLink h4 {
		font-size: 17px;
		color: #048851;
	}

	.fLink {
		line-height: 30px;
		margin: 20px auto;
	}

	.fLink a {
		display: inline-block;
		color: #048851;
		line-height: 15px;
		padding: 0 6px;
		border-right: 1px dahed #048851;
	}
}


@media all and (min-width: 0) and (max-width: 768px) {
	.sec1 .lBox li {
		width: 50%;
	}

	.sec1 .rBox li {
		width: 50%;
	}

	.sec1 .rBox li:nth-child(7), .sec1 .rBox li:nth-child(8) {
		display: block;
	}

	.sec3 .text ul li a {
		padding-bottom: 10px;
	}

	.sec3 .text ul li a span {
		height: 48px;
	}

	.sec3 .text ul li a strong {
		font-size: 24px;
	}

	.sec3 .text .more a {
		margin: 20px auto;
	}

	.sec3 .pho {
		width: 100%;
		display: block;
	}

	.sec4 li {
		width: 100%;
		float: inherit;
		padding: 10px 10px;
	}

	.sec4 li.li h3, .sec4 li h3, .sec4 li p {
		height: inherit;
	}

	.sec4 li.li h3, .sec4 li h3 {
		line-height: 34px;
	}

	.sec4 li span {
		top: 0;
	}

	.sec4 li p {
		margin: 10px 0;
	}

	.sec2 .swiper-slide a {
		padding: 10px;
	}

	.sec2 .swiper-slide h3 {
		font-size: 15px;
		margin-top: 5px
	}

	.sec6 .box .ul1 li .pho, .sec6 .box .ul1 li .text {
		width: 100%;
		float: inherit;
	}

}

@media all and (min-width: 0) and (max-width: 550px) {
	.sec3 .text ul li {
		width: 50%;
		margin-bottom: 15px;
	}

}

@media all and (min-width: 0) and (max-width: 400px) {
	.sec1 .lBox li {
		width: 100%;
		float: inherit;
	}
}