 
.mobile_fade {
  display: none; }

.fadein_search {
  display: none; }

.fadein_search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99992;
  display: none; }
  .fadein_search .box {
    position: relative;
    width: 100%; }
    .fadein_search .box .closes {
      width: 25px;
      position: absolute;
      cursor: pointer;
      right: 35vw;
      top: -40px; }
  .fadein_search .child {
    width: 490px;
    height: 60px;
    background: #fff;
    margin: 0 auto;
    display: flex;
    position: relative;
    overflow: hidden; }
    .fadein_search .child input[type='text'] {
      width: 100%;
      height: 100%;
      font-family: sr;
      border: none;
      outline: none;
      background: none;
      font-size: 16px;
      padding-left: 20px; }
    .fadein_search .child input[type='submit'] {
      width: 100px;
      height: 100%;
      font-family: sr;
      font-size: 16px;
      background: #3572CE;
      color: #fff;
      position: absolute;
      cursor: pointer;
      box-sizing: border-box;
      right: 0;
      top: 0;
      z-index: 99;
      border: none;
      outline: none; }

.content {
  width: 100%;
  overflow: hidden; }
  .content .null {
    height: 72px; }
  .content .header {
    width: 100%;
    height: 72px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center; }
    .content .header .logo {
      display: block; }
    .content .header ul {
      height: 100%;
      display: flex;
      align-items: center;
      margin-right: 15px;
      margin-left: 100px; }
      .content .header ul li {
        height: 100%;
        position: relative; }
        .content .header ul li.mos {
          position: static; }
          .content .header ul li.mos:hover .slideboxs {
            opacity: 1;
            visibility: inherit;
            top: 100%; }
        .content .header ul li .slideboxs {
          position: absolute;
          left: 0;
          top: 100%;
          width: 100%;
          transition: all .3s;
          background: #fff;
          opacity: 0;
          visibility: hidden;
          top: 90%;
          padding: 25px 0; }
          .content .header ul li .slideboxs .ms {
            width: 1600px;
            display: flex;
            margin: 0 auto;
            align-items: center;
            flex-wrap: wrap; }
            .content .header ul li .slideboxs .ms div {
              overflow: hidden;
              width: 24%;
              margin: 20px 0;
              margin-right: 1.3333%;
              position: relative; }
              .content .header ul li .slideboxs .ms div:nth-child(4n) {
                margin-right: 0; }
              .content .header ul li .slideboxs .ms div:hover img {
                transform: scale(1.05); }
              .content .header ul li .slideboxs .ms div img {
                display: block;
                width: 100%;
                transition: all .5s; }
              .content .header ul li .slideboxs .ms div span {
                width: 100%;
                font-size: 18px;
                color: #fff;
                font-weight: bold;
                position: absolute;
                left: 0;
                height: 100%;
                display: flex;
                align-items: center;
                background: rgba(0, 0, 0, 0.2);
                top: 50%;
                transform: translateY(-50%);
                padding: 0 20px;
                box-sizing: border-box; }
        .content .header ul li:hover > a {
          color: #0096FF; }
        .content .header ul li:hover .slidebox {
          opacity: 1;
          top: 100%;
          visibility: inherit; }
        .content .header ul li .slidebox {
          overflow: hidden;
          width: auto;
          background: #fff;
          transition: all .2s;
          position: absolute;
          left: 0;
          top: 120%;
          visibility: hidden;
          opacity: 0; }
          .content .header ul li .slidebox a {
            display: block;
            padding: 15px 30px;
            box-sizing: border-box;
            white-space: nowrap;
            font-size: 14px;
            color: #000;
            text-align: center;
            transition: all .1s; }
            .content .header ul li .slidebox a:hover {
              color: #0096FF;
              background: #E6EDF3; }
        .content .header ul li > a {
          font-size: 15px;
          display: flex;
          align-items: center;
          padding: 0 15px;
          justify-content: center;
          height: 100%;
          position: relative;
          color: #474747; }
          .content .header ul li > a img {
            margin-left: 3px; }
    .content .header .icon {
      height: 100%;
      display: flex;
      align-items: center; }
      .content .header .icon .ic {
        width: 60px;
        height: 100%;
        position: relative;
        display: flex;
        transition: all .1s;
        align-items: center;
        justify-content: center; }
        .content .header .icon .ic:hover .langs {
          opacity: 1;
          visibility: inherit;
          top: 100%; }
        .content .header .icon .ic .langs {
          width: 130px;
          background: #fff;
          position: absolute;
          left: 50%;
          top: 90%;
          visibility: hidden;
          opacity: 0;
          transition: all .3s;
          transform: translateX(-50%); }
          .content .header .icon .ic .langs a {
            display: flex;
            align-items: center;
            padding: 15px;
            transition: all .1s;
            box-sizing: border-box; }
            .content .header .icon .ic .langs a:hover {
              background: #E6EDF3; }
            .content .header .icon .ic .langs a img {
              width: 20px;
              margin-right: 10px; }
            .content .header .icon .ic .langs a span {
              font-size: 13px;
              color: #333; }
        .content .header .icon .ic:hover {
          background: #E6EDF3; }
        .content .header .icon .ic > img {
          display: block;
          cursor: pointer;
          width: 20px; }
      .content .header .icon .line {
        width: 1px;
        height: 12px;
        background: #E6E6E6; }
  .content .banner {
    overflow: hidden;
    width: 100%;
    position: relative; }
    .content .banner img {
      display: block;
      width: 100%; }
  .content .main_list {
    overflow: hidden;
    width: 100%;
    background: #F5F6F7;
    padding: 220px 0 150px 0; }
    .content .main_list .m {
      width: 1600px;
      margin: 0 auto; }
      .content .main_list .m li {
        overflow: hidden;
        margin-bottom: 90px;
        width: 100%; }
        .content .main_list .m li:nth-child(even) a {
          flex-direction: row-reverse; }
        .content .main_list .m li:last-child {
          margin-bottom: 0; }
        .content .main_list .m li:hover a .picture img {
          transform: scale(1.05); }
        .content .main_list .m li a {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .content .main_list .m li a .picture {
            overflow: hidden;
            width: 50%; }
            .content .main_list .m li a .picture img {
              display: block;
              width: 100%;
              transition: all .3s; }
          .content .main_list .m li a .grow {
            width: 50%;
            padding: 0 35px; }
            .content .main_list .m li a .grow p {
              font-size: 30px;
              color: #000;
              font-weight: bold;
              margin-bottom: 20px; }
            .content .main_list .m li a .grow span {
              display: block;
              font-size: 16px;
              line-height: 1.8;
              color: #999; }
            .content .main_list .m li a .grow div {
              width: 180px;
              height: 38px;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 10px;
              background: #00A2EA;
              margin-top: 50px;
              transition: all .1s;
              font-size: 14px;
              font-weight: bold;
              text-transform: uppercase;
              color: #fff; }
              .content .main_list .m li a .grow div:hover {
                opacity: 0.8; }
  .content .title {
    display: block;
    text-align: center;
    font-size: 36px;
    color: #000;
    padding: 50px 0;
    font-weight: bold; }
  .content .main_discover {
    overflow: hidden;
    padding-bottom: 100px; }
    .content .main_discover .m {
      width: 1600px;
      margin: 0 auto; }
      .content .main_discover .m ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .content .main_discover .m ul li {
          overflow: hidden;
          width: 49.3%;
          height: 396px;
          position: relative;
          margin-bottom: 20px;
          border-radius: 10px; }
          .content .main_discover .m ul li:hover img {
            transform: scale(1.05); }
          .content .main_discover .m ul li img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all .5s; }
          .content .main_discover .m ul li .ms {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            display: flex;
            align-items: center;
            justify-content: center; }
            .content .main_discover .m ul li .ms .mid {
              overflow: hidden;
              padding: 0 5%;
              width: 100%; }
              .content .main_discover .m ul li .ms .mid p {
                text-align: center;
                font-size: 28px;
                color: #fff;
                margin-bottom: 6px; }
              .content .main_discover .m ul li .ms .mid span {
                display: block;
                font-size: 20px;
                color: #fff;
                text-align: center;
                line-height: 2; }
              .content .main_discover .m ul li .ms .mid div {
                width: 165px;
                height: 34px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 16px;
                background: #373E47;
                transition: all .1s;
                font-size: 14px;
                margin: 0 auto;
                margin-top: 28px;
                font-weight: bold;
                text-transform: uppercase;
                color: #fff; }
  .content .main_hot {
    overflow: hidden;
    background: #F5F6F7; }
    .content .main_hot .m {
      width: 1600px;
      margin: 0 auto; }
      .content .main_hot .m ul {
        display: flex;
        overflow: hidden;
        flex-wrap: wrap; }
        .content .main_hot .m ul li {
          overflow: hidden;
          width: 24%;
          margin-right: 1.3%;
          margin-bottom: 38px;
          transition: all .2s;
          background: #fff; }
          .content .main_hot .m ul li:hover {
            box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1); }
            .content .main_hot .m ul li:hover a .picture img {
              transform: scale(1.03); }
            .content .main_hot .m ul li:hover a .btn {
              background: #00A2EA;
              color: #fff; }
          .content .main_hot .m ul li:nth-child(4n) {
            margin-right: 0; }
          .content .main_hot .m ul li a {
            width: 100%;
            display: block; }
            .content .main_hot .m ul li a .picture {
              overflow: hidden;
              width: 100%;
              height: 422px;
              display: flex;
              align-items: center;
              justify-content: center;
              padding: 15px; }
              .content .main_hot .m ul li a .picture img {
                display: block;
                border: none;
                transition: all .5s;
                max-width: 100%;
                max-height: 100%;
                object-fit: cover; }
            .content .main_hot .m ul li a p {
              text-align: center;
              font-size: 16px;
              color: #000;
              font-weight: bold; }
            .content .main_hot .m ul li a .btn {
              display: flex;
              align-items: center;
              justify-content: center;
              height: 50px;
              width: 100%;
              margin-top: 48px;
              font-size: 16px;
              transition: all .1s;
              color: #333; }
  .content .main_influencer {
    overflow: hidden;
    width: 100%;
    padding-bottom: 40px; }
    .content .main_influencer .m {
      width: 1600px;
      margin: 0 auto; }
      .content .main_influencer .m .box {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-top: 50px; }
        .content .main_influencer .m .box .mySwiper1 {
          padding-bottom: 50px;
          position: relative; }
          .content .main_influencer .m .box .mySwiper1 .swiper-pagination-bullet {
            transition: all .1s;
            background: #919191; }
          .content .main_influencer .m .box .mySwiper1 .swiper-pagination-bullet-active {
            width: 34px;
            border-radius: 10px;
            background: #222222; }
        .content .main_influencer .m .box .swiper-slide {
          width: 32%;
          margin-right: 2%; }
        .content .main_influencer .m .box .label {
          overflow: hidden;
          width: 100%; }
          .content .main_influencer .m .box .label:hover .picture img {
            transform: scale(1.03); }
          .content .main_influencer .m .box .label .picture {
            overflow: hidden;
            width: 100%;
            height: 286px; }
            .content .main_influencer .m .box .label .picture img {
              display: block;
              width: 100%;
              height: 100%;
              object-fit: cover;
              transition: all .5s; }
          .content .main_influencer .m .box .label span {
            display: block;
            text-align: center;
            box-sizing: border-box;
            padding: 0 16px;
            margin-top: 25px;
            font-size: 18px;
            color: #000;
            font-weight: bold; }
  .content .main_program {
    overflow: hidden;
    background: #F5F6F7; }
    .content .main_program .m {
      width: 1600px;
      margin: 0 auto;
      padding-top: 50px;
      padding-bottom: 50px; }
      .content .main_program .m ul {
        overflow: hidden;
        width: 100%;
        margin-top: 50px;
        background: #fff; }
        .content .main_program .m ul li {
          overflow: hidden;
          width: 100%; }
          .content .main_program .m ul li:nth-child(even) a {
            flex-direction: row-reverse; }
          .content .main_program .m ul li:hover a .picture img {
            transform: scale(1.05); }
          .content .main_program .m ul li a {
            display: flex;
            align-items: center;
            box-sizing: border-box;
            padding: 30px;
            justify-content: space-between; }
            .content .main_program .m ul li a .picture {
              overflow: hidden;
              width: 45%; }
              .content .main_program .m ul li a .picture img {
                display: block;
                width: 100%;
                transition: all .5s; }
            .content .main_program .m ul li a .grow {
              overflow: hidden;
              flex: 1;
              padding: 0 28px; }
              .content .main_program .m ul li a .grow p {
                font-size: 36px;
                color: #000;
                font-weight: bold;
                margin-bottom: 24px; }
              .content .main_program .m ul li a .grow span {
                display: block;
                font-size: 16px;
                color: #999;
                line-height: 2; }
              .content .main_program .m ul li a .grow div {
                width: 218px;
                height: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 36px;
                background: #0096FF;
                margin-top: 20px;
                transition: all .1s;
                font-size: 14px;
                font-weight: bold;
                text-transform: uppercase;
                color: #fff; }
                .content .main_program .m ul li a .grow div:hover {
                  opacity: 0.8; }
  .content .main_news {
    overflow: hidden;
    padding: 75px 0;
    background: #164C83; }
    .content .main_news p {
      text-align: center;
      font-size: 33px;
      color: #fff;
      font-weight: bold;
      margin-bottom: 14px; }
    .content .main_news span {
      display: block;
      text-align: center;
      font-size: 14px;
      color: #fff;
      margin-bottom: 30px;
      opacity: 0.6; }
    .content .main_news .search {
      overflow: hidden;
      width: 485px;
      height: 40px;
      max-width: 90%;
      margin: 0 auto;
      display: flex;
      border: 1px solid #E0702D; }
      .content .main_news .search input {
        width: calc(100% - 123px);
        height: 100%;
        font-size: 13px;
        color: #fff;
        padding-left: 15px;
        background: none;
        border: none;
        box-sizing: border-box; }
      .content .main_news .search div {
        cursor: pointer;
        width: 123px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #fff;
        background: #E0702D; }
  .content .footer {
    overflow: hidden;
    width: 100%;
    background: #F6F6F8;
    padding: 60px 0 80px 0; }
    .content .footer .m {
      width: 1600px;
      margin: 0 auto;
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      .content .footer .m .fl {
        overflow: hidden;
        max-width: 376px; }
        .content .footer .m .fl .fotlogo {
          display: block;
          margin-bottom: 28px; }
        .content .footer .m .fl p {
          font-size: 15px;
          color: #000;
          margin-bottom: 16px;
          line-height: 1.3; }
        .content .footer .m .fl span {
          display: block;
          font-size: 15px;
          line-height: 1.3;
          margin-bottom: 16px;
          color: #666; }
          .content .footer .m .fl span:last-child {
            margin-bottom: 0; }
      .content .footer .m .label {
        overflow: hidden;
        margin-left: 180px; }
        .content .footer .m .label p {
          font-size: 16px;
          color: #000;
          font-weight: bold; }
        .content .footer .m .label ul {
          margin-top: 36px; }
          .content .footer .m .label ul li {
            overflow: hidden;
            font-size: 15px;
            margin-top: 13px; }
            .content .footer .m .label ul li:hover a {
              color: #0096FF;
              text-decoration: underline; }
            .content .footer .m .label ul li a {
              color: #666; }
        .content .footer .m .label .share {
          display: flex;
          align-items: center;
          margin-top: 30px; }
          .content .footer .m .label .share a {
            display: block;
            margin-right: 20px; }
            .content .footer .m .label .share a img {
              display: block; }
  .content footer {
    width: 100%;
    padding: 20px 0; }
    .content footer .m {
      width: 1600px;
      margin: 0 auto;
      font-size: 14px;
      color: #666; }
      .content footer .m a {
        color: #0096FF; }
        .content footer .m a:hover {
          text-decoration: underline; }

@media (max-width: 1600px) {
  .m {
    width: 1200px !important; } }
@media (max-width: 1000px) {
  .m {
    width: 100% !important; }

  .content .header ul {
    display: none; }

  .content .header {
    height: 1rem;
    padding: 0 .3rem;
    padding-right: 1.2rem;
    justify-content: space-between; }

  .content .null {
    height: 1rem; }

  .content .header .logo {
    height: 70%; }

  .content .header .icon img {
    margin: 0 .25rem; }

  .content .main_list {
    padding: .6rem .3rem; }

  .content .main_list .m li {
    margin-bottom: .3rem; }

  .content .main_list .m li a {
    display: block; }

  .content .main_list .m li a .picture {
    width: 100%; }

  .content .main_list .m li a .grow {
    width: 100%;
    padding: .3rem 0; }

  .content .main_list .m li a .grow p {
    font-size: .3rem;
    margin-bottom: .3rem; }

  .content .main_list .m li a .grow span {
    font-size: .24rem; }

  .content .main_list .m li a .grow div {
    margin-top: .3rem;
    width: 2.6rem;
    height: .55rem;
    font-size: .24rem; }

  .content .title {
    font-size: .33rem;
    padding: .3rem; }

  .content .main_discover {
    padding: .3rem; }

  .content .main_discover .m ul {
    margin-top: .3rem;
    display: block; }
    .content .main_discover .m ul li {
      width: 100%;
      margin: 0;
      margin-bottom: .3rem; }

  .content .main_hot {
    padding: .3rem; }

  .content .main_hot .m ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .3rem; }
    .content .main_hot .m ul li {
      margin: 0;
      width: 48%;
      margin-bottom: .3rem; }

  .content .main_hot .m ul li a .picture {
    height: 4rem; }

  .content .main_hot .m ul li a p {
    font-size: .28rem; }

  .content .main_hot .m ul li a .btn {
    height: .8rem;
    font-size: .23rem;
    margin-top: .4rem;
    background: #00A2EA;
    color: #fff; }

  .content .main_influencer {
    padding: .3rem; }

  .content .main_influencer .m .box .swiper-slide {
    width: 60%; }

  .content .main_influencer .m .box {
    margin-top: .3rem; }

  .content .main_influencer .m .box .label span {
    font-size: .24rem; }

  .content .main_program .m {
    padding: .3rem; }

  .content .main_program .m ul {
    margin-top: .3rem; }

  .content .main_program .m ul li a {
    display: block;
    padding: .3rem; }

  .content .main_program .m ul li a .picture {
    width: 100%; }

  .content .main_program .m ul li a .grow {
    padding: .3rem 0; }
    .content .main_program .m ul li a .grow p {
      font-size: .3rem;
      margin-bottom: .2rem; }
    .content .main_program .m ul li a .grow span {
      font-size: .24rem;
      line-height: 1.6; }

  .content .main_program .m ul li a .grow div {
    width: 3rem;
    height: .66rem; }

  .content .main_news {
    padding: 1rem .3rem; }
    .content .main_news p {
      font-size: .33rem;
      margin-bottom: .2rem; }
    .content .main_news span {
      font-size: .24rem; }

  .content .footer .m {
    display: block; }

  .content .footer .m .label {
    display: none; }

  .content .footer {
    padding: .6rem .3rem; }

  .content .footer .m .fl {
    float: none;
    max-width: 100%; }

  .content .footer .m .fl .fotlogo {
    width: 2rem;
    margin: 0 auto;
    margin-bottom: .4rem; }

  .content footer {
    padding: .3rem;
    box-sizing: border-box; }

  .content footer .m {
    font-size: .2rem;
    text-align: center; }

  .mobile_fade {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 999999; }
    .mobile_fade .box {
      width: 100%;
      height: calc(100vh - 1rem);
      position: absolute;
      left: 0;
      top: -100vh;
      background: #fff; }
      .mobile_fade .box ul {
        overflow: auto;
        height: 100%;
        padding: 0 .3rem; }
        .mobile_fade .box ul li {
          overflow: hidden;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          width: 100%; }
          .mobile_fade .box ul li span {
            height: 1rem;
            display: flex;
            font-size: .28rem;
            color: #333;
            align-items: center;
            justify-content: space-between; }
            .mobile_fade .box ul li span.on img {
              transform: rotate(90deg); }
            .mobile_fade .box ul li span a {
              font-size: .28rem;
              color: #000;
              height: 100%;
              display: flex;
              align-items: center;
              width: 90%; }
            .mobile_fade .box ul li span img {
              width: .65rem;
              transition: all .2s; }
          .mobile_fade .box ul li div {
            overflow: hidden;
            width: 100%;
            display: none; }
            .mobile_fade .box ul li div a {
              display: flex;
              align-items: center;
              font-size: .26rem;
              color: #333;
              height: .8rem; }

  .content .header {
    z-index: 9999999; }

  .fadein_search .child {
    height: .9rem;
    width: 5.6rem; }

  .fadein_search .child input[type='text'] {
    font-size: .26rem; }

  .fadein_search .child input[type='submit'] {
    font-size: .26rem; }

  .fadein_search .box .closes {
    width: .5rem;
    right: 1rem;
    top: -1rem; }

  .menu {
    width: .6rem;
    position: absolute;
    right: .3rem;
    top: 50%;
    display: block;
    transform: translateY(-50%); } }

/*# sourceMappingURL=css.css.map */
