@charset "utf-8";
.pcss{display:block;width:100px;height:30px;margin-top: 30px;}
.pcss img{width:25px;display:block;float:left}
.sjss{display:none}
@media screen and (max-width: 768px) and (min-width: 320px){
.pcss{display:none;}
.sjss{width:40px;height:40px;display:block}
}
.dialog_search2017 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    background: rgba(255, 255, 255, 1);
    z-index: 998;
    display: none;
}

.inp {
    display: inline-block;
    height: 30px;
    line-height: 25px;
    vertical-align: top;
    font-size: 12px;
    position: relative;
	float:left;
}

.dsearch .w1170 {
  position: relative;
}
.w1170 {
    width: 1170px;
    margin: 0 auto;
    display: block;
}
.dsearch .close {
  background: url(close.png) no-repeat;
  width: 31px;
  height: 31px;
  position: absolute;
  right: 10px;
  top: 0px;
  cursor: pointer;
}
.dsearch .close:hover {
  background: url(close-hover.png) no-repeat;
}
.dsearch {
  padding: 20px 0;
  height: 60px;
  line-height: 30px;
  border-bottom: 1px solid #e2dedb;
}
.dsearch .btnn {
  float: right;
  height: 30px;
  width: 90px;
  background: #547DD4;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  display: block;
  text-align: center;
  border: 0;
  cursor: pointer;
  margin-right: 68px;
}
.dsearch .btn:hover {
  background: #3677E2;
  color: #fff;
}
.dsearch #global-search {
  width: 80%;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: url(searchIcon.png) no-repeat left center;
  text-indent: 24px;
  font-size: 16px;
  color: #222;
}
.dsearch #global-search::-webkit-input-placeholder {
  color: #dedede;
}

@media screen and (max-width: 768px) and (min-width: 320px){
.w1170 {
    width: 95%;
    margin: 0 auto;
    display: block;
}
.dsearch #global-search {
    width: 50%;
    height: 30px;
    line-height: 30px;
    border: 0;
    background: url(searchIcon.png) no-repeat left center;
    text-indent: 24px;
    font-size: 16px;
    color: #222;
}
}


