@-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);
	}
}
.animated {
    -webkit-animation-duration:3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
 
.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: #e59619;
	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(../image/ban_prev.png);
	left:60px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../image/ban_next.png);
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../image/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../image/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","黑体";
	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: #f5f5f5;
}
.index_main .section2 h3{
	text-align: center;
}
.index_main .section3{
	width: 100%;
	height: 100%;
}
.index_main .section3 h3{
	text-align: center;
}
.index_main .section4{
	background: #f5f5f5;
}
.index_main .section4 h3{
	text-align: center;
}
.index_main .section5{
	width: 100%;
	height: 100%;
	background: url(../image/bk5.jpg) no-repeat;
	background-size: 100% 100%;
}
.col-lg-6,.col-md-6,.col-sm-12,.col-12{
	padding-left: 0;
	padding-right: 0;
}
.left{
	float: left;
}
.right{
	float: left;
}


.row .content{
	padding-left: 2%;
}
.container-fluid .images{
	padding-left: 0;
	padding-right: 0;
}
.images img{
	width: 100%;
	height: auto;
}
.titleimg_one{
	padding-top: 20%;
}
.title_one{
	padding:10px 120px 20px 0;
	margin-right: 120px;
	font-size: 30px;
	color: #333;
	border-bottom: 1px solid #dcdcdc;
}
.img4{
	width: 100%;
	height: auto;
}
.one{
	padding-top: 10%;
	margin-right: 11%;
}
.two{
	padding-top: 20px;
	margin-right: 10%;	
}
.img3{
	display: none;
	width: 100%;
	height: auto;
}
video{
	margin-top: 6.5%;
	width: 320px;
	height: 240px;
}

.titleimg2{
    text-align: center;
}
.first,.second{
	margin-top: 40px;
}
.second{
	box-shadow: 0 2px 2px #e5e5e5;
}
.images1 img,.images2 img,.images3 img{
	width: 100%;
	height: auto;
}
.second h2{
	text-align: center;
	font-size: 24px;
	margin-top: 30px;
}
.second .word1,.second .word2,.second .word3{
	margin: 30px auto;
	font-size: 16px;
	color: #999;
}
.word1,.word2,.word3{
	text-align: left;
}
.word4{
	margin: 4px auto;
	font-size: 16px;
	color: #999;
	text-align: center;
}
.container .second .content1{
	text-align: center;
	padding-left: 15px;
	padding-right:15px;
}
.second .col-lg-3,.second .col-md-3,.second .col-sm-3,.second .col-3,.second .col-lg-6,.second .col-md-6,.second .col-sm-6,.second .col-6{
	padding-left: 0;
	padding-right: 0;
}
.second .iconfont{
	font-size: 30px;
	color: #999;
}
.second a:hover{
	color: #e59619;
	text-decoration: none;
}

.content4{
	text-align: center;
}
.titleimg_three{
	padding-top:14%;
}
.four{
	padding:3% 6%;
	text-align: left;
	color: #999;
}
.product1{
	padding-top:2%; 
}

.titleimg4{
	text-align: center;
}
.list{
	background-color: #fff;
	box-shadow: 0 2px 2px #e5e5e5;
}
.fifth{
	padding-top: 10%;
}
.fifth .news{
	text-decoration: none;
	padding-left: 10px;
}
.news{
	padding: 4% 1%;
	border: none;
	border-bottom: 1px dashed #d2d2d2;
}
.news1  img{
	width: 100%;
	height: auto;
}
.date{
	background-color: #e59619;
	color: #fff;
	text-align: center;
}
.day{
	font-size: 24px;
}
.year{
	font-size: 16px;
}
.title_words1{
	font-size: 18px;
	color: #333;
	padding-top: 4px;
}
.title_words2{
	font-size: 16px;
	color: #999;
	overflow: hidden;	
	white-space: nowrap;
	text-overflow: ellipsis;
}

.row .content6{
	padding-left: 10%;
}
.six{
	padding-top: 6%;
	margin-right: 11%;
	color: #666;
}
.lianxi{
	padding-top: 6%;
}
.words6{
	padding-top: 1%;
}
.ma{
	padding-top: 6%;
}
.row .footer_word{
	background-color: #e5e5e5;
	line-height: 70px;
	margin-top: 20%;
}
.footer_word .copyright{
	padding-left: 11%;
	font-size: 14px;
	color: #666;
}
.tianming{
	text-decoration: none;
	color: #666;
	font-size: 14px;
}
.tianming:hover{
	color: #e59619;
	text-decoration: none;
}

@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: 1300px){

}
@media (max-width: 1200px) and (min-width:1024px){
    .img4{
		display: none;
	}
	.img3{
		display: block;
	}
    video{
		width: 800px;
		height: 600px;
	}
	
}
@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;
	}

	.titleimg_one{
		padding-top: 13%;
	}
	.two{
		padding-bottom: 12%;
	}
}
@media only screen and (max-width: 1024px){
	.img4{
		width: 100%;
	}
	.content{
		padding-left: 20px;
	}
}
@media (max-width: 1024px) and (min-width:993px){
	.img4{
		display: block;
	}
	.img3{
		display: none;
	}
	.images1,.images2,.images3{
		display: none;
	}
	.product1{
		width: 60%;
		height: auto;
	}
	.titleimg_three,.product2{
		width: 80%;
		height: auto;
	}
	.titleimg_one,.titleimg_three{
		padding-top: 0;
	}
	.row .footer_word{
		margin-top: 2%;
		line-height: 30px;
	}
	.lianxi{
		padding-top: 5%;
	}
	
}
@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;
	}
	video,.img4,.img3,.images1,.images2,.images3,.name3,.name2,.icon1,.icon2,.news1,.news2{
		display: none;
	}
	.second{
		box-shadow: none;
	}
	.row .content6{
		padding-top: 10%;
	}
	.row .footer_word{
		margin-top: 40%;
	}
	.word4{
		margin: 4px auto;
		font-size: 12px;
		color: #999;
		text-align: left;
	}
}
@media only screen and (max-width: 767px){
	.img4,.img3,.name3,.name2,.icon1,.icon2{
		display: none;
	}
	.titleimg_one{
		padding-top: 20%;
		width: 80%;
		height: auto;
	}
	.titleimg_three{
		padding-top: 20%;
		width: 80%;
		height: auto;
	}
	.beauty,.product1,.product2{
		width: 80%;
		height: auto;
	}
	.titleimg_two{
		padding-top: 20%;
		width: 80%;
		height: auto;
	}
	.second .word1,.second .word2,.second .word3 {
		margin: 20px auto;
		font-size: 12px;
		color: #999;
	}
	.row .content{
		padding-left: 8%;
	}
	.two{
		padding-bottom: 0;
	} 
	.second h2,.date,.title_words1{
		font-size: 16px;
	}
	.title_one{
		margin-right: 0;
		font-size: 16px;
	}
	.one,.two,.title_words2,.year,.four,.six,.lianxi,.words6{
		font-size: 12px;
	}  
	.second{
		box-shadow: none;
	}
	.row .content6{
		padding-top: 20%;
	}
	.row .footer_word{
		margin-top: 23%;
	}
	.footer_word .copyright{
		line-height: 30px;
		font-size: 12px;
	}
	.word4{
		margin: 4px auto;
		font-size: 12px;
		color: #999;
		text-align: left;
	}
	.word4{
		margin: 4px auto;
		font-size: 12px;
		color: #999;
		text-align: center;
	}
}
@media only screen and (max-width: 340px){
	.img4,.img3,.images1,.images2,.images3{
		display: none;
	}
	.second{
		box-shadow: none;
	}
	.word4{
		margin: 4px auto;
		font-size: 12px;
		color: #999;
		text-align: left;
	}
}
@media only screen and (max-width: 320px){
	.titleimg_one{
		width: 90%;
		height: auto;
	}
	.title_one{
		margin-right: 0;
		font-size: 16px;
	}
	.one,.two{
		font-size: 12px;
	}
	.images1,.images2,.images3{
		display: none;
	}
	.titleimg_two{
		padding-top: 30%;
	}
	.second .words {
		margin: 8px auto;
		font-size: 12px;
		color: #999;
	}
	.second .name1{
		margin-top: 0;
	}
}