

.homeBox-1 {
	padding: 85px 0 100px;
	background-position: center center;
	background-size: cover;
}

.homeBox-1 .title {
	text-align: center;
	margin-bottom: 30px;
}

.homeBox-1 .h1 {
	font-size: 40px;
	color: #232323;
	font-weight: bold;
	line-height: 60px;
}

.homeBox-1 .h2 {
	font-size: 24px;
	color: #000000;
	line-height: 60px;
}

.homeBox-1 .text {
	max-width: 1030px;
	width: 100%;
	margin: 0 auto;
	font-size: 17px;
	color: #666;
	line-height: 32px;
	text-align: left;
	margin-bottom: 75px;
}

.homeBox-1 .listBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.homeBox-1 .item {
	width: 25%;
	text-align: center;
	padding: 0 3%;
}

.homeBox-1 .img {
	margin-bottom: 20px;
}

.homeBox-1 .name {
	height: 48px;
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	font-weight: bold;
	transition: all 0.5s ease-in;
}


/* 合作客户 */
.homeBox-7 {
	padding: 50px 0 80px;
	background-color: #fafafa;
}

.homeBox-7 .en {
	position: relative;
	font-size: 72px;
	color: #efefef;
	line-height: 1;
	margin-bottom: 65px;
}

.homeBox-7 .cn {
	    font-size: 40px;
	    font-weight: bold;
		text-align: center;
	    color: #232323;
	    line-height: 60px;
}


.homeBox-7 .en .line-heading{text-align: center;}


.homeBox-7 .nav {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}

.homeBox-7 .nav .item {
	min-width: 138px;
	height: 48px;
	font-size: 20px;
	color: #666666;
	line-height: 48px;
	text-align: center;
	background-color: #d7d7d7;
	border-radius: 24px;
	margin: 0 35px;
	padding: 0 15px;
	cursor: pointer;
	white-space: nowrap;
}

.homeBox-7 .nav .item.active {
	color: #ffffff;
	background-color: #0068b1;
}

.homeBox-7 .box {
	position: relative;
	display: none;
}

.homeBox-7 .box.active {
	display: block;
}

.homeBox-7 .swiper-container {
	padding-bottom: 80px;
}

.homeBox-7 .swiper-wrapper {
	align-items: flex-end;
}

.homeBox-7 .swiper-pagination {
	bottom: 0;
}

.homeBox-7 .swiper-pagination-bullet {
	background: none;
	border: 2px solid #aaaaaa;
	opacity: 1;
}

.homeBox-7 .swiper-pagination-bullet-active {
	background-color: #aaa;
}

.homeBox-7 .back {
	background-color: #f9f9f9;
	padding: 10px;
	cursor: pointer;
}

.homeBox-7 .listBox .item:nth-child(4n) {
	margin-right: 0;
}

.homeBox-7 .swiper-button-next,
.homeBox-7 .swiper-button-prev {
	width: 18px;
	height: 37px;
	margin-top: -55px;
	background-size: cover;
}

.homeBox-7 .swiper-button-next::after,
.homeBox-7 .swiper-button-prev::after {
	display: none;
}

.homeBox-7 .swiper-button-prev {
	left: -40px;
	background-image: url(../images/icon35.png);
}

.homeBox-7 .swiper-button-next {
	right: -40px;
	background-image: url(../images/icon36.png);
}


.aboutBox-5 {
	padding: 50px 0 100px;
	background-position: top left;
	background-size: 100% auto;
}

.aboutBox-5 .en {
	position: relative;
	font-size: 72px;
	color: #efefef;
	line-height: 1;
	margin-bottom: 60px;
}

.aboutBox-5 .cn {
	position: absolute;
	left: 5px;
	bottom: 10px;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}

.aboutBox-5 .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

/* .aboutBox-5 .listBox {
	width: 40%;
} */

.aboutBox-5 .mapBox {
	width: 50%;
}

  .aboutBox-5 .item {
	display: flex;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid #e6e6e6; height:140px;
}

.aboutBox-5 .icon {
	width: 70px;
}

.aboutBox-5 .text {
	width: calc(100% - 70px);
	padding-left: 18px;
}

.aboutBox-5 .h1 {
	font-size: 18px;
	color: #3f6fb5;
	line-height: 30px;
	font-weight: bold;
}

.aboutBox-5 .h2 {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}


.aboutBox-5 {
	padding: 50px 0 100px;
	background-position: top left;
	background-size: 100% auto;
}

.aboutBox-5 .en {
	position: relative;
	font-size: 72px;
	color: #efefef;
	line-height: 1;
	margin-bottom: 60px;
}

.aboutBox-5 .cn {
	position: absolute;
	left: 5px;
	bottom: 10px;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}

.aboutBox-5 .box {

	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

/* .aboutBox-5 .listBox {
	width: 40%;
} */

.aboutBox-5 .mapBox {
	width: 50%;
}

 .aboutBox-5 .item {
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid #e6e6e6;
	float: left;
    width: 48%;    
	margin-right: 2%;
}

.aboutBox-5 .icon {
	width: 70px;
}

.aboutBox-5 .text {
	width: calc(100% - 70px);
	padding-left: 18px;
}

.aboutBox-5 .h1 {
	font-size: 18px;
	color: #3f6fb5;
	line-height: 30px;
	font-weight: bold;
}

.aboutBox-5 .h2 {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}
