@import "reset.css";
@charset "utf-8";
html {
  overflow-y: scroll;
}
body {
  background:url(../../images/bg.gif) 0 0 repeat;
}
.strip-block em.helpem {
  font-size:12px;
}
.strip-block em.helpem a {
  color:#999999;
  display:inline;
  float:right;
  margin-left:10px;
}
/* ///////////////////////////////////////// 
	=#page-wrap
///////////////////////////////////////// */
#page-wrap {
  width: 740px;
  margin: 100px auto;
}
h1 {
  margin-bottom: 1.5em;
  color: #fff;
  text-align: center;
  text-shadow: 0px 2px #111;
}
h1 span {
  display: block;
  margin-top: 6px;
  letter-spacing: 7px;
}
#tab_design {
    width:1000px;
    margin:20px auto;
}
/* ///////////////////////////////////////// 
	=.no-js
///////////////////////////////////////// */
.no-js #tab_design {
    overflow: hidden;
    padding: 2em;
    background: #fff;
    color: #333;
}
.no-js #tab_design li {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}
.no-js #tab_design a {
    color: #333;
}
.no-js #tab_design img {
    vertical-align: bottom;
}

/* ///////////////////////////////////////// 
	=.Global Classes
///////////////////////////////////////// */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.ie6 .clearfix {
  height: 1px;
}
.ie7 .clearfix {
  min-height: 1px;
}
.blind {
  visibility: hidden;
  position: absolute;
  top: -10000px;
  height: 1px;
  width: 1px;
}
.helpsearch {
  width:998px;
  height:90px;
  margin:0 auto;
  margin-top:20px;
  border:1px #cccccc solid;
  position:relative;
  background:#ffffff url(../../images/search.jpg) 0 0 no-repeat;
}
.helpsearch .sousuokuang {
 width:648px;
 height:28px;
 line-height:28px;
 padding:10px 15px;
 border:1px #cccccc solid;
 display:block;
 position:absolute;
 top:20px;
 left:190px;
 font-size:13px;
}
.helpsearch .sousuo {
  width:100px;
 height:50px;
 line-height:50px;
 border:1px #cccccc solid;
 display:block;
 position:absolute;
 top:20px;
 left:876px;
 font-size:15px;
 text-align:center;
 background:#efefef;
 cursor:pointer;
 color:#555555;
   -webkit-transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
}
.helpsearch .sousuo:hover {
 background:#abcdef;
 border-color:#39b0e7;
}


