@charset "utf-8";
/*public*/
.title_index{
	margin-top: 30px;
	margin-bottom: 15px;
}
.title_index h1{
	font-size: 18px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
}
.title_index p{
	display: none;
}
.title_index a{
	float: right;
	display: block;
	width: 18px;
}
.title_index img{
	width: 100%	;
	display: block;
}


/*banner*/
.banner {
	position: relative;
    width: 100%;
    overflow: hidden;
}

.banner  img {
    display: block;
    width: 100%;
}

.banner .swiper-pagination-bullet {
    
	width: 35px;
	height: 3px;
	border-radius: 0;
    color: #000;
    opacity: 1;
    background: #fff;
}
@media (min-width: 992px){
	.banner.hp{
		display: none;
	}
}
@media (max-width: 991px){
	.banner.hm{
		display: none;
	}
}
.banner .swiper-pagination-bullet-active {
    color: #fff;
    background: #da251c;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 10px;
}




/*decoration*/
.decoration{
	margin-left: -5px;
	margin-right: -5px;
	position: relative;
}
.decoration a{
	display: block;
	position: relative;
	top: 0;
}

.decoration img{
	display: block;
	width: 100%;
}
.decoration-m{
	display: none;
}
/*products*/
.fix_top{
	margin-top: -10px;
}
.products{
	margin: 0 -5px;
}

.products li{
	margin-bottom: 10px;
	background: none;
	padding:  0 5px;
	float: left;
}


.products li:nth-child(1),
.products li:nth-child(2){
	width: 50%;
}
.products a{
	display: block;
	width: 100%;
	box-shadow: none;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.products a:active{
	box-shadow: 0 0 5px 0 #ffa39e;
}
.products img{
	width: 100%;
	display: block;
}
.products .text{
	width: 100%;
	background: #fff;
	padding: 15px 10px 15px 10px;
	position: relative;
}
.products .text h1{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #333;
	padding-bottom: 6px;
	border-bottom: 1px #9c6363 solid;
	margin-bottom: 10px;
}
.products .text h2{
	display: none;
}
.products .text p{ 
	font-size: 12px;
	color: #666;
	line-height: 20px;
}

/*news*/
.news{
	margin: 0 -5px;
}
.news li{
	float: left;
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.news li a{
	display: block;
	box-shadow: none;
}
.news li a:active{
	box-shadow: 0 0 5px 0 #ffa39e;
}
.news li img{
	display: block;
	width: 100%;
}
.news .text{
	background: #fff;
	padding: 15px 10px 15px 10px;
}
.news li h1{
	font-size: 16px;
	color: #333;
	line-height: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}
.news li p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

/*about*/
.about{
	display: table;
	width: 100%;
}
.about .left{
	position: relative;
	display: block;
	cursor: pointer;
}
.about .left img{
	display: block;
	width: 100%;
}
.about .right{
	display: block;
	background: #fff;
	padding: 20px;
	vertical-align: top;
}
.about .right p{
	font-size: 16px;
	color: #333;
	line-height: 28px;
}

.about .right a{
	display: block;
	margin: 0 auto;
	width: 120px;
	color: #ef291e;
	border: 1px solid #ef291e;
	text-align: center;
	margin-top: 20px;
	line-height: 30px;
}
.about .right a:hover,
.about .right a:active{
	background: #ef291e;
	color: #fff;
}
.video{
	max-width: 640px;
	width: 95%;
	display: block;
	margin: 0 auto;
	margin-top: 10%;
}

@media (max-width:768px){
	.decoration{
		display: none;
	}
	.decoration-m{
		overflow: hidden;
		display: block;
	}
	.decoration-m a{
		display: block;
	}
	.decoration-m img{
		display: block;
		width: 100%;
	}
	.fix_top{
		margin-top: 0;
	}
}
@media (min-width: 768px){
	/*public*/
	.title_index{
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.decoration li{
		margin-bottom: 10px;
		padding: 0 5px;
		float: left;
		width: 50%;
	}
	.decoration a:hover{
		top: -3px;
	}
	/*products*/
	.products li{
		width: 33.33333333% !important;
	}
	.products a{
		position: relative;
		top:0;
	}
	.products a:hover{
		top: -3px;
	}
	.products .text{
		padding: 20px 10px 20px 10px;
	}
	.products .text h1{
		padding-bottom: 25px;
	}
	.products .text h2{
		display: block;
		font-size: 12px;
		color: #999;
		line-height: 12px;
		text-transform: uppercase;
		position: absolute;
		top: 42px;
	}

	.news a{
		position: relative;
		top:0;
	}
	.news a:hover{
		top: -3px;
	}

	/*about*/
	.about .left{
		display: table-cell;
		width: 50%;

		background-image:url('../images/video.jpg');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	
	.about .left img{
		display: none;
	}
	.about .right{
		display: table-cell;
		width: 50%;
	}
}

@media (min-width: 992px){
	/*public*/
	.title_index{
		margin-top: 60px;
		margin-bottom: 20px;
	}

	.title_index h1{
		margin-bottom: 10px;
	}
	.title_index p{
		font-size: 14px;
		color: #808080;
		line-height: 14px;
		display: block;
	}
	.title_index a{
		width: 24px;
	}
	
	/*decoration*/
	.decoration{
		margin-left: -8px;
		margin-right: -8px;
	}
	.decoration li{
		margin-bottom: 16px;
		padding: 0 8px;
		width: 33.33333333%;
	}
	/*products*/
	.fix_top{
		margin-top: -16px;
	}

	.products{
		margin-left: -8px;
		margin-right: -8px;
	}
	.products li{
		padding: 0 8px;
		margin-bottom: 16px;
	}
	.products .text{
		padding: 20px;
	}
	.products .text h1{
		padding-bottom: 25px;
		margin-bottom: 15px;
		font-size: 17px;
		line-height: 17px;
	}
	.products .text p{
		font-size: 14px;
		line-height: 24px;
	}
	/*news*/
	.news{
		margin-left: -8px;
		margin-right: -8px;
	}
	.news li{
		width: 25%;
		padding: 0 8px;
		margin-bottom: 16px;
	}
	.news .text{
		padding: 20px 20px;
	}
}

@media (min-width: 1200px){
	/*public*/
	.title_index{
		margin-top: 80px;
	}
	.title_index h1{
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.title_index a{
		width: 32px;
	}
	/*products*/
	.products{
		margin-left: -8px;
		margin-right: -8px;
	}
	.products li{
		padding: 0 8px;
	}
	.products .text{
		padding: 20px;
	}
	.products .text h1{
		padding-bottom: 30px;
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 20px;
	}
	.products .text h2{
		font-size: 14px;
		top: 45px;
	}
	.products .text p{
		font-size: 14px;
		line-height: 24px;
	}
}