@import url("https://at.alicdn.com/t/font_2186317_akxkwq515gf.css");
body,
html {
  font-family: "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", Arial, "Hiragino Sans GB", "\5B8B\4F53";
  background: #f7f9fa;
}
@media screen and (max-width: 640px) {
  body,
  html {
    font-size: calc(100vw / 3.75);
  }
}
* {
  word-wrap: break-word;
  outline: none;
}
a {
  text-decoration: none;
}
b {
  font-weight: normal;
}
img {
  display: block;
}
input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
  font-family: "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", Arial, "Hiragino Sans GB", "\5B8B\4F53";
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-family: "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", Arial, "Hiragino Sans GB", "\5B8B\4F53";
}
.main {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.public-top {
  width: 100%;
  background: #f7f9fa;
  border-bottom: 1px solid #e8edf2;
}
.public-top .w1200 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  line-height: 36px;
}
.public-top .w1200 .name {
  color: #333;
}
.public-top .w1200 .item {
  display: -webkit-box;
  display: flex;
}
.public-top .w1200 .item a {
  margin: 0 0 0 24px;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.public-top .w1200 .item a:nth-child(1):before {
  display: none;
}
.public-top .w1200 .item a:hover {
  color: #ff6600;
}
.public-top .w1200 .item a:before {
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -5px;
  content: "";
  width: 1px;
  height: 10px;
  background: #ddd;
}
@media screen and (max-width: 640px) {
  .public-top {
    display: none;
  }
}
.public-header {
  width: 100%;
  background: #fff;
  z-index: 1;
}
.public-header .w1200 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 24px 0;
}
.public-header .w1200 .logo a {
  display: -webkit-box;
  display: flex;
}
.public-header .w1200 .logo a img {
  max-width: 300px;
  max-height: 60px;
}
.public-header .w1200 .search {
  width: 414px;
  margin: 0 80px;
}
.public-header .w1200 .search .menu {
  margin: 0 0 6px 0;
}
.public-header .w1200 .search .menu ul {
  display: -webkit-box;
  display: flex;
}
.public-header .w1200 .search .menu ul li {
  font-size: 14px;
  margin: 0 15px;
}
.public-header .w1200 .search .menu ul li.active a {
  color: #ff6600;
}
.public-header .w1200 .search .menu ul li:hover a {
  color: #ff6600;
}
.public-header .w1200 .search .menu ul li:nth-child(1) {
  margin-left: 0;
}
.public-header .w1200 .search .menu ul li a {
  color: #333;
}
.public-header .w1200 .search .form {
  position: relative;
}
.public-header .w1200 .search .form:before {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
  content: "\ecec";
  font-family: "awesome";
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #ff6600;
}
.public-header .w1200 .search .form form {
  display: -webkit-box;
  display: flex;
}
.public-header .w1200 .search .form form input {
  -webkit-box-flex: 1;
          flex: 1;
  max-width: 400px;
  line-height: 34px;
  border: 2px solid #ff6600;
  border-right: none;
  font-size: 14px;
  padding: 0 10px 0 40px;
}
.public-header .w1200 .search .form form button {
  font-size: 14px;
  background: #ff6600;
  color: #fff;
  border: none;
  width: 90px;
  cursor: pointer;
}
.public-header .w1200 .search .hot {
  margin: 6px 0 0 0;
  display: -webkit-box;
  display: flex;
  font-size: 12px;
}
.public-header .w1200 .search .hot span {
  margin: 0 5px 0 0;
  color: #999;
}
.public-header .w1200 .search .hot a {
  margin: 0 10px 0 0;
  color: #ff6600;
}
.public-header .w1200 .box {
  width: 360px;
  position: relative;
}
.public-header .w1200 .box .swiper-container {
  width: 100%;
}
.public-header .w1200 .box .swiper-container .swiper-slide {
  width: 100%;
}
.public-header .w1200 .btn {
  display: none;
}
@media screen and (max-width: 640px) {
  .public-header {
    font-size: 12px;
  }
  .public-header .w1200 {
    width: 100%;
    padding: 15px 4%;
    position: relative;
  }
  .public-header .w1200 .logo a img {
    height: 34px;
  }
  .public-header .w1200 .search {
    width: 100%;
  }
  .public-header .w1200 .search .menu {
    position: absolute;
    left: 0;
    top: 64px;
    width: 100%;
    padding: 0 4%;
    background: #f2f2f2;
    box-shadow: 0 4px 4px #eee;
    display: none;
  }
  .public-header .w1200 .search .menu ul {
    flex-wrap: wrap;
  }
  .public-header .w1200 .search .menu ul li {
    width: 100%;
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid #e8e8e8;
  }
  .public-header .w1200 .search .menu ul li:last-child {
    border: none;
  }
  .public-header .w1200 .search .menu ul li a {
    display: block;
    line-height: 48px;
  }
  .public-header .w1200 .search .form {
    display: none;
  }
  .public-header .w1200 .search .hot {
    display: none;
  }
  .public-header .w1200 .box {
    display: none;
  }
  .public-header .w1200 .btn {
    display: block;
  }
  .public-header .w1200 .btn i {
    font-size: 32px;
    line-height: 1;
    color: #666;
  }
}
.index-column {
  width: 100%;
}
.index-column .w1200 .row {
  margin: 36px 0 0 0;
}
.index-column .w1200 .row .tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ffe7d0;
  border-top: 2px solid #ff6501;
  background: #fffbef;
  line-height: 42px;
  padding: 0 15px;
}
.index-column .w1200 .row .tit .nam {
  font-size: 18px;
}
.index-column .w1200 .row .tit .itm {
  font-size: 12px;
  color: #999;
  display: -webkit-box;
  display: flex;
}
.index-column .w1200 .row .tit .itm span {
  margin: 0 0 0 15px;
  cursor: pointer;
}
.index-column .w1200 .row .tit .itm span:hover {
  color: #ff6600;
}
.index-column .w1200 .row .box {
  padding: 20px;
  display: -webkit-box;
  display: flex;
  background: #fff;
}
.index-column .w1200 .row .box .col {
  width: 360px;
  margin: 0 40px 0 0;
}
.index-column .w1200 .row .box .col:last-child {
  margin: 0;
}
.index-column .w1200 .row .box .col .sub {
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px 0;
}
.index-column .w1200 .row .box .col .sub ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.index-column .w1200 .row .box .col .sub ul li {
  margin: 0 15px 0 0;
  line-height: 1.8;
}
.index-column .w1200 .row .box .col .sub ul li a {
  font-size: 14px;
  color: #333;
}
.index-column .w1200 .row .box .col .sub ul li a:hover {
  color: #ff6600;
}
.index-column .w1200 .row .box .col .lis {
  padding: 10px 0 0 0;
}
.index-column .w1200 .row .box .col .lis ul {
  min-height: 280px;
}
.index-column .w1200 .row .box .col .lis ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
.index-column .w1200 .row .box .col .lis ul li:before {
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background: #ff6600;
}
.index-column .w1200 .row .box .col .lis ul li a {
  -webkit-box-flex: 1;
          flex: 1;
  color: #999;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  padding: 0 0 0 14px;
}
.index-column .w1200 .row .box .col .lis ul li a:hover {
  color: #ff6600;
}
.index-column .w1200 .row .box .col .lis ul li span {
  font-size: 12px;
  color: #999;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 640px) {
  .index-column {
    font-size: 12px;
  }
  .index-column .w1200 {
    width: 100%;
  }
  .index-column .w1200 .row {
    margin: 20px 0 0 0;
  }
  .index-column .w1200 .row .tit {
    padding: 0 4%;
  }
  .index-column .w1200 .row .box {
    flex-wrap: wrap;
    padding: 20px 4%;
  }
  .index-column .w1200 .row .box .col {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .index-column .w1200 .row .box .col:last-child {
    margin: 20px 0 0 0;
  }
  .index-column .w1200 .row .box .col:nth-child(1) {
    margin: 0;
  }
  .index-column .w1200 .row .box .col .lis ul {
    min-height: auto;
  }
}
.index-links {
  width: 100%;
}
.index-links .w1200 {
  padding: 36px 0 0 0;
}
.index-links .w1200 .title {
  display: -webkit-box;
  display: flex;
  border-bottom: 2px solid #ff6600;
}
.index-links .w1200 .title span {
  background: #ff6600;
  color: #fff;
  font-size: 15px;
  line-height: 2;
  padding: 0 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.index-links .w1200 .package {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 0 0;
}
.index-links .w1200 .package a {
  font-size: 12px;
  color: #999;
  line-height: 1;
  margin: 10px 10px 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-links .w1200 .package a:hover {
  color: #ff6600;
}
@media screen and (max-width: 640px) {
  .index-links {
    display: none;
  }
}
.public-footer {
  background: #fff;
  width: 100%;
  margin: 36px 0 0 0;
  border-top: 1px solid #eee;
}
.public-footer .w1200 .letter {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  border-bottom: 1px solid #f5f5f5;
  font-size: 14px;
  line-height: 4;
  color: #333;
}
.public-footer .w1200 .letter a {
  font-weight: bold;
  margin: 0 0 0 15px;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-footer .w1200 .letter a:hover {
  color: #f64400;
}
.public-footer .w1200 .menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  line-height: 3;
  font-size: 13px;
  margin: 15px 0 0 0;
}
.public-footer .w1200 .menu a {
  margin: 0 15px;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.public-footer .w1200 .menu a:hover {
  color: #f64400;
}
.public-footer .w1200 .menu a:last-child:after {
  display: none;
}
.public-footer .w1200 .menu a:after {
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -5px;
  content: "";
  width: 1px;
  height: 10px;
  background: #ddd;
}
.public-footer .w1200 .ewm {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.public-footer .w1200 .ewm .col p {
  text-align: center;
  font-size: 12px;
  color: #666;
}
.public-footer .w1200 .info {
  font-size: 12px;
  padding: 25px 0;
}
.public-footer .w1200 .info p {
  text-align: center;
  color: #666;
  line-height: 2;
}
.public-footer .w1200 .info p a {
  color: #666;
}
@media screen and (max-width: 640px) {
  .public-footer {
    font-size: 12px;
    margin: 20px 0 0 0;
  }
  .public-footer .w1200 {
    width: 100%;
    padding: 20px 4%;
  }
  .public-footer .w1200 .letter {
    flex-wrap: wrap;
    line-height: 2;
    padding: 0 0 14px 0;
  }
  .public-footer .w1200 .menu {
    flex-wrap: wrap;
    line-height: 2;
  }
  .public-footer .w1200 .menu a {
    margin: 0 7px;
  }
  .public-footer .w1200 .menu a:after {
    display: none;
  }
  .public-footer .w1200 .info {
    padding: 20px 0 0 0;
  }
}
.public-list {
  width: 100%;
  margin: 36px 0 0 0;
}
.public-list .w1200 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.public-list .w1200 .section {
  width: 860px;
}
.public-list .w1200 .section .list {
  border-top: 2px solid #ff6501;
  background: #fff;
}
.public-list .w1200 .section .list ul {
  padding: 20px;
}
.public-list .w1200 .section .list ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
.public-list .w1200 .section .list ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background: #ff6600;
}
.public-list .w1200 .section .list ul li a {
  -webkit-box-flex: 1;
          flex: 1;
  color: #999;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  padding: 0 0 0 12px;
}
.public-list .w1200 .section .list ul li a:hover {
  color: #ff6600;
}
.public-list .w1200 .section .list ul li span {
  font-size: 12px;
  color: #999;
  margin: 0 0 0 20px;
}
.public-list .w1200 .section .pager {
  margin: 20px 0 0 0;
}
.public-list .w1200 .section .pager .pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
.public-list .w1200 .section .pager .pagination li {
  height: 32px;
  margin: 0 5px;
  cursor: pointer;
}
.public-list .w1200 .section .pager .pagination li.disabled {
  cursor: not-allowed;
}
.public-list .w1200 .section .pager .pagination li.active span,
.public-list .w1200 .section .pager .pagination li.active a {
  color: #fff;
  background: #ff6600;
  border: 1px solid #ff6600;
}
.public-list .w1200 .section .pager .pagination li span,
.public-list .w1200 .section .pager .pagination li a {
  display: block;
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2px;
  border: 1px solid #f2f2f2;
}
.public-list .w1200 .section .pager .pagination li a:hover {
  color: #fff;
  background: #ff6600;
  border: 1px solid #ff6600;
}
.public-list .w1200 .section .error {
  height: 730px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.public-list .w1200 .section .error p {
  line-height: 1;
}
.public-list .w1200 .section .error p:nth-child(1) {
  font-size: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.public-list .w1200 .section .error p:nth-child(1) i {
  font-size: 34px;
  line-height: 1;
  color: red;
  margin: 0 10px 0 0;
}
.public-list .w1200 .section .error p:nth-child(2) {
  font-size: 16px;
  margin: 20px 0 0 0;
}
.public-list .w1200 .section .view {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  color: #666;
}
.public-list .w1200 .section .view p {
  text-indent: 2em;
}
.public-list .w1200 .section .view img {
  margin: 0 auto;
}
.public-list .w1200 .section .view #mapbox {
  width: 100%;
  height: 500px;
  border: 4px solid #fff;
}
.public-list .w1200 .section .view #mapbox p {
  text-indent: 0;
}
.public-list .w1200 .side {
  width: 300px;
}
.public-list .w1200 .side .row {
  margin: 20px 0 0 0;
}
.public-list .w1200 .side .row:nth-child(1) {
  margin: 0;
}
.public-list .w1200 .side .row .tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ffe7d0;
  border-top: 2px solid #ff6501;
  background: #fffbef;
  line-height: 42px;
  padding: 0 15px;
}
.public-list .w1200 .side .row .tit .nam {
  font-size: 18px;
}
.public-list .w1200 .side .row .tit .mor {
  font-size: 12px;
}
.public-list .w1200 .side .row .tit .mor a {
  color: #999;
}
.public-list .w1200 .side .row .tit .mor a:hover {
  color: #ff6600;
}
.public-list .w1200 .side .row .box {
  padding: 15px 20px;
  background: #fff;
}
.public-list .w1200 .side .row .box ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
.public-list .w1200 .side .row .box ul li:before {
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  background: #ff6600;
}
.public-list .w1200 .side .row .box ul li a {
  -webkit-box-flex: 1;
          flex: 1;
  color: #999;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  padding: 0 0 0 14px;
}
.public-list .w1200 .side .row .box ul li a:hover {
  color: #ff6600;
}
.public-list .w1200 .side .row .box ul li span {
  font-size: 12px;
  color: #999;
  margin: 0 0 0 20px;
}
.public-list .w1200 .side .menu {
  border-top: 1px solid #eee;
}
.public-list .w1200 .side .menu ul li {
  border-bottom: 1px solid #eee;
}
.public-list .w1200 .side .menu ul li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 20px;
}
.public-list .w1200 .side .menu ul li a:hover span {
  color: #ff6600;
}
.public-list .w1200 .side .menu ul li a:hover i {
  color: #ff6600;
}
.public-list .w1200 .side .menu ul li a.active {
  background: #ff6600;
}
.public-list .w1200 .side .menu ul li a.active span {
  color: #fff;
}
.public-list .w1200 .side .menu ul li a.active i {
  color: #fff;
}
.public-list .w1200 .side .menu ul li a span {
  line-height: 46px;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 15px;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-list .w1200 .side .menu ul li a i {
  font-size: 14px;
  line-height: 1;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .public-list {
    margin: 20px 0 0 0;
  }
  .public-list .w1200 {
    width: 100%;
    flex-wrap: wrap;
  }
  .public-list .w1200 .section {
    width: 100%;
  }
  .public-list .w1200 .section .pager .pagination li {
    display: none;
  }
  .public-list .w1200 .section .pager .pagination li.prev,
  .public-list .w1200 .section .pager .pagination li.next {
    display: block;
  }
  .public-list .w1200 .section .error {
    height: 300px;
  }
  .public-list .w1200 .section .error p:nth-child(1) {
    font-size: 20px;
  }
  .public-list .w1200 .section .error p:nth-child(1) i {
    font-size: 24px;
  }
  .public-list .w1200 .section .error p:nth-child(2) {
    font-size: 16px;
    margin: 20px 0 0 0;
  }
  .public-list .w1200 .section .view {
    padding: 0 4%;
  }
  .public-list .w1200 .side {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.public-option {
  width: 100%;
  margin: 36px 0 0 0;
}
.public-option .w1200 {
  border-top: 2px solid #ff6600;
  background: #fff;
}
.public-option .w1200 .position {
  padding: 0 20px;
  font-size: 12px;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-option .w1200 .position i {
  color: #ff6600;
  font-size: 14px;
  line-height: 14px;
}
.public-option .w1200 .position span {
  font-size: 14px;
  line-height: 14px;
  margin: 0 5px;
}
.public-option .w1200 .position a {
  font-size: 14px;
  line-height: 14px;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-option .w1200 .position a:hover {
  color: #ff6600;
}
.public-option .w1200 .position b {
  font-size: 14px;
  line-height: 14px;
  color: #999;
}
.public-option .w1200 .item .row {
  border-top: 1px solid #eee;
  padding: 7px 20px;
  display: -webkit-box;
  display: flex;
}
.public-option .w1200 .item .row .label {
  width: 92px;
  margin: 0 10px 0 0;
  font-size: 14px;
  line-height: 2;
  text-align: right;
}
.public-option .w1200 .item .row .box {
  -webkit-box-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.public-option .w1200 .item .row .box a {
  font-size: 14px;
  line-height: 2;
  margin: 0 20px 0 0;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.public-option .w1200 .item .row .box a.active {
  color: #ff6600;
}
.public-option .w1200 .item .row .box a:hover {
  color: #ff6600;
}
@media screen and (max-width: 640px) {
  .public-option {
    margin: 20px 0 0 0;
  }
  .public-option .w1200 {
    width: 100%;
  }
  .public-option .w1200 .position {
    padding: 0 4%;
  }
  .public-option .w1200 .item .row .label {
    display: none;
  }
}
.area-view {
  width: 100%;
  margin: 36px 0 0 0;
  z-index: 1;
}
.area-view .w1200 {
  background: #fff;
  padding: 20px;
}
.area-view .w1200 .province {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
.area-view .w1200 .province a {
  font-size: 16px;
  line-height: 2;
  color: #ff6600;
  letter-spacing: 1px;
  margin: 0 20px 0 0;
}
.area-view .w1200 .city {
  padding: 10px 0;
  border-top: 1px dashed #ddd;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 2;
}
.area-view .w1200 .city:last-child {
  padding: 10px 0 0 0;
}
.area-view .w1200 .city span {
  font-weight: bold;
}
.area-view .w1200 .city a {
  margin: 0 10px 0 0;
  color: #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.area-view .w1200 .city a:hover {
  color: #ff6600;
}
@media screen and (max-width: 640px) {
  .area-view {
    font-size: 12px;
    margin: 20px 0 0 0;
  }
  .area-view .w1200 {
    width: 100%;
    padding: 14px 4%;
  }
}
.cnzz {
  width: 100%;
  overflow: hidden;
  height: 0;
}
