      .swiper-container-free-mode > .swiper-wrapper {
        -webkit-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        transition-timing-function: linear;
        margin: 0 auto;
      }
      .solid{
        height: 1px;
        background-color: #5d5d5d;
      }
      .pure-menu-active>.pure-menu-link, .pure-menu-link:focus, .pure-menu-link:hover {
    background-color: inherit;
}
      .custom-menu-wrapper {
        background-color: #1184da;
        white-space: nowrap;
        position: relative;
      }

      .custom-menu {
        display: block;
        width: auto;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
      }

      .custom-menu .pure-menu-link,
      .custom-menu .pure-menu-heading {
        color: white;
      }

      .pure-menu-link:hover{
        background-color: #06458c;
      }

      .custom-menu-top {
        position: relative;
        padding-top: .5em;
        padding-bottom: .5em;
      }

      .custom-menu-brand {
        display: block;
        text-align: center;
        position: relative;
      }

      .custom-menu-toggle {
        width: 86px;
        height: 49px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        display: none;
      }

      .custom-menu-toggle .bar {
        background-color: #000;
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 100px;
        position: absolute;
        top: 22px;
        right: 12px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
      }

      .custom-menu-toggle .bar:first-child {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
      }

      .custom-menu-toggle.x .bar {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
      }

      .custom-menu-toggle.x .bar:first-child {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
      }

      .custom-menu-screen {
        background-color: #1184da;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        height: 3em;
        width: 55em;
        position: absolute;
        top: 0;
        z-index: -1;
      }

      .custom-menu-tucked .custom-menu-screen {
        -webkit-transform: translateY(-44px);
        transform: translateY(-44px);
      }

      @media (max-width: 64em) {

        .custom-menu {
          display: block;
        }

        .custom-menu-toggle {
          display: block;
          display: none\9;
        }

        .custom-menu-bottom {
          position: absolute;
          width: 100%;
          border-top: 1px solid #eee;
          background-color: #1184da\9;
          z-index: 100;
        }

        .custom-menu-bottom .pure-menu-link {
          opacity: 1;
          -webkit-transform: translateX(0);
          transform: translateX(0);
          -webkit-transition: all 0.5s;
          transition: all 0.5s;
        }

        .custom-menu-bottom.custom-menu-tucked .pure-menu-link {
          -webkit-transform: translateX(-140px);
          transform: translateX(-140px);
          opacity: 0;
          opacity: 1\9;
        }

        .pure-menu-horizontal.custom-menu-tucked {
          z-index: -1;
          top: 45px;
          position: absolute;
          overflow: hidden;
        }

      }



      .s_w {
        width: 1120px;
        margin: 0 auto;
      }

      .pure-menu-heading {
        padding: .5em 0;
      }

      .pure-menu-link {
        padding: .5em 2.37em;
      }

      .logo {
        width: 91%;
        margin-left: 4%;
      }

      .pc_logo {
        display: block;
      }

      .m_logo {
        display: none
      }

      .pad_logo {
        display: none;
      }

      .notice {
        color: #f68929;
        width: 64%;
      }

      a {
        color: inherit;
        text-decoration: none;
      }

      .in_line {
        display: inline-block;
        vertical-align: middle;
      }

      .sm {
        font-size: 12px;
      }

      .notice_box {
        padding: 10px 30px;
        white-space: nowrap;
      }

      .s_b {
        background-color: #1184da;
        border-radius: 0;
        color: #fff;
        width: 79px;
        border: 1px solid #1184da;
      }

      .swiper-container {
        width: 100%;
        height: auto;
      }

      .section span {
        width: 40%;
        height: 1px;
        background-color: #707070;
        display: inline-block;
        vertical-align: middle;
      }

      .cczx {
        width: 20%;
        display: inline-block;
        text-align: center;
        color: #1184da;
        font-size: 2em;
        vertical-align: middle;
      }

      .section {
        white-space: nowrap;
        margin: 2em 0;
      }

      .l-box {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: .5em;
        position: relative;
      }

      .p_title {
        font-size: 1.5em;
        color: #1184da;
        /* border-bottom: 1px solid #707070; */
        margin: 14px 7px;
        padding: 10px 0;
      }

      .left_b {
        display: inline-block;
        width: 5px;
        background-color: #1184da;
        height: 1.2em;
        vertical-align: middle;
        margin-right: 10px;
      }

      .more {
        color: #f47b20;
        float: right;
        font-size: .8em;
      }

      .product {
        margin-bottom: 40px;
      }

      .box-b {
        border: 2px solid #eeeeee;
      }

      .about {
        background-color: #1184da;
        padding: 3.5em 0;
      }

      .c_w {
        color: #fff;
        font-size: 1.8em;
        margin: 0;
      }

      .bgw {
        background-color: #fff;
      }

      .c_b {
        color: #1184da;
      }

      .img1 {
        background-image: url(../images/left_b.jpg);
        background-position: center;
        background-size: cover;
      }

      .img2 {
        background-image: url(../images/right_b.jpg);
        background-position: center;
        background-size: cover;
      }

      .m_bb {
        padding: 1em;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #797a7a;
        line-height: 1.7;
        min-height: 20em;
        position: relative;
      }

      .a_t {
        font-size: 1.3em;
      }

      .pd10 {
        padding-left: 10px;
        font-size: 16px;
      }

      .img3 {
        height: 7.5em;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
      }

      .new_title {
        display: block;
        font-size: 16px;
        color: #797a7a;
        border-bottom: 1px solid #797a7a;
        margin-right: 10px;
        padding: 15px 0;
      }

      .date {
        font-size: 22px;
        margin-bottom: 5px;
      }

      .n_title {
        font-size: 18px;
        margin-bottom: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .new_dd {
        margin-top: 9px;
      }

      .pd_10 {
        padding-left: 10px;
      }

      .f_ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        border-bottom: 1px dashed;
        padding-bottom: 5px;
      }
      .f_ul a:hover{
        color:#f68929;
      }
      .footer {
        background-color: #1184da;
        color: #fff;
        padding: 1.5em 0;
        margin-top: 2em;
      }

      .f_ul li {
        margin-right: 5px;
        display: inline-block;
      }

      .f_ul a {
        display: block;
        padding: 5px 5px 5px 0;
        width: 66px;
        text-align: center;
      }

      .mt20 {
        margin-top: 5px;
      }



      .f_bottom {
        border-top: 1px solid #fff;
        padding-top: 1em;
        text-align: center;
        margin-top: 1em;
      }

      .ab_more {
        display: block;
        position: absolute;
        padding: 5px 20px;
        color: #fff;
        background-color: #f47b20;
        right: 15px;
      }
.tt {
    font-size: 1.3em;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3055a1;
    font-weight: 600;
}

.tt2 {
  color: #797a7a;
}
.fenye{
    text-align: center;
    margin: 3em 0;
        white-space: nowrap;
}
.fenye a{
  display:inline-block;
  padding: 0 10px;
}
.active{
  background-color:#3b3b3b;
  display:inline-block;
    padding: 0 9px;
    color:#fff;
}
.content {
    padding: 7px;
    color: #696969;
    line-height: 28px;
}
.content img{
  max-width:100%;
  display:block;
  margin:0 auto;
}
.fd img{
  cursor: zoom-in;
}
.max{
    width: 100% !important;
    height: auto !important;
    cursor: zoom-out  !important;
}
.qian{
    display: inline-block;
    padding: 5px 10px;
    background-color: #1874c1;
    margin: 5px 10px;
    font-size: 18px;
    color:#fff;
    margin: 1em;
}
.img4 {
  height: 10em;
}

.dd2 {
  box-shadow: 3px 3px 5px #88888866;
  margin-bottom: 1em;
}

.text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 3px 6px;
    color: #fff;
    background-color:rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
}

body{
  background-color: #fff;
}
.ab{
  border-bottom: 2px solid #eee;
      margin: 0 7px;
}
.pure-control-group textarea{
  width:50%;
  height:5em;
}