.productlist{ width: 1200px; margin: 20px auto 30px; overflow: hidden; }
.leftnav{ float: left; }
.rightcon{ float: right; width: 900px; }
.location { border-bottom: 1px solid #ddd; margin-bottom: 15px; overflow: hidden; padding-bottom: 15px; }
.location a{ color: #000; }
.location ul li { color: #333; float: left; padding: 0 5px; }
.about{ width: 100%; line-height: 26px; overflow-wrap: break-word; margin-bottom: 10px; }

/*留言*/
.fl {
    float: left;
    display: inline;
}

.feedback p{
    padding-top:30px;
}
.feedback p span{
    width:120px;
    text-align: right;
    line-height: 26px;
    font-size: 14px;
    color: #333;
    padding-right: 15px;
}
.feedback p input[type="text"]{
    border:1px solid #cfcfcf;
    line-height: 12px;
    padding:8px 5px;
    width: 209px;
}
.feedback p input.input01{
    width: 565px;
}
.feedback p textarea{
    border:1px solid #cfcfcf;
    padding:5px;
    height: 200px;
    width: 565px;
}
.feedback .sexbox{
    line-height: 13px;
    padding-top: 31px;
}
.feedback p label{
    width: 34px;
    padding-left: 2px;
    line-height: 26px;
    font-size: 13px;
    color: #333;
}
.feedback p input[type="radio"]{
    margin-top: 4px;
}
.feedback p i{
    color: #ff0000;
}
.feedback .btnbox {
    text-align: center;
}
.feedback .btnbox .btn{
    height: 40px;
    padding: 0 50px;
    cursor: pointer;
}


.clear{
    clear: both;
}