/*轮播图*/
.banner{
	width:100%;
	height: 500px;
	position: relative;
}
.banner .bannerbox{
	position: relative;
	width:100%;
	height: 500px;
	overflow: hidden;
}
.banner .bannerbox ul{
	position: absolute;
	left:0;
	height: 500px;
}
.banner .bannerbox ul li{
	float: left;
	width:100%;
	height: 500px;
}
.banner .control{
	width:100%;
	height:40px;
	text-align: center;
	position: absolute;
	bottom:0;
	left:0;
}
.banner .control li{
	display: inline-block;
	width:16px;
	height: 16px;
	border-radius: 50%;
	background: #000;
	margin:5px;
}
.banner .control .navOn{
	background: #fff;
}

/*右边主要内容*/
#main{
	display: inline-block;
	vertical-align: top;
	width:945px;
	margin-top: 20px;
	margin-bottom: 38px;
}
#main .product-main{
	border: 1px solid #e5e5e5;
}
#main .header{
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid  #f04343;
}
#main .header .title{
	width: 114px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #f04343;
	font-size: 15px;
}
#main .header a{
	color: #696969;
	font-size: 13px;
}

#main .product-main{
	margin-top: 26px;
}
#main .product-main .product-list{
	padding: 24px 0 10px 12px;
}
#main .product-main .product-list li{
	float: left;
	width: 220px;
	padding: 12px 9px;
	border: 1px solid #e5e5e5;
	margin:0 12px 19px 0;
}
#main .product-main .product-list li .img-box{
	width: 100%;
	height: 158px;
}
#main .product-main .product-list li .img-intro p{
	color: #585858;
	font-size: 13px;
	line-height: 24px;
}
#main .product-main .product-list li .img-intro p:last-child{
	height:48px;
	overflow:hidden;
}
#main .product-main .product-list li .img-intro p.price{
	color: #bf0000;
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
}
/*公司介绍*/
#main .company-intro{
	border: 1px solid #e5e5e5;
}
#main .company-intro .company-wrap{
	padding: 32px 25px;
}
#main .company-intro .company-wrap .img-box{
	width:260px;
	height: 180px;
}
#main .company-intro .company-wrap .img-intro{
	width: 608px;
	line-height: 24px;
	color: #383838;
	font-size: 14px;
}
/*产品中心*/
#main #product-wrap{
	border:0;
}
#product-wrap .product-header{
	padding: 0 12px;
}
#product-wrap .product-header .type-list{
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	margin: 14px 0;
}
#product-wrap .product-header .type-list .type-wrap{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
#product-wrap .product-header .type-list .triangle-right{
	display: inline-block;
	vertical-align: middle;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #696969;
    margin-right: 8px;
}
#product-wrap .product-header .type-list tr td:first-child{
	color: #696969;
	background: #f7f5f5;
	width: 98px;
	text-align: center;
}
#product-wrap .product-header .type-list tr td{
	position: relative;
}
#product-wrap .product-header .type-list tr td a{
	float: left;
	margin-left: 40px;
	color: #383838;
	font-weight: 600;
}
#product-wrap .product-header .type-list tr td .more{
	position: absolute;
	right: 0;
	top: 0;
	color: #696969;
	cursor: pointer;
}
#product-wrap .product-header .type-list tr td .more .triangle{
	display: inline-block;
	vertical-align: top;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #696969;
    margin:16px 0 0 5px;
}
#product-wrap .product-header .type-list tr td .more .triangle-down{
	 border-top: 6px solid #696969;
	 border-bottom: 0;
}
/*排序*/
#product-wrap .product-header .paixu-box{
	margin-top: 26px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}
#product-wrap .product-header .paixu li{
	display: inline-block;
	vertical-align: top;
	width:85px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-right:1px solid #dfdfdf;
	font-size:12px;
}
#product-wrap .product-header .paixu .paixu-on{
	background: #fff;
}
#product-wrap .product-header .paixu .paixu-on a{
	color:#f04343;
}
/*分页*/
.page-box{
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	margin-top:32px;
}
 .page-box ul{
	margin-top: 12px;
	float: right;
}
 .page-box ul li{
	float: left;
	padding:0 10px;
	height: 27px;
	line-height: 25px;
	border: 1px solid #dfdfdf;
	margin-right: 5px;
}
 .page-box ul li.points{
	border: none;
}
 .page-box ul .num{
	margin-right:0;
	width: 36px;
	text-align: center;
	padding:0;
	border-left: 0;
}
 .page-box ul .pre+.num{
	border-left: 1px solid #dfdfdf;
}
 .page-box ul li.active{
	background: #ff4400;
	color:#fff;
}

.page-box ul li.disabled{
	color:#dfdfdf;
	cursor: default;
}
.page-box .total{
	color: #727272;
	font-size: 12px;
}
.page-box form{
	color: #727272;
	font-size: 12px;
	margin-right: 20px;
}
.page-box form input[type="text"]{
	width: 30px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #dfdfdf;
	color: #000;
	padding-left: 5px;
	margin:0 5px;
}
.page-box form input[type="submit"]{
	width: 43px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #dfdfdf;
	color: #000;
	text-align: center;
	background: #fff;
	margin:0 5px;
}