* {
  margin: 0;
  padding: 0; }

.Navlogin {
  display: flex;
  align-items: center;
  width: 300px;
  justify-content: flex-end; }
  .Navlogin .li {
    padding: 0 15px;
    position: relative;
    cursor: pointer; }
    .Navlogin .li.so .input {
      width: 0;
      font-size: 12px;
      border: 1px solid rgba(214, 85, 79, 0.6);
      visibility: hidden;
      transition: 0.3s all;
      height: 28px;
      line-height: 28px;
      border-radius: 100px;
      margin-right: 10px;
      text-align: center; }
      .Navlogin .li.so .input::-webkit-input-placeholder {
        color: rgba(214, 85, 79, 0.9); }
    .Navlogin .li.so_cur {
      padding: 0 15px; }
      .Navlogin .li.so_cur .input {
        width: 100px;
        color: #ed1651;
        visibility: visible; }
    .Navlogin .li::after {
      content: '';
      width: 1px;
      height: 70%;
      top: 15%;
      right: 0px;
      position: absolute;
      background-color: #fff; }
    .Navlogin .li:last-child::after {
      width: 0; }

.h_content {
  width: 1400px;
  margin: 0 auto; }

.aboutBan {
  background-size: 100%;
  position: relative; }
  .aboutBan .banner-container img {
    width: 100%;
    min-height: 400px;
    object-fit: cover; }

.banner-pagination {
  justify-content: center;
  bottom: 36px; }

.banner-pagination .swiper-pagination-bullet {
  margin: 0 3px;
  width: 8px;
  opacity: 1;
  padding: 0;
  border-radius: 100px;
  height: 8px;
  background: #5B5858; }

.banner-pagination .swiper-pagination-bullet-active {
  background: #5B5858;
  width: 83px; }

.news-pagination {
  justify-content: center;
  bottom: 36px; }

.news-pagination .swiper-pagination-bullet {
  margin: 0 3px;
  width: 8px;
  opacity: 1;
  padding: 0;
  border-radius: 100px;
  height: 8px;
  background: #a5a5a6; }

.news-pagination .swiper-pagination-bullet-active {
  background: #a5a5a6;
  width: 83px; }

.H_about_tip {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: MIN(4rem, 78px);
  z-index: 2;
  width: MIN(13rem, 218px); }

.H_about .h_about_pp {
  position: relative; }
  .H_about .h_about_pp .H_About {
    width: 100%; }
  .H_about .h_about_pp .text {
    position: absolute;
    left: 7%;
    top: 7%;
    color: #fff; }
    .H_about .h_about_pp .text .yw {
      text-transform: uppercase;
      font-family: SemiBold;
      font-size: MIN(0.2rem, 17px); }
    .H_about .h_about_pp .text .tit {
      font-size: MIN(2rem, 30px);
      font-family: Normal;
      margin-top: 5px; }
    .H_about .h_about_pp .text .btn {
      padding: 0;
      margin-top: MIN(3rem, 35px); }
      .H_about .h_about_pp .text .btn span {
        font-size: 14px;
        transition: all 0.3s;
        overflow: hidden;
        text-align: center;
        position: relative;
        color: #fff;
        width: MIN(8rem, 110px);
        height: MIN(2.5rem, 31px);
        line-height: MIN(2.5rem, 31px);
        display: inline-block;
        border: 1px solid #fff;
        border-radius: 100px; }
        .H_about .h_about_pp .text .btn span label {
          position: relative;
          z-index: 1; }
        .H_about .h_about_pp .text .btn span::after {
          width: MIN(8rem, 110px);
          transition: all 0.3s;
          position: absolute;
          content: '';
          height: 100%;
          background-color: #ed1651;
          left: MIN(-8rem, -110px);
          top: 0;
          border-radius: 100px; }
        .H_about .h_about_pp .text .btn span:hover {
          border: 1px solid #ed1651;
          border-radius: 0; }
          .H_about .h_about_pp .text .btn span:hover::after {
            width: 100%;
            left: 0;
            border-radius: 0; }
  .H_about .h_about_pp .h_AboutNews {
    position: absolute;
    left: 7%;
    top: 27%;
    width: calc(100% - 14%);
    z-index: 33; }
    .H_about .h_about_pp .h_AboutNews .list {
      display: flex;
      align-items: center;
      width: 100%; }
      .H_about .h_about_pp .h_AboutNews .list .li {
        width: calc(35% - 30px);
        cursor: pointer; }
        .H_about .h_about_pp .h_AboutNews .list .li .img {
          width: 100%; }
        .H_about .h_about_pp .h_AboutNews .list .li .tit {
          font-size: 14px;
          color: #fff;
          color: #fff;
          font-family: Normal;
          background-color: #181a19;
          text-align: center;
          height: 72px;
          line-height: 72px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
  .H_about .h_about_pp .H_about_tip {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: MIN(4rem, 78px);
    z-index: 2; }
  .H_about .h_about_pp.h_about_pp_bai .text {
    color: #000000; }
  .H_about .h_about_pp.h_about_pp_bai .btn span {
    color: #000;
    border: 1px solid #000000; }
    .H_about .h_about_pp.h_about_pp_bai .btn span:hover {
      color: #fff; }

.baoyang .swiper-slide {
  opacity: 1;
  transform: scale(0.7); }

.baoyang .swiper-slide-active, .baoyang .swiper-slide-duplicate-active {
  transform: scale(1);
  opacity: 1;
  z-index: 66;
  position: relative; }

.h_huoban .hbBanner {
  position: relative; }
  .h_huoban .hbBanner .ban {
    width: 100%; }
  .h_huoban .hbBanner .hbText {
    position: absolute;
    left: 0;
    top: 8vw;
    width: 100%;
    color: #fff; }
    .h_huoban .hbBanner .hbText .yw {
      text-transform: uppercase;
      font-family: SemiBold;
      font-size: 17px; }
    .h_huoban .hbBanner .hbText .tit {
      font-size: 30px;
      font-family: Normal;
      margin-top: 5px; }
    .h_huoban .hbBanner .hbText .line {
      display: block;
      width: 54px;
      height: 1px;
      background-color: #ffffff;
      margin: 1.5vw 0; }
    .h_huoban .hbBanner .hbText .text {
      font-size: 14px;
      line-height: 1.6; }

.h_huoban .hbList {
  background-color: #e4e4e4;
  overflow: hidden; }
  .h_huoban .hbList .tit {
    margin: 80px 0;
    text-align: center; }
  .h_huoban .hbList .pm {
    font-size: 14px;
    text-align: center;
    color: #595757;
    margin: 5vw 0 2vw; }
  .h_huoban .hbList .cont .li {
    width: calc(20% - 70px);
    margin-left: 75px;
    margin: 0 35px 75px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #5B5858;
    border-radius: 20px; }
    .h_huoban .hbList .cont .li img {
      max-width: 80%;
      width: auto;
      max-height: 80%; }
    .h_huoban .hbList .cont .li:before {
      content: "";
      display: inline-block;
      padding-bottom: 100%;
      width: .1px;
      vertical-align: middle; }

.h_news .hbBanner {
  position: relative; }
  .h_news .hbBanner .ban {
    width: 100%; }
  .h_news .hbBanner .hbText {
    position: absolute;
    left: 0;
    top: 16vw;
    width: 100%;
    color: #fff;
    z-index: 1; }
    .h_news .hbBanner .hbText .yw {
      text-transform: uppercase;
      font-family: SemiBold;
      font-size: 17px; }
    .h_news .hbBanner .hbText .tit {
      font-size: 30px;
      font-family: Normal;
      margin-top: 5px; }
    .h_news .hbBanner .hbText .line {
      display: block;
      width: 54px;
      height: 1px;
      background-color: #ffffff;
      margin: 1.5vw 0; }
    .h_news .hbBanner .hbText .text {
      font-size: 14px;
      line-height: 1.6; }

.h_news .H_newsList {
  background-color: #e4e4e4;
  overflow: hidden;
  padding: 6vw 0; }
  .h_news .H_newsList .li {
    padding: 2% 0;
    border: 1px solid #ed1651;
    border-width: 1px 0 1px 0;
    margin-bottom: 4vw; }
    .h_news .H_newsList .li .img {
      width: 40%; }
      .h_news .H_newsList .li .img img {
        width: 100%; }
    .h_news .H_newsList .li .rightText {
      width: calc(100% - 42%);
      margin-left: 2%;
      display: flex;
      align-content: space-between;
      flex-wrap: wrap; }
      .h_news .H_newsList .li .rightText .tit {
        font-size: 24px;
        font-family: SemiBold;
        width: 100%;
        color: #595757; }
      .h_news .H_newsList .li .rightText .btm {
        width: 100%; }
        .h_news .H_newsList .li .rightText .btm .time {
          font-size: 24px;
          font-family: Normal;
          color: #595757; }
        .h_news .H_newsList .li .rightText .btm span.h_more {
          font-size: 14px;
          position: relative;
          overflow: hidden;
          text-align: center;
          color: #595757;
          width: 110px;
          height: 31px;
          line-height: 31px;
          display: inline-block;
          border: 1px solid #595757;
          border-radius: 100px; }
          .h_news .H_newsList .li .rightText .btm span.h_more label {
            position: relative;
            z-index: 1; }
          .h_news .H_newsList .li .rightText .btm span.h_more::after {
            width: MIN(8rem, 110px);
            transition: all 0.3s;
            position: absolute;
            content: '';
            height: 100%;
            background-color: #ed1651;
            left: MIN(-8rem, -110px);
            top: 0;
            border-radius: 100px; }
          .h_news .H_newsList .li .rightText .btm span.h_more:hover {
            border: 1px solid #ed1651;
            border-radius: 0;
            color: #fff; }
            .h_news .H_newsList .li .rightText .btm span.h_more:hover::after {
              width: 100%;
              left: 0;
              border-radius: 0; }

.lx {
  width: 100%;
  background: url(../../subImages/H_lcBg.png) no-repeat center;
  background-size: cover;
  overflow: hidden; }
  .lx .lxBox {
    width: 100%; }
    .lx .lxBox .nr {
      width: 100%;
      height: 30vh;
      margin: 40vh auto;
      background: rgba(0, 0, 0, 0.7);
      display: flex;
      align-items: center;
      justify-content: center; }
      .lx .lxBox .nr .tel {
        width: 166px; }
      .lx .lxBox .nr .rightText {
        color: #fff;
        margin-left: 20px;
        padding-left: 20px;
        border-left: 1px solid #fff; }
        .lx .lxBox .nr .rightText .text {
          font-size: 21px;
          font-family: Normal; }

.cx {
  width: 100%;
  background: url(../../subImages/H_cx.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .cx .cxBox {
    width: 540px;
    padding: 80px 42px;
    box-sizing: border-box;
    text-align: center;
    background: rgba(0, 0, 0, 0.7); }
    .cx .cxBox .tit {
      font-size: 24px;
      color: #ed1651;
      font-family: SemiBold; }
    .cx .cxBox .text {
      color: #fff;
      font-size: 14px;
      line-height: 1.6;
      margin-top: 20px; }
    .cx .cxBox .line {
      width: 100%;
      height: 1px;
      background: #ed1651;
      margin: 35px 0; }
    .cx .cxBox .zc {
      font-size: 14px;
      color: #fff;
      display: flex;
      align-items: center;
      font-family: Normal; }
      .cx .cxBox .zc .li {
        margin: 0 25px;
        font-family: Normal;
        cursor: pointer; }
        .cx .cxBox .zc .li span {
          border: 1px solid #fff;
          background: none;
          display: inline-block;
          width: 12px;
          height: 12px; }
        .cx .cxBox .zc .li.cur {
          color: #ed1651; }
          .cx .cxBox .zc .li.cur span {
            border: 2px solid #d5b78a; }
    .cx .cxBox .input {
      width: 100%;
      font-size: 12px;
      height: 31px;
      line-height: 31px;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.3);
      margin: 40px 0;
      color: #fff; }
      .cx .cxBox .input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.6); }
    .cx .cxBox .but {
      color: rgba(255, 255, 255, 0.6);
      text-align: center;
      font-family: SemiBold;
      font-size: 12px;
      background-color: #ed1651;
      height: 35px;
      margin-top: 40px;
      width: 100%; }

.h_login {
  width: 100%;
  background: url(../../subImages/loginBg.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .h_login .loginBox {
    width: 540px;
    padding: 80px 42px;
    box-sizing: border-box;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    color: #fff; }
    .h_login .loginBox .tit {
      font-size: 24px;
      font-family: Normal;
      margin: 55px 0 15px;
      letter-spacing: 8px; }
      .h_login .loginBox .tit span {
        position: relative; }
        .h_login .loginBox .tit span::after {
          content: '';
          width: 100%;
          height: 1px;
          background-color: #ed1651;
          position: absolute;
          top: -20px;
          left: 0; }
    .h_login .loginBox .subTit {
      font-size: 14px;
      font-family: Normal; }
    .h_login .loginBox .inputBox {
      width: 100%;
      margin-top: 50px; }
      .h_login .loginBox .inputBox .inputLi {
        display: flex;
        height: 34px;
        line-height: 34px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        padding: 0 16px;
        box-sizing: border-box;
        margin-bottom: 20px; }
        .h_login .loginBox .inputBox .inputLi .name {
          width: 60px;
          font-size: 12px;
          text-align: left;
          color: rgba(255, 255, 255, 0.6); }
        .h_login .loginBox .inputBox .inputLi .input {
          width: calc(100% - 60px);
          font-size: 12px;
          color: #fff; }
      .h_login .loginBox .inputBox .denglu {
        color: #fff;
        text-align: center;
        font-size: 12px;
        margin-top: 18px;
        height: 56px;
        line-height: 56px;
        background-color: #ed1651;
        width: 100%; }

.pinpai .ppTit {
  text-align: center;
  padding: 4vw 0;
  background-color: #17161b; }
  .pinpai .ppTit .img {
    width: 272px; }

.pinpai .ppOne {
  position: relative;
  background: url(../../subImages/H_PPbg1.png) no-repeat center;
  background-size: cover;
  height: 638px;
  overflow: hidden; }
  .pinpai .ppOne .nr {
    text-align: center;
    margin: 4% 0 0;
    width: 100%; }
    .pinpai .ppOne .nr .text {
      margin-top: 3vw;
      color: #fff;
      font-family: Normal;
      font-size: 14px;
      line-height: 1.6;
      letter-spacing: 4px; }
    .pinpai .ppOne .nr .btm {
      margin-top: 11vw; }

.pinpai .xincai {
  background-color: #000;
  overflow: hidden; }
  .pinpai .xincai .xcTit {
    text-align: center;
    padding: 7% 0 6%; }
  .pinpai .xincai .dalou {
    width: 100%; }
  .pinpai .xincai .xcList {
    display: flex; }
    .pinpai .xincai .xcList li {
      width: calc(25% - 10px);
      margin-left: 10px;
      color: #fff;
      font-family: Normal;
      font-size: 16px;
      background: url(../../subImages/ppIcon.png) no-repeat left 6px;
      margin: 30px 0;
      padding-left: 14px; }
  .pinpai .xincai .ryList {
    display: flex;
    align-items: flex-start; }
    .pinpai .xincai .ryList .li {
      width: calc(25% - 20px);
      margin-left: 20px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center; }
      .pinpai .xincai .ryList .li .img {
        width: 100%; }
      .pinpai .xincai .ryList .li .name {
        color: #fff;
        font-family: Normal;
        font-size: 16px;
        background: url(../../subImages/ppIcon.png) no-repeat left 6px;
        margin: 30px 0;
        padding-left: 14px; }
  .pinpai .xincai .picList {
    display: flex; }
    .pinpai .xincai .picList li {
      width: calc(33.3% - 20px);
      margin-right: 30px; }
      .pinpai .xincai .picList li:last-child {
        margin-right: 0; }
      .pinpai .xincai .picList li img {
        width: 100%; }
  .pinpai .xincai .ppTextList {
    padding: 3% 0;
    border: 1px solid #808080;
    border-width: 1px 0 1px 0;
    display: flex;
    margin: 8% 0 5%;
    align-items: center; }
    .pinpai .xincai .ppTextList .li {
      display: inline-block;
      border-right: 1px solid #808080;
      padding: 0 7%; }
      .pinpai .xincai .ppTextList .li:last-child {
        border-right: none; }
  .pinpai .xincai .js4 {
    margin: 5% 0 10%; }

@media screen and (max-width: 1400px) {
  .h_content {
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box; } }

@media screen and (max-width: 1200px) {
  .H_about .h_about_pp .H_About {
    width: 100%;
    min-height: 400px;
    object-fit: cover; }
  .H_about .h_about_pp .text {
    top: MAX(5rem, 7%); }
  .H_about .h_about_pp .h_AboutNews {
    top: 35%;
    left: 0;
    width: 100%; }
    .H_about .h_about_pp .h_AboutNews .list {
      display: flex;
      align-items: center;
      width: 100%; }
      .H_about .h_about_pp .h_AboutNews .list .li {
        width: MIN(70%, 360px);
        cursor: pointer; }
        .H_about .h_about_pp .h_AboutNews .list .li .img {
          width: 100%; }
        .H_about .h_about_pp .h_AboutNews .list .li .tit {
          font-size: 14px;
          color: #fff;
          color: #fff;
          font-family: Normal;
          background-color: #181a19;
          text-align: center;
          height: MIN(4rem, 72px);
          line-height: MIN(4rem, 72px);
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
  .H_about .h_news_height .H_About {
    min-height: 550px; }
  .baoyang .swiper-slide {
    opacity: 1;
    transform: scale(0.9); }
  .baoyang .swiper-slide-active, .baoyang .swiper-slide-duplicate-active {
    transform: scale(1);
    opacity: 1;
    z-index: 66;
    position: relative; }
  .h_huoban .hbBanner .ban {
    min-height: 400px;
    object-fit: cover; }
  .h_huoban .hbList .cont .li {
    width: calc(25% - 3rem);
    margin: 0 1.5rem 3rem 1.5rem; }
  .h_huoban .hbBanner .hbText .tit {
    font-size: MIN(2.2rem, 30px); }
  .h_news .hbBanner .hbText {
    text-align: center;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    pointer-events: none; }
  .h_news .hbBanner .ban {
    height: 400px;
    object-fit: cover; }
  .h_news .hbBanner .hbText .tit {
    font-size: MIN(2.2rem, 30px); }
  .pinpai .ppTit .img {
    width: MIN(16rem, 272px); }
  .pinpai .ppOne .nr {
    margin-top: 6rem; }
  .pinpai .ppOne .nr .btm {
    margin-top: 20%; }
  .pinpai .xincai .ryList {
    flex-flow: row wrap; }
  .pinpai .xincai .ryList .li {
    width: calc(50% - 10px);
    margin: 0.25rem 0 0.25rem 10px; }
  .pinpai .xincai .xcList {
    flex-flow: row wrap;
    margin-top: 4rem; }
  .pinpai .xincai .xcList li {
    width: calc(50% - 10px);
    margin: 0.25rem 0 0.25rem 10px; }
  .pinpai .xincai .ppTextList .li {
    max-width: 33.3%; }
  .pinpai .xincai .ppTextList .li img {
    max-width: 100%; } }

@media screen and (max-width: 800px) {
  .h_huoban .hbList .cont .li {
    width: calc(33.3% - 3rem); }
  .h_news .H_newsList .li .img {
    width: 100%; }
  .h_news .H_newsList .li .rightText {
    width: 100%;
    margin: 2rem 0; }
    .h_news .H_newsList .li .rightText .tit {
      font-size: 1.8rem; }
    .h_news .H_newsList .li .rightText .btm {
      margin-top: 2rem; }
      .h_news .H_newsList .li .rightText .btm .time {
        font-size: 1.8rem; }
  .pinpai .ppOne .nr .btm {
    margin-top: 28rem; }
  .pinpai .xincai .xcList {
    flex-flow: row wrap;
    margin-top: 2rem; }
  .pinpai .xincai .xcList li {
    width: calc(50% - 10px);
    margin: 0.25rem 0 0.25rem 10px; } }

@media screen and (max-width: 600px) {
  .cx {
    height: 80vh; }
    .cx .cxBox {
      padding: 2rem 2rem;
      width: 90%; }
      .cx .cxBox .zc {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left; }
        .cx .cxBox .zc .li {
          margin: 1rem 1rem 0; }
  .lx {
    height: 70vh; }
  .lx .lxBox .nr {
    margin: 20vh auto;
    width: 90%;
    flex-direction: column; }
  .lx .lxBox .nr .rightText {
    margin-left: 0;
    border-left: none;
    margin-top: 2rem;
    border-top: 1px solid #fff;
    padding-top: 3rem; }
  .lx .lxBox .nr .rightText .text {
    font-size: MIN(1.6rem, 21px); }
  .h_huoban .hbBanner .hbText {
    text-align: center;
    margin-top: 8rem; }
  .h_huoban .hbBanner .hbText .line {
    display: inline-block; }
  .h_huoban .hbList .tit {
    margin: 3rem 0; }
  .h_huoban .hbList .tit img {
    width: MIN(18rem, 272px); }
  .h_huoban .hbList .cont .li {
    width: calc(50% - 3rem); }
  .h_login {
    height: 80vh; }
  .h_login .loginBox {
    padding: 2rem 2rem;
    width: 90%; }
  .h_login .loginBox .inputBox {
    margin-top: MIN(2rem, 50px); }
  .h_login .loginBox .inputBox .denglu {
    height: 40px;
    line-height: 40px; }
  .pinpai .ppOne .nr .btm {
    margin-top: 22rem; }
  .pinpai .ppOne .nr .text {
    font-size: 12px;
    margin-top: 4rem;
    letter-spacing: 0;
    line-height: 2; }
  .pinpai .xincai .xcList {
    flex-flow: row wrap;
    margin-top: 2rem; }
  .pinpai .xincai .xcList li {
    width: 100%;
    margin: 0.25rem 0 0.25rem 0px; }
  .pinpai .xincai .xcList li {
    font-size: 14px; }
  .pinpai .xincai .ryList .li .name {
    font-size: 14px; } }
