@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,tr,th,td,img{
  padding:0; 
  margin:0; 
}

fieldset,img,input{border:0;}

ol,ul,li{list-style:none;}

h1,h2,h3,h4,h5,h6{font-size:100%;}

table{
  border-collapse:collapse; 
  border-spacing:0;
}

input:focus,select:focus,textarea:focus{outline:0;}

a{text-decoration:none;}

a,body{color:#333;}
body,input,select,textarea,button{
  font:12px/1.5 "Microsoft Yahei", Tahoma, arial, "Hiragino Sans GB";
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body{
  background:#fff;
  position:relative;
}

@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot'); /* IE9*/
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff') format('woff'), /* chrome&Firefox */
    url('../fonts/iconfont.ttf') format('truetype'), /* chromeFirefoxOperaSafari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.wrapper{
  position:relative;
  min-width:810px;
  height:100%;
  min-height:600px;
}

.head{
  position:relative;
  height:100%;
  min-height:600px;
  padding-bottom:0;
  text-align:center;

}

.head-wrapper{
  height:100%;
}

.frm{
  position:relative;
  top:332px;
}

.frm-wrapper{
  position:relative;
  top:-191px;    
}

.sub-frm{
  position:relative;
  width:671px;
  margin:22px auto 0;
  text-align:left;
}

.ipt-wrapper{
  position:relative;
  border:1px solid #ccc;
  float:left;
  display:inline-block;
  vertical-align:top;
  width:510px;
  margin-right:0;
  border-right-width:0;
  overflow:hidden;
  height:34px;
}

.ipt-wrapper input{width:500px;}

.ipt-kwds{
  height:22px;
  font:16px/18px "Microsoft Yahei", Tahoma, Arial;
  line-height:22px;
  margin:6px 0 0 7px;
  padding:0;
  background:transparent;
  border:0;
  outline:0;
  color:#666;
  font-size:13px;
  -webkit-appearance:none;
}

.sub-btn{
  display:inline-block;
  float:left;
  height:36px;
  line-height:34px;
  width:100px;
  text-align:center;
  background:#3385ff;
  color:#fff;
  padding:0 10px;
  font-size:15px;
  letter-spacing:2px;
}

.more-opt{
  display:inline-block;
  float:left;
  height:36px;
  width:20px;
  line-height:36px;
  background:#069;
  color:#fff;
  text-align:center;
  cursor:default;
}

.sub-frm .opt-sites{
  position:absolute;
  width:140px;
  height:80px;
  top:36px;
  right:20px;
  background:#3385ff;
}

.sub-frm .opt-sites .opt-sites-left{
  float:left;
  width:140px;
}

.sub-frm .opt-sites p{
  height:40px;
  line-height:40px;
  color:#fff;
  font-size:15px;
  letter-spacing:2px;
  padding-left:28px;
  border-bottom:1px dashed #eee;
  cursor:default;
}

.sub-frm .opt-sites p.hover{
  background:#069;
}

.sub-frm .opt-sites .opt-sites-rgt{
  float:left;
  width:0px;
  background:#069;
}

.footer{
  position:absolute;
  height:22px;
  bottom:0px;
  z-index:0;
  overflow:hidden;
  width:100%;
  min-width:810px;
}

.ft-wrapper{
  text-align:center;
  overflow:hidden;
}

.ft-content{
  position:relative;
  text-align:center;
  color:#999;
  display:inline-block;
  line-height:22px;
  margin-left:0;
}