body{
  background: #f9fafd;
}
em {
  background-color: yellow;
}
.w-ctrl{
  width: 1200px;
  margin: 0 auto;
}
.searchCont{
  position:relative;
  background: url("../img/sheji.png") no-repeat center;
  background-size: cover;
  height: 200px;
  padding-top: 1px;
  margin-bottom: 100px;
  min-width: 1200px;
}
.searchCont .banner .forbidden{
  background-color: rgba(45,110,192,0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b22D6EC0,endColorstr=#b22D6EC0)\0;
  border: 1px solid rgba(45,110,192,0.75);
  color: white;
  cursor: auto;
}
.searchCont .banner .forbidden:hover{
  background-color: rgba(45,110,192,0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b22D6EC0,endColorstr=#b22D6EC0)\0;
  border: 1px solid rgba(45,110,192,0.75);
}
.searchCont .banner .forbidden:hover a{color: white;}
.banner{
  text-align: center;
  margin-top: 175px;
}
.banner li{
  list-style: none;
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
  width: 170px;
  height: 40px;
  background-color: rgba(45,110,192,0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b22D6EC0,endColorstr=#b22D6EC0)\0;
  border: 1px solid rgba(45,110,192,0.75);
  color: white;
  font-size: 22px;
  padding-top: 7px;
  cursor: pointer;
}
.banner li a{
  color: white;
}
.banner li:hover{
  background-color: rgba(255,255,255,0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff,endColorstr=#b2ffffff)\0;
  color: #2d6ec0;
  border: 1px solid #2d6ec0;
}
.banner li:hover a{
  color: #2d6ec0;
}
.banner .sel{
  list-style: none;
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
  width: 170px;
  height: 40px;
  background-color: rgba(255,255,255,0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff,endColorstr=#b2ffffff)\0;
  color: #2d6ec0;
  border: 1px solid #2d6ec0;
  font-size: 22px;
  padding-top: 7px;
  cursor: pointer;
}

.banner .sel a{
  color: #2d6ec0;
}

.bread-curmb{
  height: 41px;
  line-height: 40px;
  padding-left: 30px;
  margin-top: 20px;
  margin-bottom: 0px;
  background: #ffffff;
  box-sizing: border-box;
}
.bread-curmb li{
  float: left;
  margin-right: 10px;
  color: #828284;
  font-size: 14px;
  display: list-item;
}
.bread-curmb li a{
  font-size: 16px;
}

.en .bread-curmb{
  background: transparent;
  border-bottom: 1px solid #ccc;
}
.en .searchCont{
  height: 179px;
  background: url("../img/en/sheji2.png") no-repeat center;
}
.en .banner{
  margin-top: 160px;
}

/*响应式*/
/*@media screen and (max-width: 1280px) {
  body .main {
    width: 1000px;
  }
}*/
