.header-th .header-title{
	font-size: 19px;
}
.index-box{
	width: 1840px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
	height: calc(100vh - 438px);
	display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: center;
          justify-content: center;
    margin-top: 201px;
}

.index-banner-box,
.index-tv-box
{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.index-tv-box{
	position: relative!important;
    z-index: 9;
}
.index-banner-border{
	height: 485px;
}
.index-banner
{
	width: 100%;
	height: 100%;
	display: block;
}

.index-banner-img{
	width: 100%;
	height:485px;
	display: block;
}
.index-banner-img a{
	width: 100%;
	height: 100%;
	display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: center;
          justify-content: center;
}
.index-banner-box .slick-prev:before,
.index-banner-box .slick-next:before
{
	color: #b30004;
	font-size: 25px;
}
.index-banner-box .slick-prev,
.index-banner-box .slick-next{
	width: 25px;
    height: 25px;
}
.index-banner-box .slick-prev{
	left: -30px;
}
.index-banner-box .slick-next{
	right: -30px;
}
.index-tv-bg
{
	width: 640px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;

}
.index-banner-border{
	width:81.5%;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
}

.index-youtube-box{
	width: 440px;
	max-width: 100%;
    height: 330px;
    display: block;
    position: absolute;
    top: 70px;
    left: 75px;
    background-color: #000;
    overflow: hidden;
}
.index-youtube{
	width: 100%;
	height: 100%;
}
.index-youtube span{
	right: 0;
}
.index-products-box{
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	position: absolute;
	transition:  all .3s linear;
	background-color: #FFF;
	top: 0;

}
.index-products-title{
	font-size: 26px;
	font-weight: bold;
	border-bottom: 2px solid #E50012;
	width: 1840px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
:-webkit-full-screen-ancestor:not(iframe) .index-products-box{
	z-index: -1;
}

.index-products-block{
	width: 1800px;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 0;
}
.index-products-list-box{
	width:1680px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 0;	
}
.index-products-list-first-box{
	width: 120px;
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;

}
.index-products-list{
	width: 178px;
	max-width: 100%;
	height: 178px;
	display: block;
	margin: 0 5px;

}
.index-products-list a{
	height: 100%;
	width: 100%;
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: center;
          justify-content: center;
}

.index-products-box .slick-prev:before{
	content: '';
	width: 20px;
	height: 30px;
	display: block;
	background-image: url('../img/prev.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.index-products-box .slick-prev,
.index-products-box .slick-next{
	top: calc(50% - 7.5px);
}

.index-products-box .slick-next:before{
	content: '';
	width: 20px;
	height: 30px;
	display: block;
	background-image: url('../img/next.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.about-title-box{
	display: none;
}

.index-products-block .slick-prev{
	left: -9%;
}
.rwd-index-products-list{
	display: none!important;
}