#main{
    width:100%;
    height: auto;
}
#main .banner img{
    width: 100%;
}
.content{
    padding-bottom: 50px;
}
.content .title{
    width:100%;
    height: 110px;
    line-height: 110px;
    text-align: center;
    font-size: 28px;
    font-family: "微软雅黑";
    font-weight: bold;
    color:#454545; 
}
.content .line{
    width:35px;
    height: 1px;
    background: #E1E1E1;
    margin: 0 auto;
}
.content .smclass{
    display: inline-block;
    width:100%;
    height: 110px;
    text-align: center;
}
.content .smclass ul{
    margin-top: 30px;
}
.content .smclass ul li{
    display: inline-block;
    width:170px;
    height: 45px;
    line-height: 45px;
    border:1px solid #DADADA;
    margin: 0 7px;
}
.content .smclass ul li a{
    display: block;
    font-size: 16px;
    font-family: "微软雅黑";
    color:#454545; 
}
.content .smclass ul li a.on{
    background: #EB0900;
    color:#FFF;
}
.content .smclass ul li a:hover{
    background: #EB0900;
    color:#FFF;
}
.content .form{
    width:100%;
    background: #F7F7F7;
    padding:30px 0;
}
.content .form input{
    display: block;
    width:550px;
    height: 50px;
    border:1px solid #E3E3E3;
    margin: 15px auto 0;
    padding-left: 20px;
    font-size: 14px;
    font-family: "微软雅黑";
    color:#454545; 
    outline: none;
}
.content .form textarea{
    display: block;
    width:530px;
    height: 100px;
    border:1px solid #E3E3E3;
    font-size: 14px;
    font-family: "微软雅黑";
    color:#454545; 
    margin: 15px auto 0;
    padding: 15px 20px;
    outline: none;
}
.content .form .textbox{
	overflow: hidden;
	width: 530px;
	height: 48px;
	border: 1px solid #dcdcdc;
	padding-left:20px;
	margin:15px auto 0;
	border-radius: 30px;
}
.content .btn{
    display: block;
    width:180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border:0;
    background: #292626;
    font-size: 16px;
    font-family: "微软雅黑";
    color:#FFF; 
    margin: 50px auto;
    cursor: pointer;
}
