﻿
/* @font-face{
    font-family: 'Alibaba-PuHuiTi-Medium';
    src : url('../font/Alibaba-PuHuiTi-Medium.ttf');
  }
  @font-face{
    font-family: 'Alibaba-PuHuiTi-Bold';
    src : url('../font/Alibaba-PuHuiTi-Bold.ttf');
  }
  @font-face{
    font-family: 'Alibaba-PuHuiTi-Heavy';
    src : url('../font/Alibaba-PuHuiTi-Heavy.ttf');
  }
  @font-face{
    font-family: 'Alibaba-PuHuiTi-Light';
    src : url('../font/Alibaba-PuHuiTi-Light.ttf');
  }
  @font-face{
    font-family: 'Alibaba-PuHuiTi-Regular';
    src : url('../font/Alibaba-PuHuiTi-Regular.ttf');
  }
@font-face{
    font-family: 'Alibaba-PuHuiTi-Medium';
    src : url('../font/Alibaba-PuHuiTi-Medium.eot');
  }
  @font-face{
    font-family: 'Alibaba-PuHuiTi-Bold';
    src : url('../font/Alibaba-PuHuiTi-Bold.eot');
  }
  @font-face{
    font-family: 'Alibaba-PuHuiTi-Heavy';
    src : url('../font/Alibaba-PuHuiTi-Heavy.eot');
  }
  @font-face{
    font-family: 'Alibaba-PuHuiTi-Light';
    src : url('../font/Alibaba-PuHuiTi-Light.eot');
  }
  @font-face{
    font-family: 'Alibaba-PuHuiTi-Regular';
    src : url('../font/Alibaba-PuHuiTi-Regular.eot');
  } */
  body{
    font-family: 'Alibaba-PuHuiTi-Medium';
    padding-top:70px;
  }
  p{
    margin-bottom:10px;
  }
  ul{
    list-style-type: none;
  }
  .container,.container-fluid{
    padding:0;
  }
  .row{
    margin-left:0;
    margin-right:0;
  }
  header{
    position: fixed;
    top:0;
    width:100%;
    border-bottom:  1px solid #ccc;
    box-shadow: 1px -1px 3px 0px;
    height: 70px;
    z-index: 999;
    background-color: #fff;
  }
  .head {
    height: 70px;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    border-bottom:  1px solid #ccc;
    
  }
  .head-2{
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    border-bottom:  1px solid #ccc;
    z-index: 999;
    
  }
  .head-3{
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    
    z-index: 999;
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .head-3>div{
    height: 100%;
  }
  .head-3>div>a{
    display: block;
  }
  .head-3>div>a:first-child{
    margin-bottom: 25px;
  }
  .h-m-a{
    font-size: 14px;
    font-family: 'Alibaba-PuHuiTi-Regular';
    margin-bottom: 8px;
  }
  .head-list{
    position: fixed;
    height: 96px;
    top: 69px;
    line-height: 96px;
    z-index: 999;
    width:100%;
    background-color: #fff;
    border-bottom:  1px solid #ccc;
    border-top:  1px solid #ccc;
    display: none;
  }
  .head-list2{
    position: fixed;
    top: 69px;
    height: 220px;
    z-index: 999;
    width:100%;
    background-color: #fff;
    border-bottom:  1px solid #ccc;
    border-top:  1px solid #ccc;
    display: none;
    padding-top: 40px;
  }
  .head-list2>div{
    height: 100%;
  }
  .head-list2 a{
    color: black;
  }
  .head-ul>li{
    height: 100%;
    box-sizing: border-box;
  }

  
  .head-left {
    display: flex;
    align-items: center;
    height: 100%;
  
    padding:0;
  }
  .head-img1{
    width:171px;
    cursor: pointer;
    display: block;
  }
  
  .head-ul {
    list-style: none;
    display:box;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display: flex;
    height: 100%;
    padding-inline-start: 0px;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    font-family: 'Alibaba-PuHuiTi-Medium';
    padding:0 150px;
  }
  .head-ul a{
    color: black;
    font-size: 23px;
    height: 100%;
    display: flex;
    align-items: center;
    word-break: keep-all;
  }
  .s-h-ul a{
    font-size: 18px;
  }
  
  .head-ul>a:hover{
    color: #134699;
  }
  
  .head-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding:0;
  }
  .head-img2{
    width:26px;
    display: none;
  }
  .head-search {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
  }
  .nav-show1,.nav-show2{

    /* border-bottom: 3px solid transparent; */
  }
  .nav-b-bottom{
    border-bottom: 3px solid #000;
  }
  .head-lang {
    font-size: 23px;
    font-family: 'Alibaba-PuHuiTi-Light';
    width: 171px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .head-lang>div{
    display: flex;
    align-items: center;
  }
  .head-lang a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4d4d4d;
  }
  .nav-lang{
    width: 26px;
    margin-right: 10px;
  }
  .carousel{
    width:100%;
  }
  .carousel-indicators {
    width: 132px;
    margin: 0 auto;
    height: 28px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .carousel-indicators>li {
    width: 18px;
    height: 18px;
    border: none;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    margin: 0 10px;
  }
  
  .nav-bg {
    background-color: #f8f8f8;
    padding: 0;
  }
  .nav-bg>div{
    padding: 0;
    margin: 0 auto;
  }
  
  .nav-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
  }
  
  .nav-img {
    width: 310px;
  }
  
  .nav-ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    width:100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 9px;
  }
  
  .nav-ul>li {
    width: 20%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100px;
    cursor: pointer;
  }
  .nav-ul a{
    color: #fff;
  }
  .nav-ul a:hover{
    color: #fff;
  }
  .nav-ul>li::before {
    content: '';
    height: 62px;
    position: absolute;
    left: 0;
    top: 8px;
    width: 1px;
    background-color: rgb(179, 179, 179);
  }
  
  .nav-ul>li:last-child::after {
    content: '';
    height: 62px;
    position: absolute;
    right: 0;
    top: 8px;
    width:1px;
    background-color: rgb(179, 179, 179);
  }
  
  .nav-ul>li>div {
    cursor: pointer;
  }
  
  .width-60{
    width:60%;
  }
  .nav-img-icon{
    width:100%;
    display: flex;
    justify-content: center;
  }
  .nav-img-icon>img{
    height:40px;
  }
  .nav-img-txt{
    font-size: 21px;
    font-family: 'Alibaba-PuHuiTi-Medium';
    display: flex;
    justify-content: center;
    margin-top:15px;
    color: rgb(179, 179, 179);
    text-align: center;
  }
  .list-out{
    position: absolute;
    top:calc(100% + 10px);
    left:50%;
    transform: translateX(-50%);
    z-index: 99;
  }
  /* .nav-img1{
    background: url(../img/shouye/0001.png) no-repeat;
  }
  .nav-img1:hover{
    background: url(../img/shouye/001.png) no-repeat;
    background-size: 100% 100%;
  }
  .nav-img2{
    background: url(../img/shouye/002.png) no-repeat;
  }
  .nav-img2:hover{
    background: url(../img/shouye/0002.png) no-repeat;
    background-size: 100% 100%;
  }
  .nav-img3{
    background: url(../img/shouye/0003.png) no-repeat;
  }
  .nav-img3:hover{
    background: url(../img/shouye/003.png) no-repeat;
    background-size: 100% 100%;
  }
  .nav-img4{
    background: url(../img/shouye/0004.png) no-repeat;
  }
  .nav-img4:hover{
    background: url(../img/shouye/004.png) no-repeat;
    background-size: 100% 100%;
  }
  .nav-img5{
    background: url(../img/shouye/0005-1.png) no-repeat;
  }
  .nav-img5:hover{
    background: url(../img/shouye/005.png) no-repeat;
    background-size: 75% 100%;
    background-position: center;
  } */
  
  .list1,.list2,.list3,.list4,.list5{
    position: relative;
    width: 230px;
    z-index: 99;
    display: none;
  }
  .list-i{
    width: 100%;
    background-color: #1e3d76;
    border-bottom: 1px solid #999;
    position: relative;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-weight: 500;
    font-size: 14px;
    display: block;
    opacity: .8;
  }
  .list-i:hover{
    opacity: 1;
  }
  .list-i:last-child{
    border: none;
  }
  .list-i:first-child::before{
   content: '';
   width: 0;
   height:0;
   position: absolute;
   border-width: 10px;
   border-style: solid;
   border-color: transparent transparent #1e3d76 transparent;
   top: -20px;
   left: 50%;
   transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   -o-transform: translateX(-50%);
  }
  
  
  
  
  .cards {
    margin-top: 20px;
    
  }
  
  .card {
    background-color: #00000000;
    padding: 5px 7px;
    border: none;
    display: block;
  }
  
  .card-left-in{
    background-color: #f8f8f8;
    height: 100%;
  }
  .card-left-in .card-title-en{
    /* margin-top: 50px; */
  }
  .card-title {
    font-size: 26px;
    color: rgb(30, 61, 118);
    text-align: center;
    width:206px;
    margin-left: 28px;
    font-family: 'Alibaba-PuHuiTi-Medium';
    line-height: 34px;
    padding-top:10px;
  }
  
  .card-title-p{
    padding-top: 10px;
    margin-bottom: 2px;
  }
  .card-type-p{
    position: absolute;
  }
  .card-title-en{
    width:100%;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    margin:0 auto;
    padding-top:0;
    font-family: 'Alibaba-PuHuiTi-Bold';
  }
  
  .card-type {
    width: 206px;
    height: 34px;
    background-color: rgb(19, 70, 153);
    color: white;
    text-align: center;
    line-height: 34px;
    font-size: 19px;
    font-family: 'Alibaba-PuHuiTi-Medium';
    margin-left: 28px;
    margin-top: 16px;
  }
  .card-type-en{
    width:100%;
    background-color: transparent;
    color: rgb(30, 61, 118);
    margin:0 auto;
    position: relative;
    padding-top:0;
    font-size: 14px;
    font-family: 'Alibaba-PuHuiTi-Regular';
  }
  .card-left-img {
    width: 100%;
    display: block;
  }
  .card-left-img-en{
    margin:0 auto;
    width:100%;
  }
  
  .img-out::after {
    content: '了解详情<<';
    position: absolute;
    top: 150px;
    left: 69px;
    color: rgb(30, 61, 118);
    font-size: 20px;
    font-family: 'Alibaba-PuHuiTi-Regular';
  }
  
  .card-des {
    color: #b3b3b3;
    margin: 0;
    padding: 0 32px;
    font-size: 19px;
    line-height: 35px;
    font-family: 'Alibaba-PuHuiTi-Medium';
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .card-des-en{
    text-align: center;
    color: rgb(30, 61, 118);
    /*margin-top: 50px;
    */position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .card-right{
    
  }
  .card-right-in{
    width:100%;
    background-color: #f8f8f8;
    cursor: pointer;
    height: 100%;
    padding-bottom: 10px;
  }
  
  .card-right-img1 {
    width: 100%;
    display: block;
    margin:0 auto;
  }
  
  .card-right-des1 {
    color: #b3b3b3;
    margin-top: 10px;
    padding-left: 32px;
    font-size: 19px;
    line-height: 35px;
    font-family: 'Alibaba-PuHuiTi-Medium';
    overflow:hidden;
          text-overflow:ellipsis;
          white-space:nowrap;
  }
  
  .card-right-img2 {
   display: block;
   margin: 0 auto;
   width:100%;
  }
  
  .card-padd {
    margin-left: 10px;
    width: 45% !important;
  }
  
  .card-50 {
    width: 50%;
  }
  
  .card-45 {
    width: 48%;
  }
  
  .center-bg {
    background: url(../img/shouye/35.png);
    background-size: cover;
    margin-top: 20px;
    background-repeat: no-repeat;
    padding: 10px;
    width: 100%;
  }
  
  .center-title {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
  }
  
  .center-top {
    margin-top: 10px;
    background-color: #00000000;
    padding: 5px;
    padding-left: 0;
    padding-right: 8px;
  }
  a{
    text-decoration: none;
  }
  a:hover{
    text-decoration: none;
  }
  .center-top-main {
    width: 100%;
    background-color: #fff;
    display: block;
    height: 100%;
  }
  
  .center-img1 {
    width: 100%;
    display: block;
  }
  
  .c-title {
    font-size: 20px;
    color: #666;
    padding: 0 20px;
    line-height: 24px;
    -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-top: 10px;
  margin-bottom: 20px;
  }
  
  .c-date {
    font-size: 14px;
    color: #b3b3b3;
    padding: 0 20px;
  }
  
  .c-des {
    font-size: 14px;
    color: #b3b3b3;
    padding: 0 20px;
     display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;  
        overflow: hidden;
  }
  
  .center-card {
    background-color: #00000000;
    margin-top: 10px;
    padding: 5px;
    padding-right: 0;
  }
  
  .center-card-main {
    width: 100%;
    background-color: #fff;
    display: flex;
    margin: 0;
    height: 100%;
  }
  
  .center-img2 {
    width: 60%;
  }
  @media screen and (max-width: 720px) {
    .center-img2 {
      width: 50%;
    }
  }
  .center-con{
   flex: 1;
   padding-top: 15px;
  }
  .center-last{
    padding:5px !important;
    background-color: #00000000;
  }
  .center-end{
    padding:5px;
    padding-right: 0;
    background-color: #00000000;
  }
  .center-end-in{
    width: 100%;
    background-color: #fff;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: black;
    font-size: 20px;
  }
  .center-last-img{
    width:100%;
    display: block;
    margin-bottom: 10px;
  }
  .center-last-in{
    width: 100%;
    background-color: #fff;
    /* padding-bottom: 26px; */
    display: block;
    height: 100%;
  }
  
  .foot-title{
    display: block;
    margin:20px auto;
  }
  
  #div1 div,#div1 img{
    margin:0;
    padding:0;
  }
  #div1 img{
    float:left;
    width:120px;
    margin-left: 40px;
  }
  #div1{
    width:100%;
    height:150px;
    overflow: hidden;
    margin: 0 auto;
  }
  #div2,#div3{
    float:left;
  }
  .img-out-2{
    width:200px;
    height:150px;
    display: flex;
    justify-content: center;
    align-items: center;
    float:left;
  }
  #div4{
    width:2000%;
    float:left;
    height: 100%;
  }
  #div2 img:hover,#div3 img:hover{
    transform-origin: center;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
  .f-ul{
    list-style-type: none;
    padding: 0;
  }
  .f-ul>li{
    margin-top:3px;
    line-height: 29px;
    font-size: 15px;
    cursor: pointer;
    font-family: 'Alibaba-PuHuiTi-Regular';
  }
  .f-ul>li>a{
    text-decoration: none;
    color: #fff;
    
  }
  .f-ul-title,.f-ul-title>a{
    font-size: 18px !important;
    font-family: 'Alibaba-PuHuiTi-Heavy' !important;
  }
  .foot-ul{
    position: relative;
  }
  .f-ul-2{
    padding-top: 40px;
  }
  .f-ul-c{
    margin: 0 auto;
  }
  .f-ul-c:first-child{
    margin-left: 0;
  }
  .f-ul-c:last-child{
    margin-right: 0;
  }
  .we{
    margin-top: 30px;
    border-bottom: 1px solid #fff;
    width:100%;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .hr{
    width:100%;
    height: 1px;
    background-color: #ccc;
    margin-top: 10px;
  }
  .c-6{
    font-size: 14px;
  }
  .c-6 a{
    color: #fff;
  }
  .menus{
    display: flex;
    align-items: center;
  }
  .menu{
    height: 40px;
    margin-left:15px;
  }
  .phone-nav{
    width:100%;
    z-index: 1000;
    height:100%;
    position: fixed;
    display: none;
    top:0;
  }
  .nav-menu{
    background-color: #1e3d76;
    color: #fff;
    height: 600px;
    width: 80%;
    overflow: scroll;
  }
  .m-nav-top{
    height: 60px;
    border-bottom:1px solid #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .m-close{
    margin-right: 20px;
    height: 30px;
  }
  .m-ul{
    list-style: none;
    width: 100%;
    padding: 0 20px;
   
  }
  .m-li{
    color: #fff;
    display: flex;
    height:60px;
    border-bottom: 1px solid #fff;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
  }
  .m-li-main{
    padding:0 25px;
    display: none;
  }
  .m-li-main>li{
    height: 50px;
    line-height: 50px;
  }
  .nav-menu a{
    color: white;
  }
  .nav-menu a:hover{
    color: white;
  }
  .getin{
    height: 20px;
  }
  .getout{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .m-li:hover{
    color: #fff;
  }
  .nav-detail{
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: none;
  }
  .d-left{
    width:40px;
    background-color: #1e3d76;
  }
  .d-close{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #fff;
  }
  .d-close>img{
    width:30px
  }
  .d-name{
    writing-mode:lr-tb;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px;
  }
  .d-right-top{
    height: 70px;
    padding:0 20px;
    font-size: 18px;
    color: #1e3d76;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width:120px;
  }
  .d-right-top>img{
    width:30px;
  }
  .d-right-li{
    height:60px;
    line-height: 60px;
    border-bottom:1px solid #999 ;
    width:250px;
    color: black;
    font-size: 18px;
    font-weight: 600;
  }
  .d-right>ul{
    padding-left:30px;
  }
  .carousel-item2{
    height: 240px;
    width: 100%;
    line-height: 200px;
    padding: 10px 0;
  }
  #carouselExampleIndicators2 a{
    color: #000;
  }
  .l-small li{
    width:14px;
    height:14px;
  }
  .new-name1{
    position: absolute;
    left:60%;
    top: 0;
    font-size: 20px;
    font-weight: 600;
  }
  .new-name2{
    position: absolute;
    left:60%;
    top: 20px;
    font-weight: 600;
  }
  .new-img{
    width:50%;
    margin-left:20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .carouse2{
    width:100%;
  }
  .tel-more{
    margin-top:30px;
  }
  .tel-more>ul{
    padding: 0;
    
  }
  .tel-li{
    width: 90%;
    
    margin: 0 auto;
  }
  .tel-li-t{
    height: 60px;
    display: flex;
    align-items: center;
    padding-left:20px;
    border: 1px solid #00000000;
    border-top: 1px solid #999;
    position: relative;
    color: #212529;
  }
  .tel-li>span{
    display: block;
    height: 60px;
    line-height: 60px;
  }
  .tel-li-border{
    border: 1px solid #4d4d4d;
  }
  .tel-li-ul{
    width:100%;
    padding:0;
    padding-left:20px;
    display: none;
  }
  .tel-li-ul a{
    color: #555;
    display: block;
    line-height: 40px;
  }
  .tel-icon{
    width: 20px;
    margin-left: 16px;
  }
  .tel-li-t::after{
    content: '+';
    position: absolute;
    right:10px;
    top: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .tel-li-t a{
    color: unset;
  }
  .tel-li:last-child{
    border-bottom: 1px solid #999;
  }
  .tel-more>p{
    color: #666;
    font-size: 12px;
    padding:0 40px;
  }
  .f-last{
    display: flex;
    flex-direction: column;
    background-color: #4d4d4d;
    margin-top:20px
  }
  .tel-foot{
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .tel-foot a{
    color: #fff;
  }
  .tel-icon-f{
    height: 35px;
    width:100%;
    padding-left: 40px;
  }
  .tel-icon-f>img{
    width:25px;
    margin-right: 20px;
  }
  .tel-img3{
    display: block;
    width: 90%;
    left: 50%;
    top: 20px;
    margin: 0;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -o-transform:translateX(-50%);
  }
  .carousel-item3 p{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .carousel-item3{
    height:400px;
    color: #fff;
  }
  .carousel-item3 .new-name1{
    top: 70%;
    position: absolute;
    font-size: 14px;
    line-height: 100%;
  }
  .carousel-item3 .new-name2{
    top: 78%;
    position: absolute;
    width: 80%;
    line-height: 150%;
    text-align: center;
  }
  .web-nav{
    width:101px;
    background-color: #1e3d76;
    opacity: .8;
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .web-ul{
    padding:0;
    color: #fff;
    font-size: 16px;
  }
  .web-li{
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #999;
    padding: 10px 9px;
    cursor: pointer;
    color: #fff;
    position: relative;
  }
  .web-li:hover{
    background-color: #134699;
    opacity: 1;
    color: #fff;
  }
  .web-li-l{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0 0 0;
    cursor: pointer;
  }
  .code{
    display: none;
    position: absolute;
    width: 175px;
    height: 215px;
    padding-top: 10px;
    text-align: center;
    top: 50%;
    left: -184px;
    background: #1d3e76;
    z-index: 999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .code::before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #1e3d76;
    position: absolute;
    top: 50%;
    left: 175px;
    margin-top: -5px;
  }
  .code-img{
    width: 115px;
      margin: 5px 0px;
  }
  .code-img2{
    width:130px;
    margin: 0 auto;
    display: block;
  }
  
  .code>p{
    font-size: 12px;
    margin-bottom: 0;
  }
  .code>p:first-child{
    font-size: 16px;
  }
  .web-ul>li:last-child{
    border-bottom: none;
  }
  .web-li-img{
    width:36px;
  }
  .to-top{
    background-color: #666;
    position: fixed;
    right: 4px;
    top: 70%;
    width:40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .to-top-img{
    width: 30px;
  }
  /* prolist */
  .prolist{
    width:100%;
  }
  .pro-list-nav{
    display: flex;
    width:100%;
    margin:0;
    padding:0;
    justify-content: left;
    flex-wrap: wrap;
  }
  .pro-list-first{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex:1;
    color: #1e3d76;
    font-weight: 600;
  }
  .pro-list-first span:first-child{
    font-size: 20px;
  }
  .pro-list-li a:hover{
    color: #666;
  }  
  .pro-list-li a{
    color: #666;
    display: block;
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .pro-list-li{
    max-width: 240px;
    height: 64px;
    flex:1;
    display: flex;
   justify-content: center;
    align-items: center;
    cursor: pointer;
    min-width: 100px;
    text-align: center;
  }
  .pro-list-bg{
    background-color: #f8f8f8;
  }
  .pro-list-li:hover{
    background-color: #ccc;
  }
  .bg-ccc{
    background-color: #ccc;
  }
  .type-title{
    margin: 31px auto;
    color: #1e3d76;
    font-size: 25px;
    height:33px;
    line-height: 33px;
    text-align: center;
    position: relative;
    font-family: 'Alibaba-PuHuiTi-Bold';
  }
  .type-title-en{
    width:440px;
  }
  .type-title::after{
      content: '';
      position: absolute;
      left: calc(100% + 10px);
      top: 50%;
      width: 42px;
      height: 1px;
      background: #1e3d76;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
  }
  .type-title::before{
      content: '';
      position: absolute;
      right: calc(100% + 10px);
      top: 50%;
      width: 42px;
      height: 1px;
      background: #1e3d76;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
  }
  .pro-cards{
    display: flex;
    width:100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .pro-card{
    width:354px;
    height:340px;
    position: relative;
    box-shadow: 3px 3px 10px 1px #ddd;
    margin-top:20px;
    display: block;
  }
  .pro-card-out{
    width:33%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .pro-card::after{
    flex: auto;
    content: '';
  }
  .pro-card-t{
    position: absolute;
    top: 10px;
    left: 5px;
  }
  .pro-card-t1{
    font-size: 20px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #000;
  }
  .pro-card-t2{
    font-size: 12px;
      line-height: 14px;
      background: #1e3d76;
      color: #fff;
    display: block;
    text-align: center;
    width:141px;
    padding: 5px 0;
  }
  .pro-card-img{
    width:100%;
    display: block;
    cursor: pointer;
    height: 218px;
  }
  .coming-img{
    width:33%;
    margin:0 auto;
  }
  .pro-card-des{
    padding:5px 17px;
    width: 100%;
      font-size: 16px;
      line-height: 31px;
      border-bottom: 1px solid #f8f8f8;
      color: #a7a7a7;
      height: 76px;
      text-overflow: ellipsis;
      display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; 
        overflow: hidden;
  }
  .pro-card-last{
    position: absolute;
      bottom: 0;
      right: 5px;
      line-height: 40px;
      font-size: 16px;
      color: #4a6490;
      cursor: pointer;
  }
  .soft-ul-s{
    justify-content: flex-start;
  }
  .pro-card-a{
    display: block;
  }
  
  /* proinfo */
  .p-info-img{
    width:100%;
  }
  .p-i-name{
    font-size: 32px;
      color: #1e3d76;
      margin-top: 30px;
      padding-left: 30px;
  }
  .p-i-name>span{
    font-size: 16px;
      margin-left: 10px;
  }
  .p-i-des{
    line-height: 24px;
    font-size: 16px;
    color: #9a9a9a;
    margin-top:10px;
    padding-left: 30px;
  }
  .p-i-type-name{
    text-align: center;
      line-height: 60px;
      color: #1e3d76;
      font-size: 26px;
      width:100%;
      margin-top: 50px;
  }
  .p-i-type-img{
    width:100%;
  }
  .p-i-card-des{
    margin-top:40px;
    margin-left: 30px;
  }
  .soft-card{
    height: 320px;
  }
  .soft-v{
    color: #4a6490;
    display: inline-block;
    margin-left: 20px;
  }
  .soft-btn{
    float: right;
      width: 86px;
      line-height: 30px;
      text-align: center;
      margin-right: 5px;
      background: #f2f2f2;
      color: #1e3d76;
      box-shadow: 2px 2px 1px 0px #ddd;
  }
  
  
  .sms-btn{
    width: 30%;
    cursor: pointer;
  }
  .sms-img{
    width: 100%;
    display: none;
  }
  .sms-img-active,.pro-img-active{
    display: block;
  }
  .sms{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .margin-top{
    margin-top: 50px;
  }
  .sms-download{
    background: #f2f2f2;
      color: #656565;
    margin: 40px auto;
    padding: 10px 40px;
    display: none;
  }
  .sms-d-active,.pro-d-active{
    display: block;
  }
  .sms-list{
    padding: 25px;
      width: 100%;
      background: #f2f2f2;
      display: flex;
      margin:0 auto;
  }
  .sms-i{
    width: 170px;
      line-height: 170px;
      height: 170px;
      margin-right: 45px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #fff;
  }
  .sms-i-active,.pro-i-active{
    border: 1px solid #1e3d76;
  }
  .sms-i img{
    width: 100px;
  }
  .sms-card{
    height: 280px;
  }
  .sms-download-btn{
    background: #1e3d76;
      color: #fff;
      line-height: 30px;
      text-align: center;
      box-shadow: 2px 2px 1px 0px #ddd;
      width: 95px;
      height: 30px;
      margin: 20px auto;
      display: block;
  }
  .sms-download-btn:hover{
    color: #fff;
  }
  .video-icon{
    position: absolute;
    top: 25%;
    left: 41%;
    cursor: pointer;
  }
  .video-des{
    line-height: 60px;
      font-size: 20px;
      height: 60px;
      width: 100%;
      color: #a7a7a7;
      padding-left:20px;
  }
  .video-cards{
    height: 270px;
  }
  .video-out{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    z-index: 10000;
    display: none;
    justify-content: space-around;
    align-items: center;
    background-color: rgba(238, 238, 238,.6);
  }
  .video-in{
    width:800px;
    background: #000;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }
  .video-header{
    padding: 0 15px;
      border-bottom: 1px solid #333;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 20px;
      color: #fff;
  }
  .video-close{
    font-size: 30px;
    font-weight: 900;
    cursor: pointer;
  }
  .video-play{
    height: 500px;
    width:100%;
    outline: none;
  }
  .news-cards{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .news-card{
    width:560px;
    height: 430px;
  }
  .news-card::after{
    content: '';
    flex: auto;
  }
  .news-img{
    display: block;
    width: 100%;
    height: 320px;
  }
  .news-card-date{
    width:70px;
    border: 1px solid #9a9a9a;
  }
  .news-card-year{
    text-align: center;
      font-size: 16px;
      font-weight: bold;
      color: #636363;
  }
  .news-card-day{
    text-align: center;
      font-size: 14px;
      font-weight: bold;
      color: #a8a8a8;
  }
  .news-card-f{
    height: 110px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .news-card-title{
    width: 380px;
    font-size: 20px;
      font-weight: bold;
      color: #6b6b6b;
      overflow:hidden;
          text-overflow:ellipsis;
          white-space:nowrap;
  }
  .news-card-out{
    width:50%;
    max-width: 560px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .notice-ul{
    padding: 0;
    width:100%;
  }
  .notice-li{
    width:100%;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
  }
  .notice-li:nth-child(even){
    background-color: #f2f2f2;
  }
  .notice-i{
    display: flex;
    justify-content: space-between;
  }
  .notice-title{
    line-height: 45px;
      font-size: 18px;
      color: #595959;
      height: 45px;
  }
  .notice-date{
    color: #9f9f9f;
    font-size: 18px;
    line-height: 45px;
  }
  .notice-top{
    width: 20px;
    height: 23px;
    position: absolute;
    right: 27%;
  }
  .detail-soft{
    font-size: 14px;
    color: #333;
    padding: 0;
    margin: 0;
  }
  .detail-t{
    width:214px;
    height: 214px;
    border:4px solid #3a5685;
    position: relative;
    text-align: center;
    line-height: 214px;
  }
  .detail-t::after{
    position: absolute;
    content: '';
    height: 70px;
    width:4px;
    right: -4px;
    top: 50%;
    background-color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .detail-o{
    display: flex;
    justify-content: left;
    align-items: center;
    border-right: 3px solid #f2f2f2;
    
  }
  .detail-title{
    font-size: 38px;
      color: #1f3d76;
      text-align:center;
      padding:0;
      margin:0
  }
  .detail-type{
    font-size: 16px;
    text-align: center;
    margin:0;
  }
  .detail-des{
    font-size: 20px;
    color: #333;
    padding: 0 20px;
    width: 80%;
  }
  .tobuy{
    position: absolute;
    right: 20px;
    bottom: 10px;
    color: #3a5685;
    display: block;
    width: 170px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 2px solid #3a5685;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .down-t{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 50px;
  }
  .down-f{
    flex: 1;
    min-height: 214px;
    padding:30px;
    display: flex;
    align-items: center;
    min-width: 375px;
    background-color: #f2f2f2;
    margin-left: 50px;
  }
  
  .update-main{
    width:100%;
    
    margin-top:8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .update-card{
    width:100%;
    border-bottom: 2px solid #fff;
    background-color: #f2f2f2;
    margin-bottom: 10px;
  }
  
  .update-card-head{
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    flex-wrap: wrap;
    min-height: 70px;
    border-bottom: 2px solid #00000000;
  }
  .update-v{
    font-size: 22px;
    color: #1e3d76;
  }
  .update-s{
    font-size: 22px;
  }
  .update-d{
    font-size: 22px;
    
  }
  .update-m{
    flex:0.5;
    display: flex;
    justify-content: flex-end;
    user-select: none;
  }
  .update-btn{
    font-size: 16px;
    color: #fff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #1e3d76;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .update-new{
    cursor: pointer;
    margin:0 10px;
    font-size: 16px;
    color: #1e3d76;
    width: 120px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 2px solid #1e3d76;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .update-other{
    font-size: 16px;
    color: #1e3d76;
    width: 120px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #1e3d76;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .update-card:first-child .update-other{
    display: block;
  }
  .update-card-main{
  width:100%;
  padding-left: 20px;
  font-size: 14px;
  }
  .update-card-i{
    border-bottom: 1px solid #a8a8a866;
    line-height: 50px;
  }
  .update-card-i:first-child{
    color: #1e3d76;
    font-size: 18px;
  }
  .update-card-i:last-child{
    margin-bottom: 40px;
  }
  .b-bottom{
    border-bottom: 2px solid #1e3d76;
  }
  .other-card{
    display: none;
  }
  .other-card .update-card-i{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .width-33{
    width:33%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 70px;
  }
  .btn-w{
    position: relative;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
  }
  .btn-w::after{
    content: '';
    position: absolute;
    bottom: -2px;
    width:100%;
    height: 2px;
    background-color: #f2f2f2;
    left:0;
  }
  .btn-w2{
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
  }
  .update-btn:hover{
    color: #fff;
  }
  .qylc-title{
    text-align: center;
      font-size: 24px;
      color: #4d4d4d;
      margin-bottom: 20px;
      width: 100%;
  }
  .qylc-txt{
    font-size: 14px;
      line-height: 24px;
      margin:0 0 20px;
      color: #9e9e9e;
  }
  .qylc-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width:100%;
    margin-top:50px;
  }
  .qylc-card{
    width: 48%;
    color: #9e9e9e;
    background: #f2f2f2;
      border-radius: 5px;
      box-shadow: 3px 3px 10px 1px #ddd;
      padding: 20px 30px;
      margin-bottom: 20px;
      overflow: hidden;
  }
  .qylc-c-t{
    font-size: 20px;
      margin-bottom: 10px;
      padding:0;
  }
  .qylc-c-m{
    font-size: 16px;
      margin: 0;
      padding:0;
  }
  .qylc-imgs{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width:100%;
    margin-top:20px;
    flex-wrap:wrap;
  }
  .qylc-img-o{
    width: 22%;
    margin-top:20px;
  }
  
  .qylc-img{
    width:100%;
  }
  .qylc-h{
    width:90%;
    margin-top: 20px;
  }
  .find-title{
    margin:30px auto;
  }
  .news-title{
    color: #fff;
    margin:39px auto;
    font-size: 25px;
    font-family: 'Alibaba-PuHuiTi-Bold';
  }
  .news-title::after{
    background-color: #fff;
  }
  .news-title::before{
    background-color: #fff;
  }
  .hz-title{
    margin:50px auto;
  }
  .hz-title::before{
    width:30px;
  }
  .hz-title::after{
    width:30px;
  }
  .zp-cards{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
  }
  .zp-card{
    margin-top: 20px;
    width:48%;
    min-width: 375px;
    height: 85px;
    border-left: 6px solid #cccccc;
    background-color: #f5f5f5;
    color: #989898;
    padding:13px 0;
    box-shadow: 3px 3px 10px 1px #ddd;
    position: relative;
    padding-left:30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .zp-card:hover{
    border-left: 6px solid #1d3e76;
  }
  
  .zp-name{
    font-size: 20px;
      color: #666666;
      line-height: 30px;
      margin:0;
  }
  .zp-detail{
    margin: 0;
    line-height: 30px;
  }
  .zp-num{
    margin-left: 20px;
  }
  .zp-more{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .env-cards{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width:100%;
  }
  .env-card{
    width:45%;
    margin-top: 20px;
    min-width: 375px;
  }
  .env-img{
    display: block;
    width:90%;
    margin:0 auto;
    margin-bottom: 20px;
    box-shadow: 3px 3px 10px 1px #ddd;
  }
  .env-name{
    text-align: center;
      line-height: 50px;
      font-size: 20px;
      color: #989898;
  }
  .fl-title{
    text-align: center;
    font-size: 16px;
    color: #656565;
    font-weight: bold;
    margin-bottom: 10px;
    width:100%;
  }
  .fl-img1{
    width: 60%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .fl-img2{
    width:100%;
    display: block;
  }
  .tzz-main{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
  }
  .tzz-nav{
    width:170px;
    margin-right: 20px;
    background-color: #eee;
    height: 162px;
  }
  .tzz-nav>div{
      margin: 0;
      color: #555;
      padding-left: 10px;
      cursor: pointer;
      font-size: 16px;
      padding: 15px 15px;
      display: block;
      
  }
  .tzz-nav>div:hover{
    background-color: #ccc;
  }
  .tzz-des{
    flex:1;
  }
  .tzz1{
    
  }
  .tzz-head{
    font-size: 18px;
      color: #fff;
      padding: 10px 0 10px 24px;
      border: 1px solid rgb(30, 61, 118);
      background-color: rgb(30, 61, 118);
      margin: 0;
  }
  .tzz-txt{
    padding: 20px 20px 20px 20px;
      font-size: 14px;
      color: rgb(51, 51, 51);
      text-indent: 2em;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: auto;
      text-align: justify;
      line-height: 26px;
      word-break: break-all;
      border:1px solid rgb(238, 238, 238)
  }
  .tzz-video{
    width:50%;
    margin:20px auto;
    display: block;
  }
  .tzz2-nav{
    border: 1px solid rgb(220, 220, 220);
    display: flex;
    width: 274px;
    border-bottom: none;
  }
  .tzz2-tab{
    text-align: center;
      font-size: 16px;
      border-right: 1px solid rgb(220, 220, 220);
      padding: 0 30px;
      height: 40px;
      line-height: 40px;
      cursor: pointer;
      font-weight: 700;
      width:137px;
      position: relative;
  }
  .tzz2-tab::after{
    position: absolute;
    content: '';
    width: 2px;
    height: 10px;
    left:30px;
    top:50%;
    background-color: #000;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .tzz2-tab:last-child{
    border-right: none;
  }
  .tzz2-box{
    padding: 30px 20px;
    width:100%;
    border: 1px solid rgb(220, 220, 220);
  }
  .tzz2-nav a{
    color: #212529;
  }
  .box-ul{
    padding:0;
  }
  .box-li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(220, 220, 220);
    position: relative;
    padding:0 20px;
    margin-top:10px;
    color: rgb(51, 51, 51);
  }
  .box-li a{
    color: rgb(51, 51, 51);
    max-width: 70%;
    overflow:hidden;
          text-overflow:ellipsis;
          white-space:nowrap;
  }
  .box-li>span:last-child{
    color: rgb(159, 159, 159);
  }
  .box-li::after{
    position: absolute;
    content: '';
    left: 0;
    height: 8px;
    width:9px;
    background-color: #1d3e76;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .t-box{
    display: none;
  }
  .t-tab{
    background-color: rgb(238, 238, 238);
  }
  .r-h-300{
    height: 600px;
  }
  .tzz-p{
    padding: 3px 20px;
    font-size: 14px;
      color: rgb(51, 51, 51);
      margin:0;
  }
  .tzz-p-m{
    padding: 20px 0;
    border: 1px solid rgb(220, 220, 220);
  }
  
  .t-nav{
    background-color: #1e3d76 !important;
    color: #fff !important;
  }
  .tzz-d{
    display: none;
  }
  .zp-d-title{
    padding:0;
    display: flex;
    flex-wrap: wrap;
    width:100%;
    border-right: 1px solid #f2f2f2;
  }
  .zp-d-title>li{
    width:25%;
      font-size: 16px;
      line-height: 60px;
      padding-left: 30px;
      border-bottom: 1px solid #f2f2f2;
      border-left: 1px solid #f2f2f2;
  }
  
  .zp-d-title>li:first-child{
    width:100%;
    font-size: 20px;
      background: #e6e6e6;
      padding-left: 30px;
      line-height: 80px;
      color: #666666;
  }
  .gw-ul{
    width:100%;
  }
  .gw-ul>li{
    font-size: 14px;
      color: #b3b3b3;
      margin: 0 0 10px;
  }
  .gw-ul>li:first-child{
    font-size: 16px;
      color: #666666;
      line-height: 40px;
  }
  .sub{
    background: #1d3e76;
      color: #fff;
      font-size: 24px;
      padding: 10px 40px;
      margin:10px auto;
  }
  .sub:hover{
    color: #fff;
  }
  .n-title{
    font-size: 24px;
    color: #333;
    width:100%;
  }
  .n-date{
    line-height: 30px;
      font-size: 16px;
      color: #a7a7a7;
      width:100%;
      padding-left:20px;
      border-bottom: 1px solid #c2c2c2;
  }
  .n-main{
  font-size: 14px;
  color: #333;
  line-height: 20px;
  }
  .m-top-50{
    margin-top: 50px;
  }
  .gg-title{
      background: #1e3d76;
      padding: 10px 0;
      text-align: center;
      font-size: 20px;
      color: #fff;
      width:100%;
      margin: 30px auto;
  }
  .no-padding{
    padding:0;
  }
  .gg-main{
    padding-left: 28px;
    line-height: 30px;
  }
  table{
    width:100%;
  }
  .c-language{
    display: flex;
  }
  .c-language>a:first-child{
    font-family: 'Alibaba-PuHuiTi-Light';
    width: 30px;
  }
  .c-language>a:last-child{
    font-family: 'Alibaba-PuHuiTi-Regulart';
    width:30px;
  }
  .cho-language{
    display: none;
    background-color: #fff;
    border: 1px solid #999;
    z-index: 20;
    position: absolute;
    top:100%;
    left: -50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
  }
  .cho-language>p{
    margin: 0 auto;
    cursor: pointer;
  }
  .cho-language>p:hover{
    background-color: #ccc;
  }
  .m-language{
    cursor: pointer;
  }
  .soft-detail-img{
    width:100%;
  }
  .parameter{
    display: flex;
    border-bottom: 1px solid #ccc;
      
  }
  
  .keys{
    width:35%;
    font-size: 20px;
      font-weight: normal;
      color: #5a5a5a;
      padding-left: 10px;
      line-height: 50px;
  }
  .values{
    flex:1;
    text-align: left;
  }
  .key{
    line-height: 28px;
    color: #5a5a5a;
  }
  .value{
    line-height: 28px;
    border-bottom: 1px solid #ccc;
    line-height: 50px;
    padding-left: 10px;
  }
  .value:last-child{
    border: none;
  }
  .values>div{
    border-bottom: 1px solid #ccc;
    
  }
  .bg-cccccc{
    background-color: #cccccc55;
  }
  .values>div:last-child{
    border-bottom: none;
  }
  .width-40{
    padding-left: 0;
    width:40%;
  }
  .width-60>a{
    padding-right: 0;
  }
  .width-60>div>a{
    padding-left: 7px;
  }
  .width-60>div>a:last-child{
    padding-right: 0;
  }
  .width-50{
    width:50%;
    font-family: 'Alibaba-PuHuiTi-Medium';
  }
  .foot-bg{
    background-color: #525252;
    padding-top: 98px;
    font-family: 'Alibaba-PuHuiTi-Medium';
    color: #fff;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .foot-bg a{
      color: #337ab7;
    }
    .foot-bg .beian{
      color: #fff !important;
      margin: 5px 0;
    }

  .width-100{
    width:100%
  }
  .contact-title{
    font-size: 40px;
    margin: 0 auto;
    display: inline-block;
    border-bottom: 3px solid #000;
    margin-top: 100px;
  }
  .contact-des{
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width:50%;
    margin-top: 50px;
    color: rgb(125, 125, 146);
  }
  .contact-item{
    width:34%;
    border-bottom: 1px solid #ccc;
    margin-top: 50px;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .item-input{
    height: 49px;
    border:none;
    outline: none;
    width:90%;
    font-size: 18px;
    line-height: 49px;
  }
  .contact-item>span{
    margin-left: 20px;
    color: red;
  }
  .item-job{
    position: relative;
    cursor: pointer;
  }
  .job-ul{
    padding:0;
    margin: 0;
    position: absolute;
    top:100%;
    width:100%;
    font-size: 18px;
    background-color: #fff;
    box-shadow: -1px -3px 10px 1px #ddd;
    display: none;
    z-index: 888;
    left:0;
  }
  .job-ul>li{
    line-height: 53px;
    padding-left: 20px;
  }
  .job-ul>li:hover{
    background-color: rgb(159, 159, 159);
    color: #fff;
  }
  .contact-icon{
    right: 0;
    width:30px;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .contact-box{
    width:84%;
    height: 400px;
    background-color: rgb(238, 238, 238);
    margin:0 auto;
    margin-top: 100px;
    resize: none;
    border:none;
    outline: none;
    padding:10px;
  }
  .contact-send{
    width:84%;
    height: 50px;
    background-color: rgb(179, 179, 179);
    line-height: 50px;
    margin-top: 70px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    outline: none;
    border: none;
    margin-bottom: 50px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }
  .contact-send:focus{
    outline: none;
  }
  .tosend{
    background-color: #134699;
  }
  .tel-cards{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    width:100%;
  }
  .tel-card{
    width:45%;
    height: 220px;
    box-shadow: 5px 5px 10px 3px #eee;
    margin-top:50px;
    padding: 10px 15px;
  }
  .tel-title{
    margin-bottom: 20px;
    font-size: 22px;
    color: #1e3d76;
  }
  .tel-main{
    line-height: 30px;
  }
  .tel-card2{
    height: 170px;
  }
  .tel-cards2{
    flex-wrap: wrap;
  }
  .phonenumber{
    height: 50px;
    padding: 0;
    margin-top: -25px;
    line-height: 50px;
    position: absolute;
      width: 175px;
      text-align: center;
      top: 50%;
      left: -184px;
      background: #1d3e76;
      z-index: 999;
      display: none;
  }
  .phonenumber::before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #1e3d76;
    position: absolute;
    top: 50%;
    left: 175px;
    margin-top: -5px;
  }
  .phonenumber>img{
    display: inline-block;
      width: 30px;
      height: 30px;
      margin: 0 10px;
  }
  .building{
    width: 300px;
  }
  .msg{
    color: red;
    bottom: 10%;
    width:100%;
    text-align: center;
    left:0;
  }
  .file-header{
    display: flex;
    font-size: 21px;
    margin-bottom: 10px;
  }
  .file-header>span{
    flex: 1;
  }
  .file-header>span:first-child{
    margin-left: 10px;
  }
  .file-ul{
    list-style: none;
    padding:0;
  }
  .file-li>*{
   flex: 1;
  }
  .file-li img{
    width:30px;
    margin-right: 10px;
  }
  .file-li{
    height: 50px;
    font-size: 18px;
  }
  .file-name{
    display: flex;
    margin-left: 10px;
  }
  .file-name>a{
    text-decoration: underline;
  }
  .re-img{
    width: 30px;
    margin-left: 10px;
    cursor: pointer;
  }
  .file-return{
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
  }
  
  .file-ul>li:nth-child(odd){
    background-color: #f0f0f0;
  }
  .file-ul-d{
    display: none;
  }
  .find-margin{
    margin-top:53px;
    margin-bottom:43px;
  }
  .new-pro{
    font-family: 'Alibaba-PuHuiTi-Regular';
    width:90%;
    margin:0 auto;
  }
  .type-tit{
    font-family: 'Alibaba-PuHuiTi-Medium';
    font-size: 17px;
    width:190px !important;
  }
  .type-tit::before{
    width:20px;
  }
  .type-tit::after{
    width:20px;
  }
  .xx-out>div{
    width:100%;
  }
  .xx-title{
    font-size: 14px;
    line-height: 25px;
    padding:0 10px;
    margin-top: 30px;
  }
  .xx-main{
    display: flex;
    width:100%;
    font-size: 12px;
    padding-left:10px;
  }
  .xx-key{
    width:78px;
    line-height: 25px;
  }
  .xx-value{
    flex:1;
    line-height: 25px;
    
  }
  .xx-img{
    height: 50px;
  }
  
  .tips-s,.tips-f{
    color: #134699;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
  }
  .xx-main:nth-child(even){
    background-color: #f8f8f8;
  }
  .table-show{
    display: none;
  }
  .coming{
    width:100%;
    text-align: center;
  }
  .padding-0{
    padding:0;
  }
  .ba-a{
    color: #666;
  }
  .img-a{
    width: 100%;
  }
  .foot-icon-a{
    position: absolute;
    top:-80px;
    left:0;
  }
  .foot-icon{
    width:171px;
  }
  .app-img>img{
    width:100% !important;
    height:auto !important;
  }
  .m-li-btn{
    display: block;
    width:100%;
  }
  .app-img0{
    margin-left: 50%;
    top:0;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
  }
  .app-name{
    font-size: 18px;
    font-weight: unset;
    text-align: center;
    top:unset;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .carousel-item-app{
    height: 250px;
  }
  .app-des{
    width:100%;
    text-align: center;
    line-height: 17px;
    padding:10px;
    font-family: 'Alibaba-PuHuiTi-Regular';
  }
  .app-ol>li{
    margin: 0 7px !important;
  }
  .app-img-100{
    width:100%;
  }
  .app-2-li{
    width: 70px;
  }
  .app-img-50{
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
  }
  
  .pro-ul-list .pro-list-first{
  flex: unset;
  }
  .n-left{
    width: 100px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .n-out{
    display: flex;
  }
  .n-right{
    flex:1;
  }
  .m-icon{
    height: 40px;
    margin-right: 40px;
  }
  .pro-ul-list{
    justify-content: center;
  }
  .w-100{
    max-height: 100%;
  }
  .soft-card-des{
    margin-bottom: -10px;
  }
  .ali{
    border: 1px solid #ccc;
    border-left: none;
    user-select: none;
  }
  .ali>a{
    padding:2px 10px;
    display: block;
  }
  .ali:first-child{
    border-left: 1px solid #ccc;
  }
  .ali:hover{
    background-color: #ccc;
  }
  .ali .active{
    background-color: #7cc7da;
    color: #fff;
  }
  .information-index{
    padding: 10px 20px;
  }
  .information-index-head{
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 20px;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
  }
  .information-index-head input{
    text-indent: 1em;
    font-size: 16px;
    width:230px;
    padding-right: 2em;
  }
  .information-index-head input::-webkit-input-placeholder{
  color:#ccc;
  }
  .information-index-head input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
  }
  .information-index-head input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
  }
  .information-index-head input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#ccc;
  }
  .information-index-head>div{
    position: relative;
  }
  .info-search{
    position: absolute;
    right: 5px;
    top: 8px;
    width: 18px;
  }
  .info-head{
    display: flex;
    align-items: center;
    width:100%;
    line-height: 30px;
    background-color: #f4f7fa;
    padding: 5px 10px;
  }
  .information-index ul{
    padding:0;
    width:100%;
    margin-top:10px;
  }
  .info-li{
    height: 100px;
    line-height: 100%;
    display: flex;
    padding: 5px 10px;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .info-li>*{
    min-width: 150px;
    display: flex;
    align-items: center;
    margin: 0 5px;
  }
  .info-head>span{
    min-width: 150px;
    margin: 0 5px;
    position: relative;
  }
  .info-title{
    flex:1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    padding:13px 0;
  }
  .info-title>span{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    width: 100%;
  }
  .info-title>span:last-child{
    font-size: 14px;
    color: #878787;
  }
  .info-head>span:first-child{
    flex:1;
  }
  .info-img{
    width: 100px;
  }
  .info-nav{
    display: flex;
    justify-content: flex-end;
    width:100%;
  }
  .info-d-head{
    line-height: 80px;
    padding: 0 10px;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    width:100%;
  }
  .info-d-top{
    display: flex;
    align-self: center;
    margin: 10px;
    padding: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    width:100%;
  }
  .info-d-img{
    width:200px;
  }
  .info-d-title{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .info-d-title>span:first-child{
    font-size: 20px;
  }
  .info-icon{
    display: flex;
    align-items: flex-end;
  }
   .info-icon>img:last-child{
     margin-right: 5px;
     margin-left: 20px;
   }
   .info-content{
     padding: 10px;
   }
   .info-d-tips{
     color: #cccccc;
   }
   .help-out{
     padding: 50px;
     width:100%;
   }
   .help-title{
     line-height: 100px;
     border-bottom: 10px solid #f4f7fa;
     font-size: 20px;
   }
   .help-content{
     display: flex;
   }
   .help-content>div{
     flex:1;
     padding-top: 10px;
   }
   .help-left>div{
     font-weight: 600;
     font-size: 18px;
     line-height: 80px;
   }
   .help-left{
     display: flex;
     flex-direction: column;
     border-right: 4px solid #f4f7fa;
   }
   .help-left>*{
     padding-left: 40px;
   }
   .help-left>span{
     line-height: 50px;
     color: #888;
     position: relative;
     cursor: pointer;
   }
   .help-left>span::after{
     content: '';
     position: absolute;
     left:10px;
     top:50%;
     transform: translateY(-50%);
     width: 20px;
     height: 20px;
     background: url(../img/pro/article-8.svg) no-repeat;
     background-size: 20px 20px;
   }
   .help-active{
     background-color: #3C91F7;
     color: #fff !important;
     position: relative;
   }
   .help-active::after{
     background: url(../img/pro/article-f.svg) no-repeat !important;
     background-size: 20px 20px !important;
   }
   .help-right{
     padding:20px;
   }
   .help-r-title{
     font-size: 20px;
     font-weight: 600;
     line-height: 50px;
   }
   .help-r-msg{
     font-size: 14px;
     color: #ccc;
     display: flex;
     justify-content: space-between;
     border-bottom: 1px solid #ccc;
     padding-bottom: 10px;
   }
   .help-r-txt{
     padding-top:10px;
   }
   .svideo-card{
     width:300px;
     margin:20px;
     display: flex;
     flex-direction: column;
     box-shadow: 1px 3px 20px #ccc;
     border-radius: 8px;
   }
   .svideo-img{
     width: 100%;
     cursor: pointer;
   }
   .svideo-card>span>span>img{
     width:20px;
     margin-right: 5px;
    }
    .svideo-card>span{
      padding:0 5px;
      height: 48px;
    }
    .svideo-card>span>span>img:last-child{
      margin-bottom: 6px;
   }
   .svideo-card>span:last-child{
     display: flex;
     justify-content: space-between;
     font-size: 14px;
     color: #ccc;
     height: 24px;
   }
   .svideo-p{
     width:80%;
    margin:0 auto;
    display: block;
    background-color: #000;
    margin-top:20px;
    height: 500px;
   }
   .svideo-des{
     width:80%;
    margin:0 auto;
    display: block;
     padding-top: 20px;
     display: flex;
     flex-direction: column;
   }
   .svideo-des>span:nth-child(2){
     color: #ccc;
     display: flex;
     justify-content: space-between;
     font-size: 15px;
     padding-bottom: 10px;
     border-bottom: 1px solid #ccc;
   }
   .watch-icon,.good-icon{
     width:20px
   }
   .good-icon{
     margin-bottom: 5px;
   }
   .svideo-main{
     padding-top: 10px;
   }
   .m-info-card{
     width:100%;
     display: flex;
     justify-content: space-between;
     margin: 10px;
     border-bottom: 1px solid #eaeaea;
     padding-bottom: 15px;
     color: #000;
     align-items: center;
     margin-bottom: 0;
     margin-top: 15px;
   }
   .info-card-txt{
     display: flex;
     height: 80px;
     flex-direction: column;
     justify-content: space-between;
     flex:1;
   }
   .info-card-txt>span:last-child{
     font-size: 14px;
     color: #666;
     margin-top: 5px;
     display: flex;
   }
   .info-card-txt>span:first-child{
     display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; 
        overflow: hidden;
        font-size: 18px;
   }
   .info-card-txt>span:last-child>span{
     border-left: 1px solid #ccc;
     margin-right: 5px;
     padding-right: 10px;
     line-height: 14px;
     padding-left: 5px;
   }
   .info-card-txt>span:last-child>span:last-child{
     border-right: 1px solid #ccc;
   }
   .tag_s{
     border: 1px solid #ccc;
    border-radius: 10px;
    padding: 2px 5px;
    margin: 0 5px;
    font-size: 12px;
   }
   .info-card-img-out{
     height: 80px;
     width: 100px;
     display: flex;
     align-items: center;
     justify-content: center;
     overflow: hidden;
   }
   .info-card-img{
     max-height: 80px;
   }
   .info-m-head{
     padding:0 15px;
     border-bottom: 1px solid #ccc;
     position: fixed;
     background-color: #fff;
     display: flex;
     width:100%;
   }
   .m-info-title{
     flex:1;
     text-align: center;
     height: 40px;
     line-height: 40px;
     font-size: 18px;
     font-weight: 600;
   }
   .m-info-pad{
     padding-top:80px;
   }
   .m-info-search{
     width:100%;
     display: none;
   }
   .m-info-search>input{
     width:80%;
     height: 30px;
   }
   .m-info-detail{
     padding:10px;
     width:100%;
   }
   .m-info-detail>span{
     width: 100%;
     display: block;
     line-height: 25px;
     word-break: break-all;
   }
   .m-info-detail-title{
     font-weight: 600;
     line-height: 30px;
     font-size: 20px;
   }
   .m-info-detail-tips{
     color: #878787;
     font-size: 14px;
     line-height: 30px;
   }
   .m-info-detail-times{
     font-size: 12px;
     color: #C9C9C9;
     display: flex !important;
     justify-content: space-between;
   }
   .m-video-search{
     padding-left: 40px;
     flex:1;
     height: 30px;
     display: flex;
     align-items: center;
     background-color: #F9FAFD;
     position: relative;
   }
   .m-video-input{
     width:100%;
     border: none;
     outline: none;
     background-color: #F9FAFD;
   }
   .m-video-s-cancel{
     height: 40px;
     line-height: 40px;
     margin-left: 10px;
     color: #878787;
     font-size: 15px;
   }
   .info-m-head2{
     align-items: center;
   }
   .m-video-s-icon{
     width:20px;
     position: absolute;
     left: 10px;
     top:50%;
     transform: translateY(-50%);
   }
   .info-context img{
     max-width: calc(100vw - 30px);
   }
   .m-video-card{
     width:90%;
     margin:10px auto;
     box-shadow: 1px 1px 10px #ccc;
     border-radius: 4px;
     color: #000;
   }
   .m-video-card>p{
     padding:2px 6px;
     margin-bottom: 0;
   }
   .m-video-card-img{
     width:100%;
   }
   .m-video-card>span{
     width:100%;
     padding:2px 6px;
     font-size: 12px;
     display: flex;
     justify-content: space-between;
     color: #999;
   }
   .m-video-card>p{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
   }
   .m-video-tips{
     color:#878787;
     font-size: 15px;
   }
   .m-watch{
     width: 20px;
     margin-right: 2px;
   }
   .m-like{
     width: 20px;
     margin-bottom: 3px;
     margin-right: 2px;
   }
   .s-search-card{
     width:90%;
     border-bottom: 1px solid #ccc;
     padding: 15px 0;
     display: flex;
     margin:0 auto;
   }
   .s-search-card-img{
     width:45%;
     border-radius: 4px;
     height: 100%;
   }
   .s-search-card-content{
     flex:1;
     display: flex;
     flex-direction: column;
     padding-left: 10px;
   }
   .s-search-card-title{
     font-size: 18px;
   }
   .s-search-card-tips{
     color: #878787;
     font-size: 14px;
   }
   .m-video-play{
     width:100%;
     background-color: #000;
     z-index: 8;
     height: 250px;
   }
   .m-video-p-top,.m-video-content{
     padding:5px 10px;
     border-bottom: 10px solid #f9fafd;
   }
   .padding-top-220{
     display: flex;
     flex-direction: column;
     height: 100vh;
   }
   .padding-top-220 p{
     word-break: break-all;
   }
   .flex-scroll{
     flex:1;
     overflow-y: auto;
   }
   .m-video-p-top{
     position: relative;
   }
   .m-video-time{
     color: #ccc;
     font-size: 14px;
   }
   .sort-up,.sort-down{
     position: absolute;
     width:12px;
     right: 60px;
   }
   .sort-up1,.sort-down1{
     position: absolute;
     width:12px;
     right: 80px;
   }
   .sort-up{
     top:6px;
   }
   .sort-down{
     top:14px;
   }
   .like-btn{
     width:50px;
     height: 50px;
     position: fixed;
     right: 10px;
     bottom: 10%;
     background-color: #fff;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: space-around;
     flex-direction: column;
     box-shadow: 0px 4px 6px #ccc;
     padding: 6px;
    }
    .like-btn>span{
      font-size: 12px;
      transform-origin: center;
      transform: scale(.8);
   }
   .like-btn>img{
     width:22px;
   }
   .share-pro{
     position: fixed;
     z-index: 10;
     background-color: rgba(238, 238, 238,.6);
     
     width:100%;
     height: 100%;
     top:0;
     display: none;
   }
   .share-div{
     height: 150px;
     width:100%;
     position: fixed;
     bottom: 0;
     background-color: #fff;
   }
   .share-main{
     height: 100px;
     width:100%;
     border-bottom: 5px solid rgba(238, 238, 238,.6);
     display: flex;
     align-items: center;
   }
   .share-icon{
     width:60px;
     display: flex;
     align-items: center;
     flex-direction: column;
     justify-content: space-around;
     margin-left: 20px;
     
   }
   .share-img{
     padding:13px;
     box-shadow: 0px 0px 2px #ccc;
     border-radius: 6px;
   }
   .share-name{
     font-size: 12px;
     color: #000;
     margin-top:5px;
   }
   .share-cancel{
     display: block;
     width:100%;
     text-align: center;
     padding:10px;
   }
   .get-types{
     width:100%;
     height: 40px;
      display: flex;
      position: fixed;
      top: 40px;
      background-color: #fff;
      box-shadow: 0px 1px 1px #ccc;
      border-top: 1px solid #ccc;
   }
   .get-type{
     flex:1;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: space-around;
     position: relative;
   }
   .get-type::after{
     content: '';
     width:0;
        height:0;
      border-right:5px solid transparent;
      border-left:5px solid transparent;
      border-top:5px solid #000;
     position: absolute;
     right: 30px;
     top:49%;
   }
   .share-video{
     position: absolute;
     right: 5px;
     top:50%;
     width:60px;
     height: 20px;
     border-radius: 10px;
     border: 1px solid #3C91F7;
     display: flex;
     justify-content: space-around;
     align-items: center;
     padding: 0 5px;
   }
   .share-1-img{
    width:16px;
   }
   .share-1-name{
     font-size: 12px;
     color: #3C91F7;
   }
   .m-info-pad-40{
     padding-top:40px;
   }
   .m-like-2{
    margin-bottom: 4px;
   }
   .like-n1,.like-l2{
     display: none;
   }
   .filter-color{
     color: #2c2;
     font-weight: 600;
   }
   .order-date,.order-view,.order-like{
     cursor: pointer;
     user-select: none;
   }
   .pro-cat{
     width:70px;
     overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    border-left: none !important;
    margin-right: 5px;
    padding:0 !important;
   }
   .pro-list-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;  
    overflow: hidden;
   }
   .page-item{
     list-style-type: none;
   }
   .ddd{
    width: 34px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
   }
   #select_txt{
     opacity:0;
     position: fixed;
     z-index: -1;
   }
   .card-title-ch{
     position: absolute;
     z-index: 2;
   }
   .card-type-ch{
     position: absolute ;
     top:40px;
     z-index: 2;
   }
   .card-des-ch {
    position: absolute;
    bottom: 10px;
}
.card-right-des1-ch {
    position: absolute;
    bottom: 0;
    width:100%;
    padding-right: 10px;
}
.head-ul-ch{
  padding:0 100px;
}
.nav-icon{
  width:64px;
  height: 80px;
  background-image: url(../img/shouye/metal_original.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.nav-icon1{
  background-image: url(../img/shouye/metal_original.png);
}
.nav-icon2{
  background-image: url(../img/shouye/tubing_original.png);
}
.nav-icon3{
  background-image: url(../img/shouye/precision_original.png);
}
.nav-icon4{
  background-image: url(../img/shouye/intelligent_original.png);
}
.nav-icon5{
  background-image: url(../img/shouye/info_original.png);
}
.nav-ul>.nav-img1:hover .nav-icon1{
  background-image: url(../img/shouye/metal_active.png);
}
.nav-ul>.nav-img2:hover .nav-icon2{
  background-image: url(../img/shouye/tubing_active.png);
}
.nav-ul>.nav-img3:hover .nav-icon3{
  background-image: url(../img/shouye/precision_active.png);
}
.nav-ul>.nav-img4:hover .nav-icon4{
  background-image: url(../img/shouye/intelligent_active.png);
}
.nav-ul>.nav-img5:hover .nav-icon5{
  background-image: url(../img/shouye/info_active.png);
}
.width-44{
  width:44%;
}
.width-56{
  width:56%;
}
.getreturn{
  color: #333;
  background: #fff;
  height: 40px;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.getreturn>img:last-child{
  visibility: hidden;
}
.n-card-index{
  width: 24%;
  margin:0 auto;
}
.n-card-index:nth-child(4n-3){
  margin-left: 0;
}
.n-card-index:nth-child(4n){
  margin-right: 0;
}
.n-card-index-img{
  background: url(../img/index-bg.jpg);
  background-size: cover;
  padding-top: 120%;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.pro-new-icon{
  height: 27px;
  margin-bottom: 3px;
  margin-right: 2px;
}
  @media screen and (max-width: 1600px) {
    .head-ul{
      padding:0 90px;
    }
  }
  @media screen and (min-width: 1200px) {
    .center-last-in {
      /* padding-bottom: 39px; */
    }
    .container{
      max-width: 1150px;
    }
    .nav-img-txt{
      font-size: 16px;
    }
  }
  @media screen and (min-width: 1500px) {
    .center-last-in {
      /* padding-bottom: 39px; */
    }
    .container{
      max-width: 1440px;
    }
    .pro-ul-list .pro-list-li{
      flex: unset;
      margin: 0 20px;
      min-width: unset;
      }
      
  }
  @media screen and (max-width: 1500px) {
    .card-title-ch{
        font-size: 22px;
      }
      .card-type-ch{
        font-size: 16px;
      }
      .card-type,.card-title-ch{
        width:160px;
      }
      .img-out::after{
        top: 115px;
      }
  }

  @media screen and (max-width: 1200px) {
    .c-des,.c-title {
      padding: 0 10px;
    }
    .pro-card-out{
      width:50%;
    }
    .head-ul>li{
      width:110px;
      margin: 0 auto;
    }
    .head-ul>li>a,.head-lang,.nav-img-txt{
      font-size: 18px;
    }
    .head-search{
      margin-right: 10px;
    }
    .head-search,.nav-lang,.head-img2{
      width: 20px;
    }
    .nav-img-icon>img{
      width:34px;
    }
  }
  @media screen and (max-width: 992px) {
    .c-des,.c-title,.c-date {
      margin: 0;
     
    }
    .tel-card{
      width:100%;
    }
    .c-des{
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 5;
    }
    .pro-card-out,.news-card-out{
      width:100%;
    }
    .head-lang{
      margin-right: 0;
    }
    .head{
      height: 70px;
    }
    body{
      padding-top:70px;
    }
    .head-ul>li{
      line-height: 70px;
    }
    .head-ul{
      padding: 0 30px;
    }
    .img-out::after{
      top:94px;
    }
    .card-title,.card-type{
      margin-left: 0;
    }
    .tzz-nav{
      width:100px;
    }
    
  }
  @media screen and (max-width: 992px) and (min-width:576px){
    .head-img1{
      width: 100px;
    }
    .r-h-300{
      height: auto;
    }
    
  }
  @media screen and (max-width: 576px) {
    
    .pro-list-nav{
      justify-content: center;
    }
.pro-list-li{
margin: 5px 5px;
    background-color: #ccc;
}
    .nav-lang{
      margin-right: 0;
    }
    .head{
      height: 56px;
      width:100%;
    }
    .head-img1{
      width: 118px;
    }
    .head-lang{
      margin-right: 20px;
      font-size: 15px;
    }
    .nav-ul{
      padding-bottom: 0;
    }
    .img-show{
      display: none;
    }
    .table-show{
      display: block;
    }
    /* .nav-img2 .nav-img-txt{
      margin-top:6px;
    } */
    .nav-img-icon>img{
      width:30px;
      height: 30px;
    }
    .nav-img2 img{
      height: 40px;
    }
    .nav-ul>li::before{
      width: 0;
    }
    .nav-img-txt{
      font-size: 12px;
    }
    .nav-ul>li:last-child::after{
      width: 0;
    }
    .nav-bg {
      background-color: #fff;
      margin-top: 10px;
    }
    .nav-ul>li::before {
      border: none;
    }
    
    .nav-ul>li:last-child::after {
      border: none;
    }
    .nav-title{
      margin-bottom: 20px;
    }
    .carousel-indicators{
      height:18px;
    }
    .carousel-indicators li{
      width:12px;
      height:12px;
    }
    .qylc-card{
      width:90%;
    }
    .news-card{
      width:100%;
    }
    .news-img{
      height: unset;
    }
    .qylc-img-o{
      width: 80%;
    }
    .tobuy{
      width:80px;
      height: 30px;
      line-height: 30px;
    }
    .detail-des{
      font-size: 16px;
    }
    .down-f{
      margin-left:0;
    }
    .fl-img1{
      width:100%;
    }
    .list1{
      left: 77px;
    }
    .list-out{
      top:100%;
    }
    .list1 .list-i:first-child::before{
      left: 37px;
    }
    .list5{
      left: -78px;
    }
    .list5 .list-i:first-child::before{
      left: 194px;
    }
    .n-pro-img{
      height: 210px;
    }
    .pro-list-first{
      width:100%;
      flex:unset;
    }
    .update-btn{
      width:80px;
    }
    .update-new{
      width:90px;
    }
    .update-other{
      width:110px;
    }
    .r-h-300{
      height: auto;
    }
    .qylc-h{
      width:100%;
    }
    .zp-d-title>li{
      width:100%;
    }
    .gw-ul{
      padding: 0 25px;
    }
    .foot-bg{
      display: none;
    }
    
    .type-title,.nav-img-txt{
      font-family: 'Alibaba-PuHuiTi-Regular';
    }
    .type-tit{
      font-family: 'Alibaba-PuHuiTi-Medium';
    }
    .width-33{
      padding-right: 5px;
    }
    .contact-item{
      width:90%;
    }
    body{
      padding-top:55px;
    }
    .contact-title{
      font-size: 29px;
      text-align: center;
    }
    .contact-des{
      width:85%;
    }
    .qylc-txt{
      padding:0 10px;
    }
    .keys{
      font-size: 14px;
      border-right: 1px solid #ccc;
    }
    .value{
      font-size: 12px;
      border-bottom: 1px solid #ccc;
    }
    .value:last-child{
      border-bottom: none;
    }
    .parameter{
      border: 1px solid #ccc;
      border-bottom: none;
    }
    .head-left{
      justify-content: center;
    }
    .parameter:last-child{
      border-bottom: 1px solid #ccc;
    }
    .msg{
      width:80%;
      left: 50%;
      transform: translateX(-50%);
    }
    .contact-item>span{
      margin-left: 0;
    }
    .file-header{
      font-size: 13px;
    }
    .file-li{
      font-size: 12px;
    }
    .file-li img{
      width:18px;
      margin-right: 5px;
    }
    .re-img{
      width:20px;
    }
    .file-return{
      height: 30px;
      line-height: 30px;
    }
    .app-des{
      font-size: 13px;
    }
    .keys,.value{
      line-height: 30px;
    }
    .m-top-50{
      margin-top:10px;
    }
    header{
      height: 56px;
    }
  }