#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 .list{
	width:100%;
}
.content .list ul{
    border-bottom:1px solid #ECECEC;
}
.content .list ul li{
	float: left;
	width:17.5%;
	height:80px;
	line-height: 80px;
	text-align: center;
	font-size:14px;
	font-weight: 500;
	font-family:'微软雅黑';
	color:#000;
}
.content .list ul li.first{
	width:25%;
	text-align: left;
	padding-left: 5%;
	border-left:none;
}
.content .list ul li .sqbtn{
    display: block;
	width:115px;
	height:40px;
	line-height: 40px;
    text-align: center;
    border:1px solid #454545;
	font-size:14px;
	font-family:'微软雅黑';
	color:#454545;
    margin: 20px auto;
    cursor: pointer;
}
.content .list ul li .sqbtn:hover{
    border:1px solid #eb0900;
    color:#eb0900;
}
.content .list ul li .on{
    display: block;
	width:115px;
	height:40px;
	line-height: 40px;
    text-align: center;
    border:1px solid #454545;
	font-size:14px;
	font-family:'微软雅黑';
	color:#454545;
    margin: 20px auto;
    cursor: pointer;
}
.content .list ul li .on:hover{
    border:1px solid #eb0900;
    color:#eb0900;
}
.content .list ul .show{
	display: none;
	float: left;
	width: 90%;
    background: #FFF;
    border-top:1px solid #ECECEC;
	padding: 20px 5%;
}
.content .list ul .show .redline{
    width:15px;
    height: 5px;
    background: #EC0016;
    margin: 10px 0;
}
.content .list ul .show span{
	display: block;
	height: 20px;
	font-size:16px;
	font-weight: 500;
	font-family:'微软雅黑';
	color:#000;
}
.content .list ul .show p{
	line-height: 30px;
	font-size:14px;
	font-family:'微软雅黑';
	color:#434343;
	padding: 10px 0;
}
.content .list ul .show a{
	display: block;
	width:115px;
	height:40px;
	line-height: 40px;
	text-align: center;
	background: #E60012;
	font-size:16px;
	font-family:'微软雅黑';
	color:#FFF;
	margin-top: 50px;
}
.content .jobname{
    width: 100%;
    line-height: 80px;
    text-align: center;
    font-size:16px;
	font-family:'微软雅黑';
	color:#454545;
}
.content .form{
    width:100%;
    background: #F7F7F7;
    padding:30px 0;
}
.content .form .formbox{
    width:550px;
    margin: 0 auto;
}
.content .form .formbox input{
    display: block;
    float: left;
    width:260px;
    height: 50px;
    border:1px solid #E3E3E3;
    margin: 15px 5px 0;
    padding-left: 20px;
    font-size: 14px;
    font-family: "微软雅黑";
    color:#454545; 
    outline: none;
}
.content .form .formbox textarea{
    display: block;
    float: left;
    width:530px;
    height: 100px;
    border:1px solid #E3E3E3;
    font-size: 14px;
    font-family: "微软雅黑";
    color:#454545; 
    margin: 15px 5px 0;
    padding: 15px 20px;
    outline: none;
}
.content .btn{
    display: block;
    width:180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border:0;
    background: #EC0016;
    font-size: 16px;
    font-family: "微软雅黑";
    color:#FFF; 
    margin: 50px auto;
    cursor: pointer;
}