.search01{
  width:540px;
  margin-top:30px;
  line-height:35px
}
.search01 h2{
  width:95px;
  padding-left:25px;
  font-family:'微软雅黑';
  font-weight:normal;
  font-size:18px
}
.searchbox{
  position:relative;
  font-family:'微软雅黑';
}
.searchbox li{
  display:block;
  float:left;
}
.input1_new{
  *float:left;
  width:57px;
  height:31px;
  line-height:31px;
  text-indent:5px;
  border:1px solid #d8dbe2;
  border-right:0;
  border-radius:2px 0 0 2px;
  color:#666;
  background:white url(/zgyx/images/input_bg01.gif) top left repeat-x;
}
.arrow_down{
  width:25px;
  height:33px;
  text-align:center;
  cursor:pointer;
  border:1px solid #d8dbe2;
  border-left:0;
  background:white url(/zgyx/images/input_bg01.gif) top left repeat-x;
}
.arrow_down img{
  margin-top:14px;
  -moz-transition:all .2s ease-in 0s;
  -ms-transition:all .2s ease-in 0s;
  -o-transition:all .2s ease-in 0s;
  -webkit-transition:all .2s ease-in 0s;
}
.select{
  position:absolute;
  width:84px;
  top:34px;
  left:0;
  background:white;
  border:1px solid #d8dbe2;
  border-top:0;
  display:none;
}
.select li{
  width:100%;
  height:24px;
  line-height:24px;
  text-indent:5px;
  color:#777;
}
.select li:hover{
  background-color:#e13f38;
  color:white;
  cursor:pointer;
}
.input2_new{
  *float:left;
  width:180px;
  height:33px;
  line-height:33px;
  text-indent:5px;
  border:1px solid #d8dbe2;
  border-left:0;
  border-right:0;
  border-radius:0 2px 2px 0;
  color:#999;
  background:white;
  font-size:14px;
}
.btn1{
  width:70px;
  height:35px;
  border:0;
  color:white;
  cursor:pointer;
  background-color:#bf1c00;
  border-radius:0 3px 3px 0
}
.select001{
  position:relative;
  float:left;
  top:6px;
}
.select001 dt{
  display:inline-block;
  cursor:pointer;
  overflow:hidden;
  position:relative;
  *float:left;
  width:70px;
  height:26px;
  line-height:26px;
  text-indent:10px;
  border:1px solid #B0A9A9;
  border-right: none;
  border-radius:3px 0 0 3px;
  color:#666;
  background:url(/zgyx/images/btn02.gif) repeat-x;
  padding-bottom:1px;
}
.select001 dt >img{
  position:absolute;
  right:8px;
  top:10px;
  -moz-transition:all .2s ease-in 0s;
  -ms-transition:all .2s ease-in 0s;
  -o-transition:all .2s ease-in 0s;
  -webkit-transition:all .2s ease-in 0s;
}
.select001 dd{
  position:absolute;
  left:0;
  top:26px;
  width:71px;
  border:1px solid #d2ccc4;
  border-top:none;
  background:#fff;
  display:none;
}
.select001 dd ul{
  width:70px;
  max-height:250px;
  overflow:auto;
}

.select001 dd ul li a{
  width:70px;display:block;height:24px;
  line-height:24px;
  text-indent:10px;
  color:#777;
}
.select001 dd ul li a:hover{
  background-color:#6ba9ff;
  color:white;
}
.gjsearch{
  margin-left:10px
}