@charset "utf-8";
/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
fieldset,img {
    border: 0;
}
input,textarea{outline: none;}
address,caption,cite,code,dfn,em,th,var {
    font-weight: normal;
    font-style: normal;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before,q:after {
    content:"";
}
abbr,acronym {
    border: 0;
}
a{
    text-decoration: none;
}
img{
    border:none;
    vertical-align: middle;
}

    body {font: normal 100% Microsoft YaHei,Helvetica, Arial,sans-serif;overflow-x: hidden;color: #333;}

    .c {
        width: 1600px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;

    }

    input, textarea {
        outline: none;
        background: none;
        border: none;
    }

    .left {
        float: left;
    }

    .right {
        float: right;
    }

    a {
        font-size: 14px;
        line-height: 25px;
    }

    p {
        font-size: 14px;
        line-height: 30px;
    }

    span {
        font-size: 14px;
    }

    a:hover {
        color: #f93e00;
        text-decoration: none;
    }

    .clear {
        clear: both;
    }
    .hide{display: none;}
    .show{display: block;}
.height10{height:10px;}
.height30{height:30px;}
.height20{height:20px;}
.height34{height:34px;}
.height40{height:40px;}
.height50{height:50px;}
.height60{height:60px;}
.height70{height:70px;}
.height80{height:80px;}
.height90{height:90px;}
.height95{height:95px;}
.height100{height:100px;}
.ff{background-color: #fff;overflow: hidden;}
    .f8 {
        background: #f8f8f8;
        width: 100%;
    }

    input::-webkit-input-placeholder {
        color: #bbbbbb;
    }

    input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #bbbbbb;
    }

    input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #bbbbbb;
    }

    input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #bbbbbb;
    }
      textarea::-webkit-input-placeholder {
        color: #bbbbbb;
    }

    textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #bbbbbb;
    }

    textarea:-moz-placeholder {  /* Mozilla Firefox 4 to 18 */
        color: #bbbbbb;
    }

    textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #bbbbbb;
}


@font-face {
    font-family: 'DINCOND';
    src: url('/lib/Font-Awesome/font/DINCOND-BLACK.OTF') format('truetype');
  }
  
  @font-face {
    font-family:'tt0173m';
    src: url(/lib/Font-Awesome/font/tt0173m.ttf);
  }
  
  
  #Jnav{z-index: 999999;}
  .fixed-nav{
      position: fixed;
      width:100%;
      height: 89px;
      top:-89px; 
      -webkit-transition: top .5s;
      -moz-transition: top .5s;
      -o-transition: top .5s;
      transition: top .5s;
      -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
      -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
      box-shadow: 0 2px 2px rgba(0,0,0,.1);
  }
  .fixed-nava{
      position: fixed;
      width:100%;
      height: 89px;
      top:-89px; 
      -webkit-transition: top .5s;
      -moz-transition: top .5s;
      -o-transition: top .5s;
      transition: top .5s;
      -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
      -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
      box-shadow: 0 2px 2px rgba(0,0,0,.1);
      background: rgba(255,255,255,0.8);
  }
  .fixed-nav-appear{top:0;}
  
  
  
  /* 网站头部 */
  .header {height: 89px;width: 100%;-webkit-transition: all ease .5s;
    transition: all ease .5s;min-width:1200px;z-index: 9998;}
  .header_mid span{line-height: 50px;color:#888;float:right;}
  .header_mid em:hover{color: #0167c7;}
  .header_mid a,.header_mid em{color:inherit;font-size:16px;}       
  .header_mid{z-index: 9;}
  .header .header_mid{z-index: 9;}
  .header .header_mid > .left img{margin-top: 13px;}
  .header .header_mid > p{float: right;font-size: 18px;color: #0167c7;margin-top: 40px;}
  .header .header_mid > p img{margin-right: 8px;}
  .header .header_mid > ul{float: right;}
  .header .header_mid > ul > li {float: left;position: relative;padding:0 33.3px;height: 89px;line-height: 89px;overflow: hidden;}
  .header .header_mid > ul > li > a{color:#333;font-size: 16px;line-height: 89px;}
  .header .header_mid > ul > li.active,.header_mid > ul > li:hover{background-color: #0f37b3;}
  .header .header_mid > ul > li.active a,.header_mid > ul > li:hover a{color: #fff;}
  .header .header_mid > ul > li a:-webkit-any-link{ display:block;}
  .header .header_mid .tel{float: right;margin-top: 32px;font-size: 18px;color: #888;}
  .header .header_mid .tel img{margin-top: -5px;margin-right: 10px;}  
  .header .header_mid .tm{width: 100px;height: 30px;border-radius: 14px;margin-left: 30px;margin-right: 30px; margin-top: 28px; background-color: #0f37b3;text-align: center;line-height: 30px;float: right;}
  .header .header_mid .tm a{font-size: 15px;color: #fff;line-height: 30px;}

  /*首页轮播图*/
  .c-banner1 {
      background: #fff;
  }
  .c-banner1 .swiper-slide{
      position: relative;
      overflow: hidden;
  }
  .c-banner1 .swiper-slide img {
      width: 100%;
      /* height: 100vh; */
      object-fit: cover;
      -webkit-transition: all 7s;
      transition: all 7s;
  }
  .c-banner1 .swiper-slide .c-bg2 {
      display: none;
  }
  .c-banner1 .swiper-slide-active img{
    width: 100%;
      /* transform:scale(1.1,1.1);
      -webkit-transform:scale(1.1,1.1);  */
  }
  .c-banner1 .swiper-slide .c-wrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      color: #fff;
      background: url(../images/mbl.png)repeat;
  }
  .c-banner1 .swiper-slide .c-wrap .c-title{
      font-size: 47px;
      color: #fff;
      font-weight: bold;
  }
  
  .c-banner1 .swiper-slide .c-wrap .c-title1{
      font-size: 9.7px;
      color: #fff;
      letter-spacing:6.5px;
      margin-top: 20px;
  }
  
  .c-banner1 .swiper-slide .c-wrap .hr{margin-top: 40px;width: 67px;height: 3px;background: #fff;}
  
  .c-banner1 .swiper-slide .c-wrap .c-title2{margin-top: 43px;font-size: 36px;color: rgba(255,255,255,.93);}
  .c-banner1 .swiper-slide .c-wrap .c-title2 span{padding: 0 20px;}
  
  
  
  .c-banner1 .swiper-pagination-bullet {
      opacity: 1;
  }
  .c-banner1 .c-dot {
      position: absolute;
      bottom: 80px;
      left: 0;
      width: 100%;
  }
  .c-banner1 .swiper-pagination{
      position: relative;
      text-align: right;
  }
  
  .loading {
    margin: 0 5px;
    width: 38px;
    height: 38px;
      position: relative;
      border: 4px solid transparent;
      background: transparent;
  }
  .loading.swiper-pagination-bullet-active {
      border-color: rgba(255,255,255,.2);
  }
  .loading .c-progress {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
      left: 11px;
      top: 11px;
    line-height: 120px;
    text-align: center;
  }
  .loading.swiper-pagination-bullet-active .c-progress {
      background-color: #0072ff;
  }
  .loading .left,
  .loading .right {
      opacity: 0;
    width: 19px;
    height: 38px;
    overflow: hidden;
    position: absolute;
    left: -4px;
      top: -4px;
      overflow: hidden;
  }
  .loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {
      opacity: 1;
  }
  .loading .right {
      left: auto;
      right: -4px;
      top: -4px;
  }
  .loading .left:after,
  .loading .right:after {
    content: "";
    position: absolute;
      display: block;
      top: 0;
      left: 0;
    width: 19px;
    height: 38px;
      border: 4px solid #fff;
      border-radius: 19px 0 0 19px;
      border-right: 0;
  }
  .loading .right:after {
    content: "";
      position: absolute;
    display: block;
      border-radius: 0 19px 19px 0;
      border: 4px solid #fff;
      border-left: 0;
  }
  .loading.swiper-pagination-bullet-active .left:after {
    transform-origin: right center;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    animation-duration: 3.9s;
    animation-timing-function: linear;
    animation-name: spin-left;
  }
  
  .loading.swiper-pagination-bullet-active .right:after {
    transform-origin: left center;
    animation-duration: 3.9s;
    /* animation-iteration-count: infinite; */
    animation-timing-function: linear;
    animation-name: spin-right;
  }
  @keyframes spin-right {
    0% {
      transform: rotate(180deg);
    }
    50% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes spin-left {
    0% {
      transform: rotate(180deg);
    }
    50% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes c-zoom {
    0% {
      transform:scale(1,1);
      -webkit-transform:scale(1,1); 
    }
    100% {
      transform:scale(1.1,1.1);
      -webkit-transform:scale(1.1,1.1); 
    }
  }
  
  @keyframes c-zoom {
    0% {
      transform:scale(1,1);
      -webkit-transform:scale(1,1); 
    }
    100% {
      transform:scale(1.2,1.2);
      -webkit-transform:scale(1.2,1.2); 
    }
  }
  
  .c-zoom {
    -webkit-animation-name: c-zoom;
    animation-name: c-zoom;
  }
  
  @font-face {
      font-family:'chunlian';
      src: url(/lib/Font-Awesome/font/SourceHanSansCN-Bold.otf);
  }  
  
  
/* 分页 */
.page p {text-align: center;line-height: 100px;}
.page p span, .page p a {padding: 10px 20px;font-size: 16px;color: #666666;border: 1px #e5e5e5 solid;margin-left: -5px;}
.page .current {color: #fff;padding: 10px 20px;background-color: #0049aa;border: 1px #e5e5e5 solid;}
.page p a:hover {color: #0049aa;padding: 10px 20px;background-color: #0049aa;}
.page p img{margin: -5px 10px 0;}
  
  
  /* 底部 */
  .footer{width: 100%;background-color: #212530;}
  .footer .footer_1{width: 56.25%;float: left;overflow: hidden;margin-top: 62px;}
  .footer .footer_1 li{float: left;width: 23.5%; margin-right: 2%;}
  .footer .footer_1 li:nth-child(4){margin-right: 0;}
  .footer .footer_1 li h2{width: 100%;height: 20px;overflow: hidden;line-height: 20px;margin-bottom: 35px;}
  .footer .footer_1 li h2 a{font-size: 16px;color: rgba(255,255,255,.65);line-height: 20px;}
  .footer .footer_1 li h3{width: 100%;overflow: hidden;margin-bottom: 15px;}
  .footer .footer_1 li h3 a{font-size: 16px;color: rgba(255,255,255,.45);}
  .footer .footer_1 li h2:hover a{color: #0f37b3;}
  .footer .footer_1 li h3:hover a{color: #0f37b3;}
  
  .footer .footer_2{width: 115px;float: left;margin-top: 62px;}
  .footer .footer_2 .tp{width: 100%;height: 115px;overflow: hidden;}
  .footer .footer_2 .tp img{width: 100%;}
  .footer .footer_2 p{font-size: 16px;color: rgba(255,255,255,.37);text-align: center;margin-top: 15px;}
  
  .footer .footer_3{width: 23.75%;float: right;overflow: hidden;margin-top: 62px;}
  .footer .footer_3 h2{font-size: 23.16px;color: rgba(255,255,255,.77);}
  .footer .footer_3 h2 span{font-size: 23.16px;color: rgba(255,255,255,.47);margin-left: 10px;}
  .footer .footer_3 h3{font-size: 18px;color: rgba(255,255,255,.45);margin-top: 15px;margin-bottom: 30px;}
  .footer .footer_3 li{margin-bottom: 23px;}
  .footer .footer_3 li .li_l{width: 20px;float: left;}
  .footer .footer_3 li .li_r{width: calc(100% - 27px);float: right;font-size: 15px;color: rgba(255,255,255,.42);}
  
  .footer_4{width: 100%;margin-top: 73px; padding: 50px 0px 50px; overflow: hidden;border-top: 1px rgba(255,255,255,.1) solid;}
  .footer_4{font-size: 14px;color: rgba(255,255,255,.3);}
  .footer_4 a{font-size: 14px;color: rgba(255,255,255,.3);}
  .footer_4 a:hover{color: #0f37b3;}
  
  
  
  
  
  /* 首页产品 */
  .i_pro{padding: 110px 0px;background-color: #fff;}
  .i_pro .i_pro_t .i_pro_t1{float: left;font-size: 32px;color: #333;font-weight: bold;}
  .i_pro .i_pro_t .i_pro_t1 span{font-size: 32px;color: #0f37b3;font-weight: bold;}
  .i_pro .i_pro_t .i_pro_t2{float: right;font-size: 15px;color: #666;margin-top: 15px;}
  .i_pro .i_pro_t .i_pro_t2 img{margin-top: -3px;margin-left: 10px;}
  .i_pro .i_pro_t .i_pro_t2:hover{cursor: pointer;color: #0f37b3;}
  .i_pro ul{margin-top: 50px;}
  .i_pro li{width: 31.875%;height: 452px;float: left;margin-right: 2.187%;}
  .i_pro li:nth-child(3){margin-right: 0px;}
  .i_pro li .tp{width: 100%;height: 452px;background-color: #f7f7f7;text-align: center;line-height: 452px;overflow: hidden;}
  .i_pro li .tp img{max-width: 100%;max-height: 100%;transition: all .5s;}
  .i_pro li:hover .tp img{transform: scale(1.2);transition: all 3s;}
  .i_pro li:hover{transform: translateY(-20px);}
  .i_pro li p{font-size: 20px;color: #666;margin-top: 35px;}
  .i_pro li p span{font-size: 16px;color: #666;}
  
  /* 首页案例 */
  .i_case{padding: 85px 0px 150px;background-color: #f7f7f7;}
  .i_case .i_case_t .i_case_t1{float: left;font-size: 32px;color: #333;font-weight: bold;}
  .i_case .i_case_t .i_case_t1 span{font-size: 32px;color: #0f37b3;font-weight: bold;}
  .i_case .i_case_t .i_case_t2{float: right;font-size: 15px;color: #666;margin-top: 15px;}
  .i_case .i_case_t .i_case_t2 img{margin-top: -3px;margin-left: 10px;}
  .i_case .i_case_t .i_case_t2:hover{cursor: pointer;color: #0f37b3;}
  
  .i_case ul{margin-top: 66px;}
  .i_case li{width: 27.25%;height: 374px;margin-bottom: 18px; overflow: hidden;position: relative; float: left;margin-left: 1.1%;}
  .i_case li .tp1{width: 100%;height: 374px;overflow: hidden;}
  .i_case li .tp1 img{width: 100%;height: 374px;transition: all .5s;}
  .i_case li:hover .tp1 img{transform: scale(1.1);transition: all 3s;}
  .i_case li .li_why{width: 100%;height: 80px;position: absolute;bottom: 0px;line-height: 80px;overflow: hidden;padding-left: 27px;font-size: 20px;color: #fff;
     background: -webkit-linear-gradient(rgba(0, 0, 0,0.05), rgba(0, 0, 0,0.9)); /* Safari 5.1 - 6.0 */ 
     background: -o-linear-gradient(rgba(0, 0, 0,0.05), rgba(0, 0, 0,0.9)); /* Opera 11.1 - 12.0 */  
     background: -moz-linear-gradient(rgba(0, 0, 0,0.05), rgba(0, 0, 0,0.9)); /* Firefox 3.6 - 15 */  
     background: linear-gradient(rgba(0, 0, 0,0.05), rgba(0, 0, 0,0.9)); /* 标准的语法 */ 
  }
  .i_case li:nth-child(1){width: 43.3%;height: 765px; float: left;margin-left: 0px;}
  .i_case li:nth-child(1) .tp{width: 100%;height: 594px;overflow: hidden;}
  .i_case li:nth-child(1) .tp img{width: 100%;height: 594px;transition: all .5s;}
  .i_case li:nth-child(1) .tp:hover img{transform: scale(1.2);transition: all 3s;}
  .i_case li:nth-child(1) .li_p{width: 100%;height: 162px;background-color: #0d2f98;margin-top: 9px;padding: 40px;overflow: hidden;}
  .i_case li:nth-child(1) .li_p h2{font-size: 20px;color: #fff;}
  .i_case li:nth-child(1) .li_p p{font-size: 18px;color: #fff;margin-top: 30px;height: 20px;line-height: 20px;overflow: hidden;}
  
  
  .i_ys{width: 100%;height: 921px; background: url("../images/i_ys_bj.png") no-repeat center center;padding-top: 110px;}
  .i_ys_c{width: 1500px;max-width: 90%;margin-left: auto;margin-right: auto;}
  .i_ys h2{font-size: 36px;color: #666;font-weight: bold;text-align: center;}
  .i_ys h2 span{font-size: 81px;color: #0f37b3;font-family: 'DINCond-Black';}
  .i_ys h3{font-size: 16px;color: #666;text-align: center;}
  .i_ys ul{margin-top: 90px;}
  .i_ys li{width: 374px;float: left;margin-bottom: 70px;}
  .i_ys li:nth-child(2n){width: 374px;float: right;}
  .i_ys li .hr{width: 49px;height: 2px;background-color: #103092;}
  .i_ys li:nth-child(2n) .hr{width: 49px;height: 2px;background-color: #103092;float: right;}
  .i_ys li .title{font-size: 24px;color: #0f37b3;font-weight: bold;text-align: left;margin-top: 20px;}
  .i_ys li:nth-child(2n) .title{font-size: 24px;color: #0f37b3;font-weight: bold;text-align: right;}
  .i_ys li p{font-size: 18px;height: 180px; color: #555;text-align: left;line-height: 36px;margin-top: 14px;}
  .i_ys li:nth-child(2n) p{text-align: right;}
  
  .i_about{padding: 127px 0px 130px;background-color: #fff;}
  .i_about .i_about_l{width: 47.375%;float: left;overflow: hidden;}
  .i_about .i_about_l h2{font-size: 90px;color: rgba(0,0,0,0.06);font-weight: bold;font-family: 'DINCond-Black';}
  .i_about .i_about_l h3{font-size: 32px;color: #333;font-weight: bold;margin-top: -60px;margin-bottom: 50px;}
  .i_about .i_about_l h3 span{font-size: 32px;color: #0f37b3;font-weight: bold;}
  .i_about .i_about_l .i_about_c{font-size: 16px;color: #666;line-height: 47px;}
  .i_about .i_about_l ul{margin-top: 104px;}
  .i_about .i_about_l li{width: 33.3%;height: 180px;overflow: hidden;text-align: center;float: left;}
  .i_about .i_about_l li:nth-child(1){background-color: #fafafa;}
  .i_about .i_about_l li:nth-child(2){background-color: #f5f5f5;}
  .i_about .i_about_l li:nth-child(3){background-color: #fafafa;}
  .i_about .i_about_l li .tp{width: 100%;height: 38px;text-align: center;margin-top: 35px;}
  .i_about .i_about_l li .title{font-size: 20px;color: #333;text-align: center;margin-top: 20px;}
  .i_about .i_about_l li p{font-size: 11px;color: #a4a4a4;text-align: center;}
  .i_about .i_about_r{width: 47.125%;float: right;overflow: hidden;margin-top: 10px;text-align: right;}
  .i_about .i_about_r img{max-width: 100%;}
  
  .i_news{width: 100%;height: 798px; background: url("../images/i_news.png") no-repeat center center;}
  .i_news .i_news_l{width: 31.5%;margin-left: 8%; float: left;overflow: hidden;padding-top: 115px;}
  .i_news .i_news_l h2 .h2_1{font-size: 69.6px;color: rgba(255,255,255,.92);font-family: '方正大黑简体';float: left;}
  .i_news .i_news_l h2 .h2_2{font-size: 14px;color: #fff;margin-top: 20px;margin-left: 38px; float: left;}
  .i_news .i_news_l .i_news_l1{font-size: 69.6px;color: rgba(255,255,255,.92);font-family: '方正大黑简体';margin-top: -10px;}
  .i_news .i_news_l h3{font-size: 30px;color: rgba(255,255,255,.9);font-weight: bold;}
  .i_news .i_news_l .tp{margin-top: 130px;}
  .i_news .i_news_l p{font-size: 16px;color: rgba(255,255,255,.88);line-height: 35px;margin-top: 30px;}
  .i_news .i_news_r{width: 47.125%;float: right;margin-top: 90px;}
  .i_news .i_news_r .swiper-slide{width: 100%;height: 132px;}
  .i_news .i_news_r .i_news_r1{width: 100%;height: 132px;}
  .i_news .i_news_r .tp{width: 27.7%;float: left;height: 132px;}
  .i_news .i_news_r .tp img{width: 100%;height: 132px;}
  .i_news .i_news_r .i_news_r2{width: 69%;height: 132px;overflow: hidden;float: right;}
  .i_news .i_news_r .i_news_r2 h2{font-size: 18px;color: #0f37b3;margin-top: 30px;height: 20px;line-height: 20px;overflow: hidden;}
  .i_news .i_news_r .i_news_r2 p{font-size: 15px;color: #666;margin-top: 10px; line-height: 30px;height: 60px;overflow: hidden;}
  .i_news .i_news_r .hr{width: 100%;height: 1px;background-color: #e6e6e6;margin: 45px auto;}
  .i_news .swiper-pagination{margin-top: 30px;}
  .i_news .swiper-pagination-bullet{width: 9px;height: 9px;background: #d2d2d2;border-radius: 4.5px;opacity: 1;}
  .i_news .swiper-pagination-bullet-active{width: 9px;height: 9px;background: #1040d1;}
  .i_news .swiper-container{padding: 0 0 90px;}
  .i_news .i_news_r .i_news_r1{margin-bottom: 45px;}
  .i_news .i_news_r .swiper-slide:nth-child(3n) .hr{display: none;}
  
  
  .i_Links{width: 100%;background-color: #fff;padding: 120px 0 56px;}
  .i_Links .i_links_l{width: 113px;float: left;}
  .i_Links .i_links_r{width: calc(100% - 140px);float: right;margin-top: 38px;}
  .i_Links .i_links_r1{float: left;font-size: 16px;color: #666;}
  .i_Links .i_links_r1 a{font-size: 16px;color: #666;}
  .i_Links em{font-size: 12px;color: #888;float: left;margin-top: 5px;margin-left: 35px;margin-right: 35px;}
  .i_Links em:nth-child(1){display: none;}
  .i_Links .i_links_r1:hover a{color: #0f37b3;}
  
  
  
  
  @media screen and (max-width: 1700px) {
  
  }
  @media screen and (max-width: 1600px) {
    .header .header_mid > ul > li {float: left;position: relative;padding:0 28px;height: 89px;line-height: 89px;overflow: hidden;}
  
  }
  @media screen and (max-width: 1500px) {
    .header .header_mid > ul > li {float: left;position: relative;padding:0 26px;height: 89px;line-height: 89px;overflow: hidden;}
  }
  @media screen and (max-width: 1400px) {
    .header .header_mid > ul > li {float: left;position: relative;padding:0 23px;height: 89px;line-height: 89px;overflow: hidden;}
  
  }

