@charset "UTF-8";
* {
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, iframe {
  margin: 0;
  padding: 0; }

html {
  margin: auto; }

/* 清除点击出现虚拟框 */
a {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  a:focus {
    outline: 0; }
  a:link, a:visited {
    text-decoration: none; }

input, textarea, select {
  outline: none; }

a img {
  border: none; }

h3 {
  margin: 0 auto;
  text-align: center; }

img {
  display: block;
  border: none;
  font-size: 0;
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

@font-facefirst-child {
  font-family: HYQiHei;
  src: url("./../fonts/HYQiHei-45J.ttf"); }
.flex {
  display: flex !important; }

.hide {
  display: none !important; }

.fixed-nav {
  position: fixed !important;
  background: #333 !important;
  height: 80px !important;
  width: 100%;
  top: -80px;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }

.fixed-nav-appear {
  top: 0; }

.overflow_auto {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto; }

.hamburger {
  display: none; }

.col {
  display: none; }

.mark, mark {
  background: none; }

.swiper-pagination, .swiper-pagination-bef, .swiper-pagination-host {
  width: 100% !important;
  margin-top: 20px; }

.swiper-pagination-bullet {
  background: #fff;
  background-size: cover;
  opacity: 1;
  height: 14px;
  width: 14px;
  border-radius: unset; }

.swiper-pagination-bullet-active {
  background: #EDB175;
  background-size: cover;
  opacity: 1;
  height: 14px;
  width: 14px;
  border-radius: unset; }

.paddingbottom20 {
  padding-bottom: 20px !important; }

body.public {
  position: relative;
  max-width: 1440px;
  min-width: 1024px;
  margin: 0 auto !important;
  width: 100%;
  background: #000000; }
  body.public .recommend_img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 5%;
    right: 1%;
    width: 120px;
    height: 120px;
    background: url("./../images/recommend4.png");
    background-size: 100% 100%;
    color: #fff;
    padding: 10px;
    padding-left: 40px;
    padding-right: 30px;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold; }
  body.public .img_h5 {
    display: none; }
  body.public header.header {
    background: #000000;
    height: 60px;
    min-width: 1100px; }
    body.public header.header .header_nav ul.nav_allitems {
      display: flex;
      justify-content: flex-end; }
      body.public header.header .header_nav ul.nav_allitems li {
        padding: 10px 0px;
        margin: 0 14px; }
    body.public header.header .bm_btn {
      display: none; }
    body.public header.header .header_logo {
      margin-left: 130px; }
      body.public header.header .header_logo .header_line {
        font-size: 16px;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        display: inline-block;
        border-right: 2px solid #fff;
        height: 20px;
        margin: 0 8%;
        opacity: 0.5; }
    body.public header.header .header_nav {
      margin-right: 130px;
      width: 65%;
      height: 100%;
      justify-content: flex-end; }
      body.public header.header .header_nav ul.nav_allitems {
        height: 100%;
        width: 85%; }
        body.public header.header .header_nav ul.nav_allitems li a {
          font-family: HYQiHei;
          font-size: 14px;
          line-height: 19px;
          font-weight: bold;
          letter-spacing: 1px; }
          body.public header.header .header_nav ul.nav_allitems li a.on {
            color: #EDB175;
            display: inline-block;
            position: relative; }
        body.public header.header .header_nav ul.nav_allitems .before_t {
          font-family: HYQiHei;
          font-size: 14px;
          line-height: 19px;
          color: #fff; }
      body.public header.header .header_nav .nav_right {
        display: flex;
        justify-content: space-around;
        align-items: center; }
        body.public header.header .header_nav .nav_right .index_en {
          width: 40px;
          margin-left: 20px;
          color: #fff;
          display: inline-block;
          font-weight: bold; }
          body.public header.header .header_nav .nav_right .index_en:hover {
            color: #02fcec; }
          body.public header.header .header_nav .nav_right .index_en img {
            width: 100%; }
        body.public header.header .header_nav .nav_right .nav_sign {
          background: #FF2B42;
          margin-left: 20px; }
          body.public header.header .header_nav .nav_right .nav_sign a {
            font-family: HYQiHei;
            font-size: 14px;
            color: #fff;
            text-align: center;
            padding: 5px 8px;
            display: inline-block; }
        body.public header.header .header_nav .nav_right .line {
          width: 2px;
          background: #fff;
          height: 20px;
          opacity: 0.5; }
        body.public header.header .header_nav .nav_right .share_all {
          display: flex;
          width: 70px;
          justify-content: space-between;
          margin-left: 35px;
          align-items: center; }
          body.public header.header .header_nav .nav_right .share_all .share_item img {
            width: 30px;
            height: 30px; }
  body.public section {
    max-width: 1440px;
    min-width: 1024px;
    padding-bottom: 80px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: relative; }
    body.public section h2 {
      margin: 50px auto;
      text-align: center;
      display: inline-block;
      position: relative; }
      body.public section h2 .title {
        color: #EDB175;
        font-size: 54px;
        line-height: 1;
        font-family: HYQiHei;
        font-weight: bold;
        background: linear-gradient(16deg, #FFEE7C 0%, #F8EEAA 48.3642578125%, #FDE97C 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
        z-index: 1;
        display: block; }
      body.public section h2 .line {
        display: inline-block;
        width: 375px;
        height: 90px;
        background: url(./../images/icon_title_line.png);
        background-size: 100% 100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 25%); }
    body.public section p {
      font-family: HYQiHei;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 0; }
      body.public section p a {
        color: #EDB175; }
    body.public section .title_icon {
      width: 96px;
      margin: 0 auto;
      display: block; }
  body.public section.banner {
    padding: 0; }
    body.public section.banner img {
      width: 100%; }
  body.public section.other-awards {
    background: #0B0B0B; }
    body.public section.other-awards h2 {
      margin-top: 70px; }
    body.public section.other-awards .allitems {
      width: 84.7222222222%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center; }
      body.public section.other-awards .allitems .item {
        width: 19.0983606557%;
        margin-bottom: 16px;
        background: url("./../images/value/bg_1.png");
        background-size: 100% 100%;
        border: 1px solid #EDB175; }
        body.public section.other-awards .allitems .item a {
          width: 100%;
          min-height: 82px;
          max-height: 82px;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #FDE97C;
          font-size: 18px;
          line-height: 1.2;
          font-family: HYQiHei;
          padding: 20px 18px;
          position: relative; }
  body.public section.contact {
    background: #000000; }
    body.public section.contact .allitems {
      width: 84.7222222222%;
      display: flex;
      margin: 0 auto;
      justify-content: space-around; }
      body.public section.contact .allitems .item_cooperation {
        font-family: HYQiHei;
        font-size: 16px;
        color: #fff;
        display: flex;
        text-align: left;
        width: 27.6229508197%;
        flex-direction: column; }
        body.public section.contact .allitems .item_cooperation h5 {
          color: #fff;
          font-size: 29px;
          line-height: 1;
          font-family: HYQiHei;
          padding-bottom: 12px;
          border-bottom: 2px solid #fff;
          width: 100%; }
        body.public section.contact .allitems .item_cooperation .content_txt {
          display: flex;
          padding-top: 20px; }
          body.public section.contact .allitems .item_cooperation .content_txt p {
            line-height: 30px;
            font-size: 18px; }
            body.public section.contact .allitems .item_cooperation .content_txt p a {
              color: #FFFFFF;
              line-height: 30px;
              font-size: 18px; }
            body.public section.contact .allitems .item_cooperation .content_txt p:first-child {
              padding-right: 20px;
              flex-shrink: 0; }
  body.public footer {
    border-top: 1px solid #313131;
    margin: 0 auto;
    background: #000000;
    color: #ffffff;
    max-width: 1440px;
    padding: 0 108px;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    body.public footer .footer_logo {
      display: flex;
      align-items: center; }
      body.public footer .footer_logo a {
        margin-right: 25px; }
    body.public footer p {
      color: #fff;
      font-size: 16px;
      line-height: 1;
      font-family: HYQiHei; }
  @media (max-width: 1250px) {
    body.public section.contact .allitems {
      flex-wrap: wrap; }
      body.public section.contact .allitems .item_cooperation {
        width: 45.4545454545%;
        margin-bottom: 20px; } }
  body.public .t_pc_logo {
    border: 1px solid #EDB175;
    padding: 5px 10px !important;
    border-radius: 8px; }

body.index {
  position: relative;
  max-width: 1440px;
  min-width: 1024px;
  margin: 0 auto !important;
  width: 100%;
  background: #000000; }
  body.index #box {
    position: relative;
    z-index: -9999;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    background: #000;
    overflow: hidden; }
    body.index #box .float_img {
      position: fixed;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 666; }
      body.index #box .float_img img {
        width: 150px; }
    body.index #box .allSections {
      margin-top: -185px; }
    body.index #box header.header {
      min-width: 1310px; }
    body.index #box section.process {
      padding: 40px 0 0px; }
      body.index #box section.process img {
        width: 81.25%;
        margin: 0 auto;
        padding-bottom: 25px; }
      body.index #box section.process .process_txt {
        font-size: 18px;
        font-family: HYQiHei;
        font-weight: normal;
        color: white;
        line-height: 22px; }
    body.index #box section.award {
      background: #000000; }
      body.index #box section.award .awards_box {
        width: 83.3333333333%;
        margin: 0 auto; }
        body.index #box section.award .awards_box .EDGE_top, body.index #box section.award .awards_box .EDGE_awards, body.index #box section.award .awards_box .EDGE_match {
          margin: 0 auto; }
          body.index #box section.award .awards_box .EDGE_top h3.linear_tit, body.index #box section.award .awards_box .EDGE_awards h3.linear_tit, body.index #box section.award .awards_box .EDGE_match h3.linear_tit {
            color: transparent;
            font-size: 32px;
            line-height: 1;
            font-family: HYQiHei;
            text-align: center;
            font-weight: bold;
            background-image: linear-gradient(16deg, #FFEE7C 0%, #F8EEAA 48.3642578125%, #FDE97C 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
          body.index #box section.award .awards_box .EDGE_top .desc, body.index #box section.award .awards_box .EDGE_awards .desc, body.index #box section.award .awards_box .EDGE_match .desc {
            font-family: HYQiHei;
            font-size: 18px;
            color: #FFFFFF;
            text-align: center;
            line-height: 30px;
            padding: 30px 40px;
            background: rgba(200, 158, 87, 0.1);
            width: 70%;
            margin: 0 auto; }
          body.index #box section.award .awards_box .EDGE_top .content, body.index #box section.award .awards_box .EDGE_awards .content, body.index #box section.award .awards_box .EDGE_match .content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 20px;
            background: url(./../images/icon_title_bg.png) no-repeat;
            background-size: 100% 100%;
            background-position: 0 10px; }
            body.index #box section.award .awards_box .EDGE_top .content img, body.index #box section.award .awards_box .EDGE_awards .content img, body.index #box section.award .awards_box .EDGE_match .content img {
              width: 20.3278688525%; }
            body.index #box section.award .awards_box .EDGE_top .content p, body.index #box section.award .awards_box .EDGE_awards .content p, body.index #box section.award .awards_box .EDGE_match .content p {
              width: 76.2295081967%;
              color: #ffffff;
              font-size: 18px;
              line-height: 1;
              font-family: HYQiHei;
              line-height: 2;
              text-align: left; }
          body.index #box section.award .awards_box .EDGE_top .detail, body.index #box section.award .awards_box .EDGE_awards .detail, body.index #box section.award .awards_box .EDGE_match .detail {
            display: flex;
            justify-content: space-between;
            flex-direction: column;
            width: 100%;
            margin: 0 auto;
            padding: 30px 0 0; }
            body.index #box section.award .awards_box .EDGE_top .detail .ul, body.index #box section.award .awards_box .EDGE_awards .detail .ul, body.index #box section.award .awards_box .EDGE_match .detail .ul {
              display: flex;
              justify-content: space-between;
              flex-direction: column;
              width: 100%; }
            body.index #box section.award .awards_box .EDGE_top .detail .item, body.index #box section.award .awards_box .EDGE_awards .detail .item, body.index #box section.award .awards_box .EDGE_match .detail .item {
              background: #000000;
              border: 1px solid;
              border-image: linear-gradient(0deg, #EDB175, #FCDEB8) 10 10;
              width: 100%;
              padding: 28px 30px 60px;
              position: relative;
              margin-bottom: 40px; }
              body.index #box section.award .awards_box .EDGE_top .detail .item .title, body.index #box section.award .awards_box .EDGE_awards .detail .item .title, body.index #box section.award .awards_box .EDGE_match .detail .item .title {
                color: #FCDEB8;
                font-size: 26px;
                line-height: 1;
                font-family: HYQiHei;
                text-align: center;
                padding-bottom: 10px;
                margin-bottom: 10px;
                position: relative; }
              body.index #box section.award .awards_box .EDGE_top .detail .item .cotent, body.index #box section.award .awards_box .EDGE_awards .detail .item .cotent, body.index #box section.award .awards_box .EDGE_match .detail .item .cotent {
                color: #fff;
                font-size: 18px;
                line-height: 1;
                font-family: HYQiHei;
                line-height: 2;
                padding-top: 10px;
                text-align: left; }
              body.index #box section.award .awards_box .EDGE_top .detail .item .awards_btn, body.index #box section.award .awards_box .EDGE_awards .detail .item .awards_btn, body.index #box section.award .awards_box .EDGE_match .detail .item .awards_btn {
                background: linear-gradient(0deg, #EDB175 0%, #FCDEB8 100%);
                border-radius: 10px;
                color: #000;
                font-size: 18px;
                line-height: 1;
                font-family: HYQiHei;
                text-align: center;
                padding: 5px 10px;
                display: inline-block;
                white-space: nowrap;
                position: absolute;
                bottom: 20px;
                left: 50%;
                transform: translateX(-50%); }
                body.index #box section.award .awards_box .EDGE_top .detail .item .awards_btn.grey, body.index #box section.award .awards_box .EDGE_awards .detail .item .awards_btn.grey, body.index #box section.award .awards_box .EDGE_match .detail .item .awards_btn.grey {
                  opacity: 0.4; }
              body.index #box section.award .awards_box .EDGE_top .detail .item .ul, body.index #box section.award .awards_box .EDGE_awards .detail .item .ul, body.index #box section.award .awards_box .EDGE_match .detail .item .ul {
                display: flex;
                flex-direction: inherit;
                margin-top: 30px; }
                body.index #box section.award .awards_box .EDGE_top .detail .item .ul .li h4, body.index #box section.award .awards_box .EDGE_awards .detail .item .ul .li h4, body.index #box section.award .awards_box .EDGE_match .detail .item .ul .li h4 {
                  color: #FCDEB8;
                  font-size: 18px;
                  line-height: 1;
                  font-family: HYQiHei;
                  margin-bottom: 18px; }
                body.index #box section.award .awards_box .EDGE_top .detail .item .ul .li > p, body.index #box section.award .awards_box .EDGE_awards .detail .item .ul .li > p, body.index #box section.award .awards_box .EDGE_match .detail .item .ul .li > p {
                  color: #FFFFFF;
                  font-size: 16px;
                  line-height: 1;
                  font-family: HYQiHei;
                  line-height: 1.5;
                  text-align: left; }
        body.index #box section.award .awards_box .EDGE_awards {
          margin-top: 30px; }
      body.index #box section.award .award_allitems {
        width: 100%;
        margin: 0 auto;
        padding-top: 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        overflow: hidden;
        flex-direction: column; }
        body.index #box section.award .award_allitems .ul_bd h4 {
          color: #FCDEB8;
          font-size: 26px;
          line-height: 1;
          font-family: HYQiHei;
          text-align: center;
          line-height: 36px;
          font-weight: bold;
          margin-bottom: 25px; }
        body.index #box section.award .award_allitems .ul_bd .ul {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          body.index #box section.award .award_allitems .ul_bd .ul .item {
            position: relative;
            width: 23.5245901639%;
            background: #000000;
            border: 1px solid;
            border-image: linear-gradient(0deg, #EDB175, #FCDEB8) 10 10;
            margin-bottom: 25px;
            padding: 10px 20px 80px;
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            body.index #box section.award .award_allitems .ul_bd .ul .item .item_awards {
              position: relative;
              display: flex;
              flex-direction: column;
              align-items: center; }
              body.index #box section.award .award_allitems .ul_bd .ul .item .item_awards .awards_img {
                width: 88px;
                margin-bottom: 10px; }
              body.index #box section.award .award_allitems .ul_bd .ul .item .item_awards .awards_name {
                color: #FCDEB8;
                font-size: 20px;
                line-height: 1;
                font-family: HYQiHei;
                line-height: 33px;
                background: linear-gradient(16deg, #FFEE7C 0%, #F8EEAA 48.3642578125%, #FDE97C 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                text-align: center;
                font-weight: bold; }
              body.index #box section.award .award_allitems .ul_bd .ul .item .item_awards .awards_desc {
                color: #fff;
                font-size: 16px;
                line-height: 1;
                font-family: HYQiHei;
                padding-top: 6px;
                text-align: left;
                line-height: 30px;
                letter-spacing: 1px; }
            body.index #box section.award .award_allitems .ul_bd .ul .item .awards_btn_box {
              position: absolute;
              bottom: 10px;
              left: 50%;
              transform: translateX(-50%); }
              body.index #box section.award .award_allitems .ul_bd .ul .item .awards_btn_box .awards_btn {
                background: linear-gradient(0deg, #EDB175 0%, #FCDEB8 100%);
                border-radius: 10px;
                color: #000;
                font-size: 18px;
                line-height: 1;
                font-family: HYQiHei;
                text-align: center;
                padding: 5px 10px;
                margin: 10px 5px;
                display: inline-block;
                white-space: nowrap; }
                body.index #box section.award .award_allitems .ul_bd .ul .item .awards_btn_box .awards_btn.grey {
                  opacity: 0.4; }
      body.index #box section.award .awards_list_h {
        width: 84.7222222222%;
        margin: 0 auto 50px;
        display: flex;
        justify-content: space-between; }
        body.index #box section.award .awards_list_h li {
          width: 49.8360655738%; }
          body.index #box section.award .awards_list_h li a {
            width: 100%;
            color: #000;
            font-size: 20px;
            line-height: 1;
            font-family: HYQiHei;
            background: #FCDEB8;
            text-align: center;
            display: inline-block;
            padding: 12px; }
            body.index #box section.award .awards_list_h li a.active, body.index #box section.award .awards_list_h li a:hover {
              background: #EDB175; }
      body.index #box section.award .awards_list {
        position: fixed;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 666;
        display: none;
        width: 85px;
        min-width: 85px;
        max-width: 85px; }
        body.index #box section.award .awards_list li {
          display: inline-block;
          width: 100%; }
          body.index #box section.award .awards_list li a {
            width: 100%;
            color: #000;
            font-size: 16px;
            line-height: 1;
            font-family: HYQiHei;
            line-height: 1.3;
            background: #FCDEB8;
            text-align: center;
            display: inline-block;
            padding: 30px 10px; }
            body.index #box section.award .awards_list li a.active {
              background: #EDB175;
              position: relative; }
              body.index #box section.award .awards_list li a.active:before {
                content: "";
                display: inline-block;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translate(100%, -50%);
                width: 0px;
                height: 0px;
                border-width: 10px;
                border-style: solid;
                border-color: transparent transparent transparent #EDB175; }
    body.index #box section.news {
      position: relative;
      background: #0B0B0B;
      padding-bottom: 20px; }
      body.index #box section.news .life_news {
        width: 84.7222222222%;
        margin: 0 auto; }
        body.index #box section.news .life_news .allitems {
          width: 100%;
          padding-bottom: 70px; }
          body.index #box section.news .life_news .allitems .item {
            width: 23.5245901639%;
            position: relative;
            overflow: hidden;
            background: #fff; }
            body.index #box section.news .life_news .allitems .item .block_mode {
              position: absolute;
              width: 100%;
              height: 0;
              padding-bottom: 75%;
              top: 0;
              left: 0;
              background: rgba(0, 0, 0, 0.3); }
              body.index #box section.news .life_news .allitems .item .block_mode:after {
                content: "";
                display: inline-block;
                position: absolute;
                bottom: 12px;
                left: 22px; }
              body.index #box section.news .life_news .allitems .item .block_mode.video_article:after {
                width: 34px;
                height: 34px;
                background: url("./../images/icon_video.png");
                background-size: 100% 100%; }
              body.index #box section.news .life_news .allitems .item .block_mode.atlas:after {
                width: 34px;
                height: 36px;
                background: url("./../images/icon_atlas.png");
                background-size: 100% 100%; }
            body.index #box section.news .life_news .allitems .item img {
              width: 100%;
              height: 100%;
              overflow: hidden; }
            body.index #box section.news .life_news .allitems .item .item_bottom {
              padding: 12px 18px 18px; }
              body.index #box section.news .life_news .allitems .item .item_bottom a {
                color: #000;
                font-size: 16px;
                line-height: 1;
                font-family: HYQiHei;
                line-height: 22px;
                margin-bottom: 20px;
                text-align: left;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                min-height: 44px; }
              body.index #box section.news .life_news .allitems .item .item_bottom .other {
                display: flex;
                justify-content: space-between; }
                body.index #box section.news .life_news .allitems .item .item_bottom .other span {
                  color: #EDB175;
                  font-size: 14px;
                  line-height: 1;
                  font-family: HYQiHei;
                  display: block; }
    body.index #box section.bef_tedge {
      background: #000000;
      padding-bottom: 70px;
      margin: 0 auto 30px; }
      body.index #box section.bef_tedge .allitems_bef {
        width: 84.7222222222%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between; }
        body.index #box section.bef_tedge .allitems_bef .item {
          width: 23.3333333333%;
          position: relative; }
          body.index #box section.bef_tedge .allitems_bef .item img {
            width: 100%;
            overflow: hidden; }
          body.index #box section.bef_tedge .allitems_bef .item .item_txt {
            width: 100%;
            min-height: 68px; }
            body.index #box section.bef_tedge .allitems_bef .item .item_txt p {
              color: #373636;
              font-size: 16px;
              line-height: 1;
              font-family: HYQiHei;
              min-height: 68px;
              padding: 10px 15px;
              line-height: 1.5;
              background: #fff;
              text-align: left;
              font-family: HYQiHei; }
    body.index #box section.host, body.index #box .host_other {
      background: #0B0B0B; }
      body.index #box section.host .allitems, body.index #box .host_other .allitems {
        width: 84.7222222222%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-direction: column; }
        body.index #box section.host .allitems .item, body.index #box .host_other .allitems .item {
          width: 100%;
          padding: 0;
          display: flex;
          margin-bottom: 30px; }
          body.index #box section.host .allitems .item .item_logo, body.index #box .host_other .allitems .item .item_logo {
            display: block;
            max-width: 260px;
            width: 260px;
            min-width: 260px;
            height: 88px;
            margin-right: 18px;
            border-radius: 5px;
            overflow: hidden; }
            body.index #box section.host .allitems .item .item_logo img, body.index #box .host_other .allitems .item .item_logo img {
              width: 100%;
              height: 100%;
              border-radius: 5px;
              overflow: hidden; }
          body.index #box section.host .allitems .item .item_txt, body.index #box .host_other .allitems .item .item_txt {
            color: #EDB175;
            font-size: 18px;
            line-height: 1;
            font-family: HYQiHei;
            line-height: 30px;
            text-align: left; }
          body.index #box section.host .allitems .item a, body.index #box .host_other .allitems .item a {
            color: #FF0000;
            font-size: 18px;
            line-height: 1;
            font-family: HYQiHei;
            display: block;
            letter-spacing: 0;
            line-height: 30px; }
    body.index #box section.host_other:before {
      content: "";
      display: block;
      width: 84.7222222222%;
      height: 2px;
      background: #313131;
      margin: auto; }

body.value header.header {
  min-width: 1215px; }
body.value section h2 {
  font-size: 40px;
  margin-top: 40px; }
  body.value section h2 .title {
    font-size: 45px; }
body.value section.standard {
  padding-bottom: 40px; }
  body.value section.standard .info {
    width: 84.7222222222%;
    margin: 0 auto; }
    body.value section.standard .info > .des {
      width: 100%;
      background: url("./../images/value/star_bg.png");
      background-size: 100% 100%;
      display: flex;
      align-items: center;
      padding: 50px;
      padding-left: 0; }
      body.value section.standard .info > .des .content {
        color: #fff;
        font-size: 18px;
        line-height: 1;
        font-family: HYQiHei;
        line-height: 33px;
        text-align: left; }
        body.value section.standard .info > .des .content p {
          color: #fff;
          font-size: 18px;
          line-height: 1;
          font-family: HYQiHei;
          line-height: 33px;
          text-align: left; }
        body.value section.standard .info > .des .content h5 {
          color: #fff;
          font-size: 24px;
          line-height: 1;
          font-family: HYQiHei;
          line-height: 33px;
          text-align: left;
          margin-top: 10px; }
      body.value section.standard .info > .des img {
        width: 210px;
        height: 150px; }
    body.value section.standard .info .list {
      margin-top: 50px; }
      body.value section.standard .info .list h4 {
        color: #fff;
        font-size: 34px;
        line-height: 1;
        font-family: HYQiHei;
        background: linear-gradient(16deg, #FFEE7C 0%, #F8EEAA 48.3642578125%, #FDE97C 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 40px; }
      body.value section.standard .info .list > .ul {
        display: flex;
        flex-wrap: wrap; }
        body.value section.standard .info .list > .ul li {
          display: flex;
          flex-direction: column;
          align-items: center;
          width: 15.1639344262%;
          background: #000000;
          border: 1px solid;
          margin-right: 22px;
          padding: 20px 16px;
          border-image: linear-gradient(0deg, #EDB175, #FCDEB8) 10 10;
          margin-bottom: 24px; }
          body.value section.standard .info .list > .ul li:nth-child(6n) {
            margin-right: 0; }
          body.value section.standard .info .list > .ul li img {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            border: 2px solid #EDB175; }
          body.value section.standard .info .list > .ul li .title {
            margin-top: 16px;
            color: #EDB175;
            font-size: 22px;
            line-height: 1;
            font-family: HYQiHei;
            background: linear-gradient(16deg, #FFEE7C 0%, #F8EEAA 48.3642578125%, #FDE97C 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            line-height: 1.4; }
          body.value section.standard .info .list > .ul li .des {
            margin-top: 20px;
            color: #fff;
            font-size: 16px;
            line-height: 1;
            font-family: HYQiHei;
            line-height: 30px; }

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