@charset "UTF-8";
@font-face {
  font-family: "zzh";
  src: url(../fonts/zzh.ttf);
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "微软雅黑"; }

.container-fluid {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0; }

.row {
  margin: 0; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding: 0;
  margin: 0; }

.lt {
  float: left; }

.rt {
  float: right; }

a {
  text-decoration: none; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

.top-header-box {
  background: url(../images/headerbg.jpg) no-repeat center top;
  background-size: cover; }
  .top-header-box .topbar {
    height: 30px;
    line-height: 30px;
    color: #8b8b8b;
    font-size: 1.2rem; }
    .top-header-box .topbar .trt .linktxt a {
      color: #8b8b8b;
      margin: 0 10px; }
  .top-header-box .header-wrap .header .logo {
    line-height: 65px; }
  .top-header-box .header-wrap .header .stxt {
    margin-top: 30px;
    margin-left: 25px; }
    .top-header-box .header-wrap .header .stxt .stit {
      font-size: 2rem;
      color: #1885d7;
      margin-bottom: 5px; }
    .top-header-box .header-wrap .header .stxt .btit {
      font-size: 2rem;
      color: #101010; }
  .top-header-box .header-wrap .header .phonebox {
    margin-top: 30px; }
    .top-header-box .header-wrap .header .phonebox .ptxt .t1 {
      font-size: 1.6rem;
      color: #4d4d4d; }
      .top-header-box .header-wrap .header .phonebox .ptxt .t1 i {
        float: left;
        margin-right: 10px; }
      .top-header-box .header-wrap .header .phonebox .ptxt .t1 span {
        float: left; }
    .top-header-box .header-wrap .header .phonebox .ptxt .t2 {
      font-size: 3rem;
      color: #0057a5;
      font-family: "Arial";
      letter-spacing: -1px; }
  .top-header-box .header-wrap .header .menu {
    line-height: 65px;
    float: right; }
    .top-header-box .header-wrap .header .menu img {
      max-width: 100%; }
  .top-header-box .header-wrap .header .menulist {
    position: absolute;
    top: 65px;
    right: -7px;
    width: 100px;
    display: none;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8); }
    .top-header-box .header-wrap .header .menulist a {
      font-size: 1.4rem;
      font-family: "微软雅黑";
      text-decoration: none;
      color: #fff;
      display: block;
      text-align: center;
      height: 30px;
      line-height: 30px; }
      .top-header-box .header-wrap .header .menulist a:hover {
        background: #000; }

.nav-wrap {
  height: 58px;
  background: #0058a6;
  border-bottom: 5px solid #0c385f; }
  .nav-wrap .nav-ul .navlist {
    position: relative;
    display: inline-block;
    float: left;
    width: 14.28%;
    background: url(../images/navline.jpg) no-repeat right top; }
    .nav-wrap .nav-ul .navlist:first-child .listh1 {
      background: url(../images/navline.jpg) no-repeat left top; }
    .nav-wrap .nav-ul .navlist a.listh1 {
      line-height: 58px;
      text-decoration: none;
      display: block;
      color: #fff;
      text-align: center;
      font-size: 1.7rem;
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
      .nav-wrap .nav-ul .navlist a.listh1:hover, .nav-wrap .nav-ul .navlist a.listh1.on {
        background: #0c385f; }
    .nav-wrap .nav-ul .navlist .list2-ul {
      position: absolute;
      left: 0;
      top: 58px;
      display: none;
      z-index: 10;
      background: rgba(0, 0, 0, 0.8) !important;
      background: #000;
      filter: alpha(opacity=80);
      width: 180px; }
      .nav-wrap .nav-ul .navlist .list2-ul .list {
        position: relative; }
        .nav-wrap .nav-ul .navlist .list2-ul .list .listh2 {
          text-align: left;
          padding-left: 10px;
          line-height: 35px;
          color: #fff;
          display: block;
          text-decoration: none; }
          .nav-wrap .nav-ul .navlist .list2-ul .list .listh2:hover, .nav-wrap .nav-ul .navlist .list2-ul .list .listh2.on {
            background: #0c385f; }
        .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul {
          display: none;
          position: absolute;
          left: 100%;
          top: 0;
          width: 100%;
          background: rgba(0, 0, 0, 0.8) !important;
          background: #000;
          filter: alpha(opacity=80); }
          .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 {
            text-align: center; }
            .nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
              display: block;
              line-height: 35px;
              color: #fff; }

.banner-wrap {
  position: relative; }
  .banner-wrap #owl-demo {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto; }
    .banner-wrap #owl-demo .item {
      display: block; }
    .banner-wrap #owl-demo img {
      display: block;
      width: 100%; }
  .banner-wrap .owl-theme .owl-controls {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center; }
    .banner-wrap .owl-theme .owl-controls.clickable .owl-page span {
      opacity: 1;
      background: #fff;
      border: 3px solid #fff;
      transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s; }
    .banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
      background: #429de1; }
    .banner-wrap .owl-theme .owl-controls .owl-page.active span {
      background: #429de1; }
  .banner-wrap .banner .swiper-wrapper .swiper-slide img {
    width: 100%; }

.searchbox-wrap {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px dashed #ddd; }
  .searchbox-wrap .slt .tit {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    color: #4f4f4f;
    float: left;
    width: 110px; }
  .searchbox-wrap .slt .con {
    width: calc(100% - 110px);
    float: left;
    display: inline-block;
    font-size: 1.4rem;
    color: #7d7d7d; }
    .searchbox-wrap .slt .con a {
      display: inline-block;
      color: #7d7d7d;
      margin-right: 30px; }
    .searchbox-wrap .slt .con span {
      margin: 0 20px; }
  .searchbox-wrap .srt {
    margin-top: 10px; }
    .searchbox-wrap .srt .searchtxt {
      float: left;
      width: 220px;
      height: 30px;
      border: 1px solid #eee;
      padding: 3px 5px 3px 10px;
      font-size: 1.2rem;
      color: #333;
      background: #fff;
      outline: none; }
    .searchbox-wrap .srt .submitbtn {
      float: left;
      width: 40px;
      height: 30px;
      border: none;
      background: #0058a6 url(../images/searchbox-icon1.png) no-repeat center center;
      color: #fff;
      outline: none; }

.content-wrap .product-wrap {
  background: url(../images/productbg.jpg) no-repeat center center fixed;
  background-size: cover;
  padding: 30px 0; }
  .content-wrap .product-wrap .productbox .w-ltside .mb {
    margin-bottom: 20px; }
    .content-wrap .product-wrap .productbox .w-ltside .mb .tit-show .title {
      display: block;
      height: 45px;
      line-height: 45px;
      background: #0058a6;
      background-size: cover;
      overflow: hidden;
      font-family: '微软雅黑';
      font-size: 16px;
      color: #fff;
      text-indent: 1em;
      cursor: pointer; }
      .content-wrap .product-wrap .productbox .w-ltside .mb .tit-show .title .arrow {
        float: right;
        margin-right: 15px; }
      .content-wrap .product-wrap .productbox .w-ltside .mb .tit-show .title .icon {
        margin-right: 10px; }
  .content-wrap .product-wrap .productbox .w-ltside .show-hide {
    display: none;
    overflow: hidden;
    width: 100%; }
    .content-wrap .product-wrap .productbox .w-ltside .show-hide .div2 {
      display: block;
      height: 35px;
      line-height: 35px;
      cursor: pointer;
      background: #eee;
      color: #707070;
      font-size: 14px;
      text-align: center;
      border-bottom: 1px solid #fff; }
      .content-wrap .product-wrap .productbox .w-ltside .show-hide .div2 a {
        display: block;
        color: #707070;
        text-decoration: none; }
      .content-wrap .product-wrap .productbox .w-ltside .show-hide .div2:hover a {
        background: #0058a6;
        color: #fff; }
    .content-wrap .product-wrap .productbox .w-ltside .show-hide .div3 {
      display: none; }
      .content-wrap .product-wrap .productbox .w-ltside .show-hide .div3 ul {
        margin: 0;
        padding: 0; }
        .content-wrap .product-wrap .productbox .w-ltside .show-hide .div3 ul li {
          display: block;
          height: 34px;
          line-height: 34px;
          list-style: none;
          text-align: center;
          background: #fff;
          overflow: hidden;
          border-bottom: 1px solid #eee; }
          .content-wrap .product-wrap .productbox .w-ltside .show-hide .div3 ul li a {
            text-decoration: none;
            display: block;
            overflow: hidden;
            color: #666; }
            .content-wrap .product-wrap .productbox .w-ltside .show-hide .div3 ul li a:hover {
              color: #0058a6; }
  .content-wrap .product-wrap .productbox .ltside {
    padding-right: 20px;
    position: relative;
    top: -45px; }
    .content-wrap .product-wrap .productbox .ltside .linkbox .title-arrow {
      background: url(../images/product-ltside-titbg.jpg) no-repeat;
      background-size: 100% 100%;
      height: 120px;
      padding: 0 30px;
      color: #fff;
      text-align: center; }
      .content-wrap .product-wrap .productbox .ltside .linkbox .title-arrow .titbox {
        margin-top: 30px; }
        .content-wrap .product-wrap .productbox .ltside .linkbox .title-arrow .titbox span {
          display: block;
          font-size: 2.4rem;
          font-weight: bold; }
          .content-wrap .product-wrap .productbox .ltside .linkbox .title-arrow .titbox span:nth-child(2) {
            margin-top: 5px;
            font-weight: normal;
            font-size: 1.4rem;
            text-transform: uppercase;
            color: #7fa5c7;
            font-family: "Arial"; }
    .content-wrap .product-wrap .productbox .ltside .linkbox .link-wrap {
      background: #fff;
      border: 1px solid #ddd;
      padding: 10px; }
      .content-wrap .product-wrap .productbox .ltside .linkbox .link-wrap .lbox {
        margin-bottom: 12px; }
        .content-wrap .product-wrap .productbox .ltside .linkbox .link-wrap .lbox:last-child {
          margin-bottom: 0; }
        .content-wrap .product-wrap .productbox .ltside .linkbox .link-wrap .lbox .list {
          background: #e8e8e8;
          padding: 0 15px;
          display: block;
          height: 40px;
          text-align: left;
          color: #4d4d4d;
          line-height: 40px;
          font-size: 1.8rem;
          text-decoration: none;
          overflow: hidden;
          border-radius: 5px;
          transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s; }
          .content-wrap .product-wrap .productbox .ltside .linkbox .link-wrap .lbox .list:hover {
            background: #0058a6;
            color: #fff;
            font-weight: bold; }
            .content-wrap .product-wrap .productbox .ltside .linkbox .link-wrap .lbox .list:hover .arrow {
              background: #14327a; }
          .content-wrap .product-wrap .productbox .ltside .linkbox .link-wrap .lbox .list.on1 {
            background: #0058a6;
            color: #fff;
            font-weight: bold; }
            .content-wrap .product-wrap .productbox .ltside .linkbox .link-wrap .lbox .list.on1 .arrow {
              background: #14327a;
              transform: rotate(90deg); }
          .content-wrap .product-wrap .productbox .ltside .linkbox .link-wrap .lbox .list .tit {
            float: left;
            width: calc(100% - 65px); }
          .content-wrap .product-wrap .productbox .ltside .linkbox .link-wrap .lbox .list .arrow {
            margin-top: 8px;
            width: 23px;
            height: 23px;
            line-height: 18px;
            border-radius: 50%;
            background: #fff;
            text-align: center;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s; }
        .content-wrap .product-wrap .productbox .ltside .linkbox .link-wrap .lbox .list2 {
          display: none; }
          .content-wrap .product-wrap .productbox .ltside .linkbox .link-wrap .lbox .list2 ul li {
            border-bottom: 1px dashed #ddd; }
            .content-wrap .product-wrap .productbox .ltside .linkbox .link-wrap .lbox .list2 ul li:last-child {
              border-bottom: none;
              margin-bottom: 0; }
            .content-wrap .product-wrap .productbox .ltside .linkbox .link-wrap .lbox .list2 ul li a {
              padding-left: 10px;
              display: block;
              height: 45px;
              text-align: left;
              color: #7b7b7b;
              line-height: 45px;
              font-size: 1.6rem;
              text-decoration: none;
              overflow: hidden; }
              .content-wrap .product-wrap .productbox .ltside .linkbox .link-wrap .lbox .list2 ul li a:hover {
                color: #0058a6; }
              .content-wrap .product-wrap .productbox .ltside .linkbox .link-wrap .lbox .list2 ul li a i {
                float: left;
                width: 10%;
                font-style: normal; }
              .content-wrap .product-wrap .productbox .ltside .linkbox .link-wrap .lbox .list2 ul li a span {
                float: left;
                width: 80%; }
  .content-wrap .product-wrap .productbox .tit-line {
    border: 1px solid #ddd;
    height: 45px;
    line-height: 45px;
    background: #fff; }
    .content-wrap .product-wrap .productbox .tit-line .tit {
      font-size: 1.6rem;
      color: #4f4f4f;
      text-align: center; }
      .content-wrap .product-wrap .productbox .tit-line .tit i {
        margin-top: 15px;
        width: 4px;
        height: 16px;
        background: #0058a6;
        float: left;
        margin-right: 20px; }
      .content-wrap .product-wrap .productbox .tit-line .tit span {
        float: left; }
    .content-wrap .product-wrap .productbox .tit-line .morebtn {
      padding-right: 20px;
      text-transform: uppercase; }
      .content-wrap .product-wrap .productbox .tit-line .morebtn a {
        text-decoration: none;
        color: #4f4f4f;
        font-size: 1.4rem; }
  .content-wrap .product-wrap .productbox .product-con {
    margin-top: 20px;
    background: #fff; }
    .content-wrap .product-wrap .productbox .product-con .pconbox .plist {
      padding: 0 5px 10px; }
      .content-wrap .product-wrap .productbox .product-con .pconbox .plist .pbox {
        border: 1px solid #ddd;
        background: #fff;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
        .content-wrap .product-wrap .productbox .product-con .pconbox .plist .pbox .picbox {
          padding: 7px;
          border-bottom: 1px solid #ddd; }
        .content-wrap .product-wrap .productbox .product-con .pconbox .plist .pbox .conbox {
          padding: 10px; }
          .content-wrap .product-wrap .productbox .product-con .pconbox .plist .pbox .conbox .tit {
            font-size: 1.6rem;
            color: #4f4f4f;
            text-align: center;
            line-height: 30px;
            height: 30px;
            overflow: hidden; }
          .content-wrap .product-wrap .productbox .product-con .pconbox .plist .pbox .conbox .btnbox {
            margin-top: 5px; }
            .content-wrap .product-wrap .productbox .product-con .pconbox .plist .pbox .conbox .btnbox .b1 {
              display: inline-block;
              margin-right: 10px;
              margin-bottom: 10px; }
              .content-wrap .product-wrap .productbox .product-con .pconbox .plist .pbox .conbox .btnbox .b1 a {
                text-decoration: none;
                display: block;
                height: 30px;
                line-height: 30px;
                padding: 0 15px;
                background: #fff;
                border: 1px solid #ddd;
                color: #a5a5a5;
                font-size: 1.4rem;
                transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s; }
                .content-wrap .product-wrap .productbox .product-con .pconbox .plist .pbox .conbox .btnbox .b1 a:hover {
                  background: #0058a6;
                  color: #fff; }
            .content-wrap .product-wrap .productbox .product-con .pconbox .plist .pbox .conbox .btnbox .b2 {
              display: inline-block; }
              .content-wrap .product-wrap .productbox .product-con .pconbox .plist .pbox .conbox .btnbox .b2 a {
                text-decoration: none;
                display: block;
                height: 30px;
                line-height: 30px;
                padding: 0 15px;
                background: #fff;
                border: 1px solid #ddd;
                color: #a5a5a5;
                transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s; }
                .content-wrap .product-wrap .productbox .product-con .pconbox .plist .pbox .conbox .btnbox .b2 a:hover {
                  background: #0c385f;
                  color: #fff; }
.content-wrap .adbox-wrap {
  background: url(../images/adbox1-img1.jpg) no-repeat center center;
  background-size: cover; }
  .content-wrap .adbox-wrap .pic img {
    width: 100%; }
.content-wrap .lybox-wrap {
  padding: 45px 0;
  overflow: hidden; }
  .content-wrap .lybox-wrap .title-line {
    text-align: center; }
    .content-wrap .lybox-wrap .title-line .chtit {
      font-size: 3.3rem;
      color: #4e4e4e; }
      .content-wrap .lybox-wrap .title-line .chtit span {
        color: #0058a6;
        font-weight: bold; }
    .content-wrap .lybox-wrap .title-line .stxt {
      margin-top: 5px;
      color: #7a7a7a;
      font-size: 1.4rem; }
    .content-wrap .lybox-wrap .title-line .line {
      background: #414141;
      width: 20px;
      height: 1px;
      margin: 10px auto 0; }
  .content-wrap .lybox-wrap .lybox-con {
    margin-top: 45px;
    background: url(../images/lyboxbg.png) no-repeat right top; }
    .content-wrap .lybox-wrap .lybox-con .llistbox {
      margin-bottom: 20px; }
      .content-wrap .lybox-wrap .lybox-con .llistbox:last-child .conbox .cline1 {
        left: auto;
        right: -50px; }
      .content-wrap .lybox-wrap .lybox-con .llistbox:last-child .conbox .cline2 {
        left: auto;
        right: 0; }
      .content-wrap .lybox-wrap .lybox-con .llistbox .picbox {
        margin-bottom: 20px; }
        .content-wrap .lybox-wrap .lybox-con .llistbox .picbox img {
          max-width: 100%; }
      .content-wrap .lybox-wrap .lybox-con .llistbox .conbox {
        position: relative; }
        .content-wrap .lybox-wrap .lybox-con .llistbox .conbox .titbox .t1box .t1, .content-wrap .lybox-wrap .lybox-con .llistbox .conbox .titbox .t1box .t2, .content-wrap .lybox-wrap .lybox-con .llistbox .conbox .titbox .t1box .t3 {
          display: inline-block;
          float: left; }
        .content-wrap .lybox-wrap .lybox-con .llistbox .conbox .titbox .t1box .t1 {
          font-size: 4.8rem;
          color: #0058a6;
          font-weight: bold; }
        .content-wrap .lybox-wrap .lybox-con .llistbox .conbox .titbox .t1box .t2 {
          font-size: 3.3rem;
          font-weight: bold;
          color: #0058a6;
          margin: 10px 15px 0; }
        .content-wrap .lybox-wrap .lybox-con .llistbox .conbox .titbox .t1box .t3 span {
          display: block;
          font-size: 3rem;
          color: #353535;
          font-weight: bold; }
          .content-wrap .lybox-wrap .lybox-con .llistbox .conbox .titbox .t1box .t3 span:first-child {
            position: relative;
            top: 5px;
            font-weight: normal;
            color: #7f7f7f;
            font-size: 1.2rem;
            font-family: "Arial";
            text-transform: uppercase; }
        .content-wrap .lybox-wrap .lybox-con .llistbox .conbox .titbox .t2box {
          margin-top: 15px;
          color: #fff;
          font-size: 2.4rem;
          background: #0058a6;
          padding: 5px 20px;
          line-height: 35px;
          border-radius: 5px; }
        .content-wrap .lybox-wrap .lybox-con .llistbox .conbox .con {
          margin-top: 20px;
          line-height: 30px;
          color: #444;
          font-size: 1.6rem; }
        .content-wrap .lybox-wrap .lybox-con .llistbox .conbox .phonebox {
          margin-top: 20px; }
          .content-wrap .lybox-wrap .lybox-con .llistbox .conbox .phonebox i {
            margin-top: 5px;
            float: left;
            margin-right: 10px; }
          .content-wrap .lybox-wrap .lybox-con .llistbox .conbox .phonebox span {
            margin-top: 3px;
            float: left;
            font-size: 1.8rem;
            color: #363636; }
            .content-wrap .lybox-wrap .lybox-con .llistbox .conbox .phonebox span:nth-child(3) {
              position: relative;
              top: -5px;
              font-size: 2.4rem;
              font-weight: bold;
              color: #0058a6;
              font-family: "Arial"; }
        .content-wrap .lybox-wrap .lybox-con .llistbox .conbox .cline1 {
          position: absolute;
          top: 80px;
          left: -50px;
          height: 1px;
          width: 600px;
          background: #262626; }
        .content-wrap .lybox-wrap .lybox-con .llistbox .conbox .cline2 {
          position: absolute;
          top: -10px;
          left: 0;
          height: 320px;
          width: 1px;
          background: #262626; }
.content-wrap .case-wrap {
  background: #f1f1f1;
  padding: 45px 0; }
  .content-wrap .case-wrap .title-line {
    text-align: center; }
    .content-wrap .case-wrap .title-line .chtit {
      font-size: 3.3rem;
      color: #4e4e4e; }
      .content-wrap .case-wrap .title-line .chtit span {
        color: #0058a6;
        font-weight: bold; }
    .content-wrap .case-wrap .title-line .stxt {
      margin-top: 5px;
      color: #7a7a7a;
      font-size: 1.4rem; }
    .content-wrap .case-wrap .title-line .line {
      background: #414141;
      width: 20px;
      height: 1px;
      margin: 10px auto 0; }
  .content-wrap .case-wrap .case-con {
    margin-top: 45px; }
    .content-wrap .case-wrap .case-con .c1box .clist {
      padding: 0 5px 10px; }
      .content-wrap .case-wrap .case-con .c1box .clist a {
        text-decoration: none;
        display: block;
        background: #fff;
        border: 1px solid #eee;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
        .content-wrap .case-wrap .case-con .c1box .clist a:hover {
          box-shadow: 0 0 5px #ccc; }
          .content-wrap .case-wrap .case-con .c1box .clist a:hover .picbox .showcn {
            top: 0; }
          .content-wrap .case-wrap .case-con .c1box .clist a:hover .btit {
            border-bottom-color: #0058a6; }
        .content-wrap .case-wrap .case-con .c1box .clist a .picbox {
          position: relative;
          overflow: hidden;
          padding: 3px;
          border-bottom: 1px solid #eee; }
          .content-wrap .case-wrap .case-con .c1box .clist a .picbox .showcn {
            position: absolute;
            top: 800px;
            left: 0;
            width: 100%;
            height: 100%;
            background: url(../images/case-fdj.png) no-repeat center center;
            color: #fff;
            font-size: 1.8rem;
            text-align: center;
            padding: 0 10px;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s; }
            .content-wrap .case-wrap .case-con .c1box .clist a .picbox .showcn .stit {
              margin-top: 24%;
              line-height: 25px;
              height: 25px;
              overflow: hidden; }
        .content-wrap .case-wrap .case-con .c1box .clist a .btit {
          height: 65px;
          line-height: 65px;
          text-align: center;
          font-size: 1.6rem;
          color: #333;
          border-bottom: 2px solid #fff;
          transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s; }
    .content-wrap .case-wrap .case-con .c2box {
      margin-top: 30px; }
      .content-wrap .case-wrap .case-con .c2box .pic img {
        width: 100%; }
.content-wrap .about-wrap .title-line {
  background: url(../images/aboutbg.jpg) no-repeat center center fixed;
  background-size: cover;
  padding: 45px 0 170px;
  color: #fff;
  text-align: center; }
  .content-wrap .about-wrap .title-line .chtit {
    font-size: 3.3rem; }
    .content-wrap .about-wrap .title-line .chtit span {
      font-weight: bold; }
  .content-wrap .about-wrap .title-line .stxt {
    font-size: 1.4rem;
    margin-top: 5px; }
  .content-wrap .about-wrap .title-line .line {
    background: #fff;
    width: 20px;
    height: 1px;
    margin: 10px auto 0; }
	
	
	
	.hot{height:50px; background:#212121; position:fixed; bottom:0; left:0; z-index:99; border-top:2px solid #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row div a{ display:block; color:#fff; padding:7px 0;}
.hot .row div:hover{ background:#000;}	
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.ewm-box img{ max-width: 140px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li{ position: relative; padding: 6px 0; width: 20%; height: 44px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a{ position: absolute; left: 50%; top:6px; margin:0 0 0 -16px; float: inherit !important; display: block; }
	
	
.content-wrap .about-wrap .about-con {
  margin-top: -130px; }
  .content-wrap .about-wrap .about-con a {
    text-decoration: none;
    display: block;
    background: #fff;
    box-shadow: 0 3px 5px #ddd;
    position: relative; }
    .content-wrap .about-wrap .about-con a .conbox {
      padding: 20px 20px 80px; }
      .content-wrap .about-wrap .about-con a .conbox .tit {
        font-size: 2.4rem;
        color: #515151;
        line-height: 35px;
        height: 35px;
        overflow: hidden; }
      .content-wrap .about-wrap .about-con a .conbox .line {
        width: 55px;
        height: 2px;
        background: #e4e4e4;
        margin: 20px 0; }
      .content-wrap .about-wrap .about-con a .conbox .con {
        font-size: 1.4rem;
        color: #515151;
        line-height: 30px;
        height: 180px;
        overflow: hidden; }
      .content-wrap .about-wrap .about-con a .conbox .addicon {
        position: absolute;
        right: 0;
        bottom: 0; }
.content-wrap .news-wrap {
  padding: 45px 0; }
  .content-wrap .news-wrap .title-line {
    text-align: center; }
    .content-wrap .news-wrap .title-line .chtit {
      font-size: 3.3rem;
      color: #4e4e4e; }
      .content-wrap .news-wrap .title-line .chtit span {
        color: #0058a6;
        font-weight: bold; }
    .content-wrap .news-wrap .title-line .stxt {
      margin-top: 5px;
      color: #7a7a7a;
      font-size: 1.4rem; }
    .content-wrap .news-wrap .title-line .line {
      background: #414141;
      width: 20px;
      height: 1px;
      margin: 10px auto 0; }
  .content-wrap .news-wrap .news-con {
    margin-top: 45px; }
    .content-wrap .news-wrap .news-con .bnlistbox {
      margin-bottom: 20px; }
      .content-wrap .news-wrap .news-con .bnlistbox .bnlist .conbox {
        border: 1px solid #ddd;
        padding: 30px 20px 10px; }
        .content-wrap .news-wrap .news-con .bnlistbox .bnlist .conbox .list {
          margin-bottom: 20px; }
          .content-wrap .news-wrap .news-con .bnlistbox .bnlist .conbox .list:nth-child(2n+2) a .bqtit {
            background: #0058a6;
            color: #fff; }
          .content-wrap .news-wrap .news-con .bnlistbox .bnlist .conbox .list a {
            text-decoration: none;
            display: block;
            line-height: 25px;
            height: 25px;
            overflow: hidden;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s; }
            .content-wrap .news-wrap .news-con .bnlistbox .bnlist .conbox .list a:hover {
              opacity: .5; }
            .content-wrap .news-wrap .news-con .bnlistbox .bnlist .conbox .list a .bqtit {
              width: 60px;
              height: 25px;
              line-height: 23px;
              border: 1px solid #eee;
              color: #888;
              font-size: 1.4rem;
              text-align: center;
              margin-right: 15px; }
            .content-wrap .news-wrap .news-con .bnlistbox .bnlist .conbox .list a .tit {
              width: calc(100% - 175px);
              color: #3e3e3e;
              font-size: 1.4rem;
              display: inline-block; }
            .content-wrap .news-wrap .news-con .bnlistbox .bnlist .conbox .list a .time {
              width: 80px;
              text-align: right;
              color: #b3b3b3;
              font-size: 1.4rem;
              font-family: "Arial"; }
    .content-wrap .news-wrap .news-con .nlistbox .n1box {
      margin-top: 20px; }
      .content-wrap .news-wrap .news-con .nlistbox .n1box .nlist {
        margin-bottom: 20px; }
        .content-wrap .news-wrap .news-con .nlistbox .n1box .nlist a {
          text-decoration: none;
          display: block;
          border: 1px solid #eee; }
          .content-wrap .news-wrap .news-con .nlistbox .n1box .nlist a:hover .picbox {
            opacity: .5; }
          .content-wrap .news-wrap .news-con .nlistbox .n1box .nlist a .picbox {
            width: 35%;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s; }
          .content-wrap .news-wrap .news-con .nlistbox .n1box .nlist a .conbox {
            width: 65%;
            padding: 30px 20px 0; }
            .content-wrap .news-wrap .news-con .nlistbox .n1box .nlist a .conbox .tit {
              font-size: 1.8rem;
              font-weight: bold;
              color: #1d1d1d;
              height: 25px;
              line-height: 25px;
              overflow: hidden; }
            .content-wrap .news-wrap .news-con .nlistbox .n1box .nlist a .conbox .con {
              margin-top: 8px;
              font-size: 1.4rem;
              color: #969494;
              line-height: 25px;
              height: 50px;
              overflow: hidden; }
            .content-wrap .news-wrap .news-con .nlistbox .n1box .nlist a .conbox .timebox {
              margin-top: 12px;
              font-size: 1.2rem;
              color: #cfcfcf; }
              .content-wrap .news-wrap .news-con .nlistbox .n1box .nlist a .conbox .timebox .t2 span {
                color: #0e459d; }
    .content-wrap .news-wrap .news-con .nlistbox .n2box {
      border: 1px solid #eee;
      position: relative;
      z-index: 2; }
      .content-wrap .news-wrap .news-con .nlistbox .n2box a {
        text-decoration: none;
        display: block;
        line-height: 50px;
        height: 50px;
        overflow: hidden;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
        .content-wrap .news-wrap .news-con .nlistbox .n2box a:hover {
          opacity: .5; }
        .content-wrap .news-wrap .news-con .nlistbox .n2box a .icon {
          float: left;
          font-size: 1.6rem;
          color: #fff;
          width: 140px;
          background: #0058a6; }
          .content-wrap .news-wrap .news-con .nlistbox .n2box a .icon i {
            margin-top: -3px;
            float: left;
            width: 50px;
            text-align: center; }
            .content-wrap .news-wrap .news-con .nlistbox .n2box a .icon i img {
              -webkit-filter: brightness(100); }
          .content-wrap .news-wrap .news-con .nlistbox .n2box a .icon span {
            float: left;
            width: calc(100% - 50px); }
        .content-wrap .news-wrap .news-con .nlistbox .n2box a .tit {
          padding-left: 15px;
          float: left;
          font-size: 1.6rem;
          color: #181818;
          width: calc(100% - 260px); }
        .content-wrap .news-wrap .news-con .nlistbox .n2box a .time {
          padding-right: 20px;
          float: right;
          width: 100px;
          text-align: right;
          font-size: 1.4rem;
          color: #9d9d9d;
          font-family: "Arial"; }
.content-wrap .contentbox {
  margin-top: 20px;
  margin-bottom: 80px; }
  .content-wrap .contentbox .tit-line {
    text-align: center;
    margin-bottom: 20px; }
    .content-wrap .contentbox .tit-line h2 {
      font-family: "Aparajita";
      color: #383838;
      font-size: 3.2rem;
      text-transform: uppercase;
      margin: 0 0 15px; }
      .content-wrap .contentbox .tit-line h2 span {
        font-family: "微软雅黑";
        display: block;
        font-size: 2rem; }
    .content-wrap .contentbox .tit-line .line-wrap {
      width: 100%;
      height: 1px;
      background: #ccc; }
      .content-wrap .contentbox .tit-line .line-wrap .line {
        position: relative;
        top: -1px;
        height: 3px;
        background: #0058a6;
        width: 80px;
        margin: 0 auto; }
  .content-wrap .contentbox .w-ltside .mb {
    margin-bottom: 20px; }
    .content-wrap .contentbox .w-ltside .mb .tit-show .title {
      display: block;
      height: 45px;
      line-height: 45px;
      background: #0058a6;
      background-size: cover;
      overflow: hidden;
      font-family: '微软雅黑';
      font-size: 16px;
      color: #fff;
      text-indent: 1em;
      cursor: pointer; }
      .content-wrap .contentbox .w-ltside .mb .tit-show .title .arrow {
        float: right;
        margin-right: 15px; }
      .content-wrap .contentbox .w-ltside .mb .tit-show .title .icon {
        margin-right: 10px; }
  .content-wrap .contentbox .w-ltside .show-hide {
    display: none;
    overflow: hidden;
    width: 100%; }
    .content-wrap .contentbox .w-ltside .show-hide .div2 {
      display: block;
      height: 35px;
      line-height: 35px;
      cursor: pointer;
      background: #eee;
      color: #707070;
      font-size: 14px;
      text-align: center;
      border-bottom: 1px solid #fff; }
      .content-wrap .contentbox .w-ltside .show-hide .div2 a {
        display: block;
        color: #707070;
        text-decoration: none; }
      .content-wrap .contentbox .w-ltside .show-hide .div2:hover a {
        background: #0058a6;
        color: #fff; }
    .content-wrap .contentbox .w-ltside .show-hide .div3 {
      display: none; }
      .content-wrap .contentbox .w-ltside .show-hide .div3 ul {
        margin: 0;
        padding: 0; }
        .content-wrap .contentbox .w-ltside .show-hide .div3 ul li {
          display: block;
          height: 34px;
          line-height: 34px;
          list-style: none;
          text-align: center;
          background: #fff;
          overflow: hidden;
          border-bottom: 1px solid #eee; }
          .content-wrap .contentbox .w-ltside .show-hide .div3 ul li a {
            text-decoration: none;
            display: block;
            overflow: hidden;
            color: #666; }
            .content-wrap .contentbox .w-ltside .show-hide .div3 ul li a:hover {
              color: #0058a6; }
  .content-wrap .contentbox .ltside {
    padding-right: 20px;
    position: relative;
    top: -35px; }
    .content-wrap .contentbox .ltside .linkbox .title-arrow {
      background: url(../images/product-ltside-titbg.jpg) no-repeat;
      background-size: 100% 100%;
      height: 120px;
      padding: 0 30px;
      color: #fff;
      text-align: center; }
      .content-wrap .contentbox .ltside .linkbox .title-arrow .titbox {
        margin-top: 30px; }
        .content-wrap .contentbox .ltside .linkbox .title-arrow .titbox span {
          display: block;
          font-size: 2.4rem;
          font-weight: bold; }
          .content-wrap .contentbox .ltside .linkbox .title-arrow .titbox span:nth-child(2) {
            margin-top: 5px;
            font-weight: normal;
            font-size: 1.4rem;
            text-transform: uppercase;
            color: #7fa5c7;
            font-family: "Arial"; }
    .content-wrap .contentbox .ltside .linkbox .link-wrap {
      background: #fff;
      border: 1px solid #ddd;
      padding: 10px; }
      .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox {
        margin-bottom: 12px; }
        .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox:last-child {
          margin-bottom: 0; }
        .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list {
          background: #e8e8e8;
          padding: 0 15px;
          display: block;
          height: 40px;
          text-align: left;
          color: #4d4d4d;
          line-height: 40px;
          font-size: 1.8rem;
          text-decoration: none;
          overflow: hidden;
          border-radius: 5px;
          transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s; }
          .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list:hover {
            background: #0058a6;
            color: #fff;
            font-weight: bold; }
            .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list:hover .arrow {
              background: #14327a; }
          .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list.on1 {
            background: #0058a6;
            color: #fff;
            font-weight: bold; }
            .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list.on1 .arrow {
              background: #14327a;
              transform: rotate(90deg); }
          .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list .tit {
            float: left;
            width: calc(100% - 65px); }
          .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list .arrow {
            margin-top: 8px;
            width: 23px;
            height: 23px;
            line-height: 18px;
            border-radius: 50%;
            background: #fff;
            text-align: center;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s; }
        .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 {
          display: none; }
          .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li {
            border-bottom: 1px dashed #ddd; }
            .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li:last-child {
              border-bottom: none;
              margin-bottom: 0; }
            .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a {
              padding-left: 10px;
              display: block;
              height: 45px;
              text-align: left;
              color: #7b7b7b;
              line-height: 45px;
              font-size: 1.6rem;
              text-decoration: none;
              overflow: hidden; }
              .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a:hover {
                color: #0058a6; }
              .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a i {
                float: left;
                width: 10%;
                font-style: normal; }
              .content-wrap .contentbox .ltside .linkbox .link-wrap .lbox .list2 ul li a span {
                float: left;
                width: 80%; }
    .content-wrap .contentbox .ltside .contactbox {
      margin-top: 15px; }
      .content-wrap .contentbox .ltside .contactbox .title-arrow {
        background: #0058a6;
        height: 55px;
        line-height: 55px;
        padding-left: 10px; }
        .content-wrap .contentbox .ltside .contactbox .title-arrow .tit {
          font-size: 2rem;
          font-weight: bold;
          color: #fff; }
          .content-wrap .contentbox .ltside .contactbox .title-arrow .tit span {
            margin-left: 5px;
            font-family: "Aparajita";
            font-size: 1.2rem;
            font-weight: normal;
            text-transform: uppercase; }
      .content-wrap .contentbox .ltside .contactbox .con {
        border: 1px solid #ddd;
        padding: 15px 25px;
        font-size: 1.4rem;
        color: #6a6a6a;
        line-height: 35px; }
  .content-wrap .contentbox .main-wrap {
    padding-bottom: 30px; }
    .content-wrap .contentbox .main-wrap .title-posit {
      margin-bottom: 15px; }
      .content-wrap .contentbox .main-wrap .title-posit .tp {
        border: 1px solid #eee;
        height: 45px;
        line-height: 45px;
        background: #f5f5f5; }
        .content-wrap .contentbox .main-wrap .title-posit .tp .title {
          font-size: 1.6rem;
          color: #4f4f4f;
          text-align: center; }
          .content-wrap .contentbox .main-wrap .title-posit .tp .title i {
            margin-top: 15px;
            width: 4px;
            height: 16px;
            background: #0058a6;
            float: left;
            margin-right: 20px; }
          .content-wrap .contentbox .main-wrap .title-posit .tp .title span {
            float: left; }
        .content-wrap .contentbox .main-wrap .title-posit .tp .posit {
          color: #8a8a8a;
          font-size: 1.2rem;
          padding-right: 10px; }
          .content-wrap .contentbox .main-wrap .title-posit .tp .posit a {
            color: #8a8a8a; }
    .content-wrap .contentbox .main-wrap .about-con {
      margin-bottom: 20px; }
      .content-wrap .contentbox .main-wrap .about-con img {
        max-width: 100%;
        margin: 10px 0; }
      .content-wrap .contentbox .main-wrap .about-con .con {
        font-size: 1.6rem;
        color: #464646;
        line-height: 35px;
        margin-bottom: 0; }
    .content-wrap .contentbox .main-wrap .news-con .nlist {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px dashed #ccc; }
      .content-wrap .contentbox .main-wrap .news-con .nlist a {
        display: block;
        text-decoration: none;
        color: #282828;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
        .content-wrap .contentbox .main-wrap .news-con .nlist a:hover {
          color: #003586; }
          .content-wrap .contentbox .main-wrap .news-con .nlist a:hover .conbox .morebtn {
            background: #003586;
            color: #fff; }
        .content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
          width: 17%;
          transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s; }
        .content-wrap .contentbox .main-wrap .news-con .nlist a .conbox {
          width: 80%; }
          .content-wrap .contentbox .main-wrap .news-con .nlist a .conbox .titbox {
            margin-top: 10px;
            font-size: 1.8rem;
            line-height: 25px;
            height: 25px;
            overflow: hidden;
            margin-bottom: 5px; }
            .content-wrap .contentbox .main-wrap .news-con .nlist a .conbox .titbox .tit {
              display: inline-block;
              width: 70%; }
            .content-wrap .contentbox .main-wrap .news-con .nlist a .conbox .titbox .time {
              font-size: 1.2rem;
              color: #9e9e9e; }
          .content-wrap .contentbox .main-wrap .news-con .nlist a .conbox .con {
            font-size: 1.2rem;
            color: #5f5f5f;
            line-height: 20px;
            height: 40px;
            overflow: hidden; }
          .content-wrap .contentbox .main-wrap .news-con .nlist a .conbox .morebtn {
            margin-top: 10px;
            width: 95px;
            height: 25px;
            border: 1px solid #eee;
            color: #b5b5b5;
            font-size: 1.2rem;
            line-height: 25px;
            text-align: center;
            font-family: "宋体";
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s; }
    .content-wrap .contentbox .main-wrap .product-con .plist {
      padding: 0 10px 20px; }
      .content-wrap .contentbox .main-wrap .product-con .plist .pbox {
        border: 1px solid #ddd;
        background: #fff;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
        .content-wrap .contentbox .main-wrap .product-con .plist .pbox .picbox {
          padding: 7px;
          border-bottom: 1px solid #ddd; }
        .content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox {
          padding: 10px; }
          .content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .tit {
            font-size: 1.6rem;
            color: #4f4f4f;
            text-align: center;
            line-height: 30px;
            height: 30px;
            overflow: hidden; }
          .content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .btnbox {
            margin-top: 5px; }
            .content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .btnbox .b1 {
              display: inline-block;
              margin-right: 10px;
              margin-bottom: 10px; }
              .content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .btnbox .b1 a {
                text-decoration: none;
                display: block;
                height: 30px;
                line-height: 30px;
                padding: 0 15px;
                background: #fff;
                border: 1px solid #ddd;
                color: #a5a5a5;
                font-size: 1.4rem;
                transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s; }
                .content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .btnbox .b1 a:hover {
                  background: #0058a6;
                  color: #fff; }
            .content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .btnbox .b2 {
              display: inline-block; }
              .content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .btnbox .b2 a {
                text-decoration: none;
                display: block;
                height: 30px;
                line-height: 30px;
                padding: 0 15px;
                background: #fff;
                border: 1px solid #ddd;
                color: #a5a5a5;
                transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s; }
                .content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .btnbox .b2 a:hover {
                  background: #0c385f;
                  color: #fff; }
    .content-wrap .contentbox .main-wrap .case-con .clist {
      padding: 0 10px 20px; }
      .content-wrap .contentbox .main-wrap .case-con .clist a {
        text-decoration: none;
        display: block; }
        .content-wrap .contentbox .main-wrap .case-con .clist a:hover .picbox {
          opacity: .5; }
        .content-wrap .contentbox .main-wrap .case-con .clist a .picbox {
          transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s; }
        .content-wrap .contentbox .main-wrap .case-con .clist a .btit {
          margin-top: 5px;
          height: 30px;
          line-height: 30px;
          overflow: hidden;
          font-size: 1.6rem;
          color: #4f4f4f;
          text-align: center;
          transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s; }
    .content-wrap .contentbox .main-wrap .download-con .dlist {
      border-bottom: 1px dashed #ddd; }
      .content-wrap .contentbox .main-wrap .download-con .dlist a {
        text-decoration: none;
        display: block;
        height: 42px;
        line-height: 42px;
        overflow: hidden;
        color: #535455;
        font-size: 1.6rem; }
        .content-wrap .contentbox .main-wrap .download-con .dlist a:hover {
          color: #00428e; }
        .content-wrap .contentbox .main-wrap .download-con .dlist a .icon {
          width: 15px; }
        .content-wrap .contentbox .main-wrap .download-con .dlist a .tit {
          width: calc(100% - 190px); }
        .content-wrap .contentbox .main-wrap .download-con .dlist a .time {
          width: 80px;
          text-align: right;
          font-size: 1.2rem;
          color: #9e9e9e; }
    .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist {
      margin-bottom: 10px; }
      .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
        font-weight: normal;
        font-size: 1.4rem;
        width: 22%;
        float: left;
        height: 30px;
        line-height: 30px;
        color: #696969; }
      .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
        float: right;
        width: 77%;
        border: 1px solid #ccc;
        line-height: 30px;
        height: 30px;
        padding: 5px;
        font-size: 1.4rem;
        color: #696969; }
      .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
        float: right;
        width: 77%;
        border: 1px solid #ccc;
        line-height: 30px;
        height: 130px;
        padding: 5px;
        font-size: 1.4rem;
        color: #696969; }
      .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox3 {
        margin-left: 2%;
        float: left;
        width: 15%;
        border: 1px solid #ccc;
        line-height: 30px;
        height: 30px;
        padding: 5px;
        font-size: 1.4rem;
        color: #696969; }
      .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .pic {
        float: left;
        margin-left: 5px; }
        .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .pic img {
          height: 30px; }
      .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn {
        margin-top: 10px;
        width: 100px;
        height: 30px;
        color: #292929;
        border: none;
        background: #d1d1d1;
        font-size: 1.4rem;
        margin-right: 5px;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s; }
        .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn:hover {
          background: #02882a;
          color: #fff; }
        .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
          margin-left: 23%; }
    .content-wrap .contentbox .main-wrap .messages-con .picbox {
      padding-left: 20px; }
      .content-wrap .contentbox .main-wrap .messages-con .picbox .pbox {
        border: 1px solid #ccc;
        padding: 5px; }
    .content-wrap .contentbox .main-wrap .contact-con .mappic {
      margin-top: 20px;
      border: 1px solid #ccc;
      padding: 5px; }
      .content-wrap .contentbox .main-wrap .contact-con .mappic img {
        width: 100%; }
    .content-wrap .contentbox .main-wrap .contact-con .ccon .tit {
      margin-top: 20px;
      font-size: 1.6rem;
      margin-bottom: 5px;
      color: #222; }
    .content-wrap .contentbox .main-wrap .contact-con .ccon .cn {
      margin-top: 20px;
      font-size: 1.4rem;
      color: #353535;
      line-height: 30px; }
    .content-wrap .contentbox .main-wrap .news-details-con .tit {
      text-align: center;
      margin-bottom: 15px; }
      .content-wrap .contentbox .main-wrap .news-details-con .tit span {
        font-size: 2.4rem;
        border-bottom: 1px solid #0196dc;
        padding-bottom: 5px;
        color: #292929; }
    .content-wrap .contentbox .main-wrap .news-details-con .pic {
      margin: 10px 0;
      text-align: center; }
      .content-wrap .contentbox .main-wrap .news-details-con .pic img {
        max-width: 100%; }
    .content-wrap .contentbox .main-wrap .news-details-con .con p {
      text-indent: 2em;
      color: #636363;
      font-size: 1.4rem;
      margin-bottom: 0;
      line-height: 28px; }
    .content-wrap .contentbox .main-wrap .product-details-con img {
      max-width: 100%; }
    .content-wrap .contentbox .main-wrap .product-details-con .picbox {
      margin-bottom: 20px;
      text-align: center; }
      .content-wrap .contentbox .main-wrap .product-details-con .picbox img {
        border: 1px solid #ccc;
        max-width: 100%; }
    .content-wrap .contentbox .main-wrap .product-details-con .dcon .tit {
      font-size: 1.8rem;
      font-weight: bold;
      color: #2d2d2d;
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px;
      margin-bottom: 10px; }
    .content-wrap .contentbox .main-wrap .product-details-con .dcon .cn {
      font-size: 1.4rem;
      color: #636363;
      line-height: 30px; }
    .content-wrap .contentbox .main-wrap .download-details-con .loadcon {
      margin-bottom: 20px; }
      .content-wrap .contentbox .main-wrap .download-details-con .loadcon .lcon {
        border: 1px solid #ccc; }
        .content-wrap .contentbox .main-wrap .download-details-con .loadcon .lcon i {
          float: left;
          width: 7%;
          border-right: 1px solid #ccc;
          background: #f5f5f5;
          display: inline-block;
          text-align: center;
          padding: 18px 0;
          height: 72px; }
          .content-wrap .contentbox .main-wrap .download-details-con .loadcon .lcon i img {
            max-width: 100%; }
        .content-wrap .contentbox .main-wrap .download-details-con .loadcon .lcon .ltxt {
          float: left;
          width: 93%;
          padding-left: 20px; }
          .content-wrap .contentbox .main-wrap .download-details-con .loadcon .lcon .ltxt .titbox {
            margin-top: 11px;
            width: 50%;
            display: inline-block;
            overflow: hidden; }
            .content-wrap .contentbox .main-wrap .download-details-con .loadcon .lcon .ltxt .titbox .tit {
              font-size: 1.2rem;
              color: #696969;
              line-height: 20px;
              height: 20px;
              overflow: hidden; }
            .content-wrap .contentbox .main-wrap .download-details-con .loadcon .lcon .ltxt .titbox .cn {
              margin-top: 3px;
              font-size: 1.4rem;
              color: #292929;
              line-height: 16px;
              height: 16px;
              overflow: hidden; }
          .content-wrap .contentbox .main-wrap .download-details-con .loadcon .lcon .ltxt .dbtn {
            margin-right: 10px;
            margin-top: 15px; }
            .content-wrap .contentbox .main-wrap .download-details-con .loadcon .lcon .ltxt .dbtn a {
              text-decoration: none;
              width: 100px;
              height: 40px;
              background: #0168b5;
              color: #fff;
              font-size: 1.4rem;
              text-align: center;
              border-radius: 3px;
              display: block;
              line-height: 40px;
              transition: all 0.3s ease 0s;
              -moz-transition: all 0.3s ease 0s;
              -webkit-transition: all 0.3s ease 0s;
              -o-transition: all 0.3s ease 0s; }
              .content-wrap .contentbox .main-wrap .download-details-con .loadcon .lcon .ltxt .dbtn a:hover {
                background: #014b82; }
    .content-wrap .contentbox .main-wrap .download-details-con .dcon .tit {
      margin-bottom: 15px; }
      .content-wrap .contentbox .main-wrap .download-details-con .dcon .tit span {
        font-size: 1.8rem;
        padding-bottom: 5px;
        color: #292929;
        font-weight: bold; }
      .content-wrap .contentbox .main-wrap .download-details-con .dcon .tit .line {
        margin-top: 5px;
        display: block;
        width: 30px;
        height: 2px;
        background: #0196dc; }
    .content-wrap .contentbox .main-wrap .download-details-con .dcon .pic {
      margin: 10px 0;
      text-align: center; }
      .content-wrap .contentbox .main-wrap .download-details-con .dcon .pic img {
        max-width: 100%; }
    .content-wrap .contentbox .main-wrap .download-details-con .dcon .con p {
      color: #636363;
      font-size: 1.4rem;
      margin-bottom: 0;
      line-height: 28px; }

.footer-wrap .footer {
  background: #111316; }
  .footer-wrap .footer .f1box {
    padding: 35px 0;
    color: #fff;
    border-bottom: 1px solid #25282d; }
    .footer-wrap .footer .f1box .linkbox {
      padding-right: 40px;
      background: url(../images/footer-line.jpg) no-repeat right top; }
      .footer-wrap .footer .f1box .linkbox .title {
        font-size: 1.6rem;
        font-weight: bold;
        text-transform: uppercase; }
        .footer-wrap .footer .f1box .linkbox .title span {
          margin-bottom: 5px;
          display: block;
          font-size: 2.2rem;
          font-family: "Arial";
          color: #525860; }
      .footer-wrap .footer .f1box .linkbox .lcon {
        margin-top: 20px; }
        .footer-wrap .footer .f1box .linkbox .lcon .list {
          float: left;
          width: 50%;
          padding-right: 20px;
          line-height: 30px;
          font-size: 1.4rem; }
          .footer-wrap .footer .f1box .linkbox .lcon .list a {
            color: #fff; }
    .footer-wrap .footer .f1box .cconbox {
      padding-left: 110px;
      background: url(../images/footer-line.jpg) no-repeat right top; }
      .footer-wrap .footer .f1box .cconbox .title {
        font-size: 1.6rem;
        font-weight: bold;
        text-transform: uppercase; }
        .footer-wrap .footer .f1box .cconbox .title span {
          margin-bottom: 5px;
          display: block;
          font-size: 2.2rem;
          font-family: "Arial";
          color: #525860; }
      .footer-wrap .footer .f1box .cconbox .ccon {
        margin-top: 20px;
        font-size: 1.4rem;
        line-height: 30px; }
    .footer-wrap .footer .f1box .ewmbox {
      padding-left: 80px; }
      .footer-wrap .footer .f1box .ewmbox .title {
        text-align: left;
        font-size: 1.6rem;
        font-weight: bold;
        text-transform: uppercase; }
        .footer-wrap .footer .f1box .ewmbox .title span {
          margin-bottom: 5px;
          display: block;
          font-size: 2.2rem;
          font-family: "Arial";
          color: #525860; }
      .footer-wrap .footer .f1box .ewmbox .con {
        margin-top: 25px;
        text-align: left; }
  .footer-wrap .footer .f2box {
    border-top: 1px solid #000;
    padding: 10px 0;
    text-align: center;
    color: #a6a6a6;
    line-height: 30px;
    opacity: .35; }
    .footer-wrap .footer .f2box a {
      color: #636e88; }

.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #292929;
  z-index: 999; }
  .hot-wrap .list {
    height: 75px;
    width: 25%;
    float: left;
    display: block; }
    .hot-wrap .list:hover {
      background: #191919; }
    .hot-wrap .list a {
      text-decoration: none;
      display: block;
      text-align: center; }
      .hot-wrap .list a i {
        display: block;
        padding-bottom: .2em;
        padding-top: .5em; }
      .hot-wrap .list a span {
        font-size: 1rem;
        color: #fff; }

@media (min-width: 992px) {
  .col-md-13 {
    width: 20%;
    float: left; }

  .col-md-14 {
    width: 11.11%;
    float: left; }

  .top-header-box .header-wrap .header {
    height: 120px; }
    .top-header-box .header-wrap .header .logo {
      line-height: 120px; }

  .searchbox-wrap {
    padding-bottom: 20px; }
    .searchbox-wrap .slt {
      margin-top: 8px;
      float: left;
      line-height: 16px;
      height: 16px;
      overflow: hidden;
      width: 70%; }
    .searchbox-wrap .srt {
      margin-top: 0;
      float: right; }

  .content-wrap .product-wrap .productbox .product-con .pconbox .plist .pbox .conbox .btnbox {
    text-align: center; }
  .content-wrap .lybox-wrap .lybox-con {
    background: url(../images/lyboxbg.png) no-repeat right top; }
    .content-wrap .lybox-wrap .lybox-con .llistbox {
      margin-bottom: 20px; }
      .content-wrap .lybox-wrap .lybox-con .llistbox:last-child .picbox {
        float: left; }
      .content-wrap .lybox-wrap .lybox-con .llistbox:last-child .conbox {
        float: right;
        padding-left: 0;
        padding-right: 50px;
        text-align: right; }
        .content-wrap .lybox-wrap .lybox-con .llistbox:last-child .conbox .titbox .t1box {
          text-align: right; }
          .content-wrap .lybox-wrap .lybox-con .llistbox:last-child .conbox .titbox .t1box .t1, .content-wrap .lybox-wrap .lybox-con .llistbox:last-child .conbox .titbox .t1box .t2, .content-wrap .lybox-wrap .lybox-con .llistbox:last-child .conbox .titbox .t1box .t3 {
            float: none; }
        .content-wrap .lybox-wrap .lybox-con .llistbox:last-child .conbox .titbox .t2box {
          display: inline-block; }
        .content-wrap .lybox-wrap .lybox-con .llistbox:last-child .conbox .con {
          text-align: left; }
        .content-wrap .lybox-wrap .lybox-con .llistbox:last-child .conbox .phonebox {
          display: inline-block; }
      .content-wrap .lybox-wrap .lybox-con .llistbox .picbox {
        float: right;
        width: 50%; }
      .content-wrap .lybox-wrap .lybox-con .llistbox .conbox {
        float: left;
        width: 46%;
        padding-left: 60px; }
        .content-wrap .lybox-wrap .lybox-con .llistbox .conbox .titbox .t2box {
          margin-top: 35px;
          width: 80%; }
        .content-wrap .lybox-wrap .lybox-con .llistbox .conbox .con {
          margin-top: 30px; }
  .content-wrap .about-wrap .about-con a .conbox {
    padding: 50px 50px 0;
    height: 375px; }
  .content-wrap .news-wrap .news-con .bnlistbox {
    padding-right: 30px; }
  .content-wrap .contentbox .main-wrap .product-con .plist .pbox .conbox .btnbox {
    text-align: center; }
  .content-wrap .contentbox .main-wrap .messages-con .mconbox {
    width: 800px;
    margin: 0 auto; }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 12%; }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
    width: 86%; }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
    width: 86%; }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
    margin-left: 14%; }

  .footer-wrap .footer .f2box {
    padding: 20px 0; }
    .footer-wrap .footer .f2box .flt {
      float: left;
      line-height: 35px; }
    .footer-wrap .footer .f2box .frt {
      float: right; } }
@media (max-width: 990px) {
  .container-fluid {
    padding-left: .5em;
    padding-right: .5em; }

  .footer-wrap {
    margin-bottom: 75px; }
    .footer-wrap .footer {
      background: #292929; } }
@media (max-width: 480px) {
  .logo img {
    max-width: 60%; }

  .content-wrap .news-wrap .news-con .nlistbox .n1box .nlist a .picbox {
    width: 45%; }
  .content-wrap .news-wrap .news-con .nlistbox .n1box .nlist a .conbox {
    width: 55%; }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
    width: 35%; }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .conbox {
    width: 61%; } }
@media (max-width: 375px) {
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 28%; }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
    width: 71%; }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
    width: 71%; }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
    margin-left: 28%; } }

/*# sourceMappingURL=style.css.map */
