
  .tabbar .arrow{
    display: none;
  }
  .tabbar {
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111;
    width: 100%;
    /* background-color: rgba(0, 0, 0, .85); */
  }
  
  .tabbar .logo {
    float: left;
    width: 187px;
    height: 70px;
    margin-top: 10px;
  }
  
  .tabbar .tabs {
    float: left;
    margin-left: 20px;
    padding: 2px 20px;
    width:800px;
  }
  
  .tabbar .tab {
    line-height: 90px;
    float: left;
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
  }
  
  
  .nav_box>ul >li{float:left;}
  .nav_box>ul >li >a{font-size:16px;font-weight:bold;color:#fff;display:block;padding:21px 15px 20px 35px;}
  .nav_box{margin-left:15px;}
  .sub_nav{position:absolute;top:90px;left:0;color:#fff;width:100%;padding:20px 0px;background-color:rgb(40, 39, 37);min-height:180px;overflow:hidden;display:none;-moz-opacity:.85;-khtml-opacity:.85;opacity:.85;min-height: 185px;z-index: 9999;}
  .sub_nav a{font-size: 14px;color: #fff;padding:6px 0px;display:block;}
  .sub_nav a:hover{color: #c79556}
  .tabbar .line{height:4px;background-color:#db9f5d;position:absolute;bottom:0;display:none;z-index:-1;}
  .sub_nav .ul{float:left;margin-right:2%;}
  /* .tabbar .tab:hover {
    text-decoration: underline;
  } */
  
  .tabbar .language {
    float: right;
  }
  
  .tabbar .language .more {
    display: none;
  }
  .word {
    color: #fff;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
  }
  .word .w{
    position: relative;
    z-index: 10;
  }
  .word .title {
    font-size: 60px;
    margin-top: 130px;
    font-weight: 700;
    letter-spacing: 0.1em;
    
  }
  
  .word .summary {
    font-size: 24px;
    line-height: 32px;
    width: 1100px;
    font-weight: 300;
    margin-top: 40px;
  }
  
  .word .btn {
    display: block;
    font-size: 24px;
    line-height: 60px;
    width: 250px;
    height: 60px;
    border: 1px solid #ccc;
    color: #eafafa;
    text-align: center;
    margin-top: 75px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: -webkit-gradient(linear, left top, right top, from(#1c5589), to(#194781)) no-repeat;
    background: linear-gradient(to right, #1c5589, #194781) no-repeat;
    background-size: 0% 100%;
  }
  
  .word .btn:hover {
    background-size: 100% 100%;
    color: #fff;
    border-color: #fff;
    padding-left: 10px;
  }
.footer {
    width: 100%;
    font-size: 14px;
    color: #7c7d7e;
  }
  
  .footer a {
    color: #7c7d7e;
  }
  
  .footer .f1 {
    height: 290px;
    background-color: #383a3f;
    padding-top: 65px;
    position: relative;
  }
  
  .footer .f1 .qrcode{
    width:120px;
    height: 120px;
    margin-top: 10px;
  }
  .footer .f1 .w {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .footer .f1 .line .l1 {
    display: block;
    line-height: 27px;
  }
  
  .footer .f1 .line .l1:hover {
    color: #d7dbdf;
  }
  
  .footer .f1 .line .title {
    font-size: 22px;
    color: #c08a5e;
    margin-bottom: 20px;
  }
  
  .footer .f2 {
    height: 85px;
    background-color: #2e3033;
  }
  
  .footer .f2 .left {
    float: left;
    line-height: 85px;
  }
  
  .footer .f2 .left a:hover {
    color: #d7dbdf;
  }
  
  .footer .f2 .right {
    float: right;
    line-height: 85px;
  }
  .picShow .section-title {
    font-size: 48px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  
  .picShow .summary {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
  }
  
  .picShow .tabs {
    margin-top: 70px;
    overflow: hidden;
    padding-bottom: 10px;
  }
  
  .picShow .tabs .tab {
    width: 33.33%;
    color: #000;
    font-size: 30px;
    float: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
  }
  
  .picShow .tabs .tab:hover {
    opacity: 0.8;
  }
  
  .picShow .tabs .tab span {
    position: relative;
    display: inline-block;
    padding: 0 5px;
  }
  
  .picShow .tabs .tab .active {
    color: #194781;
  }
  
  .picShow .tabs .tab .active::after {
    content: " ";
    position: absolute;
    left: 0;
    background-color: #194781;
    bottom: -5px;
    width: 0;
    height: 4px;
    -webkit-animation: line 0.2s ease-in 1;
            animation: line 0.2s ease-in 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  
  .picShow .tabs .tab1 {
    text-align: right;
  }
  
  .picShow .tabs .tab2 {
    text-align: center;
  }
  
  .picShow .tabs .tab3 {
    text-align: left;
  }
  .picShow .zhanshi{
    margin: 50px auto;
    width: 900px;
    animation-duration: 1.5s;
  }
  .picShow .zhanshi img{
    width: 600px;
    margin: 0 auto;
  }
  .picShow .zhanshi .btn{
    margin: 0 auto;
    margin-top: 30px;
    width: 220px;
    border: 2px solid #fff;
    padding: 11px 18px;
    font-size: 18px;
    position: relative;
    z-index: 2;
    display: block;
    color: #fff;
    background-color: #005bab;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    text-align: center;
  }
  .picShow .lvxing{
    display: none;
  }
  .picShow .duxin{
    display: none;
  }
  .picShow .zhanshi .btn:hover{
    border-color: #004291;
    background-color: #004291;
  }
  .picShow .swiper-container {
    margin: 50px auto;
    width: 900px;
  }
  
  .picShow .swiper-container .swiper-slide {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.6;
    height: 400px;
    position: relative;
  }
  
  .picShow .swiper-container .swiper-slide-active, .picShow .swiper-container .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    z-index: 10;
  }
  .picShow .swiper-container .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @-webkit-keyframes line {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  
  @keyframes line {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  .detail_main {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 100px;
    overflow: hidden;
    max-width: 1200px;
    padding: 0 30px;
  }
  
  .detail_main .title {
    font-size: 22px;
    color: #000;
    line-height: 1.5;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  
  .detail_main .info {
    line-height: 16px;
    text-align: center;
    padding: 10px 0;
    color: #a1a1a1;
  }
  
  .detail_main .info .num {
    display: inline-block;
    margin-left: 10px;
  }
  
  .detail_main .content {
    line-height: 1.5;
    font-size: 16px;
    margin-top: 10px;
  }
  
  .detail_main .content img {
    width: auto;
    height: auto;
    display: inline-block;
  }