/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
/*.slick-dots li button:focus:before
{
    opacity: 1;
}*/
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

 /*   opacity: .25;*/
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}*/

@-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);
	}
}

.section2{
	position: relative;
}

.section2 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
	z-index: 100;
}
.section2 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	/*-webkit-animation:scale-bg 6s linear forwards;*/
	/*animation:scale-bg 6s linear forwards;*/
	position: absolute;
	z-index: -10;
}
.section2 .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;
}
.section2 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
}
.section2 .index_banner .item .inner .block_txt{
	position: absolute;
	top: 68%;
	right: 10px;
	left:10px;
	z-index: 5;
	opacity: 0;
	text-align: center;
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}

.section2 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 3500ms; 
	transition-delay: 3500ms;
}

.section2 .index_banner .item .inner .block_txt.last{
	top: 80%;
}
.section2 .index_banner .item .inner .block_txt h4{
	font-size:18px;
	color: #fff;
	text-align:center;
	font-weight: normal;
	text-align: center;
	font-family: 'COCO';
}
.section2 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	text-align:center;
	letter-spacing:5px;
	margin: 0;
	padding: 0;
}
.section2 .index_banner .item .inner .block_txt h2 span{
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}
.section2 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 14px;
	width: 30%;
	display: inline-block;
	text-align:center;
	font-weight: normal;
	margin-top: 10px;
	letter-spacing:2px;
	text-align:center;
}
.section2 .slick_txt{
	width:8%;
	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;
}
.section2 .left{
	left: 0;
}
.section2 .right{
	right:0;
}
.section2 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.section2 .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;
}
.section2 .slick_txt .prev{
	background-image:url(/img/ban_prev.png);
	left:60px;
}
.section2 .slick_txt .next{
	background-image:url(/img/ban_next.png);
	right:60px;
}
.section2 .slick_txt .prev:hover{
	background-image:url(/img/ban_prev_hover.png);
}
.section2 .slick_txt .next:hover{
	background-image:url(/img/ban_next_hover.png);
}
.section2 .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%);
}
.section2 .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;
}
.section2 .number span:last-child{
	margin-right: 0;
}
.section2 .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;
}
.section2 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.section2{
	background: #f5f5f5;
}
.section2 h3{
	text-align: center;
}


@media only screen and (max-width: 1600px){
	.section2 .index_banner .item .inner .block_txt h4{
		font-size: 28px;
	}
	.section2 .index_banner .item .inner .block_txt h2{
		font-size: 60px;
	}
	.section2 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1440px){
	.section2 .index_banner .item .inner .block_txt h4{
		font-size: 24px;
	}
	.section2 .index_banner .item .inner .block_txt h2{
		font-size: 40px;
	}
	.section2 .index_banner .item .inner .block_txt h3{
		font-size: 18px;
		margin-top: 5px;
	}
}
@media only screen and (max-width: 1366px){
	.section2 .index_banner .item .inner .block_txt h4{
		font-size: 20px;
	}
	.section2 .index_banner .item .inner .block_txt h2{
		font-size: 26px;
	}
	.section2 .index_banner .item .inner .block_txt h3{
		font-size: 16px;
	}
	.section2 .index_banner .slick-arrow{
		background-size: auto 30px;
	}
}
@media only screen and (max-width: 1300px){

}
@media only screen and (max-width: 1199px){
	.section2 .index_banner .item .inner .block_txt h4{
		font-size: 18px;
	}
	.section2 .index_banner .item .inner .block_txt h2{
		font-size: 22px;
		}
	.section2 .index_banner .item .inner .block_txt h3{
		font-size: 14px;
	}
}
@media only screen and (max-width: 992px){
	.section2 .index_banner .item{
		height: 100vh;
	}
	.section2 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
	.section2 .index_banner .slick-arrow{
		display: none !important;
	}
    .section2 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
    }
    .section2 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .section2 .index_banner .slick-dots li button{
    	display: none;
    }
    .section2 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.section2 .number{
		bottom: 12%;
		display: none;
	}
	.section2 .number span{
		margin-right: 22px;
	}
	.section2 .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){
	
}


.section2 .title{
    width: 1000px;
    margin: 0 auto;
    height: 200px;
    display: block;
    padding-top: 2%;
}

.section2 .title h5{
    color: #999;
    font-size: 30px;
    font-weight: normal;
    position: relative;
    left: 916px;
    bottom:0px;
    opacity: 0;
}
.section2 .title h5 p{
	font-size: 20px;
	color: #666;
	margin: 0;
	padding: 0;
	font-family: 'COCO';
}
.section2 .title span{
    display: block;
    width: 223px;
    height: 13px;
    background: url("/img/categories.png") no-repeat;
    position: relative;
    left: 612px;
    bottom:30px;
}

.section2 .products{
    width: 1400px;
    margin: 0 auto;
}
.section2 .products a{
    display: block;
    float: left;
    margin-left: 10px;
    transition: all .6s;
    overflow: hidden;
    background: #000;
    position: relative;
}
/*.section2 .products a img{*/
/*    transition: all .6s;*/
/*    opacity: 0.5;*/
/*}*/
.section2 .products a:hover img{
    transform:scale(1.1);
    opacity: 0.9;
}
.section2 .products a.products01{
    margin-left: 17px;
}
.section2 .products a.products05{
    margin-top: 10px;
}

.section2 .products a .mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 138px;
	padding-top: 60px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: #af0031;
	display: none;
}
.section2 .products a .box{
    position: absolute;
    width: 30%;
    height: 30%;
    left: 35%;
    top:35%;
    border: 1px solid #fff;
    opacity: 0;
    transition: .3s;
}
.section2 .products a:hover .box{
    position: absolute;
    width: 96%;
    height: 96%;
    left: 2%;
    top:2%;
    border: 1px solid #fff;
    opacity: 1;
}
.section2 .products a h3{
    position:absolute;    
    opacity: 1;
    z-index: 99;
    width: 100%;
    display: block;
    text-align: center;
}
.section2 .products a h3 b{
	padding-bottom: 30px;
    background: url("/img/wave.png") no-repeat;
    background-position: center 26px;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    display:inline-block;
}
.section2 .products a:hover h3{
    opacity: 0.9;
}
.section2 .products a.products01,.section2 .products a.products02,.section2 .products a.products03,.section2 .products a.products04,.section2 .products a.products05{
	opacity: 0;
}
.section2 .products a.products01 h3{
    top:40%;
    left: 0%;
}
.section2 .products a.products02 h3{
    top:40%;
    left: 0%;
}
.section2 .products a.products03 h3{
    top:38%;
    left: 0%;
}
.section2 .products a.products04 h3{
    top:38%;
    left: 0%;
}
.section2 .products a.products05 h3{
    top:35%;
    left: 0%;
}

.section2 .item.active .products a.products01{
    opacity: 0;
    -webkit-animation:index4-1 1.5s ease-in-out 0.4s 1 alternate forwards;
}
.section2 .item.active .products a.products02{
    opacity: 0;
    -webkit-animation:index4-2 1.5s ease-in-out 0.8s 1 alternate forwards;
}
.section2 .item.active .products a.products03{
    opacity: 0;
    -webkit-animation:index4-3 1.5s ease-in-out 1.2s 1 alternate forwards;
}
.section2 .item.active .products a.products04{
    opacity: 0;
    -webkit-animation:index4-4 1.5s ease-in-out 1.6s 1 alternate forwards;
}
.section2 .item.active .products a.products05{
    opacity: 0;
    -webkit-animation:index4-5 1.5s ease-in-out 2.2s 1 alternate forwards;
}

.section2 .item.active .title img{
    opacity: 0;
    left: 410px;
    top:110px;
    -webkit-animation:index4-6 1s ease-in-out 1s 1 alternate forwards;
}
.section2 .item.active .title h5{
    opacity: 0;
    left: 716px;
    -webkit-animation:index4-7 2s ease-in-out 1s 1 alternate forwards;
}
.section2 .item.active .title span{
    opacity: 0;
    left: 612px;
    -webkit-animation:index4-8 1s ease-in-out 1s 1 alternate forwards;
}

@keyframes index4-1
{
0%   {opacity: 0;}
100% {opacity: 1 }
}
@keyframes index4-2
{
0%   {opacity: 0;}
100% {opacity: 1 }
}
@keyframes index4-3
{
0%   {opacity: 0;}
100% {opacity: 1 }
}
@keyframes index4-4
{
0%   {opacity: 0;}
100% {opacity: 1 }
}
@keyframes index4-5
{
0%   {opacity: 0;}
100% {opacity: 1 }
}
@keyframes index4-6
{
0%   {opacity: 0;left: 210px;}
100% {opacity: 1;left: 410px; }
}
@keyframes index4-7
{
0%   {opacity: 0;left: 766px;}
100% {opacity: 1;left: 716px; }
}
@keyframes index4-8
{
0%   {opacity: 0;left: 662px;}
100% {opacity: 1;left: 612px; }
}



@media screen and (max-width: 1500px){
    .section2 .products{
        position: absolute;
        bottom: 30px;
    }
    .section2 .title img{
        top:50px;
    }
    .section2 .title h5{
        bottom:80px;
    }
    .section2 .title span{
        bottom:80px;
    }

}