.bannerSwiper .swiper-button-prev:after, .bannerSwiper .swiper-button-next:after {
	color: #0073e6;
	font-size: 32px;
}

.bannerSwiper .swiper-button-next {
	right: 40px;
}

.bannerSwiper .swiper-button-prev {
	left: 40px;
}


.bannerSwiper .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
}

.bannerSwiper .swiper-pagination-bullet-active {
	background-color: #0073e6;
	opacity: 1;
}

.sec1 {
	background: #fafafb;
}

.sec1 li {
	width: 12.5%;
	float: left;
	text-align: center;
	padding: 30px 0;
}

.sec1 li span {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto 12px;
}

.sec1 li p {
	font-size: 16px;
}

.sec2 .ul1 {
	text-align: center;
}

.sec2 .ul1 li {
	display: inline-block;
}

.sec2 .ul1 a {
	display: block;
	padding: 0 20px;
	font-size: 17px;
}

.sec2 .ul1 li:hover a {
	color: #0073e6;
}

.sec2 .ul2 li {
	width: 25%;
	float: left;
	padding: 25px 15px;
	box-sizing: border-box;
}

.sec2 .ul2 li .pho {
	background: #f6faff;
	border-radius: 6px;
	overflow: hidden;
	padding: 10px;
}

.sec2 .ul2 li .text {
	padding-top: 20px;
	text-align: center;
}

.sec2 .ul2 li span {
	display: block;
	font-size: 16px;
	width: 90px;
	line-height: 28px;
	background: #0073e6;
	border-radius: 4px;
	color: #fff;
	margin: 10px auto 0;
	display: none;
	font-weight: 350;
}

.sec2 .ul2 li h3 {
	font-size: 19px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec2 .ul2 li:hover h3 {
	color: #0073e6;
}

.sec3 .swiper-slide a {
	display: block;
	border: 1px solid #efefef;
	border-radius: 6px;
	overflow: hidden;
}

.sec3 .swiper-slide a .text {
	padding: 18px;
}

.sec3 .swiper-slide a h3 {
	font-size: 19px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec3 .swiper-slide a p {
	font-size: 15px;
	line-height: 28px;
	font-weight: 350;
	opacity: 0.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 8px 0 12px;
}

.sec3 .swiper-slide a span {
	display: block;
	text-align: right;
	color: #0073e6;
	background: url(../images/jt3.png) no-repeat right center;
	background-size: 20px;
	padding-right: 25px;
}

.sec3 .swiper-slide a:hover h3 {
	color: #0073e6;
}

.sec3 .swp-scroll {
	position: relative;
	margin-top: 40px;
}

.sec3 .swp-scroll .swp-page {
	width: 60%;
	height: 3px;
	left: 50%;
	transform: translateX(-50%);
	background: #efefef;
	border-radius: 2px;
	overflow: hidden;
}

.sec3 .swp-scroll .swp_bt {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.sec3 .swp-scroll .swp-next {
	right: 15%;
	background: #fafafa url(../images/jt3.png) no-repeat center;
	background-size: 25px;
}

.sec3 .swp-scroll .swp-prev {
	background: #fafafa url(../images/jt4.png) no-repeat center;
	background-size: 25px;
	left: 15%;
}

.sec3 .more {
	overflow: hidden;
}

.sec3 .more a {
	margin-top: 30px;
}

/* 关于我们 */
.sec4 {
	padding-bottom: 40px;
}

.sec4 .title {
	text-align: left;
}

.sec4 .text strong {
	display: block;
	font-size: 26px;
	font-weight: 500;
	color: #0073e6;
}

.sec4 .text strong img.icl {
	width: auto;
	vertical-align: top;
}

.sec4 .text strong img.icr {
	width: auto;
	vertical-align: bottom;
}

.sec4 .text p {
	font-size: 17px;
	line-height: 32px;
	font-weight: 350;
	color: #454545;
	margin: 20px 0;
	text-indent: 2em;
}

.sec4 .more {
	text-align: left;
}

.sec4 .more a {
	margin: 0 0 30px;
}

.sec4 li {
	width: 25%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}

.sec4 li a {
	display: block;
	text-align: center;
	padding: 28px 10px;
	border-radius: 5px;
	background: #fafafa;
}

.sec4 li a span {
	display: block;
	width: 45px;
	height: 45px;
	margin: 0 auto 10px;
}

.sec4 li a p {
	font-size: 17px;
	font-weight: 500;
}

/* 新闻资讯 */
.sec5 {
	padding-bottom: 40px;
}

.sec5 .box {
	width: 32%;
	background: #f6f8fa;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 30px;
	border: 1px solid #f6f8fa;
	box-sizing: border-box;
}

.sec5 .box:nth-child(2) {
	margin: 0 2%;
}

.sec5 .box .btop a {
	display: block;
	position: relative;
}

.sec5 .box .btop a h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 40px;
	font-size: 17px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #0073e6;
	color: #fff;
	padding: 0 45px 0 16px;
}

.sec5 .box .btop a h3:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #e6bc00 url(../images/jt1.png) no-repeat center;
	background-size: 24px;
	width: 40px;
}

.sec5 .box ul {
	padding: 15px 20px 5px;
}

.sec5 .box ul li {
	margin-bottom: 10px;
}

.sec5 .box ul li a {
	display: block;
	overflow: hidden;
	padding-bottom: 8px;
	border-bottom: 1px dashed #efefef;
}

.sec5 .box ul li a p {
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 350;
	line-height: 36px;
}

.sec5 .box ul li a span {
	display: block;
	font-weight: 300;
	color: #787878;
}

.sec5 .box ul li:hover a p {
	color: #0073e6;
}

.sec6 .pho {
	width: 46%;
	padding-top: 30px;
}

.sec6 .text {
	width: 50%;
}

.sec6 .text p {
	opacity: 0.8;
	line-height: 28px;
	font-weight: 300;
}

.sec6 .text .more {
	text-align: left;
}

.sec6 .text .more a {
	margin: 10px 0 30px;
	border-radius: 0;
}

.sec6 .title {
	text-align: left;
	padding-bottom: 10px;
}

.sec6 .text li {
	width: 25%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

.sec6 .text li a {
	display: block;
	border: 1px solid #efefef;
	padding: 5px 6px;
	border-radius: 5px;
}


@media all and (min-width: 1024px) and (max-width: 1600px) {
	.sec1 li span {
		width: 42px;
		height: 42px;
	}

	.sec1 li p {
		font-size: 15px;
	}

	.sec2 .ul1 a {
		font-size: 16px;
		padding: 0 15px;
	}

	.sec2 .ul2 li h3 {
		font-size: 18px;
		font-weight: 500;
	}

	.sec3 .swiper-slide a h3 {
		font-size: 18px;
	}

	.sec4 .text strong {
		font-size: 24px;
	}

	.sec4 .text p {
		font-size: 16px;
		line-height: 30px;
		margin: 10px 0 20px;
	}

	.sec4 li a span {
		width: 42px;
		height: 42px;
	}

	.sec4 {
		padding-bottom: 30px;
	}

	.sec5 .box ul li a p {
		font-size: 15px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1440px) {

	.sec2 .ul2 li h3 {
		font-size: 17px;
		font-weight: 500;
	}

	.sec4 li a {
		padding: 22px 10px;
	}

	.sec4 li a p {
		font-size: 16px;
	}

	.sec5 .box .btop a h3 {
		font-size: 16px;
		padding-left: 15px;
	}

	.sec5 .box ul {
		padding: 15px 15px 5px;
	}

	.sec5 .box ul li {
		margin-bottom: 8px;
	}
}


@media all and (min-width: 1024px) and (max-width: 1360px) {
	.sec2 .ul2 li .text {
		padding-top: 12px;
	}

	.sec2 .ul2 li .pho {
		padding: 0;
	}

	.sec2 .ul2 li h3 {
		font-size: 16px;
		font-weight: 600;
	}

	.sec3 .swiper-slide a span {
		font-size: 14px;
	}

	.sec3 .swiper-slide a .text {
		padding: 15px;
	}

	.sec4 .text p {
		font-size: 15px;
		line-height: 28px;
	}

	.sec4 .text strong {
		font-size: 22px;
	}

	.sec4 li a span {
		width: 36px;
		height: 36px;
	}

	.sec4 {
		padding-bottom: 20px;
	}

	.sec6 .text .more a {
		margin-bottom: 15px;
	}

	.sec6 .text li {
		width: 33.33%;
		padding: 8px 10px;
	}

	.sec6 .text li a {
		padding: 0 8px;
	}

	.sec6 .text li:nth-child(10), .sec6 .text li:nth-child(11), .sec6 .text li:nth-child(12) {
		display: none;
	}
}

@media all and (min-width: 1024px) and (max-width: 1300px) {
	.sec1 li p {
		white-space: nowrap;
		font-size: 14px;
	}

	.sec2 .ul1 li:last-child {
		display: none;
	}

	.sec2 .ul2 li {
		padding: 20px 10px;
	}

	.sec3 .swiper-slide a .text {
		padding: 12px;
	}

	.sec4 li a span {
		width: 40px;
		height: 40px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1200px) {
	.sec2 .ul1 li a {
		font-size: 15px;
		padding: 0 12px;
	}

	.sec2 .ul2 li h3 {
		font-weight: 500;
	}

	.sec6 .title {
		padding-top: 20px;
	}
}

@media all and (min-width: 0) and (max-width: 1024px) {
	.bannerSwiper .swiper-button-next {
		right: 20px;
	}

	.bannerSwiper .swiper-button-prev {
		left: 20px;
	}

	.sec1 {
		background: none;
	}

	.sec1 li {
		width: 25%;
		padding: 10px;
		box-sizing: border-box;
	}

	.sec1 li a {
		display: block;
		padding: 15px 5px;
		background: #fafafa;
		border-radius: 5px;
	}

	.sec1 li span {
		width: 34px;
		height: 34px;
	}

	.sec2 .ul1 {
		overflow: hidden;
	}

	.sec2 .ul1 li {
		display: block;
		width: 25%;
		float: left;
		padding: 5px 10px;
		box-sizing: border-box;
	}

	.sec2 .ul1 li a {
		font-size: 16px;
		background: #fafafa;
		line-height: 38px;
		text-align: center;
		border-radius: 5px;
	}

	.sec2 .ul2 li {
		padding: 20px 10px;
	}

	.sec2 .ul2 li h3 {
		font-size: 17px;
		font-weight: 500;
	}

	.sec2 .ul2 li .text {
		padding-top: 12px;
	}

	.sec3 {
		padding: 0 20px;
	}

	.sec3 .swiper-slide a h3 {
		font-size: 18px;
	}

	.sec3 .swp-scroll .swp-prev {
		left: 5%;
	}

	.sec3 .swp-scroll .swp-next {
		right: 5%;
	}

	.sec4 {
		padding: 0 20px;
	}

	.sec4 .text strong {
		font-size: 22px;
	}

	.sec4 .text p {
		font-size: 16px;
		line-height: 30px;
		margin-top: 10px;
	}

	.sec4 li a span {
		width: 40px;
		height: 40px;
	}

	.sec4 li {
		padding: 0 10px;
	}

	.sec4 li a {
		padding: 20px 10px;
	}

	.sec4 li a p {
		font-size: 16px;
	}

	.sec6 .pho {
		display: none;
	}

	.sec6 .text {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.sec6 .text .more a {
		margin-bottom: 20px;
	}

	.sec5 .box {
		width: 100%;
	}

	.sec5 .box:nth-child(2) {
		margin: 20px 0;
	}

	.sec5 .box .btop {
		display: none;
	}

}



@media all and (min-width: 0) and (max-width: 767px) {
	body {
		font-size: 14px;
	}

	.bannerSwiper .swiper-button-next {
		right: 10px;
	}

	.bannerSwiper .swiper-button-prev {
		left: 10px;
	}

	.bannerSwiper .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.sec1 {
		display: none;
	}

	.sec2 .ul1 li {
		width: 33.33%;
	}

	.sec2 .ul1 li a {
		font-size: 15px;
		line-height: 34px;
		padding: 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.sec2 .ul1 li:nth-child(7), .sec2 .ul1 li:nth-child(8) {
		display: none;
	}

	.sec2 .ul2 {
		margin-top: 20px;
	}

	.sec2 .ul2 li {
		width: 50%;
		padding-top: 0;
	}

	.sec2 .ul2 li h3 {
		font-size: 16px;
		font-weight: 600;
	}

	.sec3 .swp-scroll .swp-page {
		left: 0;
		transform: translateX(0);
		width: 70%;
	}

	.sec3 .swp-scroll .swp-next {
		right: 0;
		background-size: 22px;
	}

	.sec3 .swp-scroll .swp-prev {
		left: inherit;
		right: 45px;
		background-size: 22px;
	}

	.sec3 .swp-scroll .swp_bt {
		width: 36px;
		height: 36px;
	}

	.sec4 {
		padding: 0 10px;
	}

	.sec4 .text p {
		font-size: 15px;
		line-height: 28px;
		margin-top: 0;
	}

	.sec4 .text strong {
		display: none;
	}

	.sec4 li {
		width: 50%;
		padding: 6px 10px;
	}

	.sec4 li a span {
		width: 36px;
		height: 36px;
	}

	.sec6 .text .more a {
		margin-bottom: 14px;
	}

	.sec6 .text li {
		width: 33.33%;
	}

	.sec5 .box .btop {
		display: block;
	}

	.sec5 .box ul li a p {
		font-size: 15px;
		line-height: 32px;
	}

	.sec5 .box ul {
		padding: 10px 10px;
	}

	.sec5 .box .btop a h3 {
		padding: 0 35px 0 10px;
	}

	.sec5 .box .btop a h3:after {
		width: 30px;
	}
}

@media all and (min-width: 0) and (max-width:500px) {
	.bannerSwiper .swiper-button-prev:after, .bannerSwiper .swiper-button-next:after {
		font-size: 28px;
	}

	.sec2 .ul1 li {
		width: 50%;
		padding: 5px;
	}

	.sec2 .ul2 li .pho {
		padding: 0;
	}

	.sec3 {
		padding: 0 10px;
	}

	.sec4 li {
		padding: 6px;
	}

	.sec6 .text li {
		width: 50%;
		padding: 5px 6px;
	}

	.sec5 .box .btop a h3 {
		font-size: 16px;
	}
}