.header {
  height: 80px;
  background-color: #fff;
  box-shadow: 0 0 10px #ddd;
  border-radius: 10px;
}

.header.active {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.logo {
  float: left;
  margin-left: 40px;
  margin-top: 21px;
}

.header_link {
  float: right;
  margin-right: 40px;
  line-height: 80px;
  font-size: 18px;
}

.header_link a {
  margin-right: 10px;
}

.header_link a:hover {
  text-decoration: underline;
  color: #e40f08;
}

.banner {
  box-sizing: border-box;
  width: 100%;
  height: 621px;
  padding-top: 30px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.banner_title {
  padding-top: 50px;
  margin-bottom: 90px;
  font-size: 46px;
  text-align: center;
  font-weight: bold;
}

.banner_info {
  font-size: 24px;
}

.banner_info span {
  font-size: 40px;
}

.banner_info01 {
  float: left;
  margin-left: 246px;
}

.banner_info02 {
  float: right;
  margin-right: 210px;
}

.banner_info03 {
  float: left;
  margin-top: 100px;
  margin-left: 60px;
}

.banner_info04 {
  float: right;
  margin-top: 80px;
  margin-right: 66px;
}

.hq_wrap {
  margin-top: 64px;
}

.hq_l {
  float: left;
  width: 660px;
}

.hq_title {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 24px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}

.hq_l li {
  margin-bottom: 20px;
  font-size: 18px;
}

.hq_headline {
  float: left;
}

.hq_msg {
  float: left;
}

.hq_r {
  float: right;
  width: 550px;
  height: 300px;
}

.area {
  padding-top: 56px;
  margin-top: 60px;
  background-color: #f5f5f5;
}

.area_wrap {
  border-bottom: 1px solid #e5e4e4;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.area_l {
  float: left;
  width: 694px;
}

.area_l_btn {
  float: left;
  width: 126px;
  height: 50px;
  margin-right: 16px;
  margin-bottom: 10px;
  border-radius: 4px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 2px #ddd;
  font-size: 20px;
  cursor: pointer;
}

.area_l_btn.active, .area_l_btn:hover {
  background: linear-gradient(to right, #e40f08, #ee280a, #f9440d);
  color: #fff;
}

.area_l_btn:nth-child(5n) {
  margin-right: 0;
}

.area_r {
  display: none;
  float: right;
  width: 550px;
}

.area_r.active {
  display: block;
}

.area_name, .district_name {
  margin-bottom: 20px;
  font-size: 22px;
  color: #e30a08;
}

.area_r ul li {
  margin-bottom: 10px;
  font-size: 18px;
}

.service {
  display: inline-block;
  width: 116px;
  height: 38px;
  margin-left: 20px;
  line-height: 38px;
  text-align: center;
  border-radius: 40px;
  background-color: #e30a08;
  color: #fff;
}

.service:hover {
  background: linear-gradient(to left, #e51408, #f13d05, #fc6002);
}

.area_r img {
  width: 160px;
  height: 160px;
  margin-top: 12px;
}

.district {
  display: none;
}

.district.active {
  display: block;
}

.district_wrap {
  padding-bottom: 50px;
}

.district_btn {
  float: left;
  width: 172px;
  height: 48px;
  border: 1px solid transparent;
  margin-right: 30px;
  margin-bottom: 12px;
  border-radius: 6px;
  line-height: 50px;
  text-align: center;
  transition: border-color .5s ease;
  cursor: pointer;
  background-color: #fff;
}

.district_btn:nth-child(7n) {
  margin-right: 0;
}

.district_btn.active, .district_btn:hover {
  border-color: #e30908;
  color: #e30908;
}

.district_info {
  display: none;
}

.district_info.active {
  display: block;
}

.district_info>li {
  box-sizing: border-box;
  float: left;
  width: calc(49% - 1px);
  height: 400px;
  border-right: 1px solid #e5e4e4;
  border-bottom: 1px solid #e5e4e4;
  padding-top: 50px;
  overflow: auto;
}

.district_info>li:nth-child(1), .district_info>li:nth-child(2) {
  padding-top: 0;
}

.district_info>li:nth-child(even) {
  padding-left: 90px;
  border-right: none;
}

/* .district_info>li:nth-last-child(1), .district_info>li:nth-last-child(2) {
  border-bottom: none;
} */

.district_info>li ul li {
  margin-bottom: 10px;
}

.district_info img {
  width: 160px;
  height: 160px;
  margin-top: 20px;
}

.blogroll-dt {
  padding-top: 80px;
  padding-bottom: 80px;
}

.footleft {
  float: left;
  margin-right: 120px;
}

.footleft:last-child {
  margin-right: 0;
}

.footleft span {
  display: block;
  margin-bottom: 24px;
  font-size: 24px;
}

.footleft span a {
  color: #000;
}

.footleft a {
  display: block;
  margin-bottom: 12px;
  color: #666;
}

.footright {
  float: right;
  margin-top: 20px;
  margin-right: 86px;
}

.icon05, .icon06 {
  display: block;
  float: left;
  width: 50px;
  height: 39px;
  padding-top: 11px;
  margin-right: 18px;
  border-radius: 3px;
  background-color: #e4e4e4;
}

.icon06 {
  height: 41px;
  padding-top: 9px;
}

.icon05 i, .icon06 i {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background: url('https://www.huatu.com/images/2020css/images/css_sprites.png') -60px -136px no-repeat;
}

.icon06 i {
  width: 37px;
  height: 33px;
  background: url('https://www.huatu.com/images/2020css/images/css_sprites.png') -71px -70px no-repeat;
}

.footright .row01 a {
  font-size: 20px;
}

.footright .row01 span {
  display: block;
  color: #666;
  font-size: 14px;
}

.footright .row02 {
  margin-top: 40px;
}

.footright .row02 span {
  display: block;
  float: left;
  font-size: 20px;
}

.footright .row02 a {
  display: block;
  float: left;
  width: 86px;
  height: 28px;
  margin-top: -2px;
  margin-left: 28px;
  border: 1px solid #d7d7d7;
  border-radius: 40px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  transition: background-color .5s ease;
}

.footright .row02 a:hover {
  border-color: #f80a24;
  background-color: #f80a24;
  color: #fff !important;
}

.row02 p {
  color: #666;
  font-size: 14px;
}

/*底部*/
.footer .footNav {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 11;
}

.footer .footNav p a:first-child {
  position: relative;
  z-index: 899;
}

.footer .footNav p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.footer .footNav p a {
  display: inline-block;
  padding: 0 6px;
}

.m-footer, .mob_header {
  display: none;
}

@media only all and (max-width:1520px) {
  .wrap {
    width: 1200px;
  }

  .hq_l {
    width: 566px;
  }

  .hq_l li {
    margin-bottom: 10px;
  }

  .hq_r {
    width: 472px;
    height: 256px;
  }

  .area_l {
    width: 596px;
  }

  .area_l_btn {
    width: 106px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
  }

  .area_r {
    width: 472px;
  }

  .district_btn {
    width: 130px;
    margin-right: 20px;
  }

  .district_btn:nth-child(7n) {
    margin-right: 20px;
  }

  .district_btn:nth-child(8n) {
    margin-right: 0;
  }

  .footleft {
    margin-right: 90px;
  }
  .header_link{
    margin-right: 30px;
    font-size: 16px;
  }
}

@media only all and (max-width:1080px) {
  body {
    font-size: .75rem;
  }

  .wrap {
    width: 96%;
  }

  .blogroll-dt, .footer, .header {
    display: none;
  }

  .banner {
    height: 9.6rem;
    padding-top: 0;
    background-size: auto 100%;
  }

  .banner_title {
    padding-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
  }

  .banner_info {
    font-size: .75rem;
  }

  .banner_info01 {
    margin-left: 1rem;
  }

  .banner_info02 {
    margin-right: 1rem;
  }

  .banner_info span {
    font-size: 1rem;
  }

  .banner_info03 {
    margin-top: 1.5rem;
    margin-left: 1rem;
  }

  .banner_info04 {
    margin-top: 1.5rem;
    margin-right: 1rem;
  }

  .hq_wrap {
    margin-top: 1rem;
  }

  .hq_l {
    float: none;
    width: 100%;
  }

  .hq_title {
    padding-bottom: .6rem;
    margin-bottom: .75rem;
    font-size: .9rem;
  }

  .hq_l li {
    margin-bottom: .2rem;
    font-size: .7rem;
  }

  .hq_r {
    float: none;
    width: 100%;
    height: auto;
    margin-top: .5rem;
  }

  .area {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
  }

  .area_wrap {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .area_l {
    float: none;
    width: 100%;
    overflow: hidden;
  }

  .area_l_btn {
    width: 24.25%;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .75rem;
    margin-right: 1%;
    margin-bottom: .3rem;
    border-radius: .1rem;
  }

  .area_l_btn:nth-child(8n) {
    margin-right: 1%;
  }

  .area_l_btn:nth-child(5n) {
    margin-right: 1%;
  }

  .area_l_btn:nth-child(4n) {
    margin-right: 0;
  }

  .area_r {
    float: none;
    width: 100%;
    margin-top: .5rem;
  }

  .area_name, .district_name {
    margin-bottom: .5rem;
    font-size: .85rem;
  }

  .area_r ul li {
    margin-bottom: .25rem;
    font-size: .7rem;
  }

  .service {
    width: 5rem;
    height: 1.5rem;
    margin-left: .5rem;
    line-height: 1.5rem;
    border-radius: 1rem;
  }

  .area_r img {
    width: 5rem;
    height: 5rem;
    margin: 1rem auto 0 auto;
  }

  .district_wrap {
    padding-bottom: 1rem;
  }

  .district_btn {
    width: calc(24.25% - 2px);
    height: 1.5rem;
    margin-right: 1%;
    line-height: 1.5rem;
    margin-bottom: .4rem;
    border-radius: .15rem;
  }

  .district_btn:nth-child(4n) {
    margin-right: 0;
  }

  .district_btn:nth-child(7n) {
    margin-right: 1%;
  }

  .district_info>li {
    float: none;
    width: 100%;
    height: auto;
    border: none;
    padding-top: 0;
    margin-bottom: 1rem;
  }

  .district_info img {
    width: 5rem;
    height: 5rem;
    margin: .5rem auto 0 auto;
  }

  .district_info>li:nth-child(even) {
    padding-left: 0;
  }

  .mob_header {
    display: block;
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    padding: .3rem 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
    font-size: .65rem;
  }

  .header_txt {
    float: right;
    margin-right: .5rem;
    font-size: .8rem;
  }

  .m_logo {
    display: block;
    width: 6rem;
    height: 1.5rem;
    margin-left: .5rem;
    background-image: url(https://www.huatu.com/images/2015css/images/mob_logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-indent: -999em;
  }

  .m-footer {
    display: block;
    color: #fff;
    text-align: center;
    height: 2.5rem;
    width: 100%;
    font-size: 0.7rem;
    line-height: 2.5rem;
    background-color: #333;
  }
}
