

.innerPage {
	padding-top: 103px;
}




.content1140 {
	width: 1140px;
	margin: 0 auto;
	max-width: 94%;
}


.content990 {
	width: 990px;
	margin: 0 auto;
	max-width: 94%;
}

.content1720 {
	margin: 0 auto;
	width: 1720px;
	max-width: 94%;
}

.box6 {
	padding: 100px 0;
}

.box6 .box-c {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.box6 .box-c .l {
	width: 50.62%;
}

.box6 .box-c .r .title,
.box6 .box-c .l .title {
	color: #2a2a2a;
	font-family: Gotham;
	font-weight: bold;
	line-height: 1.3;
}

.box6 .box-c .l .des {
	font-size: 20px;
	line-height: 1.25;
	margin-top: 30px;
	color: #525252;
}

.box6 .box-c .l .list {
	margin-top: 25px;
}

.box6 .box-c .l .list li {
	font-size: 20px;
	line-height: 1.25;
	font-weight: bold;
}

.box6 .box-c .l .list li:not(:last-child) {
	margin-bottom: 18px;
}

.box6 .box-c .l .list li .icon svg {
	width: 20px;
	fill: rgba(53, 174, 64, 1);
}

.box6 .box-c .l .list li .icon {
	padding-right: 17px;
}

.box6 .box-c .l .list li .iconfont {
	font-size: 20px;
	color: rgba(53, 174, 64, 1);
	padding-right: 17px;
}

.box6 .box-c .l .btns {
	margin-top: 44px;
	display: flex;
	gap: 24px;
}

.box6 .box-c .l .btns a {
	font-size: 18px;
	line-height: 55px;
	border: 1px solid rgba(53, 174, 64, 1);
	padding: 0 35px;
	border-radius: 10px;
	color: rgba(53, 174, 64, 1);
	transition: all .6s;
}

.box6 .box-c .l .btns a:hover {
	background-color: rgba(53, 174, 64, 1);
	color: #fff;
}

.box6 .box-c .r {
	width: 46.68%;
	box-shadow: 0 0 18px 5px rgba(0, 0, 0, .15);
	/* padding: 24px; */
	text-align: center;
}

.box6 .box-c .r .title span {
	color: rgba(53, 174, 64, 1);
}

.box6 .box-c .r .des {
	font-size: 24px;
	font-weight: bold;
	color: #2a2a2a;
	margin-top: 5px;
}

.box6 .box-c .r .list {
	margin-top: 20px;
	display: flex;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 13px;
}

.box6 .box-c .r .list li {
	background: linear-gradient(320deg, #BFD9B2, #FFFFFF);
	border-radius: 10px;
	padding: 20px 20px;
}

.box6 .box-c .r .list li .icon {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box6 .box-c .r .list li .icon img {
	max-width: 100%;
	max-height: 100%;
}

.box6 .box-c .r .list li .text {
	margin-top: 20px;
}

.box6 .box-c .r form {
	margin-top: 20px;
}

.box6 .box-c .r form .inputs {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
}

.box6 .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);
}

.box6 .box-c .r form label {
	padding-right: 14px;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	border-right: 1px solid rgba(222, 222, 222, 1);
	margin-right: 14px;
}

.box6 .box-c .r form .input select,
.box6 .box-c .r form .input textarea,
.box6 .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: 50px;
	background-color: transparent;
}

.box6 .box-c .r form .input input::placeholder,
.box6 .box-c .r form .input textarea::placeholder {
	color: rgba(204, 204, 204, 1);
	font-family: "Roboto", Sans-serif;
}

.box6 .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;
}

.box6 .box-c .r form .input.textarea label::before {
	display: none;
}

.box6 .box-c .r form .input.textarea label {
	margin-bottom: 10px;
}

.box6 .box-c .r form .submit {
	margin: 20px auto 0;
	width: 250px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background-color: rgba(53, 174, 64, 1);
	border-radius: 10px;
	cursor: pointer;
}

.box1 {
	/*background: linear-gradient(-52deg, rgba(53, 174, 64, 1), #0D45AA);*/
	background: rgba(53, 174, 64, 1);
}

.box2 {
	padding: 120px 0;
	background-color: RGBA(250, 250, 250, 1);
}

.box2 .list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.box2 .list .pic img {
	display: block;
	width: 100%;
}

.box2 .list .title {
	font-family: Gotham;
	font-weight: 400;
	/* font-size: 30px; */
	color: #222222;
	line-height: 1.33;
	text-align: center;
	margin-top: 35px;
	word-break: break-all;
}

.box2 .list .btns {
	display: flex;
	margin-top: 29px;
	justify-content: center;
	gap: 10px;
}

.box2 .list .btns a {
	min-width: 160px;
	line-height: 46px;
	background: #FAFAFA;
	border-radius: 25px;
	border: 2px solid rgba(53, 174, 64, 1);
	font-family: Gotham;
	font-weight: 400;
	font-size: 18px;
	color: rgba(53, 174, 64, 1);
	transition: all .6s;
	padding: 0 22px;
	text-align: center;
}

.box2 .list .btns a:hover {
	background-color: rgba(53, 174, 64, 1);
	color: #fff;
}

.box7 {
	padding-bottom: 120px;
}

.box6.box1 .box-c .l .list li,
.box6.box1 .box-c .l .list li .iconfont,
.box6.box1 .box-c .l .des,
.box6.box1 .box-c .l .title {
	color: #fff;
}

.box6.box1 .box-c .l .des {
	font-size: 18px;
	line-height: 24px;
}

.box6.box1 .box-c .l .btns a {
	border-color: #fff;
	color: #fff;
}

.box6.box1 .box-c .l .btns a:hover {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(53, 174, 64, 1);
}

.box6.box1 .box-c .r1 {
	width: 48%;
}

.box6.box1 .box-c .r1 img {
	display: block;
	max-width: 100%;
	margin: 0 0 0 auto;
}

.box3 {
	padding: 100px 0;
	text-align: center;
}
.box3 .title{
	font-family: Gotham;
	font-weight: 400;
	color: #222222;
	line-height: 1.33;
}
.box3 .des{
	font-family: Gotham;
	font-weight: 400;
	color: #222222;
	line-height: 1.33;
	margin-top: 5px;
}
.box3 .pic{
	margin-top: 35px;
}
.box3 .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.box4{
	padding: 120px 0;
	background-color: rgba(189, 202, 218, 1);
}
.box4 .title{
	color: #fff;
}
.box5 .title{
	font-family: Gotham;
	font-weight: 400;
	color: #222222;
	line-height: 1;
	text-align: center;
}
.box5 .item:nth-child(2n) .title{
	color: #fff;
}
.box5 .item{
	padding: 150px 0 220px;
}
.box5 .item:nth-child(2n){
	background: linear-gradient(-52deg, rgba(53, 174, 64, 1), rgba(53, 174, 64, 1));
}
.box5 .item-container{
	width: 1280px;
	max-width: 94%;
	margin: 0 auto;
	
}
.box5 .item-c{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 80px;
}
.box5 .item:nth-child(2n) .item-c{
	flex-direction: row-reverse;
}
.box5 .item .l{
	width: 49.21%;
}
.box5 .item .l img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.box5 .item .r{
	width: 48.43%;
}
.box5 .item .r li{
	background: rgba(53, 174, 64, 1);
	border-radius: 10px;
	padding: 25px 40px;
	font-family: Gotham;
	font-weight: 400;
	font-size: 24px;
	color: #222222;
	line-height: 30px;
}
.box5 .item:nth-child(2n) .r li{
	background-color: rgba(255, 255, 255, 1);
}
.box5 .item .r li:not(:last-child){
	margin-bottom: 10px;
}
.box8{
	padding: 84px 0 136px;
}
.box8 .title{
	font-family: Gotham;
	font-weight: bold;
	color: rgba(34, 34, 34, 1);
	text-align: center;
}
.box8 .title span{
	color: rgba(53, 174, 64, 1);
}
.box8 .pic{
	margin-top: 55px;
}
.box8 .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.box8 .pic img:not(:last-child){
	margin-bottom: 30px;
}
.box9{
	padding: 160px 0;
	background-color: RGBA(250, 250, 250, 1);
}
.box9 .box-c .r{
	width: 56.46%;
	box-shadow: none;
	text-align: left;
}
.box9 .box-c .r .title{
	font-family: Gotham;
	font-weight: 400;
	color: #222222;
	line-height: 1;
	text-align: left;
}
.box9 .box-c .r .des{
	font-family: Gotham;
	font-weight: 400;
	color: #222222;
	line-height: 1;
	text-align: left;
	margin-top: 5px;
}
.box9 .box-c .r .list li{
	display: flex;
	align-items: center;
	padding: 24px 13px;
	justify-content: flex-start;
	background: linear-gradient(
248deg, rgba(53, 174, 64, .3), rgba(53, 174, 64, .1));
}
.box9 .box-c .r .list li .icon{
	margin: 0;
}
.box9 .box-c .r .list li .text{
	margin-top: 0;
	flex: 1;
	word-break: break-all;
	text-align: left;
	margin-left: 6px;
}
.box9 .box-c .r form .inputs{
	grid-template-columns: repeat(2,1fr);
}
.box9 .box-c .r form .inputs .input:last-child{
	grid-column: 1/3;
}
.box9 .box-c .r form .submit{
	display: inline-block;
	margin-left: 0;
	width: auto;
	padding: 0 20px;
	color: rgba(34, 34, 34, 1);
	background: linear-gradient(-52deg, rgba(53, 174, 64, 1), rgba(53, 174, 64, 1));
}
.box9 .box-c .r .list{
	margin-top: 30px;
}
.box9 .r2{
	width: 43.22%;
}
.box9 .r2 img{
	display: block;
	width: 100%;
}
.box7 .list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 49px;
}

.box7 .list li {
	padding: 40px 40px 30px;
	box-shadow: 0 0 18px 5px rgba(0, 0, 0, .08);
}

.box7 .list li .title {
	font-family: Gotham;
	font-weight: bold;
	text-align: center;
}

.box7 .list li .img {
	position: relative;
	padding-top: 80%;
	margin: 20px 0;
}

.box7 .list li .img .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box7 .list li .img .pic img {
	width: auto;
	max-width: 90%;
	max-height: 90%;
}

.box7 .list li .btns a {
	display: block;
	line-height: 40px;
	font-size: 18px;
	font-family: Gotham;
	color: rgba(53, 174, 64, 1);
	width: 229px;
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	transition: all .6s;
}

.box7 .list li .btns a:hover,
.box7 .list li .btns a:first-child {
	background-color: rgba(53, 174, 64, 1);
	color: #fff;
}

.box7 .list li .btns a:first-child {
	margin-bottom: 10px;
}







@media (max-width:1440px) {
	

	.box7 .list {
		gap: 49px;
	}
}

@media (max-width:1440px) {

	.font48 {
		font-size: 36px;
	}

	.font60 {
		font-size: 48px;
	}
}

@media (max-width:1330px) {
	
}

@media (max-width:1280px) {
	.font60 {
		font-size: 36px;
	}

	.font30 {
		font-size: 28px;
	}

	.font48 {
		font-size: 30px;
	}

	.innerPage {
		padding-top: 83px;
	}

	

	.font36 {
		font-size: 30px;
	}

}

@media (max-width:1199px) {
	.box2 .list .title{
		margin-top: 1em;
	}
	.box2 .list .btns a{
		font-size: 16px;
		padding: 0 10px;
		line-height: 42px;
		border-width: 1px;
		min-width: 0;
	}
	.box2,
	.box3,
	.box4,
	.box5 .item,
	.box8{
		padding: 80px 0;
	}
	.box8 .pic,
	.box5 .item-c{
		margin-top: 45px;
	}
	.font60 {
		font-size: 30px;
	}

	.font30 {
		font-size: 26px;
	}

	.font48 {
		font-size: 28px;
	}

	.box7 {
		padding-bottom: 70px;
	}

	.box7 .list {
		gap: 27px;
	}

	.box7 .list li {
		padding: 31px;
	}

	

	

	.box6 .box-c .l .des {
		margin-top: 15px;
		font-size: 18px;
	}

	.box6 .box-c .l .list li .iconfont,
	.box6 .box-c .l .list li {
		font-size: 18px;
	}

	.box6 .box-c .l .list li:not(:last-child) {
		margin-bottom: 10px;
	}

	.box6 .box-c .l .list {
		margin-top: 20px;
	}

	.box6 .box-c .l .btns a {
		line-height: 60px;
		padding: 0 24px;
		font-size: 18px;
	}

	.box6 .box-c .l .btns {
		margin-top: 25px;
	}

	.box6 .box-c .l {
		width: 45%;
	}

	.box6 .box-c .l .list li .iconfont {
		padding-right: 10px;
	}

	.box6 .box-c .r {
		width: 51.68%;
	}

	.box6 .box-c .r .des {
		font-size: 20px;
	}

	.box6 .box-c .r .list li {
		padding: 27px 14px;
	}

	.box6 .box-c .r .list li .icon {
		width: 49px;
		height: 49px;
	}

	.box6 .box-c .r .list li .text {
		/* margin-top: 20px; */
	}

	.box6 .box-c .r form label {
		font-size: 16px;
	}

	.box6 .box-c .r form .submit {
		line-height: 49px;
		font-size: 18px;
	}


	.font36 {
		font-size: 28px;
	}

	.innerPage {
		padding-top: 83px;
	}
	.box5 .item .r li{
		font-size: 22px;
	}
}

@media (max-width:1024px) {
	.box8 .pic, .box5 .item-c{
		margin-top: 40px;
	}
	.box5 .item .r li{
		font-size: 20px;
		padding: 15px 20px;
	}
	.box2, .box3, .box4, .box5 .item, .box8{
		padding: 70px 0;
	}
	.box2 .list{
		grid-template-columns: repeat(2,1fr);
		gap: 40px 25px;
	}
	.box2 .list .btns{
		margin-top: 20px;
	}
	.box2 .list .btns a{
		min-width: 140px;
	}
	.box6.box1 .box-c .r1,
	.box9 .r2{
		margin-top: 40px;
		width: 100%;
	}
	.font60 {
		font-size: 28px;
	}

	.font30 {
		font-size: 24px;
	}

	.font48 {
		font-size: 26px;
	}

	.box7 {
		padding-bottom: 70px;
	}

	.box7 .list {
		gap: 14px;
	}

	.box7 .list li .btns a {
		width: 100%;
		font-size: 16px;
	}

	.box7 .list li {
		padding: 23px 19px;
	}

	

	.box6 .box-c {
		flex-direction: column;
	}

	.box6 .box-c .l {
		width: 100%;
	}

	.box6 .box-c .r {
		width: 100%;
		/* margin-top: 40px; */
	}

	.box6 {
		padding: 60px 0;
	}

	.box6 .box-c .l .btns a {
		line-height: 45px;
	}



	.font36 {
		font-size: 26px;
	}

	


}

@media (max-width: 768px) {
	.box8 .pic, .box5 .item-c{
		margin-top: 30px;
	}
	.box5 .item .r li{
		font-size: 18px;
	}
	.box5 .item .l{
		margin-top: 30px;
	}
	.box5 .item .r,
	.box5 .item .l{
		width: 100%;
	}
	.box5 .item-c,
	.box5 .item:nth-child(2n) .item-c{
		flex-direction: column-reverse;
	}
	.box2, .box3, .box4, .box5 .item, .box8{
		padding: 60px 0;
	}
	.box2 .list{
		grid-template-columns: repeat(1,1fr);
	}
	.box6.box1 .box-c .r1,
	.box9 .r2{
		margin-top: 30px;
	}
	.font60 {
		font-size: 26px;
	}

	.font30 {
		font-size: 22px;
	}

	.font48 {
		font-size: 24px;
	}

	.box7 {
		padding-bottom: 60px;
	}

	.innerPage {
		padding-top: 68px;
	}

	.box6 .box-c .l .btns {
		margin-top: 20px;
		gap: 20px;
	}

	.box6 .box-c .l .btns a {
		font-size: 16px;
		padding: 0 20px;
		line-height: 39px;
	}

	.box6 {
		padding: 50px 0;
	}

	.box6 .box-c .l .des,
	.box6 .box-c .l .list li .iconfont,
	.box6 .box-c .l .list li {
		font-size: 16px;
	}

	.box6 .box-c .l .des {
		margin-top: 10px;
	}

	.box6 .box-c .l .list {
		margin-top: 15px;
	}


	
	.font36 {
		font-size: 24px;
	}

	.box7 .list li {
		padding: 23px 19px;
	}
	.box3 .pic{
		margin-top: 30px;
	}
}

@media (max-width: 500px) {
	.box6 .box-c .r .list li{
		flex-direction: column;
	}
	.box9 .box-c .r .list li .text{
		margin-left: 0;
	}
	.box5 .item .r li{
		font-size: 16px;
		line-height: 24px;
	}
	.box8 .pic, .box5 .item-c,
	.box5 .item .l{
		margin-top: 25px;
	}
	.box3 .pic{
		margin-top: 25px;
	}
	.box2, .box3, .box4, .box5 .item, .box8{
		padding: 50px 0;
	}
	.box2 .list .btns a{
		font-size: 14px;
		min-width: 120px;
	}
	.box6.box1 .box-c .r1,
	.box9 .r2{
		margin-top: 25px;
	}
	.font60 {
		font-size: 24px;
	}

	.font30 {
		font-size: 20px;
	}

	.font48 {
		font-size: 22px;
	}

	.box7 {
		padding-bottom: 50px;
	}

	.innerPage {
		padding-top: 60px;
	}

	.box7 .list {
		grid-template-columns: repeat(2, 1fr);
	}

	

	

	.box6 .box-c .r .des {
		font-size: 16px;
	}

	.box6 {
		padding: 40px 0;
	}

	.box6 .box-c .r .list li {
		padding: 19px 10px;
	}

	.box6 .box-c .r .list li .icon {
		width: 31px;
		height: 31px;
	}

	.box6 .box-c .r .list li .text {
		font-size: 12px;
		margin-top: 10px;
	}

	.box6 .box-c .r form label {
		font-size: 14px;
		padding-right: 5px;
		margin-right: 5px;
	}

	.box6 .box-c .r form .input select,
	.box6 .box-c .r form .input textarea,
	.box6 .box-c .r form .input input {
		min-height: 39px;
		font-size: 14px;
	}

	.box6 .box-c .r form .input {
		padding: 0 10px;
	}

	.box6 .box-c .r form .submit {
		line-height: 39px;
		font-size: 16px;
	}

	

	.font36 {
		font-size: 22px;
	}

}