body {
	margin: 0px;
	color: #333333;
	font-family: "黑体", Arial, sans-serif;
}

.page-width {
	width: 1400px;
	margin: auto;
}

.header {
	padding: 0px 76px;
	max-width: 1820px;
	margin: auto;
	position: relative;
	z-index: 3;
	background: rgba(255, 255, 255, .2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333333;
	font-size: 20px;
	height: 76px;
}

.header div {
	width: 63px;
	display: block;
	#background-color: #fff;
}

.header img {
	width: 100%;
}

.banner {
	position: relative;
	z-index: 2;
	margin-top: -76px;
	height: 982px;
	background: url("../img/top_bg.png") center top no-repeat;
	background-size: 1900px auto;
}

.banner-content h1 {
	font-size: 50px;
	color: #02974B;
	margin: 0;
	padding-top: 250px;

}

.banner-content h4 {
	font-size: 60px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 1px 4px 0px rgba(2, 151, 75, 0.7400);
	-webkit-text-stroke: 1px #01974B;
	text-stroke: 1px #01974B;
	margin: 0;
	margin-top: 68px;
	margin-bottom: 56px;

}

.banner-content .desc {
	width: 727px;
	height: 161px;
	font-size: 26px;
	line-height: 40px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #000000;
}

.plform-title {
	width: 643px;
	height: 195px;
	background: url("../img/title-bg.png") center top no-repeat;
	background-size: 643px 195px;
	line-height: 220px;
	font-size: 46px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	margin: 95px auto 87px;
}

.info {
	width: 1400px;
	font-size: 28px;
	line-height: 45px;
	font-weight: 400;
	color: #333333;
	margin: auto;

}

.code-module {
	height: 1334px;
	margin: 100px auto 0px;
	background: url("../img/code_bg.png") center top no-repeat;
	background-size: 1920px auto;

}

.phones {
	padding-top: 140px;
	display: flex;
}

.phones .image img {
	width: 485px;
	height: 904px;
	display: block;
}

.phones .right {
	width: 600px;
	margin-left: 178px;
}

.phones .right .title {
	text-align: center;
	font-size: 66px;
	font-weight: 500;
	color: #FFFFFF;
}

.phones .right .cinfo {
	margin-top: 70px;
	font-size: 30px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 28px;
}

.phones .right .codes {
	margin-top: 86px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.phones .right .codes .item {
	width: 260px;
}

.phones .right .codes .item img {
	width: 260px;
	height: 260px;
	display: block;
}

.phones .right .codes .item p {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 22px;
}

.phones .right .btns {
	display: flex;
	margin: 72px -75px 0px;
	justify-content: space-between;
}

.phones .right .btns div {
	width: 261px;
	line-height: 59px;
	background: #FFFFFF;
	border: 1px solid #02974B;
	border-radius: 29px;
	margin: 0px 12px;
	cursor: pointer;
	text-align: center;
	color: #02974B;
}

.code-news {
	margin-top: 65px;
	display: flex;
	justify-content: space-between;
}

.code-news .item {
	width: 288px;
	padding-top: 52px;
	background: #FFFFFF;
	border-radius: 24px;
	padding-bottom: 54px;
	text-align: center;
	box-shadow: 0px 0px 20px #02974B;

}

.code-news .item img {
	width: 68px;
	height: 68px;
	margin: 0px auto;
	display: block;
}


.code-news .item h2 {
	margin-top: 24px;
	font-size: 30px;
}


.code-news .item p {
	margin-top: 24px;
	font-size: 20px;
	color: #333333;
}

.module1 {
	max-width: 1920px;
	
	margin: 104px auto 0px;
	position: relative;
}

.module1 .c {
	margin: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.module1 .left {}


.module1 .left .num {
	width: 181px;
	height: 124px;
	font-size: 160px;
	font-weight: 800;
	font-family: Arial, sans-serif;
	color: rgba(234, 62, 0, 0);
	opacity: 0.6;
	-webkit-text-stroke: 3px #01974B;
	text-stroke: 3px #01974B;
}

.module1 .left .bt {
	width: 241px;
	height: 65px;
	font-family: Arial, sans-serif;
	font-size: 70px;
	font-weight: 500;
	color: #333333;
	text-align: right;
	margin-top: 0px;
}

.module1 .left .min-title {
	font-size: 40px;
	color: #333333;
	margin-top: 70px;
	padding-left: 95px;
	display: flex;
	align-items: center;
}

.module1 .left .min-title span {
	width: 8px;
	height: 8px;
	background: #FEA9A8;
	border-radius: 50%;
	display: inline-block;
	margin-right: 26px;
}

.module1 .left .info-desc {
	width: 559px;
	height: 187px;
	font-size: 28px;
	font-weight: 400;
	color: #02974B;
	line-height: 40px;
	padding-left: 95px;
	margin-top: 30px; margin-bottom: 0px;
}

.module1 .yuan0 {
	width: 50px;
	height: 100px;
	background: linear-gradient(-53deg, #22C389, #18A86B);
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	left: 0px;
	top: 176px;
	margin-left: -10px;
	position: absolute;
}

.module1 .yuan1 {
	width: 37px;
	height: 37px;
	background: linear-gradient(-53deg, #22C389, #18A86B);
	border-radius: 50%;
	left: 193px;
	top: 69px;
	position: absolute;
}

.module1 .yuan2 {
	width: 47px;
	height: 47px;
	background: linear-gradient(-53deg, #22C389, #18A86B);
	border-radius: 50%;
	left: 586px;
	top: 246px;
	position: absolute;
}

.module1 .left .yuan3 {
	margin-top: 169px;
	width: 47px;
	height: 47px;
	background: linear-gradient(-53deg, #22C389, #18A86B);
	border-radius: 50%;
	margin-left: 20px;
}

.module1 .left .yuan5 {
	width: 47px;
	height: 47px;
	background: linear-gradient(-53deg, #22C389, #18A86B);
	border-radius: 50%;
	margin-left: 20px;
}

.module1 .right {
	margin-left: 100px;
	width: 916px;
	height: 1027px;
	background: url("../img/right_bg.png") center top no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.module1 .right img {
	width: 485px;
	height: 905px;
	margin-top: 72px;
	margin-left: 169px;
}


.module2 {
		max-width: 1920px;
	margin: 104px auto 0px;
	
}

.module2 .c {
margin: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.module2 .left {
	width: 915px;
	height: 1027px;
	margin-right: 200px;
	background: url("../img/left_bg.png") center top no-repeat;
	background-size: 100% 100%;
}

.module2 .left img {
	width: 485px;
	height: 905px;
	padding-left: 120px;
	padding-top: 72px;
}


.module2 .right .num {
	width: 181px;
	height: 124px;
	font-size: 160px;
	font-weight: 800;
	font-family: Arial, sans-serif;
	color: rgba(234, 62, 0, 0);
	opacity: 0.6;
	-webkit-text-stroke: 3px #01974B;
	text-stroke: 3px #01974B;
}

.module2 .right .bt {
	width: 241px;
	height: 65px;
	font-family: Arial, sans-serif;
	font-size: 70px;
	font-weight: 500;
	color: #333333;
	text-align: right;
	margin-top: 0px;
}

.module2 .right .min-title {
	font-size: 40px;
	color: #333333;
	margin-top: 70px;
	padding-left: 95px;
}

.module2 .right .info-desc {
	width: 559px;
	height: 187px;
	font-size: 28px;
	font-weight: 400;
	color: #02974B;
	line-height: 40px;
	padding-left: 95px;
	margin-top: 30px;
}

.module2 .yuan0 {
	width: 50px;
	height: 100px;
	background: linear-gradient(-53deg, #22C389, #18A86B);
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	right: 0px;
	top: 176px;
	margin-left: -10px;
	position: absolute;
}

.module2 .yuan1 {
	width: 37px;
	height: 37px;
	background: linear-gradient(-53deg, #22C389, #18A86B);
	border-radius: 50%;
	right: 193px;
	top: 69px;
	position: absolute;
}

.module2 .yuan2 {
	width: 47px;
	height: 47px;
	background: linear-gradient(-53deg, #22C389, #18A86B);
	border-radius: 50%;
	right: 940px;
	top: 300px;
	position: absolute;
}

.module2 .right .yuan3 {
	margin-top: 126px;
	width: 47px;
	height: 47px;
	background: linear-gradient(-53deg, #22C389, #18A86B);
	border-radius: 50%;
	margin-left: 345px;
}

.footer-module {
	margin-top: 127px;
	background: #333333;
}

.footer-module .c {
	padding: 0px 0px 30px;
	border-bottom: 1px solid rgba(153, 153, 153, .2);
	position: relative;
}

.footer-module .c img {
	position: absolute;
	width: 200px;
	height: 220px;
	top: 10px;
	right: 1px;
}

.footer-module .c .item {}

.footer-module .c .item p {
	font-size: 26px;
	color: #fff;
	padding-top: 41px;
	margin: 0px;
}

.footer-module .c .item div {
	font-size: 18px;
	font-weight: 400;
	margin-top: 16px;
	color: #CCCCCC;

}

.footer-module .c .item span:nth-child(2) {
	margin: 0px 71px;

}

.footer-module .copyright {
	font-size: 14px;
	color: #999999;
	line-height: 64px;
	text-align: center;
}

.footer-module .copyright span {
	padding: 0px 46px;
	display: inline-block;
}
