
/*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 a{
    display: block;
    width: 100%;
	height: 100%;
	z-index: 1;
}
/*.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.0);
}*/
.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(../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","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{
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat:no-repeat;
	background-position:top center;
}
.index_main .section3{
	width: 100%;
	height: 100%;
	background-size: 100% 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: 1300px){

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

/*2023-07-03*/
.index_main .section{
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
}
.sybox{background:#fff;margin-top:100px;padding:40px 40px;}
.sybox_title{margin-bottom:40px;}
.sybox_title h2{display:inline-block;font-size:28px;color:#333;}
.sybox_title a{float:right;color:#999;}

/*首页-新闻模块*/
.index_new{}
.headline{}
.headline img{width:100%;}
.hot_news{}
.hn_top{border-bottom:1px dashed #ddd;padding-bottom:15px;}
.hn_top a{display:block;line-height:1.7;}
.hn_top h2{font-size:22px;color:#333;margin-top:15px;margin-bottom:10px;}
.hn_top p{color:#666;}
.hn_top p.update{color:#999;margin-bottom:5px;}
.hn_top a:hover h2{color:#be0002;}

.index_new ul{}
.index_new li{border-bottom:1px dashed #ddd;padding:13px 0;}
.index_new li a{font-size:16px;}
.index_new li a:hover{}
.index_new li span{float:right;color:#999;font-size:14px;}

/*首页-名优广货*/
.index_brand{}
.index_brand ul{}
.index_brand li{text-align:center;margin-bottom:25px;}
.index_brand li a{display:block;text-align:center;border:1px solid #ddd;padding:10px 10px;height:80px;}
.index_brand li a:hover{border-color:#be0002;}
.index_brand li figure{display: flex;align-items: center;justify-content: center;height: 60px;}
.index_brand li img{max-width:100%;max-height:60px;}

/*首页-简介*/
.index_about{}
.index_about article{line-height:2.0;}
.index_about article h2{color:#333;margin-bottom:30px;font-size:28px;}
.index_about article p{color:#666;font-size:16px;}
.index_about article section{padding-top:35px;margin-bottom:30px;}
.index_about article section a{display:inline-block;border:1px solid #ccc;padding:6px 22px;color:#999;}
.index_about article section a:first-child{margin-right:15px;border-color:#be0002;color:#be0002;}
.index_about article section a:hover{background-color:#be0002;border-color:#be0002;color:#fff;}
.index_video{background:#fff;padding:15px 15px;}
.index_video video{}

/*首页-泛珠大会*/
.index_fanzhu{}
.fz_box{}
.ifz_box{background:#fff;padding: 40px 40px;}
.if_fz{}
.if_fz ul{}
.if_fz li{border-bottom:1px dashed #ddd;padding:13px 0;}
.if_fz li:first-child{padding-top:0;}
.if_fz li:last-child{border:none;}
.if_fz li a{display:block;}
.syfz_list{line-height:1.5;}
.syfz_list h2{color:#333;font-weight:bold;font-size:16px;}
.syfz_list p{color:#666;}
.syfz_list p.update{margin:5px 0;color:#999;}
.if_fz li a:hover h2{color:#be0002;}

.web_form{background:rgba(255,255,255,.5);padding:40px 40px;}
.web_form h3{color:#333;font-size:18px;margin-bottom:25px;}
.web_form .form-actions button{float:right;color: #fff;background-color: #e7505a;border-color: #e7505a;}
.fc-form-body .form-group:last-child{margin-bottom:0;}
.fc-code{width:100px;background:#fff;}

/*首页-底部*/
.index_footer{background-color:#2a2a2a;width:100%;padding:20px 15px 15px 15px;position:absolute;bottom:0;z-index:998;font-size:13px;}
.ft_link{}
.index_footer strong{color:#fff;}
.index_footer a{color:#888;line-height:1.7;margin-right:10px;}
.index_footer a:hover{}

.ft_hzmt{margin-bottom:7px;}
.ft_copyright{}

/*视频详情*/
.shipin_detail{}

@media(min-width:1200px){
	.hn_top h2{margin-top:0;line-height:1.4;}
	.headline img{height:380px;}
	.index_about article section{margin-bottom:0;}
	.ifz_box{min-height:490px;}
}


