body,hr, p, blockquote,h1,h2,h3,h4,h5,h6,
dl, dt, dd, ul, ol, li,
pre,
form, fieldset, legend, button, input, textarea,
th, td{
    margin: 0;
    padding: 0;
}
*{box-sizing:border-box;}
img{display: block;}
.clear { *zoom :1;}
.clear:after { content:"."; clear:both; display:block; height:0; overflow:hidden; visibility:hidden;}
.pull-left { float:left;}
.pull-right { float:right;}
a{text-decoration: none;}
video {display: block;}
html,body{position: relative;}
.isshow{display: block !important;}

#header-swiper .swiper-slide .desc-text{
	position: absolute;top: 20%;width: 50%;left: 25%;
	text-align: center;
	font-size: 16px;line-height: 34px;
}
#header-swiper .swiper-slide .desc-text h2{
	font-size:16px;
	font-weight: normal;
}
#header-swiper .swiper-slide .desc-text p{

}
#header-swiper .swiper-slide .desc-text span{
	display: block;
}
#header-swiper .swiper-slide a .black,#header-swiper .swiper-slide a:hover .black{
	color: #000;
}
#header-swiper .swiper-slide a .white,#header-swiper .swiper-slide a:hover .white{
	color: #fff;
}

#header-swiper .swiper-slide{position: relative;}


#header-swiper .swiper-wrapper{width: 100%}
#header-swiper .swiper-wrapper a{display: block;}
#header-swiper .swiper-wrapper img{ width: 100%; height: 100%;}
#header-swiper .swiper-wrapper img.mimg{width:100% !important;}
#header-swiper .swiper-button-next, #header-swiper .swiper-button-prev{top: 40% !important;}


@media screen and (min-width: 1200px) and (max-width:1439px) {
	.swiper-slide .pro-link a{font-size: 12px;}
	.fy-v-entry h2{height: 100px; line-height: 100px; text-align: center; font-size: 30px; color: #000;}
}

@media screen and (min-width: 1440px) and (max-width:1599px) {

}

@media screen and (min-width: 1600px) and (max-width:1799px) {

}

@media screen and (min-width: 1600px) and (max-width:1919px) {

}

@media screen and (min-width: 1921px) and (max-width:2304px){

}

@media screen and (min-width: 2305px) {

}

.red-hot,.hot-product,.entrance-list{
	margin:0 auto;
	padding: 0 16px;
	margin-top: 16px;

}
.entrance-list{margin-top: 0;}
.red-hot a{display: block;}
.red-hot a img{width: 100%;}
.hot-product ul,.entrance-list ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.hot-product ul li{
	position:relative;
	width: calc(50% - 8px);
	background-size: cover;
	background-position: center;
	height: 696px;
	margin-bottom: 16px;
}
.hot-product ul li a{display: block;width: 100%;height: 100%;color: #333;}
.hot-product ul li a:hover{color: #333;}
.hot-product ul li p.category{font-size: 20px;font-weight: bold;margin-top: 5px;}
.hot-product ul li p.view{color: #009FE9;margin-top: 8px;font-size: 16px;}
.hot-product ul li p.view:hover{font-weight: bold;}
.hot-product ul li .text{
	max-width: 500px;
	padding-top: 60px;
	margin:0 auto;
	text-align: center;
}
.hot-product ul li .text .logo{
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hot-product ul li .text img{max-width: 60%;margin:0 auto;}


.entrance-list ul li{
	position:relative;
	width: calc(50% - 8px);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 696px;
	margin-bottom: 16px;
}
.entrance-list ul li a{
	width: 100%;
	height: 100%;
	display: block;
}
.entrance-list ul li p.category{font-size: 20px;font-weight: bold;margin-top: 5px;color: #000;}
.entrance-list ul li p.view{margin-top: 8px;font-size: 16px;color: #666;}
.entrance-list ul li .text{
	max-width: 500px;
	padding-top: 60px;
	margin:0 auto;
	text-align: center;
}
.entrance-list ul li .text .logo{
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.entrance-list ul li .text img{max-width: 60%;margin:0 auto;}


#videolist .swiper-container{

}	
#videolist .swiper-slide{
	width:1129px !important;
	position: relative;
	height: 481px;
}
#videolist .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#videolist .swiper-slide .line{
	background: #fff;width: 1px;height: 100%;
	position: absolute;top: 0;right: 0;
}
#videolist .swiper-slide a video{
	width: 100%;
	height: 100%;
	object-fit: cover !important;
}
#videolist .swiper-slide .desc-text{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 8%;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,.5);
}
#videolist .swiper-slide .desc-text span{
	display: block;
	font-size: 18px;
	text-shadow: 2px 2px 3px rgba(0,0,0,.5);
	cursor: pointer;
}

#videolist .swiper-button-prev{
	width:50% !important;
	height:480px !important;
	left:-600px !important;
	top:0;
	background: none;
    border-radius: 5px;
	margin-top:0;
	z-index:99;
	transition: 0.2s;
}	
#videolist .swiper-button-prev:before{	
    content: '';
    position: absolute;
    width: 15px;
    height: 100%;
    background: url(../png/b-left2.png) no-repeat 0 center;
    left: 94%;
    top: 40%;
    margin-top: -180px;
}
#videolist .swiper-button-next{
	width:50% !important;
	height:480px !important;
	right:-600px !important;
	top:0;
	background: none;
    border-radius: 5px;
	margin-top:0;
	z-index:99;
	transition: 0.2s;
}
#videolist .swiper-button-next:after{	
    content: '';
    position: absolute;
    width: 15px;
    height: 100%;
    background: url(../png/b-right2.png) no-repeat 0 center;
    right: 94%;
    top: 40%;
    margin-top: -180px;
	/*transform: rotate(180deg);*/
}
#videolist .pagination{margin: 0;padding: 0;}


@keyframes sacl{
	from{
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
    }
    
	to{
		-webkit-transform: scale(1.01);
		   -moz-transform: scale(1.01);
		    -ms-transform: scale(1.01);
		     -o-transform: scale(1.01);
		        transform: scale(1.01);
    }
}

@media (min-width: 1921px){
	.hot-product ul li,.entrance-list ul li{background-size: cover;background-position: 50%;}
}