#main{
    width:100%;
    height: auto;
}
#main .banner img{
    width: 100%;
}
.content{
    padding-bottom: 50px;
}
.content .productclass{
    float: left;
    width:275px;
}
.content .productclass label{
	display: block;
	width: 97%;
	height: 30px;
	line-height: 30px;
	border-left: 4px solid #DD151A;
	font-size:24px;
	font-family: "微软雅黑";
	font-weight: bold;
	color:#434343;
	padding-left: 3%;
}
.content .productclass .bclass{
    margin-top: 40px;
    background: #F8F9FB;
}
.content .productclass .bclass ul li{
    width:100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E6E7E8;
    cursor: pointer;
}
.content .productclass .bclass ul li.auto{
    height: auto;
}
.content .productclass .bclass ul li .icon{
    display: block;
    width:70%;
	height: 50px;
    background: url("../images/proclassgt.png") 50px center no-repeat;
    font-size:16px;
    font-family: "微软雅黑";
	color:#000;
    padding-left: 30%;
}
.content .productclass .bclass ul li .icon:hover{
    color:#FFF;
    background: url("../images/proclassgt_hover.png") 50px center no-repeat #EB0900;
}
.content .productclass .bclass ul li.on .icon{
    display: block;
    width:70%;
	height: 50px;
    background: url("../images/proclassgt_on.png") 50px center no-repeat #EB0900;
    font-size:16px;
    font-family: "微软雅黑";
	color:#FFF;
    padding-left: 30%;
}
.content .productclass .bclass ul li .smclass{
    display: blcok;
}
.content .productclass .bclass ul li .smclass .li{
    width:100%;
	height: 50px;
}
.content .productclass .bclass ul li .smclass .li a{
    display: block;
    width:70%;
    padding-left: 30%;
    font-size:14px;
    font-family: "微软雅黑";
	color:#909090;
}
.content .productclass .bclass ul li .smclass .li.on a{
    background: url("../images/reddian.png") 50px center no-repeat;
    color:#000;
}
.content .productclass .bclass ul li .smclass .li:hover{
    background: url("../images/reddian.png") 50px center no-repeat;
    color:#000;
}
.content .productclass .classinfo{
    display: block;
    width:200px;
    height: 63px;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    background: url('../images/producttext.png') 25px center no-repeat;
    margin-top: 10px;
    padding: 20px 0 0 73px;
    line-height: 20px;
    font-size:14px;
    font-family: "微软雅黑";
    font-weight: bold;
	color:#292626;
}
.content .productclass .classinfo:hover{
    border: 1px solid #DD151A;
}
.content .productlist{
    float: right;
    width:885px;
    margin-left: 40px;
}
.content .productlist label{
	display: block;
	width: 97%;
	height: 30px;
	line-height: 30px;
	border-left: 4px solid #DD151A;
	font-size:24px;
	font-family: "微软雅黑";
	font-weight: bold;
	color:#434343;
    padding-left: 3%;
    margin-left: 10px;
}
.content .productlist ul{
    margin-top: 40px;
}
.content .productlist ul li{
    position: relative;
    float: left;
    width:294px;
    height: auto;
    margin-left: 1px;
}
.content .productlist ul li .boxbg{
    display: none;
    position: absolute;
    width: 294px;
    height: 213px;
    background: url("../images/prolistbg.png") center top no-repeat;
    left:0;
    top:-10px;
}
.content .productlist ul li img{
    display: block;
    width:275px;
    height:194px;
    border:1px solid #E4E4E4;
    margin: 0 auto;
}
.content .productlist ul li .name{
    width:275px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-family: "微软雅黑";
    color:#454545;
    margin: 0 auto;
}
.content .productlist .picture ul li{
    float: left;
    width: 425px;
    height: 300px;
    margin: 0 8px;
}
.content .productlist .picture ul li img{
    width: 425px;
    height: 300px;
}
.content .productlist .info .name{
    width:100%;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    font-family: "微软雅黑";
    color:#454545;
}
.content .productlist .info p{
    line-height: 25px;
    font-size: 14px;
    font-family: "微软雅黑";
    color:#454545;
}
.content .productviewbox{
    width:100%;
    height: auto;
}
.content .productviewbox .hd{
    width:100%;
}
.content .productviewbox .hd ul li{
    float:left;
    width:205px;
    height: 58px;
    line-height: 58px;
    border:1px solid #DDDDDD;
    margin-left: 15px;
}
.content .productviewbox .hd ul li.first{
    margin-left: 0;
}
.content .productviewbox .hd ul li .nav1{
    display: block;
    width:125px;
    height: 58px;
    background: url("../images/info1.png") 35px center no-repeat;
    font-size: 18px;
    font-family: "微软雅黑";
    color:#292626;
    padding-left: 80px;
    cursor: pointer;
}
.content .productviewbox .hd ul li.on .nav1{
    background: url("../images/info1_on.png") 35px center no-repeat #EB0900;
    color:#FFF;
}
.content .productviewbox .hd ul li .nav2{
    display: block;
    width:125px;
    height: 58px;
    background: url("../images/info2.png") 35px center no-repeat;
    font-size: 18px;
    font-family: "微软雅黑";
    color:#292626;
    padding-left: 80px;
    cursor: pointer;
}
.content .productviewbox .hd ul li.on .nav2{
    background: url("../images/info2_on.png") 35px center no-repeat #EB0900;
    color:#FFF;
}
.content .productviewbox .hd ul li .nav3{
    display: block;
    width:125px;
    height: 58px;
    background: url("../images/info3.png") 35px center no-repeat;
    font-size: 18px;
    font-family: "微软雅黑";
    color:#292626;
    padding-left: 80px;
    cursor: pointer;
}
.content .productviewbox .hd ul li.on .nav3{
    background: url("../images/info3_on.png") 35px center no-repeat #EB0900;
    color:#FFF;
}
.content .productviewbox .hd ul li .nav4{
    display: block;
    width:125px;
    height: 58px;
    background: url("../images/info4.png") 35px center no-repeat;
    font-size: 18px;
    font-family: "微软雅黑";
    color:#292626;
    padding-left: 80px;
    cursor: pointer;
}
.content .productviewbox .hd ul li.on .nav4{
    background: url("../images/info4_on.png") 35px center no-repeat #EB0900;
    color:#FFF;
}
.content .productviewbox .bd{
    width:100%;
    height: auto;
    margin-top: 25px;
}
.content .productviewbox .bd p{
    line-height: 25px;
    font-size: 14px;
    font-family: "微软雅黑";
    color:#454545;
}
.content .productviewbox .bd img{
    max-width: 100%;
}
.getbigpic{
    width:80px;
    height: 30px;
    line-height: 30px;
    border:1px solid #EB0900;
    background: url("../images/bigicon.png") 20px center no-repeat;
    font-size: 14px;
    font-family: "微软雅黑";
    color:#454545;
    cursor: pointer;
    padding-left: 50px;
}
.bigpic{
    display: none;
}

