header{
    width: 100%;
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
    z-index: 20;
}
header .fl{
    padding-top: 10px;
}
header .fl h1{
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px;
    margin-right: 99px;
}
header .fr dl,
header .fr dl dd,
header .fr p,
header .fl ul li,
header .fl ul{
    display: inline-block;
    vertical-align: middle
}
header .fl li{
    /* padding: 2px 25px 4px; */
    font-size: 16px;
    /* margin-right: 5px; */
    position: relative;
    z-index: 1;
  
}
.gr-links a{
  display: inline-block;
  margin-left: 10px;
}
header .fr dl dd{
    position: relative;
}
header .fr dl dd img{
    transition: all 0.3s
}
header .fr dl dd .td{
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,100%);
    padding: 5px;
    border: #fff;
    display: none
}
header .fr dl dd:hover > img{
    transform: translateY(5px);
}
header .fr dl dd:hover .td{
    display: block
} 
header .fr dl dd:hover .td img{
    transform: translateY(0px);
    opacity: 1;
}
header .fr dl dd .td img{
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    transform: translateY(15px);
    display: block;
    opacity: 0;
    transition: all 0.5s;
}
header .fl li > a{
    display: inline-block;
    padding: 2px 25px 4px;
    font-size: 16px;
    /* margin-right: 5px; */
    position: relative;
    z-index: 1;
    /* vertical-align: middle; */
}
header .fl li > a::before{
    content: '';
    width: 0;
    height: 100%;
    display: block;
    background: #005fc2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    border-bottom: 2px solid #f1861a;
    transition: all 0.5s;
    opacity: 0;
    
}
header .fl li > a{
    color: #666
}
header .fl li:hover > a::before{
    width: 100%;
    opacity: 1;
}
header .fl li:hover > a{
    color: #fff;
}
header .fl li.on > a::before{
    width: 100%;
    opacity: 1;
}
header .fl li.on > a{
    color: #fff
}
header .fr p{
    font-size: 16px;
    color: #666;
    margin-right:30px;
}
.hid{
    width: 100%;
    height: 87px;
}
header .fr p span{
    display: inline-block;
    font-size: 18px;
    color: #005fc2;
    font-weight: bold;
    
}
header .fr dl dd{
    width: 87px;
    height: 87px;
    text-align: center;
    border-left: 1px solid #cccccc;
    padding-top: 25px;
    cursor: pointer;
}
.index-banr .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #fff;
    margin: 0 2px;
}
.index-banr .swiper-pagination-bullet-active{
    background: #f1861a
}
.index-banr .swiper-pagination{
    bottom: 32px !important;
}
.index-set1{
    width: 100%;
    padding: 92px 0;
}
.index-set1 .left{
    width: 623px;
    position: relative;
}
.index-set1-nav{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 55px;
    padding: 0 50px;
}
.index-set1-nav a{
    width: 32%;
    float: left;
    margin-right: 2%;
    text-align: center;
    line-height: 45px;
    background: rgba(255, 255, 255, 0.8);
    margin-top: 10px;
}
.index-set1-nav a:nth-of-type(3n){
    margin-right: 0;
}
.index-set1 .rigth{
    width: 699px;
    padding-top: 72px;
}
.index-set1 .rigth h6{
    font-size: 24px;
    font-weight: bold;
}
.index-set1 .rigth h5{
    font-size: 36px;
    color: #005fc2;
    font-weight: bold;
}
.index-set1 .rigth .cont{
    width: 100%;
    padding: 28px 0 36px;
    font-size: 16px;
    color: #666;
    line-height: 2;
}
.index-set1 .rigth a{
    display: inline-block;
    font-size: 16px;
    color: #666;
}
.index-set1 .rigth a::after{
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #005fc2;
  transition: all 0.5s;
}
.index-set1 .rigth a:hover{
    color: #005fc2
}
.index-set1 .rigth a:hover::after{
    width: 100%;
}
.index-set1 .rigth ul{
    margin-top: 42px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    padding: 30px 0;
}
.index-set1 .rigth li{
    display: inline-block;
    vertical-align: middle
}
.index-set1 .rigth li:nth-of-type(2){
    padding: 0 50px;
    margin: 0 50px;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
.index-set1 .rigth li span{
    font-size: 48px;
    color: #f1861a;
    line-height: 1.5;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.index-set1 .rigth li span::before{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    content: '';
    background: #f5f5f5;
    position: absolute;
    right: -10px;
    top: -9px;
    z-index: -1;
}
.index-set1 .rigth li p{
    font-size: 16px;
    color: #666
}
.index-set1-nav a i{
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background: url('../images/index-wx-ico.png') no-repeat;
    background-position: center -24px;
    transition: all 0.5s;
}
.index-set1-nav a:hover{
    color: #fff
}
.index-set1-nav a:hover i{
    background-position: center -0px;
}
.index-set1-nav a{
    position: relative;
    z-index: 1;
}
.index-set1-nav a::before{
    width: 0;
    opacity: 0;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    border-bottom: 2px solid #f1861a;
    background: #005fc2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.5s
}
.index-set1-nav a:hover::before{
    width: 100%;
    opacity: 1;
}
.index-set2{
    background: #ededed;
    padding: 78px 0 36px;
}
.index-set2 .left{
    width: 296px;
    background: #005fc2;
    padding: 36px 33px;
}
.index-set2 .left h3{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 30px;
    margin-bottom: 8px;
}
.index-set2 .left h6{
    font-size: 18px;
    color: #005fc2
}
.index-set2 .left i{
    width: 21px;
    height: 116px;
    display: block;
    background: url('../images/index-set2-bj.png') no-repeat center;
    margin: 36px 0 96px;
}
.index-set2 .left .cond span{
    display: inline-block;
    font-size: 16px;
    margin-bottom: 15px;
    margin-right: 20px;
    color: #fff
}
.index-set2 .left  a{
    display: block;
    width: 120px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #f1861a;
    margin-top: 60px;
}
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #005fc2;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
    color: #fff;
  }
  .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  
  /* Float Shadow */
  .hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    /* -webkit-transform: translateZ(0);
    transform: translateZ(0); */
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    /* -webkit-backface-visibility: hidden;
    backface-visibility: hidden; */
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
  }
  .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
  }
  .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
   
  }
  .index-set2 .rigth{
      width: 1067px;
  }
  .index-set2 .rigth .urldes li{
      width: 32%;
      margin-right: 2%;
      float: left;
      margin-bottom: 20px;
  }
  .index-set2 .rigth .urldes li:nth-of-type(3n){
      margin-right: 0;
  }
  .case-ddd .index-set2 .rigth{
      width: 100%;
  }
  .case-ddd .index-set2 .rigth li{
      width: 24%;
      float: left;
      margin-right: 1.333%;
      margin-bottom: 20px;

  }
  .case-ddd .index-set2 .rigth li:nth-of-type(4n){
      margin-right: 0;
  }
  .index-set2 .rigth li a{
      display: block;
      background: #fff;
      text-align: center;
      padding-bottom: 35px;
      position: relative;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
      transition: all 0.5s
  }
  .index-set2 .rigth li a::before{
      width: 0;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2px;
      background: #005fc2;
      content: '';
      opacity: 0;
      transition: all 0.5s
  }
  .index-set2 .rigth li a:hover{
      transform: translateY(-5px)
  }
  .index-set2 .rigth li a:hover::before{
      width: 100%;
      opacity: 1;
      
  }
  .index-set2 .rigth .imgd{
      width: 100%;
      height: 160px;
      position: relative;
  }
  .index-set2 .rigth .imgd img{
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      max-width: 95%;
      max-height: 95%;
  }
  .index-set2 .rigth li h6{
      font-size: 18px;
      color: #333333;
      margin-top: 13px;
  }
  .index-set2 .rigth li i{
      width: 44px;
      height: 1px;
      background: #b2b2b2;
      display: block;
      margin: 17px auto;
  }
  .index-set2 .rigth li p{
      width: 80%;
      margin: 0 auto;
      color: #666
  }
  .index-set2-ves{
      padding-bottom: 50px;
  }
  .index-set2-ves .bdt{
      text-align: center;
     margin: 0 10px;
  
  }
  .index-set2-ves .bdt i{
    width: 15px;
    height: 27px;
    background: url('../images/index-set3-id.png') no-repeat center;
 
    margin-top: -13px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	

    cursor: pointer;
    opacity: 0.5;
    display: inline-block;
    vertical-align: middle;
  }
  .index-set2-ves .bdt i.next{
      transform: rotate(180deg);
  }

  .index-set2-ves .bdt i:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    
    filter: grayscale(0%);
    opacity: 1;
}
  .index-set2-ves .hd {
    display: inline-block;
    vertical-align: middle;
    padding: 1px 0;
    margin: 0 20px;
    margin-bottom: 31px;
  }
  .index-set2-ves .hd li{
      width: 10px;
      height: 10px;
      display: inline-block;
      font-size: 0;
      border-radius: 50%;
      background: #fff;
      margin: 0 3px;
      cursor: pointer;
  }
  .index-set2-ves .hd li.on{
    background: #f1861a
  }
  .index-set2-ves .swiper-pagination-bullet-active{
      background: #f1861a
  }
  .index-set3{
      width: 100%;
      padding-bottom: 60px;
      padding-top: 50px;
  }
  .index-set3-title{
      text-align: center;
      padding: 45px 0 20px;
  }
  .index-set3-title h3{
      font-size: 40px;
      color: #005fc2;
      font-weight: bold;
  }
  .index-set3-title p{
      font-size: 16px;
      color: #666
  }
  .index-set3-nav{
      text-align: center;
      padding-bottom: 38px;
  }
  .index-set3-nav a{
      display: inline-block;
      vertical-align: middle;
      padding: 0 20px;
      line-height: 36px;
      position: relative;
      z-index: 1;
  }
  .com-pages {
    margin-top: 40px;
    text-align: center;
    font-size: 0;
  }
  .com-pages span,
  .com-pages a {
    display: inline-block;
    width: 35px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    font-size: 14px;
    font-weight: 700;
    background: #d6d6d6;
    transition: all .3s;
    vertical-align: middle;
  }
  .com-pages a:first-of-type,
  .com-pages a:last-of-type {
    width: 85px;
    color: #005fc2;
    background: #d6d6d6;
  }
  .com-pages a:first-of-type:before,
  .com-pages a:last-of-type:before {
    content: '上一页';
    display: block;
    width: 100%;
    height: 100%;
  }
  .com-pages a:last-of-type:before {
    content: '下一页';
  }
  .com-pages a:hover {
    color: #fff;
    background-color: #005fc2;
  }
  .com-pages span {
    color: #fff;
    background: #005fc2;
  }
  .com-pages label {
    display: none;
  }
  .index-set3-nav a::before{
      width: 0;
      height: 100%;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      background: #005fc2;
      z-index: -1;
      border-bottom: 2px solid #f1861a;
      transition: all 0.5s;
      opacity: 0;
  }
  .index-set3-nav a.on::before{
      width: 100%;
      opacity: 1;
  }
  .index-set3-nav a.on{
      color: #fff;
  }
  .index-set3-nav a:hover{
      color: #fff
  }
  .index-set3-nav a:hover::before{
      width: 100%;
      opacity: 1;
  }
  .index-set3-page{
      width: 100%;
  }
  .index-set3-page .index-set3-d .fl{
      width: 66.16%;
  }
  .index-set3-page .index-set3-d .fr{
      width: 32.8%;
  }
  .index-set3-page .imgd{
      width: 100%;
      position: relative;
      overflow: hidden;
  }
  .index-set3-page .imgd::before{
      width: 100%;
      height: 100%;
      content: '';
      display: block;
      background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,1));
      opacity: 1;
      left: 0;
      top: 0;
      z-index: 1;
      position: absolute;
  }
  .index-set3-page .imgd:hover img{
      transform: scale(1.1)
  }
  .index-set3-page .imgd img{
      width: 100%;
      height: auto;
      transition: all 0.5s
  }
  .index-set3-page .imgd p{
      position: absolute;
      left: 0;
      bottom: 8px;
      padding: 10px 5%;
      color: #fff;
      font-size: 16px;
      z-index: 2;
      overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap;
    width: 100%;
  }
  .index-set3-d .fr .imgd:first-of-type{
    margin-bottom: 12px;
  }
  .index-set3-t{
      margin-top: 12px;
  }
  .index-set3-t li{
      width: 32.6%;
      margin-right: 1.1%;
      float: left;
  }
  .index-set3-t li:nth-of-type(3n){
      margin-right: 0;
      
  }
  .index-more{
      width: 180px;
      text-align: center;
      font-size: 16px;
      background: #005fc2;
      display: block;
      margin: 0 auto;
      line-height: 50px;
      color: #fff !important;
      border-bottom: 2px solid #f1861a;
      margin-top: 50px;
  }
  .index-set4{
      width: 100%;
      background: url('../images/index-set4-bj.jpg') no-repeat center top;
      padding: 80px 0 50px;
      background-size: 100% 100%
  }
  .index-set4 .fl{
      width: 254px;
      background: #fff
  }
  .index-set4 .fr{
      width: 1110px;
  }
  .index-set4 .fr li{
      width: 32%;
      margin-right: 2%;
      float: left;
      margin-bottom: 20px;
  }
  .index-set4 .fr li .imgd{
      width: 100%;
      background: #fff;
      height: 355px;
      overflow: hidden;
  }
  .gcal-set1 .index-set3-t li{
        margin-bottom: 20px;
  }
  .index-set4 .fr li .imgd img{
      max-width: 100%;
  }
  .index-set4 .fr li p{
      background: #d9d9d9;
      color: #666666;
      text-align: center;
      padding: 12px 0;
      position: relative;
      z-index: 1;
      overflow: hidden;
  }
  .index-set4 .fr li p::before{
      content: '';
      width: 100%;
      height: 100%;
      background: #005fc2;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: -1;
      transform: translateY(-100%);
      transition: all 0.3s;
      opacity: 0;
  }
  .index-set4 .fr li:hover p::before{
    transform: translateY(0%);
    opacity: 1;
  }
  .index-set4 .fr li:hover p{
      color: #fff
  }
  .index-set4 .fr li:nth-of-type(3n){
      margin-right: 0;
  }
  .index-set4 .fl .tit{
      background: #005fc2;
      padding: 30px 20px 35px;
      border-bottom: 1px solid #e5e5e5
  }
  .index-set4 .fl .tit h6{
      font-size: 24px;
      color: #fff;
      line-height: 24px;
      border-left: 2px solid #ca6c0d;
      padding-left: 10px;
      margin-bottom: 10px;
  }
  .index-set4 .fl .tit p{
      color: #ced8e9;
  }
  .index-set4-nav li{
      padding: 11px 50px;
      border-bottom: 1px solid #e5e5e5;
      cursor: pointer;
      position: relative;
      z-index: 1;
  }
  .contact-m-rightd{
      padding: 65px 0;
  }
  .index-set4-nav li::before{
      width: 0;
      height: 100%;
      content: '';
      background: #005fc2;
      position: absolute;
      left: 0;
      top: 0;
      border-left: 3px solid #f08519;
      z-index: -1;
      opacity: 0;
      transition: all 0.5s
  }
  .index-set4-nav li:hover {
      color: #fff
  }
  .index-set4-nav li:hover a{
    color: #fff
}
  .index-set4-nav li:hover::before{
      width: 100%;
      opacity: 1;
  }
  .index-set4-nav li.on{
    color: #fff
}
.index-set4-nav li.on a{
    color: #fff
}
.index-set4-nav li.on::before{
    width: 99%;
    opacity: 1;
}
.more-ic {
    padding: 36px 50px;
   
}
.more-ic a{
    color: #005fc2;
    font-size: 16px;
    line-height: 36px;
    display: inline-block;
}
.more-ic a:hover{
    border-bottom: 1px solid #005fc2;
}
.index-set5-cont{
    width: 100%;
    padding-bottom: 40px;
}
.index-set5-cont li{
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #c7c7c7
}
.index-set5-cont li:nth-of-type(2n){
    margin-right: 0;
}
.index-set5-cont li .timer{
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    text-align: center;
    background: #ececec;
    padding: 25px 0;
}
.index-set5-cont li .txt{
    width: 458px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 39px;
}
.index-set5-cont li .timer span{
    font-size: 36px;
    color: #666666;
    line-height: 1.2;
}
.index-set5-cont li .timer p{
    font-size: 14px;
    color: #666666
}
.index-set5-cont li .txt h6{
    font-size: 18px;
    color: #333;
    margin-bottom: 8px;
}
.index-set5-cont li .txt p{
    font-size: 16px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:2; 
}
.index-set5-cont li:hover{
    border-color: #005fc2
}
.index-set5-cont li:hover .timer{
    background: #005fc2
}
.index-set5-cont li:hover .timer span{
    color: #fff;
}
.index-set5-cont li:hover .timer p{
    color: #fff;
}
.index-set6-cont{
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    padding: 40px 0 30px;
    position: relative;
}
.index-set6-ves{
    width: 85%;
    margin: 0 auto;
}
.index-set6-ves li{
    border: 1px solid #bfbfbf
}
.index-set6{
    padding-bottom: 75px;
    padding-top: 10px;
}
.index-set6-cont i{
    width: 15px;
    height: 27px;
    background: url('../images/index-set3-id.png') no-repeat center;
    position: absolute;
 
    top: 50%;
    margin-top: -13px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	

    cursor: pointer;
    opacity: 0.5;
}
.index-set6-cont i:hover{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    
    filter: grayscale(0%);
    opacity: 1;
}
.index-set6-cont .next{
    left: 50px;
}
.index-set6-cont .prve{
    right: 50px;
    transform: rotate(180deg)
}
footer{
    background: #f2f2f2;
    padding: 50px 0;
}
.foot-nav dl{
    float: left;
    margin-right: 90px;
}
.foot-nav .pod{
    float: left;
    width: 226px;
    margin-left: 50px;
}
.foot-nav .pod h6{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}
.foot-nav .pod h5{
    font-size: 24px;
    color: #f08519;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 18px;
}
.foot-nav .pod .dta p{
    font-size: 14px;
}
.foot-nav dl dt{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.foot-nav dl dt::after{
    width: 30px;
    display: block;
    height: 2px;
    background: #005fc2;
    content: '';
    margin: 15px 0;
}
.foot-nav dl dd{
    font-size: 15px;
    margin-bottom: 6px;
}
.foo-wx{
    text-align: center;
}
.foo-wx p{
    margin-top: 10px;
    color: #666;
    font-size: 14px;
}
.footer-top{
    background: #cccccc;
    color: #666;
    padding: 12px 0;
}
.footer-top a{
    color: #666;
}
.footer-top a:hover{
    color: #333
}

.nav_right {
	width: 100%;
	height: 60px;
	background-color: #EEEEEE;
	line-height: 60px;
	text-align: right;
}

.nav_right a {
	margin-left: 3px;
	margin-right: 3px;
}

.nav_right img {
	position: relative;
	top: -2px;
}

.nav_left {
	float: left;
}

.nav_left ul li {
	float: left;
	cursor: pointer;
	padding: 0 20px;
}

.nav_left ul li a {
	font-size: 16px;
	color: #454545;
	display: block;
}

.nav_left ul .active {
	background-color: #005fc2;
}

.nav_left ul li:hover {
	/*background-color: #1C95D4*/
}

.nav_left ul li:hover a {
	color: #005fc2;
}

.nav_left ul .active a {
	color: #fff !important
}


.application {
	padding-top: 65px;
	overflow: hidden;
}

.application-titles {
	text-align: center;
}

.application-titles h6 {
	font-size: 28px;
	color: #333333;
}

.application-titles p {
	font-size: 18px;
	color: #787878;
	font-family: "Futura Bk BT";
}

.application_con ul {
	margin-left: -13px;
	margin-right: -13px;
}

.application_con ul li {
	float: left;
	width: 50%;
	padding-left: 13px;
	padding-right: 13px;
	margin-bottom: 40px;
}

.application-tit span {
	font-size: 20px;
	color: #333333;
}

.application-tit font {
	font-size: 14px;
	color: #999999;
	margin-left: 15px;
}

.application-intro {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-top: 5px;
    min-height: 53px;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:2;
}

.application_con {
	overflow: hidden;
	margin-top: 45px;
	padding-bottom: 50px;
}

.application-btn a {
	width: 130px;
	height: 38px;
	display: block;
	text-align: center;
	line-height: 38px;
	background-color: #005fc2;
	color: #fff;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.application-btn a:hover {
	background-color: #005fc2;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.application-tit {
	background-repeat: no-repeat;
	/* padding-left: 57px; */
	background-position: left center;
    margin-top: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.application-btn {
	margin-top: 20px;
}
.index-f{
    width: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    z-index: 20;
    left: 0;
    top: 0;
    transform: scale(0);
    transform-origin: 100% 0;
    transition: all 0.3s ease-in;
    opacity: 0;
}
.index-off{
  transform: scale(1) !important;
  opacity: 1 !important;
}
.ss-ves{
    width: 1000px;
    margin: 150px auto;
    text-align: center
}

.search-bar {
    display: inline-block;
    /* margin-top: 30px; */
    width: 420px;
    line-height: 50px;
    border-radius: 5px;
    vertical-align: middle
    /* display: block; */
    /* margin: 0 auto; */
}
.search-bar .inp {
    float: left;
    width: 340px;
    padding: 0 20px;
    text-align: left;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    background: #f9f9f9;
    box-shadow: 0 0 15px rgba(0,0,0,0.2) inset;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.search-bar .inp::-webkit-input-placeholder {
    color: #999;
}
.search-bar .sub {
    float: right;
    width: 80px;
    height: 50px;
    background: url(../images/icon-search.png) no-repeat center #1C56B7;
    background-size: 30px;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.search-bar .sub:hover {
    background-color: #005fc2;
}
.index-f .button{
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    background: url('../images/gb.png') no-repeat center center;
    background-size: 40px 40px;
    cursor: pointer;
    margin-left: 10px;
}
.tnavbox{position:absolute;width:160px;left:50%;margin-left:-80px;top:85%;height:0;padding-top:15px;/* display:none;*/ text-align: center;z-index: 99999999;}
.tnav{ background:#fff; box-shadow:0 0 16px -4px rgba(0,0,0,.3); padding:20px 0 18px; transform:translateY(20px); -webkit-transform:translateY(20px); opacity:0; visibility:hidden; transition:.5s; -webkit-transition:.5s; }
.tnav a{ display:block; color:#666; line-height:35px; border-bottom: 1px solid transparent;-webkit-transition: .3s;
-o-transition: .3s; font-size: 14px;
transition: .3s;}
.tnav a:hover{ color: #fff; }

.tnav a:hover,.tnav a.on{ background:#005fc2; color:#fff;}
header .fl li:hover .tnavbox {
    height:100px;
}
header .fl li:hover .tnavbox .tnav{ transform:translate(0); -webkit-transform:translate(0); opacity:1; visibility:visible; }
header .fl li .tnavbox i{ position: absolute; width: 20px; height: 4px; background-color: #005fc2; left: 50%; top: 0; margin-left: -10px; }
#id4  li {
  height:  419px;
 position: relative;
}
#id4 li img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.swiper-slide img{max-width: 100%;}