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

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

.sec1 ul li a {
	display: block;
	padding: 0px 15px 20px;
	background: #f9f9f9;
	border-radius: 6px;
}

.sec1 ul li a h3 {
	font-size: 17px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 20px;
}


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

/* 解决方案 */
.sec3 {
	position: relative;
	margin-top: 40px;
	padding-bottom: 60px;
	background: #fafafa;
}

.sec3 .container {
	width: 70%;
	padding-bottom: 80px;
}

.sec3 .faSwiper .swiper-slide a {
	display: block;
	background: #fff;
}

.sec3 .faSwiper a .pho {
	width: 60%;
}

.sec3 .faSwiper a .text {
	width: 40%;
	padding: 5% 50px 0;
	box-sizing: border-box;
}

.sec3 .faSwiper a .text b {
	display: block;
	width: 42px;
	height: 42px;
	background: url(../images/icon2.png) no-repeat center;
	background-size: 42px;
	margin-bottom: 20px;
	overflow: hidden;
}

.sec3 .faSwiper a .text h3 {
	font-size: 22px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sec3 .faSwiper a .text p {
	color: #666;
	font-size: 15px;
	line-height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 20px 0 30px
}

.sec3 .faSwiper a .text span {
	display: block;
	text-align: right;
	line-height: 30px;
	color: #999;
	font-size: 14px;
}

.sec3 .faSwiper a .text span img {
	width: 26px;
}

.sec3 .swiper-button-next, .sec3 .swiper-button-prev {
	top: inherit;
	margin-top: inherit;
	bottom: 0px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: #fff;
	right: 40%;
}

.sec3 .swiper-button-prev {
	margin-right: 80px;
	left: inherit;
	border-right: 1px solid #efefef;
}

.sec3 .swiper-button-next:after, .sec3 .swiper-button-prev:after {
	font-size: 24px;
	color: #555;
}

.sec3 .swiper-scrollbar {
	top: 50%;
	transform: translateY(-50%);
	background: #f4f4f4;
	left: 60px;
	width: auto;
	bottom: inherit;
	right: 60px;
}

.sec3 .swiper-pagination {
	height: 80px;
	width: 340px;
	background: #fff;
	position: absolute;
	right: 40%;
	margin-right: 161px;
	left: inherit;
	border-right: 1px solid #efefef;
	bottom: inherit;
}

.sec3 .swiper-pagination span {
	display: block;
	width: 20px;
	font-weight: 600;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 17px;
	height: 20px;
}

.sec3 .swiper-pagination span:before {
	content: "0";
	position: absolute;
	left: -6px;
	top: 0;
	bottom: 0;
	font-weight: 600;
}

.sec3 .swiper-pagination-current {
	left: 30px;
	color: #0973c9;
}

.sec3 .swiper-pagination-total {
	right: 20px;
	color: #999;

}

.sec3 .swiper-scrollbar-drag {
	background: #0973c9;
}

.sec3 .mor {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 80px;
	width: 40%;
	background: linear-gradient(to right, #208ae0, #0973c9, #016cc4);
	overflow: hidden;
}

.sec3 .mor a {
	display: block;
	line-height: 80px;
	text-align: right;
	color: #fff;
	font-size: 15px;
	margin-right: 50px;
}

.sec3 .mor a img {
	width: 20px;
	position: relative;
	left: 5px;
	top: -2px;
}

/***关于我们***/
.sec7 {
	position: relative;
}

.sec7 .text {
	width: 50%;
	padding: 3% 5% 0 13%;
	box-sizing: border-box;
}

.sec7 .img {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	height: 100%;
	transform: translateY(-50%);
	opacity: 0.4;
}

.sec7 .img img {
	height: 100%;
}

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

.sec7 .text h3 {
	font-size: 22px;
	color: #0973c9;
	font-weight: 500;
}

.sec7 .text span {
	display: block;
	width: 45px;
	height: 4px;
	background: #0973c9;
	margin: 6px 0 24px;
}

.sec7 .text p {
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
	color: #666;
	margin: 10px 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.sec7 .text a {
	display: block;
	color: #999;
	width: 140px;
	text-align: center;
	border: 1px solid #aaa;
	border-radius: 20px;
	line-height: 40px;
}

.sec7 .text a img {
	width: 22px;
	opacity: 0.8;
}

.sec7 .pho {
	width: 50%;
}

.sec7 .ul {
	position: absolute;
	z-index: 100;
	left: 13%;
	right: 13%;
	bottom: 5%;
	padding: 40px 0;
	border-radius: 8px;
	overflow: hidden;
	background: rgba(9, 115, 201, .9);
}

.sec7 .ul li {
	width: 25%;
	float: left;
	color: #fff;
	text-align: center;
}

.sec7 .ul li span {
	display: none;
}

.sec7 .ul li .num {
	font-size: 28px;
	color: #fff;
}

.sec7 .ul li strong {
	font-size: 40px;
}

.sec7 .ul li p {
	color: #fff;
	font-size: 15px;
}



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

.sec4 .lbox {
	width: 32%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sec4 .lbox .pho {
	padding: 10px 0;
	background-color: #fff;
	text-align: center;
}

.sec4 .lbox .pho img {
	width: 90%;
}

.sec4 .rbox {
	width: 68%;
}

.sec4 .container a {
	display: block;
	background: #f7f7f7;
	border-radius: 6px;
	overflow: hidden;
}

.sec4 .lbox a .text {
	padding: 20px 22px;
}

.sec4 .container b {
	display: block;
	color: #0973c9;
	font-weight: 500;
}

.sec4 .container h3 {
	font-size: 18px;
	margin: 0px 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sec4 .container a:hover h3 {
	color: #0973c9;
}

/* 
.sec4 .lbox h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
} */

.sec4 .container span {
	display: block;
	font-size: 15px;
	color: #888;
	background: url(../images/jt4.png) no-repeat right center;
	background-size: 22px;
}

.sec4 .rbox .tbox {
	padding-left: 40px;
	margin-bottom: 40px;
}

.sec4 .rbox .tbox a {
	padding: 25px 30px;
}

.sec4 .rbox .tbox a h3 {
	margin-bottom: 8px;
	width: 90%;
}

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

.xwSwiper .swiper-button-next, .xwSwiper .swiper-button-prev {
	width: 32px;
	height: 32px;
	margin-top: 0;
	top: 20px;
	right: 20px;
	background: #0973c9;
}

.xwSwiper .swiper-button-prev {
	left: inherit;
	right: 60px;
}

.xwSwiper .swiper-button-next:after, .xwSwiper .swiper-button-prev:after {
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-size: 20px;
}

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

.sec4 .rbox li a {
	padding: 30px 24px;
}

.sec4 .rbox li a h3 {
	margin-bottom: 10px;
	-webkit-line-clamp: 1;
}

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


@media all and (min-width: 992px) and (max-width: 1700px) {
	.sec4 .rbox .tbox a p {
		margin-bottom: 30px;
	}
}

@media all and (min-width: 992px) and (max-width: 1600px) {

	.sec1 ul li a {
		padding: 0 10px 15px;
	}

	.sec3 .container {
		width: 75%;
	}

	.sec3 .faSwiper a .text h3 {
		font-size: 20px;
	}

	.sec3 .swiper-button-next:after, .sec3 .swiper-button-prev:after {
		font-size: 22px;
	}

	.sec3 .faSwiper a .text {
		padding: 35px 32px 0;
	}

	.sec3 .faSwiper a .text b {
		width: 36px;
		height: 36px;
		background-size: 36px;
	}

	.sec7 .text {
		padding: 2% 2% 0 10%;
	}

	.sec7 .text h2 {
		font-size: 32px;
	}

	.sec7 .text a {
		line-height: 34px;
		width: 130px;
	}

	.sec7 .text a img {
		position: relative;
		top: -2px;
		width: 21px;
	}

	.sec7 .ul {
		padding: 26px 0;
		bottom: 3%;
		left: 10%;
		right: 10%;
	}

	.sec7 .ul li strong {
		font-size: 38px;
		font-weight: 500;
	}

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

	.sec4 .lbox .pho img {
		width: 95%;
	}

	.sec4 .rbox li a {
		padding: 22px 20px;
	}

	.sec4 .rbox .tbox a {
		padding: 25px;
	}

	.sec4 .container span {
		background-size: 20px;
	}

	.sec4 .rbox .tbox, .sec4 .rbox li {
		padding-left: 32px;
	}

	.sec6 .text li strong {
		font-size: 40px;
	}

	.sec6 .text li p {
		font-size: 15px;
		margin-top: 2px;
	}

}

@media all and (min-width: 992px) and (max-width: 1440px) {

	.sec4 .rbox .tbox {
		margin-bottom: 30px;
	}
}

@media all and (min-width: 992px) and (max-width: 1400px) {
	.sec1 ul li a h3 {
		font-size: 16px;
	}

	.sec3 .container {
		width: 80%;
	}

	.sec7 .text {
		padding-left: 8%;
	}

	.sec7 .text h2 {
		font-size: 30px;
	}

	.sec7 .text span {
		margin-bottom: 18px;
	}

	.sec7 .text p {
		font-size: 15px;
		line-height: 27px;
		margin-bottom: 28px;
	}

	.sec7 .ul {
		left: 8%;
		right: 8%;
	}

	.sec4 .rbox .tbox {
		margin-bottom: 28px;
	}

	.sec6 .text {
		padding-top: 6%;
	}

}

@media all and (min-width: 992px) and (max-width: 1300px) {
	.sec1 ul li {
		padding: 0 10px;
	}

	.sec3 .faSwiper a .text {
		padding-top: 3%;
	}

	.sec3 .swiper-pagination {
		width: 240px;
	}

	.sec7 .text h2 {
		font-size: 28px;
	}

	.sec7 .text p {
		-webkit-line-clamp: 4
	}

	.sec7 .ul li strong {
		font-size: 34px;
	}

	.sec4 .lbox {
		width: 35%;
	}

	.sec4 .rbox .tbox a p {
		margin-bottom: 20px;
		line-height: 27px;
	}

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

	.sec4 .lbox a .text {
		padding: 15px 18px;
	}

	.sec4 .rbox {
		width: 65%;
	}

	.sec4 .rbox .tbox, .sec4 .rbox li {
		padding-left: 30px;
	}

	.sec6 .text {
		padding-top: 5%;
	}

}

@media all and (min-width: 992px) and (max-width: 1200px) {
	.sec7 .ul {
		padding: 20px 0;
	}

	.sec7 .text p {
		-webkit-line-clamp: 3
	}


	.sec4 .rbox li a h3, .sec4 .rbox .tbox a h3 {
		-webkit-line-clamp: 1
	}

	.sec3 .faSwiper a .text h3 {
		width: 84%;
	}

	.sec3 .faSwiper a .pho {
		width: 55%;
	}

	.sec3 .faSwiper a .text {
		width: 45%;
		padding: 28px 20px 0;
	}

	.sec3 .faSwiper a .text b {
		width: 30px;
		height: 30px;
		background-size: 30px;
	}

	.sec3 .faSwiper a .text h3 {
		-webkit-line-clamp: 1;
	}

	.sec3 .mor {
		width: 45%;
		height: 60px;
		bottom: 20px;
	}

	.sec3 .mor a {
		line-height: 60px;
		margin-right: 30px;
	}

	.sec3 .swiper-pagination {
		right: 45%;
		height: 60px;
	}

	.sec3 .swiper-button-next, .sec3 .swiper-button-prev {
		right: 45%;
		height: 60px;
		line-height: 60px;
		bottom: 20px;
	}
}

@media all and (min-width: 0) and (max-width: 992px) {
	.bannerSwiper .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}

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

	.sec1 ul li a {
		display: block;
		padding: 0px 10px 20px;
		background: #f9f9f9;
	}

	.sec1 ul li a h3 {
		font-size: 17px;
		font-weight: 500;
	}

	/* 解决方案 */
	.sec3 {
		margin-top: 30px;
		padding: 0 10px 40px;
	}

	.sec3 .container {
		width: 100%;
		padding-bottom: 60px;
	}

	.sec3 .faSwiper a .pho {
		width: 100%;
	}

	.sec3 .faSwiper a .text {
		width: 100%;
		padding: 5% 20px;
	}

	.sec3 .faSwiper a .text b {
		width: 36px;
		height: 36px;
		background-size: 36px;
		margin-bottom: 14px;
	}

	.sec3 .faSwiper a .text h3 {
		font-size: 18px;
		font-weight: 600;
	}

	.sec3 .faSwiper a .text p {
		font-size: 14px;
		line-height: 26px;
		margin: 10px 0 20px
	}

	.sec3 .faSwiper a .text span {
		line-height: 24px;
		font-size: 13px;
	}

	.sec3 .faSwiper a .text span img {
		width: 24px;
	}

	.sec3 .swiper-button-next, .sec3 .swiper-button-prev {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}

	.sec3 .swiper-button-prev {
		margin-right: 60px;
	}

	.sec3 .swiper-button-next:after, .sec3 .swiper-button-prev:after {
		font-size: 22px;
	}

	.sec3 .swiper-scrollbar, .sec3 .swiper-pagination {
		display: none;
	}

	.sec3 .mor {
		height: 60px;
		width: 40%;
	}

	.sec3 .mor a {
		line-height: 60px;
		text-align: center;
		margin-right: 0px;
	}

	.sec3 .mor a img {
		width: 18px;
	}

	/***关于我们***/

	.sec7 .text {
		width: 100%;
		padding: 3% 10px 0;
	}

	.sec7 .img {
		display: none;
	}

	.sec7 .text h2 {
		font-size: 26px;
		text-align: center;
	}

	.sec7 .text h3 {
		font-size: 18px;
		display: none;
	}

	.sec7 .text span {
		width: 35px;
		height: 3px;
		margin: 6px auto 8px;
	}

	.sec7 .text p {
		font-size: 15px;
		line-height: 27px;
		margin: 10px 0 25px;
	}

	.sec7 .text a {
		width: 120px;
		border-radius: 18px;
		line-height: 32px;
		margin: 0 auto 20px;
	}

	.sec7 .text a img {
		width: 20px;
		opacity: 0.8;
	}

	.sec7 .pho {
		display: none;
	}

	.sec7 .ul {
		position: inherit;
		left: inherit;
		right: inherit;
		bottom: inherit;
		width: 90%;
		margin: 0 auto;
	}

	.sec7 .ul li strong {
		font-size: 30px;
		font-weight: 500;
	}

	.sec7 .ul li .num {
		font-size: 22px;
	}

	.sec7 .ul li p {
		font-size: 14px;
	}

	/* 新闻资讯 */

	.sec4 .lbox {
		border-radius: 6px;
		width: 100%;
	}

	.sec4 .lbox a {
		display: block;
		overflow: hidden;
	}

	.sec4 .lbox .pho {
		float: left;
		width: 40%;
		padding: 0;
		background-color: #fff;
		text-align: center;
	}

	.sec4 .lbox .pho img {
		width: 100%;
	}

	.sec4 .lbox .text {
		width: 60%;
		float: left;
		box-sizing: border-box;
		padding: 20px 20px 0;
	}

	.sec4 .lbox .text p {
		font-size: 15px;
		line-height: 27px;
		color: #565656;
		height: 54px;
		overflow: hidden;
		margin-bottom: 20px;

	}

	.sec4 .rbox {
		margin-top: 20px;
		width: 100%;
	}

	.sec4 .lbox a .text {
		padding: 24px 20px;
	}

	.sec4 .container h3 {
		font-size: 17px;
		margin: 10px 0 20px;
	}

	.sec4 .container span {
		font-size: 14px;
		background-size: 20px;
	}

	.sec4 .rbox .tbox {
		padding-left: 0px;
		margin-bottom: 20px;
	}

	.sec4 .rbox .tbox a {
		padding: 24px 20px;
	}

	.sec4 .rbox .tbox a h3 {
		margin-bottom: 8px;
	}

	.sec4 .rbox .tbox a p {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 20px;
	}

	.xwSwiper .swiper-button-next, .xwSwiper .swiper-button-prev {
		width: 30px;
		height: 30px;
		top: 14px;
	}

	.xwSwiper .swiper-button-next:after, .xwSwiper .swiper-button-prev:after {
		font-size: 18px;
	}

	.sec4 .rbox li {
		width: 100%;
		float: inherit;
		padding-left: 0px;
		margin-bottom: 20px;
	}

	.sec4 .rbox li a {
		padding: 24px 20px;
	}

	.sec4 .rbox li a h3 {
		margin-bottom: 0px;
	}

}

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

	.sec3 .faSwiper a .text b {
		width: 32px;
		height: 32px;
		background-size: 32px;
	}

	.sec7 .pho {
		display: block;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}


	.sec7 .ul {
		display: none;
	}

	.sec4 .container h3 {
		-webkit-line-clamp: 1;
		margin-bottom: 8px;
	}

	.sec4 .rbox li a h3 {
		margin-top: 0;
	}

}

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

	.sec4 .lbox .pho {
		float: inherit;
		width: 100%;
	}

	.sec4 .lbox .text {
		float: inherit;
		width: 100%;
	}
}


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