ul,li {
    //list-style-type:none;
    padding:0px;
    margin:0px;
}

body .header_main {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 118px; }
  body .header_main .mask {
    position: fixed;
    left: 0;
    top: 0;
    height: 118px;
    width: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0), #000000);
    opacity: 0.35;
    z-index: -1; }
  body .header_main .header_bar {
    max-width: 1200px;
    height: 118px;
    margin: auto;
    position: relative; }
    body .header_main .header_bar .switch {
      display: none;
      background-image: url("/_upload/tpl/0c/c3/3267/template3267/img/moble/switch.png");
      height: 24px;
      width: 24px; }
    body .header_main .header_bar .icon {
      float: left;
      height: 40px;
      margin-left: 120px;
      opacity: 1;
      display: inline-block; }
    body .header_main .header_bar .logo {
      background-image: url(/_upload/tpl/0c/c3/3267/template3267/img/icon.png);
      width: 228px;
      height: 38px;
      background-size: 100%;
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translateY(-50%);
      background-repeat: no-repeat;
      background-position: center; }
    body .header_main .header_bar .search_img {
      width: 20px;
      height: 20px;
      display: inline-block;
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translateY(-50%); }
    body .header_main .header_bar .nav {
      display: inline-block;
      margin: 36px 0 0 0; }
      body .header_main .header_bar .nav > ul {
        position: relative;
        padding-left: 0px; }
        body .header_main .header_bar .nav > ul > li {
          position: relative;
          list-style: none;
          margin: 0 24px;
          display: inline-block;
          opacity: 1;
          height: 38px;
          font-size: 16px;
          font-family: "PingFang SC", PingFangSC-Medium, sans-serif;
          font-weight: 500;
          text-align: unset;
          color: #ffffff;
          line-height: 40px; }
          body .header_main .header_bar .nav > ul > li > a {
            display: inline-block;
            cursor: pointer;
            opacity: 1;
            font-size: 16px;
            font-family: "PingFang SC", PingFangSC-Medium, sans-serif;
            font-weight: 500;
            color: #ffffff;
            letter-spacing: 1px; }
          body .header_main .header_bar .nav > ul > li > ul {
            position: absolute;
            top: 40px;
            /* left: -20px; */
            left:50%;
            transform: translateX(-50%);
            display: none;
            z-index: 2;
            background: rgba(255, 255, 255, 0.7);
            width: 140px;
            min-width: 100%;
            border-radius: 6px;
            padding: 10px 0;
        }
            body .header_main .header_bar .nav > ul > li > ul > li {
              margin: 0px 10px;
              /* margin-left: -40px; */
              list-style: none;
              text-align: center; 
            }
            body .header_main .header_bar .nav > ul > li > ul > li:hover{

                background: #0E27BF;    
                background-size: contain;
                box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.23);
                border-radius: 6px;
            }
            body .header_main .header_bar .nav > ul > li > ul > li:hover a{
                color: #ffffff;
            }
              body .header_main .header_bar .nav > ul > li > ul > li a {
                font-size: 14px;
                font-family: "PingFang SC", PingFangSC-Semibold, sans-serif;
                font-weight: 400;
                text-align: center;
                color: #000000;
                line-height: 18px; 
            }

            body .header_main .header_bar .nav > ul > li > ul > li a:hover{
                color: #FFFFFF;
            }
        body .header_main .header_bar .nav > ul .seclected:after {
          content: "";
          position: absolute;
          bottom: -5px;
          width: 100%;
          height: 4px;
          background: #ffffff;
          display: block; }
        body .header_main .header_bar .nav > ul .parent > a, body .header_main .header_bar .nav > ul .selected > a {
          border-bottom: 4px solid #ffffff; }
      body .header_main .header_bar .nav .search {
        width: 20px;
        padding: 0; }
        body .header_main .header_bar .nav .search img {
          vertical-align: middle; }
    body .header_main .header_bar .tits {
      padding: 0 20px 0 261px; }
body .header_main.actived {
  background: #ffffff;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.08);
  height: 78px; }
  body .header_main.actived .mask {
    position: fixed;
    left: 0;
    top: 0;
    height: 78px;
    width: 100%;
    background: #ffffff;
    opacity: 0.35;
    z-index: -1; }
  body .header_main.actived .actived {
    height: 78px; }
    body .header_main.actived .actived .logo {
      background-image: url(/_upload/tpl/0c/c3/3267/template3267/img/icon_bg_w.png); }
    body .header_main.actived .actived .nav {
      margin: 20px 0 0 0; }
      /* body .header_main.actived .actived .nav ul li ul > li > a {
        color: #ffffff; } */
        body .header_main.actived .actived .nav >ul> li ul {
            background: rgba(255, 255, 255, 1);
        }
        
      body .header_main.actived .actived .nav ul li > a {
        color: #040e1d; }
      body .header_main.actived .actived .nav ul .seclected:after {
        background: linear-gradient(90deg, #0e27bf, rgba(14, 39, 191, 0)); }
      body .header_main.actived .actived .nav ul .parent > a, body .header_main.actived .actived .nav ul .selected > a {
        color: #3c50ca;
        border-bottom: 4px solid #3c50ca; }


body .banner {
  position: relative; }
  body .banner .swiper-container-horizontal > .swiper-pagination-bullets,
  body .banner .swiper-pagination-custom,
  body .banner .swiper-pagination-fraction {
    bottom: 10px;
    left: 50%;
    width: auto;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    padding: 0px 8px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  body .banner .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
    margin: 1px 8px;
    background: #ffffff;
    opacity: 0.4; }
    body .banner .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #ffffff;
      opacity: 1; }
  body .banner .swiper-container-horizontal > .swiper-pagination-bullets,
  body .banner .swiper-pagination-custom,
  body .banner .swiper-pagination-fraction {
    bottom: 24px; }
  body .banner .swiper-container .swiper-wrapper .swiper-slide img {
    height: 34.7vw;
    max-height: 34.7vw;
    width: 100%;
    object-fit: cover; }
  body .banner .swiper-container .swiper-button-prev,
  body .banner .swiper-container .swiper-container-rtl .swiper-button-next {
    background-image: url(/_upload/tpl/0c/c3/3267/template3267/img/index/bigl-normal-2x.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 128px;
    height: 128px;
    left: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0; }
  body .banner .swiper-container .swiper-button-prev:hover,
  body .banner .swiper-container .swiper-container-rtl .swiper-button-next {
    background-image: url(/_upload/tpl/0c/c3/3267/template3267/img/index/bigl-hover-2x.png); }
  body .banner .swiper-container .swiper-button-next,
  body .banner .swiper-container .swiper-container-rtl .swiper-button-prev {
    background-image: url(/_upload/tpl/0c/c3/3267/template3267/img/index/bigr-normal-2x.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 128px;
    height: 128px;
    right: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0; }
  body .banner .swiper-container .swiper-button-next:hover,
  body .banner .swiper-container .swiper-container-rtl .swiper-button-prev {
    background-image: url(/_upload/tpl/0c/c3/3267/template3267/img/index/bigr-hover-2x.png); }
  body .banner .swiper-container:hover .swiper-button-prev,
  body .banner .swiper-container:hover .swiper-button-next {
    opacity: 1; }
body .header_txt {
  position: absolute;
  top: 125px;
  left: 120px;
  z-index: 6; }
  body .header_txt .welcometo {
    position: relative;
    height: 64px;
    opacity: 1;
    font-size: 32px;
    font-family: Montserrat, Montserrat-Medium, sans-serif;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 64px;
    letter-spacing: 9px;
    text-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15); }
  body .header_txt .future {
    text-align: left;
    margin: auto;
    opacity: 1;
    font-size: 64px;
    font-weight: 900;
    color: #ffffff;
    line-height: 80px;
    letter-spacing: 17px;
    position: relative;
    font-family: Montserrat, Montserrat-Black, sans-serif;
    text-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15); }
  body .header_txt .futurebottom {
    width: 256px;
    height: 32px;
    opacity: 1;
    background: #0e27bf;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
    margin-top: -30px; }
  body .header_txt .hnlgdx {
    margin: auto;
    padding: 24px 0 0 0;
    opacity: 1;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 26px;
    letter-spacing: 23px;
    text-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15); }
  body .header_txt .wljsxy {
    text-align: left;
    margin: auto;
    padding: 8px 0 0 0;
    height: 64px;
    opacity: 1;
    font-size: 48px;
    font-weight: 500;
    color: #ffffff;
    line-height: 64px;
    letter-spacing: 16px;
    text-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15); }
body .main_bar {
  z-index: 5;
  width: 100%;
  opacity: 1;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: left;
  background: #f3f3f3;
  position: absolute;
  bottom: -75px;
  left: 120px; }
  body .main_bar li {
    height: 50px;
    display: inline-block;
    width: 15.625vw;
    margin: auto;
    background: #f3f3f3;
    opacity: 1;
    color: #ffffff;
    text-align: left;
    letter-spacing: 4px;
    padding: 3% 0 3% 5%;
    min-width: 172px;
    white-space: nowrap; }
    body .main_bar li .titletxt {
      width: 120px;
      height: 26px;
      opacity: 1;
      font-size: 20px;
      font-family: AlibabaPuHuiTi_2_95_ExtraBold, sans-serif;
      font-weight: 500;
      line-height: 26px;
      color: #000000;
      letter-spacing: 4px; }
    body .main_bar li .subtxt {
      padding: 1% 0 0 0;
      width: 102px;
      height: 16px;
      opacity: 0.6;
      font-size: 12px;
      font-family: Montserrat, Montserrat-Regular, sans-serif;
      font-weight: 400;
      line-height: 16px;
      color: #000000;
      letter-spacing: 4px; }
  body .main_bar li:first-child .side {
    width: 8px;
    height: 50px;
    background: #0e27bf;
    display: inline-block;
    position: absolute;
    left: 0; }
  body .main_bar li:first-child .titletxt {
    width: 120px;
    height: 26px;
    opacity: 1;
    font-size: 20px;
    font-family: AlibabaPuHuiTi_2_95_ExtraBold, sans-serif;
    font-weight: 500;
    line-height: 26px;
    color: #000000; }
  body .main_bar li:first-child .subtxt {
    padding: 1% 0 0 0;
    width: 102px;
    height: 16px;
    opacity: 0.6;
    font-size: 12px;
    font-family: Montserrat, Montserrat-Regular, sans-serif;
    font-weight: 400;
    line-height: 16px;
    color: #000000; }
  body .main_bar li:hover {
    background: rgba(0, 0, 0, 0.04); }
    body .main_bar li:hover .titletxt {
      color: #0e27bf; }
    body .main_bar li:hover .subtxt {
      color: #0e27bf; }

@media (max-width: 1200px) {
  body .main_bar {
    z-index: 5;
    width: 100%;
    opacity: 1;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: left;
    background: #f3f3f3;
    position: absolute;
    bottom: -75px;
    left: 120px; }
  body .header_main {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100px; }
    body .header_main .header_bar {
      margin: auto;
      height: 100px;
      position: relative; }
      body .header_main .header_bar .mask {
        position: fixed;
        left: 0;
        top: 0;
        height: 100px;
        width: 100%;
        background: linear-gradient(360deg, rgba(0, 0, 0, 0), #000000);
        opacity: 0.35;
        z-index: -1; }
      body .header_main .header_bar .switch {
        display: none;
        background-image: url("/_upload/tpl/0c/c3/3267/template3267/img/moble/switch.png");
        height: 24px;
        width: 24px; }
      body .header_main .header_bar .icon {
        float: left;
        height: 40px;
        margin-left: 120px;
        opacity: 1;
        display: inline-block; }
      body .header_main .header_bar .logo {
        background-image: url(/_upload/tpl/0c/c3/3267/template3267/img/icon.png);
        background-size: 100%;
        position: absolute;
        left: 5%;
        top: 50%;
        transform: translateY(-50%);
        background-repeat: no-repeat;
        background-position: center; }
      body .header_main .header_bar .search_img {
        background-image: url(/_upload/tpl/0c/c3/3267/template3267/img/search.png);
        width: 20px;
        height: 20px;
        display: none;
        position: absolute;
        right: 5%;
        top: 100%;
        transform: translateY(-50%); }
      body .header_main .header_bar .nav {
        display: inline-block;
        padding-top: 14px; }
        body .header_main .header_bar .nav > ul {
          position: relative; }
          body .header_main .header_bar .nav > ul > li {
            position: relative;
            list-style: none;
            margin-right: 48px;
            display: inline-block;
            opacity: 1;
            height: 40px;
            font-size: 16px;
            font-family: "PingFang SC", PingFangSC-Medium, sans-serif;
            font-weight: 500;
            text-align: unset;
            color: #ffffff;
            line-height: 40px; }
            body .header_main .header_bar .nav > ul > li > a {
              display: inline-block;
              cursor: pointer;
              opacity: 1;
              font-size: 16px;
              font-family: PingFangSC, PingFangSC-Medium;
              font-weight: 500;
              color: #ffffff;
              letter-spacing: 1px; }
            body .header_main .header_bar .nav > ul > li > ul {
              position: absolute;
              top: 40px;
              left: -20px;
              display: none;
              z-index: 2;
              background: #0e27bf;
              width: 76px; }
          body .header_main .header_bar .nav > ul .seclected:after {
            content: "";
            position: absolute;
            bottom: -5px;
            width: 100%;
            height: 4px;
            background: #ffffff;
            display: block; }
          body .header_main .header_bar .nav > ul .parent > a, body .header_main .header_bar .nav > ul .selected > a {
            border-bottom: 0px solid #ffffff; }
        body .header_main .header_bar .nav .search {
          width: 20px;
          padding: 0; }
          body .header_main .header_bar .nav .search img {
            vertical-align: middle; }
      body .header_main .header_bar .search_img {
        background-image: url(/_upload/tpl/0c/c3/3267/template3267/img/search.png);
        width: 20px;
        height: 20px;
        display: inline-block;
        position: absolute;
        right: 5%;
        top: 100%; }
  body .header_main .actived {
    background: #ffffff; }
    body .header_main .actived .logo {
      background-image: url(/_upload/tpl/0c/c3/3267/template3267/img/icon_bg_w.png); }
    body .header_main .actived .nav ul li a {
      color: #040e1d; }
      body .header_main .actived .nav ul li a:hover {
        color: white; }
    body .header_main .actived .search_img {
      background-image: url(/_upload/tpl/0c/c3/3267/template3267/img/search_bg_w.png);
      background-size: 20px 20px; }
    body .header_main .actived .nav ul .seclected:after {
      background: linear-gradient(90deg, #0e27bf, rgba(14, 39, 191, 0)); }
    body .header_main .actived .nav ul .parent, body .header_main .actived .nav ul .selected {
      border-bottom: 0px solid #000000; }
      body .header_main .actived .nav ul .parent > a, body .header_main .actived .nav ul .selected > a {
        border-bottom: 0px;
        color: #ffffff; }
  body .header_main.actived {
    background: #ffffff;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.08);
    height: 24px; }
    body .header_main.actived .mask {
      position: fixed;
      left: 0;
      top: 0;
      height: 64px;
      width: 100%;
      background: #ffffff;
      opacity: 0.35;
      z-index: -1; }
    body .header_main.actived .actived {
      height: 24px; }
      body .header_main.actived .actived .logo {
        background-image: url(/_upload/tpl/0c/c3/3267/template3267/img/icon.png); }
      body .header_main.actived .actived .nav ul li a {
        color: #ffffff; }
        body .header_main.actived .actived .nav ul li a:hover {
          color: #ffffff; }
      body .header_main.actived .actived .nav {
        margin: 0; }
        body .header_main.actived .actived .nav ul .seclected:after {
          background: linear-gradient(90deg, #0e27bf, rgba(14, 39, 191, 0)); }
        body .header_main.actived .actived .nav ul .parent > a, body .header_main.actived .actived .nav ul .selected > a {
          color: #ffffff;
          border-bottom: 0px solid #3c50ca; }
  body .banner {
    position: relative; }
    body .banner .swiper-container-horizontal > .swiper-pagination-bullets,
    body .banner .swiper-pagination-custom,
    body .banner .swiper-pagination-fraction {
      bottom: 10px;
      left: 50%;
      width: auto;
      background: rgba(0, 0, 0, 0.4);
      border-radius: 12px;
      padding: 0px 8px;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    body .banner .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
      margin: 1px 8px;
      background: #ffffff;
      opacity: 0.4; }
      body .banner .swiper-container-horizontal
      > .swiper-pagination-bullets
      .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #ffffff;
        opacity: 1; }
    body .banner .swiper-container-horizontal > .swiper-pagination-bullets,
    body .banner .swiper-pagination-custom,
    body .banner .swiper-pagination-fraction {
      bottom: 10px; }
    body .banner .swiper-container .swiper-wrapper .swiper-slide img {
      height: 41.6667vw;
      max-height: 100%;
      width: 100%;
      object-fit: cover; }
    body .banner .swiper-container .swiper-button-prev,
    body .banner .swiper-container .swiper-container-rtl .swiper-button-next {
      background-image: url(/_upload/tpl/0c/c3/3267/template3267/img/index/bigl-normal-2x.png);
      background-repeat: no-repeat;
      background-size: 100% auto;
      width: 128px;
      height: 128px;
      left: 20px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      opacity: 0; }
    body .banner .swiper-container .swiper-button-prev:hover,
    body .banner .swiper-container .swiper-container-rtl .swiper-button-next {
      background-image: url(/_upload/tpl/0c/c3/3267/template3267/img/index/bigl-hover-2x.png); }
    body .banner .swiper-container .swiper-button-next,
    body .banner .swiper-container .swiper-container-rtl .swiper-button-prev {
      background-image: url(/_upload/tpl/0c/c3/3267/template3267/img/index/bigr-normal-2x.png);
      background-repeat: no-repeat;
      background-size: 100% auto;
      width: 128px;
      height: 128px;
      right: 20px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      opacity: 0; }
    body .banner .swiper-container .swiper-button-next:hover,
    body .banner .swiper-container .swiper-container-rtl .swiper-button-prev {
      background-image: url(/_upload/tpl/0c/c3/3267/template3267/img/index/bigr-hover-2x.png); }
    body .banner .swiper-container:hover .swiper-button-prev,
    body .banner .swiper-container:hover .swiper-button-next {
      opacity: 1; }
  body .header_txt {
    position: absolute;
    top: 12.5vw;
    left: 6vw;
    z-index: 4; }
    body .header_txt .welcometo {
      position: relative;
      height: 64px;
      opacity: 1;
      font-size: 32px;
      font-family: Montserrat, Montserrat-Medium, sans-serif;
      font-weight: 500;
      text-align: left;
      color: #ffffff;
      line-height: 64px;
      letter-spacing: 9px;
      text-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15); }
    body .header_txt .future {
      text-align: left;
      margin: auto;
      opacity: 1;
      font-size: 6.4vw;
      font-weight: 900;
      color: #ffffff;
      line-height: 8vw;
      letter-spacing: 17px;
      position: relative;
      font-family: Montserrat, Montserrat-Black, sans-serif;
      text-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15); }
    body .header_txt .futurebottom {
      width: 256px;
      height: 32px;
      opacity: 1;
      background: #0e27bf;
      box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
      margin-top: -30px; }
    body .header_txt .hnlgdx {
      margin: auto;
      padding: 24px 0 0 0;
      opacity: 1;
      font-size: 20px;
      font-weight: 500;
      text-align: left;
      color: #ffffff;
      line-height: 26px;
      letter-spacing: 23px;
      text-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15); }
    body .header_txt .wljsxy {
      text-align: left;
      margin: auto;
      padding: 8px 0 0 0;
      height: 64px;
      opacity: 1;
      font-size: 48px;
      font-weight: 500;
      color: #ffffff;
      line-height: 64px;
      letter-spacing: 16px;
      text-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15); }
  body .main_bar {
    z-index: 5;
    width: 100%;
    opacity: 1;
    padding: 0;
    list-style: none;
    font-size: 0;
    text-align: left;
    background: #f3f3f3;
    position: absolute;
    bottom: -75px;
    left: 120px; }
    body .main_bar li {
      height: 50px;
      display: inline-block;
      width: 15.625vw;
      margin: auto;
      background: #f3f3f3;
      opacity: 1;
      color: #ffffff;
      text-align: left;
      letter-spacing: 4px;
      padding: 3% 0 3% 5%;
      min-width: 172px;
      white-space: nowrap; }
      body .main_bar li .titletxt {
        width: 120px;
        height: 26px;
        opacity: 1;
        font-size: 20px;
        font-family: AlibabaPuHuiTi_2_95_ExtraBold, sans-serif;
        font-weight: 500;
        line-height: 26px;
        color: #000000;
        letter-spacing: 4px; }
      body .main_bar li .subtxt {
        padding: 1% 0 0 0;
        width: 102px;
        height: 16px;
        opacity: 0.6;
        font-size: 12px;
        font-family: Montserrat, Montserrat-Regular, sans-serif;
        font-weight: 400;
        line-height: 16px;
        color: #000000;
        letter-spacing: 4px; }
    body .main_bar li:first-child .side {
      width: 8px;
      height: 50px;
      background: #0e27bf;
      display: inline-block;
      position: absolute;
      left: 0; }
    body .main_bar li:first-child .titletxt {
      width: 120px;
      height: 26px;
      opacity: 1;
      font-size: 20px;
      font-family: AlibabaPuHuiTi_2_95_ExtraBold, sans-serif;
      font-weight: 500;
      line-height: 26px;
      color: #000000; }
    body .main_bar li:first-child .subtxt {
      padding: 1% 0 0 0;
      width: 102px;
      height: 16px;
      opacity: 0.6;
      font-size: 12px;
      font-family: Montserrat, Montserrat-Regular, sans-serif;
      font-weight: 400;
      line-height: 16px;
      color: #000000; }
    body .main_bar li:hover {
      background: rgba(0, 0, 0, 0.04); }
      body .main_bar li:hover .titletxt {
        color: #0e27bf; }
      body .main_bar li:hover .subtxt {
        color: #0e27bf; } }

/*# sourceMappingURL=header.css.map */
