/**
 * @author: [yang] <815762247@qq.com>
 * @date:   2020-01-11t15:43:48+08:00
 * @email:  815762247@qq.com
 * @filename: fire.css
 * @last modified by:   [yang] <815762247@qq.com>
 * @last modified time: 2020-01-11t10:21:20+08:00
 */

*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	font-family: "微软雅黑";
	outline: none;
}
.content{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 90px;
}
.banner{
	width: 100%;
	height: 550px;
	background: url('../images/fire.jpg')no-repeat center;
}
#pipe{
	background: url('../images/pipe.jpg')no-repeat center;
}
#shaver{
	background: url('../images/shaver.jpg')no-repeat center;
}
.main{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;

}
.main-ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 60px;
}
.main-li{
	float: left;
	width: 379px;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	margin-right: 30px;
}
.main-li:nth-of-type(3n){
	margin-right: 0;
}
.main-li-pic{
	width: 377px;
	height: 328px;
	border: 1px solid #ddd;
}
.main-li-pic img{
    width: 100%;
    height: 100%;
}
.main-li-title{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 50px;
}


.main .main-last{
	width: 100%;
	height: 60px;
	margin-top: 40px;
	margin-bottom: 60px;
}


.current{
	background: #4f4644!important;
	width: 35px!important;
	height: 35px!important;
	line-height: 35px!important;

}
.nextbtn, .prebtn, span.disabled{
	cursor:pointer;
}
.zxfinput{
	width: 80px!important;
	height: 35px!important;
}
.zxfokbtn{
	width: 80px!important;
	height: 35px!important;
	background: #dddddd!important;
	border-radius: 5px;
}
