body{
    font-family: sans-serif;
}
.pg_top_header{
    height: 40px;
    line-height: 40px;
    background-color: rgba(75,101,152,0.77);
    color: #fff;
    font-size: 12px;
}
.pg_top_menu{
    background-color:#005a8f;
}
.websitelogo{
    width: 200px;
	
}
.navbar-custom {
    background-color: #ff5500;
}
.top_swiper_img{
	width:100%;
}
.smart_service_block{
	width:300px;
	height:300px;
	margin:5px;
	background-color:#666;
}
.smart_service_block_3{
	width:350PX;
	height:300px;
	background-color:#EEE;
}
.smart_service_section{
	width:90%;
	height:300px;
	
	}
	.smart_row_section_space{
	width:100%;
	height:40px;
}
.smart_row_section_space10{
	width:100%;
	height:10px;
}


.pg_footer_section{
	 position: fixed;
	 
    bottom: 0;
    width: 100%;
    height: 50px;
	line-height:50px;
    background-color:#005a8f;
}

  
/* 1---------------1200px PC */
@media (min-width: 1200px) {

}
/* 2---------------992 ---------------1199 */
@media (min-width: 992px) and (max-width: 1199px) {

}
/*3---------------768  -------------------991 ---------PAD*/
@media (min-width: 768px) and (max-width: 991px) {

}
/*4---------------768  -------------------991 ---------PAD*/
@media (min-width: 480px) and (max-width: 767px) {

}
/*5---------------480-------------------*/
@media (max-width: 479px) {

}
