@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.section .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.section .bg01 {
	z-index: 1;
	background: url(bg01.jpg) no-repeat center center;
	background-size: cover;
}

.section .bg02 {
	background: url(bg02.jpg) no-repeat center top;
	background-size: cover;
}

.section .bg03 {
	background: url(bg03.jpg) no-repeat center center;
	background-size: cover;
}

.section .bg04 {
	background: url(bg04.jpg) no-repeat center center;
	background-size: cover;
}

.section .bg05 {
	background: url(bg05.jpg) no-repeat center center;
	background-size: cover;
}

.section .bg06 {
	background: url(bg06.jpg) no-repeat center center;
	background-size: cover;
}

.section .bg07 {
	background: url(bg07.jpg) no-repeat center center;
	background-size: cover;
}

.section .area {
	padding-top: 140px;
	z-index: 2;
	position: relative;
}

@keyframes scaleDraw {
  0% {
    transform: scale(1); /*开始为原始大小*/
  }
  25% {
    transform: scale(1.05); /*放大1.1倍*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.05);
  }
}

.banner {
	padding-top: 12%;
	z-index: 2;
	position: relative;
	text-align: center;
}

.banner img {
	animation-name: scaleDraw;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 4s;
}
	
.about .textBox {
	margin: 0 auto;
	padding: 40px 0 0;
	width: 80%;
	box-sizing: border-box;
}


.about .textBox p {
	margin-bottom: 15px;
	color: #fff;
	font-size: 16px;
	text-indent: 2em;
	text-align: center;
}

.about .textBox .name {
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	text-indent: 0;
	text-align: center;
}

.about .textBox .name:before {
	margin: 0 0 -35px;
	width: 70px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	background: #fff;
}

.about .textBox .more {
	margin: 30px 0 0;
}

.about .textBox .more a {
	margin: 0 auto 0;
	padding: 5px 0;
	width: 200px;
	display: block;
	font-size: 16px;
	text-align: center;
	border-radius: 30px;
	color: #fff;
	background: #1F671F;
	border: 1px solid #1F671F;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.about .textBox .more a:hover {
	color: #000;
	background: #fff;
	border: 1px solid #fff;
}

.about .feature {
	margin-top: 30px;
	background: #1F671F;
	border-radius: 5px;
}



.about .feature li {
	padding: 15px 0;
	width: 25%;
	float: left;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.about .feature li .icon {
	margin-bottom: 10px;
}

.about .feature li .icon img {
	width: 50px;
}

.product .inner {
	margin: 0 auto;
	width: 1260px;
}

.product .headLine01 {
	margin-bottom: 10px;
}

.product .leadList {
	margin: 0 auto 10px;
	width: 300px;
	float: left;
}
.product .leadList p {
	padding: 25px 0;
	background: #1F671F;
	color:#fff;
	font-size:26px;
	font-weight:bold;
	text-align: center;
	border-bottom: 1px solid #fff;
	border-radius: 15px 15px 0 0;
	background: #1F671F;
}
.product .leadList li {
	
	
	
}

.product .leadList li a {
	padding: 20px;
	display: block;
	color: #fff;
	font-size: 16px;
	background: #1F671F;
	border-bottom: 1px dotted #fff;
	
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.product .leadList li a:hover {
	background: #d40000;
}

.proList {
	margin: 0 auto;
	width: 1300px;
}

.proList li {
	margin: 0 1% 15px;
	width: 23%;
	float: left;
}

.proList li .pic {
	overflow: hidden;
}

.proList li .photo {
	overflow: hidden;
}

.proList li img {
	width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.proList li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);

}

.proList li p {
	padding: 10px 0;
	color: #000;
	font-size: 16px;
	text-align: center;
	background: #fff;
}

.caseList {
	position: relative;
}

.caseList ul {
	margin: 0 auto;
	width: 88%;
	overflow: hidden;
}

.caseList li {
	margin: 0 15px;
	width: 560px;
	float: left;
}

.caseList li .pic {
	overflow: hidden;
}

.caseList li img {
	width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.caseList li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.caseList .prev {
	margin-top: -24px;
	width: 26px;
	height: 48px;
	position: absolute;
	left: 50px;
	top: 60%;
	cursor: pointer;
	background: url(left.png) no-repeat left top;
}

.caseList .next {
	margin-top: -24px;
	width: 26px;
	height: 48px;
	position: absolute;
	right: 50px;
	top: 60%;
	cursor: pointer;
	background: url(right.png) no-repeat left top;
}

.caseList li p {
	padding: 10px 0;
	color: #000;
	font-size: 18px;
	text-align: center;
	background: #fff;
	border-radius: 0 0 20px 20px;
		-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.caseList li a:hover p {
	color: #fff;
	background: #1F671F;
}

.advantage {
	margin: 0 auto;
	min-width: 1300px;
	width: 80%;
}

.advantage li {
	margin: 0 1%;
	width: 23%;
	float: left;
	border: 1px solid #fff;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.advantage li:hover {
	transform: rotateY(360deg);
}

.advantage li .sub {
	padding: 110px 0;
	background: rgba(0,0,0,.3);
}

.advantage .ad01 {
	background: url(ad_bg01.jpg) no-repeat center center;
	background-size: cover;
}

.advantage .ad02 {
	background: url(ad_bg02.jpg) no-repeat center center;
	background-size: cover;
}

.advantage .ad03 {
	background: url(ad_bg03.jpg) no-repeat center center;
	background-size: cover;
}

.advantage .ad04 {
	background: url(ad_bg04.jpg) no-repeat center center;
	background-size: cover;
}

.advantage li .icon {
	margin: 0 auto 20px;
	width: 110px;
	height: 110px;
	text-align: center;
	border-radius: 50%;
	border: 3px solid #fff;
}

.advantage li .icon img {
	margin-top: 20px;
	width: 70px;
}

.advantage li .ttl {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

.advantage li .en {
	margin-bottom: 20px;
	color: #fff;
	font-family: Impact;
	font-size: 26px;
	opacity: 0.4;
	text-align: center;
}

.advantage li .txt {
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.news {
	margin: 0 auto;
	width: 80%;
}

.news li {
	margin: 0 1%;
	width: 23%;
	float: left;
	box-sizing: border-box;
}

.news li a {
	display: block;
	position: relative;
	background: #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.news li a:hover {
	background: #1F671F;
}

.news li:nth-child(2n) {
}

.news li .photo {
	overflow: hidden;
}

.news li .photo img {
	width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.news li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.news li .textBox {
	padding: 15px;
}

.news li .textBox .ttl {
	color: #000;
	font-size: 19px;
	font-weight: bold;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.news li .textBox .date {
	padding: 5px 0;
	color: #666;
	font-size: 14px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.news li .textBox .txt {
	color: #666;
	font-size: 15px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.news li a:hover .textBox .ttl,
.news li a:hover .textBox .date,
.news li a:hover .textBox .txt {
	color: #fff;
}

.contact {
	margin: 0 auto;
	width: 1300px;
}

.contact .left {
	width: 45%;
	float: left;
}

.contact .title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 35px;
	position: relative;
}

.contact .title:before {
	width: 50px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #fff;
}
.contact .title span {
	display: block;
	font-size: 20px;
}

.contact .name {
	margin-bottom: 20px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}

.contact li {
	margin-bottom: 15px;
	color: #fff;
	font-size: 17px;
	line-height: 1.8;
}

.contact li img {
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

.contact .map {
	margin-top: 10px;
	width: 40%;
	height: 300px;
	float: right;
	overflow: hidden;
	border: 3px solid #fff;
	border-radius: 10px;
}

.copyright {
	padding: 10px 0;
	width: 100%;
	color: #fff;
	font-size: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	text-align: center;
	background: rgba(0,0,0,.8);
}

.copyright a {
	color: #fff;
}