
  /* banner */
    .banner-bj{
        width: 100%;height: auto;
    }
  .logo{
    width: 100%;
    display: flex;align-items: center;justify-content: space-between;padding: 25px 81px;
    box-sizing: border-box;
}
.logo-name{
    font-size: 36px;font-family: Alibaba PuHuiTi;font-weight: 400;color: #FFFFFF;
}
.logo-phone{
    width: 333px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
.logo-phone span:nth-of-type(1){
    font-size: 16px;font-weight: 500;color: #fff;
  }
  .logo-phone span:nth-of-type(2){
    font-size:22px;font-weight:500px;color: #fff;
  }
.input-con{
    display: flex;justify-content: center;margin-top: 220px;
  }
.header1{
    width: 100%;
    position: absolute;
    z-index: 99;
}
.zoom_img{
    color: #007acc;
}
.nav_main{
    /* width: 100%; */
    border-bottom: 2px solid #fff;
    padding: 10px 0px;
}
.nav_main span{
    margin-left: 80px;
    display: block;
    margin-top: 20px;
}
.nav_main a{
    color: #fff;
    font-size: 16px;
    margin-left: 40px;
    text-decoration: none;
    position:relative;
}
.nav_main a:hover {
    text-decoration: none;
}
.nav_main a:active {
    text-decoration: none;
}
.nav_main  a:visited {
    text-decoration: none;
}
.nav_main a:link {
    text-decoration: none;
}
.head-size{
    text-align: center;
    color: #fff;
}
.head-size div:nth-of-type(1){
    font-size: 90px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #FFFFFF;
    margin: 180px 0px 20px 0px;
}
.head-size div:nth-of-type(2),.head-size div:nth-of-type(3){
    font-size: 18px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}
.input{
    width: 529px;
    height: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.input input{
    font-size: 14px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #FFFFFF;
    background: none;
    border: none;
    outline:none;   
    margin-left: 15px;
}
.input div button{
    border: none;
}
.input input:focus{   
    border:none;
}
.input div{
    width: 130px;
    height: 49px;
    overflow: hidden;
}
.input div button{
    display: block;
    width: 130px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    font-size: 14px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #000000;
    background-color: #fff;
    transition:all 0.6s;
}
.input div button:hover{
    text-decoration: none;
    transform: scale(1.2);
}

.input div img{
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.jin-office{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.jin-left{
    padding-top: 150px;
    padding-bottom: 50px;
    width: 50%;
    background: #F5F8FA;
    display: flex;
    justify-content: right;
    padding-right: 80px;
}
.jin-title{
    font-size: 44px;
  }
  .jin-con{
    font-size: 16px;
  }
.jin-left-img{
    width: 715px;height: 393px;
    overflow: hidden;
}
.jin-left-img img{
    /* width: 715px;height: 393px; */
    margin-top: 20px;
    transition:all 0.6s;
}
.jin-left-img img:hover{
    transform: scale(1.2);
}
.jin-right{
    position: relative;
    padding-top: 150px;
    width:50%;
    padding-left: 80px;
    padding-bottom: 50px;
}
.jin-right .input1{
    width: 490px;
    border-bottom: 1px solid #999;
    padding-bottom: 9px;
    margin-top: 25px;
}
.jin-right .input1 input{
    background: none;
    border: none;
    outline:none;  
}
.jin-right-bj{
    position: absolute;
    bottom: 0;
    right: 0;
}
.jin-btn{
    width: 490px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    font-size: 15px;
    color: #333;
    background: none;
    font-weight: bold;
    border: 2px solid #333333;
    margin-top: 48px;
    transition:all 0.6s;
}
.jin-right a:hover{
    text-decoration: none;
}
.jin-btn:hover{
    transform: scale(1.1);
}
.jin-phone{
    width: 490px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    color: #c9151e;
}
/* 法律资讯 */
.law{
    padding: 80px 160px;
    width: 100%;
     
    height: auto;
    background-image: url(../image/home/law-bj.png);
}
.law .law-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.law-title div:nth-of-type(1){
    font-size: 44px;
    color: #fff;
}
.law-title div:nth-of-type(2){
    width: 93px;
    height: 30px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    transition:all 0.6s;
}
.law-title div:nth-of-type(2) a{
    text-decoration: none;
    color: #fff;
}
.law-title div:nth-of-type(2):hover{
    transform: scale(1.1);
}
.swiper{
    height: 500px;
    margin-top: 80px;
    /* overflow: hidden; */
}
.swiper .swiper-slide{
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.swpr-item{
    width: 485px;
    /* height: 470px; */
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    transition:all 0.6s;
}

.swpr-item:hover{
    transform: scale(1.1);
}
.swpr-item a{
    text-decoration: none;
    color: #fff;
}
.swpr-item a:hover{
    text-decoration: none;
    color: #fff;
}
.swpr-item img{
    width: 485px;
    height: 250px;
    transition:all 0.6s;
}
.swpr-item img:hover{
    transform: scale(1.2);
}
.swpr-item div:nth-of-type(1){
    width: 485px;
    height: 250px;
    overflow: hidden;
}
.swpr-item div:nth-of-type(2){
    width: 360px;
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0px 0px 20px;
}
.swpr-item div:nth-of-type(3){
    font-size: 16px;
    font-weight: bold;
    margin: 15px 20px;
}


.swpr-item div:nth-of-type(4){
    width: 360px;
    font-size: 14px;
    line-height: 30px;
    margin-left: 20px;
}
.institution{
    width: 100%;
     
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.institution-item{
    width: 234px;
    display: flex;
    align-items: center;
    margin: 40px 30px;
}
.institution-item img{
    width: 80px;
    height: 80px;
}
.institution-size div:nth-of-type(1){
    font-size: 24px;
    color: #333;
    margin-left: 10px;
}
.institution-size div:nth-of-type(2){
    font-size: 18px;
    color: #aaa;
    margin-left: 10px;
}
/* 关于 */
.about-img{
    overflow: hidden;
    width: 858px;
    height: 618px;
}
.about-img img{
    transition:all 0.6s;
}
.about-img img:hover{
    transform: scale(1.3);
}
.about{
    background-image: url(../image/home/about-bj.png);
    width: 100%;
     
    height: auto;
    padding: 100px 0px 100px 155px;
}
.about .about-left{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-message{
    display: flex;
    align-items: center;
}
.about-power div:nth-of-type(1){
    margin-top: 40px;
    font-size: 44px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
}
.about-power div:nth-of-type(2){
    margin-top: 40px;
    width: 565px;
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
.about-power div:nth-of-type(3){
    margin-top: 55px;
    width: 165px;
    height: 50px;
    font-size: 20px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    background: #274478;
    transition:all 0.6s;
}
.about-power div:nth-of-type(3) a{
    text-decoration: none;
    color: #fff;
}
.about-power div:nth-of-type(3):hover{
    transform: scale(1.1);
}
.about-power div:nth-of-type(4){
    margin-top: 30px;
    font-size: 30px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #274478;
}
.about-power div:nth-of-type(5){
    margin-top: 25px;
    font-size: 17px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #666666;
}
.figure{
    margin: 0px 0px 60px 80px;
}
.figure-top span:nth-of-type(1){
    font-size: 72px;
    font-family: HYXiYuanJ;
    font-weight: 400;
    color: #274478;
}
.figure-top span:nth-of-type(2){
    font-size: 22px;
    font-family: Alibaba PuHuiTi;
    font-weight: 300;
    color: #B3B3B3;
}
.about-figure .figure-bon{
    font-size: 14px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #666666;
}
/* 贴心服务 */
.serve{
    width: 100%;
     
    background-image: url(../image/home/serve-bj.png);
    background-repeat: no-repeat;
    padding: 85px 0px;
}
.serve-title{
    text-align: center;
}
.serve-title div:nth-of-type(1){
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.serve-title div:nth-of-type(2){
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #FFFFFF;
}
/* 合作品牌 */
.flex{
    display: flex;
    width: 1480px;
     
    /*height: 300px;*/
    margin: 50px 0px;
    flex-wrap: wrap;
    /*align-content: flex-start;      */
    box-sizing: border-box;           
  }
  .flex > li{
    box-sizing: border-box;
    height: 130px;
    width: 235px;
    margin-left: -1px;
    margin-top: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    border: 1px solid #ccc;
  }
  /* 底部 */
.footer-related{
    width: 100%;
    background-color: #010101;
    padding: 30px 0;
    min-height: 175px;
  }
  ul, ol {
  
      margin: 0px;
      padding: 0px;
      list-style: none;
      outline: none;
  
  }
  .foot {
      width:100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
  }
  .foot a{
      color:#8E9595;
      font-size: 12px;
  }
  .foot h4{
      color: #8E9595;
      font-weight: normal;
      font-size: 16px;
      margin: 20px 0;
  }
  .foot ul{
      width:980px;
      float:left;
  }
  .foot ul>li{
      float:left;
      margin-right:60px;
  }
  .foot ol li{
      font-size:14px;
      line-height: 28px;
  }
  .foot .focus{
      text-align: left;
      float:right;
      width:330px;
      margin-top:20px;
      text-align: right;
      color: #8E9595;
  }
  .focus div{
      text-align: left;
  }
  .focus div:nth-of-type(2){
    text-align: left;
    width: 12px;
    height: 3px;
    background: #8E9595;
    margin: 10px 0px;
}
.focus .qr div{
    width: 95px;
    /* height: 95px; */
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8E9595;
    text-align: center;
}
  .foot .focus .qr div img{
      margin-top:10px;
      width: 95px;
      height: 95px;
      text-align: center;
  }
  .flex li a{
      text-decoration: none;
  }
