﻿.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: 20%;
}

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

.sec1 .lBox li a {
	display: block;
	color: #fff;
	background: linear-gradient(to right, rgba(4, 136, 81, .8), rgba(3, 118, 199, 0));
	line-height: 50px;
	font-size: 17px;
	padding-left: 70px;
	border-radius: 30px 0 0 30px;
	position: relative;
}

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

.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;
}

.sec1 .lBox li:nth-child(2) a span {
	background-image: url(../images/icon02.png);
}

.sec1 .lBox li:nth-child(3) a span {
	background-image: url(../images/icon03.png);
}

.sec1 .lBox li:nth-child(4) a span {
	background-image: url(../images/icon04.png);
}

.sec1 .lBox li:nth-child(5) a span {
	background-image: url(../images/icon05.png);
}

.sec1 .lBox li:nth-child(6) a span {
	background-image: url(../images/icon06.png);
}

.sec1 .lBox li:nth-child(7) a span {
	background-image: url(../images/icon07.png);
}

.sec1 .lBox li:nth-child(8) a span {
	background-image: url(../images/icon08.png);
}

.sec1 .lBox li:nth-child(9) a span {
	background-image: url(../images/icon09.png);
}

.sec1 .lBox li:nth-child(10) a span {
	background-image: url(../images/icon10.png);
}

.sec1 .lBox li:nth-child(11) a span {
	background-image: url(../images/icon11.png);
}

.sec1 .lBox li:nth-child(12) a span {
	background-image: url(../images/icon12.png);
}

.sec1 .lBox li:nth-child(13) a span {
	background-image: url(../images/icon13.png);
}

.sec1 .lBox li:nth-child(14) a span {
	background-image: url(../images/icon14.png);
}

.sec1 .rBox {
	width: 80%;
}

.sec1 .rBox li {
	width: 33.33%;
	float: left;
	padding-left: 50px;
	box-sizing: border-box;
	margin-top: 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 .text {
	padding: 20px;
	background: #fff;
	position: relative;
	border-top: 1px solid #dedede;
	margin-top: -20px;
}

.sec1 .rBox li .text h3 {
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 8px;
}

.sec1 .rBox li .text span {
	font-size: 16px;
	display: inline-block;
	text-align: center;
	color: #555;
	background: url(../images/icon17.png)no-repeat;
	background-size: cover;
	width: 126px;
	line-height: 36px;

}

.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;
}

.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: 160px;
	line-height: 40px;
	border-radius: 20px;
	padding-left: 35px;
	box-sizing: border-box;
	background: url(../images/icon19.png) no-repeat right 25px center;
	background-size: 30px;
	color: #048851;
	font-size: 15px;
	border: 2px solid #048851;
	margin: 40px auto 0;
	font-weight: 600;
}

.sec .more a:hover {
	background: #048851 url(../images/icon18.png) no-repeat right 25px center;
	background-size: 30px;
	color: #fff;
	border-color: #048851;
}

.sec2 {
	padding: 20px 0 40px;
	background: #fefefe url(../images/bg3.jpg) no-repeat right bottom;
}

.alSwiper {
	height: 900px;
}

.alSwiper .swiper-slide {
	height: auto;
	margin-top: 0 !important;
}

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

.sec2 .container dl dt {
	width: 50%;
	float: right;
}

.sec2 .container dl dd {
	width: 50%;
	box-sizing: border-box;
	float: left;
	background: #fff;
}

.sec2 .container dl a {
	display: block;
	position: relative;
}

.sec2 .container .swiper-slide:nth-child(2n) dt {
	float: left;
}

.sec2 .container .swiper-slide:nth-child(2n) dd {
	float: left;
}

.sec2 .container dl dd {
	position: relative;
}

.sec2 .container dl dd b {
	display: block;
	position: absolute;
	font-size: 150px;
	left: 0;
	top: 50px;
	color: #048851;
	opacity: 0.05;
	z-index: 10;
	text-transform: uppercase;
}

.sec2 .container dl dd a {
	padding: 100px 120px 0;
	position: relative;
	z-index: 100;
}

.sec2 .container dl dd strong {
	font-size: 20px;
	color: #333;
}

.sec2 .container dl dd h3 {
	font-size: 22px;
	margin: 40px 0 30px;
	color: #048851;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec2 .container dl dd p {
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.sec2 .container dl dd span {
	display: block;
	width: 160px;
	line-height: 36px;
	background: #048851;
	color: #fff;
	text-align: center;
	font-size: 15px;
	border-radius: 18px;
	margin-top: 30px;
}

.alSwiper {
	padding-bottom: 60px;
}

.alSwiper .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
}

.alSwiper .swiper-pagination-bullet-active {
	width: 24px;
	height: 24px;
	background: url(../images/icon20.png) no-repeat center;
	background-size: cover;
	position: relative;
	top: 5px;
}

.sec2 .swiper-button-prev:after, .sec2 .swiper-button-next:after {
	display: none;
}

.sec2 .swiper-button-prev, .sec2 .swiper-button-next {
	width: 48px;
	height: 30px;
	background: url(../images/icon21.png) no-repeat;
}

.sec2 .swiper-button-prev {
	background-image: url(../images/icon22.png);
}

.sec3 {
	position: relative;
}

.sec3:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40%;
	background: #048851;
	z-index: 1;
}

.sec3 .seCon {
	background: url(../images/bg1.png) no-repeat right bottom;
	position: relative;
	z-index: 10;
	padding: 100px 0 140px;
}

.sec3 .seCon .text {
	width: 40%;
}

.sec3 .seCon h2 {
	font-size: 34px;
	background: url(../images/line.png) no-repeat bottom left;
	padding-bottom: 20px;
}

.sec3 .seCon h3 {
	font-size: 28px;
	font-weight: 500;
	margin: 50px 0 40px;
}

.sec3 .seCon p {
	font-size: 16px;
	margin-bottom: 50px;
	line-height: 32px;
}

.sec3 .seCon a {
	display: block;
	width: 160px;
	line-height: 42px;
	text-align: center;
	border-radius: 21px;
	background: #048851;
	color: #fff;
	font-size: 16px;
}

.sec4 li {
	width: 25%;
	float: left;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.sec4 li .text {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 140px;
	right: 0;
	background: #048851;
	color: #fff;
	padding-top: 35px;
	text-align: center;
	box-sizing: border-box;
	transition: 0.3s;
}

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

.sec4 li .text span {
	font-size: 16px;
	display: block;
	margin-top: 12px;
	color: #fafafa;
}

.sec4 li .text p {
	font-size: 16px;
	margin: 50px 12% 40px;
	line-height: 32px;
}

.sec4 li .text b {
	display: block;
	margin: 40px auto 0;
	width: 50px;
	height: 50px;
	background: url(../images/icon23.png) no-repeat center;
	background-size: cover;
}

.sec4 li:hover .text p {
	margin-top: 20px;
}

.sec4 li:hover .text {
	height: 100%;
	padding-top: 40%;
	background: rgba(0, 152, 75, 0.87);

}

.sec5 ul {
	border-radius: 8px;
	padding: 30px 20px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}

.sec5 li {
	width: 25%;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
	border-right: 1px dashed #dedede;
}

.sec5 li:last-child {
	border-right: none;
}

.sec5 li a {
	display: block;
}

.sec5 li a h3 {
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}

.sec5 li a span {
	display: block;
	width: 130px;
	line-height: 36px;
	background: #048851;
	color: #fff;
	margin: 20px 0;
	text-align: center;
	border-radius: 3px;
}

.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: 31%;
	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: 20px;
	color: #222;
	margin: 12px 0px;
	font-weight: 500;
	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: 42px;
}

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

.sec6 .box .text span.link {
	display: block;
	padding: 20px 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: 69%;
}

.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 {
	width: 50%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;

}

.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) {
	.sec1 .lBox li {
		margin-top: 15px;
	}

	.alSwiper {
		height: 790px;
	}

	.sec3 .seCon {
		padding: 80px 0 100px;
		background-size: 85%;
	}

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

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

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

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

	.sec1 .lBox li a {
		line-height: 44px;
		font-size: 16px;
		padding-left: 60px;
	}

	.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: 40px;
	}

	.sec1 .rBox li .text h3 {
		font-size: 18px;
	}

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

	.alSwiper {
		height: 700px;
	}

	.sec2 .container dl dd a {
		padding: 60px 50px 0;
	}

	.sec2 .container dl dd h3 {
		font-size: 18px;
		margin: 20px 0;
	}

	.sec2 .container dl dd p {
		font-size: 15px;
	}

	.sec2 .container dl dd span {
		width: 140px;
	}

	.sec4 li .text span {
		font-size: 14px;
	}

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

	.sec4 li .text p {
		font-size: 15px;
		margin: 30px 40px;
	}

	.sec4 li .text b {
		width: 40px;
		height: 40px;
	}

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

	.sec5 li a span {
		width: 120px;
		line-height: 32px;
	}

	.sec5 ul {
		padding: 20px 10px;
	}

	.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: 1366px) {

	.sec2 .container dl dd a {
		padding-top: 36px;
	}

	.alSwiper {
		height: 630px;
	}
}



@media all and (min-width: 0) and (max-width: 767px) {
	.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: 50%;
		padding: 6px;
		float: left;
		box-sizing: border-box;
	}

	.sec1 .lBox li a {
		background: #048851;
		color: #fff;
		line-height: 40px;
		font-size: 15px;
		text-align: center;
		padding-left: 0px;
		border-radius: 5px;
	}

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

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

	.sec1 .rBox {
		width: 100%;
	}

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

	.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: 16px;
		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;
		border-radius: 17px;
		padding-left: 20px;
		background: url(../images/icon19.png) no-repeat right 16px center;
		background-size: 24px;
		font-size: 14px;
		margin: 20px auto 0;
	}

	.sec .more a:hover {
		background: #048851 url(../images/icon18.png) no-repeat right 16px center;
		background-size: 24px;
	}

	.sec2 {
		padding: 10px 0 30px;
	}

	.sec2 .container {
		padding: 20px 30px 0;
	}

	.sec2 .container dl dt {
		width: 100%;
		float: inherit;
		height: inherit !important;
	}

	.sec2 .container dl dd {
		height: inherit !important;
		width: 100%;
		float: inherit;
	}

	.sec2 .container dl:nth-child(2n) dt {
		float: inherit;
	}

	.sec2 .container dl:nth-child(2n) dd {
		float: inherit;
	}

	.sec2 .container dl dd b {
		font-size: 100px;
	}

	.sec2 .container dl dd a {
		padding: 20px 20px;
	}

	.sec2 .container dl dd strong {
		display: none;
	}

	.sec2 .container dl dd h3 {
		font-size: 16px;
		margin: 0 0 10px;
	}

	.sec2 .container dl dd p {
		font-size: 14px;
		line-height: 27px;
		height: 54px;
	}

	.alSwiper {
		height: 360px;
	}

	.sec2 .container dl dd span {
		width: 140px;
		line-height: 32px;
		font-size: 14px;
		border-radius: 16px;
		margin-top: 16px;
	}

	.sec2 .container dl:nth-child(2n) {
		display: none;
	}



	.sec3:after {
		display: none;
	}

	.sec3 .seCon {
		padding: 30px 12px 40px;
		background-size: 100%;
	}

	.sec3 .seCon .text {
		width: 100%;
	}

	.sec3 .seCon h2 {
		font-size: 26px;
		padding-bottom: 12px;
	}

	.sec3 .seCon h3 {
		font-size: 21px;
		margin: 20px 0;
	}

	.sec3 .seCon p {
		font-size: 15px;
		margin-bottom: 30px;
		line-height: 28px;
	}

	.sec3 .seCon a {
		width: 140px;
		line-height: 36px;
		border-radius: 18px;
		font-size: 15px;
	}

	.sec4 {
		display: none;
	}


	.sec5 ul {
		margin: 0 12px;
		border-radius: 0px;
		padding: 0;
		box-shadow: none;
		width: auto;
	}

	.sec5 li {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 20px;
		border-right: none;
	}

	.sec5 li a {
		box-shadow: 0 0 8px rgba(0, 0, 0, .3);
		position: relative;
		padding-bottom: 110px;
	}

	.sec5 li a .text {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.sec5 li a h3 {
		font-size: 16px;
		line-height: 50px;
		padding: 0 5px;
	}

	.sec5 li a span {
		font-size: 14px;
		width: 110px;
		line-height: 32px;
		margin: 10px auto;
	}

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

	.sec6 .list ul {
		width: 90%;
		line-height: 36px;
		border-radius: 18px;
		margin: 20px auto
	}

	.sec6 .list ul li a {
		font-size: 15px;
	}


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


	.sec6 .box .text {
		padding: 14px 16px 0;
	}


	.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%;
		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;
	}
}