
/* 只有首页才引入这个css */
/* .head-banner { width: 100%; height: 300px}
.head-banner .m-search {
	position: absolute;
	left: 11%;
	top: 40px;
	width: 78%;
	height: 200px;
	padding: 20px 0 0 0;
	z-index: 999;
    display: block;
  }
  .head-banner .logo {width: 100%; height: 120px;margin-bottom: 30px; object-fit: contain;}

  .head-banner .m-search .box {
	height: 36px;
	padding: 0 36px 0 10px;
	border-radius: 2px;
	background: rgba(65, 118, 179, 0.8);
	position: relative;
	box-sizing: border-box;
	border: 0;
  }
  .head-banner .m-search .box input[type="text"] {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	border: 0;
	background: none;
	display: block;
	outline:none;
  }
  .head-banner .m-search .box input[type="image"] {
	width: 36px;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	outline:none;
  }
  .head-banner .m-search .box input::-webkit-input-placeholder {
	  color: white;
  }
   */


  #banner-container {display: none;}

