.bannerSwiper .swiper-button-prev:after, .bannerSwiper .swiper-button-next:after {
	color: #0068b7;
	font-size: 33px;
}

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

.bannerSwiper .swiper-pagination-bullet-active {
	background: #0068b7;
	width: 30px;
	border-radius: 6px;
}

.sec1 .container {
	position: relative;
}

.sec1 .cpSwiper {
	margin: 0 15px 15px;
}

.sec1 .cpSwiper .swiper-slide a {
	display: block;
	text-align: center;
	padding: 25px 10px 20px;
	font-size: 17px;
	background: #f9f8f7;
	border-radius: 6px;
}

.sec1 .cpSwiper .swiper-slide a span {
	display: block;
	width: 38px;
	height: 38px;
	overflow: hidden;
	margin: 0 auto 15px;
}

.sec1 .cpSwiper .swiper-slide a span img {
	width: 38px;
}

.sec1 .cpSwiper .swiper-slide a:hover span img {
	margin-top: -38px;
}

.sec1 .cpSwiper .swiper-slide a:hover {
	color: #fff;
	background: #0068b7;
}

.sec1 .swiper-button-prev, .sec1 .swiper-button-next {
	top: 47px;
	width: 40px;
	height: 40px;
	margin-top: 0;
	background: #0068b7;
}

.sec1 .swiper-button-next {
	right: 0;
}

.sec1 .swiper-button-prev {
	left: inherit;
	right: 40px;
	border-right: 1px solid #fff;
}

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

.sec1 .ul1 li {
	width: 25%;
	float: left;
	box-sizing: border-box;
	background: #fff;
	padding: 15px;
}

.sec1 .ul1 li a {
	display: block;
	padding: 20px;
	border: 1px solid #efefef;
	border-radius: 5px;
}

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

.sec1 .ul1 li a:hover h3 {
	color: #0068b7;
}

/* 解决方案 */
.sec2 {
	padding-top: 50px;
}

.sec2 .text {
	width: 50%;
}

.sec2 .text .title {
	padding: 20px 0;
}

.sec2 .text ul li {
	width: 25%;
	float: left;
	padding: 15px 10px;
	box-sizing: border-box;
}

.sec2 .text a {
	display: block;
}

.sec2 .text li span {
	display: block;
	width: 38px;
	height: 38px;
	overflow: hidden;
	background: url(../images/icon16.png) no-repeat top center;
	background-size: 38px;
	margin: 0 auto 10px;
	opacity: 0.8;
}

.sec2 .text li:nth-child(2) span {
	background-image: url(../images/icon17.png);
}

.sec2 .text li:nth-child(3) span {
	background-image: url(../images/icon18.png);
}

.sec2 .text li:nth-child(4) span {
	background-image: url(../images/icon19.png);
}

.sec2 .text li.on span {
	background-position: bottom center;
	opacity: 1;
}

.sec2 .text li h3 {
	font-size: 17px;
	font-weight: 500;
	text-align: center;
}

.sec2 .text li.on h3 {
	color: #0068b7;
}

.sec2 .text .tex {
	margin-top: 30px;
}

.sec2 .text .tex h4 {
	font-size: 21px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
}

.sec2 .text .tex:hover h4 {
	color: #0068b7;
}

.sec2 .text .tex p {
	font-size: 15px;
	line-height: 28px;
	color: #666;
	font-weight: 400;
	margin: 10px 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sec2 .text .tex span {
	display: block;
	color: #0068b7;
	line-height: 22px;
	text-align: right;
}

.sec2 .text .tex span img {
	width: 24px;
}

.sec2 .pho {
	width: 45%;
	border-radius: 8px;
	overflow: hidden;
}

/* 关于我们 */
.sec3 {
	background: url(../images/bgmap.png) no-repeat top center;
}

.sec3 .title h2 {
	text-align: center;
}

.sec3 .title1 h2 {
	text-align: left;
}

.sec3 .title span {
	color: #0068b7;
}

.sec3 .text p {
	font-size: 16px;
	margin: 0 auto;
	line-height: 30px;
	color: #565656;
	text-align: center;
}

.sec3 .text a {
	display: block;
	color: #0068b7;
	text-align: center;
	width: 100px;
	margin: 30px auto 0;
	text-decoration: underline;
}

.sec3 .text li {
	width: 25%;
	box-sizing: border-box;
	float: left;
	text-align: center;
	padding: 60px 10px 0px;
}

.sec3 .text li .num {
	font-size: 17px;
	color: #555;
}

.sec3 .text li strong {
	font-size: 38px;
	font-weight: 500;
	color: #0068b7;
}

.sec3 .text li span {
	color: #666;
	font-size: 16px;
	display: block;
}

.sec3 .ysul li {
	width: 20%;
	float: left;
}

.sec3 .ysul li a {
	display: block;
	padding: 30px 20px;
	text-align: center;
	border-right: 1px dashed #efefef;
	border-bottom: 1px dashed #efefef;
}

.sec3 .ysul li:last-child a {
	border-right: none;
}

.sec3 .ysul li a .icon {
	width: 95px;
	margin: 0 auto 20px;
}

.sec3 .ysul li a b {
	font-size: 18px;
}

.sec3 .ysul1 li a {
	border-bottom: none;
}

/* 新闻资讯 */
.sec4 {
	padding-bottom: 30px;
}

.sec4 .title h2 {
	text-align: center;
}

.sec4 .lBox {
	width: 66%;
}

.sec4 .lBox li {
	width: 50%;
	float: left;
	padding-right: 40px;
	box-sizing: border-box;
}

.sec4 .lBox li a {
	display: block;
	background: #f9f8f7;
	border: 1px solid #f9f8f7;
}

.sec4 .lBox li a .text {
	padding: 22px;
}

.sec4 .lBox li a h3 {
	font-size: 18px;
	font-weight: 500;
	height: 55px;
}

.sec4 .lBox li a span {
	display: block;
	margin: 10px 0 12px;
	color: #999;
}

.sec4 .lBox li a p {
	font-size: 15px;
	line-height: 28px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sec4 .rBox {
	width: 34%;
}

.sec4 .rBox ul {
	background: #f9f8f7;
}

.sec4 .rBox ul li a {
	display: block;
	padding: 20px 24px;
	border-bottom: 1px solid #fff;
}

.sec4 .rBox ul li a h3 {
	font-size: 17px;
	font-weight: 500;
	height: 54px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sec4 .rBox ul li a span {
	display: block;
	color: #999;
	margin-top: 10px;
}

.sec4 li:hover h3 {
	color: #0068b7;
}


@media all and (min-width: 1024px) and (max-width: 1600px) {
	.sec1 .cpSwiper .swiper-slide a {
		font-size: 16px;
	}

	.sec1 .cpSwiper .swiper-slide a span {
		width: 36px;
		height: 36px;
	}

	.sec1 .cpSwiper .swiper-slide a span img {
		width: 36px;
	}

	.sec1 .cpSwiper .swiper-slide a:hover span img {
		margin-top: -36px;
	}

	.sec1 .ul1 li a {
		padding: 10px 10px;
	}

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

	.sec1 .swiper-button-prev, .sec1 .swiper-button-next {
		width: 36px;
		height: 36px;
		top: 38px;
	}

	.sec1 .swiper-button-prev {
		right: 36px;
	}

	.sec1 .swiper-button-prev:after, .sec1 .swiper-button-next:after {
		font-size: 20px;
	}

	.sec2 .text ul li {
		padding: 5px 10px;
	}

	.sec2 .text .tex {
		margin-top: 20px;
	}

	.sec2 .text .tex h4 {
		font-size: 20px;
	}

	.sec3 .text li strong {
		font-size: 36px;
	}

	.sec3 .text li .num {
		font-size: 16px;
	}

	.sec3 .text li {
		padding-top: 40px;
	}

	.sec3 .ysul li a .icon {
		width: 85px;
	}

	.sec4 .lBox li {
		padding-right: 32px;
	}

	.sec4 .rBox ul li a {
		padding: 18px 20px;
	}

	.sec4 .rBox ul li a span {
		margin-top: 6px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
	.sec1 .ul1 li a h3 {
		font-size: 16px;
		font-weight: 600;
	}


	.sec1 .cpSwiper {
		margin: 0 10px 10px;
	}

	.sec1 .ul1 li {
		padding: 10px;
	}

	.sec3 .text li span {
		font-size: 15px;
	}

	.sec3 .ysul li a b {
		font-size: 17px;
	}

	.sec3 .ysul li a {
		padding: 20px 10px;
	}

	.sec4 .rBox ul li a {
		padding: 15px 20px;
	}

}

@media all and (min-width: 1024px) and (max-width: 1400px) {
	.sec1 .cpSwiper .swiper-slide a {
		padding: 15px 10px 10px;
	}

	.sec2 .pho {
		width: 48%;
	}

	.sec2 .text li h3 {
		font-size: 16px;
	}

	.sec2 .text li span {
		width: 36px;
		height: 36px;
		background-size: 36px;
	}

	.sec2 .text .tex h4 {
		font-size: 18px;
	}

	.sec3 .text p {
		font-size: 15px;
		line-height: 28px;
	}

	.sec3 .ysul li a .icon {
		width: 80px;
	}

	.sec4 .lBox li a .text {
		padding: 16px;
	}

	.sec4 .rBox ul li a {
		padding: 12px 15px;
	}

	.sec4 .lBox li a span {
		margin: 6px 0 8px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1360px) {
	.sec3 .ysul li a b {
		font-size: 16px;
	}

	.sec4 .rBox ul li a h3 {
		font-size: 16px;
	}

	.sec4 .lBox li a h3 {
		font-size: 17px;
		font-weight: 600;
	}
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
	.sec4 .lBox li {
		padding-right: 25px;
	}

	.sec4 .rBox ul li a h3 {
		height: inherit;
	}
}

@media all and (min-width: 0px) and (max-width: 1024px) {
	.sec1 .swiper-button-prev, .sec1 .swiper-button-next {
		width: 32px;
		height: 32px;
		top: 31px;
	}

	.sec1 .swiper-button-prev:after, .sec1 .swiper-button-next:after {
		font-size: 20px;
	}

	.sec1 .cpSwiper {
		margin: 0 0 10px;
	}

	.sec1 .cpSwiper .swiper-slide a {
		padding: 15px 8px 10px;
	}

	.sec1 .cpSwiper .swiper-slide a span {
		width: 34px;
		height: 34px;
		margin-bottom: 10px;
	}

	.sec1 .cpSwiper .swiper-slide a span img {
		width: 34px;
	}

	.sec1 .cpSwiper .swiper-slide a:hover span img {
		margin-top: -34px;
	}

	.sec1 .ul1 li {
		width: 33.33%;
		padding: 10px 10px;
	}

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

	.sec1 .ul1 li a {
		padding: 10px;
	}

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

	.sec2 {
		padding-top: 10px;
		position: relative;
	}

	.sec2 .title h2 {
		text-align: center;
	}

	.sec2 .text {
		width: 100%;
		float: inherit;
	}

	.sec2 .text li span {
		width: 36px;
		height: 36px;
		background-size: 36px;
	}

	.sec2 .text .tex {
		margin: 0px 0 12px;
		position: absolute;
		left: 5%;
		width: 45%;
		bottom: 20%;
	}

	.sec2 .text .tex h4 {
		font-size: 18px;
	}

	.sec2 .pho {
		width: 46%;
	}

	.sec3 .text li strong {
		font-size: 34px;
	}

	.sec3 .text li {
		padding-top: 40px;
	}

	.sec3 .ysul li a {
		padding: 15px 8px;
	}

	.sec3 .ysul li a .icon {
		width: 70px;
	}

	.sec3 .ysul li a b {
		font-size: 17px;
	}

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

	.sec4 .lBox li {
		padding: 0 20px 20px;
	}

	.sec4 .rBox ul {
		margin: 0 20px;
	}

	.sec4 .rBox ul li a h3 {
		height: inherit;
	}

}



@media all and (min-width: 0) and (max-width: 767px) {


	.bannerSwiper .swiper-button-prev:after, .bannerSwiper .swiper-button-next:after {
		font-size: 32px;
	}

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

	.sec1 .ul1 li {
		width: 50%
	}

	.sec2 .text ul li {
		padding: 0 6px;
	}

	.sec2 .text li span {
		width: 32px;
		height: 32px;
		background-size: 32px;
	}

	.sec2 .text li h3 {

		white-space: nowrap;
	}

	.sec2 .text .tex {
		margin-top: 10px;
		position: inherit;
		left: inherit;
		width: 100%;
		bottom: inherit;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.sec2 .text li h3 {
		font-size: 16px;
	}

	.sec2 .pho {
		width: 100%;
	}

	.sec3 .text li strong {
		font-size: 30px;
	}

	.sec3 .text li {
		padding: 30px 5px 0;
	}

	.sec3 .text li .num, .sec3 .text li span {
		font-size: 15px;
	}

	.sec3 .ystit, .sec3 .ysul {
		display: none;
	}

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

	.sec4 .lBox li a h3 {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		height: inherit;
	}

	.sec4 .lBox li a .text {
		padding: 15px;
	}

	.sec4 .rBox ul {
		margin: 0 10px;
	}

	.sec4 .rBox ul li a {
		padding: 15px;
	}
}

@media all and (min-width: 0) and (max-width: 400px) {

	.sec1 .ul1 li {
		width: 100%;
		float: inherit;
	}

	.sec2 .text ul li {
		width: 50%;
		padding: 5px 10px;
	}

	.sec3 .text p {
		font-size: 15px;
		line-height: 28px;
	}

	.sec3 .text li {
		width: 50%;
		padding: 20px 5px 0;
	}


}