@charset "utf-8";
/*------------------------------------------------------------
------------------------------------------------------------*/
body {
	color: #252525;
	font-size: 18px;
	overflow-x: hidden;
}
.mb0 {	margin-bottom: 0 !important;}
#main {
	padding-bottom: 78px;
	background: url(../img/index/main_bg.jpg) repeat-y center top;
}
#main .wrap {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#main .bannerBox {
	margin-bottom: 30px;
	padding-top: 53px;
	height: 766px;
	box-sizing: border-box;
	background: url(../img/index/banner_bg.png) no-repeat center top;
}
#main .bannerBox .wrap {
	height: 100%;
}
#main .bannerBox .logo {
	margin-left: 59px;
}
#main .bannerBox .imgText01 {
	position: absolute;
	right: 5px;
	bottom: 16px;
}
#main .bannerBox .imgText02 {
	position: absolute;
	left: 349px;
	bottom: 42px;
}
#main .bannerBox .comImg {
	position: absolute;
	left: 60px;
	top: 101px;
}
#main .section01 {
	margin-bottom: 49px;
	padding-top: 62px;
	height: 681px;
	box-sizing: border-box;
	background: url(../img/index/bg01.png) no-repeat center top;
}
#main .section01  h2 {
	margin-bottom: 47px;
	text-align: right;
}
#main .section01 .movieBox {
	margin: 0 auto;
	width: 880px;
	padding-left: 4px;
}
#main .section01 .movie {
	width: 431px;
	float: left;
}
#main .section01 .movieB {
	float: right;
}
#main .section01 .movie .box {
	margin: 0 auto 43px;
	padding-bottom: 47px;
	width: 398px;
	position: relative;
	box-sizing: border-box;
	border-radius: 30px 15px 15px 15px;
	border: 2px solid #71BF47;
	background-color: #2FA844;
}
#main .section01 .movie .box p {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	line-height: 29px;
	text-align: center;
}
#main .section01 .movie .subBox {
	margin: 0 auto;
	width: 340px;
	height: 241px;
	position: relative;
	overflow: hidden;
	border-radius: 30px 15px 15px 15px;
	box-sizing: border-box;
	border: 2px solid #71BF47;
	background-color: #fff;
}
#main .section01 .movie .subBox .video {
	display: none;
}
#main .section01 .movie .subBox .videoBox {
	width: 340px;
	height: 241px;
	overflow: hidden;
}
#main .section01 .movie .subBox .videoBox .videoImg {
	position: absolute;
	top: 65px;
	left: 120px;
}
#main .section01 .movie .subBox .play {
	position: absolute;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFF;
}
#main .section01 .movie .subBox .play a {
	display: block;
	position: absolute;
	left: 121px;
	top: 73px;
}
#main .section01 .movie video {
	width: 336px;
	height: 241px;
}
#main .section01 .movie > p {
	color: #fff;
	font-size: 24px;
	line-height: 46px;
	text-align: center;
	background-color: #2FA844;
}
#main .section01 .movie .img01 {
	position: absolute;
	left: 50px;
	bottom: -45px;
}
#main .section01 .movie .img02 {
	position: absolute;
	right: 53px;
	bottom: -45px;
}
#main .section01 .movie .img {
	animation: mymove 3s infinite linear;
	-webkit-animation: mymove 3s infinite linear;
}
@keyframes mymove {
	from { transform: rotate(0);}
	to { transform: rotate(360deg);}
}

@-webkit-keyframes mymove {
	from { -webkit-transform: rotate(0);}
	to { -webkit-transform: rotate(360deg);}
}
#main .section02 {
	padding: 69px 47px 0 0;
	height: 430px;
	box-sizing: border-box;
	background: url(../img/index/bg02.png) no-repeat center top;
}
#main .section02 h2 {
	margin-top: 67px;
	float: left;
}
#main .section02 .textBox {
	width: 502px;
	float: right;
	position: relative;
}
#main .section02 .textBox p {
	letter-spacing: -0.7px;
	line-height: 2.15;
	text-align: justify;
	text-justify: inter-ideograph;
}
#main .section02 .textBox p .style01 {
	display: inline-block;
	width: 220px;
}
#main .section02 .textBox p .style02 {
	display: inline-block;
	width: 260px;
}
#main h3 {
	margin-bottom: 6px;
	font-size: 26px;
}
#main .section02 .textBox .photo {
	position: absolute;
	right: 48px;
	top: 196px;
	z-index: 1;
}
#main .section03 {
	padding: 91px 50px 0 72px;
	height: 432px;
	position: relative;
	box-sizing: border-box;
	background: url(../img/index/bg03.png) no-repeat center top;
}
#main .section03 h3 {
	margin-bottom: 26px;
}
#main .section03 p {
	letter-spacing: -0.7px;
	line-height: 2.15;
	text-align: justify;
	text-justify: inter-ideograph;
}
#main .section03 p .style01 {
	width: 240px;
	display: inline-block;
}
#main .section03 p .style02 {
	width: 286px;
	display: inline-block;
}
#main .section03 .photo {
	position: absolute;
	left: 98px;
	top: 274px;
}
#main h4 {
	margin-bottom: 6px;
	padding-left: 41px;
	color: #2da841;
	font-size: 22px;
	background: url(../img/index/icon01.png) no-repeat 3px 4px;
}
#main .section04 {
	padding: 103px 46px 0 40px;
	height: 814px;
	box-sizing: border-box;
	background: url(../img/index/bg04.png) no-repeat center top;
}
#main .section04 h4 {
	margin-bottom: 0;
	padding-bottom: 86px;
	width: 403px;
	float: right;
}
#main .section04 .inner {
	margin-bottom: 13px;
}
#main .section04 .photo {
	margin-right: 34px;
	float: left;
	overflow: hidden;
	border: 1px solid #0e050a;
	border-radius: 50%;
}
#main .section04 .inner02 {
	margin-bottom: 0;
}
#main .section04 .inner02 .photo {
	margin: -63px 0 0 26px;
	float: right;
	border-color: #2da841;
}
#main .section04 .textBox {
	margin-top: 20px;
	padding: 11px 18px 15px 22px;
	position: relative;
	float: left;
	max-width: 574px;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #39302D;
}
#main .section04 .inner02 .textBox {
	margin-top: 0;
	max-width: 575px;
	padding: 17px 22px 18px;
	float: right;
	background-color: #2FA844;
}
#main .section04 .textBox p {
	color: #fff;
	font-size: 22px;
	line-height: 1.35;
	text-align: justify;
	text-justify: inter-ideograph;
}
#main .section04 .inner02 .textBox p {
	font-size: 18px;
	line-height: 1.6;
}
#main .section04 .textBox .arrow {
	position: absolute;
	left: -21px;
	top: 27px;
}
#main .section04 .inner02 .textBox .arrow {
	left: auto;
	right: -20px;
}
#main .section05 {
	padding: 91px 45px 0 72px;
	height: 432px;
	position: relative;
	box-sizing: border-box;
	background: url(../img/index/bg05.png) no-repeat center top;
}
#main .section05 h3 {
	margin-bottom: 22px;
}
#main .section05 p {
	line-height: 2.15;
	text-align: justify;
	text-justify: inter-ideograph;
}
#main .section05 p .style01 {
	width: 185px;
	display: inline-block;
}
#main .section05 p .style02 {
	width: 286px;
	display: inline-block;
}
#main .section05 .photo {
	position: absolute;
	left: 97px;
	top: 274px;
}
#main .section06 {
	padding: 57px 38px 0 72px;
	height: 715px;
	box-sizing: border-box;
	background: url(../img/index/bg06.png) no-repeat center top;
}
#main .section06 .inner {
	margin-bottom: 23px;
}
#main .section06 .inner .textBox {
	width: 460px;
	float: right;
}
#main .section06 .inner .textBox h4 {
	margin: 0 0 13px 6px;
}
#main .section06 .textBox p {
	line-height: 2.15;
	text-align: justify;
	text-justify: inter-ideograph;
}
#main .section06 .imgBox .photo {
	margin-top: 28px;
	float: right;
	border: 2px solid #2FA844;
}
#main .section06 .imgBox .textBox {
	width: 395px;
	float: left;
}
#main .section06 .imgBox .textBox h4 {
	margin-bottom: 22px;
}
#main .section07 {
	padding: 73px 38px 0 72px;
	height: 502px;
	position: relative;
	box-sizing: border-box;
	background: url(../img/index/bg07.png) no-repeat center top;
}
#main .section07 h3 {
	margin-bottom: 9px;
}
#main .section07 p {
	line-height: 2.15;
	text-align: justify;
	text-justify: inter-ideograph;
}
#main .section07 .photo {
	position: absolute;
	left: 97px;
	bottom: -110px;
}
#main .section08 {
	margin-bottom: 63px;
	padding-top: 205px;
	height: 701px;
	box-sizing: border-box;
	background: url(../img/index/bg08.png) no-repeat center top;
}
#main .section08 h2 {
	margin-bottom: 40px;
}
#main .section08 .inner {
	margin: 0 41px 0 74px;
}
#main .section08 .inner .photoBox {
	width: 383px;
	height: 300px;
	float: right;
	overflow: hidden;
	position: relative;
}
#main .section08 .inner .photoBox .img {
	padding-bottom: 30px;
	height: 270px;
	float: left;
}
#main .section08 .inner .photoBox .slick-dots {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 7px;
	text-align: center;
}
#main .section08 .inner .photoBox .slick-dots li {
	margin: 0 4px;
	width: 15px;
	height: 15px;
	display: inline-block;
	cursor: pointer;
	background: url(../img/index/icon04.png) no-repeat;
}
#main .section08 .inner .photoBox .slick-dots li.slick-active {
	background-image: url(../img/index/icon05.png);
}
#main .section08 .inner .photoBox .slick-dots li button {
	display: none;
}
#main .section08 .inner .textBox {
	margin-top: 20px;
	width: 430px;
	float: left;
}
#main .section08 .inner .textBox p {
	line-height: 1.95;
	text-align: justify;
	text-justify: inter-ideograph;
}
#main .btmTxt {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.95;
	text-align: center;
}