@media screen and (min-width:1200px) {


	.select{
	    background-color: rgb(71, 137, 212);
	    color: white;
	

	}
	#searchDiv{
		float: left;position: relative;top: -31px;left: 72%;
	}
	/* 禁用点击 */
/* 	.disabled{
		pointer-events: none;
	} */
#content #left{
		width: 20%;
		float: left;
		    margin-top: 1%;
			    z-index: 99999;
	}
	#right{
		    width: 78%;
		    position: relative;
		    left: 16%;
	}
	/* 新闻 */
	#newsList{
		
		       position: relative;
		       top: -6%;
		     
		
	}
	#newsList li{
		    margin: 11px 0;
	}
	#newsList .newsItem{
		    
		margin: 10px 0;
		height: 40px;
		border-bottom: 1px solid #4789d4;
	}
	.newsItem a{
		display: flex;
		width: 100%;
		height: 100%;
		
	}
	.newsItem .data{
		    position: relative;
		    left: 48%;
	}
	.newsItem .view{
		    position: relative;
		    left: 55%;
	}
	/* 分页 */
	#page li{
		text-align: center;
		border: 1px solid #eee;
		cursor: pointer;
		float: left;
		border-radius: 5px;
	}
	#pageIndex li{
		width: 40px;
		
	}
	#page .home{
		width: 70px;
	}
	#inp{
		      width: 23%;
		      position: relative;
		      left: 78%;
		      top: -28px;
	}
	#inp input{
		width: 50px;
		border: 1px solid #4789d4;
		border-radius: 10px;
	}
	#inp button{
		    border: 1px solid white;
		    background-color: #4789d4;
		    color: white;
			border-radius: 10px;
	}
	
	#desc p{
		    margin: 5px auto;
			
	}
	#content{
		width: 80%;
		  
		    /* margin: 97px auto; */
		    float: left;
		    position: relative;
		    left: 10%;
			padding-bottom:20px;
	}
	#desc{
		margin-top: 17px;
		    margin-left: -44px;
	}
	/* 起始图片 */
	#img{
		width: 100%;height: 200px
	}
	 #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 button:hover{
		 cursor: pointer;
	 }
	  
	 
}
/* 手机端 */
@media screen and (max-width: 460px) {
	#searchDiv{
		    float: left;
		    position: relative;
		    top: -31px;
		    left: 37%;
	}
#about{
		    width: 100%;
		    border-bottom: 1px solid #4789d4;
		    /* position: relative; */
		    margin: 16px auto;
			color: #4789d4;

	}
	#about h5{
		    position: relative;
		    left: 3%;
	}
	#desc p{
		     width: 101%;
  font-size: 14px;
    margin: 0px auto;
	}
	#content{
		    width: 100%;
		   
		    margin: 0px auto;
	}
	#desc{
		    margin-top: 17px;
		    margin-left: -22px;
			    font-size: 7px;
			    width: 99%;
	}
	/* 起始图片 */
	#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%;
	}
	.select{
		    background-color: rgb(71, 137, 212);
		    color: white;
		
	}
		
		/* 禁用点击 */
		.disabled{
			pointer-events: none;
		}
		/* 左侧目录 */
		#newType{
			     width: 100%;
			     position: relative;
			     left: 0%;
			     top: -37px;
		}
		/* 新闻 */
		#newsList{
			     position: relative;
			     top: -9%;
			     left: -6%;
		}
		#newsList .newsItem{
		    margin: 10px 0;
		    height: 31px;
		    border-bottom: 1px solid #4789d4;
		    font-size: 10px;
		}
		#newsList ul li img{
			max-width:100%;
			}
		.newsItem a{
			display: flex;
			width: 100%;
			height: 100%;
			
		}
		.newsItem .data{
		    position: relative;
		    left: 24%;
		}
		.newsItem .view{
			     position: relative;
			     left: 30%;
		}
		/* 分页 */
		#page li{
			text-align: center;
			border: 1px solid #eee;
			cursor: pointer;
			float: left;
			border-radius: 5px;
		}
		#pageIndex li{
			width: 40px;
			
		}
		#page .home{
			width: 70px;
		}
		#inp{
			    width: 100%;
			    position: relative;
			    left: 27%;
			    top: 19px;
		}
		#inp input{
			width: 50px;
			border: 1px solid #4789d4;
			border-radius: 10px;
		}
		#inp button{
			    border: 1px solid white;
			    background-color: #4789d4;
			    color: white;
				border-radius: 10px;
		}

		#content{
			width: 100%;margin: 45px auto
		}
	
		
		  #copyrightInfo {
		      background-color: #333;
		      width: 100%;
		      height: 200px;
		      clear: both;
		      height: 255px!important;
		      margin-top: 4%;
		  }
		 
}