.mobiles {
  display: none; }

.searchs {
  display: none; }

.seach_fadein {
  display: none; }

.menu {
  display: none; }

.tops {
  width: 50px;
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: 10%;
  z-index: 9999;
  border-radius: 50%; }

.mobile_navbar {
  display: none; }

.mobile_footer {
  display: none; }

.content {
  overflow: hidden;
  width: 100%; }
  .content .header {
    width: 100%; }
    .content .header .m {
      width: 1200px;
      margin: 0 auto; }
      .content .header .m .bottom {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0; }
        .content .header .m .bottom .logo {
          display: block; }
        .content .header .m .bottom .search {
          overflow: hidden;
          width: 256px;
          height: 40px;
          position: relative;
          border: 1px solid #AEAEAE;
          font-size: 12px; }
          .content .header .m .bottom .search input {
            width: 100%;
            height: 100%;
            border: none;
            outline: none;
            background: none;
            font-size: 14px;
            color: #666;
            padding-left: 12px; }
          .content .header .m .bottom .search button {
            border: none;
            height: 100%;
            width: 40px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            right: 0;
            top: 0;
            background: #EFEFEF; }
            .content .header .m .bottom .search button img {
              display: block;
              width: 50%; }
      .content .header .m .top {
        display: flex;
        align-items: center;
        height: 30px;
        justify-content: space-between; }
        .content .header .m .top .title {
          display: flex;
          align-items: center; }
          .content .header .m .top .title img {
            display: block;
            width: 14px; }
          .content .header .m .top .title span {
            font-size: 14px;
            color: #666;
            margin-left: 5px; }
        .content .header .m .top ul {
          overflow: hidden;
          display: flex;
          align-items: center; }
          .content .header .m .top ul li {
            overflow: hidden;
            margin-left: 16px;
            display: flex;
            align-items: center; }
            .content .header .m .top ul li a {
              display: flex;
              align-items: center; }
            .content .header .m .top ul li img {
              display: block; }
            .content .header .m .top ul li span {
              font-size: 14px;
              margin-left: 5px;
              color: #666; }
  .content .navbar {
    width: 100%;
    height: 50px;
    background: #004684; }
    .content .navbar .m {
      width: 1200px;
      height: 100%;
      margin: 0 auto;
      display: flex;
      align-items: center; }
      .content .navbar .m > li {
        font-size: 18px;
        height: 100%;
        transition: all .1s;
        position: relative; }
        .content .navbar .m > li:hover {
          background: #002B51; }
          .content .navbar .m > li:hover div {
            visibility: initial;
            opacity: 1;
            top: 100%; }
        .content .navbar .m > li div {
          overflow: hidden;
          width: 160px;
          position: absolute;
          left: 0;
          z-index: 999;
          transition: all .2s;
          visibility: inherit;
          opacity: 0;
          top: 150%;
          background: #004684; }
          .content .navbar .m > li div a {
            display: flex;
            align-items: center;
            font-size: 14px;
            color: #fff;
            height: 50px;
            border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
            padding-left: 15px;
            box-sizing: border-box;
            transition: all .1s; }
            .content .navbar .m > li div a:hover {
              background: #002B51; }
        .content .navbar .m > li > a {
          height: 100%;
          display: flex;
          padding: 0 20px;
          box-sizing: border-box;
          align-items: center;
          font-size: 15px;
          color: #fff; }
  .content footer {
    width: 100%;
    background: #F3F3F3; }
    .content footer .m {
      width: 1200px;
      overflow: hidden;
      margin: 0 auto;
      padding: 20px 0;
      display: flex;
      justify-content: space-between; }
      .content footer .m ul {
        overflow: hidden;
        display: flex;
        align-items: center; }
        .content footer .m ul li {
          font-size: 14px;
          color: #727885;
          margin-left: 10px; }
          .content footer .m ul li a {
            color: #727885; }
      .content footer .m .fl {
        overflow: hidden; }
        .content footer .m .fl p {
          font-size: 14px;
          color: #727885;
          margin-bottom: 7px; }
        .content footer .m .fl div {
          display: flex;
          align-items: center; }
          .content footer .m .fl div img {
            margin-right: 5px; }
          .content footer .m .fl div span {
            font-size: 14px;
            color: #727885; }
            .content footer .m .fl div span a {
              color: #727885; }
  .content .footer {
    overflow: hidden;
    width: 100%;
    background: #161616;
    padding: 35px 0;
    padding-bottom: 0; }
    .content .footer .m {
      width: 1200px;
      overflow: hidden;
      margin: 0 auto; }
      .content .footer .m .bot {
        overflow: hidden;
        margin-top: 30px; }
        .content .footer .m .bot > ul {
          overflow: hidden;
          display: flex;
          align-items: center;
          border-bottom: 1px solid #202020; }
          .content .footer .m .bot > ul li {
            cursor: pointer;
            font-size: 14px;
            color: #858585;
            display: flex;
            align-items: center;
            position: relative;
            height: 50px;
            margin-right: 37px; }
            .content .footer .m .bot > ul li.on::after {
              width: 100%; }
            .content .footer .m .bot > ul li::after {
              content: '';
              width: 0%;
              height: 2px;
              transition: all .3s;
              background: #BB3228;
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              bottom: 0; }
        .content .footer .m .bot .fade {
          overflow: hidden; }
          .content .footer .m .bot .fade .item {
            overflow: hidden;
            width: 100%;
            padding: 20px 0; }
            .content .footer .m .bot .fade .item ul {
              overflow: hidden;
              display: flex;
              flex-wrap: wrap; }
              .content .footer .m .bot .fade .item ul li {
                font-size: 14px;
                color: #404041;
                margin-right: 28px;
                line-height: 24px; }
                .content .footer .m .bot .fade .item ul li a {
                  color: #404041; }
      .content .footer .m .top {
        overflow: hidden;
        display: flex;
        justify-content: space-between; }
        .content .footer .m .top .fr {
          overflow: hidden;
          display: flex; }
          .content .footer .m .top .fr ul {
            overflow: hidden;
            margin-left: 158px; }
            .content .footer .m .top .fr ul:first-child {
              margin-left: 0; }
            .content .footer .m .top .fr ul li {
              font-size: 15px;
              color: #fff; }
              .content .footer .m .top .fr ul li:first-child {
                margin-bottom: 28px; }
              .content .footer .m .top .fr ul li a {
                display: block;
                font-size: 15px;
                color: #606364;
                line-height: 36px; }
        .content .footer .m .top .fl {
          overflow: hidden; }
          .content .footer .m .top .fl .icon {
            overflow: hidden;
            padding-left: 37px; }
            .content .footer .m .top .fl .icon div {
              overflow: hidden;
              display: flex;
              align-items: center;
              margin-top: 20px; }
              .content .footer .m .top .fl .icon div img {
                display: block; }
              .content .footer .m .top .fl .icon div span {
                font-size: 15px;
                margin-left: 8px;
                color: #C9CBC4; }
          .content .footer .m .top .fl .tel {
            align-items: flex-start;
            display: flex; }
            .content .footer .m .top .fl .tel img {
              display: block; }
            .content .footer .m .top .fl .tel div {
              overflow: hidden;
              margin-left: 28px; }
              .content .footer .m .top .fl .tel div p {
                font-size: 15px;
                color: #fff;
                margin-bottom: 7px; }
              .content .footer .m .top .fl .tel div span {
                display: block;
                font-size: 22px;
                color: #fff;
                line-height: 1;
                margin-bottom: 18px; }
              .content .footer .m .top .fl .tel div em {
                font-size: 13px;
                color: #555454;
                display: block; }
  .content .contact {
    overflow: hidden;
    width: 100%;
    background: #F4F4F4;
    padding: 70px 0 90px 0; }
    .content .contact .m {
      width: 1200px;
      overflow: hidden;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      .content .contact .m .form {
        overflow: hidden;
        width: 475px; }
        .content .contact .m .form input {
          width: 100%;
          height: 62px;
          background: #fff;
          border: none;
          font-size: 17px;
          color: #333;
          border-radius: 3px;
          border: 1px solid #E5E5E5;
          margin-bottom: 10px;
          padding-left: 25px; }
        .content .contact .m .form .submit {
          overflow: hidden;
          width: 100%;
          height: 60px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #C60010;
          font-size: 20px;
          cursor: pointer;
          color: #fff;
          border-radius: 40px; }
        .content .contact .m .form textarea {
          width: 100%;
          height: 140px;
          padding: 15px 25px;
          box-sizing: border-box;
          outline: none;
          background: #fff;
          border: none;
          font-size: 17px;
          color: #333;
          border-radius: 3px;
          border: 1px solid #E5E5E5;
          margin-bottom: 10px;
          resize: none; }
      .content .contact .m .font {
        overflow: hidden;
        width: calc(100% - 500px); }
        .content .contact .m .font p {
          font-size: 26px;
          color: #333;
          margin-bottom: 18px; }
        .content .contact .m .font span {
          display: block;
          font-size: 16px;
          color: #64635A;
          margin-bottom: 115px; }
        .content .contact .m .font em {
          display: block;
          font-size: 16px;
          color: #6E7377;
          margin-bottom: 30px; }
        .content .contact .m .font i {
          display: block;
          font-size: 38px;
          color: #C5153A;
          margin-bottom: 12px;
          line-height: 1; }
  .content .main_process {
    overflow: hidden;
    width: 100%;
    padding: 40px 0; }
    .content .main_process .m {
      width: 1200px;
      margin: 0 auto; }
      .content .main_process .m ul {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap; }
        .content .main_process .m ul li {
          overflow: hidden;
          width: 24%;
          margin-right: 1.3%;
          margin-top: 60px;
          border: 1px solid #ABABAB; }
          .content .main_process .m ul li:hover .pic img {
            transform: scale(1.04); }
          .content .main_process .m ul li:hover .info div {
            background: #9F837E;
            color: #fff; }
          .content .main_process .m ul li:nth-child(4n) {
            margin-right: 0; }
          .content .main_process .m ul li .pic {
            overflow: hidden;
            width: 100%; }
            .content .main_process .m ul li .pic img {
              display: block;
              width: 100%;
              transition: all .5s; }
          .content .main_process .m ul li .info {
            overflow: hidden;
            width: 100%;
            padding: 20px 0; }
            .content .main_process .m ul li .info p {
              text-align: center;
              font-size: 20px;
              color: #000;
              text-align: center;
              font-weight: bold; }
            .content .main_process .m ul li .info span {
              display: block;
              text-align: center;
              font-size: 14px;
              color: #333;
              line-height: 45px; }
            .content .main_process .m ul li .info div {
              overflow: hidden;
              width: 118px;
              height: 40px;
              display: flex;
              align-items: center;
              justify-content: center;
              margin: 0 auto;
              border-radius: 6px;
              border: 1px solid #9F837E;
              color: #9F837E;
              font-size: 16px;
              transition: all .1s; }
      .content .main_process .m .tong_titles2 {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center; }
        .content .main_process .m .tong_titles2 > img {
          display: block; }
        .content .main_process .m .tong_titles2 .font {
          margin: 0 34px;
          overflow: hidden; }
          .content .main_process .m .tong_titles2 .font p {
            font-size: 35px;
            font-weight: bold;
            color: #000;
            text-align: center; }
            .content .main_process .m .tong_titles2 .font p span {
              font-weight: bold;
              color: #A14945; }
          .content .main_process .m .tong_titles2 .font div {
            width: 323px;
            height: 1px;
            margin: 10px auto;
            background: #333; }
          .content .main_process .m .tong_titles2 .font em {
            display: block;
            font-size: 18px;
            color: #333;
            text-align: center; }
  .content .banner {
    overflow: hidden;
    width: 100%;
    position: relative; }
    .content .banner img {
      display: block;
      width: 100%; }
  .content .tong_titles {
    overflow: hidden; }
    .content .tong_titles p {
      text-align: center;
      font-size: 40px;
      color: #000;
      font-weight: bold; }
    .content .tong_titles span {
      display: block;
      text-align: center;
      font-size: 24px;
      color: #989596;
      margin-top: 15px; }
  .content .main_news {
    overflow: hidden;
    width: 100%;
    padding-bottom: 80px; }
    .content .main_news .m {
      width: 1200px;
      margin: 0 auto; }
      .content .main_news .m .des {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap; }
        .content .main_news .m .des li {
          overflow: hidden;
          cursor: pointer;
          width: 144px;
          height: 38px;
          border-radius: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 16px;
          transition: all .1s;
          margin: 0 5px;
          margin-top: 70px;
          color: #A2A3A0; }
          .content .main_news .m .des li.on {
            background: #C83226;
            color: #fff; }
          .content .main_news .m .des li:hover {
            background: #C83226;
            color: #fff; }
      .content .main_news .m .box {
        display: flex;
        justify-content: space-between;
        margin-top: 62px; }
        .content .main_news .m .box .midden {
          overflow: hidden;
          width: 38%;
          background: #F5F5F5;
          border-top: 5px solid #C83224;
          padding: 20px;
          padding-bottom: 0; }
          .content .main_news .m .box .midden .news2 {
            overflow: hidden;
            margin-top: 10px; }
            .content .main_news .m .box .midden .news2 li {
              overflow: hidden;
              width: 100%;
              border-top: 1px solid #EFEFEF; }
              .content .main_news .m .box .midden .news2 li a {
                display: block;
                line-height: 40px;
                font-size: 14px;
                color: #5B6674;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
          .content .main_news .m .box .midden .tit {
            display: block;
            font-size: 20px;
            color: #C02317;
            font-weight: bold; }
          .content .main_news .m .box .midden .news1 {
            overflow: hidden; }
            .content .main_news .m .box .midden .news1 li {
              overflow: hidden;
              width: 100%;
              background: #FFFFFF;
              padding: 12px 10px;
              margin-bottom: 20px; }
              .content .main_news .m .box .midden .news1 li p {
                font-size: 18px;
                color: #000;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-weight: bold;
                margin-bottom: 8px; }
              .content .main_news .m .box .midden .news1 li span {
                font-size: 14px;
                color: #4A4F5C;
                line-height: 1.6;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden; }
        .content .main_news .m .box .right {
          overflow: hidden;
          width: 30%;
          background: #F5F5F5;
          border-top: 5px solid #C83224; }
          .content .main_news .m .box .right .info {
            overflow: hidden;
            padding: 23px 20px 0 20px; }
            .content .main_news .m .box .right .info ul {
              overflow: hidden;
              margin-top: 10px; }
              .content .main_news .m .box .right .info ul li {
                overflow: hidden;
                width: 100%;
                border-top: 1px solid #EFEFEF; }
                .content .main_news .m .box .right .info ul li a {
                  display: block;
                  line-height: 40px;
                  font-size: 14px;
                  color: #5B6674;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
            .content .main_news .m .box .right .info p {
              display: block;
              font-size: 20px;
              color: #C02317;
              font-weight: bold; }
          .content .main_news .m .box .right .pic {
            overflow: hidden;
            width: 100%;
            position: relative; }
            .content .main_news .m .box .right .pic img {
              display: block;
              width: 100%; }
            .content .main_news .m .box .right .pic span {
              width: 100%;
              display: flex;
              align-items: center;
              font-size: 16px;
              height: 47px;
              color: #fff;
              background: rgba(0, 0, 0, 0.3);
              padding: 0 10px;
              box-sizing: border-box;
              position: absolute;
              left: 0;
              bottom: 0; }
        .content .main_news .m .box .left {
          width: 29%;
          background: #fff;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
          .content .main_news .m .box .left .pic {
            overflow: hidden;
            width: 100%; }
            .content .main_news .m .box .left .pic img {
              display: block;
              width: 100%; }
          .content .main_news .m .box .left .info {
            overflow: hidden;
            padding: 30px 5%; }
            .content .main_news .m .box .left .info p {
              font-size: 18px;
              color: #374A5C;
              line-height: 1.66;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden; }
            .content .main_news .m .box .left .info .icon {
              display: flex;
              align-items: center;
              margin-top: 26px; }
              .content .main_news .m .box .left .info .icon div {
                overflow: hidden;
                margin-right: 20px;
                display: flex;
                align-items: center; }
                .content .main_news .m .box .left .info .icon div span {
                  font-size: 16px;
                  margin-left: 5px;
                  color: #5d6d7a; }
      .content .main_news .m .tong_titles1 {
        overflow: hidden; }
        .content .main_news .m .tong_titles1 em {
          display: block;
          font-size: 38px;
          line-height: 1;
          color: #273D4C; }
        .content .main_news .m .tong_titles1 div {
          overflow: hidden;
          display: flex;
          align-items: center;
          margin-bottom: 33px; }
          .content .main_news .m .tong_titles1 div span {
            display: block;
            width: 32px;
            height: 2px;
            background: #C5251C;
            margin-right: 26px; }
          .content .main_news .m .tong_titles1 div p {
            font-size: 26px;
            color: #C5251C;
            font-weight: bold; }
  .content .main_lawyer {
    overflow: hidden;
    width: 100%;
    padding: 50px 0 100px 0; }
    .content .main_lawyer .m {
      width: 1200px;
      margin: 0 auto; }
      .content .main_lawyer .m .box {
        width: 100%;
        padding: 40px 0;
        display: flex;
        position: relative;
        justify-content: space-between; }
        .content .main_lawyer .m .box .swiper {
          width: 100%;
          overflow: hidden; }
          .content .main_lawyer .m .box .swiper .swiper-slide {
            padding: 15px;
            display: flex;
            justify-content: space-between; }
            .content .main_lawyer .m .box .swiper .swiper-slide .item {
              overflow: hidden;
              width: 48%;
              background: #fff;
              border-radius: 4px;
              box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
              display: flex;
              box-sizing: border-box;
              padding: 33px;
              justify-content: space-between; }
              .content .main_lawyer .m .box .swiper .swiper-slide .item .pic {
                overflow: hidden;
                width: 215px; }
                .content .main_lawyer .m .box .swiper .swiper-slide .item .pic img {
                  display: block;
                  width: 100%; }
              .content .main_lawyer .m .box .swiper .swiper-slide .item .grow {
                overflow: hidden;
                width: calc(100% - 215px - 50px);
                position: relative; }
                .content .main_lawyer .m .box .swiper .swiper-slide .item .grow .btn {
                  overflow: hidden;
                  display: flex;
                  width: 100%;
                  position: absolute;
                  left: 0;
                  bottom: 0;
                  justify-content: space-between;
                  align-items: center; }
                  .content .main_lawyer .m .box .swiper .swiper-slide .item .grow .btn div {
                    overflow: hidden;
                    width: 45%;
                    transition: all .1s;
                    height: 48px;
                    border-radius: 4px;
                    border: 1px solid #5F9EFF; }
                    .content .main_lawyer .m .box .swiper .swiper-slide .item .grow .btn div:hover {
                      background: #5F9EFF; }
                      .content .main_lawyer .m .box .swiper .swiper-slide .item .grow .btn div:hover a {
                        color: #fff; }
                    .content .main_lawyer .m .box .swiper .swiper-slide .item .grow .btn div:last-child {
                      border: 1px solid #F2A833; }
                      .content .main_lawyer .m .box .swiper .swiper-slide .item .grow .btn div:last-child a {
                        color: #F2A833; }
                      .content .main_lawyer .m .box .swiper .swiper-slide .item .grow .btn div:last-child:hover {
                        background: #F2A833; }
                        .content .main_lawyer .m .box .swiper .swiper-slide .item .grow .btn div:last-child:hover a {
                          color: #fff; }
                    .content .main_lawyer .m .box .swiper .swiper-slide .item .grow .btn div a {
                      width: 100%;
                      height: 100%;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      font-size: 15px;
                      font-weight: bold;
                      color: #5F9EFF; }
                .content .main_lawyer .m .box .swiper .swiper-slide .item .grow p {
                  font-size: 22px;
                  color: #333;
                  margin-bottom: 20px; }
                .content .main_lawyer .m .box .swiper .swiper-slide .item .grow span {
                  display: block;
                  font-size: 16px;
                  color: #666;
                  line-height: 1.8; }
  .content .main_abouts {
    overflow: hidden;
    width: 100%;
    background: #EEEEEE;
    padding: 85px 0 75px 0; }
    .content .main_abouts .m {
      width: 1200px;
      margin: 0 auto; }
      .content .main_abouts .m > p {
        font-size: 18px;
        color: #666;
        line-height: 1.8;
        margin-top: 40px; }
      .content .main_abouts .m .tel {
        overflow: hidden;
        width: 400px;
        margin: 0 auto;
        margin-top: 38px;
        height: 52px;
        border: 2px solid #C83224;
        display: flex;
        align-items: center;
        position: relative;
        border-radius: 6px; }
        .content .main_abouts .m .tel p {
          width: calc(100% - 100px);
          display: flex;
          justify-content: center;
          font-size: 16px;
          color: #666; }
          .content .main_abouts .m .tel p span {
            color: #C83224; }
        .content .main_abouts .m .tel div {
          overflow: hidden;
          height: 100%;
          width: 100px;
          background: #C83224; }
          .content .main_abouts .m .tel div a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            font-size: 16px;
            color: #fff; }
  .content .main_case {
    overflow: hidden;
    width: 100%; }
    .content .main_case .m {
      width: 1200px;
      margin: 0 auto;
      padding-bottom: 60px; }
      .content .main_case .m .des {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap; }
        .content .main_case .m .des li {
          overflow: hidden;
          cursor: pointer;
          width: 144px;
          height: 38px;
          border-radius: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 16px;
          transition: all .1s;
          margin: 0 5px;
          margin-top: 40px;
          color: #A2A3A0; }
          .content .main_case .m .des li.on {
            background: #589AFF;
            color: #fff; }
          .content .main_case .m .des li:hover {
            background: #589AFF;
            color: #fff; }
      .content .main_case .m .more {
        overflow: hidden;
        width: 170px;
        height: 42px;
        margin: 0 auto;
        transition: all .2s;
        border-radius: 50px;
        border: 1px solid #56AFF6;
        margin-top: 50px; }
        .content .main_case .m .more a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          font-size: 16px;
          color: #56AFF6; }
          .content .main_case .m .more a img {
            display: block;
            margin-left: 3px; }
      .content .main_case .m .list {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap; }
        .content .main_case .m .list li {
          overflow: hidden;
          width: 24%;
          margin-right: 1.3%;
          margin-top: 40px;
          padding-bottom: 10px;
          border-bottom: 1px solid #56AFF6; }
          .content .main_case .m .list li:nth-child(4n) {
            margin-right: 0; }
          .content .main_case .m .list li:hover .pic img {
            transform: scale(1.04); }
          .content .main_case .m .list li .pic {
            overflow: hidden;
            width: 100%;
            margin-bottom: 10px; }
            .content .main_case .m .list li .pic img {
              display: block;
              width: 100%;
              transition: all .5s; }
          .content .main_case .m .list li p {
            font-size: 18px;
            color: #000;
            margin-bottom: 12px;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .content .main_case .m .list li span {
            display: block;
            font-size: 15px;
            color: #AAABA9;
            line-height: 1.8;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden; }
  .content .tong_titles {
    overflow: hidden;
    width: 100%; }
    .content .tong_titles p {
      text-align: center;
      font-size: 30px;
      color: #333;
      font-weight: bold;
      margin-bottom: 14px; }
    .content .tong_titles span {
      display: block;
      text-align: center;
      font-size: 18px;
      color: #5F606D; }
  .content .main_pracice {
    overflow: hidden;
    width: 100%; }
    .content .main_pracice .m {
      width: 1200px;
      margin: 0 auto; }
      .content .main_pracice .m ul {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 60px;
        margin-top: 38px; }
        .content .main_pracice .m ul li {
          overflow: hidden;
          width: 24%;
          background: #fff;
          border-radius: 3px;
          margin-right: 1.3%;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          margin-top: 20px;
          position: relative; }
          .content .main_pracice .m ul li a {
            display: block;
            width: 100%;
            padding: 30px 0 27px 27px;
            box-sizing: border-box; }
            .content .main_pracice .m ul li a img {
              display: block;
              position: absolute;
              width: 100px;
              right: 0;
              top: 0; }
            .content .main_pracice .m ul li a p {
              font-size: 22px;
              font-weight: bold;
              color: #000; }
            .content .main_pracice .m ul li a .des {
              overflow: hidden;
              display: flex;
              margin-top: 12px;
              flex-wrap: wrap; }
              .content .main_pracice .m ul li a .des div {
                display: flex;
                align-items: center;
                margin-top: 7px;
                width: 50%; }
                .content .main_pracice .m ul li a .des div span {
                  display: block;
                  width: 8px;
                  height: 8px;
                  border-radius: 50%;
                  border: 2px solid #5374FA; }
                .content .main_pracice .m ul li a .des div em {
                  color: #666;
                  font-size: 16px;
                  margin-left: 9px; }
            .content .main_pracice .m ul li a .btn {
              overflow: hidden;
              width: 150px;
              height: 40px;
              background: #F1F3FF;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 40px;
              font-size: 18px;
              font-weight: bold;
              box-shadow: 0 0 3px #FDFDFF;
              margin-top: 20px;
              color: #256AFE; }
          .content .main_pracice .m ul li:nth-child(4n) {
            margin-right: 0; }
      .content .main_pracice .m .tong_title {
        overflow: hidden; }
        .content .main_pracice .m .tong_title span {
          display: block;
          text-align: center;
          line-height: 1;
          font-size: 40px;
          color: #274054; }
        .content .main_pracice .m .tong_title .t {
          display: flex;
          margin-bottom: 24px;
          align-items: center;
          justify-content: center; }
          .content .main_pracice .m .tong_title .t div {
            width: 32px;
            height: 1px;
            background: #C63123; }
          .content .main_pracice .m .tong_title .t p {
            font-size: 26px;
            color: #C63123;
            font-weight: bold;
            margin: 0 26px; }
  .content .main_about {
    overflow: hidden;
    width: 100%;
    padding: 88px 0; }
    .content .main_about .m {
      width: 1200px;
      overflow: hidden;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      .content .main_about .m .pic {
        overflow: hidden;
        width: 560px; }
        .content .main_about .m .pic img {
          display: block;
          width: 100%; }
      .content .main_about .m .grow {
        overflow: hidden;
        width: calc(100% - 560px - 35px); }
        .content .main_about .m .grow > p {
          font-size: 24px;
          color: #333;
          margin-bottom: 20px; }
          .content .main_about .m .grow > p span {
            color: #CFA96B; }
        .content .main_about .m .grow > span {
          display: block;
          font-size: 16px;
          color: #5d6d7a;
          margin-bottom: 20px;
          line-height: 30px;
          margin-top: 20px; }
        .content .main_about .m .grow .font {
          overflow: hidden;
          margin-top: 30px; }
          .content .main_about .m .grow .font div {
            display: flex;
            padding: 4px 0;
            align-items: center; }
            .content .main_about .m .grow .font div span {
              font-size: 16px;
              color: #5d6d7a;
              margin-left: 20px; }
        .content .main_about .m .grow ul {
          overflow: hidden;
          display: flex;
          margin-top: 50px; }
          .content .main_about .m .grow ul li {
            overflow: hidden;
            width: 33.33%;
            position: relative; }
            .content .main_about .m .grow ul li::after {
              content: '';
              width: 1px;
              height: 76px;
              background: #F1F1F1;
              position: absolute;
              right: 0;
              top: 50%;
              transform: translateY(-50%); }
            .content .main_about .m .grow ul li:last-child::after {
              display: none; }
            .content .main_about .m .grow ul li p {
              font-size: 24px;
              line-height: 1;
              color: #C72B1C;
              margin-bottom: 16px;
              text-align: center;
              font-weight: bold; }
            .content .main_about .m .grow ul li span {
              display: block;
              font-size: 16px;
              text-align: center;
              color: #73818C;
              text-align: center; }

@media (max-width: 1300px) {
  .m {
    width: 90% !important; }

  .content .navbar .m > li > a {
    font-size: 14px;
    padding: 0 13px; }

  .content .main_about .m .grow > span {
    font-size: 16px; }

  .content .main_pracice .m ul li a img {
    width: 80px; }

  .content .main_pracice .m ul li a p {
    font-size: 20px; }

  .content .main_pracice .m ul li a .des div em {
    font-size: 14px; }

  .content .main_pracice .m ul li a .btn {
    font-size: 16px; }

  .content .tong_titles p {
    font-size: 25px; }

  .content .tong_titles span {
    font-size: 15px; } }
@media (max-width: 800px) {
  .m {
    width: calc(100% - .6rem) !important;
    margin: 0 auto; }

  .null {
    height: 1.2rem; }

  .content .header .m .top {
    display: none; }

  .content .header .m .bottom {
    height: 1.2rem;
    position: fixed;
    padding: 0 .3rem;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

  .content .header .m .bottom .logo {
    width: 2.6rem; }

  .content .header .m .bottom .search {
    display: none; }

  .content .navbar {
    display: none; }

  .content .main_about {
    padding: .6rem 0; }

  .content .main_about .m {
    display: block;
    width: 100%; }

  .content .main_about .m .pic {
    width: 100%; }

  .content .main_about .m .pic img {
    width: 60%;
    margin: 0 auto; }

  .content .main_about .m .grow {
    width: 100%; }

  .content .main_about .m .grow > p {
    margin-top: .3rem;
    font-size: .33rem;
    font-weight: bold; }

  .content .main_about .m .grow .font {
    margin-top: .3rem; }

  .content .main_about .m .grow .font div img {
    width: .3rem; }

  .content .main_about .m .grow .font div span {
    font-size: .26rem;
    margin-left: .2rem; }

  .content .main_about .m .grow > p span {
    font-weight: bold; }

  .content .main_about .m .grow > span {
    font-size: .26rem;
    line-height: 1.6;
    margin-top: .3rem; }

  .content .main_about .m .grow ul {
    margin-top: .5rem; }

  .content .main_about .m .grow ul li p {
    font-size: .33rem;
    margin-bottom: .2rem; }

  .content .main_about .m .grow ul li span {
    font-size: .26rem; }

  .content .main_pracice {
    padding: .6rem 0; }

  .content .main_pracice .m .tong_title .t {
    margin-bottom: .3rem; }

  .content .main_pracice .m .tong_title span {
    font-size: .38rem; }

  .content .main_pracice .m .tong_title .t p {
    font-size: .33rem;
    margin: 0 .15rem; }

  .content .main_pracice .m ul {
    margin: 0;
    display: flex;
    padding-bottom: 0;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .5rem; }

  .content .main_pracice .m ul li {
    width: 100%;
    margin: 0;
    margin-top: .3rem; }

  .content .main_pracice .m ul li a img {
    width: 1.5rem; }

  .content .main_pracice .m ul li a {
    padding: .35rem; }

  .content .main_pracice .m ul li a p {
    font-size: .33rem; }

  .content .main_pracice .m ul li a .des {
    margin-top: .1rem; }

  .content .main_pracice .m ul li a .des div {
    margin-top: .2rem; }

  .content .main_pracice .m ul li a .des div span {
    width: .15rem;
    height: .15rem; }

  .content .main_pracice .m ul li a .des div em {
    font-size: .26rem; }

  .content .main_pracice .m ul li a .btn {
    margin: 0 auto;
    margin-top: .3rem;
    font-size: .28rem;
    margin-top: .5rem; }

  .content .main_case {
    padding: .6rem 0; }

  .content .tong_titles p {
    font-size: .33rem;
    margin-bottom: .3rem; }

  .content .tong_titles span {
    font-size: .26rem; }

  .content .main_news .m .des {
    justify-content: flex-start;
    margin-top: .3rem; }
    .content .main_news .m .des li {
      width: 30%;
      height: .8rem;
      font-size: .26rem;
      margin: 0;
      margin-right: 5%;
      margin-top: .3rem; }
      .content .main_news .m .des li:nth-child(3n) {
        margin-right: 0; }

  .content .main_news .m .box {
    margin-top: .5rem;
    display: block; }

  .content .main_news .m .box .left {
    width: 100%; }

  .content .main_news .m .box .left .info {
    padding: .3rem; }

  .content .main_news .m .box .left .info p {
    font-size: .28rem; }

  .content .main_news .m .box .left .info .icon {
    margin-top: .3rem; }

  .content .main_news .m .box .left .info .icon div img {
    width: .35rem; }
  .content .main_news .m .box .left .info .icon div span {
    font-size: .26rem; }

  .content .main_news .m .box .midden {
    width: 100%;
    margin-top: .3rem;
    padding: .3rem; }

  .content .main_news .m .box .midden .news1 li {
    padding: .15rem;
    margin-bottom: .3rem; }

  .content .main_news .m .box .midden .tit {
    font-size: .3rem; }

  .content .main_news .m .box .midden .news2 li a {
    font-size: .26rem;
    height: .66rem;
    line-height: .66rem; }

  .content .main_news .m .box .right {
    width: 100%;
    margin-top: .3rem; }

  .content .main_news .m .box .right .pic span {
    font-size: .26rem;
    height: .6rem; }

  .content .main_news .m .box .right .info {
    padding: .3rem; }

  .content .main_process {
    padding: .6rem 0; }

  .content .main_process .m .tong_titles2 > img {
    width: .5rem; }

  .content .main_process .m .tong_titles2 .font {
    margin: 0 .3rem; }

  .content .main_process .m .tong_titles2 .font p {
    font-size: .33rem; }

  .content .main_process .m .tong_titles2 .font div {
    width: 4rem;
    margin: .2rem auto; }

  .content .main_process .m .tong_titles2 .font em {
    font-size: .26rem; }

  .content .main_news {
    padding-bottom: 0; }

  .content .main_news .m .box .right .info p {
    font-size: .3rem; }

  .content .main_news .m .box .right .info ul li a {
    height: .66rem;
    font-size: .26rem;
    line-height: .66rem; }

  .content .main_news .m .box .midden .news1 li p {
    font-size: .28rem;
    margin-bottom: .1rem; }

  .content .main_news .m .box .midden .news1 li span {
    font-size: .24rem; }

  .content .main_case .m .des {
    justify-content: flex-start; }

  .content .main_case .m .des li {
    width: 30%;
    height: .8rem;
    font-size: .26rem;
    margin: 0;
    margin-right: 5%;
    margin-top: .3rem; }
    .content .main_case .m .des li:nth-child(3n) {
      margin-right: 0; }

  .content .main_case .m .more {
    width: 4rem;
    height: .8rem;
    margin-top: .6rem; }

  .content .main_abouts {
    padding: .6rem 0; }

  .content .main_abouts .m > p {
    font-size: .26rem;
    line-height: 1.8;
    margin-top: .1rem; }

  .content .main_abouts .m .tel {
    width: 100%;
    margin-top: .3rem;
    height: auto;
    display: flex; }

  .content .main_abouts .m .tel p {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: .28rem;
    width: 70%;
    justify-content: center; }

  .content .main_abouts .m .tel div {
    width: 30%;
    height: 1rem;
    font-size: .26rem; }

  .content .main_abouts .m .tel div a {
    font-size: .28rem; }

  .content .main_lawyer {
    padding: .6rem 0; }

  .content .main_lawyer .m .box .swiper .swiper-slide {
    width: 100%;
    display: block;
    padding: 0; }

  .content .main_lawyer .m .box .swiper .swiper-slide .item {
    padding: .3rem 0;
    width: 100%;
    box-shadow: none;
    border-top: 1px solid #EEEEEE;
    display: flex; }

  .content .main_lawyer .m .box .swiper .swiper-slide .item .grow {
    width: 4.5rem;
    padding: 0 0; }

  .content .main_lawyer .m .box .swiper .swiper-slide .item .grow p {
    font-size: .28rem;
    margin-bottom: .2rem; }

  .content .main_lawyer .m .box .swiper .swiper-slide .item .grow span {
    font-size: .24rem;
    line-height: 1.6; }

  .content .main_lawyer .m .box .swiper .swiper-slide .item .grow .btn {
    position: static;
    display: flex; }

  .content .main_lawyer .m .box .swiper .swiper-slide .item .grow .btn div {
    width: 45%;
    margin-top: .2rem;
    height: .6rem;
    font-size: .24rem; }

  .content .main_lawyer .m .box .swiper .swiper-slide .item .grow .btn div a {
    font-size: .28rem; }

  .content .main_lawyer .m .box .swiper .swiper-slide .item .pic {
    width: 2rem; }

  .content .main_process .m .tong_titles2 {
    margin-bottom: .5rem; }

  .content .main_news .m .tong_titles1 div {
    margin-bottom: .3rem; }

  .content .main_news .m .tong_titles1 div p {
    font-size: .33rem; }

  .content .main_news .m .tong_titles1 div span {
    width: .4rem;
    margin-right: .3rem; }

  .content .main_news .m .tong_titles1 em {
    font-size: .33rem; }

  .content .main_case .m {
    padding-bottom: .3rem; }

  .content .main_case .m .more a {
    font-size: .28rem; }

  .content .main_case .m .list {
    justify-content: space-between; }

  .content .main_case .m .list li {
    width: 48%;
    margin-top: .3rem; }

  .content .main_case .m .list li p {
    font-size: .28rem;
    margin-bottom: .1rem; }

  .content .main_case .m .list li span {
    font-size: .24rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }

  .content .main_process .m ul {
    justify-content: space-between; }

  .content .main_process .m ul li {
    width: 49%;
    margin: 0;
    margin-top: .3rem; }

  .content .main_process .m ul li .info {
    padding: .3rem; }

  .content .main_process .m ul li .info p {
    font-size: .3rem; }

  .content .main_process .m ul li .info span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .24rem; }

  .content .main_process .m ul li .info div {
    width: 2.2rem;
    height: .8rem;
    font-size: .28rem; }

  .content .contact {
    padding: .6rem 0; }

  .content .contact .m {
    display: block;
    width: 100%; }

  .content .contact .m .font {
    width: 100%; }

  .content .contact .m .font p {
    font-size: .3rem;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: .2rem; }

  .content .contact .m .font span {
    font-size: .26rem;
    margin-bottom: 1rem; }

  .content .contact .m .form {
    width: 100%; }

  .content .contact .m .font em {
    font-size: .28rem;
    margin-bottom: .2rem; }

  .content .contact .m .font i {
    font-size: .33rem;
    font-weight: bold;
    margin-bottom: .2rem; }

  .content .contact .m .form input {
    height: 1rem;
    font-size: .28rem;
    padding-left: .3rem; }

  .content .contact .m .form textarea {
    font-size: .28rem;
    padding: .3rem; }

  .content .contact .m .form .submit {
    height: 1rem;
    font-size: .3rem; }

  .content .footer {
    padding: .6rem 0; }

  .content .footer .m .top {
    display: block; }

  .content .footer .m .top .fl {
    width: 100%;
    float: none;
    display: block; }

  .content .footer .m .top .fl .tel {
    display: block;
    width: 100%; }

  .content .footer .m .top .fl .tel img {
    width: .6rem;
    margin: 0 auto;
    margin-bottom: .3rem; }

  .content .footer .m .top .fl .tel div {
    width: 100%;
    margin: 0; }
    .content .footer .m .top .fl .tel div p {
      text-align: center;
      font-size: .26rem; }

  .content .footer .m .top .fl .icon div img {
    width: .23rem; }

  .content .footer .m .top .fl .tel div span {
    font-size: .33rem;
    text-align: center;
    margin-bottom: .2rem; }

  .content .footer .m .top .fl .tel div em {
    font-size: .26rem;
    text-align: center; }

  .content .footer .m .top .fl .icon {
    padding: 0; }
    .content .footer .m .top .fl .icon div {
      justify-content: center;
      margin-top: .3rem; }
      .content .footer .m .top .fl .icon div span {
        font-size: .26rem; }

  .content .footer .m .top .fr {
    display: none; }

  .content .footer .m .bot {
    display: none; }

  .content footer .m {
    padding: .3rem 0;
    display: block; }

  .content footer .m .fl {
    width: 100%;
    float: none; }

  .content footer .m .fl p {
    font-size: .24rem;
    text-align: center; }

  .content footer .m .fl div {
    justify-content: center; }

  .content footer .m .fl div span {
    font-size: .24rem; }

  .content footer .m ul {
    justify-content: center;
    margin-top: .3rem; }

  .content footer .m ul li {
    font-size: .24rem; }

  .content .main_case .m .des li {
    border: 1px solid #ddd;
    height: .7rem; }

  .content .main_news .m .des li {
    border: 1px solid #ddd;
    height: .7rem; }

  .mobile_navbar {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    display: none; }

  .mobile_navbar .box {
    width: 70%;
    position: absolute;
    right: -70%;
    top: 0;
    overflow: auto;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

  .mobile_navbar .box ul {
    overflow: hidden; }

  .mobile_navbar .box ul li {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #ECECEC; }

  .mobile_navbar .box ul li > a {
    display: flex;
    align-items: center;
    height: 100%;
    height: .9rem;
    padding-right: .2rem;
    padding-left: .3rem;
    font-size: .28rem;
    color: #333;
    justify-content: space-between; }

  .mobile_navbar .box ul li > a.on img {
    transform: rotate(90deg); }

  .mobile_navbar .box ul li > a img {
    transition: all .2s; }

  .childer {
    overflow: hidden;
    padding-left: .3rem;
    display: none; }

  .childer a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ECECEC;
    height: 100%;
    height: .9rem;
    padding-left: .5rem;
    font-size: .26rem;
    color: #333; }

  .childer a:last-child {
    border: none; }

  .mobile_navbar .box > img {
    width: .4rem;
    margin: .3rem;
    float: right; }

  .mobile_navbar .box ul li div {
    display: none; }

  .mobile_navbar .box ul li div a {
    display: flex;
    align-items: center;
    height: 1rem;
    padding-left: .6rem;
    color: #9D9EA5;
    font-size: .28rem; }

  .menu {
    width: .55rem;
    display: block; }

  .footer_null {
    height: 1rem; }

  .mobile_footer {
    height: 1rem;
    width: 100%;
    position: fixed;
    background: #C72B1C;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 999; }
    .mobile_footer a {
      height: 100%;
      width: 25%;
      overflow: hidden;
      box-sizing: border-box;
      padding-top: .1rem; }
      .mobile_footer a img {
        width: .45rem;
        margin: 0 auto;
        display: block;
        margin-bottom: .06rem; }
      .mobile_footer a span {
        display: block;
        text-align: center;
        font-size: .24rem;
        color: #fff; }

  .tops {
    width: .75rem; }

  .searchs {
    width: .55rem;
    position: absolute;
    right: 1.4rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    display: block; }

  .seach_fadein {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none; }
    .seach_fadein .box {
      overflow: hidden;
      width: 6.5rem;
      height: 1rem;
      background: #fff;
      font-size: 12px;
      position: relative; }
      .seach_fadein .box input {
        width: 100%;
        height: 100%;
        background: none;
        border: none;
        outline: none;
        padding-left: .2rem;
        font-size: .26rem;
        color: #333; }
      .seach_fadein .box div {
        width: 1rem;
        height: 1rem;
        background: #c83226;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 0; }
        .seach_fadein .box div img {
          width: .5rem; } }

/*# sourceMappingURL=css.css.map */
