*{
	padding: 0;
	margin: 0;
}
a{text-decoration: none;}
ul{list-style-type: none}
a:hover{
	color: #FF9800;
}
.headpart{
	background: #1F2937;
  background: #ffffff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  }
  .headpart .container{
	display: flex;
  justify-content: space-between;
  align-items: center;
  }
  .headpart .container a{
	color: #000000;
  }
  .headpart .container .home,.headpart .container .Contactus{
	padding: 1% 0;
  }
  .Middlecontent .container .logo{
  text-align: center;
  }
  .Bottomnavigation{
	background: #1F2937;
	color: white;
	padding: 3% 0 1% 0;
  }
  .Middlecontent .search form{
	display: flex;
	  justify-content: center;
  }
  .Middlecontent .input-group{
	width: 50%;
  }
  .Middlecontent .homenavigation .nav-link{
	color: #535353;
  }
  .Middlecontent .homenavigation{
    padding: 0% 0 2% 0;
  }
  .Middlecontent .homenavigation hr{
	margin: 0 auto;
	color: #bbbbbb;
  }
  .Middlecontent .banner{
	display: flex;
	justify-content: center;
	padding: 2% 0 2% 0;
  }
  .Middlecontent .search{
	padding: 3% 0;
  }
  .Middlecontent .logo{
	padding: 6% 0 0 0;
  }
  .Middlecontent{
	/* background: #f4f4f4; */
  background: -webkit-linear-gradient(bottom, #ffffff, #e9f3fd);

  }
  /* .Middlecontent .container{    background: white;} */
  .Bottomnavigation .WeChatQRcode{
	text-align: center;
	  max-width: 100px;
  }
  .Middlecontent .topSearch{
	/* background: white; */
  }

  