/*
 * @Author: Chin 
 * @Date: 2020-01-09 14:44:33 
 * @Last Modified by: Chin
 * @Last Modified time: 2020-04-15 16:03:56
 */
@font-face {
  font-family: 'iconfont';
  src: url("/static/fonts/iconfont.eot");
  src: url("/static/fonts/iconfont.eot") format("embedded-opentype"), url("/static/fonts/iconfont.woff2") format("woff2"), url("/static/fonts/iconfont.woff") format("woff"), url("/static/fonts/iconfont.ttf") format("truetype"), url("/static/fonts/iconfont.svg#iconfont") format("svg"); }
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: flex;
  width: 100%;
  height: 85px;
  background: white;
  justify-content: space-between;
  padding: 0 53px;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }
  header .logo {
    line-height: 85px; }
    header .logo img {
      width: 100%;
      display: inline-block;
      height: auto;
      vertical-align: middle;
      transition: .3s; }
      header .logo img.active {
        opacity: 0;
        transform: translateX(100px); }
  header ul {
    height: 85px;
    display: flex;
    position: relative; }
    header ul > li {
      padding: 0 15px;
      position: relative; }
      header ul > li.active > a {
        color: #004898; }
      header ul > li > a {
        font-size: 16px;
        display: block;
        line-height: 85px;
        color: #595656;
        text-align: center;
        font-weight: 700;
        transition: .3s;
        transition-timing-function: ease-in-out; }
      header ul > li > ol {
        position: absolute;
        top: 85px;
        left: 50%;
        width: 100%;
        transform: translate(-50%, 20%);
        background: #004898;
        padding: 25px 13px 45px;
        visibility: hidden;
        opacity: 0;
        transition: .3s; }
        header ul > li > ol.none {
          display: none; }
        header ul > li > ol.active {
          visibility: visible;
          opacity: 1;
          transform: translate(-50%, 0); }
        header ul > li > ol li {
          text-align: center; }
          header ul > li > ol li a {
            color: #BFD0E4;
            font-size: 14px;
            line-height: 2; }
            header ul > li > ol li a:hover {
              color: white; }
            header ul > li > ol li a.active {
              color: white; }
    header ul .nav_items {
      position: absolute;
      top: 0;
      height: 8px;
      background: #004898;
      transition: .3s;
      transition-timing-function: ease-in-out; }
  header .contacts {
    height: 100%;
    display: flex;
    align-items: center; }
    header .contacts a {
      margin-right: 30px;
      font-weight: 700;
      color: #666;
      font-size: 16px; }
      header .contacts a:last-child {
        margin-right: 10px;
        font-size: 20px; }
  header .mob_menu {
    width: 60px;
    height: 100%;
    background: #004898;
    display: none;
    align-items: center;
    justify-content: center;
    transition: .3s; }
    header .mob_menu .menu_box {
      width: 38px;
      height: 30px;
      position: relative; }
      header .mob_menu .menu_box.active section:first-child {
        top: 50%;
        margin-top: -2px; }
      header .mob_menu .menu_box.active section:nth-child(2) {
        opacity: 0; }
      header .mob_menu .menu_box.active section:last-child {
        bottom: 50%;
        margin-bottom: -2px; }
      header .mob_menu .menu_box section {
        position: absolute;
        width: 100%;
        height: 4px;
        background: white;
        transition: .3s;
        transform-origin: center; }
        header .mob_menu .menu_box section.active:first-child {
          transform: rotate(45deg); }
        header .mob_menu .menu_box section.active:last-child {
          transform: rotate(-45deg); }
        header .mob_menu .menu_box section:first-child {
          top: 0; }
        header .mob_menu .menu_box section:nth-child(2) {
          top: 50%;
          margin-top: -2px; }
        header .mob_menu .menu_box section:last-child {
          bottom: 0; }

.mob_nav {
  display: none;
  position: fixed;
  top: 0px;
  padding-top: 60px;
  box-sizing: border-box;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #F8F8F8;
  z-index: 8;
  transform: translateX(100%);
  transition: .3s; }
  .mob_nav.active {
    transform: translateX(0); }
  .mob_nav ul {
    overflow: auto;
    height: 100%; }
    .mob_nav ul > li {
      height: auto;
      overflow: hidden;
      line-height: 60px;
      transition: .3s; }
      .mob_nav ul > li.active > .fu_text a {
        color: #004898; }
      .mob_nav ul > li.active > ol li {
        transform: translateX(0); }
      .mob_nav ul > li .fu_text {
        padding-left: 45px;
        padding-right: 25px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center; }
        .mob_nav ul > li .fu_text a {
          font-size: 18px;
          color: #333;
          transition: .3s;
          font-weight: 700; }
      .mob_nav ul > li ol {
        height: 0;
        transition: .3s;
        background: white;
        padding-left: 45px;
        padding-right: 25px;
        box-sizing: border-box;
        text-align: center; }
        .mob_nav ul > li ol li {
          height: 40px;
          line-height: 40px;
          padding: 0;
          transition: .5s;
          transform: translateX(100%); }
          .mob_nav ul > li ol li:first-child {
            height: 20px; }
          .mob_nav ul > li ol li:last-child {
            height: 50px; }
          .mob_nav ul > li ol li a {
            font-size: 16px;
            color: #666; }
            .mob_nav ul > li ol li a.active {
              color: #004898; }

.swiper-container {
  position: relative;
  width: 100%;
  height: 100vh; 
overflow: hidden;}
  .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
    .swiper-container .swiper-wrapper .swiper-slide .w1280 {
      margin: 0; }
    .swiper-container .swiper-wrapper .swiper-slide .home_box {
      display: flex;
      justify-content: center;
      flex-direction: column;
      color: white;
      text-align: center; }
      .swiper-container .swiper-wrapper .swiper-slide .home_box.active .top p span {
        animation: flipInX 1s;
        backface-visibility: visible !important;
        animation-fill-mode: forwards; }
      .swiper-container .swiper-wrapper .swiper-slide .home_box.active .top h1 span {
        animation: flipInX 1s;
        animation-fill-mode: forwards;
        backface-visibility: visible !important; }
      .swiper-container .swiper-wrapper .swiper-slide .home_box.active .bot {
        opacity: 1;
        transform: translateY(0); }
      .swiper-container .swiper-wrapper .swiper-slide .home_box .top p {
        font-size: 28px;
        font-weight: 700; }
        .swiper-container .swiper-wrapper .swiper-slide .home_box .top p > span {
          display: inline-block;
          opacity: 0; }
      .swiper-container .swiper-wrapper .swiper-slide .home_box .top h1 {
        font-size: 64px; }
        .swiper-container .swiper-wrapper .swiper-slide .home_box .top h1 > span {
          display: inline-block;
          opacity: 0; }
      .swiper-container .swiper-wrapper .swiper-slide .home_box > span {
        display: block;
        background: #004898;
        width: 4px;
        height: 27px;
        margin: 40px auto; }
      .swiper-container .swiper-wrapper .swiper-slide .home_box .bot {
        opacity: 0;
        transform: translateY(100px);
        transition: .3s;
        transition-delay: .3s; }
        .swiper-container .swiper-wrapper .swiper-slide .home_box .bot h6, .swiper-container .swiper-wrapper .swiper-slide .home_box .bot h5 {
          color: currentColor;
          text-transform: uppercase; }
        .swiper-container .swiper-wrapper .swiper-slide .home_box .bot h6 {
          font-size: 12px;
          margin-bottom: 12px; }
        .swiper-container .swiper-wrapper .swiper-slide .home_box .bot h5 {
          font-weight: 700;
          font-size: 16px; }
    .swiper-container .swiper-wrapper .swiper-slide .img {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
  .swiper-container .home_time {
    position: absolute;
    left: 50%;
    margin-left: -500px;
    bottom: 125px;
    width: 1000px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 2; }
    .swiper-container .home_time span {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 0px;
      height: 100%;
      background: #004898;
      animation-play-state: paused;
      -webkit-animation-play-state: paused; }
      .swiper-container .home_time span.active {
        animation: home_times 11s infinite; }
  .swiper-container .home_items {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    display: flex;
    justify-content: center;
    z-index: 3; }
    .swiper-container .home_items span {
      cursor: pointer;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      font-size: 14px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      background: transparent;
      opacity: 1;
      transition: .4s;
      margin: 0 10px !important; 
      border: 1px solid transparent;}
      .swiper-container .home_items span.swiper-pagination-bullet-active {
        border: 1px solid white; }

.about_items.qiye ul li {
  width: 50%; }
.about_items ul {
  display: flex; }
  .about_items ul li {
    width: 25%;
    height: auto;
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    .about_items ul li:hover .text {
      top: 100%;
      opacity: 0; }
    .about_items ul li:hover .text_bg {
      top: 0;
      opacity: 1; }
    .about_items ul li .text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      transition: .3s; }
      .about_items ul li .text span {
        display: block;
        width: 20px;
        height: 4px;
        background: white;
        margin: 5px auto; }
      .about_items ul li .text p {
        font-size: 24px;
        font-weight: 700;
        color: white; }
    .about_items ul li .text_bg {
      position: absolute;
      opacity: 0;
      top: 100%;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      background: rgba(0, 72, 152, 0.8);
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      color: white;
      transition: .3s; }
      .about_items ul li .text_bg h1 {
        width: 140px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 24px;
        border: 4px solid currentColor; }
      .about_items ul li .text_bg p {
        width: 80%;
        text-align: center;
        margin: 30px 0;
        height: 100px;
        overflow: hidden; }
      .about_items ul li .text_bg .learn span {
        font-size: 14px; }

.other_member {
  width: 100%;
  height: auto;
  padding: 114px 0 164px;
  display: flex;
  align-items: center; }
  .other_member .other_box h1 {
    font-size: 34px;
    color: #333;
    text-align: center;
    margin-bottom: 22px; }
  .other_member .other_box > p {
    color: #666;
    text-align: center; }
  .other_member .other_box .other_items {
    margin-top: 60px;
    position: relative;
    display: flex;
    background: white;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); }
    .other_member .other_box .other_items .items_left {
      width: 240px;
      background: #ECECEC;
      z-index: 3; }
      .other_member .other_box .other_items .items_left ul {
        display: flex;
        height: 100%;
        flex-direction: column; }
        .other_member .other_box .other_items .items_left ul li {
          position: relative;
          cursor: pointer;
          width: 100%;
          height: 100%;
          display: block;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 16px;
          color: #595656;
          transition: .3s; }
          .other_member .other_box .other_items .items_left ul li::after {
            opacity: 0;
            content: '';
            position: absolute;
            top: 50%;
            right: 0;
            width: 0;
            height: 0;
            transform: translate(100%, -50%);
            border: 10px solid transparent;
            border-left-color: #004898;
            transition: .3s; }
          .other_member .other_box .other_items .items_left ul li.active {
            color: white;
            background: #004898; }
            .other_member .other_box .other_items .items_left ul li.active::after {
              opacity: 1; }
    .other_member .other_box .other_items .items_right {
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      width: 100%;
      visibility: hidden;
      transition: .3s;
      overflow: hidden;
      cursor: pointer; }
      .other_member .other_box .other_items .items_right.active {
        visibility: visible;
        opacity: 1; }
      .other_member .other_box .other_items .items_right:hover img {
        transform: scale(1.1); }
      .other_member .other_box .other_items .items_right .text {
        width: 666px;
        padding: 75px 30px  0px;
        padding-left: 270px;
        box-sizing: border-box; }
        .other_member .other_box .other_items .items_right .text h4 {
          font-size: 26px;
          color: #595656; }
        .other_member .other_box .other_items .items_right .text p {
          color: #999;
          margin: 25px 0;
          height: 125px;
          overflow: hidden; }
        .other_member .other_box .other_items .items_right .text .learn span {
          font-size: 12px;
          color: #004898; }
      .other_member .other_box .other_items .items_right .otherimg {
        overflow: hidden; }
        .other_member .other_box .other_items .items_right .otherimg img {
          transition: .3s; }
  .other_member .other_boxs {
    width: 100%;
    display: none;
    overflow-x: scroll;
    white-space: nowrap; }
    .other_member .other_boxs .item {
      position: relative;
      width: 100%;
      margin-left: 30px; }
      .other_member .other_boxs .item:last-child {
        padding-right: 30px; }
      .other_member .other_boxs .item .top {
        width: 337.5px;
        overflow: hidden; }
      .other_member .other_boxs .item .bot {
        width: 100%;
        padding: 15px;
        background: white;
        box-sizing: border-box; }
        .other_member .other_boxs .item .bot h1 {
          font-size: 16px;
          color: #ECECEC; }
        .other_member .other_boxs .item .bot p {
          margin-top: 6px;
          margin-bottom: 6px;
          height: 75px;
          overflow: hidden;
          white-space: pre-wrap;
          color: #999;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          text-align: justify; }
        .other_member .other_boxs .item .bot .learn {
          font-size: 12px;
          color: #004898; }
          .other_member .other_boxs .item .bot .learn span {
            font-size: 12px; }

.home_news {
  padding: 126px 0 128px;
  width: 100%;
  display: flex;
  align-items: center; }
  .home_news .news_box {
    color: white; }
    .home_news .news_box h1 {
      font-size: 34px;
      text-align: center;
      margin-bottom: 22px; }
    .home_news .news_box > p {
      text-align: center; }
    .home_news .news_box .news {
      margin-top: 44px;
      display: flex; }
      .home_news .news_box .news .left {
        width: 60%;
        padding: 25px;
        border-right: 1px solid #E9E9E9;
        box-sizing: border-box;
        display: flex;
        background: white; }
        .home_news .news_box .news .left .item {
          cursor: pointer;
          position: relative;
          width: 49%; }
          .home_news .news_box .news .left .item:hover .img img {
            transform: scale(1.2); }
          .home_news .news_box .news .left .item:hover .text h5 {
            color: #004898; }
          .home_news .news_box .news .left .item:last-child {
            margin-left: 2%; }
          .home_news .news_box .news .left .item .img {
            overflow: hidden; }
            .home_news .news_box .news .left .item .img img {
              transition: .3s; }
          .home_news .news_box .news .left .item .text {
            margin-top: 17px;
            color: #999; }
            .home_news .news_box .news .left .item .text h5 {
              font-size: 16px;
              color: #333;
              font-weight: 700;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              transition: .3s; }
            .home_news .news_box .news .left .item .text p {
              margin: 11px 0;
              height: 50px;
              overflow: hidden;
              margin-bottom: 16px; }
            .home_news .news_box .news .left .item .text div {
              width: 18px;
              height: 1px;
              background: rgba(0, 0, 0, 0.3);
              margin-bottom: 8px; }
            .home_news .news_box .news .left .item .text span {
              font-size: 14px; }
      .home_news .news_box .news .right {
        width: 40%;
        height: auto;
        background: white;
        padding: 25px 34px;
        box-sizing: border-box; }
        .home_news .news_box .news .right ul {
          display: flex;
          height: 100%;
          flex-direction: column;
          justify-content: space-between; }
          .home_news .news_box .news .right ul li a {
            display: flex;
            justify-content: space-between;
            font-size: 14px;
            color: #999;
            transition: .3s; }
            .home_news .news_box .news .right ul li a:hover {
              color: #004898; }
            .home_news .news_box .news .right ul li a .msg span:first-child {
              font-size: 10px; }

.video .w1280 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 150px 0;
  padding-bottom: 200px; }
  .video .w1280 ul li {
    width: 32%;
    margin-bottom: 50px;
    cursor: pointer; }
    .video .w1280 ul li:hover .img img {
      transform: scale(1.1); }
    .video .w1280 ul li:hover .img section {
      background: transparent; }
    .video .w1280 ul li:hover .text {
      background: #004898;
      color: white; }
    .video .w1280 ul li .img {
      position: relative;
      width: 100%;
      overflow: hidden; }
      .video .w1280 ul li .img img {
        transition: .3s; }
      .video .w1280 ul li .img section {
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s; }
        .video .w1280 ul li .img section span {
          display: block;
          width: 58px;
          height: 58px;
          display: flex;
          align-items: center;
          justify-content: center;
          border: 2px solid white;
          box-sizing: border-box;
          border-radius: 50%;
          color: white; }
    .video .w1280 ul li .text {
      width: 100%;
      height: 100px;
      text-align: center;
      line-height: 100px;
      color: #666666;
      font-size: 16px;
      border-bottom: 4px solid #EBEBEB;
      box-sizing: border-box;
      transition: .3s; }

.videos {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 8;
  transform: translateY(100px);
  transition: .3s; }
  .videos.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px); }
  .videos video {
    width: 40%;
    height: auto; }
  .videos div {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #004898;
    margin-top: 20px; }
    .videos div span {
      font-size: 24px;
      color: white;
      transform: rotate(45deg);
      cursor: pointer;
      transition: .3s; }
    .videos div:hover span {
      transform: rotate(135deg); }

.team_text {
  padding: 140px 80px; }
  .team_text .team_box {
    width: 960px;
    margin: auto; }
    .team_text .team_box h1 {
      margin-bottom: 75px;
      font-size: 40px;
      color: #333333;
      text-align: center; }
    .team_text .team_box p {
      color: #999999; }

.team_bg ul {
  display: flex;
  width: 100%; }
  .team_bg ul li {
    position: relative; }
    .team_bg ul li section {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 2; }
    .team_bg ul li .swiper-cot {
      width: 1280px; }
      .team_bg ul li .swiper-cot .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 100%; }
      .team_bg ul li .swiper-cot .swiper-button-prev {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.3);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        left: 20px;
        transition: .3s;
        transform: translateY(25%); }
        .team_bg ul li .swiper-cot .swiper-button-prev span {
          font-size: 16;
          color: #434343;
          transition: .3s;
          font-weight: 700; }
        .team_bg ul li .swiper-cot .swiper-button-prev:hover {
          background: #004898; }
          .team_bg ul li .swiper-cot .swiper-button-prev:hover span {
            color: white; }
      .team_bg ul li .swiper-cot .swiper-button-next {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.3);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        transform: translateY(25%);
        right: 20px;
        transition: .3s; }
        .team_bg ul li .swiper-cot .swiper-button-next span {
          font-size: 16;
          color: #434343;
          transition: .3s;
          font-weight: 700; }
        .team_bg ul li .swiper-cot .swiper-button-next:hover {
          background: #004898; }
          .team_bg ul li .swiper-cot .swiper-button-next:hover span {
            color: white; }

.production1 {
  padding: 170px 0;
  padding-bottom: 60px; }
  .production1 .w1280 {
    text-align: center; }
    .production1 .w1280 p {
      width: 80%;
      margin: auto;
      color: #999999; }

.production2 {
  padding: 70px 0;
  padding-bottom: 100px;
  width: 100%;
  height: 100%; }
  .production2 .w1280 h2 {
    font-size: 24px;
    color: white;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 300; }
  .production2 .w1280 ul {
    display: flex;
    flex-wrap: wrap; }
    .production2 .w1280 ul li {
      width: 20%;
      background: rgba(0, 97, 174, 0.3);
      padding: 23px 0 45px 23px;
      box-sizing: border-box;
      position: relative;
      cursor: pointer;
      overflow: hidden; }
      .production2 .w1280 ul li:hover > div {
        transform: translateY(100px); }
      .production2 .w1280 ul li:hover > span {
        transform: translateY(100px); }
      .production2 .w1280 ul li:hover section {
        top: 0; }
      .production2 .w1280 ul li div {
        margin-bottom: 45px;
        transition: .3s; }
        .production2 .w1280 ul li div span {
          font-size: 16px;
          color: white;
          margin-bottom: 8px;
          font-weight: 300; }
        .production2 .w1280 ul li div p {
          width: 10px;
          height: 3px;
          background: white; }
      .production2 .w1280 ul li > span {
        display: inline-block;
        font-size: 18px;
        color: white;
        font-weight: 700;
        transition: .3s; }
      .production2 .w1280 ul li section {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        z-index: 1;
        padding: 23px 0 45px 23px;
        box-sizing: border-box;
        transition: .3s; }
        .production2 .w1280 ul li section div {
          margin-bottom: 45px; }
          .production2 .w1280 ul li section div span {
            font-size: 16px;
            color: #004898;
            margin-bottom: 8px;
            font-weight: 300; }
          .production2 .w1280 ul li section div p {
            width: 10px;
            height: 3px;
            background: #004898; }
        .production2 .w1280 ul li section span {
          font-size: 18px;
          color: #004898;
          font-weight: 700; }

.production3 {
  padding: 180px 0; }
  .production3 .w1280 {
    position: relative; }
    .production3 .w1280 .img {
      position: relative; }
      .production3 .w1280 .img img {
        margin: auto; }
      .production3 .w1280 .img .h5 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        text-align: center; }
        .production3 .w1280 .img .h5 p {
          font-size: 24px; }
    .production3 .w1280 .item {
      position: absolute;
      top: 50%;
      left: 50%;
      display: flex; }
      .production3 .w1280 .item.item1 {
        transform: translate(-300px, -150px); }
        .production3 .w1280 .item.item1 .text {
          position: absolute;
          top: -50%;
          left: -220px;
          text-align: right; }
      .production3 .w1280 .item.item2 {
        transform: translate(160px, -150px); }
        .production3 .w1280 .item.item2 .text {
          position: absolute;
          top: -50%;
          left: 170px;
          text-align: left;
          width: 300px; }
      .production3 .w1280 .item.item3 {
        transform: translate(-327px, 0); }
        .production3 .w1280 .item.item3 .text {
          position: absolute;
          top: -50%;
          left: -260px;
          text-align: right; }
      .production3 .w1280 .item.item4 {
        transform: translate(205px, 0); }
        .production3 .w1280 .item.item4 .text {
          position: absolute;
          top: -50%;
          left: 150px;
          text-align: left;
          width: 300px; }
      .production3 .w1280 .item.item5 {
        transform: translate(-300px, 122px); }
        .production3 .w1280 .item.item5 .text {
          position: absolute;
          top: 50%;
          left: -260px;
          text-align: right;
          transform: translateY(-25%); }
      .production3 .w1280 .item.item6 {
        transform: translate(160px, 122px); }
        .production3 .w1280 .item.item6 .text {
          position: absolute;
          transform: translateY(-25%);
          top: 50%;
          left: 170px;
          text-align: left;
          width: 300px; }
    .production3 .w1280 ul {
      display: none;
      flex-wrap: wrap; }
      .production3 .w1280 ul li {
        width: 50%;
        margin: 10px 0; }
        .production3 .w1280 ul li:nth-child(even) {
          text-align: right; }

.production4 {
  padding: 100px 0;
  width: 100%;
  height: 100%; }
  .production4 .w1280 h5 {
    font-size: 24px;
    color: white;
    text-align: center;
    margin-bottom: 65px; }
  .production4 .w1280 ul {
    display: flex;
    justify-content: space-between; }
    .production4 .w1280 ul li {
      position: relative;
      height: 395px;
      width: 19.5%;
      background: white;
      cursor: pointer;
      overflow: hidden; }
      .production4 .w1280 ul li:hover section {
        left: 0; }
      .production4 .w1280 ul li:hover div {
        color: white; }
        .production4 .w1280 ul li:hover div h6 {
          color: white; }
      .production4 .w1280 ul li section {
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #004898;
        transition: .3s; }
      .production4 .w1280 ul li div {
        position: absolute;
        padding: 107px 20px 0;
        box-sizing: border-box;
        color: #666666;
        text-align: center; }
        .production4 .w1280 ul li div h1 {
          font-size: 45px;
          font-weight: 300;
          transition: .3s; }
        .production4 .w1280 ul li div h6 {
          font-size: 14px;
          transition: .3s; }
        .production4 .w1280 ul li div p {
          margin-top: 40px;
          transition: .3s; }

.head {
  position: relative;
  width: 100%;
  height: 680px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .head .abouts {
    width: 60px;
    padding: 30px;
    border: 4px solid white;
    color: white; }
    .head .abouts span {
      writing-mode: vertical-lr;
      font-size: 20px;
      line-height: 1; }
      .head .abouts span:last-child {
        font-size: 35px; }
  .head .items {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box; }
    .head .items ul {
      position: absolute;
      top: 0;
      display: flex;
      width: 100%;
      height: 100%;
      justify-content: center; }
      .head .items ul li {
        height: 100%;
        color: white;
        font-size: 16px;
        transition: .3s;
        cursor: pointer; }
        .head .items ul li:hover {
          background: #004898; }
        .head .items ul li.active {
          background: #004898; }
        .head .items ul li a {
          display: block;
          line-height: 55px;
          color: white;
          padding: 0 42px 0;
          box-sizing: border-box; }

.jianjie {
  padding: 145px 0 80px; }
  .jianjie .w1280 h1 {
    font-size: 40px;
    color: #333;
    text-align: center; }
  .jianjie .w1280 p {
    margin-top: 80px;
    color: #999; }

.count {
  width: 100%;
  height: 590px;
  position: relative;
  overflow: hidden; }
  .count .w1280 {
    height: 100%; }
    .count .w1280 ul {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .count .w1280 ul li {
        width: 33.33%;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .count .w1280 ul li .num .text span {
          font-size: 30px;
          font-weight: 300; }
          .count .w1280 ul li .num .text span:last-child {
            font-size: 14px; }
        .count .w1280 ul li .num span {
          font-size: 74px;
          font-weight: 700; }
          .count .w1280 ul li .num span:last-child {
            font-size: 16px;
            font-weight: 300; }
        .count .w1280 ul li div {
          color: white; }

.leader {
  padding: 90px 0 160px;
  background: #EDECEA; }
  .leader .w1280 h1 {
    color: #333;
    font-size: 40px;
    text-align: center; }
  .leader .w1280 .box {
    display: flex;
    margin-top: 90px; }
    .leader .w1280 .box .leader_text {
      width: 52%; }
      .leader .w1280 .box .leader_text h6 {
        font-size: 18px;
        font-weight: 700;
        color: #333; }
      .leader .w1280 .box .leader_text p {
        color: #999;
        font-size: 14px; }
    .leader .w1280 .box .leader_img {
      width: 40%;
      margin-left: 8%;
      position: relative; }
      .leader .w1280 .box .leader_img img {
        position: relative;
        z-index: 2;
        box-shadow: -30px 30px 0 0 white; }
  .leader .w1280 .qianming {
    margin-top: 20px; }

.culture {
  width: 100%;
  height: 720px;
  padding: 145px 0 160px;
  box-sizing: border-box; }
  .culture .w1280 h1 {
    font-size: 40px;
    color: white;
    text-align: center;
    margin-bottom: 125px; }
  .culture .w1280 ul {
    display: flex;
    justify-content: center; }
    .culture .w1280 ul li {
      width: 25%;
      cursor: pointer; }
      .culture .w1280 ul li .item {
        width: 230px;
        height: 230px;
        background: rgba(0, 0, 0, 0.7);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: white;
        transition: .3s; }
        .culture .w1280 ul li .item:hover {
          background: #004898; }
        .culture .w1280 ul li .item img {
          margin-bottom: 40px; }

.time {
  width: 100%;
  height: auto;
  padding: 105px 0 12px; }
  .time .w1280 h1 {
    color: #333;
    font-size: 40px;
    text-align: center;
    margin-bottom: 100px; }
  .time .w1280 .items .item {
    display: flex;
    height: auto;
    padding: 0 1%;
    box-sizing: border-box;
    justify-content: center;
    margin-top: 10px;
    cursor: pointer; }
    .time .w1280 .items .item:nth-child(even) {
      flex-direction: row-reverse; }
      .time .w1280 .items .item:nth-child(even) .left::after {
        top: -10%;
        left: -5%;
        background: rgba(0, 0, 0, 0.7); }
      .time .w1280 .items .item:nth-child(even) .right {
        text-align: right; }
    .time .w1280 .items .item .left {
      width: 45%;
      transform: translateY(-30px);
      position: relative; }
      .time .w1280 .items .item .left:hover img {
        filter: blur(0); }
      .time .w1280 .items .item .left img {
        filter: blur(3px);
        transition: .3s; }
      .time .w1280 .items .item .left::after {
        content: attr(data-time);
        position: absolute;
        top: -10%;
        right: -5%;
        width: 135px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: #000;
        color: white;
        font-size: 30px; }
    .time .w1280 .items .item .mid {
      width: 10%; }
      .time .w1280 .items .item .mid div {
        margin: auto;
        width: 3px;
        height: 100%;
        background: white;
        position: relative; }
        .time .w1280 .items .item .mid div::after {
          content: '';
          width: 12px;
          height: 12px;
          background: #004898;
          border-radius: 50%;
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%); }
    .time .w1280 .items .item .right {
      width: 45%; }
      .time .w1280 .items .item .right span {
        font-size: 16px;
        font-weight: 700;
        margin-right: 40px;
        color: #333; }
        .time .w1280 .items .item .right span:last-child {
          font-weight: 300;
          margin-right: 0; }

.zuzhi {
  padding: 82px 0 200px; }
  .zuzhi .w1280 h1 {
    color: #333;
    font-size: 40px;
    text-align: center;
    margin-bottom: 65px; }
  .zuzhi .w1280 img {
    margin: auto; }

.news_cot {
  padding: 80px 0;
  padding-bottom: 140px;
  position: relative; }
  .news_cot .w1280 {
    width: 1200px; }
  .news_cot .swipers {
    overflow: hidden;
    position: relative; }
    .news_cot .swipers .swiper-wrapper .swiper-slide {
      display: flex;
      cursor: pointer; }
      .news_cot .swipers .swiper-wrapper .swiper-slide:hover .left img {
        transform: scale(1.1); }
      .news_cot .swipers .swiper-wrapper .swiper-slide:hover .right .boxs button section {
        height: 100%;
        transform: rotate(0deg); }
      .news_cot .swipers .swiper-wrapper .swiper-slide:hover .right .boxs button div {
        color: #004898; }
      .news_cot .swipers .swiper-wrapper .swiper-slide .left {
        overflow: hidden; }
        .news_cot .swipers .swiper-wrapper .swiper-slide .left img {
          transition: .3s; }
      .news_cot .swipers .swiper-wrapper .swiper-slide .right {
        width: 35%;
        transform: translateX(-10%);
        display: flex;
        align-items: center;
        cursor: pointer; }
        .news_cot .swipers .swiper-wrapper .swiper-slide .right .boxs {
          width: 100%;
          background: #004898;
          padding: 61px 65px 55px 35px;
          box-sizing: border-box;
          color: white; }
          .news_cot .swipers .swiper-wrapper .swiper-slide .right .boxs h6 {
            font-weight: 300;
            font-size: 12px;
            color: white; }
          .news_cot .swipers .swiper-wrapper .swiper-slide .right .boxs h1 {
            font-size: 24px;
            margin-top: 20px;
            margin-bottom: 40px;
            font-weight: 400; }
          .news_cot .swipers .swiper-wrapper .swiper-slide .right .boxs p {
            height: 75px;
            overflow: hidden;
            margin-bottom: 60px; }
          .news_cot .swipers .swiper-wrapper .swiper-slide .right .boxs button {
            width: 150px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background: transparent;
            border: 1px solid white;
            font-size: 14px;
            color: white;
            cursor: pointer; }
            .news_cot .swipers .swiper-wrapper .swiper-slide .right .boxs button section {
              background: white; }
            .news_cot .swipers .swiper-wrapper .swiper-slide .right .boxs button:hover div {
              color: #004898; }
  .news_cot .swiper-items {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    z-index: 6;
    cursor: pointer; }
    .news_cot .swiper-items .item {
      margin: 0 3px;
      font-size: 20px;
      color: #333;
      transition: .3s; }
      .news_cot .swiper-items .item:nth-child(2) {
        color: #004898; }
      .news_cot .swiper-items .item:first-child {
        font-size: 20px;
        margin-right: 15px;
        font-weight: 700; }
        .news_cot .swiper-items .item:first-child:hover {
          color: #004898; }
      .news_cot .swiper-items .item:last-child {
        font-size: 20px;
        margin-left: 15px;
        font-weight: 700; }
        .news_cot .swiper-items .item:last-child:hover {
          color: #004898; }

.news_tj {
  padding: 65px 0;
  background: #F3F3F3; }
  .news_tj .w1280 {
    width: 1200px; }
    .news_tj .w1280 ul li {
      position: relative;
      cursor: pointer;
      border-top: 1px solid #CCCCCC;
      padding: 18px 0;
      display: flex;
      align-items: center; }
      .news_tj .w1280 ul li:last-child {
        border-bottom: 1px solid #CCCCCC; }
      .news_tj .w1280 ul li:hover .right span:last-child {
        color: #004898; }
      .news_tj .w1280 ul li .left {
        padding: 7px;
        box-sizing: border-box;
        background: #004898;
        color: white;
        margin-right: 45px; }
        .news_tj .w1280 ul li .left p {
          font-size: 14px;
          line-height: 1.4;
          font-weight: 700;
          text-align: center; }
      .news_tj .w1280 ul li .right span {
        margin-right: 10px;
        color: #004898;
        font-size: 16px;
        transition: .3s; }
        .news_tj .w1280 ul li .right span:last-child {
          margin-right: 0;
          color: #707070; }
      .news_tj .w1280 ul li .rights {
        margin-left: auto;
        color: #999999;
        font-size: 38px; }

.gsgg {
  padding-top: 145px;
  padding-bottom: 80px; }
  .gsgg .w1280 {
    width: 1200px; }
    .gsgg .w1280 ul li {
      cursor: pointer;
      position: relative;
      padding: 28px 53px 0 80px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
      transition: .3s;
      margin-bottom: 35px; }
      .gsgg .w1280 ul li:last-child {
        margin-bottom: 0; }
      .gsgg .w1280 ul li:hover {
        background: #004898; }
        .gsgg .w1280 ul li:hover p {
          color: white; }
        .gsgg .w1280 ul li:hover .text span:last-child {
          color: white; }
        .gsgg .w1280 ul li:hover .lj section {
          height: 100%;
          transform: rotate(0deg); }
      .gsgg .w1280 ul li .text {
        position: relative; }
        .gsgg .w1280 ul li .text span {
          font-size: 16px; }
          .gsgg .w1280 ul li .text span:first-child {
            position: absolute;
            left: -40px;
            top: 50%;
            color: #004898;
            text-align: left;
            transform: translateY(-50%); }
          .gsgg .w1280 ul li .text span:last-child {
            width: auto;
            font-weight: 700;
            font-size: 22px;
            color: #333; }
      .gsgg .w1280 ul li p {
        color: #707070;
        height: 50px;
        overflow: hidden;
        margin-top: 25px;
        margin-bottom: 80px; }
      .gsgg .w1280 ul li .lj {
        width: 140px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #F5F5F5;
        transform: translateY(1px); }
        .gsgg .w1280 ul li .lj section {
          background: white; }
        .gsgg .w1280 ul li .lj span {
          color: #707070;
          font-size: 12px; }

.fy {
  padding-bottom: 180px;
  background: #F3F3F3; }
  .fy.w {
    background: white; }
  .fy .w1280 {
    display: flex;
    justify-content: center; }
    .fy .w1280 ul {
      display: flex; }
      .fy .w1280 ul li {
        margin: 0 10px; }
        .fy .w1280 ul li a {
          display: block;
          width: 56px;
          height: 56px;
          line-height: 56px;
          text-align: center;
          background: #004898;
          color: white;
          transition: .3s; }
          .fy .w1280 ul li a:hover {
            background: #004898; }
          .fy .w1280 ul li a.active {
            background: #004898; }

.news_nei_head {
  height: 385px;
  width: 100%; }
  
 .fy .w1280 ul .active a{
	   background: #0d78ef !important; 
	  }
  .news_nei_head .head_boxs {
    margin: auto;
    margin-top: 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 900px;
    height: 100%;
    color: white; }
    .news_nei_head .head_boxs h1 {
      font-size: 32px;
      width: 82%; }
    .news_nei_head .head_boxs p {
      margin-top: 20px; }

.news_nei {
  padding: 90px 0;
  padding-bottom: 150px; }
  .news_nei .text {
    width: 900px;
    margin: auto; }
    .news_nei .text p {
      color: #707070; }

.news_nei_menu {
  padding: 10px 0;
  background: #f5f5f5; }
  .news_nei_menu .boxs {
    width: 900px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #CECECE;
    padding: 20px;
    box-sizing: border-box; }
    .news_nei_menu .boxs .prev {
      padding-bottom: 15px; }
    .news_nei_menu .boxs a:hover span {
      color: #004898; }
      .news_nei_menu .boxs a:hover span:last-child {
        color: #004898; }
    .news_nei_menu .boxs a span {
      font-size: 14px;
      color: #707070;
      margin-right: 40px;
      transition: .3s; }
      .news_nei_menu .boxs a span:last-child {
        color: #333;
        margin-right: 0; }

.news_back {
  padding: 43px 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .news_back .back {
    width: 56px;
    height: 56px;
    line-height: 56px;
    background: #004898;
    text-align: center;
    color: white;
    font-size: 14px; }

footer {
  background: #333;
  position: relative; }
  footer .w1280 .top {
    padding: 50px 0;
    display: flex;
    justify-content: space-between; }
    footer .w1280 .top .items {
      display: flex; }
      footer .w1280 .top .items div {
        color: white;
        margin-right: 20px; }
        footer .w1280 .top .items div span {
          font-size: 16px; }
        footer .w1280 .top .items div .iconfont {
          width: 34px;
          height: 34px;
          line-height: 34px;
          background: white;
          border-radius: 50%;
          display: inline-block;
          vertical-align: middle;
          color: #A4A4A4;
          text-align: center;
          margin-right: 10px; }
    footer .w1280 .top .erweima {
      display: flex;
      align-items: center;
      color: white; }
      footer .w1280 .top .erweima img {
        width: 80px;
        margin-right: 15px; }
      footer .w1280 .top .erweima .text {
        width: 84px; }
        footer .w1280 .top .erweima .text p {
          font-size: 14px;
          line-height: 1.2; }
  footer .w1280 .bot {
    padding: 22px 0;
    border-top: 1px solid #707070;
    display: flex;
    justify-content: space-between;
    color: white; }
    footer .w1280 .bot div span {
      margin-right: 7px; }
    footer .w1280 .bot div a {
      color: white;
      transition: .3s; }
      footer .w1280 .bot div a:hover {
        color: #004898; }

.quality1 {
  padding: 139px 0 126px 0;
  width: 100%;
  height: 100%; }
  .quality1 .w1280 ul li {
    display: flex;
    background: #004898;
    margin-bottom: 12px;
    cursor: pointer; }
    .quality1 .w1280 ul li:hover .rights section {
      color: #004898; }
    .quality1 .w1280 ul li:nth-child(even) {
      background: #0E1F33; }
    .quality1 .w1280 ul li:last-child {
      margin-bottom: 0; }
    .quality1 .w1280 ul li .lefts {
      width: 165px;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center; }
      .quality1 .w1280 ul li .lefts div {
        text-align: center;
        color: white; }
        .quality1 .w1280 ul li .lefts div h1 {
          font-size: 24; }
        .quality1 .w1280 ul li .lefts div p {
          font-size: 16; }
    .quality1 .w1280 ul li .rights {
      flex: 165px 1;
      padding: 20px;
      background: white;
      display: flex; }
      .quality1 .w1280 ul li .rights section {
        padding-left: 20px;
        color: #999999;
        transition: .3s;
        font-size: 14px;
        margin-right: 60px; }
        .quality1 .w1280 ul li .rights section.double {
          border-left: 1px solid rgba(0, 0, 0, 0.1);
          margin-right: 0;
          padding-left: 40px; }

.quality2 {
  padding: 75px  0;
  background: white; }
  .quality2 .w1280 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .quality2 .w1280 ul li {
      width: 30%;
      padding: 25px 50px 0;
      box-sizing: border-box;
      border: 1px solid rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
      cursor: pointer;
      margin-bottom: 25px; }

.quality_img {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 71;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  transform: translate(0, 1000px) scale(0.1); }
  .quality_img.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0) scale(1); }
  .quality_img img {
    height: 90%; }

.ai {
  padding: 146px 0 290px;
  width: 100%;
  height: 100%; }
  .ai .ai_text {
    display: flex; }
    .ai .ai_text .ai_left {
      display: flex;
      justify-content: center;
      flex-direction: column;
      width: 50%; }
      .ai .ai_text .ai_left p {
        font-size: 16px;
        color: #666666; }
    .ai .ai_text .ai_right {
      width: 50%; }
      .ai .ai_text .ai_right img {
        margin-left: auto;
        box-shadow: -32px 32px 0px 0px #004898; }

.gold_swiper {
  padding: 190px 0 300px 0;
  width: 100%;
  height: 100%; }
  .gold_swiper .w1280 .swiper-gold {
    overflow: hidden; }
    .gold_swiper .w1280 .swiper-gold .swiper-wrapper .swiper-slide .item {
      padding: 89px 0;
      background: white;
      box-sizing: border-box; }
      .gold_swiper .w1280 .swiper-gold .swiper-wrapper .swiper-slide .item img {
        margin: auto; }
    .gold_swiper .w1280 .swiper-gold .swiper-wrapper .swiper-slide .name {
      height: 90px;
      line-height: 90px;
      background: #F2F2F2;
      font-size: 16px;
      text-align: center; }
  .gold_swiper .w1280 .gold_menu {
    width: 100%;
    height: 100px;
    position: relative; }
    .gold_swiper .w1280 .gold_menu .gold_fy {
      cursor: pointer;
      position: absolute;
      bottom: 17px;
      left: 50%;
      transform: translateX(-50%);
      display: flex; }
      .gold_swiper .w1280 .gold_menu .gold_fy .item {
        width: 17px;
        height: 17px;
        border-radius: 50%;
        background: white;
        margin: 0 10px;
        transition: .3s; }
        .gold_swiper .w1280 .gold_menu .gold_fy .item.active {
          background: #004898; }
        .gold_swiper .w1280 .gold_menu .gold_fy .item:hover {
          background: #004898; }
    .gold_swiper .w1280 .gold_menu .prev, .gold_swiper .w1280 .gold_menu .next {
      cursor: pointer;
      position: absolute;
      bottom: 0;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      transition: .3s;
      background: white;
      font-weight: 700; }
      .gold_swiper .w1280 .gold_menu .prev span, .gold_swiper .w1280 .gold_menu .next span {
        font-size: 1;
        color: #434343;
        transition: .3s; }
      .gold_swiper .w1280 .gold_menu .prev:hover, .gold_swiper .w1280 .gold_menu .next:hover {
        background: #004898; }
        .gold_swiper .w1280 .gold_menu .prev:hover span, .gold_swiper .w1280 .gold_menu .next:hover span {
          color: white; }
    .gold_swiper .w1280 .gold_menu .prev {
      left: 0; }
    .gold_swiper .w1280 .gold_menu .next {
      right: 0; }

.poverty {
  padding: 74px 0 122px; }
  .poverty .w1280 {
    width: 1200px; }
    .poverty .w1280 ul li {
      position: relative;
      cursor: pointer;
      padding: 54px 48px 34px 82px;
      display: flex;
      margin-bottom: 18px;
      box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
      transition: .3s; }
      .poverty .w1280 ul li:hover {
        background: #004898; }
        .poverty .w1280 ul li:hover .left .h h1 {
          color: white; }
        .poverty .w1280 ul li:hover .left p {
          color: white; }
        .poverty .w1280 ul li:hover .left .lj section {
          background: #004898;
          height: 100%;
          transform: rotate(0deg); }
        .poverty .w1280 ul li:hover .left .lj div span {
          color: white; }
        .poverty .w1280 ul li:hover .right img {
          transform: scale(1.1); }
      .poverty .w1280 ul li:last-child {
        margin-bottom: 0; }
      .poverty .w1280 ul li .left {
        width: 580px; }
        .poverty .w1280 ul li .left .h {
          position: relative;
          margin-bottom: 50px; }
          .poverty .w1280 ul li .left .h span {
            position: absolute;
            left: -20px;
            top: 50%;
            transform: translateY(-50%);
            color: #004898;
            font-weight: 700; }
          .poverty .w1280 ul li .left .h h1 {
            display: inline-block;
            font-size: 20px;
            font-weight: 700;
            transition: .3s; }
        .poverty .w1280 ul li .left p {
          color: #707070;
          height: 75px;
          overflow: hidden;
          margin-bottom: 50px; }
        .poverty .w1280 ul li .left .lj {
          text-align: center;
          width: 140px;
          height: 50px;
          line-height: 50px;
          background: #F5F5F5; }
          .poverty .w1280 ul li .left .lj div {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center; }
            .poverty .w1280 ul li .left .lj div span {
              margin-right: 11px;
              color: #707070; }
              .poverty .w1280 ul li .left .lj div span:last-child {
                margin-right: 0; }
      .poverty .w1280 ul li .right {
        margin-left: auto;
        overflow: hidden; }
        .poverty .w1280 ul li .right img {
          transition: .3s; }

.jwls {
  position: relative;
  overflow: hidden; }
  .jwls.active .jwl {
    transform: translateY(100%); }

.jwl {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #004898;
  transform: translateY(-100%);
  transition: 1s; }

.a404 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center; }
  .a404 .box {
    width: 800px;
    margin: auto;
    text-align: center; }
    .a404 .box img {
      width: 100%;
      max-width: 100%;
      margin-bottom: 30px; }
    .a404 .box h1 {
      font-size: 24px;
      color: #333;
      margin: 30px 0; }
    .a404 .box a {
      margin: auto;
      display: block;
      width: 140px;
      height: 50px;
      line-height: 50px;
      background: #004898;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      color: white; }

.guys1 {
  padding: 105px 0 122px;
  width: 100%;
  height: 100%; }
  .guys1 .w1280 h1 {
    text-align: center;
    font-weight: 300;
    color: #666666;
    font-size: 35px; }
  .guys1 .w1280 span {
    width: 37px;
    height: 7px;
    background: #004898;
    display: block;
    margin: 10px auto;
    margin-bottom: 50px; }
  .guys1 .w1280 .text {
    width: 60%;
    text-align: center;
    margin: auto; }
    .guys1 .w1280 .text p {
      color: #666666;
      font-size: 16px; }

.guys2 {
  padding: 123px 0 243px; }
  .guys2 .w1280 {
    width: 1200px; }
    .guys2 .w1280 h1 {
      color: #272727;
      font-weight: 300;
      font-size: 35px;
      text-align: center; }
    .guys2 .w1280 span {
      width: 37px;
      height: 7px;
      background: #004898;
      display: block;
      margin: 0 auto; }
    .guys2 .w1280 > p {
      font-size: 16px;
      color: #666;
      text-align: center;
      margin-top: 16px;
      margin-bottom: 85px; }
    .guys2 .w1280 ul li {
      cursor: pointer;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      line-height: 50px;
      height: auto;
      overflow: hidden;
      transition: .3s; }
      .guys2 .w1280 ul li:first-child {
        height: 100px;
        border-top: 3px solid #004898;
        box-sizing: border-box;
        background: white;
        color: #272727; }
        .guys2 .w1280 ul li:first-child:hover {
          background: transparent; }
          .guys2 .w1280 ul li:first-child:hover div {
            color: #272727; }
      .guys2 .w1280 ul li:hover {
        background: #004898; }
        .guys2 .w1280 ul li:hover div {
          color: white; }
        .guys2 .w1280 ul li:hover .menus div {
          background: white; }
      .guys2 .w1280 ul li.active {
        background: #004898; }
        .guys2 .w1280 ul li.active div {
          color: white; }
        .guys2 .w1280 ul li.active .menus div {
          background: white; }
      .guys2 .w1280 ul li div {
        width: 25%;
        text-align: center;
        transition: .3s;
        color: #272727; }
      .guys2 .w1280 ul li .menus {
        position: relative; }
        .guys2 .w1280 ul li .menus.active div:last-child {
          opacity: 0; }
        .guys2 .w1280 ul li .menus div {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 14px;
          height: 2px;
          transition: .3s;
          background: #272727; }
          .guys2 .w1280 ul li .menus div:last-child {
            transform-origin: left;
            transform: rotate(90deg);
            margin-top: -8px;
            transition: .3s; }
      .guys2 .w1280 ul li section {
        width: 100%;
        height: 0;
        transition: .3s;
        transition-timing-function: ease-in-out;
        background: #EDECEA;
        padding: 0 50px; }
        .guys2 .w1280 ul li section.active {
          border-top: 3px solid white;
          box-sizing: border-box; }
        .guys2 .w1280 ul li section p {
          line-height: 1.5;
          font-size: 14px;
          color: #333; }

.map {
  width: 100%;
  position: relative;
  height: 780px; }
  .map .w1280 {
    position: absolute;
    background: white;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 46px 125px 59px 73px;
    border-bottom: 6px solid #004898;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3; }
    .map .w1280 .left h1 {
      color: #272727;
      font-size: 26px;
      margin-bottom: 23px; }
    .map .w1280 .left p {
      color: #777;
      font-size: 16px;
      line-height: 2; }

.liuyan {
  padding: 162px 0 206px;
  width: 100%;
  height: 100%; }
  .liuyan .w1280 {
    padding: 60px 163px 70px 133px;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    background: white; }
    .liuyan .w1280 .liuyan_left h3 {
      font-weight: 300;
      font-size: 16px;
      color: #272727; }
    .liuyan .w1280 .liuyan_left h1 {
      font-weight: 300;
      letter-spacing: 1px;
      font-size: 35px;
      color: #272727; }
    .liuyan .w1280 .liuyan_left span {
      display: block;
      width: 27px;
      height: 6px;
      background: #004898;
      margin: 20px 0;
      margin-bottom: 30px; }
    .liuyan .w1280 .liuyan_left p {
      width: 333px;
      color: #777777;
      font-size: 16px;
      margin-bottom: 67px; }
    .liuyan .w1280 .liuyan_left .text h6 {
      font-size: 16px;
      color: #777777;
      margin-bottom: 3px; }
    .liuyan .w1280 .liuyan_left .text h5 {
      font-size: 24px;
      color: #777777; }
    .liuyan .w1280 .liuyan_right input {
      width: 384px;
      height: 50px;
      border: 1px solid #ECECEC;
      margin-bottom: 22px;
      color: #9F9F9F;
      padding: 0 11px;
      box-sizing: border-box; }
      .liuyan .w1280 .liuyan_right input:last-child {
        margin-bottom: 0; }
    .liuyan .w1280 .liuyan_right textarea {
      width: 384px;
      height: 160px;
      border: 1px solid #ECECEC;
      padding: 16px 11px;
      box-sizing: border-box;
      margin-top: 18px;
      margin-bottom: 22px;
      font-size: 16px;
      color: #9F9F9f !important;
      font-weight: 700; }
    .liuyan .w1280 .liuyan_right button {
      width: 384px;
      height: 50px;
      background: #004898;
      color: white;
      cursor: pointer; }

.footer_tops {
  position: fixed;
  cursor: pointer;
  right: 5%;
  bottom: 137px;
  width: 60px;
  height: 60px;
  background: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: .3s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box; }
  .footer_tops:hover {
    background: #004898; }
    .footer_tops:hover span, .footer_tops:hover p {
      color: white; }
    .footer_tops:hover span {
      margin-top: -2px; }
  .footer_tops span {
    font-size: 24px;
    color: #000;
    transition: .3s; }
  .footer_tops p {
    font-size: 14px;
    color: #000;
    transition: .3s; }

.mob_contact_cz {
  display: none; }

.contact_cz {
  padding: 70px 0 65px; }
  .contact_cz h1 {
    text-align: center;
    font-size: 30px;
    color: #272727;
    margin-bottom: 20px; }
  .contact_cz ul li {
    cursor: pointer;
    display: flex;
    min-height: 50px;
  height: auto; }
    .contact_cz ul li:hover div {
      background: #004898; }
      .contact_cz ul li:hover div p {
        color: white; }
    .contact_cz ul li:first-child div {
      background: #004898; }
      .contact_cz ul li:first-child div p {
        color: white; }
    .contact_cz ul li div {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      border-right: 2px solid white;
      border-bottom: 2px solid white;
      box-sizing: border-box;
      transition: .3s;
      background: #f1f1f1;}
      .contact_cz ul li div p {
        padding: 10px 0;
        width: 94%;
        margin: auto;
        font-size: 16px;
        color: #666;
        transition: .3s;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: center; }
      .contact_cz ul li div:last-child {
        border-right: none;
        flex: 3; }


        .gold_swiper .w1280 .swiper-pagination{
            bottom: 17px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1 !important; 
        }

        .gold_swiper .w1280 .swiper-pagination .swiper-pagination-bullet-active{
          background: #004898 !important;
      }

      .gold_swiper .w1280 .swiper-pagination-bullet{
        width: 17px;
            height: 17px;
            border-radius: 50%;
            background: white;
            margin: 0 10px;
            transition: .3s;
            opacity: 1 !important;
      }

      .gold_swiper .w1280 .swiper-pagination-bullet:hover{
          background: #004898;
      }

      .news_nei .newspaper video{
        width: 100%;
        margin-bottom: 30px;
      }

      @media screen and (max-width: 640px) {
        .news_nei .newspaper video{
          margin-bottom: 15px;
        }
      }