/* 电脑端 */
@media screen and (min-width: 1200px) {
	#about{
		
			width: 50%;
		    border-bottom: 1px solid #4789d4;
		    /* position: relative; */
		    margin: 0 auto;
			color: #4789d4;

	}
	#about h5{
		position: relative;left: 0%;
	}
	#desc p{
		    margin: 5px auto;
			
	}
	#content{
		width: 50%;margin: 10px auto;
	}
	#desc{
		    margin-top:-70%;
		    margin-left: -44px;
		    float: left;
			    position: relative;
			    left: 26%;
				top:30px;
				
	}
	
	/* 起始图片 */
	#img {
	    width: 100%;
	    height: 200px;
	    float: left;
	    /* position: relative; */
	    margin: -38% 0;
	}
	 #productInfo ul{
		 padding: 0;
	 }
	  #productInfo ul li{
		  background-color: #00BFFF;
		  width: 100px;
		  height: 20px;
		  float: left;
		  color: white;
		  line-height: 1;
		  text-align: center;
		      margin-left: 25px;
			  border-radius: 10px;
	  }
	  #productInfo ul li a{
		  color: white;
	  }
	 /* 左侧导航*/
	#newType{
		    width: 30%;
		    position: relative;
		    left: -30%;
			
	 }
	#newType button{
		
		 text-align: center;
		
	 }
	#left_lxfs {
	      width: 30%;
	      /* border: 1px solid; */
	      position: relative;
	      left: -30% !important;
	      padding: 0;
	      float: left;
	}
	#aboutImg {
		float: left;
	}
	#aboutImg img{
		width: 32%;
		margin: 0;
	}
}
/* 手机端 */
@media screen and (max-width: 460px) {
#about{
		
		    width: 100%;
		    border-bottom: 3px solid #4789d4;
		    /* position: relative; */
		    margin: 18px auto;
			color: #4789d4;

	}
	#about h5{
		    position: relative;
		 
	}
	#desc p{
		     width: 101%;
  font-size: 14px;
    margin: 0px auto;
	}
	#content{
		    width: 100%;
		
		    margin: -5% auto -48% auto;
	}
	#desc{
		    margin-top: 17px;
		   
			    font-size: 7px;
			    width: 99%;
				margin-bottom:52px;
	}
	/* 起始图片 */
	#img{
		width: 100%;
	}
	#img img{
		width: 100%;
	}
	 #productInfo ul{
		 padding: 0;
	 }
	  #productInfo ul li{
		    background-color: #00BFFF;
		    width: 79px;
		    height: 20px;
		    float: left;
		    color: white;
		    line-height: 1;
		    text-align: center;
		    margin-left: 25px;
		    border-radius: 10px;
	  }
	  #productInfo ul li a{
		  color: white;
	  }
	#aboutImg img{
		    width: 30%;
	}
	
}