/*banner背景图片动画*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
/*banner */
.index_main{
	background: #f7f7f7;
}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/*background: rgba(0,0,0,0.2);*/
}
.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	top: 44%;
	right: 10px;
	left:10px;
	opacity: 0; 
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
}
.index_main .section1 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-align:center;
	letter-spacing:5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 22px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .slick_txt{
	width:30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
/*.index_main .section1 .slick_txt .prev{
	background-image:url(../img1/ban_prev.png);
	left:60px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../img1/ban_next.png);
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../img1/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../img1/ban_next_hover.png);
}*/
.index_main .section1 .number{
	position: absolute;
	bottom:8%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right:100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:-20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.index_main .section2{
	background: url(../img1/about-1.jpg) no-repeat center center;
	background-size:100% 100% ;
	height: 100%;
}
.index_main .section3{
	background: url(../img1/base-1.jpg) no-repeat center center;
	background-size:100% 100% ;
	height: 100%;
}
.index_main .section4{
	background: url(../img1/pick-1.jpg) no-repeat center center;
	background-size:100% 100% ;
	height: 100%;
}
.index_main .section5{
	background: url(../img1/product-1.jpg) no-repeat center center;
	background-size:100% 100% ;
	height: 100%;
}
.index_main .section6{
	background: white;
	background-size:100% 100% ;
	height: 100%;
}
.index_main .section7{
	background: url(../img1/footer-1.jpg) no-repeat center center;
	background-size:100% 100% ;
	height: 100%;
}
@media only screen and (max-width: 1600px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1440px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 40px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 18px;
		margin-top: 5px;
	}
}
@media only screen and (max-width: 1366px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 26px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 16px;
	}
	.index_main .section1 .index_banner .slick-arrow{
		background-size: auto 30px;
	}
}
@media only screen and (max-width: 1200px){
	/*.pro-title{
		margin-bottom: 20px;
	}
	.pro-1{
		height: 500px;
	}
	.pro-m{
		margin-top: 40px !important;
	}*/
}
@media only screen and (max-width: 1199px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 18px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 22px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 14px;
	}
}
@media only screen and (max-width: 992px){
	.index_main .section1 .index_banner .item{
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}

}
/*@media only screen and (max-width: 767px){
    
}
@media only screen and (max-width: 340px){
 
}
@media only screen and (max-width: 320px){
	
}*/
.about h3{
	color: #EEEEEE;
	font-family: arial;
	font-size: 88px;
	font-weight: bold;
	margin: 0;
}
.about span{
	color: #222222;
	font-size: 30px;
	display: block;
	margin-bottom: 30px;
}
.about p{
	color: #666666;
	font-size: 16px;
	text-indent: 2em;
	line-height: 38px;
}
.about-more{
	background: #299708;
	line-height: 50px;
	width: 187px;
	border-radius: 24.5px;
	margin-top: 90px;
}
.about-more a{
	color: white;
	font-size: 16px;
}
.base-title{
	margin-bottom: 100px;
}
.base-title p{
	color: #299708;
	font-family: arial;
	font-size: 60px;
	font-weight: bold;
}
.base-title span{
	color: #222222;
	font-size: 30px;
	line-height: 40px;
}
.base-center span{
	display: block;
	color: white;
	font-size: 22px;
	font-weight: bold;
	background: #299708;
	border-radius: 28px;
}
.base-center li div{
	padding: 0 60px;
	line-height: 56px;
	margin-top: 50px;
}
.section4{
	position: relative;
}

.pick li:nth-child(1){
	
	background: rgba(0,0,0,0.39);
	position: absolute;
	top: 0;
	left: 0;
	
	bottom: 0;
}
.pick li:nth-child(2){
	background: rgba(0,0,0,0.39);
	position: absolute;
	top: 0;
	
	right: 0;
	bottom: 0;
}
.pick li{
	padding: 240px 100px 0 100px;
}
.pick li div{
	display: none;
}
.pick li:hover div{
	display: block;
}
.pick span{
	color: white;
	font-size: 36px;
	font-weight: bold;
}
.pick hr{
	width: 60px;
	height: 3px;
	margin: 30px auto;
	border: none;
	background: white;
}
.pick p{
	color: white;
	font-size: 16px;
	line-height: 42px;
}
.pick-more{
	border: solid 1px white;
	border-radius: 22px;
	line-height: 44px;
	width: 190px;
	margin: 130px auto 0 auto;
}
.pick-more a{
	color: white;
	font-size: 16px;
}
a:hover{
	text-decoration: none;
}
.product-title h3{
	color: #299708;
	font-size: 60px;
	font-family: arial;
	font-weight: bold;
}
.product-title p{
	color: #299708;
	font-size: 30px;
}
.product-title a{
	background: #299708;
	width: 46px;
	line-height: 46px;
	display: block;
	color: white;
	font-size: 36px;
	border-radius: 50%;
	margin: 36px auto 0 auto;
}
.pro-show{
	margin-top: 60px;
}
.pro-text{
	background: url(../img1/pro-5.png) no-repeat center center;
	line-height: 63px;
	margin-top: 32px;
}
.pro-show span{
	
	color: white;
	font-size: 14px;
	/*font-weight: bold;*/
}
.new-title h3{
	color: #EEEEEE;
	font-size: 60px;
	font-weight: bold;
	font-family: arial;
}
.new-title span{
	color: #222222;
	font-size: 30px;
	display: block;
}
.new-center{
	margin-top: 45px;
}
.new-left{
	padding-right: 50px;
}
.new-left-text{
	background: #f5f5f5;
	padding: 33px 45px 40px 26px;
}
.new-left-text a,.new-right-text a{
	color: #222222;
	font-size: 18px;
}
.new-left-text span,.new-right-text span{
	color: #999999;
	font-size: 16px;
	line-height: 50px;
	display: block;
}
.new-left-text p,.new-right-text p{
	color: #666666;
	font-size: 14px;
	line-height: 32px;
}
.new-more{
	background: #299708;
	width: 118px;
	line-height: 34px;
	border-radius: 17px;
	margin: 20px 0 0 0;
}
.new-more a{
	color: white;
	font-size: 14px;
}
.new-right-text{
	background:#f5f5f5 ;
	padding: 30px 16px 26px 30px;
}
.new-right li:nth-child(2){
	margin-top: 20px;
}
.link{
	border-bottom: solid 1px #4b844b;
	padding-bottom: 27px;
}
.link span{
	display: block;
	color: white;
	font-size: 16px;
}
.link a{
	color: white;
	font-size: 14px;
	line-height: 35px;
	margin: 0 5px;
}
.footer-title h3{
	color:white;
	font-size: 59px;
	font-family: arial;
	font-weight: bold;
}
.footer-title span{
	color: white;
	font-size: 24px;
}
.footer-c{
	margin-top: 40px;
}
.footer-c h4{
	color: white;
	font-size: 36px;
	font-weight: bold;
	font-family: arial;
	margin-bottom: 18px;
}
.footer-c p{
	color: white;
	font-size: 16px;
	line-height: 22px;
}
.ewm{
	line-height: 35px;
	margin-top: 35px;
}
.ewm span{
	color: white;
	font-size: 16px;
}
.ewm a{
	color: white;
	font-size: 16px;
	margin: 0 5px 0 0 ;
}
.youhua{
	color: white;
	font-size: 15px;
	margin-top: 120px;
}
.youhua a{
	color: white;
	font-size: 15px;
}
@media only screen and (max-width: 768px) {
	.index_main .section2{
		background: white;
	}
	.base-center li div{
		padding: 0;
		margin-top: 15px;
	}
	.base-title{
		margin-bottom: 30px;
	}
	.base-center span{
		font-weight: normal;
		font-size: 16px;
	}
	.base-center li{
		margin: 10px 0;
	}
	.index_main .section3{
		background: url(../img1/sj-base.jpg) no-repeat center center;
	}
	.index_main .section4{
		background: url(../img1/sj-pick.jpg) no-repeat center center;
		
	}
	.pro-text,.pro-show{
		margin: 0;
	}
	.index_main .section7{
		background: url(../img1/sj-footer.jpg) no-repeat center center;\
	}
	.footer{
		padding: 0 30px;
	}
}
.sj-title{
	color: white;
	font-size: 30px;
	margin-bottom: 30px;
}
.sj-pick-c{
	padding: 0 30px;
}
.sj-pick-c p{
	color:white;
	font-size: 16px;
	line-height: 35px;
	text-indent: 2em;
}
