

.banner{
	margin: 20px 0px;
}

.tab{
	background-color: #fff;
	height: 68px;
	border-bottom: 2px solid #029688;
  }
  
.tab a{
	width: 238px;
	border-right: 2px solid #eeeeee;
	color:#000;
	text-align: center;
	line-height: 68px;
    display: block;

    color: #000;
    float: left;

}

.tab a:hover{
	background-color: #029688;
	color: #fff;
}


.tab a.tab_active{
	background-color: #029688;
	color: #fff;
}

.tab_hd{
	height: auto;
    padding-bottom: 20px;
	background-color: #fff;
	display: none;
}

h1{
	width: 100%;
	text-align: center;
	font-size: 18px;
	color:#777777;
	padding: 40px 0px 10px 0px;
}

h2{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color:#b6b6b6;
}

.tab_hd ul{
	padding-left: 11px;
	margin-top: 30px;
}


.tab_hd ul li{
	float: left;
}

.tab_hd ul li.text{
	width: 146px;
	height: 48px;
	border: 1px solid #e8e8e8;
	text-align: center;
	color:#38a797;
	line-height: 48px;
}

.tab_hd ul li.img{
	width: 26px;
	height: 26px;
	margin: 11px 15px;
	
}

.tab_hd ul li.img img{
	width: 100%;
	height: 100%;
}

.block{
	display: block;
	margin-top: 20px;
	height: auto;
	background-color: #fff;
	padding-bottom: 40px;
}



.block dl{
	padding:0px 40px;
	color:#959595;
	margin-top: 20px;
}

.block dl dd{
	line-height: 50px;
}

.block dl dd a{

    color:#959595;

}


.block .online{
	width: 198px;
	height: 46px;
	border:1px solid #00958a;
	color:#00958a;
	display: block;
	text-align: center;
	line-height: 48px;
}
.block .call{
	background-color:#4881ea;
	color: #fff;
	margin-left: 20px;
}

.block .show_order{
	
	margin-left: 20px;
}

.block .bt{
	width: 800px;
	margin: auto;
	
	padding-top: 20px;
}


.block .ques{
	margin:0px 20px;
}

.block span{
	display: inline-block;
}

.block .space{
	 width: 30px;
	 height: 30px;
	 margin-right: 13px;
	 display: inline-block;
}


.block .ques .ques_icon{
	border-radius: 50%;
	background-color: #00988b;
	color:#fff;
	line-height: 30px;
	text-align: center;
}




.block .answer{
	margin-bottom: 30px;
    padding-left: 60px;
    padding-right: 20px;
}

.block .answer .space{
	height: auto;
	margin-right: 32px;
}


.block .answer span:nth-child(2){
	display: inline-block;
	line-height: 30px;
	font-size: 14px;
	color:#666666;
	
	
}

.block .more_ques{
	background-color: #00988B;
	display: block;
	margin:0px auto;
	color:#fff;
	line-height: 48px;
	width: 200px;
	text-align: center;
	margin-top: 20px;
}


.block ul li{
	float: left;
	margin-top: 20px;
	margin-left: 15px;
}


























