body {
    color: #666;
    background: #f1f2f3;
}
.g-main {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	min-width: 1110px;
	max-width: 1240px;
	
}

.content {
	margin-top:40px;
	margin-bottom:40px;
	min-height:400px;
}


.laybox {
    border-radius: 5px;
    box-shadow: 0 3px 0 #e9e9e9;
    overflow: hidden;
    background: #fff;
    zoom: 1;
}


.content h1 {
    height: 97px;
    border-bottom: 1px solid #bbbbbb;
    line-height: 97px;
    text-align: center;
    font-size: 30px;
    color: #626262;
    font-weight: normal;
	margin: 10px 20px;
}
.content h2 {
    color: #FF0000;
    margin: 10px 20px;
}
.content p {
	line-height: 30px;
	color: #676767;
	margin: 10px 20px;
}

.jianhu-banner {
    width: 100%;
    height: 410px;
    background: url(../images/jianhu/jianhu.jpg) top center no-repeat;
    
}