/*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);
	}
}
@font-face {
	font-family:"futura";
	src: url(../font1/FUTURA-BOLD.OTF);
}
/*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: white;
	background-size:100% 100% ;
	height: 100%;
}
.index_main .section4{
	background: url(../img1/shop-1.jpg) no-repeat center center;
	background-size:100% 100% ;
	height: 100%;
}
.index_main .section5{
	background: url(../img1/new-1.jpg) no-repeat center center;
	background-size:100% 100% ;
	height: 100%;
}
.index_main .section6{
	background: url(../img1/footer-1.jpg) no-repeat center center;
	background-size:100% 100% ;
	height: 100%;
}
.footerbackground{
	background: url(../img1/footer-1.jpg) no-repeat center center;
	background-size:cover ;
	padding: 60px 0 180px 0;
}

@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){
	
}*/
a:hover{
	text-decoration: none;
}
.about{
	padding: 0 0 0 125px;
}
.web-title h3{
	color: #666666;
	font-size: 30px;
	font-family: "futura";
	text-transform: uppercase;
}
.web-title span{
	color: #222222;
	font-size: 18px;
	line-height: 40px;
}
.about-center{
	margin: 44px 0 90px 0;
}
.about-center p{
	color: #666666;
	font-size: 18px;
	line-height: 48px;
}
.about-more{
	width: 163px;
	line-height: 50px;
	border: solid 2px #535353;
}
.about-more a{
	color: #000000;
	font-size: 18px;
}
.product-center{
	padding: 0 22px;
	margin-top: 60px;
}
.product-center li{
	padding: 0 21px;
}
.product-center li:hover img{
	border: solid 1px #e60044;
}
.product-p{
	position: relative;
}
.pro-text{
	position: absolute;
	bottom: 20px;
	left: 32px;
	right: 32px;
	padding: 10px 0;
}
.product-center h3{
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
}
.product-center p{
	color: white;
	font-size: 15px;
	text-transform: uppercase;
}
.product-center li:nth-child(1) .pro-text{
	background: rgba(157, 173, 194, .9);
}
.product-center li:nth-child(2) .pro-text{
	background: rgba(139, 142, 148, .9);
}
.product-center li:nth-child(3) .pro-text{
	background: rgba(157, 189, 194, .9);
}
.shop{
	padding-bottom: 540px;
}
.shop h3{
	color: white;
	font-size: 60px;
	font-weight: bold;
	margin: 30px auto;
}
.shop span{
	font-weight: normal;
}
.shop-more{
	background: #ecdbad;
	width: 196px;
	line-height: 50px;
	border-radius: 25px;
	margin: 0 auto;
}
.shop-more a{
	color: #2b4740;
	font-size: 18px;
}
.new-text{
	padding-left: 30px;
}
.new-text a{
	color: #000000;
	font-size: 18px;
}
.new-text p{
	color: #666666;
	font-size: 16px;
	line-height: 37px;
}
.new-more{
	width: 106px;
	line-height: 34px;
	margin-top: 30px;
	border: solid 2px #313131;
}
.new-more a{
	color: #666666;
	font-size: 14px;
}
.new-right{
	padding-left: 30px;
}
.new-center{
	margin-top: 50px;
}
.new-center li{
	margin: 20px 0;
}
.footer{
	padding-bottom: 550px;
}

.footer-tel span{
	color: #666666;
	font-size: 16px;
}
.footer-tel p{
	color: #333333;
	font-size: 30px;
	font-family: "futura";
}
.footer-ewm span{
	color: #666666;
	font-size: 16px;
	line-height: 40px;
}
.footer-logo{
	margin-top: 35px;
}
.footer-tel{
	margin-top: 48px;
}
.link{
	border-top: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
	padding: 25px 0;
	line-height: 30px;
	margin-top: 27px;
}
.link a{
	color: #444444;
	font-size: 14px;
	margin: 0 5px;
}
.section6{
	position: relative;
}
.optimize{
	background: rgba(0, 0, 0, .5);
	line-height: 45px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.city{
	display: inline-block;
}
.optimize{
	color: #ffffff;
	font-size: 15px;
}
.optimize a{
	color: #ffffff;
	font-size: 15px;
	margin: 0 5px;
}
@media only screen and (max-width: 768px){
	.index_main .section2{
		background: white;
	}
	.about{
		padding: 0 15px;
	}
	.about-more{
		display: none;
	}
	.about-center p{
		font-size: 15px;
	}
	.index_main .section4{
		background:url(../img1/shop-sj.jpg) no-repeat center center;
		background-size: 100%;
		height: 100%;
	}
	.shop{
		padding-bottom: 0;
	}
	.shop h3{
		font-size: 20px;
	}
	.index_main .section5{
		background: white;
	}
	.new-right{
		padding: 0 25px;
	}
	.new-text{
		padding: 0;
	}
	.new-more,.new-center img{
		display: none;
	}
	.new-text p{
		font-size: 15px;
	}
	.footer-tel{
		text-align: center;
	}
	.footer-logo img{
		display: block;
		margin: 0 auto;
	}
}