/**
 * This is variable
 **/
.contact-thead {
  background: #ffffff;
}
.contact-thead .weui-thead {
  margin-bottom: 0;
}
.contact-thead .weui-thead .title2 {
  margin-bottom: 0;
}
.contact-changsha {
  position: relative;
  padding: 50px 0 80px;
  background: #ffffff;
}
@media (max-width: 1200px) {
  .contact-changsha {
    padding: 20px 0 30px;
  }
}
.contact-changsha .title {
  position: relative;
  margin: 0 0 10px;
}
.contact-changsha .title h3 {
  height: 40px;
  line-height: 40px;
  font-size: 1.3em;
  color: #333333;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .contact-changsha .title h3 {
    font-size: 1.1em;
    font-weight: bold;
  }
}
.contact-changsha .title h3 .map-icon {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  width: 50px;
  height: 50px;
  background: url(img/contact-0.png) center center no-repeat;
}
@media (max-width: 1200px) {
  .contact-changsha .title h3 .map-icon {
    background-size: 35px;
  }
}
.contact-changsha .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .contact-changsha .flex {
    display: block;
  }
}
.contact-changsha .lt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 50px 0 0;
}
@media (max-width: 1200px) {
  .contact-changsha .lt {
    padding: 0;
  }
}
.contact-changsha .lt .list {
  margin: 0 -10px;
}
.contact-changsha .lt .list .item {
  float: left;
  width: 50%;
}
.contact-changsha .lt .list .item:nth-child(1) .cell span + span,
.contact-changsha .lt .list .item:nth-child(2) .cell span + span,
.contact-changsha .lt .list .item:nth-child(3) .cell span + span {
  line-height: 40px;
}
.contact-changsha .lt .list .item:nth-child(1) .cell {
  background-image: url(img/contact-1.png);
}
.contact-changsha .lt .list .item:nth-child(2) .cell {
  background-image: url(img/contact-2.png);
}
.contact-changsha .lt .list .item:nth-child(3) .cell {
  background-image: url(img/contact-3.png);
}
@media (max-width: 1200px) {
  .contact-changsha .lt .list .item:nth-child(3) .cell span + span {
    margin-left: 5.5em;
  }
}
.contact-changsha .lt .list .item:nth-child(4) .cell {
  background-image: url(img/contact-4.png);
}
@media (max-width: 1200px) {
  .contact-changsha .lt .list .item {
    float: none;
    width: 100%;
  }
}
.contact-changsha .lt .list .cell {
  position: relative;
  margin: 10px;
  padding: 10px 150px 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  background: url(blank) 95% center no-repeat #ffffff;
  background-size: 100px;
}
@media (max-width: 1200px) {
  .contact-changsha .lt .list .cell {
    background-size: 40px;
    padding: 10px 60px 10px 10px;
    overflow: hidden;
  }
}
.contact-changsha .lt .list .cell span {
  display: block;
  line-height: 30px;
  color: #333333;
}
.contact-changsha .lt .list .cell span + span {
  height: 40px;
  line-height: 20px;
}
@media (max-width: 1200px) {
  .contact-changsha .lt .list .cell span {
    float: left;
  }
  .contact-changsha .lt .list .cell span + span {
    width: auto;
    float: none;
    height: auto;
    line-height: 30px !important;
    margin-left: 5.5em;
  }
}
.contact-changsha .rt {
  width: 300px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .contact-changsha .rt {
    width: 100%;
  }
}
.contact-changsha .rt dl {
  text-align: center;
}
@media (max-width: 1200px) {
  .contact-changsha .rt dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.contact-changsha .rt dd {
  display: inline-block;
  vertical-align: middle;
  padding: 12px;
}
@media (max-width: 1200px) {
  .contact-changsha .rt dd {
    margin: 0 10px;
  }
}
.contact-changsha .rt dd img {
  width: 120px;
  height: 120px;
}
.contact-changsha .rt dd span {
  display: block;
  line-height: 2;
  font-size: 1em;
}
.contact-citys {
  position: relative;
  padding: 80px 0 100px;
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #ffffff 30px, #ffffff 100%);
}
@media (max-width: 1200px) {
  .contact-citys {
    padding: 30px 0 50px;
  }
}
.contact-citys .thead {
  margin: 0 0 20px;
}
.contact-citys .thead h2 {
  line-height: 2;
  font-size: 1.8em;
  font-weight: normal;
  color: #333333;
}
@media (max-width: 1200px) {
  .contact-citys .thead h2 {
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
  }
}
.contact-citys .contain .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .contact-citys .contain .list {
    display: block;
  }
}
.contact-citys .contain .item {
  width: 50%;
}
@media (max-width: 1200px) {
  .contact-citys .contain .item {
    width: 100%;
  }
}
.contact-citys .contain .cell {
  position: relative;
  padding: 0 100px 80px 0;
}
@media (max-width: 1200px) {
  .contact-citys .contain .cell {
    margin: 0 0 15px;
    padding: 0;
  }
}
.contact-citys .contain .title {
  position: relative;
  margin: 0 0 10px;
}
.contact-citys .contain .title h3 {
  height: 40px;
  line-height: 40px;
  font-size: 1.3em;
  color: #333333;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .contact-citys .contain .title h3 {
    font-size: 1.1em;
    font-weight: bold;
  }
}
.contact-citys .contain .title h3 .map-icon {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  width: 50px;
  height: 50px;
  background: url(img/contact-0.png) center center no-repeat;
}
@media (max-width: 1200px) {
  .contact-citys .contain .title h3 .map-icon {
    background-size: 35px;
  }
}
.contact-citys .contain .desc {
  line-height: 1.5;
  font-size: 1.05em;
}
@media (max-width: 1200px) {
  .contact-citys .contain .desc {
    font-size: 1em;
  }
}
.contact-citys .contain .desc dd {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 5.5em;
}
.contact-citys .contain .desc dd::before {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-citys .contain .desc dd:nth-child(1)::before {
  content: '业务咨询：';
}
.contact-citys .contain .desc dd:nth-child(2)::before {
  content: '办公地址：';
}
