* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

ul li {
    list-style: none;
}

header {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.logo-left {
    width: 180px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-father {
    width: 900px !important;
    height: 96px;
    position: relative;
}

.nav-father>ul {
    display: flex;
    justify-content: space-between;
}

.nav-father>ul>li {
    font-size: 18px;
    line-height: 96px;
    text-align: center;
    list-style: none;
    float: left;
}

.nav-father>ul>li a {
    text-decoration: none;
    color: black;
    font-size: 18px;
}

.nav-father ul>li>a:hover {
    font-size: 18px;
    color: #1E4183;
    cursor: pointer;
    border-bottom: 2px solid #1E4183;
}

.nav-father ul li .son {
    opacity: 0.9;
    width: 91px;
    height: 150px;
    display: none;
    position: absolute;
    z-index: 1;
    margin-left: -9px;
}

.nav-father ul li .son-last {
    opacity: 0.9;
    width: 91px;
    height: 100px;
    display: none;
    position: absolute;
    z-index: 1;
}

.nav-father ul li:hover div {
    display: block;
}

.nav-father ul li div>a {
    display: block;
    background: #fff;
    line-height: 50px;
    font-size: 16px;
    opacity: 0.9;
}

.nav-father ul li div>a:hover {
    color: #1E4183;
}

.banner {
    width: 100%;
    height: 517px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    position: relative;
    text-align: center;
}
.banner img{
     width: 100%;
    height: 517px;
    object-fit: cover;
}
.banner-txt {
    position: absolute;
    width: 1200px;
    height: 70px;
    text-align: center;
}

.banner-txt p {
    font-size: 40px;
    padding-bottom: 10px;
    color: #ffff;
    text-align: center;
}

.banner-txt span {
    font-size: 18px;
    color: #ffff;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.twoes {
    display: flex;
    justify-content: space-between;
}

.line-point {
    width: 1200px;
    height: 60px;
}

.line-point img {
    margin-top: 10px;
}

.line-point .point-1 {
    /* padding: 0 630px 0 43px; */
}

.two-slice {
    width: 1200px;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 90px;
}

.two-slice .slice-top {
    width: 1200px;
    height: 345px;
    display: flex;
    justify-content: space-between;
}

.two-slice .slice-top img {
    width: 615px;
}

.two-slice .slice-top .txts {
    width: 506px;
    height: 100%;
}

.two-slice .slice-top .txts .txts-top {
    border-bottom: 1px solid #d8d7d7;
}

.two-slice .slice-top .txts .txts-top p {
    font-size: 28px;
    padding-bottom: 23px;
}

.two-slice .slice-top .txts .txts-center {
    border-top: 1px solid #1E4183;
}

.two-slice .slice-top .txts .txts-center p {
    padding-top: 27px;
    font-size: 15px;
    color: #777;
    line-height: 30px;
}

.two-slice .slice-top .txts .ask-now {
    width: 121px;
    height: 28px;
    font-size: 15px;
    border: solid 1px #1E4183;
    line-height: 28px;
    padding-left: 7px;
    color: #1E4183;
    background-image: url(../img/images/arrow.png);
    background-repeat: no-repeat;
    background-position: 105px center;
    margin-top: 135px;
}

.two-slice .slice-bottom {
    width: 1200px;
    height: 345px;
    display: flex;
    margin-top: 90px;
    justify-content: space-between;
}

.two-slice .slice-bottom img {
    width: 615px;
}

.two-slice .slice-bottom .txts {
    width: 506px;
    height: 100%;
}

.two-slice .slice-bottom .txts .txts-top {
    border-bottom: 1px solid #d8d7d7;
}

.two-slice .slice-bottom .txts .txts-top p {
    font-size: 28px;
    padding-bottom: 23px;
}

.two-slice .slice-bottom .txts .txts-center {
    border-top: 1px solid #1E4183;
}

.two-slice .slice-bottom .txts .txts-center p {
    padding-top: 27px;
    font-size: 15px;
    color: #777;
    line-height: 30px;
}

.two-slice .slice-bottom .txts .ask-now {
    width: 121px;
    height: 28px;
    border: solid 1px #1E4183;
    font-size: 15px;
    line-height: 28px;
    padding-left: 7px;
    color: #1E4183;
    background-image: url(../img/images/arrow.png);
    background-repeat: no-repeat;
    background-position: 105px center;
    margin-top: 76px;
}

.civil-services {
    width: 100%;
    height: 740px;
    margin: 0 auto;
}

.civil-services img {
    width: 100%;
    height: 739px;
    object-fit: cover;
    position: relative;
}

.outter {
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: -740px;
}

.civil-services .three-parts {
    width: 1200px;
    margin: 0 auto;
    /* margin-left: 364px; */

}

.civil-services .three-parts .part-top {
    text-align: center;
}

.civil-services .three-parts .part-top p {
    font-size: 28px;
    font-weight: bold;
    line-height: 140px;
}

.civil-services .three-parts .parts {
    width: 1200px;
    height: 443px;
    display: flex;
    justify-content: space-between;
}

.civil-services .three-parts .parts .part-1 {
    width: 341px;
    height: 443px;
    background-color: #ffffff;
}

.civil-services .three-parts .parts .part-1 p {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding-top: 50px;
}

.civil-services .three-parts .parts .part-1 .just-line {
    width: 37px;
    height: 6px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #1E4183;
}

.civil-services .three-parts .parts .part-1 span {
    display: block;
    font-size: 15px;
    line-height: 30px;
    padding: 58px;
    color: #777;
}

.civil-services .ask-now-1 {
    width: 121px;
    height: 28px;
    border: solid 1px #1E4183;
    line-height: 28px;
    padding-left: 7px;
    color: #1E4183;
    background-image: url(../img/images/arrow.png);
    background-repeat: no-repeat;
    background-position: 105px center;
    margin: 0 auto;
    margin-top: 64px;
}


.splice-first {
    /* width: 100%; */
    /* width: 1500px; */
   
 
 
    margin-top: 120px;
    padding-bottom: 38px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 347px;
}

.splice-first .first {
    /* display: flex;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 1200px;
    padding-left: 521px;
    box-sizing: border-box;
    margin: 0 auto; */
    /* justify-content: space-between; */
    width: 1200px;
    padding-left: 521px;
    box-sizing: border-box;
    margin: 0 auto;
}
.splice-first .first .img-box{
    margin-right: 50px;
}
.splice-first .first img {
    width: 100%;
    height: 350px;
    object-fit:contain;
}

.splice-first .first .words {
   max-width: 680px;
   min-width: 680px;
    height: 100%;
}

.splice-first .first .words p {
    font-size: 28px;
}

.splice-first .first .words span {
    display: block;
    font-size: 15px;
    color: #777;
    line-height: 30px;
    padding-top: 27px;
}

.splice-first .first .words .ask-now-2 {
    width: 121px;
    height: 28px;
    margin-top: 16px;
    border: solid 1px #1E4183;
    background-image: url(../img/images/arrow.png);
    background-repeat: no-repeat;
    background-position: 105px center;
}

.splice-first .first .words .ask-now-2 p {
    line-height: 28px;
    padding-left: 7px;
    font-size: 15px;
    color: #1E4183;
}

.splice-second {

    width: 100%;
    margin: 0 auto;
    height:398px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    margin-top: 38px;
}

.splice-second .second {
    width: 1200px;
    display: flex;
    box-sizing: border-box;
    margin: 0 auto;

    padding-left: 10px;
 
    /* justify-content: space-between; */
}
.splice-second .second .img-box{
    margin-left: 50px;
}
.splice-second .second img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.splice-second .second .words {
    max-width: 680px;
    min-width: 680px;
    height: 100%;
}

.splice-second .second .words p {
    font-size: 28px;
}

.splice-second .second .words span {
    display: block;
    font-size: 15px;
    color: #777;
    line-height: 30px;
    padding-top: 27px;
}

.splice-second .second .words .ask-now-2 {
    width: 121px;
    height: 28px;
    margin-top: 60px;
    border: solid 1px #1E4183;
    background-image: url(../img/images/arrow.png);
    background-repeat: no-repeat;
    background-position: 105px center;
}

.splice-second .second .words .ask-now-2 p {
    line-height: 28px;
    padding-left: 7px;
    font-size: 15px;
    color: #1E4183;
}

.splice-third {

  
    /* width: 1920px; */
    margin: 0 auto;

    width: 100%;
    height: 398px;
    box-sizing: border-box;
    padding-bottom: 35px;
    margin-top: 38px;
}

.splice-third .third {
    width: 1200px;
    display: flex;
    padding-left: 521px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 40px;
    /* justify-content: space-between; */
}
.splice-third .third .img-box{
    margin-right: 50px;
}
.splice-third .third img {
    width: 100%;
    height: 347px;
    object-fit: cover;
}

.splice-third .third .words {
    max-width: 680px;
    min-width: 680px;
    height: 100%;
}

.splice-third .third .words p {
    font-size: 28px;
}

.splice-third .third .words span {
    display: block;
    font-size: 15px;
    color: #777;
    line-height: 30px;
    padding-top: 27px;
}

.splice-third .third .words .ask-now-2 {
    width: 121px;
    height: 28px;
    margin-top: 16px;
    border: solid 1px #1E4183;
    background-image: url(../img/images/arrow.png);
    background-repeat: no-repeat;
    background-position: 105px center;
}

.splice-third .third .words .ask-now-2 p {
    line-height: 28px;
    padding-left: 7px;
    font-size: 15px;
    color: #1E4183;
}

.company {
    width: 100%;
    height: 826px;
    margin: 0 auto;
    background-color: #f5f5f5;
}

.company .companyAndfinance {
    width: 1266px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.company .companyAndfinance .finance-left {
    width: 700px;
    height: 682px;
    background-color: #ffffff;
}

.company .companyAndfinance .finance-left>p {
    font-size: 28px;
    padding: 33px 0 33px 33px;
}

.company .companyAndfinance .finance-left img {
    margin-left: 33px;
    width: 635px;
}

.company .companyAndfinance .finance-left span {
    display: block;
    font-size: 15px;
    color: #777;
    padding: 28px 33px 0 33px;
    line-height: 30px;
}

.company .companyAndfinance .finance-left .ask-now-3 {
    width: 121px;
    height: 28px;
    margin-top: 40px;
    margin-left: 33px;
    border: solid 1px #1E4183;
    background-image: url(../img/images/arrow.png);
    background-repeat: no-repeat;
    background-position: 105px center;
}

.company .companyAndfinance .finance-left .ask-now-3 p {
    line-height: 28px;
    padding-left: 7px;
    font-size: 15px;
    color: #1E4183;
}

.company .companyAndfinance .finance-right {
    width: 566px;
    height: 682px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.company .companyAndfinance .finance-right h5 {
    font-size: 28px;
    padding: 37px 0 0 45px;
    font-weight: normal;
}

.company .companyAndfinance .finance-right>p {
    font-size: 15px;
    color: #777;
    padding: 22px 37px 10px 45px;
    line-height: 30px;
}

.company .companyAndfinance .finance-right .ask-now-4 {
    width: 121px;
    height: 28px;
    margin-top: 10px;
    margin-left: 45px;
    border: solid 1px #1E4183;
    background-image: url(../img/images/arrow.png);
    background-repeat: no-repeat;
    background-position: 105px center;
}

.company .companyAndfinance .finance-right .ask-now-4 p {
    line-height: 28px;
    padding-left: 7px;
    font-size: 15px;
    color: #1E4183;
}

.company .companyAndfinance .finance-right img {
    margin-left: 45px;
    margin-top: 30px;
}

.last {
    width: 100%;
    height: 776px;
    margin: 0 auto;
    position: relative;
}

.last-img {
    width: 100%;
    height: 776px;
    object-fit: cover;
}

.real-last {
    position: absolute;
    margin-top: -723px;
    width: 100%;
}

.last-up {
    width: 1200px;
    margin: 0 auto;
}

.last-line {
    width: 100%;
    height: 1px;
    background-color: white;
    opacity: 0.7;
}

.last-down {
    width: 1200px;
    margin: 0 auto;
}

.logo-name {
    width: 310px;
    height: 70px;
    margin: 0 auto;
    margin-top: 66px;
    display: flex;
    justify-content: space-between;
}

.law-name {
    width: 222px;
}

.law-name h6 {
    font-size: 24px;
    color: white;
    font-weight: normal;
}

.law-name span {
    font-size: 12px;
    color: white;
}

.law-name p {
    padding-top: 5px;
    font-size: 12px;
    color: white;
}

.eight {
    width: 1006px;
    /* height: 85px; */
    margin: 0 auto;
    margin-top: 60px;
}

.line-1 {
    display: flex;
    justify-content: space-between;
}

.line-1 ul {
    display: flex;
    flex-wrap: wrap;
}

.line-1 ul li {
    display: block;
    width: 200px;
    height: 64px;
    text-align: center;
}

.line-1 ul li a {
    font-size: 18px;
    color: white;
}

.wechat {
    width: 110px;
    height: 136px;
    margin: 0 auto;
    margin-top: 50px;
}

.wechat p {
    font-size: 18px;
    color: white;
    padding-top: 12px;
}

.law-site {
    width: 642px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: white;
    margin-top: 30px;
}

.file-no {
    width: 412px;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 12px;
    color: white;
}

.dynamic {
    width: 1128px;
    height: 448px;
    margin-top: 82px;
    margin-left: -50px;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
}

.dynamics {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.dynamic-left {
    width: 100px;
    height: 50px;
    margin-top: -4px;
}

.dynamic-right {
    width: 975px;
    height: 75px;
}

.dynamic-left p {
    font-size: 28px;
    font-weight: normal;
    color: #777;
}

.dynamic-left span {
    font-size: 18px;
    color: #777;
    font-weight: bold;
    padding-left: 20px;
}

.point {
    display: flex;
}

.point h6 {
    font-size: 27px;
    color: #c5c4c4;
    margin-top: -10px;
    padding-right: 10px;
}

.dynamic-right p {
    font-size: 15px;
    font-weight: bold;
    color: black;
    padding-bottom: 10px;
}

.dynamic-right span {
    font-size: 15px;
    color: #777;
}

* {
    margin: 0;
    padding: 0;
  }
  
  a {
    text-decoration: none;
  }
  
  header {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  
  .logo-left {
    width: 180px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .nav-father {
    width: 670px;
    height: 96px;
    position: relative;
  }
  
  .nav-father > ul > li {
    font-size: 18px;
    line-height: 96px;
    text-align: center;
    list-style: none;
    float: left;
  }
  
  .nav-father > ul > li a {
    text-decoration: none;
    color: black;
    font-size: 18px;
  }
  
  .nav-father ul > li > a:hover {
    font-size: 18px;
    color: #1E4183;
    cursor: pointer;
    border-bottom: 2px solid #1E4183;
  }
  
  .nav-father ul li .son {
    opacity: 0.9;
    width: 91px;
    height: 150px;
    display: none;
    position: absolute;
    z-index: 1;
    margin-left: -9px;
  }

  
 
  
  .nav-father ul li .son-last {
    opacity: 0.9;
    width: 91px;
    height: 100px;
    display: none;
    position: absolute;
    z-index: 1;
  }
  
  .nav-father ul li:hover div {
    display: block;
  }
  
  .nav-father ul li div>a {
    display: block;
    background: #fff;
    line-height: 50px;
    font-size: 16px;
    opacity: 0.9;
  }
  
  .nav-father ul li div > a:hover {
    color: #1E4183;
  }

  .nav-father ul li .ywson {
    opacity: 0.9;
    width: 170px;
    height: 150px;
    display: none;
    position: absolute;
    z-index: 1;
    margin-left: -41px;

  }


  
  .banner {
    width: 100%;
    height: 517px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .banner img {
    position: relative;
  }
  
  .banner-txt {
    position: absolute;
    width: 1200px;
    height: 70px;
    text-align: left;
    padding-left: 13px;
  }
  
  .banner-txt p {
    font-size: 40px;
    padding-bottom: 10px;

    color: #fff;
  }
  
  .banner-txt span {
    font-size: 18px;
    color: #fff;
  }
  
  .introduction {
    width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .introduction .inside {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  
  .introduction .inside .left {
    width: 250px;
    padding-left: 15px;
    box-sizing: border-box;
    border: 1px solid #F5F5F5;
    font-family: SourceHanSansCN-Medium;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 33px;
	letter-spacing: 0px;
    color: #777777;
    padding: 25px;

  }
  .introduction .inside .left .active{
   color: #3D559E;
  }
  .introduction .inside .left-txt{
     cursor: pointer;
  }
  .introduction .inside .left .left-txt{
         margin-top: 15px;
         font-weight: bold;
         white-space: nowrap;
   }
   .right-another{
     margin-left: 50px;
     padding-bottom: 100px;
   }
   .right-another .item:nth-child(1){
    margin-top: 0;
   }
   .right-another .item {
    margin-top: 80px;
   }
   .right-another .item .line{
       width: 32px;
       height: 3px;
       background: #0F30BB;
       position: absolute;
       left: 0;
       bottom: -10px;
   }
   .right-another .item .title{
       font-weight: bolder;
       position: relative;


   }
   .right-another .item .cont{
    margin-top: 20px;
     font-size: 14px;
     display: flex;
     justify-content: space-between;
   }
.img-item{
    position: relative;
    width: 180px;
    height: 250px;
     background:  #7D7D7D;
     overflow: hidden;
    
}
.img-item .item-txt{
      position: absolute;
      left: 0;
      bottom: 0;
      height: 30px;
      line-height: 30px;
      width: 100%;
      text-align: center;
      background: #000;
      color: #fff;
}
.img-item .item-txt span:nth-child(2){
     margin-left: 15px;
}
.case-box{
    
    width: 100%;
}
.right-another .item .case-item{

    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px  dashed #E7E7E7;
}