/* reset */

::-moz-selection {
  color: #333;
  background-color: rgba(255, 198, 1, 0.15);
}

::selection {
  color: #333;
  background-color: rgba(255, 198, 1, 0.15);
}

::-moz-selection {
  color: #333;
  background-color: rgba(255, 198, 1, 0.15);
}

::-webkit-selection {
  color: #333;
  background-color: rgba(255, 198, 1, 0.15);
}

html {
  overflow-y: scroll;
  background: #fff;
}

* html,
* html body {
  background-image: url(about:blank);
  background-attachment: fixed;
}

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

body,
button,
input,
select,
textarea {
  color: #2e2e2e;
  font: 12px/1.5 "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "微软雅黑", 'Segoe UI', Tahoma, "宋体b8b\4f53", SimSun, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  font-weight: 400;
}

address,
cite,
dfn,
em,
i,
var,
b {
  font-style: normal;
}

small {
  font-size: 12px;
}

legend {
  color: #000;
}

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

fieldset,
img {
  border: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

input,
label,
select,
textarea,
button {
  outline: 0;
}

img,
li,
input,
label,
select,
textarea,
button {
  vertical-align: top;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  height: 0;
  width: 0;
  margin: 0;
}

input[type=submit],
input[type=button] {
  star: expression(this.onFocus=this.blur());
}

input[type=submit]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner {
  border: none;
  padding: 0;
}

input,
textarea,
button {
  font-family: "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "微软雅黑", 'Segoe UI', Tahoma, "宋体b8b\4f53", SimSun, sans-serif;
}

a,
a:link {
  color: #2e2e2e;
  text-decoration: none;
  outline: 0;
  +cursor: pointer;
  star: expression(this.onFocus=this.blur());
}

a:hover {
  text-decoration: underline;
  color: #ffc601;
}

input.focus,
textarea.focus {
  color: #333 !important;
}

/* end reset */

/* common */

.fl {
  float: left;
}

.fr {
  float: right;
}

.dib,
img,
.gap-hfword,
.gap-aword,
.gap-dbword,
.btn-orange,
.btn-orange:link,
.btn-green,
.btn-green:link,
.btn-gray,
.btn-gray:link,
.btn-dis,
.btn-dis:link {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.dn {
  display: none;
}

.vh {
  visibility: hidden;
}

.vam {
  vertical-align: middle;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.ellips {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.gap-hfword,
.gap-aword,
.gap-dbword {
  overflow: hidden;
}

.gap-hfword {
  width: .5em;
}

.gap-aword {
  width: 1em;
}

.gap-dbword {
  width: 2em;
}

.btn-orange,
.btn-orange:link,
.btn-green,
.btn-green:link,
.btn-gray,
.btn-gray:link,
.btn-dis,
.btn-dis:link {
  color: #fff;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.btn-orange,
.btn-orange:link {
  background: #ffc601;
}

.btn-green,
.btn-green:link {
  background: #5ea51e;
}

.btn-gray,
.btn-gray:link {
  font-size: 12px;
  background: #e0e0e0;
  border: #ccc solid 1px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset;
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset;
  -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset;
}

.btn-dis,
.btn-dis:link,
.btn-dis:hover {
  background: #ccc !important;
  cursor: default;
}

.btn-orange:hover,
.btn-green:hover,
.btn-gray:hover,
.btn-dis:hover {
  text-decoration: none;
}

.btn-orange:hover,
.btn-green:hover {
  color: #fff;
}

.btn-orange:hover {
  background: #f9c851;
}

.btn-green:hover {
  background: #4d9011;
}

.btn-gray:hover {
  background: #fff;
}

.icons {
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  display: block;
  overflow: hidden;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
}

/* end common */

/* 城市入口 */

.icons-city {
  background: url(../images/icons-qfanglogo.png);
}

.city-logo,
.city-wrap-inner,
.city-footer-top .inner {
  width: 1198px;
  margin: 0 auto;
}

.city-logo {
  padding: 45px 0 40px;
}

.city-logo a {
  display: block;
  width: 265px;
  height: 39px;
  background-position: -10px -409px;
  /*text-indent: -9999px;*/
}

.city-wrap {
  padding-bottom: 20px;
  background-color: #f7f7f7;
}

.city-hot {
  padding: 65px 0 0;
}

.city-hot-tit span,
.alphabetize-tit span {
  position: relative;
  top: 3px;
  float: left;
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  padding-left: 12px;
  text-shadow: 2px 2px 0 #fff;
}

.city-hot-tit i {
  float: left;
  width: 22px;
  height: 23px;
  background-position: -108px -458px;
}

.alphabetize-tit i {
  float: left;
  width: 24px;
  height: 25px;
  background-position: -140px -458px;
}

.alphabetize-tit span {
  top: 5px;
}

.city-gps .go-index {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  margin-top: -5px;
  padding: 0 12px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.guess-you-are {
  font-size: 14px;
  line-height: 27px;
  color: #c7c7cc;
}

.city-gps .crt-city {
  height: 30px;
  line-height: 30px;
  margin: -5px 15px 0;
  padding: 0 10px;
  border: #e5e5ea solid 1px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.city-gps .crt-city {
  color: #ffc601;
  font-size: 14px;
}

.city-gps .crt-city i {
  width: 10px;
  height: 14px;
  margin: 8px 6px 0 0;
  background-position: -550px -126px;
}

.city-hot-list {
  padding: 48px 0;
}

.city-hot-list ul {
  margin-left: -29px;
}

.city-hot-list ul li {
  width: 380px;
  height: 220px;
  overflow: hidden;
  margin: 0 0 18px 29px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

.city-hot-list ul li:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
  -webkit-transform: translate3d(0, -2px, 0);
  -moz-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  -webkit-transition: all .2s ease-in 0s;
  -o-transition: all .2s ease-in 0s;
  -moz-transition: all .2s ease-in 0s;
  transition: all .2s ease-in 0s;
}

.city-hot-list a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.city-hot-list .zs a {
  background-image: url(../images/zs.png);
}

.city-hot-list .sz a {
  background-image: url(../images/sz.png);
}

.city-hot-list .hn a {
  background-image: url(../images/hn.png);
}

.city-hot-list .sh a {
  background-image: url(../images/sh.png);
}

.city-hot-list .gz a {
  background-image: url(../images/gz.png);
}

.city-hot-list .dg a {
  background-image: url(../images/dg.png);
}

.city-hot-list .zh a {
  background-image: url(../images/zh.png);
}

.alphabetize-wrap {
  padding: 24px 0 15px;
}

.alphabetize-list {
  padding-top: 50px;
}

.alphabetize-list li {
  position: relative;
  padding-bottom: 25px;
}

.alphabetize-words {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 3px;
  color: #fff;
  padding: 0 7px 0 10px;
  white-space: nowrap;
  background-color: #dfdfdf;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.alphabetize-items {
  margin-left: -48px;
}

.alphabetize-items a {
  float: left;
  display: block;
  min-width: 98px;
  line-height: 46px;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  margin-left: 48px;
  margin-bottom: 40px;
  background-color: #fff;
  border: #efefef solid 1px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.alphabetize-items a:hover {
  text-decoration: none;
}

.alphabetize-items .highlight {
  color: #ff4a2c;
}

.friendly-links .title {
  width: 80px;
  font-size: 14px;
  line-height: 36px;
  color: #999;
  padding-right: 25px;
}

.friendly-links .content {
  width: 1093px;
  display: none;
  padding-bottom: 40px;
}

.friendly-links .content a {
  float: left;
  display: block;
  font-size: 14px;
  line-height: 36px;
  margin: 0 22px 0 0;
}

.city-footer {
  padding: 50px 0;
  background-color: #fff;
}

.city-footer-top {
  margin-bottom: 18px;
  padding-bottom: 25px;
  border-bottom: #f9f9fa solid 1px;
}

.city-footer-top .city-logo {
  width: 180px;
  padding: 0 100px 0 0;
}

.city-footer-top .city-logo a {
  width: 100%;
  height: 28px;
  background-position: -10px -458px;
}

.city-footer-top .guide-links {
  width: 818px;
  padding-left:100px;
}

.city-footer-top .guide-links a {
  float: left;
  display: block;
  margin: 5px 0 0 30px;
  font-size: 16px;
  line-height: 28px;
  white-space: nowrap;
}

.city-footer-btm,
.city-footer-btm a {
  color: #999;
  text-align: center;
  line-height: 28px;
}

/* end 城市入口 */
