html,body{width: 100%; height: 100%;}
.top_logo {
    margin-top: 0;
    float: none;
}
.seach_ptext {
    background-image: none;
    padding-left: 8px;
    border: 1px solid #E9E9E9;
    width: 248px;
    height: 36px;
    float: left;

}
.searchIconBtn {
    height: 38px;
    width: 38px;
    line-height: 38px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.searchIconBtn {
    height: 38px;
    width: 38px;
    line-height: 38px;
    background: #EC6D01;
    display: inline-block;
    font-size: 16px;
    float: left;
    color: #FFFFFF;
    text-align: center;
    border: 0;
}
.search_select{float: left; height: 38px; padding: 0 5px; line-height: 38px; border: 1px solid #E9E9E9;  position: relative; left: 1px; font-size: 12px; color: #545454;}
button,input,select{outline: none;}
	.fontstyle{ 
		letter-spacing: 2px;
		font-family: "STHeiti"; 
		font-size: 19px; 
	font-weight: bold; 
		margin-left: 15px;
		color: white;
}	
.fontstyle2{ 
	letter-spacing: 2px;
		font-family: "STHeiti"; 
		font-size: 19px; 
	font-weight: bold; 
		margin-left: 15px; 
		color: white;
}
.fontstyle3{ 
	letter-spacing: 2px;
		font-family: "STHeiti"; 
		font-size: 19px; 
	font-weight: bold; 
		margin-left: 15px; 
		color: white;
}
.fontstyle4{ 
	letter-spacing: 2px;
		font-family: "STHeiti"; 
		font-size: 19px; 
	font-weight: bold; 
		margin-left: 15px; 
		color: white;
}
.divimg{
	position: absolute;
	left:0;
	top:20px;
}

.main_div {
  	background: #FFF;
  	width: 588px;
  	height: 370px;
  	padding: 10px 3px 60px;
  	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
  	border-top-left-radius:5px;
  	border-top-right-radius:5px;
}
p {
  	font-size: 13px;
}
input, section {
  	clear: both;
  	padding-top: 1px;
  	display: none;
}
label {
  	font-weight: bold;
  	font-size: 14px;
  	display: block;
  	float: left;
  	padding: 8px 20px;
  	border-top: 2px solid transparent;
  	border-right: 1px solid transparent;
  	border-left: 1px solid transparent;
  	border-bottom: 1px solid #DDD;
  	font-family:Microsoft YaHei;
}
label:hover {
  	cursor: pointer;
  	text-decoration: underline;
  	color: #82C0F3;
}
#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4
, #tab5:checked ~ #content5{
  	display: block;
  	width: 100%;
  	height: 320px;
}
#tab6:checked ~ #content6, #tab7:checked ~ #content7, #tab8:checked ~ #content8{
  	display: block;
  	width: 100%;
  	height: 320px;
}
input:checked + label {
  	border-top-color: #82C0F3;
  	border-right-color: #DDD;
  	border-left-color: #DDD;
  	border-bottom-color: transparent;
  	text-decoration: none;
  	transition: .3s;
  	border-top-left-radius:5px;
  	border-top-right-radius:5px;
  	color: #1492FF;
  	font-family:Microsoft YaHei;
}
.searDate{
	clear: inherit;
	width:120px;
	height:18px;
	margin-left:10px;
	float: left;
}