@charset "utf-8";
/*public*/
.title_index{
	margin-top: 40px;
	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;
}

.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;
}

.qh{
	display: none;
}
.fix-top{
	margin-top: -20px;
}
/*.products {
    overflow: hidden;
}*/

.products li {
    margin-bottom: 20px;
    width: 100%;
}

.products li a {
    display: block;
    overflow: hidden;
}

.products li .pimg {
    width: 100%;
    display: block;
}
.products li .box{
	padding: 10px 15px;
    background: #564e4d;
}
.products li .info {
    background: url('../images/parrow.png') center right no-repeat;
}

.products li .info p {
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    margin-bottom: 10px;
}

.products li .info h6 {
    font-size: 12px;
    color: #999;
    line-height: 14px;
}
.products li .info .fr{
	height: 100%;
	background: #000;
}


/*news*/
.news{
	margin-bottom: 80px;
}
.news li{
	width: 100%;
	margin-bottom: 15px;
}
.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: #f2f2f2;
	padding: 15px 10px 15px 10px;
}
.news li h1{
	font-size: 16px;
	color: #333;
	line-height: 18px;
	margin-bottom: 15px;
	font-weight: bold;
}
.news li p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.news li span{
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 12px;
	margin-top: 10px;
}
/*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: #f2f2f2;
	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: #923023;
	border: 1px solid #923023;
	text-align: center;
	margin-top: 20px;
	line-height: 30px;
}
.about .right a:hover,
.about .right a:active{
	background: #923023;
	color: #fff;
}
@media (min-width: 768px){
	/*public*/
	.title_index{
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.fix-top{
		margin-top: -30px;
	}
	/*quality*/
	
	.quality{
		overflow: hidden;
		margin-left: -15px;
		margin-right: -15px;
		display: table;
		height: 100%;
	}
	.quality li{
		width: 20%;
		padding: 0 15px;
		display: table-cell;
		height: 100%;
	}
	.quality a{
		display: block;
		padding: 20px 15px 20px 15px; 
		background: #f2f2f2;
		height: 100%;
	}
	.quality span{
		display: block;
		width: 30px;
		height: 30px;
		margin: 0 auto;
		margin-bottom: 20px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.quality h5{
		text-align: center;
		font-size: 16px;
		color: #333;
		line-height: 24px;
	}
	.quality h6{
		font-size: 12px;
		color: #999;
		text-align: center;
		text-transform: uppercase;
		line-height: 20px;
	}
	.quality .line{
		width: 16px;
	    height: 2px;
	    background: #333;
	    margin: 5px auto 10px auto;
	}
	.quality p{
		text-align: center;
	    font-size: 12px;
	    color: #666;
	    line-height: 20px;
	}
	.quality .icon1{
		background-image: url('../images/icon11.png');
	}
	.quality .icon2 {
	 	background-image: url('../images/icon21.png');
	}
	.quality .icon3 {
	 	background-image: url('../images/icon31.png');
	}
	.quality .icon4 {
	 	background-image: url('../images/icon41.png');
	}
	.quality .icon5 {
	 	background-image: url('../images/icon51.png');
	}
	.quality a:hover{
		background: #923023;
	}
	.quality a:hover h5,
	.quality a:hover p{
		color: #fff;
	}
	.quality a:hover h6{
		color: #cdadaa;
	}
	.quality a:hover .line{
		background: #fff;
	}
	.quality a:hover .icon1{
		background-image: url('../images/icon12.png');
	}
	.quality a:hover .icon2{
		background-image: url('../images/icon22.png');
	}
	.quality a:hover .icon3{
		background-image: url('../images/icon32.png');
	}
	.quality a:hover .icon4{
		background-image: url('../images/icon42.png');
	}
	.quality a:hover .icon5{
		background-image: url('../images/icon52.png');
	}
	.quality a,
	.quality span,
	.quality h5,
	.quality h6,
	.quality .line,
	.quality p{
		-webkit-transition: all ease-in-out 0.3s;
		-o-transition: all ease-in-out 0.3s;
		transition: all ease-in-out 0.3s;
	}

	/*products*/
	.products{
		margin-left: -15px;
		margin-right: -15px;
	}
	.products li{
		width: 50%;
		float: left;
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.products li a{
		background: #564e4d;
	}

	/*news*/
	.news{
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 0;
	}
	.news li{
		width: 50%;
		float: left;
		padding: 0 15px;
	}
	.news a{
		position: relative;
		top:0;
		background: #000;
	}
	.news a img{
		opacity: 1;
	}
	.news a:hover{
		top: -3px;
	}
	.news a:hover img{
		opacity: 0.7;
	}

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

		background-image:url('../images/about.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;
	}
	/*quality*/
	.qh{
		display: block;
	}
	.quality{
		overflow: hidden;
		margin-left: -30px;
		margin-right: -30px;
	}
	.quality li{
		float: left;
		width: 20%;
		padding: 0 30px;
	}
	.quality a{
		display: block;
		padding: 30px 20px 20px 20px; 
		background: #f2f2f2;
	}
	.quality span{
		display: block;
		width: 40px;
		height: 40px;
		margin: 0 auto;
		margin-bottom: 30px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.quality h5{
		text-align: center;
		font-size: 18px;
		color: #333;
		line-height: 24px;
	}
	.quality h6{
		font-size: 12px;
		color: #999;
		text-align: center;
		text-transform: uppercase;
		line-height: 20px;
	}
	.quality .line{
		width: 16px;
	    height: 2px;
	    background: #333;
	    margin: 5px auto 10px auto;
	}
	.quality p{
		text-align: center;
	    font-size: 12px;
	    color: #666;
	    line-height: 20px;
	}

	.products li img{
		-webkit-transition: all ease-in-out 0.3s;
		-o-transition: all ease-in-out 0.3s;
		transition: all ease-in-out 0.3s;
	}
	.products li:hover img{
		opacity: 0.6;
	}
	
	/*news*/
	.news{
		margin-left: -15px;
		margin-right: -15px;
	}
	.news li{
		width: 25%;
		padding: 0 15px;
		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: 15px;
	}
	.title_index a{
		width: 32px;
	}

	/*quality*/
	.quality{
		overflow: hidden;
		margin-left: -40px;
		margin-right: -40px;
	}
	.quality li{
		float: left;
		width: 20%;
		padding: 0 40px;
	}
	.quality a{
		display: block;
		padding: 50px 20px 40px 20px; 
		background: #f2f2f2;
	}
	.quality span{
		display: block;
		width: 50px;
		height: 50px;
		margin: 0 auto;
		margin-bottom: 40px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.quality h5{
		text-align: center;
		font-size: 18px;
		color: #333;
		line-height: 24px;
	}
	.quality h6{
		font-size: 12px;
		color: #999;
		text-align: center;
		text-transform: uppercase;
		line-height: 20px;
	}
	.quality .line{
		width: 16px;
	    height: 2px;
	    background: #333;
	    margin: 5px auto 10px auto;
	}
	.quality p{
		text-align: center;
	    font-size: 12px;
	    color: #666;
	    line-height: 20px;
	}
	/*products*/
	.products li a{
		background: #564e4d;
	}
	.products li .pimg{
		display: block;
		width: 445px;
		float: left;
	}
	.products li .box{
		padding: 0;
		float: right;
	}
	.products li .info{
		width: 110px;
		height: 215px;
		padding: 15px 32px;
		background: url(../images/parrow.png) center bottom no-repeat;
	}
	.products .info p{
		font-weight: bold;
		width: 18px;
		float: right;
	}
	.products .info h6{
		width: 14px;
		float: left;
	}
}

@media (min-width: 1500px){
	/*quality*/
	.quality{
		overflow: hidden;
		margin-left: -40px;
		margin-right: -40px;
	}
	.quality li{
		float: left;
		width: 20%;
		padding: 0 40px;
	}
	.quality a{
		display: block;
		padding: 50px 20px 40px 20px; 
		background: #f2f2f2;
	}
	.quality span{
		display: block;
		width: 50px;
		height: 50px;
		margin: 0 auto;
		margin-bottom: 40px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.quality h5{
		text-align: center;
		font-size: 18px;
		color: #333;
		line-height: 24px;
	}
	.quality h6{
		font-size: 12px;
		color: #999;
		text-align: center;
		text-transform: uppercase;
		line-height: 20px;
	}
	.quality .line{
		width: 16px;
	    height: 2px;
	    background: #333;
	    margin: 5px auto 10px auto;
	}
	.quality p{
		text-align: center;
	    font-size: 12px;
	    color: #666;
	    line-height: 20px;
	}

	/*products*/
	.products li .pimg{
		display: block;
		width: 570px;
		float: left;
	}
	
	.products li .info{
		width: 110px;
		height: 277px;
		padding: 15px 32px;
	}
	.products .info p{
		font-weight: bold;
		width: 18px;
		float: right;
	}
	.products .info h6{
		width: 14px;
		float: left;
	}
}
