﻿
   @media screen and (max-width: 1200px) {
 
 /* 640px */ 
 
  .footer_box{ background:#005fbb; width:100%; height:150px;}
  
  .footer_nav_box{ display:none;}
   
  .footer_nav{display:none;}  
  
  .footer_content{width:90%; margin:0 auto; padding-top:30px; text-align:center; font-size:14px; color:#fff; line-height:40px;padding-bottom:80px}  

}



   @media screen and (min-width: 1200px) {
 
 
  .footer_box{ background:#005fbb; width:100%; height:230px;}
  
  .footer_nav_box{ width:65%; height:30px; margin:0 auto; padding-top:30px;}
   
  .footer_nav{width:14.2%; height:100%; float:left; text-align:center; font-size:18px; color:#fff;}  
  
  .footer_content{width:65%; margin:0 auto; padding-top:30px; text-align:center; font-size:16px; color:#fff; line-height:40px;}  
}






 
 body {
 margin:0; padding:0; 

 } 
 @media screen and (max-width: 1200px) {
 
  .page_right_product_box { width:100%; display: -webkit-flex; display:flex;justify-content:space-between; flex-wrap: wrap;  } 
 
 .page_right_product_list { width:100%; height:auto; margin-bottom:30px; overflow:hidden; position:relative; border:solid 2px #eee; margin-left:8px; margin-right:8px; } 
 
 .page_right_product_img { width:100%; height:80%; overflow:hidden;} 
 
 .page_right_product_title { width:100%; height:10%; text-align:center; margin-top:10px; font-size:14px; } 
 
  .page_right_open{ width:100%; height:100%; position:absolute; z-index:100;} 
  
  .page_right_close { width:100%; height:100%; background:#eee; position:absolute; z-index:100; opacity: 0.3; } 
  }
 
 
 
 @media screen and (min-width: 1200px) {
 
  .page_right_product_box { width:100%; display: -webkit-flex; display:flex;justify-content:space-between; flex-wrap: wrap; } 
 
 .page_right_product_list { width:31%; height:270px; margin-bottom:30px; overflow:hidden; position:relative; border:solid 2px #eee;} 
 
 .page_right_product_img { width:100%; height:80%; /*overflow:hidden;*/} 
 
 .page_right_product_title { width:100%; height:10%;  overflow:hidden; text-align:center; margin-top:15px; 
	 
		background: RGBA(47,79,79,0.5);
		z-index: 1000;
		position: absolute;
		color: white;
	 
	 } 
 
  .page_right_open{ width:100%; height:100%; position:absolute; z-index:100;} 
  
  .page_right_close { width:100%; height:100%; background:#eee; position:absolute; z-index:100; opacity: 0.3; } 
  
  }


.currentMenu{
	background:background:#015eba!important;
}


.phone {
    display: none;
}


@media screen and (max-width: 1024px){
	
	.bottom ul li {
		float: left;
		width: 23%;
		margin: 0 0 0 2%;
		text-align: center;
	}
	.botm {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5em;
	background: #005fbb;
	}
	.phone {
		display: block;
	}
	.bottom ul li img {
	height: 2em;
	}
	.bottom ul li img {
	height: 2em;
	}
	
	.botm a {color:white!important}
	
	
}



