@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	height: 100vh;
}

.mainVisual .slider {
	height: 100vh;
}

.mainVisual li {
	width: 100%;
	height: 100vh;
	float: left;
	position: relative;
	overflow: hidden;
}

.mainVisual li .bg {
	width: 110%;
	height: 100%;
	position: absolute;
	left: -5%;
	top: 0;
}

.mainVisual li .bg img {
	width: 100%;
height: 100%;
	position: absolute;
	left: 0;
	top: 0;
object-fit: cover;
	object-position: center center;
}

.mainVisual .pic01 .textImg {
	width: 100%;
	z-index: 20;
	position: relative;
	padding-top: 16%;
	text-align: center;
}

.mainVisual .textImg img {
	display: inline;
}

.mainVisual .pic02 .textImg {
	width: 100%;
	z-index: 20;
	position: relative;
	padding: 18% 0 0 20%;
	box-sizing: border-box;
}

.slick-dots {
	position:absolute;
	left: 5%;
	bottom: 30px;
}

.slick-dots li {
	margin: 0 8px;
	width: 12px;
	height: 12px;
	display: inline-block;
	float: none;
	background: #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
	-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;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	height: 24px;
}

.switch {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.switch:before {
	margin-top: -20px;
	width: 1px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	background: #fff;
}

.mainVisual .prev {
	margin: 0 15px;
	width: 60px;
	height: 60px;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
}

.mainVisual .next {
	margin: 0 15px;
	width: 60px;
	height: 60px;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
}

.about {
	padding: 80px 0;
	background: url(../images/abou_bg.png) no-repeat right 150px;
}

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

.about .photo {
	width: 40%;
	height: 550px;
	float: right;
	background: url(../images/about.jpg) no-repeat left center;
	background-size: cover; 
}

.about .textBox {
	width: 56%;
	float: left;
}

.about .textBox h2 {
	margin-bottom: 30px;
	color: #79AE52;
	font-size: 40px;
	line-height: 1.2;
}

.about .textBox h2 span {
	display: block;
	color: #666;
	font-size: 20px;
	font-weight: 200;
}

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

.about .textBox .link a {
	padding: 5px 0;
	width: 150px;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #FE6D0A;
	border-radius: 30px;
}

.about .textBox .linkul {
	margin-top: 50px;
}

.about .textBox .linkul li {
	width: 20%;
	float: left;
	text-align: center;
}

.about .textBox .linkul li a {
	display: block;
}

.about .textBox .linkul li a:hover {
	opacity: 0.8;
}

.about .textBox .linkul li a img {
	width: 50px;
}

.about .textBox .linkul li span {
	margin-top: 10px;
	display: block;
	font-size: 16px;
	text-align: center;
}

.about .textBox .maogou {
	margin-top: -120px;
	text-align: right;
}

.about .textBox .maogou img {
	width: 160px;
}

.numsrcoll {
	padding: 0;
}

.numsrcoll .sub {
	margin: 0 auto;
	padding: 50px 0 0;
	width: 80%;
	min-width: 1300px;
}

.numsrcoll .num {
	width: 12.5%;
	float: left;
	border-left: 1px dotted #ccc;
	box-sizing: border-box;
}

.numsrcoll .num:first-child {
	border: none;
}

.numsrcoll .js-counter {
	color: #79AE52;
	font-size: 18px;
	text-align: center;
}

.numsrcoll .js-counter span {
	margin-right: 10px;
	color: #79AE52;
    font-size: 45px;
	font-family: impact;
}

.numsrcoll .text {
	text-align: center;
	font-size: 16px;
	color: #333;
}

@media all and (min-width: 1281px) and (max-width: 1500px) {
	.numsrcoll .text {
		font-size: 15px;
	}
}

.product {
	padding: 80px 0;
	background: #F7F8FD;
}

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

.product .proList {
	width: 550px;
	float: left;
}

.product .proList li {
	margin: 0 1% 18px;
	padding: 15px 0; 
	width: 48%;
	float: left;
	font-size: 18px;
	text-align: center;
	background: #fff;
	border-radius: 5px;
}

.product .proList li.wid01 {
    width: 98%;
}

.product .proList li a {
	padding: 78px 0;
	display: block;
	color: #333;
}

.product .proList li.on,
.product .proList li:hover {
	background: #79AE52;
}

.product .proList li.on a {
	color: #fff;
}

.product .proList li a:hover {
	color: #fff;
}

.product .proList li .icon {
	margin-bottom: 5px;
	text-align: center;
}

.product .proList li .icon img {
	margin: 0 auto;
	width: 50px;
}

.product .proList li .icon img.on {
	display: none;
}

.product .proList li a:hover .icon img.on {
	display: block;
}

.product .proList li a:hover .icon img.out {
	display: none;
}

.product .proList li.on .icon img.on {
	display: block;
}

.product .proList li.on .icon img.out {
	display: none;
}

.product .proList li span {
	margin-top: 5px;
	display: block;
	color: #666;
	font-size: 13px;
}

.product .proList li a:hover span {
	color: #fff;
}

.product .proList li.on span {
	color: #fff;
}

.product .photo {
	padding-left: 570px;
}

.product .photo {
}

.product .photo li {
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
	background: #fff;
}

.product .photo li p {
	padding: 10px 0;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: rgba(0,0,0,.5);
}

.product .photo li img {
	margin: 0 auto;
	display: block;
width: 100%;
	height: 602px;
	object-fit: cover;
	object-position: center center;

}

.company {
}

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

.news li {
	margin: 0 1.5%;
	width: 30.333333%;
	float: left;
}

.news li img {
	width: 100%;
}

.news li a {
	padding: 20px 0 0;
	display: block;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	-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: #79AE52;
}

.news li a .date {
	margin: 0 20px 20px;
	padding: 15px 0 0;
	color: #666;
	font-size: 16px;
	position: relative;
	-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 .date{
	color: #fff;
}

.news li a .date:before {
	width: 30px;
	height: 3px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #79AE52;
}

.news li a:hover .date:before {
	background: #fff;
}

.news li a .ttl {
	margin: 0 20px 20px;
	font-size: 18px;
	-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 .ttl {
	color: #fff;
}

.news li a .text {
	padding: 30px 20px;
	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 .text {
	color: #fff;
}

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

.company .ttlBox  {
	position: relative;
}

.company .qiehuan {
	padding-top: 20px;
	position: absolute;
	right: 0;
	top: 0;
}

.company .qiehuan .prev {
	margin: 0 15px;
	width: 60px;
	height: 60px;
	display: inline-block;
	cursor: pointer;
	color: #79AE52;
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #79AE52;
	border-radius: 50%;
}

.company .qiehuan .next {
	margin: 0 15px;
	width: 60px;
	height: 60px;
	display: inline-block;
	cursor: pointer;
	color: #79AE52;
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #79AE52;
	border-radius: 50%;
}

.company .slider li {
	margin-right: 20px;
	width: 460px;
	float: left;
}

.company .slider li a {
	display: block;
	position: relative;
}

.company .slider li .photo {
	overflow: hidden;
}

.company .slider 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;
}

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

.company .slider li a p {
	padding: 10px 10px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #79AE52;
	box-sizing: border-box;
}

.advantage {
	margin-bottom: 50px;
	position: relative;
}

.advantage .bg01 {
	height: 600px;
	background: url(../images/ad_bg01.jpg) no-repeat center center;
	background-size: cover;
}

.advantage .bg02 {
	height: 600px;
	background: url(../images/ad_bg02.jpg) no-repeat center center;
	background-size: cover;
}

.advantage .bg03 {
	height: 600px;
	background: url(../images/ad_bg03.jpg) no-repeat center center;
	background-size: cover;
}

.advantage .bg04 {
	height: 600px;
	background: url(../images/ad_bg04.jpg) no-repeat center center;
	background-size: cover;
}

.advantage .inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.4);
}

.advantage .inner ul {
	margin: 0 auto;
	width: 80%;
	min-width: 1300px;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}

.advantage .inner li {
	width: 25%;
	float: left;
	height: 600px;
	border-left: 1px solid #fff;
	box-sizing: border-box;
}

.advantage .inner li a {
	height: 600px;
	display: block;
}

.advantage .inner li.on {
	background: rgba(121,174,82,.6);
}

.advantage .inner li .icon {
	padding: 80px 0 30px;
	text-align: center;
}

.advantage .inner li .icon img {
	width: 80px;
}

.advantage .inner li .title {
	margin-bottom: 30px;
	padding-bottom: 30px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	text-align: center;
}

.advantage .inner li .title:before {
	margin-left: -20px;
	width: 40px;
	height: 4px;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #79AE52;
}

.advantage .inner li .title span {
	display: block;
	font-size: 15px;
	font-weight: normal;
}

.advantage .inner li .txt {
	margin: 0 5%;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

.advantage .inner li .en {
	margin: 15px 5% 0;
	color: #fff;
	font-size: 13px;
	text-align: center;
}

.banner {
	height: 550px;
	position: relative;
	background: url(../images/banner_bg.jpg) no-repeat center center fixed;
}

.banner .cat {
	position: absolute;
	right: 10%;
	bottom: -50px;
}

.banner .textBox {
	margin: 0 auto;
	padding-top: 70px;
	width: 80%;
	min-width: 1300px;
}

.banner .textBox .link {
	margin: 20px 0 0 10px;
}
	
.banner .textBox .link a {
	padding: 5px 0;
	width: 150px;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #F28108;
	border-radius: 30px;
}

