﻿/* body{
  font-family: '微软雅黑';
} */

/* chrome 和 safari */
body::-webkit-scrollbar {
  width: 0 !important
}

/* ie10+ */
body {
  -ms-overflow-style: none;
}

/* firefox */
body {
  overflow: -moz-scrollbars-none;
}

.bgblue {
  background: rgba(13, 62, 128);
  background-image: none !important;
}

.top_default {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  z-index: 999;
  background: rgba(35, 76, 132, 0.3);
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}

.top_img {
  position: absolute;
  margin-top: 10px;
  margin-left: 20px;
}

.top_img a {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}

.top_img img {
  width: 180px;
}



.top_nav {
  float: right;
  padding-top: 24px;
  position: relative;
}

.top_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top_nav ul li {
  float: left;
  position: relative;
}

.top_nav ul li a {
  display: block;
  padding: 0 10px 0px;
  font-size: 14px;
  color: white;
  line-height: 51px;
  transition: all .2s linear 0s;
}

/* .top_nav ul li:hover a{color: #be0000;} */
/* .top_nav ul li a.active{ color: #be0000;} */

.top_nav ul li.dropdown .dropdown-menu {
  position: absolute;
  width: 180px;
  top: 100%;
  left: 0px;
  z-index: 99;
  border-top: 5px #be0000 solid;
  font-size: 12px;
  color: #666;
  border-radius: 0 0 4px 4px;
  float: left;
  list-style: none;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  display: none;
}

.top_nav ul li.dropdown .dropdown-menu li {
  float: none;
}

.top_nav ul li.dropdown .dropdown-menu li:hover {
  background: #e6e6e6;
}

.top_nav ul li.dropdown .dropdown-menu li a {
  color: #666;
  display: inline-block;
  width: 100%;
  text-align: left;
  line-height: 20px;
  height: auto;
  font-weight: normal;
  padding: 8px 10px;
  border-bottom: none;
}

.top_nav ul li.dropdown .dropdown-menu li:hover a {
  color: #444;
}

.top_icon {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
  text-align: right;
}

.top_icon a {
  display: inline-block;
  line-height: 14px;
  padding: 10px 10px 0;
  color: white;
  transition: all .2s linear 0s;
}

.top_icon a i.fa-mobile {
  font-size: 18px;
}

.top_icon a:hover {
  color: #be0000;
}



.banner_index {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 3;
}

.banner_index ul {
  margin: 0;
  padding: 0;
}

.banner_index ul li {
  display: list-item;
}

.banner_index .prev,
.banner_index .next {
  z-index: 666;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -35px;
  display: block;
  width: 30px;
  height: 60px;
  text-align: center;
  filter: alpha(opacity=30);
  opacity: 0.3;
  background: #000;
}

.banner_index .prev i,
.banner_index .next i {
  font-size: 30px;
  color: #fff;
  line-height: 60px;
}

.banner_index .next {
  left: auto;
  right: 0;
  background-position: 8px 5px;
}

.banner_index .prev:hover,
.banner_index .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.banner_index .prevStop {
  display: none;
}

.banner_index .nextStop {
  display: none;
}

.banner_scroll {
  width: 25%;
  height: 15%;
  left: 0;
  bottom: 0;
  background: #fff;
  position: absolute;
  z-index: 333;
}

.banner_index .banner_txt {
  max-width: 80%;
  /* max-width: 800px; */
  z-index: 3;
  position: absolute;
  left: 25%;
  top: 25%;
}

.banner_index .banner_txt h1 {
  font-size: 56px;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1em;
  margin: 0;
}

.banner_index .banner_txt p {
  color: #fff;
  font-size: 18px;
  line-height: 1.6em;
  margin: 30px 0;
}

.banner_index .banner_txt a {
  color: #fff;
  font-size: 14px;
  padding: 15px 60px;
  position: relative;
  display: inline-block;
  background: #be0000;
}

.banner_index .banner_txt a span {
  position: relative;
  z-index: 2;
  transition: all .3s ease-out 0s;
}

.banner_index .banner_txt a:before {
  content: "";
  background: #fff;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 0;
  z-index: 1;
  transition: all .3s ease-out 0s;
}

.banner_index .banner_txt a:hover:before {
  width: 100%;
}

.banner_index .banner_txt a:hover span {
  color: #333;
}

.banner_index .banner_txt .img1 {
  width: 80%;
  padding-bottom: 1vh;
  border-bottom: white solid 5px;
  margin-bottom: 1vh;

}

.banner_index .banner_txt .img2 {
  width: 100%;
}

.banner_index .banner_txt .img1 img {
  width: 100%;

}

.banner_index .banner_txt .img2 img {
  width: 60%;
  margin-left: 10%;
}

.banner_index .banner_txt .img1:before {
  content: "";
  background: #fff;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 0;
  z-index: 1;
  transition: all .3s ease-out 0s;
}

.banner_scroll .txt {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
}

.banner_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-size: cover;
}

.banner_bg:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 15%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all .3s linear 0s;
}

.banner_bg:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85%;
  height: 15%;
  background: rgba(0, 0, 0, 0.6);
  transition: all .3s linear 0s;
}

.banner_scroll .line {
  bottom: 80px;
  position: absolute;
  width: 1px;
  height: 150px;
  left: 152px;
  z-index: 33;
  -webkit-animation: mymove1 infinite;
  animation: mymove1 infinite;
  -webkit-animation-duration: 5s;
}

.banner_scroll a.txt {
  bottom: 30px;
  position: absolute;
  left: 143px;
  z-index: 33;
  cursor: pointer;
  /*-webkit-animation: mymove infinite; animation: mymove infinite; -webkit-animation-duration: 5s;*/
}

.banner_scroll a.txt i {
  font-size: 20px;
}

.container {
  width: 60%;
  height: 85%;
  position: relative;
}

.news_banner .banner_scroll .line {
  bottom: 60px;
}

.news_banner .banner_scroll a.txt {
  bottom: 10px;
}

.news {
  margin: 0;
  width: 100%;
  padding: 120px 0 150px;
}

.news_title {
  margin: 0;
  padding: 0 50px;
  box-sizing: border-box;
}

.news_title p {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  margin-top: 50px;
  line-height: 1em;
}

.line {
  width: 60px;
  height: 6px;
  display: inline-block;
  background: #000;
  margin-top: 10px;
}

.btn {
  width: 200px;
  margin-top: 40px;
}

.btn a {
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  display: block;
  text-align: center;
  background: rgb(43, 89, 255);
  transition: all .3s linear 0s;
}

.btn a:hover {
  background: rgb(43, 89, 255);
}

.news_main {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 30px 0;
}

.news_main li {
  box-sizing: border-box;
}

.news_main li a {
  display: block;
  border-bottom: #eee 1px solid;
}

.news_main li a:hover {
  border-bottom: red 1px solid;
}

.news_main_data p {
  font-size: 16px;
  color: #999;
  margin: 20px 0 0;
}

.news_main_main h3 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 20px 0 0;
}

.news_main_main p {
  font-size: 14px;
  color: #666;
  height: 3.2em;
  margin: 10px 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news_nav li {
  padding: 5px 0;
}

.news_nav li a {
  color: #666;
  font-size: 16px;
  text-align: center;
  display: block;
}

.news_nav li a:hover {
  color: rgb(229, 28, 35);
}

.field {
  margin: 0;
  width: 100%;
  position: relative;
  padding: 250px 0 150px;
}

.yewu_bg_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-size: cover;
  transition: all .3s linear 0s;
}

.yewu_bg_color {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 150px;
  background: rgba(255, 255, 255, 1)
}

.field_main {
  width: 100%;
  z-index: 33;
  position: relative;
}

.field_main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.field .news_title p {
  margin-top: 0;
  color: #fff;
}

.field .news_title .line {
  background: #fff;
}

.field .news_title .btn a {
  /*background:rgba(255,255,255,0); border:1px rgba(255,255,255,.5) solid;*/
}

.field .news_title .btn a:hover {
  background: rgba(255, 255, 255, .2);
}

.field_main ul li {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  border: 1px rgba(95, 126, 168) solid;
  height: 160px;
  margin-left: -1px;
  margin-bottom: -1px;
  background: rgba(19, 49, 92);
  transition: all 0.2s ease-out;
}

.field_main ul li:hover {
  color: rgb(224, 177, 27);
}

.btn-10 {
  position: relative;
  padding: 0 12px;
  margin: 0;
  font-size: 15px;
  max-width: 382.69px;
  width: 100%;
  display: table;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
}

.btn-10 span {
  color: #fff;
  margin: 0;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 2;
  transition: all .3s ease-out 0s;
}

.btn-10:before,
.btn-10:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 160px;
  background: rgba(224, 177, 27, 0.8);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn-10:after,
.btn-10 span:before {
  left: auto;
  right: 0;
}

.btn-10 span:before,
.btn-10 span:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.btn-10:hover span {
  color: #fff;
}

.btn-10:hover:before,
.btn-10:hover:after,
.btn-10:hover span:before,
.btn-10:hover span:after {
  width: 100%;
}

.btn-10:active {
  background: rgb(224, 177, 27)
}


.bottom {
  padding: 15px 50px;
  margin: 0;
  background: #000;
}

.bottom p {
  color: white;
  font-size: 12px;
  margin: 0;
}


.height_banner {
  height: 70%;
}

.height_banner .banner_bg:before {
  width: 25%;
}

.height_banner .banner_bg:after {
  width: 75%;
  height: 20%;
}

.height_banner .banner_scroll {
  height: 20%;
}

.banner_index.height_banner .banner_txt {
  width: auto;
  left: auto;
  right: calc(25% - 112px);
  bottom: 45%;
  text-align: right;
}

.banner_index.height_banner .banner_txt span {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 2em;
  margin-top: 1em;
  text-transform: Uppercase;
  display: none;
}

.page_title {
  padding-bottom: 80px;
  position: relative;
}

.page_title h1 {
  position: relative;
  font-size: 40px;
  color: #000;
  margin: 0;
  padding-bottom: 50px;
  line-height: 1em;
}

.page_title h1 span {
  font-weight: normal;
  font-size: 16px;
  color: #666;
  display: inline-block;
  margin-left: 15px;
}

.page_title h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 6px;
  background: #000;
}

.down_black_setion {
  padding: 100px 0 160px 100px;
  margin-top: 120px;
  background: rgba(33, 34, 41, .9);
  position: relative;
  z-index: 2;
}

.down_black_setion h1 {
  margin: 0;
  color: #fff;
  font-size: 40px;
  position: relative;
  padding-bottom: 50px;
  line-height: 1em;
}

.down_black_setion h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 6px;
  background: #fff;
}

.img_ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 80px;
}

.img_ul li {
  float: left;
  width: 47.5%;
  margin-right: 2.5%;
}

.img_ul li:nth-child(2n) {
  margin-left: 2.5%;
  margin-right: 0;
}

.img_ul li a {
  display: block;
  position: relative;
}

.img_ul_fix {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.img_ul_fix_img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-size: cover;
  transition: all .3s linear 0s;
  position: relative;
}

.img_ul_fix_img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: all .3s linear 0s;
}

.img_ul_word {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 50px 0;
}

.img_ul_word h2 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  position: relative;
  padding-bottom: 50px;
  line-height: 1em;
}

.img_ul_word h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 6px;
  background: #fff;
}

.img_ul li a:hover .img_ul_fix_img {
  transform: scale3d(1.05, 1.05, 1.05);
}

.img_ul li a:hover .img_ul_fix_img:after {
  background: rgba(0, 0, 0, 0.35);
}

.news_banner {
  height: 60%;
}

.news_banner .banner_txt {
  height: 400px;
  width: 400px;
  z-index: 3;
  position: absolute;
  top: 36%;
}

.news_main_index {
  padding: 200px 0 180px;
}

.main {
  padding: 100px 0;
  position: relative;
}

.main:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85%;
  height: 35%;
  max-height: 260px;
  background: rgba(0, 0, 0, 0.1);
  transition: all .3s linear 0s;
}

.main .nav_main {
  position: relative;
  z-index: 4;
}

.news_main_index .news_title p {
  font-size: 48px;
  margin: 0;
}

.news_main_index .news_title {
  padding: 0 80px;
}

.nav {
  width: 100%;
  margin: 0;
  padding: 0;
}

.nav {
  list-style: none;
  padding: 0;
}

.nav li {
  float: left;
  margin-right: 30px;
  cursor: pointer;
}

.nav li span {
  display: inline-block;
}

.nav li span {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  color: #000;
}

.nav li span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #c2c3cc;
}

.nav li.active span {
  color: #be0000;
}

.nav li.active span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #be0000;
  background: #be0000;
}

.news_page_main {
  padding: 50px 0;
  position: relative;
  z-index: 3;
}

.nav_main h1 {
  position: relative;
  padding-bottom: 30px;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  letter-spacing: 1px;
}

.nav_main h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 6px;
  background: #02030a
}

.nav_main span {
  color: #999;
  font-size: 12px;
  margin-top: 10px;
  display: block;
}

.zhaiyao {
  padding: 20px;
  background: #f7f7f7;
  margin: 40px 0;
  border-left: 3px #ccc solid;
  line-height: 2em;
  text-align: justify;
}

.zhaiyao span {
  color: #be0000;
  margin-right: 6px;
}

.news_content p {
  margin: 0;
  font-size: 14px;
  color: #666;
  text-align: justify;
}

.news_content img {
  max-width: 100%;
}

.news_content p,
.news_content span,
.news_content font {
  font-family: Arial, Microsoft yahei !important;
  font-size: 16px !important;
  line-height: 2em !important;
}


.news_data_list {
  float: right;
  margin-left: 40px;
}

.news_data_list p {
  margin: 0;
  font-size: 21px;
  font-family: helveticaneuethn, Arial;
  color: #999;
  margin-top: 4px;
  margin-bottom: 20px;
  transition: all .3s ease-out 0s;
}

.news_data_list font {
  display: block;
  border-left: 1px #e6e6e6 solid;
  margin-left: 15px;
  padding-left: 25px;
  transition: all .3s ease-out 0s;
}

.news_data_list font i {
  position: relative;
  font-size: 18px;
  color: #666;
  transition: all .3s ease-out 0s;
}

.news_data_list font i:after {
  content: "";
  position: absolute;
  left: -11px;
  top: 9px;
  height: 1px;
  width: 15px;
  background: #666;
  transition: all .3s ease-out 0s;
}

.lawyer_link_list {
  margin-bottom: 40px;
  padding: 0 50px;
  box-sizing: border-box;
}

.lawyer_link_list h3 {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px #e6e6e6 solid;
  font-size: 14px;
  color: #999;
  font-weight: normal;
}

.news_lawyer_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news_lawyer_list li {
  border-bottom: 1px #e6e6e6 solid;
  padding-top: 15px;
}

.news_lawyer_list li a {
  display: block;
  line-height: 1em;
  transition: all .3s ease-out 0s;
}

.news_lawyer_list li a:hover {
  padding-left: 12px;
}

.news_lawyer_img {
  float: left;
  margin-right: 12px;
  width: 35%;
}

.news_lawyer_txt {
  overflow: hidden;
}

.news_lawyer_txt h4 {
  margin: 0;
  margin-top: 5px;
  font-size: 15px;
  color: #666;
  margin-bottom: 5px;
}

.news_lawyer_txt em {
  font-size: 12px;
  color: #999;
  font-style: normal;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_lawyer_txt p {
  font-size: 12px;
  color: #999;
  margin: 3px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_lawyer_txt p i {
  margin-right: 5px;
}

.tag_list {
  padding: 10px 0 20px;
}

.tag_list a {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 3px 6px;
  border: 1px solid #E5E5E5;
  font-size: 12px;
  color: #666;
  border-radius: 3px;
  background: #fff;
  text-decoration: none;
  transition: all .3s ease-out 0s;
}

.tag_list a:hover {
  background: #be0000;
  color: #fff;
}

.page {
  padding-top: 150px;
  max-width: 800px;
  position: relative;
  z-index: 99;
}

.page ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page ul li {
  float: right;
}

.page ul li a {
  margin: 0;
  padding: 25px;
  border: none;
  background: #be0000;
  color: #fff;
  display: block;
}

.page ul li a:hover {
  background: #02030a;
}

.nav_main .page {
  padding-top: 80px;
}

@-webkit-keyframes mymove1 {
  from {
    height: 0;
  }

  to {
    height: 150px;
  }
}

@keyframes mymove1 {
  from {
    height: 0;
  }

  to {
    height: 150px;
  }


}



.slideBox {
  width: 100vw;
  height: 32vw;
  min-height: 250px;
  overflow: hidden;
  position: relative;
  top: 0px
}

.slideBox .bd {
  position: relative;
  width: 100%;
  height: 100% !important;
  z-index: 0;

}

.slideBox .bd ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100% !important;
  width: 100% !important;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  height: 100%;
  width: 100% !important;
  position: relative;
}


/* .slideBox .bd li:before{content: "";position: absolute;right: 0;top: 0;width: 15%;height: 100%;background: rgba(0,0,0,0.6);transition: all .3s linear 0s; z-index:2;}
.slideBox .bd li:after{content: "";position: absolute;left: 0;bottom: 0;width: 85%;height: 15%;background: rgba(0,0,0,0.6);transition: all .3s linear 0s; z-index:2;} */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 99;
  display: block;
  width: 30px;
  height: 60px;
  text-align: center;
  filter: alpha(opacity=30);
  opacity: 0.3;
  background: #000;
}

.slideBox .prev i,
.slideBox .next i {
  font-size: 30px;
  color: #fff;
  line-height: 60px;
}

.slideBox .next {
  left: auto;
  right: 0;
  background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBox .prevStop {
  display: none;
}

.slideBox .nextStop {
  display: none;
}

.banner_img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  /* background-size:contain; */
  background-size: 100% 100%;
  animation-name: kenburns;
  animation-timing-function: linear;
  animation-duration: 18s;
  transform: scale(1.2);
}

@keyframes kenburns {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  5% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  26.5625% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  80% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 0.8;
    transform: scale(1.2);
  }
}

.red_line {
  background: #be0000;
}

.history ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #c2c3cc;
}

.history ul li {
  padding: 30px 0;
  border-bottom: 1px solid #c2c3cc;
  line-height: 2.2em;
  color: #333;
  font-size: 16px;
}

.history ul li .history_time span {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.history ul li .history_event p {
  margin: 0;
  position: relative;
}

.history ul li .history_event p:after {
  content: "";
  position: absolute;
  left: -25px;
  top: 15px;
  width: 12px;
  height: 3px;
  background: #333;
}

.normal_txt {
  font-size: 16px;
  color: #333;
  line-height: 2.2em;
}

.practices {
  margin: 0;
  margin-top: 100px;
  padding: 0;
  list-style: none;
}

.practices li {
  float: left;
  width: 30%;
  margin-right: 3.333%;
  border: 1px solid #c2c3cc;
  background: #fff;
  padding: 30px;
  transition: all .5s ease-out 0s;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.practices li:hover {
  background: #f7f7f7;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
}

.practices li h2 {
  color: #000;
  font-size: 24px;
  margin: 0;
  line-height: 1.2em;
  height: 2.4em;
  overflow: hidden;
}

.practices li p {
  margin: 0;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px #ddd solid;
  line-height: 1.8em;
  height: 7.2em;
  overflow: hidden;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.practices li a {
  margin-top: 30px;
  display: inline-block;
  border: 1px #ddd solid;
  padding: 10px 40px;
  color: #333;
  border-radius: 20px;
  transition: all .3s ease-out 0s;
}

.practices li a:hover {
  border: 1px #333 solid;
}

.short_banner {
  height: 50%;
}

.big_word p {
  font-size: 16px !important;
}

.txt_ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
}

.txt_ul li {
  float: left;
  width: 22.5%;
  margin-right: 2.5%;
  margin-top: 20px;
}

.txt_ul li a {
  font-size: 16px;
  color: #fff;
}

.txt_ul li a:hover {
  text-decoration: underline;
}

.article .news_page_main,
.lawyer_link_list .news_page_main {
  padding: 0;
}

.article .page,
.lawyer_link_list .page {
  padding-top: 30px;
}

.article .page ul li,
.lawyer_link_list .page ul li {
  float: left;
  margin-left: 16.6666667%;
}

.lawyer_link_list .page ul li {
  margin-left: 0;
}

.article .page ul li a {
  padding: 20px 40px;
}

.lawyer_link_list .page ul li a {
  padding: 15px 30px;
  font-size: 12px;
}

.page_team_search p {
  margin-top: 0;
}

.page_team_search input,
.page_team_search select {
  border: 1px #ccc solid;
  background: #fff;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 6px;
  box-sizing: border-box;
}

.word_search {
  margin: 30px 0 15px 0;
}

.word_search ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px #ccc solid;
  box-sizing: border-box;
}

.word_search ul li {
  float: left;
  width: 3.346153846153846%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #ccc;
  box-sizing: border-box;
}

.word_search ul li a {
  display: block;
  color: #333;
  box-sizing: border-box;
  transition: all .3s ease-out 0s;
}

.word_search ul li a:hover {
  background: #be0000;
  color: #fff;
}

.word_search ul li.allword {
  width: 5%;
}

.word_search ul li.word_btn {
  width: 8%;
  float: right;
}

.word_btn input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border: none;
  background: #be0000;
  color: #fff;
  transition: all .3s ease-out 0s;
}

.word_btn input:hover {
  background: #000;
}

.lawyer_show_box {
  position: relative;
  margin: 60px auto 0;
  overflow: hidden;
}

.lawyer_show_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lawyer_show_box ul li {
  margin-bottom: 40px;
}

.lawyer_show_box ul li a {
  color: #999;
  line-height: 1em;
  display: block;
}

.lawyer_show_box ul li a img {
  width: 100%;
  max-width: 150px;
}

.lawyer_show_box ul li a h3 {
  font-size: 18px;
  color: #333;
  margin: 0;
  margin-top: 20px;
  line-height: 2em;
}

.lawyer_show_box ul li a p {
  margin: 0;
  margin-top: 20px;
  line-height: 2em;
}

.lawyer_show_box ul li a p span {
  display: block;
}

.lawyer_show_box ul li a:hover h3,
.lawyer_show_box ul li a:hover p {
  color: #000
}

.lawyer_txt {
  margin-left: 30px;
  border-bottom: 1px #eee solid;
  min-height: 185px;
}

.lawyer_show_box .page ul li a {
  color: #fff;
}

.lawyer_img {
  width: 100%;
  vertical-align: middle;
}

.lawyer_btn {
  position: absolute;
  top: 5px;
  right: 0;
  text-align: right;
}

.lawyer_btn a {
  display: block;
  height: 100%;
}

.lawyer_btn span {
  display: inline-block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid #be0000;
  margin-right: 12px;
  transition: all .3s ease-out 0s;
}

.lawyer_btn span i {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  float: left;
  color: #be0000;
}

.lawyer_btn span font {
  float: left;
  line-height: 36px;
  color: #be0000;
}

.lawyer_btn span.dr:hover {
  width: 105px;
}

.lawyer_btn span.dv:hover {
  width: 110px;
}

.lawyer_btn span.dc:hover {
  width: 90px;
}

.lawyer_base_box {
  margin-bottom: 40px;
  border-top: 1px #ededed solid;
}

.lawyer_base {
  border-bottom: 1px #ededed solid;
  padding: 10px 0;
  font-size: 16px;
}

.lawyer_base span {
  font-weight: normal;
  color: #999;
  font-size: 14px;
}

.lawyer_base em {
  margin: 0 5px;
  font-style: normal;
  color: #999;
}

.lawyer_base a {
  color: #be0000;
}

.lawyer_base a:hover {
  text-decoration: underline;
}

.lawyer_down {
  margin-top: 30px;
  padding-bottom: 30px;
}

.lawyer_down .button {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #be0000;
  background: none;
  line-height: 1;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 14px;
  color: #be0000;
  text-decoration: none;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.lawyer_down .button:hover {
  background-color: #be0000;
  color: #fff;
}

.practices_good {
  padding-bottom: 30px;
}

.practices_good a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #be0000;
  color: #be0000;
  border-radius: 5px;
  font-size: 12px;
  margin-right: 15px;
  transition: all .3s ease-out 0s;
}

.practices_good a:hover {
  background: #be0000;
  color: #fff;
}

.lawyer_int {
  margin-top: 30px;
  padding-bottom: 10px;
}

.lawyer_int h2 {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.lawyer_int p {
  margin: 20px 0;
  color: #666;
  font-size: 16px;
  text-align: justify;
  line-height: 2em;
}

.lawyer_int ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

.lawyer_int ul li {
  margin-bottom: 5px;
  color: #777;
  font-size: 16px;
  line-height: 2em;
  text-align: justify;
  position: relative;
}

.lawyer_int ul li a {
  color: #777;
}

.lawyer_int ul li a:hover {
  text-decoration: underline;
}

.lawyer_int ul li b {
  color: #555;
}

.lawyer_yewu em {
  margin: 0 8px;
  font-style: normal;
  color: #999;
}

.lawyer_int ul.lawyer_yewu li a {
  color: #be0000;
}

.service_lawyer_search {
  width: 100%;
  margin-bottom: 20px;
}

.service_lawyer_search p {
  color: #fff;
  margin: 5px 0;
  text-align: left;
  font-size: 14px;
}

.service_lawyer_search input,
.service_lawyer_search select,
.service_lawyer_search textarea {
  box-sizing: border-box;
}

.service_lawyer_search input,
.service_lawyer_search select,
.service_lawyer_search button,
.service_lawyer_search textarea {
  font-family: Arial;
}

.service_lawyer_search input,
.service_lawyer_search select,
.service_lawyer_search textarea {
  display: block;
  width: 100%;
  height: 34px;
  border-radius: 3px;
  padding: 6px 12px;
  padding: 0 0;
  font-size: 14px;
  line-height: 1.42857143;
  line-height: 34px;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.service_lawyer_search input:focus {
  border-color: #999;
  box-shadow: none;
}

.service_lawyer_search textarea {
  height: 90px;
}

.service_lawyer_search input.button {
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  display: inline-block;
  margin-top: 25px;
  padding: 0 80px;
  width: auto;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  border-radius: 3px;
  border: none;
  background-color: #be0000;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all .2s ease-in-out;
}

.service_lawyer_search input.button:hover {
  background-color: #000;
}

.service_lawyer_search input.longbtn {
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  margin-top: 20px;
  padding: 0 22px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  background-color: #111;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 1px;
  border: none;
  transition: all .2s ease-in-out;
}

.service_lawyer_search input.longbtn {
  width: 100%;
  background-color: #BC2818;
}

.service_lawyer_search input.longbtn:hover {
  background-color: #000;
}

.form_group {
  margin-bottom: 15px;
}

.form_group input,
.form_group select,
.form_group textarea {
  width: 100%;
  font-size: 13px;
  height: 40px;
  line-height: 41px;
  border-radius: 4px;
  color: #000;
  outline: none;
  padding: 0 20px;
  transition: all 0.2s;
  border: 1px solid #ccc;
  background: #fff;
  font-family: Helvetica, Arial, Microsoft yahei;
  box-sizing: border-box;
}

.form_group textarea {
  height: 100px;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 27px !important;
  resize: vertical;
}

.form_group input:focus,
.form_group select:focus,
.form_group textarea:focus {
  box-shadow: none;
  border-color: #CF000E;
  background: #fff;
}

.form_group input.form_btn {
  background: #CF000E;
  width: 100%;
  height: 40px;
  line-height: 41px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: none;
  cursor: pointer;
}

.form_group input.form_btn:hover {
  background: #000;
}

.form_note {
  color: #999;
  font-size: 12px;
  line-height: 40px;
  padding-left: 15px;
  box-sizing: border-box;
}

.form_note i {
  color: #CF000E;
  font-size: 14px;
  margin-right: 5px;
}

.down_black_setion .lawyer_int p {
  color: #fff;
}

.padding_right80 {
  padding-right: 80px;
}

.img_ul.join_setion_img_ul li {
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
}

.contact_word,
.contact_word a {
  color: #333;
  text-decoration: none;
  line-height: 2.2em;
  font-size: 16px;
}

.contact_word a:hover {
  text-decoration: underline;
}

.contact_word span {
  color: #999;
}

.map {
  padding-top: 50px;
}

#allmap {
  height: 450px;
}

.banner_index.height_banner.short_banner .banner_txt {
  bottom: 35%;
}

.banner_index.height_banner.short_banner .banner_txt img {
  width: 60%;
}

.black_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99998;
  display: none;
}

.ewm_box {
  position: fixed;
  width: 340px;
  padding: 30px;
  top: 50%;
  margin-top: -140px;
  left: 50%;
  margin-left: -200px;
  z-index: 99999;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  text-align: center;
  display: none;
  box-sizing: border-box;
}

.close_ewm_box {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 28px;
  padding: 5px 10px;
  cursor: pointer;
}

.close_ewm_box:hover {
  color: #00ACE9;
}

.ewm_box #qrcodetop,
.ewm_box #qrcodelawyer,
.ewm_box #wechat_img {
  display: inline-block;
  margin-top: 15px;
}

.ewm_box p {
  display: block;
  margin: 0;
  margin-top: 20px;
  color: #666;
  line-height: 1.6em;
  font-size: 12px;
}

.ewm_box h2 {
  margin: 0;
  font-size: 16px;
  color: #333;
  text-align: left;
  margin-bottom: 30px;
}

.inputselect {
  display: block;
  width: 100%;
  height: 34px;
  border-radius: 3px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

.ewm_box .inputselect {
  margin: 20px 0;
  height: 38px;
}

.ewm_box a {
  display: block;
  height: 38px;
  line-height: 38px;
  background: #B60005;
  border-radius: 3px;
  color: #fff;
}

.search_input {
  margin-bottom: 80px;
}

.sub_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub_menu ul li {
  border-bottom: 1px #eee solid;
}

.sub_menu ul li a {
  display: block;
  padding: 10px 0 10px 20px;
  position: relative;
  color: #666;
  font-size: 14px;
  transition: all .3s ease-out 0s;
}

.sub_menu ul li a::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 12px;
  background: transparent;
  left: 0px;
  margin-top: 5px;
  transition: all .3s ease-out 0s;
}

.sub_menu ul li a:hover {
  padding-left: 30px;
}

.sub_menu ul li a:hover::before {
  background: #CF000E;
  left: 10px;
}

.sub_menu ul li.active a {
  color: #CF000E;
}

.sub_menu ul li.active a::before {
  background: #CF000E;
}

.search_section {
  margin-top: 0;
}

.search_section ul li {
  line-height: 1.5em;
  margin-bottom: 10px;
}

.search_section ul li h2 {
  font-size: 15px;
}

.search_section ul li span {
  font-size: 12px;
}

.search_section ul li font {
  margin: 0 5px;
}

.lawyer_link_list #qrcodetop {
  text-align: center;
  border: 1px #e6e6e6 solid;
  padding: 20px;
  border-top: none;
}

.news_search {
  margin-top: 60px;
}

.news_search input,
.news_search select {
  margin-bottom: 15px;
}

.news_search input.news_search_btn {
  cursor: pointer;
  border: none;
  background: #be0000;
  color: #fff;
  transition: all .3s ease-out 0s;
}

.news_search input.news_search_btn:hover {
  background: #000;
}

.join_content {
  margin-top: 80px;
}

.join_ul ul li a {
  display: block;
}

.join_ul ul li a p {
  color: #333;
}

.history.join_ul ul li .history_time span {
  display: block;
  box-sizing: border-box;
  transition: all .3s ease-out 0s;
}

.history.join_ul ul li a:hover p {
  color: #000;
}

.history.join_ul ul li a:hover .history_time span {
  padding-left: 20px;
}

.index_news_title p {
  font-size: 50px;
}



.about_hm,
.contact_hm {
  margin: 0;
  width: 100%;
  min-height: 300px;
  position: relative;
  padding: 10px 30px;
  display: flex;
  justify-content: space-around;
  background-image: url(/image/info_bg.png);
  flex-wrap: wrap;
}

.about_hm .about_hm_left {
  width: 15%;
  height: 100%;
}

.about_hm .about_hm_right {
  width: 25%;
  height: 100%;
  border-left: rgba(0, 0, 0, .333) 2px solid;
}

.about_hm .about_hm_right img {
  width: 30%;
  margin-left: 35%;
  padding-top: 20px;
}


.about_hm .about_hm_center {
  width: 35%;
  padding-top: 20px;
}

.about_hm .about_hm_center p:first-child:first-letter {
  font-weight: bold;
  font-size: 36px;
  color: rgba(43, 89, 255);
}

.about_hm .about_hm_right p {
  text-align: center;
}

.about_hm .about_hm_right .weight {
  font-weight: bold;
  font-size: 24px;
  color: rgba(43, 89, 255);
}

.about_hm .about_hm_left p {
  font-size: 36px;
  color: black;
  font-weight: bold;
}


.contact_hm .contact_hm_head {
  width: 80%;
  text-align: center;
}

.contact_hm .contact_hm_map {
  width: 50%;
  min-height: 35vh;
}

.contact_hm .contact_hm_remark {
  width: 45%;
  min-height: 35vh;
  /* display: flex;
  justify-content: space-around; */
  flex-wrap: wrap;

}


.contact_hm .contact_hm_remark2 {
  width: 45%;
  min-height: 35vh;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 20px;
}

.contact_hm .contact_hm_remark2 p {
  width: 90%;
}

.contact_hm .contact_hm_left_remark {
  width: 55%;
  min-height: 35vh;
  display: flex;
  flex-wrap: wrap;
}


.contact_hm .contact_hm_remark p {
  width: 90%;
}

.contact_hm .contact_hm_head .contact_hm_head_chinese {
  font-size: 36px;
  font-weight: bold;
  color: black;
}

.contact_hm .contact_hm_head .contact_hm_head_eu {
  font-size: 24px;
  font-weight: bold;
  color: #888;
  /* border-bottom: rgba(43, 89, 255) 1px solid; */
}

.contact_hm .contact_hm_head .contact_hm_head_eu::after {
  content: '';
  width: 15%;
  height: 16px;
  display: block;
  margin: 0px auto;
  border-bottom: 3px solid rgba(43, 89, 255);
}

.contact_hm .contact_hm_box {
  width: 28vw;
  min-height: 120px;
  border: 1px #999 solid;
  margin: 5px 0;
  box-shadow: 4px 4px 5px 2px #CCC;
  border: 0.5px solid white;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background-color: white;
}

.contact_hm .contact_hm_box h4 {
  display: inline-block;
  width: 95%;
  text-align: left;
}


.contact_hm .contact_hm_box_none {
  width: 28vw;
}


.contact_hm .contact_hm_head_left .contact_hm_head_chinese {
  font-size: 36px;
  font-weight: bold;
  color: black;
}

.contact_hm .contact_hm_head_left .contact_hm_head_eu {
  font-size: 24px;
  font-weight: bold;
  color: #888;
  /* border-bottom: rgba(43, 89, 255) 1px solid; */
}

.contact_hm .contact_hm_head_left .contact_hm_head_eu::after {
  content: '';
  width: 12%;
  height: 16px;
  display: block;
  margin: 0px 1px;
  min-width: 60px;
  border-bottom: 3px solid rgba(43, 89, 255);
}

.contact_hm .contact_hm_head_left {
  width: 90%;
  text-align: left;
}

.contact_hm .contact_hm_remark .contact_hm_body_head {
  width: 80%;
  text-align: center;
}

.contact_hm .contact_hm_remark .contact_hm_body_head .contact_hm_head_chinese {
  font-size: 36px;
  font-weight: bold;
  color: black;
}

.contact_hm .contact_hm_remark .contact_hm_body_head .contact_hm_head_eu {
  font-size: 24px;
  font-weight: bold;
  color: #888;
}


.contact_hm .contact_hm_remark .contact_hm_body_head .contact_hm_head_eu::after {
  content: '';
  width: 12%;
  height: 16px;
  display: block;
  margin: 0px 1px;
  min-width: 60px;
  border-bottom: 3px solid rgba(43, 89, 255);
}



.bgblue .contact_hm_head_chinese {
  color: white !important;
}

.bgblue .contact_hm_remark p {
  color: white !important;
}


.bgblue .contact_hm_head_eu {
  color: #999 !important;
}

.bgblue .contact_hm_head_eu::after {
  content: '';
  width: 12%;
  min-width: 60px;
  height: 16px;
  display: block;
  margin: 0px 1px;
  border-bottom: 2px solid white !important;
}

.bgnone {
  background-color: white !important;
  background-image: none !important;
}

.contact_hm .contact_hm_join_us {
  width: 90%;
  text-align: left;
}

.contact_hm .contact_hm_join_us::before {
  content: '';
  width: 90%;
  min-width: 60px;
  height: 10px;
  display: block;
  margin: 0px 1px;
  border-top: 2px solid rgba(0, 0, 0, .175) !important;
}


.index_service .index_service_box {
  width: 60%;
  color: white !important;
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(22, 46, 90, 1) !important;
  border: 1px solid rgb(27, 61, 126);
}

.index_service .index_service_box .single_box {
  width: 33%;
  border-left: 1px solid rgb(27, 61, 126);
  border-bottom: 1px solid rgb(27, 61, 126);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0;
  align-items: center;
}

.index_service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: rgb(27, 61, 126);
  padding: 20px;
}


.index_service .index_service_head {
  width: 90%;
  text-align: center;
  color: white;
  padding: 10px 0;
}

.index_service .index_service_left {
  width: 30%;
}


.index_service .index_service_box .single_box .index_service_box_imgbox {
  width: 25%;
}

.index_service .index_service_box .single_box .index_service_box_imgbox img {
  width: 100%;
}

.index_service .index_service_box .single_box .index_service_box_span {
  width: 80%;
  text-align: center;
}


.index_service .index_service_box .single_box:active,

.index_service .index_service_box .single_box:hover {
  /* background: rgb(224, 177, 27) */
  background-color: #c19032;

}



.banner_txt h1::after {
  content: '';
  width: 80%;
  min-width: 60px;
  height: 16px;
  display: block;
  margin: 0px 1px;
  border-bottom: 2px solid rgba(255, 255, 255, .355) !important;
}

.buttom_border::after {
  content: '';
  width: 12%;
  min-width: 60px;
  height: 16px;
  display: block;
  margin: 0px 1px;
  border-bottom: 2px solid rgba(255, 255, 255, 1) !important;
}


.buttom_border_blue::after {
  content: '';
  width: 12%;
  min-width: 60px;
  height: 16px;
  display: block;
  margin: 0px 1px;
  border-bottom: 3px solid rgba(43, 89, 255);
}

.contact_hm .contact_hm_remark p {
  text-align: justify !important;
}

.bottom a {
  color: white;
}

.contact_hm .contact_hm_content {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.contact_hm_content .contact_hm_icon {
  width: 15%;
}

.contact_hm_content .contact_hm_icon img {
  width: 60%;
  margin-left: 20%;
}

.contact_hm_content .contact_hm_icon span {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  color: #888;
  font-size: 13px;
}

.contact_hm_content .contact_hm_icon h3 {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 7px 0;
}


/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  .mediaCss {
    font-size: 12px;
  }

  
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 1200px) {
  .mediaCss {
    font-size: 14px;

  }


}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1800px) {
  .mediaCss {
    font-size: 16px;
  }


}

@media (min-width: 2200px) {
  .mediaCss {
    font-size: 21px;
  }


}
.mediaCss{
  display: flex;
  justify-content: center;
}