.promotion .box1 {
	padding: 70px 0;
}

.promotion .box1 .box-c {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.promotion .box1 .box-c .l {
	width: 50.62%;
}

.promotion .box1 .box-c .r .title,
.promotion .box1 .box-c .l .title {
	color: #2a2a2a;
	font-family: Gotham;
	font-weight: bold;
	line-height: 1.3;
}

.promotion .box1 .box-c .l .des {
	font-size: 20px;
	line-height: 1.25;
	margin-top: 30px;
	color: #525252;
}

.promotion .box1 .box-c .l .list {
	margin-top: 25px;
}

.promotion .box1 .box-c .l .list li {
	font-size: 20px;
	line-height: 1.25;
	font-weight: bold;
}

.promotion .box1 .box-c .l .list li:not(:last-child) {
	margin-bottom: 18px;
}

.promotion .box1 .box-c .l .list li .iconfont {
	font-size: 20px;
	color: #71d30b;
	padding-right: 17px;
}

.promotion .box1 .box-c .l .btns {
	margin-top: 44px;
	display: flex;
	gap: 24px;
}

.promotion .box1 .box-c .l .btns a {
	font-size: 20px;
	line-height: 75px;
	border: 1px solid #71d30b;
	padding: 0 35px;
	border-radius: 10px;
	color: #71d30b;
	transition: all .6s;
}

.promotion .box1 .box-c .l .btns a:hover {
	background-color: #71d30b;
	color: #fff;
}

.promotion .box1 .box-c .r {
	width: 46.68%;
	box-shadow: 0 0 18px 5px rgba(0, 0, 0, .15);
	padding: 24px;
	text-align: center;
}

.promotion .box1 .box-c .r .title span {
	color: #71d30b;
}

.promotion .box1 .box-c .r .des {
	font-size: 24px;
	font-weight: bold;
	color: #2a2a2a;
	margin-top: 5px;
}

.promotion .box1 .box-c .r .list {
	margin-top: 20px;
	display: flex;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 13px;
}

.promotion .box1 .box-c .r .list li {
	background: linear-gradient(320deg, #BFD9B2, #FFFFFF);
	border-radius: 10px;
	padding: 31px 20px;
}
.promotion .box1 .box-c .r .list li .icon{
	width: 68px;
	height: 68px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.promotion .box1 .box-c .r .list li .icon img{
	max-width: 100%;
	max-height: 100%;
}
.promotion .box1 .box-c .r .list li .text{
	margin-top: 39px;
}
.promotion .box1 .box-c .r form{
	margin-top: 20px;
}
.promotion .box1 .box-c .r form .inputs{
	display: grid;
	grid-template-columns: repeat(1,1fr);
	gap: 10px;
}
.promotion .box1 .box-c .r form .input{
	position: relative;
	background: #FFFFFF;
	border-radius: 10px;
	/* overflow: hidden; */
	display: flex;
	align-items:  center;
	padding: 0 20px;
	border: 1px solid rgba(0, 0, 0, .1);
}
.promotion .box1 .box-c .r form label{
	padding-right: 14px;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	border-right: 1px solid rgba(222, 222, 222, 1);
	margin-right: 14px;
}
.promotion .box1 .box-c .r form .input select,
.promotion .box1 .box-c .r form .input textarea,
.promotion .box1 .box-c .r form .input input{
	flex: 1;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #333;
	border: none;
	outline: none;
	resize: none;
	min-height: 60px;
	background-color: transparent;
}
.promotion .box1 .box-c .r form .input input::placeholder,
.promotion .box1 .box-c .r form .input textarea::placeholder{
	color: rgba(204, 204, 204, 1);
}
.promotion .box1 .box-c .r form .input.textarea{
	grid-column: 1/3;
	height: 336px;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 28px;
	padding-bottom: 28px;
}
.promotion .box1 .box-c .r form .input.textarea label::before{
	display: none;
}
.promotion .box1 .box-c .r form .input.textarea label{
	margin-bottom: 10px;
}
.promotion .box1 .box-c .r form .submit{
	margin: 20px auto 0;
	width: 250px;
	line-height: 68px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background-color: #71d30b;
	border-radius: 10px;
	cursor: pointer;
}
.promotion .box2 .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 80px;
}
.promotion .box2 .list li{
	padding: 40px 40px 30px;
	box-shadow: 0 0 18px 5px rgba(0, 0, 0, .08);
}
.promotion .box2 .list li .title{
	font-family: Gotham;
	font-weight: bold;
	text-align: center;
}
.promotion .box2 .list li .img{
	position: relative;
	padding-top: 80%;
	margin: 20px 0;
}
.promotion .box2 .list li .img .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.promotion .box2 .list li .img .pic img{
	width: auto;
	max-width: 90%;
	max-height: 90%;
}
.promotion .box2 .list li .btns a{
	display: block;
	line-height: 40px;
	font-size: 18px;
	font-family: Gotham;
	color: #71d30b;
	width: 229px;
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	transition: all .6s;
}
.promotion .box2 .list li .btns a:hover,
.promotion .box2 .list li .btns a:first-child{
	background-color: #71d30b;
	color: #fff;
}
.promotion .box2 .list li .btns a:first-child{
	margin-bottom: 10px;
}
.promotion .box3{
	margin-top: 70px;
}
.promotion .box3 .box-c img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
@media (max-width:1440px) {
	.promotion .box2 .list{
		gap: 49px;
	}
}
@media (max-width:1199px) {
	.promotion .box1 .box-c .l .des{
		margin-top: 15px;
		font-size: 18px;
	}
	.promotion .box1 .box-c .l .list li .iconfont,
	.promotion .box1 .box-c .l .list li{
		font-size: 18px;
	}
	.promotion .box1 .box-c .l .list li:not(:last-child){
		margin-bottom: 10px;
	}
	.promotion .box1 .box-c .l .list{
		margin-top: 20px;
	}
	.promotion .box1 .box-c .l .btns a{
		line-height: 60px;
		padding: 0 24px;
		font-size: 18px;
	}
	.promotion .box1 .box-c .l .btns{
		margin-top: 25px;
	}
	.promotion .box1 .box-c .l{
		width: 45%;
	}
	.promotion .box1 .box-c .l .list li .iconfont{
		padding-right: 10px;
	}
	.promotion .box1 .box-c .r{
		width: 51.68%;
	}
	.promotion .box1 .box-c .r .des{
		font-size: 20px;
	}
	.promotion .box1 .box-c .r .list li{
		padding: 27px 14px;
	}
	.promotion .box1 .box-c .r .list li .icon{
		width: 49px;
		height: 49px;
	}
	.promotion .box1 .box-c .r .list li .text{
		margin-top: 20px;
	}
	.promotion .box1 .box-c .r form label{
		font-size: 16px;
	}
	.promotion .box1 .box-c .r form .submit{
		line-height: 49px;
		font-size: 18px;
	}
	.promotion .box2 .list{
		gap: 27px;
	}
	.promotion .box2 .list li{
		padding: 31px;
	}
}
@media (max-width:1024px) {
	.promotion .box1 .box-c{
		flex-direction: column;
	}
	.promotion .box1 .box-c .l{
		width: 100%;
	}
	.promotion .box1 .box-c .r{
		width: 100%;
		margin-top: 40px;
	}
	.promotion .box2 .list{
		gap: 14px;
	}
	.promotion .box2 .list li .btns a{
		width: 100%;
		font-size: 16px;
	}
	.promotion .box1{
		padding: 60px 0;
	}
	.promotion .box3{
		margin-top: 60px;
	}
	.promotion .box1 .box-c .l .btns a{
		line-height: 45px;
	}
	.promotion .box2 .list li{
		padding: 23px 19px;
	}
}
@media (max-width: 768px) {
	.promotion .box2 .list{
		grid-template-columns: repeat(2,1fr);
	}
	.promotion .box1 .box-c .l .btns{
		margin-top: 20px;
		gap: 20px;
	}
	.promotion .box1 .box-c .l .btns a{
		font-size: 16px;
		padding: 0 20px;
		line-height: 39px;
	}
	.promotion .box1{
		padding: 50px 0;
	}
	.promotion .box3{
		margin-top: 50px;
	}
	.promotion .box1 .box-c .l .des,
	.promotion .box1 .box-c .l .list li .iconfont, .promotion .box1 .box-c .l .list li{
		font-size: 16px;
	}
	.promotion .box1 .box-c .l .des{
		margin-top: 10px;
	}
	.promotion .box1 .box-c .l .list{
		margin-top: 15px;
	}
	
}
@media (max-width: 500px) {
	.promotion .box2 .list{
		grid-template-columns: repeat(1,1fr);
	}
	.promotion .box1 .box-c .r .des{
		font-size: 16px;
	}
	.promotion .box1{
		padding: 40px 0;
	}
	.promotion .box3{
		margin-top: 40px;
	}
	.promotion .box1 .box-c .r .list li{
		padding: 19px 10px;
	}
	.promotion .box1 .box-c .r .list li .icon{
		width: 31px;
		height: 31px;
	}
	.promotion .box1 .box-c .r .list li .text{
		font-size: 12px;
		margin-top: 10px;
	}
	.promotion .box1 .box-c .r form label{
		font-size: 14px;
		padding-right: 5px;
		margin-right: 5px;
	}
	.promotion .box1 .box-c .r form .input select, .promotion .box1 .box-c .r form .input textarea, .promotion .box1 .box-c .r form .input input{
		min-height: 39px;
		font-size: 14px;
	}
	.promotion .box1 .box-c .r form .input{
		padding: 0 10px;
	}
	.promotion .box1 .box-c .r form .submit{
		line-height: 39px;
		font-size: 16px;
	}
}