.title{
	width: 100%;
	height: 80px;
	background:url(04.png);
	-moz-background-size:6px 80px; /* 老版本的 Firefox */
	background-size:6px 80px;
	background-repeat:repeat-x;
}
.main{
	width: 100%;
	height: 100%;
	vertical-align: middle;margin:auto;
}

.centerImage{
	vertical-align: middle;
}
.centerImage1{
	position:absolute;
    top:50%;
    left:60%;
    margin:-25px 0 0 -25px;
    width:312px;
    height:50px;
}

.faqTitle{
	font-family: 微软雅黑;
	font-size: 22px ;
	font-weight: bold;
}

.faqA{
	font-family: 微软雅黑;
	font-size: 18px ;
	font-weight: bold;
}

.faqQ{
	font-family: 微软雅黑;
	font-size: 16px;
	
}

.yahei_title{
	font-family: 微软雅黑;
	font-size: 32px;
	font-weight: blod;
	
}
.yahei_title2{
	font-family: 微软雅黑;
	font-size: 28px;
	font-weight: blod;
	
}

.col-centered{
    float: none;
    margin: 0 auto;
}

#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 10px 15px;
    font-size: 20px;
    background: #777;
    color: white;
    cursor: pointer;
}