html, body {
	height: 100%;
	overflow: hidden !important;
}

::-webkit-scrollbar {
	width: 0 !important
}

#fp-nav {
	right: 10px;
	transform: translateY(-40%);
	z-index: 9999;
}

#fp-nav ul li a {
	display: block;
}

.section {
	height: 100%;
	overflow: hidden;
}

.section1 .fp-controlArrow {
	width: 50px;
	height: 50px;
}

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

.bannerSwiper .swiper-button-next {
	border: none;
	background: url(../images/next.png) no-repeat center;
	background-size: cover;
	right: 50px;
}

.bannerSwiper .swiper-button-prev {
	border: none;
	left: 50px;
	background: url(../images/prev.png) no-repeat center;
	background-size: cover;
}

.section1 {
	overflow: hidden;
	position: relative;
}

.section1 .swiper {
	height: 100%
}

.section1 .swiper-slide {
	height: 100%;
	position: relative;
}

.section1 .banner {
	background: url(../images/banner.jpg) no-repeat center;
	background-size: cover;
}

.section1 .banner1 {
	background: url(../images/bg1.jpg) no-repeat center;
	background-size: cover;
}

.section1 .banner2 {
	background: url(../images/bg3.jpg) no-repeat center;
	background-size: cover;
}

.section1 .fp-slidesNav {
	z-index: 999;
	bottom: 20px;
	text-align: center;
}

.bannerSwiper .swiper-pagination span {
	width: 16px;
	height: 16px;
	display: inline-block;
	background-color: #1662b7;
	border-radius: 50%;
	opacity: 0.6;
}


.bannerSwiper .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.section1 .text {
	position: absolute;
	color: #fff;
	left: 12%;
	top: 50%;
	right: 12%;
	margin-top: -100px;
	z-index: 1000;
}

.section1 .text h2 {
	font-size: 55px;
	line-height: 1.6;
	margin-bottom: 32px;
}

.section1 .text p.en {
	margin: 20px 0;
	font-size: 19px;
}

.section1 .text p.ch {
	font-size: 24px;
	font-weight: 600;
	width: 80%;
}

.section1 .text1 {
	text-align: right
}

.section1 .text2 {
	text-align: center;
}

.section4 {
	background: #fff;
	position: relative;
	color: #333;
}

.section4 .container {
	margin-top: 7%;
}

.section4 .text h2 {
	font-size: 36px;
	color: #333;
	margin-top: 30px;
}

.section4 .container .text {
	width: 50%;
	position: relative;
}

.section4 .container .text strong {
	display: block;
	font-size: 100px;
	color: #fff;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
	position: absolute;
	left: 0px;
	top: -20px;
	line-height: 1;
	opacity: 0.06;
}

.section4 .container .text p {
	font-size: 16px;
	line-height: 32px;
	margin-top: 30px;
	color: #666;
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.section4 .container .text .more a {
	background: #1662b7;
	color: #fff;
	margin: 30px 0 0;
	width: 140px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 15px;
}

.section4 .container .pho {
	width: 45%;
	border-radius: 20px;
	overflow: hidden;
}

.section4 ul {
	background: #f7f7f7;
	margin-top: 5%;
	border-radius: 10px;
	overflow: hidden;
}

.section4 li {
	width: 33.33%;
	float: left;
	padding: 40px 0;
	text-align: center;
	border-right: 1px solid #dcdcdc;
	box-sizing: border-box;
	animation-delay: 0.3s;
	font-size: 18px;
	color: #333;
	line-height: 40px;
}

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

.section4 li span {
	display: inline-block;
	width: 32px;
	position: relative;
	top: -7px;
	right: 8px;
}


.section4 li strong {
	font-size: 45px;
	color: #1662b7;
}

.section4 li b {
	font-size: 28px;
	color: #1662b7;
}

.more a {
	display: block;
	width: 170px;
	line-height: 50px;
	font-size: 17px;
	text-align: center;
	background: url(../images/icon4.png) no-repeat center;
	background-size: cover;
	margin: 50px auto 0;
	color: #fff;
}

.section2 {
	background: url(../images/bg10.jpg) no-repeat bottom right;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.section2 .lBox {
	width: 32%;
	color: #fff;
	height: auto;
	text-align: center;
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-45%);
}

.section2 .lBox h3 {
	font-size: 26px;
	font-weight: 500;
	background: #3681d6;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 5px;
	color: #fff;
}


.section2 .rBox {
	width: 60%;
	height: 100%;
	padding-top: 100px;
	box-sizing: border-box;
}

.section2 .rBox ul {
	height: 100%;
}

.section2 .rBox li {
	width: 25%;
	height: 33.334%;
	border: 1px solid #fff;
	border-top: none;
	border-left: none;
	box-sizing: border-box;
	float: left;
}

.section2 .rBox li.hide1 a {
	opacity: 0;
}

.section2 .rBox li.hide1 {
	border-color: rgba(0, 0, 0, 0);
}

.section2 .rBox li a {
	display: block;
	height: 100%;
	box-sizing: border-box;
	padding: 20px 20px 0;
	background: rgba(0, 95, 182, 0.65);
	color: #fff;
}

.section2 .rBox li.on a {
	background: rgb(14 78 137);
}

.section2 .rBox li a span {
	display: block;
	width: 144px;
	height: 110px;
	background: url(../images/icon22.png) no-repeat top center;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}

.section2 .rBox li a span img {
	width: 85px;
	margin: 20px auto 0;
	display: block;
}

.section2 .rBox li a h3 {
	font-size: 18px;
	margin-top: 40px;
	height: 40px;
	font-weight: 500;
}

.section2 .rBox li a p {
	font-size: 16px;
	margin-top: 10px;
	height: 40px;
	line-height: 24px;
}




.section2 .rBox li:nth-child(12) {
	border-top: 1px solid #fff;
}

.section2 .rBox li:last-child a span img {
	width: 60px;
	margin-top: 35px;
}

/* 解决方案 */
.section3 {
	background: url(../images/bg6.jpg) no-repeat top left;
	background-size: cover;
	color: #fff;
	position: relative;
}


.section3 .title {
	text-align: center;
	color: #fff;
}

.section3 .box {
	width: 50%;
	margin-bottom: 10%;
}

.section3 .box h3 {
	font-size: 32px;
	font-weight: 500;
}

.section3 .box span {
	display: block;
	width: 40px;
	height: 3px;
	background: #fff;
	border-radius: 2px;
	margin-top: 10px;
}

.section3 .box p {
	font-size: 16px;
	line-height: 30px;
	margin: 30px 0 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.section3 .box a {
	display: block;
	width: 140px;
	line-height: 36px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 15px;
}

.section3 .box a img {
	width: 26px;
	left: 4px;
	position: relative;
	top: -1px;
}

.section3 ul {
	position: absolute;
	left: 7.5%;
	right: 7.5%;
	bottom: 40px;
	padding: 10px 0;
	background: rgba(0, 0, 0, .05);
}

.section3 ul li {
	width: 20%;
	float: left;
	border-right: 1px solid rgba(255, 255, 255, .05);
	box-sizing: border-box;
	text-align: center;
}

.section3 ul li a {
	display: block;
	padding: 20px 0;
}

.section3 ul li span {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: url(../images/icon15.png) no-repeat top center;
	background-size: cover;
	margin: 0 auto 10px;
}


.section3 ul li h3 {
	font-size: 17px;
	color: #fff;
	font-weight: 400;
}

.section3 ul li:nth-child(2) span {
	background-image: url(../images/icon16.png);
}

.section3 ul li:nth-child(3) span {
	background-image: url(../images/icon17.png);
}

.section3 ul li:nth-child(4) span {
	background-image: url(../images/icon18.png);
}

.section3 ul li:nth-child(5) span {
	background-image: url(../images/icon19.png);
}

/* 新闻资讯 */
.section5 {
	background: url(../images/bg11.jpg) bottom center;
	background-size: cover;
	position: relative;
}

.section5 .title {
	margin-top: 100px;
	color: #1662b7;
}

.section5 .title strong {
	color: #3681d6;
}

.section5 .title p {
	color: #565656;
}

.section5 .title h2 {
	margin: 0;
}

.section5 .container {
	padding: 30px 40px 0px;
	position: relative;
	width: 80%;
}

.section5 .swiper {
	padding: 10px;
}

.section5 .swiper-slide a {
	display: block;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .18);
	position: relative;
	border-radius:10px;
	overflow:hidden
}

.section5 .swiper-slide a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0;
	background: #1662b7;
	transition: 0.3s;
}

.section5 .swiper-slide a .text {
	padding: 28px 22px 0;
}

.section5 .swiper-slide a .text h3 {
	font-size: 18px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.section5 .swiper-slide a .text p {
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #777;
	margin-top: 8px;
}

.section5 .swiper-slide a .text .time {
	line-height: 50px;
	background: url(../images/icon20.png) no-repeat right 12px center;
	background-size: 25px;
	padding: 0 30px;
	margin: 30px -22px 0;
	border-top: 1px solid #efefef;
	color: #888;
}

.section5 .swiper-slide:hover a:before {
	right: 0;
	width: 100%;
}

.section5 .swiper-slide:hover a h3 {
	color: #1662b7;
}

.section5 .swiper-slide:hover a .time {
	color: #1662b7;
	background-image: url(../images/icon21.png);
}

.section5 .swiper-button-next {
	border: 2px solid #1662b7;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	right: -20px;
	text-align: center;
}

.section5 .swiper-button-prev {
	border: 2px solid #1662b7;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	left: -20px;
	text-align: center;
}

.section5 .swiper-button-next:after, .section5 .swiper-button-prev:after {
	color: #1662b7;
	font-size: 28px;
}

.section5 .more a {
	background-image: url(../images/icon23.png);
	color: #1662b7;
}

/* 合作客户 */
.section7 .title h2 {
	font-size: 36px;
	font-weight: 500;
	margin-top: 100px;
}

.section7 {
	background: url(../images/bg17.jpg) no-repeat center top;
	background-size: cover;
}

.section7 .container {
	width: 1500px;
}

.section7 .center {
	position: relative;
	margin: 10% 0 8%;
}

.section7 .center li {
	position: absolute;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	cursor: pointer;
}

.section7 .center li a {
	display: block;
	color: #fff;
	font-size: 17px;
}

.section7 .center li a .ico {
	border-radius: 50%;
	padding: 8px;
	border: 1px dashed rgba(255, 255, 255, 0.5);
	opacity: 0;
}

.section7 .center li a .ico span {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #1662b7 url(../images/kh_icon1.png) no-repeat center;
	background-size: 32px;
}

.section7 .center li p {
	margin: 15px 0 20px;
}

.section7 .center li .round {
	width: 29px;
	height: 29px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: relative;
}

.section7 .center li .round .smal {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 40;
}

.section7 .center li .round .big {
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	animation-delay: 0s !important;
	z-index: 30;
	background-color: rgba(22, 98, 183, 0.5);
}

@keyframes pulse {
	0% {
		width: 0px;
		height: 0px;
	}

	100% {
		width: 39px;
		height: 39px;
	}
}

.section7 .center li.on a .ico {
	opacity: 1;
}

.section7 .center li.on .round .big {
	animation: pulse 2s ease-out infinite;
}

.section7 .center li.on .round {
	border-color: transparent;
}

.section7 .center li:first-child {
	left: 10%;
	top: -80px;
}

.section7 .center li:nth-child(2) {
	left: 28%;
	top: -8px;
}

.section7 .center li:nth-child(3) {
	left: 45%;
	top: -58px;
}

.section7 .center li:nth-child(4) {
	left: 65%;
	top: -130px;
}

.section7 .center li:nth-child(5) {
	right: 10%;
	top: -160px;
}

.section7 .center li:nth-child(2) a .ico span {
	background-image: url(../images/kh_icon2.png);
}

.section7 .center li:nth-child(3) a .ico span {
	background-image: url(../images/kh_icon3.png);
}

.section7 .center li:nth-child(4) a .ico span {
	background-image: url(../images/kh_icon4.png);
}

.section7 .center li:nth-child(5) a .ico span {
	background-image: url(../images/kh_icon5.png);
}

.section7 .bottom {
	width: 35%;
}

.section7 .bottom a {
	display: block;
	color: #fff;
}

.section7 .bottom h3 {
	font-size: 28px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.section7 .bottom p {
	font-size: 16px;
	line-height: 30px;
	margin: 10px 0 40px;
	opacity: 0.9;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.section7 .bottom span {
	display: block;
	width: 136px;
	line-height: 35px;
	border: 1px solid rgba(255, 255, 255, .8);
	text-align: center;
	font-size: 15px;
}

.section7 .bottom span img {
	width: 24px;
}

@media all and (min-width: 1024px) and (max-width: 1680px) {

	.section3 .box h3 {
		font-size: 28px;
	}
	.section7 .center {
		margin: 8% 0 6%;
	}

	.section7 .title h2 {
		font-size: 34px;
	}

}

@media all and (min-width: 1024px) and (max-width: 1600px) {
	.more a {
		width: 150px;
		line-height: 45px;
		font-size: 16px;
		margin: 50px auto 0;
	}

	.section1 .text {
		left: 6%;
		right: 6%;
	}

	.section1 .text h2 {
		font-size: 45px;
	}

	.section1 .text p.en {
		font-size: 18px;
	}

	.section2 .lBox {
		width: 33%;
	}

	.section2 .lBox h3 {
		font-size: 23px;
	}

	.section2 .rBox {
		padding-top: 90px
	}

	.section2 .rBox li a span {
		width: 110px;
		height: 80px
	}

	.section2 .rBox li a span img {
		width: 55px;
	}

	.section2 .rBox li a {
		padding: 10px 12px 0
	}

	.section2 .rBox li a h3 {
		margin-top: 15px;
		height: 30px;
	}

	.section2 .rBox li:last-child a span img {
		width: 45px;
		margin-top: 28px;
	}

	.section2 .rBox li a p {
		font-size: 15px;
	}

	.section .title h2 {
		font-size: 30px;
	}

	.section3 .box {
		width: 60%;
	}

	.section3 .box h3 {
		font-size: 26px;
	}

	.section3 .box p {
		font-size: 15px;
		margin: 20px 0 40px;
	}

	.section3 .box span {
		width: 34px;
	}

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

	.section3 ul li h3 {
		font-size: 16px;
	}

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

	.section4 .container .text strong {
		font-size: 82px;
		top: 0;
	}

	.section4 .container .text .more a {
		width: 128px;
	}

	.section4 li {
		font-size: 16px
	}

	.section5 .more a {
		margin-top: 20px;
	}

	.section5 .title h2 {
		margin: 0px 0;
	}

	.section5 .container {
		padding-top: 10px;
	}

	.section5 .swiper-slide a .text {
		padding-top: 14px;
	}

	.section5 .swiper-slide a .text p {
		margin-top: 0;

	}

	.section5 .swiper-slide a .text .time {
		margin-top: 10px;
		line-height: 44px;
	}
	.section7 .title h2 {
		font-size: 32px;
	}

	.section7 .container {
		width: 1300px;
	}

	.section7 .center li a .ico {
		padding: 6px;
	}

	.section7 .bottom h3 {
		font-size: 25px;
	}

	.section7 .bottom p {
		font-size: 15px;
		-webkit-line-clamp: 2
	}

	.section7 .center li a .ico span {
		width: 66px;
		height: 66px;
		background-size: 28px;
	}

	.section7 .center li:first-child {
		top: -75px;
	}

	.section7 .center li:nth-child(2) {
		top: -13px;
	}

	.section7 .center li:nth-child(3) {
		top: -56px;
	}

	.section7 .center li:nth-child(4) {
		top: -118px;
	}

	.section7 .center li:nth-child(5) {
		top: -146px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
	.section4 .container .text p {
		margin-top: 24px;
	}

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

	.section4 .container .text .more a {
		font-size: 14px;
	}

	.section4 .container .pho {
		width: 46%;
	}

	.section4 li {
		font-size: 15px
	}

	.section5 .container {
		width: 90%;
	}

	.section1 .text h2 {
		font-size: 42px;
	}

	.section2 .rBox li a {
		padding: 8px 12px 0;
	}

	.section2 .lBox h3 {
		font-size: 22px;
	}

	.section3 ul {
		left: 5%;
		right: 5%;
		bottom: 30px;
	}

	.section3 .box h3 {
		font-size: 24px;
	}

	.section3 ul li span {
		width: 34px;
		height: 34px;
	}
	.section7 .container {
		width: 1200px;
	}

	.section7 .center li:first-child {
		top: -80px;
	}

	.section7 .center li:nth-child(2) {
		top: -25px;
	}

	.section7 .center li:nth-child(3) {
		top: -65px;
	}

	.section7 .center li:nth-child(4) {
		top: -123px;
	}

}

@media all and (min-width: 1024px) and (max-width: 1400px) {

	.section .title h2 {
		font-size: 26px;
		margin: 5px 0 8px;
		line-height: 1;
	}

	.section .title strong {
		font-size: 24px;
	}

	.section .title p {
		font-size: 16px;
	}

	.section1 .text h2 {
		font-size: 36px;
	}

	.section1 .text p.en {
		font-size: 16px;
		margin: 15px 0;
	}

	.section2 .rBox {
		padding-top: 80px
	}

	.section2 .rBox li a h3 {
		margin-top: 8px;
	}

	.section2 .rBox li a p {
		line-height: 20px;
		margin-top: 0
	}

	.section2 .lBox h3 {
		font-size: 20px;
	}

	.section5 .container {
		padding-top: 10px;
	}

	.section5 .swiper-slide a .text {
		padding-top: 18px;
	}

	.section5 .swiper-slide a .text .time {
		margin-top: 14px;
	}

	.section5 .title {
		margin-top: 80px
	}

	.section4 li {
		padding: 30px 0;
	}
	.section7 .bottom {
		width: 38%;
	}

	.section7 .bottom h3 {
		font-size: 22px;
	}

	.section7 .bottom span {
		line-height: 32px;
		width: 128px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1360px) {
	.section3 .box h3 {
		font-size: 22px;
	}

	.section3 ul li h3 {
		font-size: 15px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1300px) {
	.section7 .container {
		width: 1000px;
	}

	.section7 .title h2 {
		font-size: 30px;
	}

	.section7 .center li a .ico span {
		width: 50px;
		height: 50px;
		background-size: 24px;
	}

	.section7 .center li a {
		font-size: 16px;
	}

	.section7 .center li a p {
		margin: 8px 0 10px;
	}

	.section7 .center li .round .smal {
		width: 7px;
		height: 7px;
	}

	.section7 .center li .round {
		width: 24px;
		height: 24px;
	}

	.section7 .center li:first-child {
		top: -57px;
	}

	.section7 .center li:nth-child(2) {
		top: -10px;
	}

	.section7 .center li:nth-child(3) {
		top: -45px;
	}

	.section7 .center li:nth-child(4) {
		top: -92px;
	}

	.section7 .center li:nth-child(5) {
		top: -112px;
	}

	.section7 .center {
		margin: 10% 0 6%;
	}

}

@media all and (min-width: 0) and (max-width: 767px) {
	#fp-nav {
		display: none;
	}

	body, html, .section, #fullpage {
		height: inherit;
		overflow: inherit !important;
	}

	.section {
		padding: 30px 0;
		overflow: hidden;
	}

	.bannerSwiper .swiper-button-next {
		right: 10px;
		background: #1662b7 url(../images/next.png) no-repeat center;
		background-size: 26px;
		width: 44px;
		height: 44px;
		border-radius: 50%;
		top: 60%;
	}

	.bannerSwiper .swiper-button-prev {
		left: 10px;
		background: #1662b7 url(../images/prev.png) no-repeat center;
		background-size: 26px;
		width: 44px;
		height: 44px;
		border-radius: 50%;
		top: 60%;
	}

	.bannerSwiper .swiper-pagination {
		bottom: 10px;
	}

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

	.section1 {
		padding: 70px 0 0;
	}

	.section1 .text {
		position: relative;
		left: inherit;
		top: inherit;
		right: inherit;
		margin-top: inherit;
		padding: 20% 20px;
	}

	.section1 .text h2 {
		font-size: 26px;
		line-height: 40px;
		font-weight: 500;
	}

	.section1 .text p.en {
		margin: 12px 0;
		font-size: 15px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		min-height: 54px;
	}

	.section4 {
		padding: 30px 10px;
		overflow:hidden
	}

	.section4 .container {
		margin-top: 0%;
	}

	.section4 .text h2 {
		font-size: 24px;
		font-weight: 500;
		margin-top: 0px;
	}

	.section4 .container .text {
		width: 100%;
		text-align: center;
	}

	.section4 .container .text strong {
		font-size: 50px;
		left: 0px;
		right: 0;
		top: -10px;
		text-align: center;
	}

	.section4 .container .text p {
		font-size: 15px;
		line-height: 28px;
		margin-top: 10px;
		text-indent: 0;
	}

	.section4 .container .text .more a {
		margin: 20px auto;
		width: 100px;
		line-height: 32px;
		border-radius: 16px;
		font-size: 14px;
	}

	.section4 .container .pho {
		width: 100%;
		border-radius: 10px;
	}

	.section4 ul {
		margin-top: 20px;
		border-radius: 8px;
	}

	.section4 li {
		width: 100%;
		float: inherit;
		padding: 20px 10px 20px 40px;
		border-right: none;
		font-size: 14px;
		text-align: left;
		border-bottom: 1px dashed #ececec;
	}

	.section4 li:last-child {
		border-bottom: none;
	}

	.section4 li span {
		display: inline-block;
		width: 32px;
		position: relative;
		top: -7px;
		right: 8px;
	}


	.section4 li strong {
		font-size: 32px;
	}

	.section4 li b {
		font-size: 20px;
	}


	.more a {
		width: 136px;
		line-height: 41px;
		font-size: 15px;
		margin: 30px auto 0;
	}

	.section2 .lBox {
		display: none;
	}

	.section2 .rBox {
		width: 100%;
		height: inherit;
		padding-top: 0px;
	}

	.section2 .rBox ul {
		padding: 0 10px;
	}

	.section2 .rBox li {
		width: 50%;
		height: 25%;
		border: 1px solid #fff;
		border-top: none;
		border-left: none;
		box-sizing: border-box;
		float: left;
	}

	.section2 .rBox li.hide1 {
		display: none;
	}

	.section2 .rBox li:nth-child(2n) {
		border-right: none;
	}

	.section2 .rBox li:nth-child(10) {
		border-right: 1px solid #fff
	}

	.section2 .rBox li a {
		padding: 10px 10px;
	}

	.section2 .rBox li a span {
		width: 80px;
		height: 70px;
	}

	.section2 .rBox li a span img {
		width: 55px;
		margin: 10px auto 0;
	}

	.section2 .rBox li a h3 {
		font-size: 17px;
		margin-top: 20px;
		height: 30px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.section2 .rBox li a p {
		font-size: 14px;
		margin-top: 10px;
		line-height: 20px;
		height: 40px;
		overflow: hidden;
	}

	.section2 .rBox li:last-child {
		display: none;
	}

	/* 解决方案 */

	.section3 {
		background: url(../images/bg6.jpg) no-repeat center;
		background-size: cover;
	}


	.section3 .box {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		margin-bottom: 70px;
	}

	.section3 .box h3 {
		font-size: 20px;
	}

	.section3 .box span {
		width: 30px;
		height: 2px;
		margin-top: 8px;
	}

	.section3 .box p {
		font-size: 14px;
		line-height: 26px;
		margin: 10px 0 20px;
	}

	.section3 .box a {
		width: 120px;
		line-height: 32px;
		font-size: 13px;
		float: right;
	}

	.section3 .box a img {
		width: 24px;
		left: 4px;
		position: relative;
		top: -1px;
	}

	.section3 ul {
		position: inherit;
		left: inherit;
		right: inherit;
		bottom: inherit;
		padding: 0;
		background: none;
	}

	.section3 ul li {
		width: 50%;
		padding: 10px;
		border-right: none;
	}

	.section3 ul li a {
		padding: 20px 0;
		background: rgba(0, 0, 0, .05);
	}

	.section3 ul li:last-child {
		display: none;
	}

	.section3 ul li span {
		width: 32px;
		height: 32px;
	}

	.section3 ul li h3 {
		font-size: 15px;
	}

	/* 新闻资讯 */

	.section5 .title {
		margin-top: inherit;
	}

	.section5 .container {
		padding: 30px 50px 0px;
		width: 90%;
	}

	.section5 .swiper {
		padding: 0px 0;
	}

	.section5 .swiper-slide a:before {
		display: none;
	}

	.section5 .swiper-slide a .text {
		padding: 21px 16px 0;
	}

	.section5 .swiper-slide a .text h3 {
		font-size: 16px;
	}

	.section5 .swiper-slide a .text p {
		font-size: 14px;
	}

	.section5 .swiper-slide a .text .time {
		line-height: 42px;
		padding: 0 18px;
		margin: 20px -16px 0;
	}

	.section5 .swiper-button-next {
		width: 30px;
		height: 46px;
		right: 0px;
		background: #1662b7 url(../images/next.png) no-repeat center;
		background-size: 20px;
		border-radius: 4px;
	}

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

	.section5 .swiper-button-prev {
		width: 30px;
		height: 46px;
		left: 0px;
		background: #1662b7 url(../images/prev.png) no-repeat center;
		background-size: 20px;
		border-radius: 4px;
	}

	/* 合作客户 */

	.section7 .title h2 {
		font-size: 26px;
		margin-top: 0px;
	}

	.section7 {
		background: url(../images/bg17.jpg) no-repeat center;
	}

	.section7 .container {
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	.section7 .center {
		margin: 20px 0;
	}

	.section7 .center ul {
		overflow: hidden;
	}

	.section7 .center li {
		position: inherit;
		width: 20%;
		float: left;
		display: block;
		flex-direction: inherit;
		-webkit-flex-direction: inherit;
	}

	.section7 .center li a {
		font-size: 15px;
		font-weight: 600;
		text-align: center;
	}

	.section7 .center li a .ico {
		opacity: 1;
		border: none;
	}

	.section7 .center li a .ico span {
		width: 48px;
		height: 48px;
		margin: 0 auto;
		border-radius: 50%;
		background-size: 24px;
	}

	.section7 .center li p {
		margin: 0px 0;
	}

	.section7 .center li .round {
		width: 20px;
		height: 20px;
		margin: 0 auto;
		display: none;
	}

	.section7 .center li:first-child {
		left: inherit;
		top: inherit;
	}

	.section7 .center li:nth-child(2) {
		left: inherit;
		top: inherit;
	}

	.section7 .center li:nth-child(3) {
		left: inherit;
		top: inherit;
	}

	.section7 .center li:nth-child(4) {
		left: inherit;
		top: inherit;
	}

	.section7 .center li:nth-child(5) {
		right: inherit;
		top: inherit;
	}

	.section7 .bottom {
		width: auto;
		margin: 0px 15px;
		position: relative;
		overflow: hidden;
		box-sizing: border-box;
	}

	.section7 .bottom .btbox {
		display: flex;
		width: 100%;
		transition: transform 0.5s ease-in-out;

	}

	.section7 .bottom .tab {
		width: 100%;
		flex-shrink: 0;
	}

	.section7 .bottom h3 {
		font-size: 18px;
		font-weight: 600;
	}

	.section7 .bottom p {
		font-size: 15px;
		line-height: 28px;
		margin: 10px 0 20px;
		-webkit-line-clamp: 2;
	}

	.section7 .bottom span {
		width: auto;
		text-align: right;
		line-height: 30px;
		font-size: 14px;
		border: none;
		color: rgba(255, 255, 255, .8);
	}

	.section7 .bottom span img {
		width: 22px;
	}
}