.box-bm {
	background: url(../../images/hbg.jpg) #262626;
}
.box-bm .bm-title {
	text-align: center;
	padding-top: 4vw;
}
.box-bm .bm-title span {
	text-transform: uppercase;
	color: #fff;
	font-size: 2vw;
	font-family: Arial;
	display: block;
}
.box-bm .bm-title em {
	font-weight: bold;
	color: #46b135;
	font-size: 2.4vw;
	letter-spacing: 0.2em;
	display: block;
	margin: 0 auto 0.2em auto;
}
.box-bm .bm-title em:after {
	content: '';
	display: inline-block;
	margin-left: -0.2em;
}
.box-bm .bm-title p {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-family: Arial;
	letter-spacing: 2px;
}
.box-bm .T {
	width: calc(100% - 300px);
	box-sizing: border-box;
}
.box-bm .T span {
	font-size: 4.5vw;
	font-weight: bold;
	color: #46b135;
	line-height: 1.5;
}
.box-bm .T h3 {
	color: #46b135;
	font-size: 2vw;
	font-weight: bold;
	font-family: Arial;
	text-transform: uppercase;
}
.box-bm .T p {
	color: #fff;
	font-size: 1.2vw;
}
.box-bm .B {
	background: url(../../images/gd-alu_06.jpg) center no-repeat;
	background-size: cover;
	min-height: 30vw;
	box-sizing: border-box;
	/* padding-top: 10.7vw;padding-bottom: 4vw; */
	display: flex;
	align-items: center;
}
.box-bm .swiper-wrapper .swiper-slide .content {
	width: 680px;
	max-width: 100%;
	margin-left: auto;
	text-align: left;
}
/* .box-bm .swiper-slide:nth-of-type(2) .content {margin-left: 0;text-align: left;} */
.box-bm .swiper-wrapper .swiper-slide:nth-of-type(1) .content {
	margin-left: 22vw;
}
.box-bm .swiper-wrapper .swiper-slide:nth-of-type(2) .content {
	margin-left: 27vw;
}
.box-bm .swiper-wrapper .swiper-slide:nth-of-type(3) .content {
	margin-left: 26vw;
}
.box-bm .swiper-wrapper .swiper-slide:nth-of-type(3) .content p:nth-of-type(1) {
	color: #333;
}
.box-bm .swiper-wrapper .swiper-slide:nth-of-type(4) .content {
	margin-left: 26vw;
}
.box-bm .swiper-wrapper .swiper-slide:nth-of-type(4) .content p:nth-of-type(1) {
	color: #333;
}
.box-bm .swiper-wrapper .swiper-slide:nth-of-type(5) .content {
	margin-left: 20vw;
}
.box-bm .swiper-wrapper .swiper-slide:nth-of-type(5) .content * {
	color: #333;
}
.box-bm .swiper-wrapper .swiper-slide:nth-of-type(6) .content {
	margin-left: 27vw;
}
.box-bm .swiper-wrapper .swiper-slide:nth-of-type(6) .content * {
	color: #333;
}
.box-bm .swiper-wrapper .swiper-slide:nth-of-type(7) .content {
	margin-left: 27vw;
}
.box-bm .swiper-wrapper .swiper-slide:nth-of-type(7) .content * {
	color: #333;
}

.box-bm .img-list li {
	margin: 0 auto;
	display: inline-block;
	text-align: center;
}
.box-bm .img-list li + li {
	margin-left: 2.3vw;
}
.box-bm .img-list .img {
	display: block;
	height: 3vw;
	background-size: cover;
	background-position: center;
	width: 3vw;
	margin-bottom: 0.8em;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}
.box-bm .btn {
	position: absolute;
	right: 5%;
	top: 2vw;
	z-index: 2;
}
.box-bm .swiper-pagination {
	position: static;
	width: auto;
	font-size: 1.2vw;
	color: #fff;
}
.box-bm .swiper-pagination span:before {
	content: '0';
}
.box-bm .swiper-pagination-current {
	color: #46b135;
	font-size: 1.8vw;
	padding-left: 0.2em;
	padding-right: 0.2em;
}
.box-bm .arrow {
	display: inline-block;
	position: static;
	margin: 0;
	width: 80px;
	height: 40px;
	line-height: 40px;
	color: #707070;
	text-align: center;
	border-radius: 8px;
	background: #fff;
	font-family: '宋体', Sinsum;
	font-size: 20px;
}
.box-bm .swiper-button-prev {
	margin: 0 15px;
}
.box-bm .arrow:hover {
	background: #46b135;
}

.pro-swiper-section {
	position: relative;
	text-align: center;
}

.pro-swiper-section .swiper-container {
	width: 100%;
}

.pro-swiper-section .swiper-container .img-box {
	display: block;
	width: 100%;
	padding-top: 51.15%;
	position: relative;
}

.pro-swiper-section .swiper-container .img-box img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pro-swiper-section .box .aaa {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.8rem 0;
	text-align: center;
}

.pro-swiper-section .box .aaa > div:nth-of-type(1) {
	font-size: 2rem;
	color: #43ba21;
	font-weight: bold;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1254901961);
}

.pro-swiper-section .box .aaa > div:nth-of-type(n + 2) {
	font-size: 1.45rem;
	line-height: 2;
	color: #fff;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1254901961);
}

.pro-swiper-section .box .aaa .linkto {
	padding: 0.7rem 2rem;
	border-radius: 5px;
	border: 2px solid #39af37;
	color: #fff;
	display: inline-flex;
	width: auto;
	background: #39af37;
	margin: 1rem auto 0 auto;
}

.title {
	text-transform: capitalize;
}

.title {
	padding-top: 4vw;
	padding-bottom: 3vw;
	margin: 0 auto;
	max-width: 80%;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
}
.title span {
	font-size: 1.8vw;
	color: #46b135;
	font-weight: 900;
	font-family: Arial;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.title em {
	font-size: 1.2vw;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	display: block;
	padding-bottom: 10px;
	background: url(../images/tbg.png) bottom center no-repeat;
	background-size: auto 5px;
}

@media screen and (max-width: 1250px) {
	.title em {
		font-size: 20px;
	}
	.title span {
		font-size: 18px;
	}
}

@media screen and (max-width: 1125px) {
	.pro-swiper-section {
		position: relative;
	}

	.pro-swiper-section .box {
		text-align: center;
	}

	.pro-swiper-section .box .aaa > div:nth-of-type(1) {
		font-size: 2.5vw;
	}

	.pro-swiper-section .box .aaa > div:nth-of-type(n + 2) {
		font-size: 1.8vw;
		line-height: 2.6vw;
	}

	.pro-swiper-section .box .aaa .linkto {
		padding: 1.2vw 3vw;
	}
}

@media (max-width: 640px) {
	.box-bm .bm-title {
		padding-top: 8vw;
	}
	.box-bm .bm-title span,
	.box-bm .bm-title p {
		font-size: 12px;
	}
	.box-bm .bm-title em {
		font-size: 4.5vw;
	}
	.box-bm .bm-title p {
		letter-spacing: 1;
	}
	.box-bm .T {
		width: 93%;
	}
	.box-bm .T span {
		font-size: 10vw;
	}
	.box-bm .T h3 {
		font-size: 4vw;
	}
	.box-bm .T p {
		font-size: 3.8vw;
	}
	.box-bm .btn {
		top: auto;
		bottom: 3vw;
		display: none;
	}
	.box-bm .B .content {
		text-align: left;
	}
	.box-bm .B {
		height: auto;
		padding-top: 36vw;
		background-position: top center;
		background-size: 100% auto;
	}
	.box-bm .img-list {
		display: none;
	}

	.pro-swiper-section {
		position: relative;
	}

	.pro-swiper-section .box {
		text-align: center;
	}

	.pro-swiper-section .box .aaa > div:nth-of-type(1) {
		font-size: 4.5vw;
	}

	.pro-swiper-section .box .aaa > div:nth-of-type(n + 2) {
		font-size: 3.8vw;
		line-height: 4.6vw;
	}

	.pro-swiper-section .box .aaa .linkto {
		font-size: 12px;
		padding: 6px 16px;
	}

	.title{padding-top: 12vw;padding-bottom: 6vw;}
}


@media screen and (max-width: 420px){
	.title span, .title em{font-size: 3.8vw;}
	.title p{font-size: 14px;}
}