/* 特殊处理 */
@media (max-width: 480px) {
  .office-module .column:nth-child(2n+1) {
    padding-right: 0px;
  }

  .author-module {
    width: 100%;
  }
  
   .legal-inner .column:last-child {
    padding-left: 0rem;
  }
}

@media (max-width: 375px) {
  .author-module .author-info .author-inner {
    width: 170px;
  }
}

/* 平板以下样式 */
@media (max-width: 767px) {
  /* 首页 - 轮播 */
  .banner-bottom-box {
    display: flex;
    width: 180px;
    right: 0px;
    left: auto;
  }

  .banner-bottom-box a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    line-height: 16px;
  }

  .banner-bottom-box a::before {
    flex: 1;
    margin-left: 10px;
    margin-bottom: 0px;
  }

  /* 公共 - 底部 */
  .ssq-footer .ul-box {
    /*display: none;*/
  }

  /* 首页 - 地图 */
  .word-left {
    padding: 0.75rem 20px;
  }

  .word-right {
    padding-bottom: 20px;
  }

  /* 模块 - 法律 */
  .mobile-column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  /* 模块 - 办公室 */
  .office-module .office-more {
    transform: scale(.7);
    transform-origin: 0px 0px;
  }

  /* 模块 - 关于我们 */
  .text-module-wrap .text-right, .text-module-wrap .text-left {
    text-align: center;
  }

  .text-module-wrap .text-right .font26, .text-module-wrap .text-right .btn-box {
    text-align: left;
  }

  /* 法律市场/法律人才 - tab下的联系人 */
  .tab-wrap .tab-content {
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid #075465;
  }
  
  .tab-wrap .tab-content-ul dt {
    margin-bottom: 10px;
  }

  /* 公共 - 返回顶部 */
  .back-top {
    right: 10px;
    bottom: 30px;
  }

  .back-top .back-top-wrap {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  /* 关于我们 - 中国介绍 */
  .about-office-inner {
    display: block;
    height: auto;
    overflow: auto;
  }

  .about-office-item {
    display: block;
    height: 250px;
    overflow: hidden;
  }

  .about-office-item + .about-office-item {
    margin-top: 40px;
  }

  .about-office-padding {
    background-color: rgba(0, 0, 0, .6);
  }

  .about-office-txt {
    display: flex;
    font-size: 18px;
    color: #fff;
    padding: 17px 20px;
  }

  .about-office-txt h3 {
    margin-right: 10px;
  }
}

/* 平板以上样式 */
@media (min-width: 768px) {
  /* 公共 - banner */
  .top-banner {
    height: 320px;
  }
  
  .news-detail .news-dcontent .oprate-area{display:none;}
  .news-detail{padding: 20px;}

  .top-banner .banner-text {
    margin-top: 125px;
  }

  .top-banner .banner-text .banner-logo {
    display: block;
    position: absolute;
    top: 0px;
    right: 14px;
    object-fit: cover;
    width: 300px;
  }

  /* 公共 - 底部 */
  .ssq-footer .ssq-footer-inner {
    padding: 70px 70px 28px 70px;
  }

  .ssq-footer .ssq-top-footer {
    padding-bottom: 130px;
  }

  /* 首页 - banner */
  .banner-home-txt {
    width: calc(100vw - 120px);
    left: 60px;
  }

  .banner-home-txt h1{
    font-size: 28px;
    text-align: left;
  }

  .banner-home-txt p{
    font-size: 18px;
    text-align: justify;
  }

  .banner-bottom-box a {
    font-size: 16px;
  }

  .banner-bottom-box .half-arrow {
    vertical-align: 14px;
  }

  /* 首页 - 地图 */
  .word-wrap .word-inner {
    padding: 20px;
  }

  /* 模块 - 手风琴 */
  .accordion-module {
    height: 600px;
  }

  .accordion-module .accordion-left h3 {
    font-size: 28px;
    margin-top: 90px;
  }

  .accordion-module .accordion-left p {
    font-size: 18px;
    width: 330px;
    margin-top: 60px;
  }

  .accordion-module .accordion-cell .accordion-content .accordion-left {
    width: 430px;
    padding: 0px 50px;
  }

  .accordion-module .accordion-cell .accordion-content .accordion-right {
    width: calc(100% - 430px);
  }

  .accordion-bottom {
    left: 50px;
  }

  .accordion-bottom a {
    font-size: 18px;
    width: 247px;
  }

  .accordion-module .eleactive {
    flex: 1 1 75%;
  }

  /* 模块 - 引用 */
  .quote-module {
    padding: 60px 70px;
  }

  .quote-module .left-quote {
    margin-right: 40px;
  }

  .quote-module .right-quote {
    margin-left: 40px;
  }

  /* 模块 - 法律 */
  .legal-module .legal-inner {
    padding: 40px 40px 100px;
  }

  .horizontal-wrap {
    padding: 0px 40px;
  }

  .legal-module .legal-more {
    margin-top: 40px;
  }

  /* 法律市场/法律人才 - tab下的联系人 */
  .tab-wrap .tab-inner {
    padding: 40px;
  }

  .avatar-wrap {
    display: flex;
    border-top: 1px solid #cecfcf;
    padding-top: 30px;
  }

  .tab-wrap .tab-content {
    margin-top: 50px;
  }
  
  .tab-wrap .tab-content-ul dt {
    margin-bottom: 28px;
  }

  /* 模块 - 新闻 */
  .news-form .select {
    width: 260px;
  }

  .news-detail {
    padding: 60px 100px 40px;
  }

  .news-dfooter {
    padding: 0px 100px;
  }

  /* 模块 - 办公室 */
  .office-module .office-inner {
    padding: 50px 30px;
  }

  .office-module .office-photo {
    width: 486px;
  }

  .office-module .office-name {
    font-size: 24px;
    margin-top: 20px;
  }

  .office-module .office-addr {
    font-size: 14px;
    margin-top: 16px;
  }

  .office-module .office-phone {
    font-size: 18px;
    margin-top: 20px;
  }

  .office-module .office-more {
    margin-top: 20px;
  }

  /* 页面 - 办公室 */
  .office-text-wrap .office-text-inner {
    padding: 50px 120px;
  }

  /* 模块 - 团队 */
  .team-wrap .author-module:nth-child(2n) {
    margin-right: 0px;
  }

  .team-wrap .author-module {
    margin-right: 40px;
  }

  /* 页面 - 团队 */
  .team-form .select {
    width: 260px;
  }

  .team-article-wrap .team-article-inner {
    padding: 50px 120px;
  }

  /* 页面 - 关于我们 */
  .about-para .about-inner {
    padding: 50px 120px 70px;
  }

  /* 模块 - 关于我们 */
  .text-module .text-right-photo {
    height: 324px;
  }

  .text-module .text-module-wrap {
    padding: 60px 30px 50px;
  }

  /* 关于我们 - 中国介绍 */
  .about-office-inner {
    height: 400px;
  }

  .about-office-item:hover .about-office-mask {
    opacity: 1;
  }
  
  .about-office-item:hover .about-office-padding {
    background-color: transparent;
  }

  .about-office-item:hover .about-office-txt {
    color: #fff;
    bottom: 150px;
  }

  .about-office-padding {
    height: 120px;
  }

  .about-office-txt {
    padding: 24px 0px;
    font-size: 20px;
  }
}

/* 电脑以上样式 */
@media (min-width: 992px) {
  /* 公共 - banner */
  .top-banner .banner-text {
    padding-left: 104px;
  }

  .top-banner .banner-text .banner-logo {
    width: 420px;
    top: 0px;
    left: 840px;
    right: auto;
  }
  
  /* 首页 - banner */
  .banner-home-wrap {
    height: 520px;
  }
  
  #Slide .slide_banner {height: 520px;}
  #Slide .slide_banner img{height: 520px;}
  #Slide .slide_banner .img{height: 520px;}

  .banner-home-txt {
    width: 680px;
    left: 103px;
    top: 100px;
  }

  /* 首页 - 标语 */
  .ssq-slogan-wrap {
    width: 630px;
    padding: 120px 0px;
  }

  .ssq-slogan-wrap .ssq-slogan {
    font-size: 20px;
  }

  /* 首页 - 特性 */
  .feature-wrap .feature-inner {
    padding: 0px 70px 120px;
  }

  .feature-wrap .feature-item {
    width: auto;
    margin-bottom: 0px;
  }

  /* 模块 - 资讯 */
  .news-box {
    flex: 1;
    min-width: calc((100% - 28px) / 2);
    max-width: calc((100% - 28px) / 2);
    margin-right: 28px;
  }

  .news-list .news-list-wrap {
    padding: 70px 70px;
  }

  .news-box img {
    width: 156px;
  }

  .news-box .news-info p {
    font-size: 14px;
    /*line-height: 2em;*/
    margin: 20px 0;
  }

  .news-box .news-info .news-intro {
    line-height: normal;
  }

  .news-list .news-bottom a {
    width: 280px;
  }
  
  .top-header .top-right .top-more-inner a{margin: 29px 10px;}
  .word-wrap .word-map{
    display: none;
}

  /* 首页 - 地图 */
  .word-wrap .word-left {
    /*width: 30%;*/
  }

  .word-wrap .word-right {
    /*width: 70%;*/
  }

  .word-wrap .word-inner {
    padding: 90px 70px;
  }

  .word-wrap .word-left h3 {
    margin-top: 80px;
  }

  .word-wrap .word-left p {
    margin-top: 60px;
  }

  /* 模块 - 引用 */
  .quote-module {
    padding: 60px 70px;
  }

  .quote-module .left-quote {
    margin-right: 60px;
  }

  .quote-module .right-quote {
    margin-left: 60px;
  }

  /* 模块 - 法律 */
  .legal-module .legal-inner {
    padding: 60px 70px 60px;
  }

  .horizontal-wrap {
    padding: 0px 70px;
  }

  .legal-module .legal-more {
    margin-top: 60px;
  }

  /* 法律市场/法律人才 - tab下的联系人 */
  .tab-wrap .tab-inner {
    padding: 60px 60px 60px;
  }

  /* 模块 - 新闻 */
  .news-form {
    margin-top: 50px;
  }

  .news-wrap .news-inner {
    padding: 50px 70px 0px;
  }

  .news-wrap .news-more {
    margin: 0 auto 100px;
    padding-left: 70px;
  }

  .news-detail {
    padding: 80px 230px 30px;
  }

  .news-dfooter {
    padding: 0px 230px;
  }

  .news-dfooter .back-list {
    margin-bottom: 140px;
  }

  /* 模块 - 办公室 */
  .office-module .office-inner {
    padding: 100px 70px;
  }

  .office-module .office-photo {
    height: 336px;
  }

  /* 页面 - 办公室 */
  .office-text-wrap .office-text-inner {
    padding: 100px 240px;
  }

  .office-snd .office-snd-wrap {
    padding: 30px 60px 80px;
  }

  .office-snd-left {
    padding-right: 75px;
  }

  .office-snd-right {
    padding-left: 75px;
  }

  /* 模块 - 团队 */
  .team-wrap .team-area {
    padding: 70px 60px 0px;
  }

  .team-wrap .author-module:nth-child(2n) {
    margin-right: 40px;
  }

  .team-wrap .team-more {
    margin-bottom: 100px;
    padding-left: 70px;
  }

  /* 页面 - 团队 */
  .search-author-wrap {
    padding: 36px 100px 34px;
  }

  .team-article-wrap .team-article-inner {
    padding: 100px 240px;
  }

  /* 页面 - 关于我们 */
  .about-para .about-inner {
    padding: 100px 240px 155px;
  }

  .text-module .text-module-wrap {
    padding: 120px 70px 110px;
  }

  .about-snd-left {
    padding-right: 75px;
  }

  .about-snd-right {
    padding-left: 75px;
  }

  .about-snd .about-snd-wrap {
    padding: 60px 60px 90px;
  }

  /* 模块 - 荣誉 */
  .awards-module {
    flex: 1;
    min-width: calc((100% - 28px) / 2);
    max-width: calc((100% - 28px) / 2);
    margin-right: 28px;
  }

  .awards-module:nth-child(2n) {
    margin-right: 0px;
  }

  .awards-module img {
    width: 156px;
  }

  .awards-wrap .awards-inner {
    padding: 70px 60px 50px;
  }

  /* 页面 - 团队详情 */
  .team-intro {
    padding: 30px 60px;
  }

  /* 页面 - 搜索 */
  .search-wrap .search-inner {
    padding: 70px 70px 40px 70px;
  }

  .search-module .search-bottom {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .search-wrap .search-more {
    margin-top: 40px;
  }

  /* 关于我们 - 中国介绍 */
   .apt-inner {
    display: flex;
    padding: 0px 70px 0px 0px;
    align-items: center;
  }

  .apt-inner .apt-left {
    padding: 0px 20px;
    margin-right: 30px;
  }

  .apt-inner .apt-right {
    padding: 60px 0;
    background-color: transparent;
  }

  .about-office-wrap {
    padding: 40px 70px 80px;
  }

  .about-office-title {
    padding-bottom: 40px;
  }

  .about-office-inner {
    height: 600px;
  }

  .about-office-item:hover .about-office-txt {
    bottom: 250px;
  }
}

@media (min-width: 1268px) {
  .team-wrap .author-module:nth-child(3n) {
    margin-right: 0px;
  }
}