@charset "utf-8";
/*------------------------------------------------------------
------------------------------------------------------------*/
body {
	color: #fff;
	font-size: 30px;
	overflow-x: hidden;
	background-color: #fff;
}
.mb0 {	margin-bottom: 0 !important;}
#main .wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.bannerBox {
	height:663px;
	background: url(../img/index/banner_bg.jpg)  no-repeat center top;
	box-sizing: border-box;
	padding: 35px 0 0;
}
.bannerBox .wrap {
	height:663px;
	width: 959px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.bannerBox .logo {
	text-align: center;
	margin-right: 67px;
}
.bannerBox .banner01 {
	position: absolute;
	top: 40px;
	left: 80px;
}
.bannerBox .banner02 {
	position: absolute;
	top: 110px;
	left: 265px;
}
.bannerBox .banner03 {
	position: absolute;
	top: 40px;
	right: 25px;
}
.bannerBox .banner04 {
	position: absolute;
	top: 200px;
	right: 25px;
}
@-moz-keyframes myMove {
  0% {padding-top:30px;}
  100% {padding-top:50px;}
}
@-webkit-keyframes myMove {
  0% {padding-top:30px;}
  100% {padding-top:50px;}
}
@-o-keyframes myMove {
  0% {padding-top:30px;}
  100% {padding-top:50px;}
}
@keyframes myMove {
  0% {padding-top:30px;}
  100% {padding-top:50px;}
}
.bannerBox .banner05 {
	position: absolute;
	top: 340px;
	right: 225px;
  -moz-animation: myMove 1s linear infinite alternate; 
  -webkit-animation: myMove 1s linear infinite alternate;
  -o-animation: myMove 1s linear infinite alternate;
  animation: myMove 1s linear infinite alternate;
  z-index: 9999;
}

.bannerBox .banner06 {
	position: absolute;
	top: 440px;
	right: 45px;
}
#main {
	background: url(../img/index/bg02.jpg) repeat-y center top;
}
.section01 {
	padding: 30px 0 0;
}
.section01 .topBox {
	margin-bottom: 40px;
	background: url(../img/index/text_bg.png) no-repeat center top;
	width: 960px;
	height: 256px;
	box-sizing: border-box;
	padding: 70px 50px;
	text-align: justify;
	text-justify: inter-ideograph;
}
.section01 .topBox p {
	font-size: 30px;
	color: #3f3333;
	line-height: 1.35;
	text-indent: 50px;
}
.section01 .imgBox {
	margin-bottom: 100px;
}
.section01 .imgBox .photo {
	float: left;
}
.section01 .imgBox .text {
	margin: 100px 35px 0 0;
	float: right;
}
h2 {
	text-align: center;
	margin-bottom: 65px;
}
.sliderBox {
	width: 752px;
	height: 435px;
	border: 1px solid #4D760C;
	position: relative;
}
.sliderBox .foo {
	width: 752px;
	height: 435px;
}
.sliderBox .foo li {
	float: left;
}
.sliderBox .foopage {
	margin: 16px 0 0 120px;
	text-align: left;
	z-index: 999;
	position: relative;
}
.sliderBox .foopage a {
	margin: 0 8px;
	display: inline-block;
	background: url(../img/index/icon03.png) no-repeat;
	width: 12px;
	height: 11px;
}
.sliderBox .foopage a.selected {
	background:  url(../img/index/icon04.png) no-repeat;
}
.sliderBox .foopage a span {
	display: none;
}
.section01 .inner .sliderBox .textBox {
	background: url(../img/index/text_bg03.png) no-repeat center top;
	width: 756px;
	height: 486px;
	position: absolute;
	top: -15px;
	right: -190px;
	overflow: hidden;
	zoom: 1;
	z-index: 9;
}
.section01 .inner .sliderBox .textBox .ttl {
	font-size: 33px;
	margin: 60px 25px 26px 0;
	color: #FFF;
	font-weight: bold;
	text-align: right;
}
.section01 .inner .sliderBox .textBox .text {
	color: #FFF;
	margin-right: 15px;
	text-align: left;
	font-size: 28px;
	line-height:1.35;
	width:310px;
	float: right;
}
.section01 .inner {
	margin-bottom: 140px;
}
.section01 .inner .sliderBox .prev {
	position: absolute;
	bottom: -30px;
	left: 80px;
	z-index: 1000;
	cursor: pointer;
}
.section01 .inner .sliderBox .next {
	position: absolute;
	bottom: -30px;
	left: 370px;
	z-index: 1000;
	cursor: pointer;
}
.infoSec {
	margin-bottom: 80px;
	height: 200px;
	background: url(../img/index/bg01.jpg) no-repeat center 15px;
}
.infoSec .info {
	width: 960px;
	margin: 0 auto;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.infoSec .info .img {
	position: absolute;
	top: 0;
	left: 20px;
}
.infoSec .info .textBox {
	width: 560px;
	float: right;
	padding: 20px 0;
}
.infoSec02 .info .textBox {
	width: 560px;
}
.infoSec03 .info .textBox {
	width: 600px;
}
.infoSec .info .textBox p {
	font-size: 28px;
	line-height: 1.35;
}
.section02 .subBox {
	margin: 120px 0 100px;
	width: 957px;
	height: 700px;
	background: url(../img/index/text_bg02.png) no-repeat center top;
	position: relative;
}
.section02 .subBox .sub {
	width: 400px;
	position: absolute;
	top: -5px;
	left: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
.section02 .subBox .sub .ttl {
	margin-bottom: 10px;
	color: #3f3333;
	font-size: 32px;
	font-weight: bold;
	padding-left: 22px;
	background: url(../img/index/icon09.jpg) no-repeat left center;
}
.section02 .subBox .text {
	color: #3f3333;
	font-size: 28px;
	line-height: 1.35;
}
.section02 .subBox .sub02 {
	top: 358px;
	left: 0;
}
.section02 .subBox .sub03 {
	top: 480px;
	left: 516px;
}

.inner02 {
	margin-bottom: 35px;
	height: 520px;
	border: 1px solid #5B6C45;
	overflow: hidden;
}
.inner02 .sliderBox02 .foo .lBox {
	float: left;
	width: 699px;
	height: 520px;
	overflow: hidden;
}
.inner02 .sliderBox02 .foo .rBox {
	float: right;
	background-color: #4D760C;
	padding: 32px 30px;
	width: 259px;
	height: 520px;
	box-sizing: border-box;
	position: relative;
}
.inner02 .sliderBox02 .foo .rBox li {
	margin-bottom: 5px;
}
.inner02 .sliderBox02 .foo .lBox li {
	float: left;
}
.inner02 .sliderBox02 .foo .rBox .foopage {
	margin: 0;
	width: 12px;
	text-align: left;
	z-index: 999;
	top: 100px;
	left: 10px;
	position: absolute;
}
.inner02 .sliderBox02 .foo .rBox .foopage a {
	margin: 0 0 130px;
	display: inline-block;
	background: url(../img/index/icon05.png) no-repeat;
	width: 12px;
	height: 12px;
}
.inner02 .sliderBox02 .foo .rBox  .foopage a.on {
	background: url(../img/index/icon06.png) no-repeat;
}
.inner02 .sliderBox02 .foo .rBox  .foopage a span {
	display: none;
}


.section03 .text02 {
	margin: 0 20px 70px;
	font-size: 28px;
	color: #3f3333;
	line-height: 1.35;
	text-indent: 30px;
}
.inner02 .prev {
	position: absolute;
	top:10px;
	left: 115px;
	cursor: pointer;
}
.inner02 .next {
	position: absolute;
	bottom: -20px;
	left: 115px;
	cursor: pointer;
}
.btmBox {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 50px;
	text-align: center;
	overflow: hidden;
}
.btmBox p {
	font-size: 44px;
	font-weight: bold;
	color: #3f3333;
	line-height: 1.7;
}
.btmBox p span {
	color: #4b760d;
	font-size: 54px;
	font-weight: bold;
	display: block;
}










