@charset 'utf-8';
/* reset css */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
input:focus {
  outline: none;
}
body,
button,
input,
select,
textarea {
  font: 13px/1 Tahoma, Helvetica, Arial, '\5b8b\4f53', sans-serif;
}
.font-simhei {
  font-family: '\9ED1\4F53', '\5FAE\8F6F\96C5\9ED1', '\5b8b\4f53', Arial, Helvetica, sans-serif;
}
.font-yahei {
  font-family: '\5FAE\8F6F\96C5\9ED1', '\5b8b\4f53', Arial, Helvetica;
}
h1,
.h1 {
  font-size: 18px;
}
h2,
.h2 {
  font-size: 16px;
}
h3,
.h3 {
  font-size: 14px;
}
h4,
h5,
h6 {
  font-size: 100%;
}
address,
em {
  font-style: normal;
}
small {
  font-size: 12px;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
q:before,
q:after {
  content: '';
}
img {
  border: none;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
hr {
  height: 1px;
  border: none;
}
body {
  background: #eee;
}
body,
a {
  color: #252525;
}
a:hover {
  color: #f50;
}
html {
  overflow-y: scroll;
}
/* Layout */
.container {
  width: 1000px;
  margin: 0 auto;
}
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
.clearfix {
  clear: both;
}
/* ************************************************************** */
/* 全局顶部导航 */
#global-menu {
  line-height: 34px;
  height: 34px;
  border-bottom: 1px solid #e0e0e0;
  background: #f9f9f9;
}
#global-menu .switch a {
  margin: 0 3px;
}
#global-menu .login-bar {
  color: #bebebe;
}
#global-menu .login-bar a {
  margin: 0 5px;
}
#global-menu .login-bar a .icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  vertical-align: middle;
  background-image: url(/img/city_icons.gif);
  background-repeat: no-repeat;
}
#global-menu .login-bar a .icon.icon-home {
  background-position: 0 0;
}
#global-menu .login-bar a .icon.icon-plus {
  background-position: 0 -24px;
}
#global-menu .login-bar a:hover .icon.icon-home {
  background-position: 0 -12px;
}
#global-menu .login-bar a:hover .icon.icon-plus {
  background-position: 0 -36px;
}
/* 搜索区 */
#header {
  height: 75px;
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
}
#header .logo {
  height: 75px;
}
#header .input-group {
  height: 40px;
  padding: 17px 0 18px 0;
}
#header .input-group h1 {
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
}
#header .input-group h1 .icon-arr-down {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url(/img/city_icons.gif);
  background-repeat: no-repeat;
  background-position: 0 -48px;
}
#header .input-group h1 .icon-arr-down:hover {
  background-position: 0 -64px;
}
#header .input-group .search {
  line-height: 34px;
  width: 420px;
  height: 34px;
  padding: 2px;
  border: 1px solid #e0e0e0;
}
#header .input-group .search input.text {
  font-size: 18px;
  line-height: 18px;
  float: left;
  width: 330px;
  height: 18px;
  padding: 8px;
  color: #727272;
  border: 0;
}
#header .input-group .search input.submit {
  line-height: 34px;
  float: right;
  overflow: hidden;
  width: 45px;
  height: 34px;
  cursor: pointer;
  text-indent: -9999px;
  border: 0;
  background-color: #f50;
  background-image: url(/img/city_search.png);
  background-repeat: no-repeat;
  background-position: center center;
}
#header .input-group .search input.submit:hover {
  background-color: #f05000;
}
#header .input-group .search input.submit:active {
  background-color: #cc4400;
}
#header .ad {
  overflow: hidden;
  width: 200px;
  height: 75px;
}
#city-list .wrap {
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#city-list dl {
  line-height: 30px;
  padding: 10px 0;
  border-bottom: 1px dotted #ddd;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
#city-list dl dt {
  font-weight: bold;
  float: left;
  width: 60px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  text-align: right;
}
#city-list dl dd {
  margin-left: 70px;
}
#city-list dl dd a {
  display: inline-block;
  margin: 0 5px;
  white-space: nowrap;
}
#city-list dl dd a.a01 {
  color: #f00;
}
#city-list dl.last {
  border-bottom: 0;
}
#city-list dl:hover {
  border-bottom: 1px dotted #aaa;
}
#city-list dl:hover dt {
  color: #f50;
}
#city-list dl:hover.last {
  border-bottom: 0;
}
/*首屏内容*/
.f-link {
  font-size: 14px;
  line-height: 45px;
  height: 45px;
  margin-top: 10px;
  border-top: 1px solid #e0e0e0;
}
.f-link a {
  margin: 0 3px;
}
/***Footer**************************************************************/
#footer {
  font-size: 12px;
  line-height: 35px;
  clear: both;
  overflow: hidden;
  height: 140px;
  margin-top: 5px;
}
#footer .link {
  line-height: 30px;
  margin: 10px auto;
  text-align: center;
  color: #666;
}
#footer .link a {
  text-decoration: none;
  color: #666;
}
#footer .link a:hover {
  text-decoration: underline;
  color: #f50;
}
