﻿/* 首页样式 */

@media screen and (max-width: 1200px) {

  /* 轮播图 */
  .home-slide {
    float: left;
    width: 100%;
    height: 3.64rem;
    overflow: hidden;
    position: relative;
    border: 0.01rem solid #ddd;
    box-sizing: border-box;
  }

  .home-slide .hd {
    height: 0.4rem;
    width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #000;
    opacity: 0.7;
  }

  .home-slide .hd ul {
    overflow: hidden;
    zoom: 1;
    float: right;
    margin-top: 0.16rem;
    margin-right: 0.2rem;
  }

  .home-slide .hd ul li {
    float: left;
    margin-right: 0.08rem;
    width: 0.1rem;
    height: 0.1rem;
    line-height: 0.14rem;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
  }

  .home-slide .hd ul li.on {
    background: #f00;
    color: #fff;
  }

  .home-slide .bd {
    position: relative;
    height: 100%;
    z-index: 0;
  }

  .home-slide .bd li {
    zoom: 1;
    vertical-align: middle;
  }

  .home-slide .bd img {
    width: 100%;
    max-width: 100%;
    height: 3.64rem;
    max-height: 3.64rem;
    display: block;
  }

  /* 轮播前/后按钮*/
  .home-slide .prev,
  .home-slide .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -0.3rem;
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    background-size: 0.6rem 0.6rem;
    opacity: 0.7;
  }

  .home-slide .next {
    left: auto;
    right: 3%;
    background-size: 0.6rem 0.6rem;
  }

  .home-slide .prev:hover,
  .home-slide .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  .home-slide .prevStop {
    display: none;
  }

  .home-slide .nextStop {
    display: none;
  }

  .top-tabs {
    margin-top: .2rem;
    width: 100%;
  }

  .policy-tabs {
    width: 100%;
  }

  .partybuilding {
    padding-left: 0;
    width: 100%;
  }

  .partybuilding-logo {
    height: .7rem;
    line-height: .7rem;
    font-size: .22rem;
  }

  .partybuilding-logo img {
    margin-right: 8px;
    width: .6rem;
  }

  .partybuilding .news {
    height: 1.12rem;
    line-height: 1.12rem;
    font-size: .22rem;
    background-size: 100% auto;
  }

  .partybuilding .data {
    height: 1.12rem;
    line-height: 1.12rem;
    font-size: .22rem;
    background-size: 100% auto;
  }

  .partybuilding-work img {
    width: 100%;
  }

  .interactive-platform {
    width: 100%;
    padding: .4rem 0 0;
  }

  .interactive-platform img {
    width: 100%;
  }

  .interactive-platform img.m10 {
    margin-bottom: .2rem;
  }

  .interactive-title,
  .public-title {
    font-size: .22rem;
  }

  .interactive {
    margin-top: .2rem;
    width: 100%;
  }

  .interactive-btns {
    width: 100%;
    text-align: left;
  }

  .interactive-btns a {
    width: 2.6rem;
    font-size: .22rem;
    line-height: 0.8rem;
    height: 0.8rem;
    margin: 0px;
    margin-left: 0.6rem;
  }

  .interactive-btns a img {
    height: .55rem;
    margin-top: .15rem;
    margin-right: .2rem;
    max-width: 0.5rem;
    max-height: 0.5rem;
  }

  .public-title {
    margin-top: .2rem;
  }

  .public-body {
    height: auto;
    padding-bottom: .3rem;
  }

  .friend-title {
    position: relative;
    display: inline-block;
    padding: 0 0.6rem;
    font-size: 0.26rem;
    font-weight: bold;
    color: #000;
  }

  .friend-title::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    width: 1rem;
    height: 0;
    border-bottom: 0.03rem solid #3f3f3f;
  }

  .friend-title::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 1rem;
    height: 0;
    border-bottom: 0.03rem solid #3f3f3f;
  }

  .public-body .zfxxgk-titile {
    width: 100%;
    padding: 0.15rem;
    line-height: 0.3rem;
    font-size: 0.18rem;
  }

  .public-body .zfxxgk-border {
    width: 100%;
    margin: 0;
    border-top: 2px dashed #d5e9ff;
    border-left: 0;
    border-bottom: 2px solid #d5e9ff;
    border-right: 0;
  }

  .public-body .zfxxgk-other {
    float: left;
    width: 100%;
    margin: 0;
  }

  .public-body .public-row a {
    margin: .3rem .18rem;
    font-size: .22rem;
    width: 3rem;
    line-height: 0.6rem;
    height: 0.6rem;
    border: 0.01rem solid #000;
  }

  .public-body .public-row a img {
    width: 0.2rem;
    height: 0.2rem;
    margin-top: 0.2rem;
    margin-left: 0.1rem;
  }

  .public-body .mb20 {
    margin-bottom: 0 !important;
  }


  .friend-body {
    text-align: center;
  }

  .home-select {
    margin: .3rem .1rem;
    width: 2.7rem;
    height: .4rem;
    font-size: .22rem;
  }

  .home-select option {
    width: 100%;
  }

  .common-box .top-tabs .bd ul .sbzx-mobile-tomore {
    display: block !important;
    width: 100%;
    margin-top: 0.2rem;
    text-align: center;
    font-size: 0.22rem;
  }

  .common-box .top-tabs .bd ul .sbzx-mobile-tomore-btn {
    width: 100%;
    display: block;
    line-height: 0.5rem;
    color: #b8b8b8;
  }

  .common-box .policy-tabs .bd ul .sbzx-mobile-tomore {
    display: block !important;
    width: 100%;
    margin-top: 0.2rem;
    text-align: center;
    font-size: 0.22rem;
  }

  .common-box .policy-tabs .bd ul .sbzx-mobile-tomore-btn {
    width: 100%;
    display: block;
    line-height: 0.5rem;
    color: #b8b8b8;
  }

  .policy-tabs .bd ul {
    padding: 0 0.1rem;
    border: 0.01rem solid #cae3ff;
    min-height: 0rem;
  }

  .top-tabs .bd ul {
    padding: 0 0.1rem;
    border: 0.01rem solid #cae3ff;
    min-height: 0rem;
  }

  .top-tabs .hd ul li {
    padding: 0 .16rem;
    text-align: center;
    font-size: .22rem;
  }

  .top-tabs .bd li,
  .policy-tabs .bd li {
    margin: .16rem 0;
    font-size: .22rem;
    line-height: .3rem;
  }

  .policy-tabs .hd ul li {
    padding: 0 .16rem;
    text-align: center;
    font-size: .22rem;
  }

  .top-tabs .hd ul li.on {
    height: 0.5rem;
    background: #e1efff;
  }

  .top-tabs .hd ul li.on a {
    color: #2e9fff;
  }
}