
body{

	margin: 0;
	font-size: 16px;
}



.c_header{
	width: 100%;
	height: 85px;
	background: #ffffff;
	box-shadow: 0px 3px 3px rgb(0,0,0,0.3) ;
	position: fixed;
	top: 0;
	z-index: 999999	;
}

.c_header_01{
	width: 1200px;
	height: 85px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	padding-top: 8px;

}

.c_header #c_h_logo_01{
	width: 150px;
	float: left;
	margin-top: 8px;
}

#c_h_logo_01 img{
	width: 100%;
}


.c_header #c_h_logo_02{
	width: 70px;
	float: left;
}

#c_h_logo_02 img{

	width: 100%;
}


.c_header #c_h_logo_03{
	margin-top: 8px;
	width: 120px;
	float: left;
	
}


#c_h_logo_03 img{
	width: 100%;
}



.c_header #c_h_call_01{
	margin-top: 18px;
	float: right;
	width: 280px;
	cursor: pointer;
	
}


.foot{
	color: #ffffff;
}


.c_header_02{
	background: #666666;
	height: 50px;
	overflow: hidden;
	
}

.c_header_02_01{
	width: 500px;
	height: 50px;
	background: #ffffff;
	float: left;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	text-align: left;
}

.c_header_02_01_btn{
	display: inline-block;
	color: #333333;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}

.c_header_02_01_btn:hover{
   color: #0096df;	
}













/*mobile*/
@media (max-width: 768px) {
.hidden-xs{
	display: none !important; 
	visibility: hidden !important;
}


}



















/*pc*/
@media (min-width: 768px) {
.visible-xs{
	display: none !important; 
	visibility: hidden !important;
}

}