.header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 99;
  }
  .header-wrap .header {
    width: 100%;
    height: 100%;
  }
  .header-wrap .header.no-bg-color {
    background: none;
  }
  .header-wrap .header.bg-color {
    background: #1e2f54;
  }
  .header-wrap .header:hover {
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  }
  .header-wrap .header:hover .nav-wrap .logo {
    background: url(/html/class/template/images/logo-se.png) no-repeat center;
    background-size: contain;
  }
  .header-wrap .header:hover .nav-wrap .logo span {
    color: #666;
  }
  .header-wrap .header:hover .nav-wrap .nav-list .nav-item .lk {
    color: #333;
  }
  .header-wrap .header .nav-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    padding: 0 10px;
    height: 100%;
    margin: 0 auto;
  }
  .header-wrap .header .nav-wrap .logo {
    position: relative;
    width: 150px;
    height: 60px;
    background: url(/html/class/template/images/logo.png) no-repeat center;
    background-size: contain;
  }
  .header-wrap .header .nav-wrap .logo span {
    position: absolute;
    top: 30%;
    right: -138px;
    width: 134px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
  }
  .header-wrap .header .nav-wrap .nav-list {
    width: auto;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 100%;
    margin-left: 15px;
    text-align: center;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:hover .lk {
    color: #0e57a2;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item.cur:after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40%;
    height: 2px;
    background: #fff;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item .lk {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid transparent;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item .sub-menu-wrap {
    display: none;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item .sub-menu-wrap .sub-menu {
    position: absolute;
    top: 60px;
    width: auto;
    padding: 5px 30px 25px;
    background-color: #fff;
    box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.3);
    z-index: 999;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(2) .sub-menu {
    width: 180px;
    left: -30px;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(2) .sub-menu .sub-item:nth-child(1) a {
    background: url(/html/class/template/images/nav-icon-se1.png) no-repeat left center;
    background-size: 25px 25px;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(2) .sub-menu .sub-item:nth-child(2) a {
    background: url(/html/class/template/images/nav-icon-se2.png) no-repeat left center;
    background-size: 25px 25px;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(2) .sub-menu .sub-item:nth-child(3) a {
    background: url(/html/class/template/images/nav-icon-se3.png) no-repeat left center;
    background-size: 25px 25px;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(2) .sub-menu .sub-item a {
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 15px;
    margin-left: 5px;
    line-height: 38px;
    padding-left: 35px;
    font-size: 14px;
    text-align: left;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 950px;
    padding: 25px 40px 25px;
    left: 0;
    left: -305%;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item {
    width: auto;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item:nth-child(1) .sub-item-list {
    display: flex;
    flex-wrap: wrap;
    width: 440px;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item:nth-child(1) .sub-item-list .sub-item-list_item {
    width: 220px;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item:nth-child(1) .title h2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    background: url(/html/class/template/images/nav-icon-se1.png) no-repeat left center;
    background-size: 25px 25px;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item:nth-child(2) .title h2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    background: url(/html/class/template/images/nav-icon-se2.png) no-repeat left center;
    background-size: 25px 25px;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item:nth-child(3) .title h2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    background: url(/html/class/template/images/nav-icon-se3.png) no-repeat left center;
    background-size: 25px 25px;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item .title {
    position: relative;
    height: 40px;
    line-height: 40px;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item .title:after {
    content: '';
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eee;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item h2 {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    padding-left: 35px;
    font-weight: 600;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item .sub-item-list {
    margin-top: 30px;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item .sub-item-list_item {
    height: 30px;
    margin-bottom: 15px;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(3) .sub-menu .sub-item .sub-item-list_item a {
    display: block;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    margin-top: 0;
    line-height: 30px;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(4) .sub-menu {
    width: 180px;
    left: -30px;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(4) .sub-menu .sub-item:nth-child(1) a {
    background: url(/html/class/template/images/bhdt-se1.png) no-repeat left center;
    background-size: 25px 25px;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(4) .sub-menu .sub-item:nth-child(2) a {
    background: url(/html/class/template/images/bhdt-se2.png) no-repeat left center;
    background-size: 25px 25px;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(4) .sub-menu .sub-item a {
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 15px;
    margin-left: 5px;
    line-height: 38px;
    padding-left: 35px;
    font-size: 14px;
    text-align: left;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(5) .sub-menu {
    width: 180px;
    left: -28px;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(5) .sub-menu .sub-item:nth-child(1) a {
    background: url(/html/class/template/images/icon_gsjs1.png) no-repeat left center;
    background-size: 25px 25px;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(5) .sub-menu .sub-item:nth-child(2) a {
    background: url(/html/class/template/images/icon_zp.png) no-repeat left center;
    background-size: 25px 25px;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(5) .sub-menu .sub-item:nth-child(3) a {
    background: url(/html/class/template/images/icon_lxwm.png) no-repeat left center;
    background-size: 25px 25px;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item:nth-child(5) .sub-menu .sub-item a {
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 15px;
    margin-left: 5px;
    line-height: 38px;
    padding-left: 35px;
    font-size: 14px;
    text-align: left;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item .sub-menu {
    width: 100%;
    right: 0;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item .sub-menu .sub-item a {
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 15px;
    line-height: 40px;
    font-size: 14px;
    text-align: left;
    transition: all .2s linear;
  }
  .header-wrap .header .nav-wrap .nav-list .nav-item .sub-menu .sub-item a:hover {
    color: #0e57a2;
    transform: translate(0, -2px);
  }
  
  .footer {
    position: relative;
    width: 100%;
    height: 448px;
    background: url(/html/class/template/images/home_buttom_bgimg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
  }
  .footer .address {
    position: relative;
    margin-top: 55px;
  }
  .footer .address .foot-logo {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 20px;
  }
  @media screen and (max-width: 1440px) {
    .footer .address .foot-logo {
      font-size: 20px;
      margin-bottom: 10px;
    }
  }
  .footer .address .foot-logo img {
    width: 152px !important;
    width: 26px;
    margin-right: 10px;
    vertical-align: text-bottom;
  }
  .footer .address-info {
    display: flex;
    flex-direction: row;
    width: 997px;
    margin-top: 5px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .footer .address-info .branch {
    margin-left: 40px;
  }
  .footer .address-info .tit {
    margin-top: 24px;
    color: #fff;
    font-size: 18px;
  }
  @media screen and (max-width: 1440px) {
    .footer .address-info .tit {
      font-size: 16px;
    }
  }
  .footer .address-info .info {
    margin: 15px 0;
  }
  .footer .address-info .info p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
  }
  @media screen and (max-width: 1440px) {
    .footer .address-info .info p {
      font-size: 12px;
    }
  }
  .footer .wx-code {
    position: absolute;
    top: 48%;
    right: 80px;
  }
  @media screen and (max-width: 1440px) {
    .footer .wx-code {
      top: 43%;
      right: 48px;
    }
  }
  .footer .wx-code img {
    width: 68px;
    height: 68px;
  }
  .footer .wx-code .tit {
    width: 80px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
  }
  .footer .coptype {
    position: absolute;
    bottom: 15px;
    width: 288px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .footer .coptype a {
    font-size: 12px;
    color: #fff;
  }
  
  .ny-banner {
    position: relative;
    width: 100%;
    max-height: 740px;
    overflow: hidden;
  }
  .ny-banner img {
    width: 100%;
    height: 100%;
    animation: mymove 30s;
  }
  @keyframes mymove {
    from {
      transform: scale(1.3);
    }
    to {
      transform: scale(1);
    }
  }
  .ny-banner .tit-wrap {
    position: absolute;
    top: 50%;
    left: 362px;
    margin-top: -33px;
    z-index: 6;
  }
  .ny-banner .tit-wrap .tit {
    font-size: 50px;
    font-weight: bold;
    background: linear-gradient(to right, #3dfcff, #5cc1ff);
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: 5px;
  }
  @media screen and (max-width: 1440px) {
    .ny-banner .tit-wrap .tit {
      font-size: 32px;
    }
  }
  
  .ny-news {
    width: 100%;
  }
  .ny-news .news-content {
    position: relative;
    width: 100%;
    height: 80px;
    text-align: center;
  }
  .ny-news .tab-list {
    position: absolute;
    top: -54px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: auto;
    transform: translateX(-50%);
    height: 80px;
  }
  .ny-news .tab-list .tab-item {
    position: relative;
    display: block;
    width: 254px;
    height: 80px;
    line-height: 80px;
    padding-left: 33px;
    font-size: 20px;
    font-weight: 600;
    color: #666;
    background-color: #eee;
    border-radius: 10px;
    transition: all .3s linear;
  }
  .ny-news .tab-list .tab-item a {
    color: #666;
  }
  .ny-news .tab-list .tab-item:hover {
    transform: scale(1.05);
    z-index: 2;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
  }
  .ny-news .tab-list .tab-item.cur {
    color: #fff;
    background-color: #0e57a2;
    transform: scale(1.05);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
  .ny-news .tab-list .tab-item.cur:nth-child(1)::before {
    background: url(/html/class/template/images/bhdt-w1.png) no-repeat;
    background-size: contain;
  }
  .ny-news .tab-list .tab-item.cur:nth-child(2)::before {
    background: url(/html/class/template/images/bhdt-w2.png) no-repeat;
    background-size: contain;
  }
  .ny-news .tab-list .tab-item.cur:after {
    transform: rotate(90deg);
    background: url(/html/class/template/images/jt-white.png) no-repeat center;
  }
  .ny-news .tab-list .tab-item.cur a {
    color: #fff;
  }
  .ny-news .tab-list .tab-item:nth-child(1)::before {
    background: url(/html/class/template/images/bhdt-b1.png) no-repeat;
    background-size: contain;
  }
  .ny-news .tab-list .tab-item:nth-child(2)::before {
    background: url(/html/class/template/images/bhdt-b2.png) no-repeat;
    background-size: contain;
  }
  .ny-news .tab-list .tab-item:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 60px;
    width: 35px;
    height: 35px;
    transform: translateY(-50%);
  }
  .ny-news .tab-content {
    position: relative;
    width: 100%;
  }
  .ny-news .tab-content .tab-content-item {
    display: none;
  }
  .ny-news .tab-content .tab-content-item.active {
    display: block;
  }
  .ny-news .tab-content .tab-content-item .yw-plan {
    width: 100%;
    padding: 0 20px;
  }
  .ny-news .tab-content .tab-content-item .yw-plan .list {
    width: 100%;
  }
  .ny-news .tab-content .tab-content-item .yw-plan .list .item {
    width: 100%;
    padding: 15px 0;
    margin-top: 60px;
    transition: background .3s ease-out;
  }
  .ny-news .tab-content .tab-content-item .yw-plan .list .item:first-child {
    margin-top: 0;
  }
  .ny-news .tab-content .tab-content-item .yw-plan .list .item:hover {
    background: #0e57a2;
  }
  .ny-news .tab-content .tab-content-item .yw-plan .list .item:hover .lk {
    transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
  }
  .ny-news .tab-content .tab-content-item .yw-plan .list .item:hover .lk .img-info-tit,
  .ny-news .tab-content .tab-content-item .yw-plan .list .item:hover .lk .msg, .ny-news .tab-content .tab-content-item .yw-plan .list .item:hover .lk .more, .ny-news .tab-content .tab-content-item .yw-plan .list .item:hover .lk .time {
    color: #fff;
  }
  .ny-news .tab-content .tab-content-item .yw-plan .list .lk {
    display: flex;
    flex-direction: row;
    width: 1040px;
    margin: 0 auto;
    transition: transform .3s ease-out;
  }
  .ny-news .tab-content .tab-content-item .yw-plan .list .img-wrap {
    width: 30%;
    height: 230px;
    overflow: hidden;
  }
  .ny-news .tab-content .tab-content-item .yw-plan .list .img-wrap img {
    width: 100%;
    height: 100%;
    transition: transform .3s linear;
  }
  .ny-news .tab-content .tab-content-item .yw-plan .list .img-info {
    flex: 1;
    margin-left: 15px;
    padding: 15px 20px;
  }
  .ny-news .tab-content .tab-content-item .yw-plan .list .img-info .img-info-tit {
    margin-left: 75px;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .ny-news .tab-content .tab-content-item .yw-plan .list .img-info .msg {
    margin-left: 75px;
    margin-top: 15px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .ny-news .tab-content .tab-content-item .yw-plan .list .img-info .more {
    margin-left: 75px;
    display: inline-block;
    margin-top: 15px;
    padding: 4px 20px;
    font-size: 12px;
    color: #0e57a2;
    border: 1px solid  #ccc;
  }
  .ny-news .tab-content .tab-content-item .yw-plan .list .img-info .time {
    position: absolute;
    width: 56px;
    height: 48px;
    color: #333;
    font-family: "bebas";
  }
  .ny-news .tab-content .tab-content-item .yw-plan .list .img-info .time i {
    position: absolute;
    display: block;
    margin-top: 5px;
    text-align: center;
    font-style: normal;
  }
  .ny-news .tab-content .tab-content-item .yw-plan .list .img-info .time i:first-child {
    font-size: 20px;
    top: 0;
    margin-top: 2px;
  }
  .ny-news .tab-content .tab-content-item .yw-plan .list .img-info .time i:last-child {
    font-size: 16px;
    bottom: 0;
    margin-top: 2px;
  }
  .ny-news .tab-content .top {
    width: 80px;
    height: 30px;
    margin: 90px auto;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #0e57a2;
    border: 1px solid #ccc;
    transition: all .3s linear;
    cursor: pointer;
  }
  .ny-news .tab-content .top:hover {
    background: #0e57a2;
    color: #fff;
    border-color: #0e57a2;
  }
  .ny-news .news-details {
    width: 1200px;
    margin: 0 auto;
  }
  .ny-news .news-details .de-left {
    float: left;
    width: 880px;
  }
  .ny-news .news-details .de-left .tit {
    font-size: 22px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 2px solid #0e57a2;
  }
  .ny-news .news-details .de-left .time-wrap {
    margin-top: 5px;
  }
  .ny-news .news-details .de-left .time-wrap span {
    color: #999;
    font-size: 12px;
  }
  .ny-news .news-details .de-left .content-info {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #0e57a2;
  }
  .ny-news .news-details .de-left .content-info p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-bottom: 25px;
    text-indent: 2em;
  }
  .ny-news .news-details .de-left .content-info img {
    display: block;
    max-width: 600px;
    margin: 0 auto 25px;
  }
  .ny-news .news-details .de-left .gd {
    width: 100%;
    margin: 15px 0 135px;
  }
  .ny-news .news-details .de-left .gd .left {
    width: 100%;
  }
  .ny-news .news-details .de-left .gd .left .lk {
    display: block;
    font-size: 14px;
    margin-top: 5px;
  }
  .ny-news .news-details .de-left .gd .left .lk:hover {
    color: #0e57a2;
  }
  .ny-news .news-details .de-right {
    float: right;
    width: 275px;
    padding: 20px 15px;
    background: #fff;
    border: 1px solid #ddd;
    transition: all .3s linear;
  }
  .ny-news .news-details .de-right .tit {
    font-size: 22px;
    color: #333;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
  }
  .ny-news .news-details .de-right .wz-item {
    margin-top: 15px;
  }
  .ny-news .news-details .de-right .wz-item a:hover .wz-tit {
    color: #0e57a2;
  }
  .ny-news .news-details .de-right .wz-item .wz-time {
    font-size: 14px;
    color: #999;
  }
  .ny-news .news-details .de-right .wz-item .wz-tit {
    font-size: 16px;
    color: #666;
  }
  
  /*# sourceMappingURL=news.css.map */