@charset "UTF-8";
/*定义动画*/
.e-ani *,
.e-ani *:before,
.e-ani *:after {
  -webkit-transition: .6s;
  transition: .6s; }

* {
  margin: 0;
  padding: 0; }

body,
img {
  padding: 0;
  margin: 0;
  max-width: 100%;
  object-fit: cover; }

a {
  text-decoration: none; }

@font-face {
  font-family: roboto-b;
  src: url("../font/Roboto-Bold.ttf"); }

@font-face {
  font-family: roboto-r;
  src: url("../font/Roboto-Regular.ttf"); }

@media screen and (min-width: 320px) {
  .lineWrap1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; }
  .lineWrap2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .lineWrap3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }
  .pic-size {
    width: 100%;
    height: 0;
    position: relative;
    display: block;
    overflow: hidden; }
    .pic-size img {
      width: 100% !important;
      height: 100% !important;
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      margin: auto;
      object-fit: cover; }
  .tyImg {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box; }
    .tyImg img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }
  .pageSize {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    margin-top: 2.60415vw; }
    .pageSize .pages {
      line-height: 1.7; }
      .pageSize .pages a, .pageSize .pages span {
        display: inline-flex;
        border: 1px solid #EBE8E4;
        padding: 0 0.05208vw;
        color: #202020;
        height: 2.08332vw;
        margin: 0.15625vw;
        border-radius: 1.04166vw;
        line-height: 1.7;
        font-size: 0.72916vw;
        align-items: center;
        justify-content: center;
        min-width: 2.08332vw; }
      .pageSize .pages .num:nth-child(1) {
        padding: 0 0.78124vw; }
      .pageSize .pages .num:nth-last-child(1) {
        padding: 0 0.78124vw; }
  .header {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    z-index: 102; }
    .header .head {
      display: flex;
      justify-content: space-between;
      padding: 1.04166vw 0;
      align-items: center; }
      .header .head .logo {
        width: 8.74994vw;
        margin-left: 3.12498vw; }
        .header .head .logo img {
          width: 8.74994vw;
          height: 3.12498vw; }
        .header .head .logo .on {
          display: none; }
        .header .head .logo .t {
          display: block; }
      .header .head .nav {
        font-size: 0.93749vw;
        left: auto;
        display: flex;
        margin-right: 3.12498vw; }
        .header .head .nav .list {
          display: flex;
          align-items: center; }
          .header .head .nav .list a {
            height: 2.08332vw;
            display: block;
            line-height: 2.08332vw;
            color: #ffffff;
            margin-right: 2.60415vw;
            font-size: 0.93749vw; }
          .header .head .nav .list .on {
            color: #dc000c; }
          .header .head .nav .list a:hover {
            color: #dc000c; }
        .header .head .nav .navTy {
          border: 1px solid #ffffff;
          border-radius: 1.04166vw;
          height: 2.08332vw;
          line-height: 2.08332vw;
          box-sizing: border-box;
          display: flex;
          align-items: center;
          color: #ffffff;
          padding: 0 0.88541vw; }
        .header .head .nav .searchans {
          animation: slideDown03 0.4s ease-out; }
        .header .head .nav .searchs {
          width: 5.72913vw;
          margin-right: 0.52083vw; }
          .header .head .nav .searchs .iconfont {
            margin-right: 0.41666vw;
            font-size: 1.24999vw; }
          .header .head .nav .searchs input {
            width: 2.39582vw;
            font-size: 0.93749vw;
            border: 0;
            color: #ffffff;
            outline: none;
            background-color: rgba(0, 0, 0, 0); }
          .header .head .nav .searchs input::placeholder {
            color: #ffffff;
            /* 例如，将颜色设置为红色 */ }
          .header .head .nav .searchs button {
            display: none; }
  @keyframes slideDown03 {
    from {
      width: 15.6249vw; }
    to {
      width: 5.72913vw; } }
  @keyframes slideDownse {
    from {
      width: 5.72913vw; }
    to {
      width: 15.6249vw; } }
  @keyframes opsow {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
        .header .head .nav .searchs-on {
          animation: slideDownse 0.4s ease-out;
          width: 15.6249vw;
          display: flex;
          padding-right: 0;
          box-sizing: border-box; }
          .header .head .nav .searchs-on input {
            width: 8.33328vw;
            background-color: rgba(0, 0, 0, 0); }
          .header .head .nav .searchs-on button {
            animation: opsow 1s ease-out;
            cursor: pointer;
            background-color: #ffffff;
            color: #4c5664;
            text-align: center;
            font-size: 0.93749vw;
            margin-left: auto;
            display: block;
            width: 4.16664vw;
            height: 1.97915vw;
            border: 0;
            border-radius: 0 1.04166vw 1.04166vw 0; }
        .header .head .nav .langs .iconfont {
          margin-right: 0.41666vw;
          font-size: 1.24999vw; }
        .header .head .nav .langs select {
          background-color: rgba(0, 0, 0, 0);
          color: #ffffff;
          border: 0;
          font-size: 0.93749vw;
          outline: none; }
          .header .head .nav .langs select option {
            color: #4c5664; }
      .header .head .sj {
        display: none; }
    .header .head-on {
      background: #ffffff; }
      .header .head-on .logo .on {
        display: block; }
      .header .head-on .logo .t {
        display: none; }
      .header .head-on .nav .list a {
        color: #4c5664; }
      .header .head-on .nav .navTy {
        border: 1px solid #4c5664;
        color: #4c5664; }
      .header .head-on .nav .searchs input {
        color: #4c5664;
        background-color: rgba(0, 0, 0, 0); }
      .header .head-on .nav .searchs input::placeholder {
        color: #4c5664; }
      .header .head-on .nav .langs select {
        background-color: rgba(0, 0, 0, 0);
        color: #4c5664; }
        .header .head-on .nav .langs select option {
          color: #4c5664; }
  .heaeConten {
    max-height: fit-content;
    background-color: #ffffff;
    box-shadow: 0 5px 8px #000000;
    display: none;
    position: static;
    z-index: 12; }
    .heaeConten .hc:nth-child(1) {
      display: none; }
    .heaeConten .abTop {
      display: flex; }
      .heaeConten .abTop .l {
        width: 19.11446vw;
        padding-top: 3.90622vw;
        padding-bottom: 3.12498vw;
        border-right: 1px solid #e7ebee;
        box-sizing: border-box;
        padding-right: 2.08332vw; }
        .heaeConten .abTop .l h4 {
          font-size: 1.24999vw;
          margin-bottom: 0.88541vw; }
        .heaeConten .abTop .l .txt {
          font-size: 0.72916vw;
          line-height: 1.24999vw;
          color: #4c5664;
          margin-bottom: 1.87499vw; }
        .heaeConten .abTop .l a {
          font-size: 0.72916vw;
          line-height: 1.24999vw;
          color: #4c5664; }
      .heaeConten .abTop .r {
        width: 55.88506vw;
        padding-top: 3.90622vw;
        display: flex; }
        .heaeConten .abTop .r .items {
          margin-left: 20px;
          width: 12.60409vw; }
          .heaeConten .abTop .r .items img {
            width: 12.60409vw;
            height: 6.51037vw;
            transition: all .6s ease;
            cursor: pointer;
            border-radius: 0.93749vw; }
          .heaeConten .abTop .r .items img:hover {
            transform: scale(0.92); }
          .heaeConten .abTop .r .items .text {
            color: #000000;
            font-size: 0.83333vw;
            margin-top: 0.57291vw; }
    .heaeConten .cpzxs {
      width: 78.1245vw;
      margin: 0 auto;
      display: flex; }
      .heaeConten .cpzxs .l {
        width: 18.43738vw;
        padding-right: 3.12498vw;
        padding-top: 2.08332vw;
        padding-bottom: 2.86456vw;
        border-right: 1px solid #e7ebee; }
        .heaeConten .cpzxs .l .list {
          display: flex;
          font-size: 0.93749vw;
          padding: 0.93749vw 1.45832vw;
          color: #252525;
          border-bottom: 1px solid #e7ebee; }
          .heaeConten .cpzxs .l .list a {
            color: #252525; }
          .heaeConten .cpzxs .l .list span {
            margin-left: auto; }
        .heaeConten .cpzxs .l .ons {
          background-color: #dc000c;
          color: #ffffff;
          border-radius: 1.51041vw; }
          .heaeConten .cpzxs .l .ons a {
            color: #ffffff; }
      .heaeConten .cpzxs .r {
        width: 53.38508vw;
        box-sizing: border-box;
        padding-left: 2.23957vw;
        display: none;
        padding-top: 2.96873vw; }
        .heaeConten .cpzxs .r .item {
          display: flex; }
        .heaeConten .cpzxs .r .li {
          width: 13.54158vw; }
          .heaeConten .cpzxs .r .li .Tit {
            font-size: 0.83333vw;
            margin-bottom: 0.78124vw; }
            .heaeConten .cpzxs .r .li .Tit span {
              margin-right: 0.52083vw; }
          .heaeConten .cpzxs .r .li .abq a {
            padding-left: 0.52083vw;
            display: block;
            font-size: 0.72916vw;
            color: #4c5664;
            line-height: 1.56249vw;
            text-indent: 1em; }
      .heaeConten .cpzxs .on {
        display: block; }
  .bannerTy01 {
    width: 100%;
    position: relative; }
    .bannerTy01 .shade {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)); }
    .bannerTy01 img {
      width: 100%;
      height: 100vh;
      display: block; }
    .bannerTy01 .ico {
      position: relative;
      cursor: pointer; }
      .bannerTy01 .ico::before, .bannerTy01 .ico::after {
        content: ' ';
        width: 2.60415vw;
        height: 2.60415vw;
        border: 0.10417vw solid #fff;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        animation: ico-ani 2s linear infinite;
        box-sizing: border-box; }
      .bannerTy01 .ico::after {
        animation-delay: 1s; }
      .bannerTy01 .ico i {
        width: 2.60415vw;
        height: 2.60415vw;
        border-radius: 50%;
        border: 0.15625vw solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.7;
        box-sizing: border-box; }
        .bannerTy01 .ico i::before {
          color: #fff;
          font-size: 0.93749vw; }
    .bannerTy01 .text {
      position: absolute;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 19.79154vw;
      top: 0;
      left: 40%;
      height: 100%;
      text-align: center; }
      .bannerTy01 .text .tit {
        font-size: 3.12498vw;
        color: #ffffff; }
      .bannerTy01 .text .tipso {
        font-size: 1.24999vw;
        color: #ffffff;
        opacity: 0.5;
        margin-bottom: 3.22915vw;
        font-weight: bold; }
      .bannerTy01 .text .bts {
        width: 100%;
        display: flex;
        justify-content: center; }
        .bannerTy01 .text .bts .yftd {
          color: #ffffff;
          width: 9.37494vw;
          margin-right: 1.04166vw;
          border: 1px solid rgba(255, 255, 255, 0.3);
          border-radius: 1.56249vw;
          height: 3.12498vw;
          display: block;
          line-height: 3.12498vw;
          font-size: 0.93749vw;
          box-sizing: border-box; }
          .bannerTy01 .text .bts .yftd span {
            margin-left: 1.56249vw; }
        .bannerTy01 .text .bts .yftd:hover {
          background-color: #dc000c;
          border: 1px solid #dc000c; }
        .bannerTy01 .text .bts .on {
          background-color: #dc000c;
          border: 1px solid #dc000c; }
  .bannerTy02 img {
    height: 49.27052vw; }
  .banner-pagination-box {
    position: absolute;
    left: 0;
    bottom: 32%;
    width: 100%;
    z-index: 2; }
  .banner-pagination .swiper-pagination-bullet {
    margin-left: 3px;
    width: 36px;
    height: 36px;
    position: relative;
    background: transparent;
    opacity: 1;
    border-radius: 0; }
  .banner-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0; }
  .banner-pagination .swiper-pagination-bullet::before {
    transition: all .4s ease;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5); }
  .banner-pagination .swiper-pagination-bullet::after {
    content: "";
    opacity: 0;
    transition: all .6s ease;
    animation: banPage 2s linear infinite;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/banner-pagination.png") no-repeat center/100% auto; }
  .banner-pagination .swiper-pagination-bullet-active::before {
    background: #fff;
    width: 8px;
    height: 8px; }
  .banner-pagination .swiper-pagination-bullet-active::after {
    opacity: 1; }
  @keyframes banPage {
    0% {
      transform: rotate(0); }
    100% {
      transform: rotate(360deg); } }
  .banner-pagination-box .contain {
    margin-left: 12.5%; }
  .bannerSwiper .swiper-pagination {
    left: 12.5% !important;
    text-align: left; }
  .bannerSwiper .bannerDiv {
    width: 100%;
    height: 0;
    padding-bottom: 100vh;
    position: relative;
    display: block;
    overflow: hidden; }
    .bannerSwiper .bannerDiv .banImg {
      width: 100% !important;
      height: 100% !important;
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      /* left: -100%; top: -100%; right: -100%; bottom: -100%;*/
      margin: auto;
      object-fit: cover; }
    .bannerSwiper .bannerDiv .bantxt {
      width: 75%;
      color: #ffffff;
      font-size: 2.70832vw;
      line-height: 4.16664vw;
      position: absolute;
      top: 18%;
      /* left: -100%; top: -100%; right: -100%; bottom: -100%;*/
      left: 12.5%;
      margin: auto;
      object-fit: cover; }
  @keyframes drip-fall {
    0% {
      opacity: 0;
      transform: translateY(100px); }
    100% {
      transform: translateY(0px);
      opacity: 1; } }
  .bannerSwiper .swBtns {
    background: none;
    width: 3.85414vw;
    height: 3.85414vw;
    border: 3px solid #65a4bf;
    top: 51%;
    display: flex;
    border-radius: 50%;
    align-items: center;
    transform: rotate(-45deg); }
    .bannerSwiper .swBtns span {
      color: #ffffff;
      transform: rotate(45deg);
      margin: 0 auto;
      display: block;
      font-size: 1.04166vw;
      width: 1.04166vw;
      height: 1.04166vw;
      font-weight: 700; }
  .bannerSwiper .bannerPrev {
    left: 3.12498vw; }
  .bannerSwiper .bannerNext {
    right: 3.12498vw; }
  .bannerSwiper .bannerPrev:hover {
    animation: bannerPrev-anim-off 1s forwards; }
    .bannerSwiper .bannerPrev:hover bannerPrev {
      transform: rotate(45deg); }
  .bannerSwiper .bannerNext:hover {
    animation: bannerNext-anim-off 1s forwards; }
    .bannerSwiper .bannerNext:hover bannerPrev {
      transform: rotate(45deg); }
  @keyframes bannerPrev-anim-off {
    to {
      border-top: 3px solid #ffffff;
      border-left: 3px solid #ffffff; } }
  @keyframes bannerNext-anim-off {
    to {
      border-right: 3px solid #ffffff;
      border-bottom: 3px solid #ffffff; } }
  .bannerSwiper .swPangin {
    bottom: 2.08332vw; }
    .bannerSwiper .swPangin .swiper-pagination-bullet {
      position: relative;
      opacity: 1;
      width: 5px;
      height: 5px;
      color: #ffffff;
      margin-right: 1.56249vw !important;
      background-color: #ffffff; }
    .bannerSwiper .swPangin .swiper-pagination-bullet-active:before {
      content: '';
      position: absolute;
      top: -7px;
      /* 根据需要调整 */
      left: -8px;
      /* 根据需要调整 */
      width: 20px;
      /* 圆圈的宽度 */
      height: 20px;
      /* 圆圈的高度 */
      border-radius: 50%;
      /* 使其成为圆形 */
      background-color: transparent;
      /* 背景透明 */
      border: 1px solid #ffffff;
      /* 圆圈的边框颜色和宽度 */ }
    .bannerSwiper .swPangin .swiper-pagination-bullet-active {
      padding: 1px; }
  .main .container100 {
    width: 100%;
    margin: 0 auto; }
  .main .container144 {
    width: 74.99952vw;
    margin: 0 auto; }
  .main .box2Ma {
    position: relative; }
  .main .box2Bg .indPro-bg {
    width: 100%; }
    .main .box2Bg .indPro-bg img {
      height: 100vh;
      object-fit: cover;
      display: block;
      width: 100%; }
  .main .box2 {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 3;
    width: 100%; }
    .main .box2 .box2Ov {
      display: flex;
      justify-content: space-between; }
      .main .box2 .box2Ov .l {
        width: 16.66656vw; }
        .main .box2 .box2Ov .l .txt {
          width: 15.6249vw;
          font-size: 2.18749vw;
          color: #ffffff;
          margin-bottom: 1.77082vw; }
        .main .box2 .box2Ov .l .btnList .txtBtn {
          cursor: pointer;
          display: flex;
          justify-content: space-between;
          color: #ffffff;
          text-align: center;
          font-size: 0.83333vw;
          line-height: 2.29165vw;
          border: 2px solid #aaaaa9;
          max-width: 9.37494vw;
          padding: 0 1.56249vw;
          height: 2.49998vw;
          border-radius: 1.24999vw;
          box-sizing: border-box;
          margin-bottom: 0.52083vw; }
          .main .box2 .box2Ov .l .btnList .txtBtn .iconfont {
            font-size: 0.72916vw;
            color: #aaaaa9; }
        .main .box2 .box2Ov .l .btnList .on {
          background: #dc000c;
          border: 2px solid #dc000c; }
          .main .box2 .box2Ov .l .btnList .on .iconfont {
            color: #ffffff; }
        .main .box2 .box2Ov .l .btnList .txtBtn:hover {
          background: #dc000c;
          border: 2px solid #dc000c; }
          .main .box2 .box2Ov .l .btnList .txtBtn:hover .iconfont {
            color: #ffffff; }
        .main .box2 .box2Ov .l .btnList .txtBtn:last-child {
          margin-bottom: 0; }
      .main .box2 .box2Ov .r {
        width: 54.16632vw; }
        .main .box2 .box2Ov .r .box2Swiper .box2sw .swiper-slide {
          width: 16.97906vw; }
          .main .box2 .box2Ov .r .box2Swiper .box2sw .swiper-slide .box2TxtImg {
            width: 100%;
            overflow: hidden;
            border-radius: 0.93749vw;
            display: block; }
            .main .box2 .box2Ov .r .box2Swiper .box2sw .swiper-slide .box2TxtImg img {
              width: 100%;
              height: 10.93743vw;
              border-radius: 0.93749vw 0.93749vw 0 0;
              display: block;
              transition: all .6s ease; }
            .main .box2 .box2Ov .r .box2Swiper .box2sw .swiper-slide .box2TxtImg .txt {
              padding: 1.71874vw 1.87499vw;
              background: rgba(255, 255, 255, 0.9);
              margin-top: 0;
              border-radius: 0 0 0.93749vw 0.93749vw; }
              .main .box2 .box2Ov .r .box2Swiper .box2sw .swiper-slide .box2TxtImg .txt .tit {
                font-size: 1.04166vw;
                color: #000000;
                margin-bottom: 1.14583vw; }
              .main .box2 .box2Ov .r .box2Swiper .box2sw .swiper-slide .box2TxtImg .txt .contents {
                height: 3.12498vw;
                color: #4c5664;
                font-size: 0.72916vw;
                margin-bottom: 1.14583vw; }
              .main .box2 .box2Ov .r .box2Swiper .box2sw .swiper-slide .box2TxtImg .txt .btn {
                color: #4c5664;
                font-size: 0.72916vw; }
                .main .box2 .box2Ov .r .box2Swiper .box2sw .swiper-slide .box2TxtImg .txt .btn span {
                  font-size: 0.625vw;
                  transition: all .4s ease; }
          .main .box2 .box2Ov .r .box2Swiper .box2sw .swiper-slide .box2TxtImg:hover img {
            transform: scale(1.04); }
          .main .box2 .box2Ov .r .box2Swiper .box2sw .swiper-slide .box2TxtImg:hover .txt {
            background: white; }
          .main .box2 .box2Ov .r .box2Swiper .box2sw .swiper-slide .box2TxtImg:hover .btn span {
            margin-left: 1.04166vw;
            transition: all .8s ease; }
        .main .box2 .box2Ov .r .box2Swiper .box2sw .btns {
          margin-top: 4.16664vw;
          display: flex;
          justify-content: space-between; }
          .main .box2 .box2Ov .r .box2Swiper .box2sw .btns .tapBtn {
            display: flex;
            width: 15%; }
            .main .box2 .box2Ov .r .box2Swiper .box2sw .btns .tapBtn .bt {
              position: static;
              width: 2.60415vw;
              height: 2.60415vw;
              border-radius: 50%;
              line-height: 2.60415vw;
              text-align: center;
              color: #ffffff;
              margin-right: 0.625vw;
              background: rgba(255, 255, 255, 0.5); }
          .main .box2 .box2Ov .r .box2Swiper .box2sw .btns .progbar {
            right: 0;
            width: 85%;
            height: 3px;
            border-radius: 5px;
            background: rgba(0, 0, 0, 0.55); }
            .main .box2 .box2Ov .r .box2Swiper .box2sw .btns .progbar .swiper-pagination-progressbar-fill {
              background: #d1292e;
              border-radius: 5px; }
        .main .box2 .box2Ov .r .bx2swiper {
          display: none; }
        .main .box2 .box2Ov .r .swiperon {
          display: block; }
  .main .idxTit {
    text-align: center; }
    .main .idxTit .h2 {
      font-size: 2.18749vw; }
    .main .idxTit .text {
      font-size: 1.04166vw;
      margin-top: 0.72916vw; }
  .main .box3 {
    padding: 7.29162vw 0;
    background: linear-gradient(to bottom, #dbeeff 0%, #ffffff 100%); }
    .main .box3 .box3sw {
      margin-top: 3.12498vw; }
      .main .box3 .box3sw .swiper-button-next, .main .box3 .box3sw .swiper-button-prev {
        width: 3.12498vw;
        height: 3.12498vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .3s;
        margin-top: -1.56249vw; }
      .main .box3 .box3sw .swiper-button-next {
        background-image: none !important;
        right: 50%;
        margin-right: -37.60393vw; }
      .main .box3 .box3sw .swiper-button-prev {
        background-image: none !important;
        left: 50%;
        margin-left: -37.60393vw; }
      .main .box3 .box3sw .swiper-button-next:hover {
        color: #DC000C;
        transform: translateX(0.26042vw); }
      .main .box3 .box3sw .swiper-button-prev:hover {
        color: #DC000C;
        transform: translateX(-0.26042vw); }
      .main .box3 .box3sw .box3sw-pagination {
        display: none; }
      .main .box3 .box3sw .swiper-wrapper {
        width: 69.00997vw; }
        .main .box3 .box3sw .swiper-wrapper .swiper-slide {
          position: relative; }
          .main .box3 .box3sw .swiper-wrapper .swiper-slide .link {
            border-radius: 0.93749vw;
            overflow: hidden;
            display: block; }
            .main .box3 .box3sw .swiper-wrapper .swiper-slide .link img {
              width: 100%;
              height: 30.72897vw; }
            .main .box3 .box3sw .swiper-wrapper .swiper-slide .link .text {
              box-sizing: border-box;
              border-radius: 0.93749vw;
              padding: 2.86456vw 2.08332vw;
              width: 20.8332vw;
              top: 7.29162vw;
              left: 3.64581vw;
              position: absolute;
              background: rgba(255, 255, 255, 0.8); }
              .main .box3 .box3sw .swiper-wrapper .swiper-slide .link .text .tits {
                font-size: 1.45832vw;
                margin-bottom: 0.93749vw;
                color: #010202; }
              .main .box3 .box3sw .swiper-wrapper .swiper-slide .link .text .content {
                font-size: 0.72916vw;
                line-height: 1.24999vw;
                color: #4c5664;
                margin-bottom: 1.56249vw; }
              .main .box3 .box3sw .swiper-wrapper .swiper-slide .link .text .btn {
                font-size: 0.72916vw;
                line-height: 1.24999vw;
                color: #4c5664; }
                .main .box3 .box3sw .swiper-wrapper .swiper-slide .link .text .btn span {
                  font-size: 0.625vw;
                  color: #4c5664;
                  transition: all .4s ease; }
            .main .box3 .box3sw .swiper-wrapper .swiper-slide .link:hover .text .btn span {
              margin-left: 1.04166vw;
              transition: all .8s ease; }
  .main .box4 {
    background: url("../img/box4bg.png") no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center; }
    .main .box4 .box4Top .titP {
      font-size: 0.93749vw;
      color: #4c5664;
      margin-bottom: 0.41666vw; }
    .main .box4 .box4Top .titH3 {
      font-size: 1.77082vw;
      line-height: 2.60415vw;
      margin-bottom: 3.12498vw;
      color: #000000; }
    .main .box4 .box4Top .box4Text {
      font-size: 0.93749vw;
      color: #4c5664;
      line-height: 1.66666vw;
      width: 36.4581vw;
      margin-bottom: 2.55207vw;
      text-align: justify; }
    .main .box4 .box4Top a {
      background-color: #37517e;
      color: #ffffff;
      padding: 0.78124vw 1.30207vw;
      border-radius: 1.30207vw;
      font-size: 0.83333vw;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: all .4s ease; }
      .main .box4 .box4Top a span {
        font-size: 0.625vw;
        margin-left: 0.72916vw;
        display: block; }
    .main .box4 .box4Top a:hover {
      background-color: #dc000c; }
      .main .box4 .box4Top a:hover span {
        animation: moreAni .9s ease both; }
  .main .box5 {
    background: url("../img/box5bg.png") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5.10413vw 0 6.77079vw 0; }
    .main .box5 .box5Main * {
      box-sizing: border-box; }
    .main .box5 .box5Main {
      margin-top: 3.12498vw; }
      .main .box5 .box5Main i.pic-scale-news-01 {
        border-radius: 0.52083vw;
        padding-bottom: 24.99984vw; }
      .main .box5 .box5Main .list {
        display: flex;
        flex-wrap: wrap;
        margin: -0.52083vw; }
        .main .box5 .box5Main .list .item {
          flex-basis: 33.33333%;
          padding: 0.52083vw; }
        .main .box5 .box5Main .list .item:nth-child(1) {
          flex-basis: 66.66666%; }
      .main .box5 .box5Main .tw {
        position: relative; }
        .main .box5 .box5Main .tw img {
          width: 100%; }
        .main .box5 .box5Main .tw .text {
          color: #ffffff;
          position: absolute;
          top: 3.12498vw;
          left: 1.56249vw; }
          .main .box5 .box5Main .tw .text .tit {
            line-height: 1.61457vw;
            width: 20.8332vw;
            font-size: 1.24999vw; }
          .main .box5 .box5Main .tw .text .time {
            font-size: 0.83333vw;
            margin-top: 1.04166vw;
            margin-bottom: 2.08332vw; }
          .main .box5 .box5Main .tw .text .btn {
            border: 2px solid #ffffff;
            padding: 0.3125vw 1.45832vw;
            border-radius: 1.56249vw;
            color: #ffffff;
            display: inline-flex; }
        .main .box5 .box5Main .tw:hover .text .btn {
          background-color: #dc000c;
          border: 2px solid #dc000c; }
      .main .box5 .box5Main .xiaList {
        display: block;
        background: #ffffff;
        padding: 2.60415vw;
        box-sizing: border-box;
        border-radius: 0.52083vw; }
        .main .box5 .box5Main .xiaList .text {
          font-size: 1.04166vw;
          line-height: 1.40624vw;
          margin-bottom: 2.18749vw;
          color: #000; }
        .main .box5 .box5Main .xiaList .xiaBtn {
          display: flex;
          color: #4c5664;
          justify-content: space-between;
          font-size: 0.83333vw; }
          .main .box5 .box5Main .xiaList .xiaBtn .time {
            padding: 0.36458vw 0; }
          .main .box5 .box5Main .xiaList .xiaBtn .gsxw {
            display: block;
            border: 2px solid #4c5664;
            color: #4c5664;
            padding: 0.36458vw 0.83333vw;
            border-radius: 1.97915vw;
            font-size: 0.72916vw; }
      .main .box5 .box5Main .xiaList:hover {
        background-color: #37517e;
        transition: all .4s ease; }
        .main .box5 .box5Main .xiaList:hover .text {
          color: #ffffff; }
        .main .box5 .box5Main .xiaList:hover .xiaBtn .time {
          color: #ffffff; }
        .main .box5 .box5Main .xiaList:hover .xiaBtn .gsxw {
          border: 2px solid #ffffff;
          background-color: #ffffff; }
  .main .aboutMain .aboutImgText {
    background: url("../img/aboutbg01.png") no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 6.24996vw;
    position: relative; }
    .main .aboutMain .aboutImgText .abus {
      display: flex; }
      .main .aboutMain .aboutImgText .abus .l {
        width: 46%; }
        .main .aboutMain .aboutImgText .abus .l .titp {
          margin-left: 7.29162vw;
          font-size: 0.93749vw;
          color: #4c5664;
          margin-bottom: 0.26042vw; }
        .main .aboutMain .aboutImgText .abus .l .titH3 {
          font-size: 1.45832vw;
          margin-left: 3.12498vw;
          font-weight: 700;
          line-height: 2.60415vw;
          margin-bottom: 0.52083vw; }
        .main .aboutMain .aboutImgText .abus .l .dlImg {
          margin-top: 3.22915vw;
          width: 40.36433vw;
          height: 24.47901vw;
          position: absolute;
          left: 0;
          bottom: 0; }
          .main .aboutMain .aboutImgText .abus .l .dlImg img {
            width: 40.36433vw;
            height: 24.47901vw; }
      .main .aboutMain .aboutImgText .abus .r {
        width: 54%;
        padding-bottom: 15.20824vw; }
        .main .aboutMain .aboutImgText .abus .r .text {
          font-size: 0.93749vw;
          color: #4c5664;
          line-height: 1.66666vw;
          margin-bottom: 4.8958vw;
          width: 44.79138vw; }
        .main .aboutMain .aboutImgText .abus .r .yearNum {
          display: flex; }
          .main .aboutMain .aboutImgText .abus .r .yearNum .yli {
            margin-right: 5.10413vw; }
            .main .aboutMain .aboutImgText .abus .r .yearNum .yli .bigTxt {
              display: flex;
              align-items: center;
              margin-bottom: 0.78124vw; }
              .main .aboutMain .aboutImgText .abus .r .yearNum .yli .bigTxt .num {
                color: #37517e;
                font-size: 3.12498vw;
                font-family: roboto-r; }
              .main .aboutMain .aboutImgText .abus .r .yearNum .yli .bigTxt span {
                font-size: 1.56249vw;
                color: #37517e;
                padding-left: 0.52083vw; }
            .main .aboutMain .aboutImgText .abus .r .yearNum .yli .yearP {
              font-size: 0.93749vw;
              color: #4c5664; }
  .main .aboutMain .tdyy {
    background: url("../img/aboutbg04.png") no-repeat;
    background-position: bottom;
    background-size: auto;
    padding-bottom: 6.24996vw; }
    .main .aboutMain .tdyy .tdjs {
      padding-top: 6.24996vw; }
      .main .aboutMain .tdyy .tdjs .tdtop {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 2.29165vw; }
        .main .aboutMain .tdyy .tdjs .tdtop .l {
          font-size: 2.18749vw;
          font-weight: 500; }
        .main .aboutMain .tdyy .tdjs .tdtop .r {
          width: 40.62474vw;
          font-size: 0.93749vw;
          line-height: 1.66666vw;
          color: #4c5664;
          text-align: justify; }
      .main .aboutMain .tdyy .tdjs .tdImg {
        width: 100%;
        overflow: hidden;
        border-radius: 1.04166vw; }
        .main .aboutMain .tdyy .tdjs .tdImg img {
          transition: all .6s ease;
          width: 100%;
          height: 26.0415vw; }
      .main .aboutMain .tdyy .tdjs .tdImg:hover img {
        transition: all 0.6s ease;
        transform: scale(1.04); }
    .main .aboutMain .tdyy .zzhry {
      margin-top: 7.91662vw; }
      .main .aboutMain .tdyy .zzhry .tdyyTit h3 {
        font-weight: 500;
        font-size: 2.18749vw; }
      .main .aboutMain .tdyy .zzhry .tdyyTit .texts {
        font-size: 0.93749vw;
        color: #4c5664;
        margin-top: 0.52083vw;
        margin-bottom: 2.60415vw; }
      .main .aboutMain .tdyy .zzhry .zzhrySw .zzhrySwiper {
        overflow: hidden; }
        .main .aboutMain .tdyy .zzhry .zzhrySw .zzhrySwiper .swiper-pagination-progress {
          position: static;
          width: 100%;
          height: 2px; }
        .main .aboutMain .tdyy .zzhry .zzhrySw .zzhrySwiper .swiper-slide {
          width: 100%;
          height: 15.6249vw; }
          .main .aboutMain .tdyy .zzhry .zzhrySw .zzhrySwiper .swiper-slide .imgs {
            height: 13.43741vw;
            overflow: hidden;
            padding: 1.04166vw;
            box-sizing: border-box;
            background: linear-gradient(to top, #eef5f9, #ffffff); }
            .main .aboutMain .tdyy .zzhry .zzhrySw .zzhrySwiper .swiper-slide .imgs img {
              width: auto;
              height: auto;
              max-width: 100%;
              max-height: 100%;
              transition: all 0.6s ease; }
          .main .aboutMain .tdyy .zzhry .zzhrySw .zzhrySwiper .swiper-slide .name {
            background-color: #abbcd6;
            text-align: center;
            height: 2.18749vw;
            line-height: 2.18749vw;
            font-size: 0.93749vw; }
        .main .aboutMain .tdyy .zzhry .zzhrySw .zzhrySwiper .swiper-slide:hover .imgs img {
          transition: all 0.6s ease;
          transform: scale(1.08); }
      .main .aboutMain .tdyy .zzhry .zzhrySw .btns {
        margin-top: 4.16664vw;
        display: flex;
        justify-content: space-between; }
        .main .aboutMain .tdyy .zzhry .zzhrySw .btns .tapBtn {
          display: flex;
          width: 10%; }
          .main .aboutMain .tdyy .zzhry .zzhrySw .btns .tapBtn .bt {
            position: static;
            width: 2.60415vw;
            height: 2.60415vw;
            border-radius: 50%;
            line-height: 2.60415vw;
            text-align: center;
            color: #ffffff;
            margin-right: 0.625vw;
            background: rgba(255, 255, 255, 0.5); }
        .main .aboutMain .tdyy .zzhry .zzhrySw .btns .progressBars {
          position: relative;
          width: 85%;
          height: 3px;
          background-color: #37517e; }
  .main .aboutMain .hzhb {
    background: url("../img/hzhbbg.png") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5.8333vw 0 7.6562vw 0; }
    .main .aboutMain .hzhb .hzhbMain h3 {
      font-weight: 500;
      font-size: 2.18749vw;
      margin-bottom: 2.29165vw; }
    .main .aboutMain .hzhb .hzhbMain .hzhbImg {
      display: flex;
      flex-wrap: wrap; }
      .main .aboutMain .hzhb .hzhbMain .hzhbImg img {
        width: 17.96863vw;
        height: 6.77079vw;
        margin-right: 1.04166vw;
        margin-bottom: 1.04166vw;
        transform: all 0.6s ease; }
      .main .aboutMain .hzhb .hzhbMain .hzhbImg img:hover {
        transition: all 0.6s ease;
        transform: scale(1.08); }
      .main .aboutMain .hzhb .hzhbMain .hzhbImg img:nth-child(4n) {
        margin-right: 0; }
  .main .zznls {
    overflow: hidden; }
    .main .zznls .zznl {
      background-color: #edf2f7;
      padding: 5.2083vw 0; }
    .main .zznls .zznlSw .zznlSwiper {
      overflow: visible; }
      .main .zznls .zznlSw .zznlSwiper .swiper-pagination-progress {
        position: static;
        width: 100%;
        height: 2px; }
      .main .zznls .zznlSw .zznlSwiper .swiper-slide {
        width: 31.2498vw; }
        .main .zznls .zznlSw .zznlSwiper .swiper-slide .imgs img {
          width: 31.2498vw;
          height: 19.47904vw;
          display: block;
          border-radius: 0.83333vw 0.83333vw 0 0; }
        .main .zznls .zznlSw .zznlSwiper .swiper-slide .txt {
          width: 100%;
          background-color: #ffffff;
          padding: 1.97915vw 1.45832vw;
          height: 14.9999vw;
          border-radius: 0 0 0.83333vw 0.83333vw;
          box-sizing: border-box; }
          .main .zznls .zznlSw .zznlSwiper .swiper-slide .txt .tit {
            font-size: 1.24999vw;
            line-height: 1.4;
            margin-bottom: 1.40624vw; }
          .main .zznls .zznlSw .zznlSwiper .swiper-slide .txt .ttext {
            font-size: 0.93749vw;
            line-height: 2;
            color: #4c5664; }
    .main .zznls .zznlSw .btns {
      margin-top: 4.16664vw;
      display: flex;
      justify-content: space-between; }
      .main .zznls .zznlSw .btns .tapBtn {
        display: flex;
        width: 10%; }
        .main .zznls .zznlSw .btns .tapBtn .bt {
          position: static;
          width: 2.60415vw;
          height: 2.60415vw;
          border-radius: 50%;
          line-height: 2.60415vw;
          text-align: center;
          color: #ffffff;
          margin-right: 0.625vw;
          background: #37517e; }
      .main .zznls .zznlSw .btns .progressBarss {
        width: 90%;
        position: relative;
        height: 3px;
        background-color: #37517e; }
  .main .footer {
    border-top: 1px solid #DCE0E6; }
    .main .footer .foot .tops {
      display: flex;
      border-bottom: 1px solid #dce0e6;
      justify-content: space-between;
      align-items: center;
      padding: 2.08332vw 0; }
      .main .footer .foot .tops .logos {
        width: 8.33328vw; }
      .main .footer .foot .tops .wx {
        width: 1.92707vw;
        height: 1.92707vw; }
      .main .footer .foot .tops .qr-box {
        position: relative;
        cursor: pointer; }
        .main .footer .foot .tops .qr-box dd {
          box-sizing: border-box;
          width: 5.2083vw;
          border: 0.05208vw solid #E2E5EC;
          border-radius: 0.26042vw;
          padding: 0.15625vw;
          position: absolute;
          left: 50%;
          margin-left: -2.60415vw;
          top: -5.62496vw;
          box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.06);
          background: #fff; }
          .main .footer .foot .tops .qr-box dd::before {
            content: ' ';
            border-top: 0.36458vw solid #E2E5EC;
            border-left: 0.3125vw solid transparent;
            border-right: 0.3125vw solid transparent;
            margin-left: -0.3125vw;
            bottom: -0.3125vw;
            position: absolute;
            left: 50%; }
          .main .footer .foot .tops .qr-box dd.e-anim-on {
            animation: qr-anim-on .3s;
            animation-fill-mode: both;
            display: block; }
          .main .footer .foot .tops .qr-box dd.e-anim-off {
            animation: qr-anim-off .3s;
            animation-fill-mode: both;
            display: block; }
          .main .footer .foot .tops .qr-box dd img {
            width: 100%;
            display: block; }
    .main .footer .foot .footNav {
      display: flex;
      margin-top: 2.49998vw;
      justify-content: space-between; }
      .main .footer .foot .footNav .l {
        display: flex; }
        .main .footer .foot .footNav .l .navList {
          width: 8.85411vw; }
          .main .footer .foot .footNav .l .navList .footTs span {
            display: block; }
          .main .footer .foot .footNav .l .navList .footTs a {
            font-weight: bold;
            font-size: 0.83333vw;
            color: #4c5664;
            line-height: 1.75; }
            .main .footer .foot .footNav .l .navList .footTs a:hover {
              color: #DC000C; }
          .main .footer .foot .footNav .l .navList .footTs .iconfont {
            display: none; }
          .main .footer .foot .footNav .l .navList .li span {
            display: block; }
          .main .footer .foot .footNav .l .navList .li a {
            font-size: 0.72916vw;
            color: #828891;
            line-height: 1.56249vw; }
            .main .footer .foot .footNav .l .navList .li a:hover {
              color: #DC000C; }
      .main .footer .foot .footNav .r {
        text-align: right; }
        .main .footer .foot .footNav .r .phone {
          color: #37517e;
          font-size: 1.19791vw;
          margin-bottom: 0.57291vw;
          font-weight: 700; }
        .main .footer .foot .footNav .r .addres {
          font-size: 0.72916vw;
          color: #4c5664; }
        .main .footer .foot .footNav .r .ewm {
          display: flex;
          justify-content: end;
          margin-top: 1.8229vw; }
          .main .footer .foot .footNav .r .ewm img {
            width: 5.10413vw;
            height: 5.10413vw;
            display: block; }
        .main .footer .foot .footNav .r .gz {
          margin-top: 0.52083vw;
          font-size: 0.72916vw;
          color: #4c5664; }
    .main .footer .footBot {
      background: #37517e;
      color: #ffffff;
      font-size: 0.72916vw;
      margin-top: 2.86456vw; }
      .main .footer .footBot .bot {
        padding: 1.04166vw 0;
        display: flex;
        justify-content: space-between; }
  .main .productMain .productNav {
    display: flex;
    justify-content: center;
    padding: 2.08332vw 0;
    border-bottom: 1px solid #e7ebee; }
    .main .productMain .productNav .list {
      cursor: pointer;
      text-align: center;
      width: 8.85411vw; }
      .main .productMain .productNav .list .icons {
        margin-bottom: 0.88541vw; }
        .main .productMain .productNav .list .icons .iconfont {
          font-size: 2.29165vw; }
      .main .productMain .productNav .list .iconsImg {
        width: 3.12498vw;
        height: 3.12498vw;
        margin: 0 auto;
        margin-bottom: 0.78124vw; }
        .main .productMain .productNav .list .iconsImg img {
          width: 3.12498vw;
          height: 3.12498vw;
          filter: contrast(25%) brightness(100%); }
      .main .productMain .productNav .list .text {
        font-size: 0.93749vw;
        color: #000; }
    .main .productMain .productNav .on .icons .iconfont, .main .productMain .productNav .list:hover .icons .iconfont {
      color: #37517E; }
    .main .productMain .productNav .on .iconsImg img, .main .productMain .productNav .list:hover .iconsImg img {
      filter: none; }
    .main .productMain .productNav .on .text, .main .productMain .productNav .list:hover .text {
      color: #DC000C; }
  .main .productMain .productCon {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 6.24996vw; }
    .main .productMain .productCon .produItem {
      display: block;
      width: 23.33318vw;
      padding: 0.88541vw;
      border: 1px solid #DCE0E6;
      border-radius: 1.04166vw;
      box-sizing: border-box;
      margin-top: 2.49998vw;
      margin-right: 2.49998vw; }
      .main .productMain .productCon .produItem .imgbg {
        width: 21.56236vw;
        background-color: #f4f3f3;
        border-radius: 0.52083vw;
        padding: 1.04166vw;
        height: 14.06241vw;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        box-sizing: border-box; }
        .main .productMain .productCon .produItem .imgbg img {
          transition: all 0.6s ease;
          max-width: 100%;
          max-height: 100%;
          width: auto;
          /* 保持宽高比 */
          height: auto; }
      .main .productMain .productCon .produItem .name {
        font-size: 1.14583vw;
        margin: 0.93749vw 0;
        color: #000000; }
      .main .productMain .productCon .produItem .text {
        color: #4c5664;
        font-size: 0.72916vw;
        border-bottom: 1px solid #DCE0E6;
        padding-bottom: 2.4479vw; }
      .main .productMain .productCon .produItem .abtn {
        color: #37517e;
        font-size: 0.83333vw;
        padding-top: 0.93749vw; }
    .main .productMain .productCon .produItem:hover {
      border: 1px solid #d1292e;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); }
      .main .productMain .productCon .produItem:hover .imgbg img {
        transition: all 0.6s ease;
        transform: scale(1.08); }
    .main .productMain .productCon .produItem:nth-child(3n) {
      margin-right: 0; }
  .main .sbkjq {
    display: flex;
    position: relative; }
    .main .sbkjq .sbxqLeft {
      width: 0;
      height: 100vh;
      position: relative;
      top: 0; }
      .main .sbkjq .sbxqLeft .bg {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        padding-top: 5.2083vw;
        box-sizing: border-box;
        width: 41.87473vw;
        background-color: #f8f8f8;
        display: flex;
        justify-content: flex-end; }
      .main .sbkjq .sbxqLeft .box {
        width: 29.16648vw;
        display: flex;
        justify-content: center;
        flex-direction: column; }
        .main .sbkjq .sbxqLeft .box .mySwiper2-loop {
          width: 20.8332vw;
          overflow: hidden; }
          .main .sbkjq .sbxqLeft .box .mySwiper2-loop .mySwiper2 {
            width: 200%; }
            .main .sbkjq .sbxqLeft .box .mySwiper2-loop .mySwiper2 img {
              width: 20.8332vw;
              height: 20.8332vw;
              object-fit: contain; }
      .main .sbkjq .sbxqLeft .mySwiper {
        overflow: hidden;
        min-width: 0; }
        .main .sbkjq .sbxqLeft .mySwiper .swiper-slide .item {
          padding: 0.26042vw;
          box-sizing: border-box;
          border-radius: 0.52083vw;
          height: 4.27081vw;
          background-color: #ffffff;
          position: relative;
          cursor: pointer; }
          .main .sbkjq .sbxqLeft .mySwiper .swiper-slide .item::before {
            content: ' ';
            position: absolute;
            right: 1.04166vw;
            left: 1.04166vw;
            bottom: 0;
            height: 0.15625vw;
            background: #DC000C;
            opacity: 0; }
          .main .sbkjq .sbxqLeft .mySwiper .swiper-slide .item img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
        .main .sbkjq .sbxqLeft .mySwiper .swiper-slide-active .item::before {
          opacity: 1; }
      .main .sbkjq .sbxqLeft .leimgs {
        width: 29.16648vw;
        margin-left: 12.49992vw;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        height: 20.8332vw; }
        .main .sbkjq .sbxqLeft .leimgs img {
          max-width: 100%;
          max-width: 100%;
          width: auto;
          height: auto;
          display: none; }
        .main .sbkjq .sbxqLeft .leimgs .on {
          display: block; }
      .main .sbkjq .sbxqLeft .leTab {
        display: flex;
        width: 20.8332vw;
        align-items: center;
        padding: 2.60415vw 0 5.2083vw 0; }
        .main .sbkjq .sbxqLeft .leTab .wxzx {
          margin-top: 0;
          width: 4.99997vw;
          height: 4.27081vw;
          border-radius: 0.52083vw;
          background: #37517e;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .main .sbkjq .sbxqLeft .leTab .wxzx i {
            padding-bottom: 0.26042vw; }
          .main .sbkjq .sbxqLeft .leTab .wxzx i::before {
            color: #fff;
            font-size: 1.66666vw; }
          .main .sbkjq .sbxqLeft .leTab .wxzx .txt {
            color: #fff;
            font-size: 0.83333vw; }
          .main .sbkjq .sbxqLeft .leTab .wxzx:hover {
            background: #DC000C; }
            .main .sbkjq .sbxqLeft .leTab .wxzx:hover i {
              transform: translateY(-5%); }
        .main .sbkjq .sbxqLeft .leTab .swiper-box {
          min-width: 0;
          flex: 1; }
        .main .sbkjq .sbxqLeft .leTab .shuxian {
          width: 1px;
          height: 3.64581vw;
          background: #d4d7db;
          margin: 0 0.78124vw; }
        .main .sbkjq .sbxqLeft .leTab .djimgs {
          margin-right: 0.78124vw;
          height: 4.37497vw;
          border-radius: 0.52083vw;
          background-color: #ffffff;
          display: flex;
          align-items: center;
          overflow: hidden;
          justify-content: center;
          box-sizing: border-box;
          padding: 0.26042vw; }
          .main .sbkjq .sbxqLeft .leTab .djimgs img {
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto; }
    .main .sbkjq .sbxqRight {
      padding-top: 5.2083vw;
      padding-left: 41.87473vw;
      padding-bottom: 2.60415vw; }
      .main .sbkjq .sbxqRight .r {
        width: 40.41641vw;
        padding-left: 5.2083vw;
        padding-top: 2.1354vw; }
        .main .sbkjq .sbxqRight .r .pathStr {
          font-size: 0.72916vw;
          margin-bottom: 2.08332vw; }
          .main .sbkjq .sbxqRight .r .pathStr a {
            color: #4c5664; }
        .main .sbkjq .sbxqRight .r .sbName {
          font-size: 2.49998vw;
          margin-bottom: 0.3125vw; }
        .main .sbkjq .sbxqRight .r .sbtit {
          font-size: 0.83333vw;
          color: #37517e;
          margin-bottom: 2.91665vw; }
        .main .sbkjq .sbxqRight .r .jsld {
          font-size: 0.93749vw;
          border-bottom: 1px solid #d5d8db;
          padding-bottom: 0.52083vw; }
        .main .sbkjq .sbxqRight .r .ptext {
          margin-top: 1.8229vw;
          font-size: 0.83333vw;
          line-height: 1.71874vw;
          color: #4c5664; }
        .main .sbkjq .sbxqRight .r .cptj {
          margin-top: 6.24996vw;
          font-size: 0.93749vw;
          border-bottom: 1px solid #d5d8db;
          padding-bottom: 0.52083vw; }
        .main .sbkjq .sbxqRight .r .cptjList {
          border: 1px solid #e7ebee;
          border-radius: 0.52083vw;
          margin-top: 1.56249vw;
          padding: 1.19791vw;
          display: flex; }
          .main .sbkjq .sbxqRight .r .cptjList .tyImg {
            width: 14.11449vw;
            height: 9.21869vw;
            margin-right: 2.08332vw;
            background-color: #f4f3f3;
            border-radius: 0.52083vw;
            padding: 0.52083vw;
            box-sizing: border-box; }
          .main .sbkjq .sbxqRight .r .cptjList .textlist {
            width: 20.8332vw; }
            .main .sbkjq .sbxqRight .r .cptjList .textlist .tits {
              font-size: 1.14583vw;
              color: #000; }
            .main .sbkjq .sbxqRight .r .cptjList .textlist .txt {
              margin-top: 0.88541vw;
              padding-bottom: 3.12498vw;
              font-size: 0.72916vw;
              color: #4c5664;
              width: 100%;
              border-bottom: 1px solid #D5D8DB;
              position: relative; }
              .main .sbkjq .sbxqRight .r .cptjList .textlist .txt::before {
                content: ' ';
                right: 0;
                width: 0;
                height: 1px;
                background: #DC000C;
                position: absolute;
                bottom: -1px; }
            .main .sbkjq .sbxqRight .r .cptjList .textlist .sebname {
              margin-top: 0.88541vw;
              font-size: 0.83333vw;
              color: #37517e; }
          .main .sbkjq .sbxqRight .r .cptjList:hover {
            border-color: #DC000C;
            box-shadow: 0 0 0.78124vw rgba(0, 0, 0, 0.1); }
            .main .sbkjq .sbxqRight .r .cptjList:hover .tyImg img {
              transition: all 0.6s ease;
              transform: scale(1.08); }
            .main .sbkjq .sbxqRight .r .cptjList:hover .textlist .txt::before {
              left: 0;
              right: auto;
              width: 100%; }
            .main .sbkjq .sbxqRight .r .cptjList:hover .textlist .sebname {
              color: #DC000C; }
  .main .jsslMain .yftdBox2 .yftdMainTxt {
    display: flex;
    align-items: center;
    margin-top: 6.24996vw;
    margin-bottom: 2.86456vw;
    justify-content: space-between; }
    .main .jsslMain .yftdBox2 .yftdMainTxt .l {
      font-size: 2.18749vw; }
    .main .jsslMain .yftdBox2 .yftdMainTxt .r {
      width: 40.62474vw;
      font-size: 0.93749vw;
      line-height: 1.66666vw; }
  .main .jsslMain .yftdBox2 .yftImg {
    width: 100%;
    margin-bottom: 2.60415vw; }
    .main .jsslMain .yftdBox2 .yftImg img {
      width: 100%;
      height: 26.0415vw;
      max-width: 100%; }
  .main .jsslMain .yftdBox2 .wenzi {
    font-size: 0.93749vw;
    margin-bottom: 1.8229vw; }
  .main .jsslMain .yftdBox2 .yftdClass {
    display: flex;
    margin-left: -1.56249vw;
    flex-wrap: wrap;
    padding-bottom: 6.24996vw; }
    .main .jsslMain .yftdBox2 .yftdClass .list {
      margin-left: 1.56249vw;
      width: 23.95818vw;
      height: 13.02075vw;
      margin-bottom: 1.56249vw;
      box-sizing: border-box;
      background: linear-gradient(to bottom, #fafcfd, #e5eef8);
      border-radius: 0.52083vw;
      padding: 2.08332vw 1.56249vw; }
      .main .jsslMain .yftdBox2 .yftdClass .list .tit {
        font-size: 1.56249vw; }
      .main .jsslMain .yftdBox2 .yftdClass .list .gang {
        margin-top: 0.36458vw;
        margin-bottom: 1.40624vw;
        font-size: 1.56249vw;
        width: 1em;
        height: 2px;
        background-color: #dc000c; }
      .main .jsslMain .yftdBox2 .yftdClass .list .texts {
        font-size: 0.93749vw;
        line-height: 1.66666vw;
        color: #4c5664; }
    .main .jsslMain .yftdBox2 .yftdClass .list:hover {
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12); }
  .main .jsslMain .jsslList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3.64581vw; }
    .main .jsslMain .jsslList .listSb {
      width: 23.33318vw;
      height: 20.8332vw;
      padding: 0.93749vw;
      box-sizing: border-box;
      border-radius: 1.04166vw;
      border: 1px solid #e7ebee;
      margin-right: 2.49998vw;
      margin-bottom: 2.49998vw; }
      .main .jsslMain .jsslList .listSb .imgSb {
        width: 21.56236vw;
        height: 14.06241vw;
        overflow: hidden;
        border-radius: 0.625vw; }
        .main .jsslMain .jsslList .listSb .imgSb img {
          max-width: 100%;
          max-height: 100%;
          width: 100%;
          object-fit: cover;
          height: 100%;
          transition: all 0.6s ease-in-out; }
        .main .jsslMain .jsslList .listSb .imgSb img:hover {
          -webkit-transform: scale(1.05);
          transform: scale(1.05); }
      .main .jsslMain .jsslList .listSb .name {
        font-size: 1.14583vw;
        margin: 0.93749vw 0; }
      .main .jsslMain .jsslList .listSb .txts {
        font-size: 0.72916vw;
        color: #4c5664; }
    .main .jsslMain .jsslList .listSb:nth-child(3n) {
      margin-right: 0; }
  .main .jsslMain .jsslShow {
    background-color: #f2f6f9;
    padding-top: 4.16664vw;
    padding-bottom: 6.24996vw; }
    .main .jsslMain .jsslShow .atcMain {
      width: 62.4996vw;
      background-color: #ffffff;
      padding: 3.12498vw;
      box-sizing: border-box; }
      .main .jsslMain .jsslShow .atcMain h3 {
        font-size: 1.56249vw;
        font-weight: normal;
        margin-bottom: 2.60415vw; }
      .main .jsslMain .jsslShow .atcMain .timeZz {
        font-size: 0.83333vw;
        width: 100%;
        display: flex;
        color: #4c5664;
        justify-content: space-between;
        border-bottom: 1px solid #c6c6c6;
        padding-bottom: 1.09374vw;
        margin-bottom: 2.08332vw; }
        .main .jsslMain .jsslShow .atcMain .timeZz .l .num {
          margin-right: 1.56249vw; }
      .main .jsslMain .jsslShow .atcMain .atcContnet .atcText {
        font-size: 0.93749vw;
        line-height: 1.66666vw;
        color: #4c5664; }
      .main .jsslMain .jsslShow .atcMain .atcContnet .atcImg {
        margin: 2.34373vw 0; }
      .main .jsslMain .jsslShow .atcMain .atcContnet .copyLink {
        margin: 0 auto;
        margin-top: 2.08332vw;
        width: 10.4166vw;
        text-align: center;
        font-size: 0.83333vw;
        color: #37517e;
        padding-top: 1.56249vw;
        position: relative; }
        .main .jsslMain .jsslShow .atcMain .atcContnet .copyLink .copyTip {
          margin-bottom: 0.52083vw;
          position: absolute;
          top: 0;
          text-align: center;
          width: 100%;
          display: none; }
        .main .jsslMain .jsslShow .atcMain .atcContnet .copyLink .btns {
          cursor: pointer;
          border: 1px solid #37517e;
          padding: 0.88541vw 0;
          border-radius: 0.26042vw;
          box-sizing: border-box; }
          .main .jsslMain .jsslShow .atcMain .atcContnet .copyLink .btns span {
            margin-right: 0.52083vw; }
      .main .jsslMain .jsslShow .atcMain .atcContnet .nextMain {
        margin-top: 3.12498vw;
        display: flex;
        font-size: 0.83333vw;
        justify-content: space-between;
        padding: 1.45832vw 0.10417vw;
        border-top: 1px dashed #d4d4d4;
        border-bottom: 1px dashed #d4d4d4; }
        .main .jsslMain .jsslShow .atcMain .atcContnet .nextMain a {
          color: #4c5664; }
  .main .jsslMain .newLb .newTops {
    background: #f2f6f9;
    padding: 4.16664vw 0; }
  .main .jsslMain .newLb .newBanner {
    width: 74.99952vw;
    margin: 0 auto; }
    .main .jsslMain .newLb .newBanner .swiper-pagination {
      left: 45%;
      bottom: 4.16664vw; }
      .main .jsslMain .newLb .newBanner .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #37517e;
        width: 1.04166vw;
        border-radius: 0.36458vw; }
    .main .jsslMain .newLb .newBanner .swOv .link {
      display: flex;
      overflow: hidden; }
    .main .jsslMain .newLb .newBanner .swOv .img {
      width: 37.49976vw;
      overflow: hidden;
      border-radius: 1.56249vw 0 0 1.56249vw; }
      .main .jsslMain .newLb .newBanner .swOv .img img {
        width: 100%;
        height: 23.2811vw;
        display: block;
        border-radius: 1.56249vw 0 0 1.56249vw; }
    .main .jsslMain .newLb .newBanner .swOv .Conten {
      width: 37.49976vw;
      background-color: #ffffff;
      padding: 3.12498vw 2.60415vw;
      box-sizing: border-box;
      border-radius: 0 1.56249vw 1.56249vw 0;
      height: 23.2811vw;
      overflow: hidden; }
      .main .jsslMain .newLb .newBanner .swOv .Conten .time {
        font-size: 0.93749vw;
        color: #dc000c;
        margin-bottom: 1.45832vw; }
      .main .jsslMain .newLb .newBanner .swOv .Conten .tits {
        font-size: 1.56249vw;
        line-height: 1.97915vw;
        color: #000; }
      .main .jsslMain .newLb .newBanner .swOv .Conten .nrs {
        font-size: 0.83333vw;
        color: #4c5664;
        margin-top: 1.30207vw;
        margin-bottom: 5.2083vw;
        line-height: 1.4; }
      .main .jsslMain .newLb .newBanner .swOv .Conten .btns {
        background-color: #37517e;
        color: #ffffff;
        padding: 0.78124vw 1.30207vw;
        border-radius: 1.30207vw;
        font-size: 0.83333vw;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: all .4s ease; }
        .main .jsslMain .newLb .newBanner .swOv .Conten .btns span {
          font-size: 0.625vw;
          margin-left: 0.72916vw;
          display: block; }
    .main .jsslMain .newLb .newBanner .link:hover .btns {
      background-color: #dc000c; }
      .main .jsslMain .newLb .newBanner .link:hover .btns span {
        animation: moreAni .9s ease both; }
  .main .jsslMain .newLb i.pic-scale-news-02 {
    border-radius: 0.83333vw;
    padding-bottom: 62.035%; }
  .main .jsslMain .newLb .newList .newMains {
    padding-bottom: 4.16664vw; }
    .main .jsslMain .newLb .newList .newMains .list {
      margin-top: 4.16664vw;
      display: flex; }
      .main .jsslMain .newLb .newList .newMains .list .imgs {
        flex-basis: 20.98945vw;
        flex-shrink: 0; }
      .main .jsslMain .newLb .newList .newMains .list .textso {
        margin-left: 3.43748vw;
        padding: 1.04166vw 0;
        width: 41.14557vw; }
        .main .jsslMain .newLb .newList .newMains .list .textso .time {
          display: none; }
        .main .jsslMain .newLb .newList .newMains .list .textso .h3 {
          font-size: 1.35416vw;
          font-weight: none;
          margin-bottom: 1.30207vw;
          color: #000;
          line-height: 1.4; }
        .main .jsslMain .newLb .newList .newMains .list .textso .txt {
          font-size: 0.83333vw;
          color: #4c5664;
          line-height: 1.75; }
      .main .jsslMain .newLb .newList .newMains .list .timeTxt {
        margin: auto;
        margin-left: auto; }
        .main .jsslMain .newLb .newList .newMains .list .timeTxt .days {
          font-size: 2.39582vw;
          color: #37517e; }
        .main .jsslMain .newLb .newList .newMains .list .timeTxt .year {
          font-size: 0.93749vw;
          color: #4c5664;
          text-align: right; }
    .main .jsslMain .newLb .newList .newMains a:hover .list .textso .h3 {
      color: #DC000C; }
  .main .lxwmMain .lxwmTop {
    padding: 3.80206vw 0 6.24996vw 0;
    background-color: #f8f9fd; }
    .main .lxwmMain .lxwmTop .lxwmTit {
      margin-top: 5.72913vw;
      text-align: center;
      color: #001635; }
      .main .lxwmMain .lxwmTop .lxwmTit .tits {
        font-size: 1.77082vw;
        font-weight: 700; }
      .main .lxwmMain .lxwmTop .lxwmTit .enTit {
        font-size: 0.93749vw; }
    .main .lxwmMain .lxwmTop .lxText {
      display: flex;
      padding-top: 0.78124vw;
      margin-top: 2.08332vw;
      background-color: #ffffff; }
      .main .lxwmMain .lxwmTop .lxText .list {
        padding: 1.56249vw 0 2.34373vw 0;
        text-align: center;
        width: 24.99984vw;
        border-right: 1px solid #f1f1f1; }
        .main .lxwmMain .lxwmTop .lxText .list .img {
          margin: 0 auto;
          width: 3.64581vw; }
          .main .lxwmMain .lxwmTop .lxText .list .img img {
            width: 3.64581vw;
            height: 3.64581vw; }
        .main .lxwmMain .lxwmTop .lxText .list .name {
          margin: 0.83333vw 0 0.41666vw 0;
          font-size: 0.93749vw;
          font-weight: 700;
          color: #37517e; }
        .main .lxwmMain .lxwmTop .lxText .list .vals {
          font-size: 0.83333vw;
          color: #4c5664; }
      .main .lxwmMain .lxwmTop .lxText .list:nth-child(3) {
        border-right: 0; }
    .main .lxwmMain .lxwmTop .mapimg {
      width: 100%; }
      .main .lxwmMain .lxwmTop .mapimg img {
        width: 100%;
        height: 26.0415vw; }
  .main .lxwmMain .lxwmBottom {
    background: url("../img/lxwmBottomBg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5.88538vw 0 6.24996vw 0; }
    .main .lxwmMain .lxwmBottom .lxwmBMain .tits {
      font-size: 1.66666vw;
      line-height: 2.23957vw;
      margin-bottom: 1.87499vw; }
    .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains {
      background-color: #ffffff;
      border-radius: 1.04166vw;
      display: flex;
      padding: 3.12498vw 2.49998vw; }
      .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain {
        border-right: 1px solid #d1d8de;
        padding-right: 2.08332vw;
        width: 44.53096vw; }
        .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain input {
          text-indent: 1em;
          border: 1px solid #d1d8de;
          border-radius: 0.52083vw;
          height: 2.60415vw;
          font-size: 0.83333vw;
          box-sizing: border-box;
          line-height: 2.60415vw;
          margin-bottom: 1.40624vw; }
        .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .label {
          font-size: 0.83333vw;
          color: #4c5664;
          margin-bottom: 0.625vw; }
          .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .label span {
            color: #dc000c; }
        .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .minFormItem {
          display: flex;
          flex-wrap: wrap; }
        .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .formItem {
          margin-right: 1.77082vw; }
          .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .formItem .inputs input {
            width: 21.35403vw; }
        .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .formItem:nth-child(2n) {
          margin-right: 0; }
        .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .formTexts .textArea textarea {
          width: 44.53096vw;
          border: 1px solid #d1d8de;
          border-radius: 0.52083vw;
          height: 5.72913vw;
          font-size: 0.83333vw;
          box-sizing: border-box;
          padding: 0.78124vw;
          line-height: 1.35416vw; }
        .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .tips {
          margin-top: 0.98958vw;
          margin-bottom: 1.45832vw;
          font-size: 0.72916vw;
          color: #999999; }
          .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .tips span {
            color: #dc000c; }
        .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .yzmMain {
          display: flex;
          align-items: end; }
          .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .yzmMain .formYzm {
            width: 14.58324vw; }
            .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .yzmMain .formYzm input {
              margin-bottom: 0; }
          .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .yzmMain .yzmBg {
            cursor: pointer;
            background-color: #a1a1a1;
            height: 2.60415vw;
            width: 6.77079vw;
            line-height: 2.60415vw;
            border-radius: 0.52083vw;
            text-align: center; }
          .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .yzmMain .btns {
            width: 8.33328vw;
            margin-left: auto;
            background-color: #37517e;
            display: block;
            color: #ffffff;
            font-size: 0.83333vw;
            text-align: center;
            line-height: 2.60415vw;
            border-radius: 1.30207vw;
            height: 2.60415vw; }
            .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .yzmMain .btns span {
              margin-left: 1.04166vw; }
      .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .r {
        padding-left: 2.49998vw; }
        .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .r .imgs {
          width: 20.46862vw; }
          .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .r .imgs img {
            width: 100%;
            height: 8.12495vw; }
        .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .r .fwrx {
          margin-top: 1.8229vw;
          margin-bottom: 0.20833vw;
          font-size: 0.83333vw;
          color: #4c5664; }
        .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .r .fwrxdh {
          margin-bottom: 4.16664vw;
          font-size: 1.24999vw;
          color: #37517e; }
        .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .r .wems {
          width: 6.24996vw; }
          .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .r .wems img {
            width: 6.24996vw;
            height: 6.24996vw;
            margin-bottom: 0.41666vw; }
          .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .r .wems .txt {
            font-size: 0.83333vw;
            color: #4c5664; } }

@media screen and (max-width: 992px) {
  .header {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }
    .header .head .nav {
      display: none;
      position: absolute;
      top: 12.79997vw;
      background-color: #ffffff;
      width: 100%;
      flex-wrap: wrap;
      border-top: 1px solid #4c5664;
      border-bottom: 1px solid #4c5664;
      padding-bottom: 5.33332vw; }
      .header .head .nav .list {
        order: 1;
        background-color: #ffffff;
        display: block;
        width: 100%;
        padding: 2.66666vw 0;
        text-align: center; }
        .header .head .nav .list a {
          font-size: 5.33332vw;
          line-height: 7.99998vw;
          color: #4c5664;
          padding: 1.33333vw 0;
          height: 7.99998vw; }
      .header .head .nav .navTy {
        border: 1px solid #4c5664; }
      .header .head .nav .searchs, .header .head .nav .searchs-on {
        width: 80%;
        margin: 0 auto;
        height: 12.26664vw;
        border-radius: 3.46666vw;
        order: 0;
        padding-right: 0; }
        .header .head .nav .searchs .iconfont, .header .head .nav .searchs-on .iconfont {
          font-size: 4.79999vw;
          color: #4c5664;
          line-height: 6.93332vw;
          margin-left: 1.06666vw;
          margin-top: 0.53333vw; }
        .header .head .nav .searchs input, .header .head .nav .searchs-on input {
          font-size: 4.26666vw;
          color: #4c5664;
          height: 12.26664vw;
          width: 71%; }
        .header .head .nav .searchs input::placeholder, .header .head .nav .searchs-on input::placeholder {
          color: #4c5664; }
        .header .head .nav .searchs button, .header .head .nav .searchs-on button {
          animation: none;
          width: 15.99996vw;
          height: 12.26664vw;
          border: 0;
          border-radius: 0 3.46666vw 3.46666vw 0;
          display: block;
          font-size: 4.26666vw;
          color: #4c5664;
          background-color: #dfdfdf;
          margin-left: auto; }
      .header .head .nav .searchans {
        animation: none; }
      .header .head .nav .langs {
        display: none; }
    .header .head .logo {
      padding: 1.33333vw 0;
      width: 22.39994vw; }
      .header .head .logo img {
        width: 22.39994vw;
        height: 7.73331vw; }
      .header .head .logo .on {
        display: none; }
      .header .head .logo .t {
        display: block; }
    .header .head .sj {
      display: block; }
      .header .head .sj .iconfont {
        margin-right: 4.79999vw;
        color: #ffffff;
        font-size: 5.33332vw; }
    .header .head-on {
      background-color: #ffffff; }
      .header .head-on .nav {
        display: block; }
      .header .head-on .logo .on {
        display: block; }
      .header .head-on .logo .t {
        display: none; }
      .header .head-on .sj .iconfont {
        color: #4c5664; }
  .bannerSwiper .bannerDiv .bantxt {
    width: 90%;
    font-size: 5.33332vw;
    left: 8%;
    line-height: 7.99998vw; }
  .bannerSwiper .swPangin .swiper-pagination-bullet {
    background-color: #ffffff; }
    .bannerSwiper .swPangin .swiper-pagination-bullet .yd {
      display: none; }
  .heaeConten {
    display: none; }
  .main {
    position: relative; }
    .main .container144 {
      width: 92%; }
    .main .box2Ma {
      position: relative; }
    .main .box2Bg .indPro-bg {
      width: 100%;
      height: 189.33286vw; }
      .main .box2Bg .indPro-bg .swiper-slide img {
        width: 100%;
        height: 189.33286vw;
        object-fit: cover; }
    .main .box2 .box2Ov {
      flex-wrap: wrap; }
      .main .box2 .box2Ov .l {
        width: 100%; }
        .main .box2 .box2Ov .l .txt {
          width: 100%;
          text-align: center;
          font-size: 5.59999vw; }
        .main .box2 .box2Ov .l .btnList {
          display: flex;
          flex-wrap: wrap;
          width: 84.26646vw;
          margin: 0 auto; }
          .main .box2 .box2Ov .l .btnList .txtBtn {
            height: 9.59998vw;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            margin-right: 2.13333vw;
            margin-bottom: 2.13333vw;
            padding-bottom: 0;
            width: 26.6666vw;
            font-size: 4.26666vw;
            max-width: 53.3332vw;
            border-radius: 7.99998vw;
            border-width: 0.05208vw; }
            .main .box2 .box2Ov .l .btnList .txtBtn .iconfont {
              display: none; }
          .main .box2 .box2Ov .l .btnList .txtBtn:nth-child(3n) {
            margin-right: 0; }
      .main .box2 .box2Ov .r {
        margin-top: 7.99998vw;
        width: 100%; }
        .main .box2 .box2Ov .r .box2Swiper .box2sw .swiper-slide .box2TxtImg {
          border-radius: 2.66666vw; }
          .main .box2 .box2Ov .r .box2Swiper .box2sw .swiper-slide .box2TxtImg img {
            height: 79.9998vw;
            border-radius: 2.66666vw 2.66666vw 0 0; }
          .main .box2 .box2Ov .r .box2Swiper .box2sw .swiper-slide .box2TxtImg .txt {
            border-radius: 0 0 2.66666vw 2.66666vw;
            padding: 3.99999vw 5.33332vw; }
            .main .box2 .box2Ov .r .box2Swiper .box2sw .swiper-slide .box2TxtImg .txt .tit {
              font-size: 3.73332vw; }
            .main .box2 .box2Ov .r .box2Swiper .box2sw .swiper-slide .box2TxtImg .txt .contents {
              font-size: 3.46666vw;
              height: 3em; }
            .main .box2 .box2Ov .r .box2Swiper .box2sw .swiper-slide .box2TxtImg .txt .btn {
              font-size: 3.19999vw; }
        .main .box2 .box2Ov .r .box2Swiper .box2sw .btns {
          display: none; }
    .main .idxTit .h2 {
      font-size: 6.93332vw;
      margin-bottom: 2.66666vw; }
    .main .idxTit .text {
      width: 92%;
      margin: 0 auto;
      font-size: 3.19999vw;
      margin-bottom: 5.33332vw; }
    .main .box3 {
      padding: 7.99998vw 3.99999vw;
      box-sizing: border-box;
      overflow: hidden; }
      .main .box3 .box3sw {
        overflow: visible;
        margin-top: 7.99998vw; }
        .main .box3 .box3sw .swiper-button-next, .main .box3 .box3sw .swiper-button-prev {
          display: none; }
        .main .box3 .box3sw .box3sw-pagination {
          display: flex;
          align-items: center;
          justify-content: center;
          padding-top: 2.66666vw; }
          .main .box3 .box3sw .box3sw-pagination .swiper-pagination-bullet {
            width: 2.66666vw;
            height: 2.66666vw; }
          .main .box3 .box3sw .box3sw-pagination .swiper-pagination-bullet-active {
            background: #DC000C; }
        .main .box3 .box3sw .swiper-wrapper {
          width: 100%;
          overflow: visible; }
          .main .box3 .box3sw .swiper-wrapper .swiper-slide {
            overflow: visible; }
            .main .box3 .box3sw .swiper-wrapper .swiper-slide .link {
              border-radius: 2.66666vw;
              box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.06);
              overflow: hidden;
              display: block; }
              .main .box3 .box3sw .swiper-wrapper .swiper-slide .link img {
                object-fit: cover;
                border-radius: 0;
                height: 53.3332vw; }
              .main .box3 .box3sw .swiper-wrapper .swiper-slide .link .text {
                padding: 4.26666vw;
                top: 0;
                left: 0;
                width: 100%;
                position: relative;
                border-radius: 0; }
                .main .box3 .box3sw .swiper-wrapper .swiper-slide .link .text .tits {
                  font-size: 3.73332vw;
                  margin-bottom: 2.66666vw; }
                .main .box3 .box3sw .swiper-wrapper .swiper-slide .link .text .content {
                  font-size: 3.46666vw;
                  line-height: 5.33332vw; }
                .main .box3 .box3sw .swiper-wrapper .swiper-slide .link .text .btn {
                  padding-top: 2.66666vw;
                  font-size: 3.19999vw; }
                  .main .box3 .box3sw .swiper-wrapper .swiper-slide .link .text .btn span {
                    font-size: 3.19999vw; }
    .main .box4 .box4Top .titP {
      font-size: 3.73332vw; }
    .main .box4 .box4Top .titH3 {
      font-size: 5.33332vw;
      line-height: 6.93332vw;
      margin-top: 2.66666vw; }
    .main .box4 .box4Top .box4Text {
      font-size: 3.46666vw;
      width: 100%;
      line-height: 5.33332vw;
      margin-bottom: 7.99998vw; }
    .main .box4 .box4Top a {
      font-size: 3.73332vw;
      padding: 2.66666vw 5.33332vw;
      border-radius: 5.33332vw; }
      .main .box4 .box4Top a .iconfont {
        font-size: 2.66666vw;
        margin-left: 2.66666vw; }
    .main .box5 .box5Main {
      margin-top: 7.99998vw; }
      .main .box5 .box5Main i.pic-scale-news-01 {
        border-radius: 1.6vw;
        padding-bottom: 63.99984vw; }
      .main .box5 .box5Main .list {
        margin: -2.66666vw; }
        .main .box5 .box5Main .list .item {
          flex-basis: 100%;
          padding: 2.66666vw; }
        .main .box5 .box5Main .list .item:nth-child(1) {
          flex-basis: 100%; }
      .main .box5 .box5Main .tw img {
        width: 100%; }
      .main .box5 .box5Main .tw .text {
        top: 5.33332vw;
        left: 2.66666vw; }
        .main .box5 .box5Main .tw .text .tit {
          line-height: 1.4;
          width: 100%;
          font-size: 3.73332vw; }
        .main .box5 .box5Main .tw .text .time {
          font-size: 3.46666vw;
          margin-top: 2.66666vw;
          margin-bottom: 2.66666vw; }
        .main .box5 .box5Main .tw .text .btn {
          border: 0.53333vw solid #fff;
          padding: 0 3.73332vw 0.53333vw 3.73332vw;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 6.39998vw;
          border-radius: 3.99999vw;
          color: #fff;
          font-size: 3.19999vw;
          line-height: 1;
          display: inline-flex; }
      .main .box5 .box5Main .tw:hover .text .btn {
        background-color: #dc000c;
        border: 0.53333vw solid #dc000c; }
      .main .box5 .box5Main .xiaList {
        display: block;
        background: #ffffff;
        padding: 3.99999vw;
        border-radius: 1.6vw; }
        .main .box5 .box5Main .xiaList .text {
          font-size: 3.73332vw;
          line-height: 1.4;
          margin-bottom: 2.66666vw;
          height: auto; }
        .main .box5 .box5Main .xiaList .xiaBtn {
          font-size: 3.46666vw; }
          .main .box5 .box5Main .xiaList .xiaBtn .time {
            padding: 1.86666vw 0; }
          .main .box5 .box5Main .xiaList .xiaBtn .gsxw {
            border: 0.53333vw solid #4c5664;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 6.39998vw;
            padding: 0 3.73332vw 0.53333vw 3.73332vw;
            border-radius: 3.99999vw;
            line-height: 1;
            font-size: 3.19999vw; }
      .main .box5 .box5Main .xiaList:hover {
        background-color: #37517e;
        transition: all .4s ease; }
        .main .box5 .box5Main .xiaList:hover .text {
          color: #ffffff; }
        .main .box5 .box5Main .xiaList:hover .xiaBtn .time {
          color: #ffffff; }
        .main .box5 .box5Main .xiaList:hover .xiaBtn .gsxw {
          border: 2px solid #ffffff;
          background-color: #ffffff; }
    .main .footer .foot .tops {
      display: none; }
    .main .footer .foot .footNav {
      flex-wrap: wrap; }
      .main .footer .foot .footNav .l {
        margin-bottom: 6.66665vw;
        width: 100%;
        flex-wrap: wrap; }
        .main .footer .foot .footNav .l .navList {
          width: 100%; }
          .main .footer .foot .footNav .l .navList .dson {
            height: 0;
            margin-top: 2.66666vw;
            overflow: hidden; }
          .main .footer .foot .footNav .l .navList .li a {
            font-size: 2.66666vw;
            line-height: 6.39998vw; }
          .main .footer .foot .footNav .l .navList .footTs {
            margin-top: 3.99999vw;
            align-items: center;
            display: flex; }
            .main .footer .foot .footNav .l .navList .footTs a {
              display: block;
              font-size: 3.19999vw; }
            .main .footer .foot .footNav .l .navList .footTs .iconfont {
              margin-left: auto;
              display: block; }
      .main .footer .foot .footNav .r {
        width: 100%;
        margin: 0 auto;
        text-align: left; }
        .main .footer .foot .footNav .r .phone {
          font-size: 4.26666vw; }
        .main .footer .foot .footNav .r .addres {
          font-size: 3.19999vw; }
        .main .footer .foot .footNav .r .ewm {
          width: 21.33328vw;
          margin: 5.33332vw auto;
          margin-bottom: 0.26667vw; }
          .main .footer .foot .footNav .r .ewm img {
            width: 100%;
            height: auto; }
        .main .footer .foot .footNav .r .gz {
          text-align: center;
          font-size: 3.19999vw; }
    .main .footer .footBot .bot {
      font-size: 3.19999vw;
      display: block;
      padding: 3.99999vw 0; }
      .main .footer .footBot .bot .txw {
        line-height: 5.33332vw;
        margin-bottom: 2.39999vw; }
    .main .aboutMain .aboutImgText .abus {
      flex-wrap: wrap; }
      .main .aboutMain .aboutImgText .abus .l {
        width: 100%; }
        .main .aboutMain .aboutImgText .abus .l .titp {
          font-size: 4.26666vw;
          text-align: center;
          margin-left: 0; }
        .main .aboutMain .aboutImgText .abus .l .titH3 {
          margin-top: 3.99999vw;
          margin-left: 0;
          line-height: 7.99998vw;
          text-align: center;
          font-size: 4.26666vw; }
        .main .aboutMain .aboutImgText .abus .l .dlImg {
          width: 100%;
          height: 79.9998vw;
          position: relative; }
          .main .aboutMain .aboutImgText .abus .l .dlImg img {
            width: 100%;
            height: 79.9998vw;
            object-fit: contain; }
      .main .aboutMain .aboutImgText .abus .r {
        width: 92%;
        margin: 0 auto; }
        .main .aboutMain .aboutImgText .abus .r .text {
          font-size: 3.73332vw;
          line-height: 1.75;
          width: 100%; }
        .main .aboutMain .aboutImgText .abus .r .yearNum {
          flex-wrap: wrap;
          justify-content: space-between; }
          .main .aboutMain .aboutImgText .abus .r .yearNum .yli {
            text-align: center;
            margin-bottom: 0;
            margin-right: 0; }
            .main .aboutMain .aboutImgText .abus .r .yearNum .yli .bigTxt .num {
              font-size: 7.99998vw; }
            .main .aboutMain .aboutImgText .abus .r .yearNum .yli .bigTxt span {
              font-size: 3.19999vw; }
            .main .aboutMain .aboutImgText .abus .r .yearNum .yli .yearP {
              font-size: 2.66666vw;
              text-align: left; }
    .main .aboutMain .tdyy .tdjs .tdtop {
      display: block; }
      .main .aboutMain .tdyy .tdjs .tdtop .l {
        width: 100%;
        text-align: center;
        font-size: 4.79999vw; }
      .main .aboutMain .tdyy .tdjs .tdtop .r {
        margin-top: 2.66666vw;
        width: 100%;
        font-size: 3.73332vw;
        line-height: 5.86665vw; }
    .main .aboutMain .tdyy .tdjs .tdImg img {
      height: auto; }
    .main .aboutMain .tdyy .zzhry .tdyyTit h3 {
      font-size: 4.79999vw;
      text-align: center; }
    .main .aboutMain .tdyy .zzhry .tdyyTit .texts {
      font-size: 3.73332vw; }
    .main .aboutMain .tdyy .zzhry .zzhrySw .zzhrySwiper .swiper-slide {
      height: 55.99986vw; }
      .main .aboutMain .tdyy .zzhry .zzhrySw .zzhrySwiper .swiper-slide .imgs {
        margin: 0 auto;
        height: 47.99988vw; }
      .main .aboutMain .tdyy .zzhry .zzhrySw .zzhrySwiper .swiper-slide .name {
        font-size: 3.19999vw;
        height: 7.99998vw;
        display: flex;
        align-items: center;
        justify-content: center; }
    .main .aboutMain .tdyy .zzhry .zzhrySw .btns {
      display: none; }
    .main .aboutMain .hzhb .hzhbMain h3 {
      font-size: 4.79999vw;
      text-align: center; }
    .main .aboutMain .hzhb .hzhbMain .hzhbImg img {
      width: 100%;
      height: 26.6666vw;
      margin-bottom: 2.66666vw; }
    .main .aboutMain .hzhb .hzhbMain .hzhbImg img:nth-child(4n) {
      margin-right: 1.04166vw; }
    .main .jsslMain .yftdBox2 .yftdMainTxt {
      flex-wrap: wrap; }
      .main .jsslMain .yftdBox2 .yftdMainTxt .l {
        width: 100%;
        text-align: center;
        font-size: 4.79999vw; }
      .main .jsslMain .yftdBox2 .yftdMainTxt .r {
        width: 100%;
        font-size: 3.73332vw;
        line-height: 5.33332vw;
        margin-top: 5.33332vw; }
    .main .jsslMain .yftdBox2 .yftImg img {
      height: auto; }
    .main .jsslMain .yftdBox2 .wenzi {
      font-size: 3.73332vw; }
    .main .jsslMain .yftdBox2 .yftdClass {
      flex-wrap: wrap; }
      .main .jsslMain .yftdBox2 .yftdClass .list {
        width: 100%;
        padding: 5.33332vw;
        margin-top: 7.99998vw;
        height: 39.9999vw; }
        .main .jsslMain .yftdBox2 .yftdClass .list .tit {
          font-size: 4.26666vw; }
        .main .jsslMain .yftdBox2 .yftdClass .list .gang {
          margin-bottom: 2.66666vw;
          width: 4.79999vw; }
        .main .jsslMain .yftdBox2 .yftdClass .list .texts {
          font-size: 3.73332vw;
          line-height: 5.33332vw; }
    .main .jsslMain .jsslList {
      flex-wrap: wrap; }
      .main .jsslMain .jsslList .listSb {
        width: 100%;
        height: 79.9998vw;
        box-sizing: border-box;
        padding: 2.66666vw 2.66666vw;
        margin-right: 0; }
        .main .jsslMain .jsslList .listSb .imgSb {
          width: 100%;
          box-sizing: border-box;
          height: auto; }
          .main .jsslMain .jsslList .listSb .imgSb img {
            width: 100%;
            height: auto; }
        .main .jsslMain .jsslList .listSb .name {
          font-size: 4.79999vw; }
        .main .jsslMain .jsslList .listSb .txts {
          font-size: 3.73332vw; }
    .main .jsslMain .jsslShow {
      width: 100%;
      margin: 0 auto; }
      .main .jsslMain .jsslShow .atcMain {
        width: 92%;
        margin: 0 atuo;
        padding: 3.99999vw; }
        .main .jsslMain .jsslShow .atcMain h3 {
          font-size: 4.79999vw; }
        .main .jsslMain .jsslShow .atcMain .timeZz {
          padding-bottom: 2.66666vw; }
          .main .jsslMain .jsslShow .atcMain .timeZz .l .iconfont {
            margin-right: 1.33333vw; }
          .main .jsslMain .jsslShow .atcMain .timeZz .l .num {
            font-size: 3.19999vw; }
          .main .jsslMain .jsslShow .atcMain .timeZz .l .fbTime {
            font-size: 3.19999vw; }
          .main .jsslMain .jsslShow .atcMain .timeZz .r {
            font-size: 3.19999vw; }
        .main .jsslMain .jsslShow .atcMain .atcContnet .atcText {
          font-size: 3.19999vw;
          line-height: 1.75; }
        .main .jsslMain .jsslShow .atcMain .atcContnet .atcImg {
          margin: 5.33332vw 0; }
        .main .jsslMain .jsslShow .atcMain .atcContnet .copyLink {
          width: 39.9999vw;
          padding-top: 7.99998vw; }
          .main .jsslMain .jsslShow .atcMain .atcContnet .copyLink .copyTip {
            font-size: 2.66666vw; }
          .main .jsslMain .jsslShow .atcMain .atcContnet .copyLink .btns {
            padding: 3.19999vw 0;
            font-size: 3.19999vw; }
        .main .jsslMain .jsslShow .atcMain .atcContnet .nextMain {
          flex-wrap: wrap;
          padding: 3.19999vw 0; }
          .main .jsslMain .jsslShow .atcMain .atcContnet .nextMain .l {
            width: 100%;
            font-size: 3.19999vw;
            margin-bottom: 2.66666vw; }
          .main .jsslMain .jsslShow .atcMain .atcContnet .nextMain .r {
            width: 100%;
            font-size: 3.19999vw; }
    .main .jsslMain .newLb .newBanner {
      padding-bottom: 13.3333vw;
      width: 92%; }
      .main .jsslMain .newLb .newBanner .swiper-pagination {
        left: auto; }
        .main .jsslMain .newLb .newBanner .swiper-pagination .swiper-pagination-bullet-active {
          width: 3.46666vw;
          border-radius: 1.06666vw; }
      .main .jsslMain .newLb .newBanner .swOv {
        flex-wrap: wrap;
        background-color: #ffffff;
        border-radius: 5.33332vw; }
        .main .jsslMain .newLb .newBanner .swOv .link {
          display: block;
          border-radius: 2.66666vw; }
        .main .jsslMain .newLb .newBanner .swOv .img {
          width: 100%; }
          .main .jsslMain .newLb .newBanner .swOv .img img {
            height: 53.3332vw;
            border-radius: 0; }
        .main .jsslMain .newLb .newBanner .swOv .Conten {
          width: 100%;
          height: auto;
          padding: 3.99999vw; }
          .main .jsslMain .newLb .newBanner .swOv .Conten .time {
            font-size: 3.19999vw; }
          .main .jsslMain .newLb .newBanner .swOv .Conten .tits {
            font-size: 4.26666vw;
            line-height: 5.86665vw;
            margin: 2.66666vw 0;
            height: 11.7333vw; }
          .main .jsslMain .newLb .newBanner .swOv .Conten .nrs {
            font-size: 3.73332vw;
            height: 17.06662vw; }
          .main .jsslMain .newLb .newBanner .swOv .Conten .btns {
            width: 31.99992vw;
            font-size: 3.73332vw;
            padding: 2.66666vw 0;
            margin: 0 auto;
            border-radius: 13.3333vw; }
            .main .jsslMain .newLb .newBanner .swOv .Conten .btns span {
              font-size: 2.13333vw;
              margin-left: 1.33333vw; }
    .main .jsslMain .newLb i.pic-scale-news-02 {
      border-radius: 0; }
    .main .jsslMain .newLb .newList .newMains .list {
      border-radius: 2.13333vw;
      overflow: hidden;
      flex-wrap: wrap; }
      .main .jsslMain .newLb .newList .newMains .list .imgs {
        flex-basis: 100%;
        width: 100%; }
      .main .jsslMain .newLb .newList .newMains .list .textso {
        padding: 3.99999vw;
        background: #f9f9f9;
        width: 100%;
        margin: 0 auto; }
        .main .jsslMain .newLb .newList .newMains .list .textso .time {
          display: block;
          font-size: 3.19999vw;
          color: #999;
          margin-bottom: 2.66666vw; }
        .main .jsslMain .newLb .newList .newMains .list .textso .h3 {
          font-size: 3.73332vw;
          font-weight: bold; }
        .main .jsslMain .newLb .newList .newMains .list .textso .txt {
          font-size: 3.19999vw;
          margin-top: 2.66666vw; }
      .main .jsslMain .newLb .newList .newMains .list .timeTxt {
        display: none; }
    .main .lxwmMain .lxwmTop .lxwmTit {
      padding: 5.33332vw 0; }
      .main .lxwmMain .lxwmTop .lxwmTit .tits {
        font-size: 5.86665vw; }
      .main .lxwmMain .lxwmTop .lxwmTit .enTit {
        font-size: 3.19999vw; }
    .main .lxwmMain .lxwmTop .lxText {
      width: 100%;
      margin-top: 5.33332vw;
      padding-top: 2.66666vw;
      padding-bottom: 5.33332vw;
      flex-wrap: wrap; }
      .main .lxwmMain .lxwmTop .lxText .list {
        width: 100%;
        margin-top: 2.66666vw; }
        .main .lxwmMain .lxwmTop .lxText .list .img {
          width: 13.3333vw; }
          .main .lxwmMain .lxwmTop .lxText .list .img img {
            width: 13.3333vw;
            height: 13.3333vw; }
        .main .lxwmMain .lxwmTop .lxText .list .name {
          font-size: 4.26666vw; }
        .main .lxwmMain .lxwmTop .lxText .list .vals {
          font-size: 3.19999vw; }
        .main .lxwmMain .lxwmTop .lxText .list .dzs {
          display: flex;
          justify-content: center; }
    .main .lxwmMain .lxwmTop .mapimg img {
      height: 26.6666vw; }
    .main .lxwmMain .lxwmBottom .lxwmBMain {
      box-sizing: border-box;
      width: 100%;
      padding: 0 3.99999vw; }
      .main .lxwmMain .lxwmBottom .lxwmBMain .tits {
        line-height: 8.53331vw;
        padding: 5.33332vw 0;
        text-align: center;
        font-size: 5.33332vw; }
      .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains {
        flex-wrap: wrap; }
        .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain {
          border-right: none;
          margin-right: 0;
          padding-right: 0;
          width: 100%; }
          .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .formItem {
            margin-top: 2.66666vw;
            width: 100%;
            margin-right: 0; }
            .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .formItem .inputs input {
              font-size: 3.19999vw;
              height: 10.66664vw;
              width: 100%; }
          .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .label {
            font-size: 3.19999vw;
            padding-bottom: 1.33333vw; }
          .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .formTexts .textArea textarea {
            font-size: 3.19999vw;
            height: 53.3332vw;
            width: 100%;
            line-height: 5.33332vw;
            padding: 2.66666vw;
            box-sizing: border-box; }
          .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .tips {
            font-size: 2.66666vw; }
          .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .yzmMain {
            flex-wrap: wrap;
            margin-top: 5.33332vw; }
            .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .yzmMain .formYzm {
              width: 60%;
              align-items: center; }
              .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .yzmMain .formYzm .label {
                width: 19.19995vw; }
              .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .yzmMain .formYzm input {
                width: 100%;
                font-size: 3.19999vw;
                height: 10.66664vw; }
            .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .yzmMain .yzmBg {
              width: 30%;
              margin-left: 5%;
              height: 10.66664vw;
              line-height: 10.66664vw;
              font-size: 3.19999vw; }
            .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .formMain .yzmMain .btns {
              width: 42.66656vw;
              line-height: 10.66664vw;
              height: 10.66664vw;
              font-size: 3.19999vw;
              margin: 0 auto;
              margin-top: 5.33332vw; }
        .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .r {
          display: none;
          width: 100%;
          margin-top: 13.3333vw; }
          .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .r .imgs {
            width: 100%; }
            .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .r .imgs img {
              height: 39.9999vw; }
          .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .r .fwrx {
            text-align: center;
            margin-top: 7.99998vw;
            font-size: 3.73332vw; }
          .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .r .fwrxdh {
            text-align: center;
            font-size: 4.79999vw; }
          .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .r .wems {
            width: 53.3332vw;
            margin: 7.99998vw auto; }
            .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .r .wems img {
              width: 53.3332vw;
              height: 53.3332vw; }
            .main .lxwmMain .lxwmBottom .lxwmBMain .lbMains .r .wems .txt {
              font-size: 4.26666vw;
              text-align: center; }
    .main .sbkjq {
      width: 100%;
      flex-wrap: wrap;
      margin: 0 auto;
      display: block;
      position: relative;
      /*
			.sbxqRight{
				width: 100%;
				padding-bottom: $s*30;
				.r{
					padding-left: 0;
					width: 100%;
					.pathStr{
						font-size: $s*14;
						padding: $s*5 0;
					}
					.sbName{
						font-size: $s*18;
						text-align: center;
						margin-bottom: $s*5;
					}
					.sbtit{
						text-align: center;
						font-size: $s*12;
					}
					.jsld{
						font-size: $s*12;
						padding-bottom: $s*8;
					}
					.ptext{
						font-size: $s*12;
						line-height: $s*20;
					}
					.cptj{
						font-size: $s*12;
						padding-bottom: $s*10;
					}
					.cptjList{
						flex-wrap: wrap;
						margin-top: $s*20;
						.tyImg{
							width: 100%;
							height: $s*200;
							margin-right: 0;
							img{
								
							}
						}
						.textlist{
							width:100%;
							padding:$s*10 ;
							.tits{
								font-size: $s*16;
							}
							.txt{
								font-size: $s*12;
							}
							.sebname{
								font-size: $s*12;
							}
						}
					}
				}
			}
			*/ }
      .main .sbkjq .sbxqLeft {
        width: 100%;
        padding-bottom: 0;
        height: auto;
        background-color: #f8f8f8; }
        .main .sbkjq .sbxqLeft .bg {
          position: relative;
          height: 100%;
          padding-top: 0;
          padding: 3.99999vw;
          width: 100%;
          justify-content: center;
          background: none; }
        .main .sbkjq .sbxqLeft .box {
          width: 100%; }
          .main .sbkjq .sbxqLeft .box .mySwiper2-loop {
            width: 63.99984vw;
            margin: 0 auto; }
            .main .sbkjq .sbxqLeft .box .mySwiper2-loop .mySwiper2 {
              width: 200%; }
              .main .sbkjq .sbxqLeft .box .mySwiper2-loop .mySwiper2 img {
                width: 63.99984vw;
                height: 63.99984vw; }
        .main .sbkjq .sbxqLeft .mySwiper .swiper-slide .item {
          padding: 1.33333vw;
          border-radius: 1.6vw;
          height: 15.99996vw; }
          .main .sbkjq .sbxqLeft .mySwiper .swiper-slide .item::before {
            right: 3.99999vw;
            left: 3.99999vw;
            bottom: 0;
            height: 0.8vw; }
        .main .sbkjq .sbxqLeft .mySwiper .swiper-slide-active .item::before {
          opacity: 1; }
        .main .sbkjq .sbxqLeft .leimgs {
          width: 100%;
          margin-left: 0;
          height: 79.9998vw; }
        .main .sbkjq .sbxqLeft .leTab {
          width: 100%;
          padding: 2.66666vw 0 7.99998vw 0; }
          .main .sbkjq .sbxqLeft .leTab .wxzx {
            margin-top: 0;
            width: 21.33328vw;
            height: 15.99996vw;
            border-radius: 1.6vw; }
            .main .sbkjq .sbxqLeft .leTab .wxzx i {
              padding-bottom: 0.53333vw; }
            .main .sbkjq .sbxqLeft .leTab .wxzx i::before {
              font-size: 4.26666vw; }
            .main .sbkjq .sbxqLeft .leTab .wxzx .txt {
              font-size: 3.19999vw; }
          .main .sbkjq .sbxqLeft .leTab .swiper-box {
            min-width: 0;
            flex: 1; }
          .main .sbkjq .sbxqLeft .leTab .shuxian {
            height: 13.3333vw;
            margin: 0 2.66666vw; }
          .main .sbkjq .sbxqLeft .leTab .djimgs {
            margin-right: 3.99999vw;
            height: 15.99996vw;
            border-radius: 1.6vw;
            padding: 1.33333vw; }
      .main .sbkjq .sbxqRight {
        padding-bottom: 0;
        padding-left: 0;
        padding: 0 3.99999vw; }
        .main .sbkjq .sbxqRight .r {
          width: 100%;
          padding-left: 0;
          padding-top: 3.99999vw; }
          .main .sbkjq .sbxqRight .r .pathStr {
            display: none; }
          .main .sbkjq .sbxqRight .r .sbName {
            font-size: 4.79999vw;
            margin-bottom: 2.13333vw; }
          .main .sbkjq .sbxqRight .r .sbtit {
            font-size: 3.19999vw;
            margin-bottom: 5.33332vw; }
          .main .sbkjq .sbxqRight .r .jsld {
            font-size: 3.73332vw;
            padding-bottom: 2.66666vw; }
          .main .sbkjq .sbxqRight .r .ptext {
            margin-top: 2.66666vw;
            font-size: 2.66666vw;
            line-height: 1.75; }
          .main .sbkjq .sbxqRight .r .cptj {
            margin-top: 5.33332vw;
            font-size: 3.73332vw;
            padding-bottom: 2.66666vw; }
          .main .sbkjq .sbxqRight .r .cptjList {
            border-radius: 1.6vw;
            margin-top: 2.66666vw;
            padding: 3.99999vw;
            display: flex; }
            .main .sbkjq .sbxqRight .r .cptjList .tyImg {
              flex-basis: 39.9999vw;
              flex-shrink: 0;
              min-width: 0;
              width: 39.9999vw;
              height: 26.6666vw;
              margin-right: 2.66666vw;
              border-radius: 1.6vw;
              padding: 2.66666vw; }
            .main .sbkjq .sbxqRight .r .cptjList .textlist {
              width: auto;
              flex: 1; }
              .main .sbkjq .sbxqRight .r .cptjList .textlist .tits {
                font-size: 4.26666vw; }
              .main .sbkjq .sbxqRight .r .cptjList .textlist .txt {
                margin-top: 1.6vw;
                padding-bottom: 5.33332vw;
                font-size: 2.66666vw; }
              .main .sbkjq .sbxqRight .r .cptjList .textlist .sebname {
                margin-top: 1.6vw;
                font-size: 3.19999vw; }
            .main .sbkjq .sbxqRight .r .cptjList:hover {
              box-shadow: 0 0 2.66666vw rgba(0, 0, 0, 0.1); }
    .main .productMain .productNav {
      padding: 2.66666vw 0; }
      .main .productMain .productNav .list {
        padding: 2.66666vw 0;
        width: 33%; }
        .main .productMain .productNav .list .icons .iconfont {
          font-size: 9.59998vw; }
        .main .productMain .productNav .list .iconsImg {
          width: 13.3333vw;
          height: 13.3333vw;
          margin-bottom: 3.99999vw; }
          .main .productMain .productNav .list .iconsImg img {
            width: 13.3333vw;
            height: 13.3333vw; }
        .main .productMain .productNav .list .text {
          margin-top: 2.66666vw;
          font-size: 3.73332vw; }
    .main .productMain .productCon .produItem {
      width: 100%;
      margin-right: 0;
      padding-bottom: 2.66666vw; }
      .main .productMain .productCon .produItem .imgbg {
        width: 100%;
        height: 53.3332vw; }
      .main .productMain .productCon .produItem .name {
        font-size: 4.26666vw;
        padding: 2.66666vw; }
      .main .productMain .productCon .produItem .text {
        font-size: 3.19999vw;
        padding: 0 2.66666vw;
        padding-bottom: 2.66666vw; }
      .main .productMain .productCon .produItem .abtn {
        font-size: 3.19999vw;
        padding: 0 2.66666vw;
        padding-top: 2.66666vw; }
    .main .zznls .zznlSw .zznlSwiper {
      margin: 0 auto;
      overflow: visible; }
      .main .zznls .zznlSw .zznlSwiper .swiper-slide {
        width: 63.99984vw;
        display: flex;
        flex-direction: column;
        height: auto; }
        .main .zznls .zznlSw .zznlSwiper .swiper-slide .imgs img {
          width: 63.99984vw;
          height: 39.9999vw;
          border-radius: 2.13333vw 2.13333vw 0 0; }
        .main .zznls .zznlSw .zznlSwiper .swiper-slide .txt {
          flex: 1;
          padding: 3.99999vw;
          height: auto;
          border-radius: 0 0 2.13333vw 2.13333vw; }
          .main .zznls .zznlSw .zznlSwiper .swiper-slide .txt .tit {
            font-size: 4.26666vw;
            margin-bottom: 2.66666vw; }
          .main .zznls .zznlSw .zznlSwiper .swiper-slide .txt .ttext {
            font-size: 2.66666vw; }
    .main .zznls .zznlSw .btns {
      display: none;
      flex-wrap: wrap; }
      .main .zznls .zznlSw .btns .tapBtn {
        width: 100%;
        display: none; }
  .bannerTy01 {
    display: flex;
    align-items: center;
    justify-content: center; }
    .bannerTy01 img {
      height: 79.9998vw; }
    .bannerTy01 .ico::before, .bannerTy01 .ico::after {
      width: 7.99998vw;
      height: 7.99998vw;
      border-width: 0.53333vw; }
    .bannerTy01 .ico i {
      width: 7.99998vw;
      height: 7.99998vw;
      border-width: 0.53333vw; }
      .bannerTy01 .ico i::before {
        font-size: 4.79999vw; }
    .bannerTy01 .text {
      width: 60%;
      left: 20%;
      top: 0;
      text-align: center; }
      .bannerTy01 .text .tit {
        font-size: 7.99998vw; }
      .bannerTy01 .text .tipso {
        font-size: 3.73332vw; }
      .bannerTy01 .text .bts .yftd {
        width: 48%;
        padding: 2.66666vw 0;
        font-size: 3.73332vw;
        height: auto;
        border-radius: 5.33332vw; } }

/*
@media screen and (min-width: 1220px) {
	body::before {
		content: ' ';
		background-image: url(/home//pic/1-1.jpg);
		width: 100%;
		height: 9000px;
		background-position: center top;
		position: absolute;
		z-index: 999;
		opacity: .2;
		pointer-events: none;
		background-size: 100% auto;
		top: 0;
		left: 0;
	}

	body:hover::before {
		opacity: 0;
		pointer-events: none;
	}
}
*/
/*图片比例裁剪预设*/
i.pic-size {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  display: block;
  overflow: hidden; }

i.pic-size img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  /* left: -100%; top: -100%; right: -100%; bottom: -100%;*/
  margin: auto;
  object-fit: contain; }

i.pic-size-cover img {
  object-fit: cover; }

i.pic-size-scale-down img {
  object-fit: scale-down; }

i.pic-size-none img {
  object-fit: none; }

a:hover i.pic-size img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

/* 切换 */
.tabs-box .hd-line {
  transition: .3s; }

.tabs-box .hd > * {
  position: relative; }

.tabs-box .bd {
  position: relative;
  overflow: hidden; }

.e-anim-hide {
  display: none; }

.e-anim-on {
  display: block; }

.e-anim-off {
  pointer-events: none;
  display: block;
  display: none\9; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .e-anim-off {
    display: block; }
  /* IE10+ */ }

.tabs-box .e-anim-on {
  animation: tabs-anim-on .3s;
  animation-fill-mode: both;
  width: 100%; }

.tabs-box .e-anim-off {
  animation: tabs-anim-off .3s;
  width: 100%;
  position: absolute;
  animation-fill-mode: both;
  top: 0; }

@keyframes tabs-anim-on {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes tabs-anim-off {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis; }

.ellipsis-01 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; }

.ellipsis-02 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.ellipsis-03 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.ellipsis-04 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; }

/*=================layout===================*/
@media screen and (min-width: 320px) {
  .container {
    padding: 0 3.99999vw;
    margin: 0 auto;
    width: 100%; }
  .container:after {
    content: " ";
    display: block;
    clear: both;
    width: 0;
    height: 0;
    overflow: hidden; }
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #f7f7f7; }
  /*定义滚动条轨道 内阴影+圆角*/
  ::-webkit-scrollbar-track {
    background-color: #e6e6e6; }
  /*定义滑块 内阴影+圆角*/
  ::-webkit-scrollbar-thumb {
    background-color: #aaa; } }

@media screen and (min-width: 992px) {
  .container {
    width: 84.37446vw;
    padding: 0 0.52083vw; }
  .container-min {
    width: 73.95786vw;
    padding: 0 0.52083vw; } }

@media screen and (max-width: 991px) {
  .pc-box {
    display: none !important; } }

@media screen and (min-width: 992px) {
  .m-box {
    display: none !important; } }

.e-anim-hide {
  display: none; }

.e-anim-on {
  display: block; }

.e-anim-off {
  pointer-events: none;
  display: block;
  display: none\9; }

.nav-box input {
  outline: none; }

.nav-box, .nav-box * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  list-style: none; }

.nav-box ul, .nav-box li {
  padding: 0;
  margin: 0; }

/*=================header===================*/
@media screen and (min-width: 320px) {
  .nav-box {
    height: 13.3333vw;
    width: 100%;
    z-index: 100;
    transition: .3s;
    /* left: 0;
		top: 0;
		position: sticky; */
    z-index: 9;
    position: fixed;
    background: #fff; }
    .nav-box .container-header {
      position: relative; }
    .nav-box .header-box {
      height: 13.3333vw;
      display: block; }
    .nav-box .nav-box-bg {
      display: block;
      height: 13.3333vw;
      width: 100%;
      position: absolute;
      pointer-events: none;
      left: 0;
      top: 0;
      z-index: 8;
      box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.06); }
  .ind-nav-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0; }
  .logo-n {
    float: left;
    position: relative;
    z-index: 9;
    height: 13.3333vw;
    padding: 2.66666vw 0;
    display: flex;
    align-items: center; }
    .logo-n a {
      display: flex;
      height: 100%; }
      .logo-n a img {
        height: 100%;
        display: block; }
  .nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10.66664vw;
    margin-right: -1.6vw;
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 9; }
    .nav-btn i {
      line-height: 13.3333vw;
      font-size: 5.33332vw;
      width: 6.39998vw;
      text-align: center;
      color: #202020; }
    .nav-btn .nav-hide-btn {
      display: none; }
    .nav-btn.nav-btn-show .nav-hide-btn {
      display: block; }
    .nav-btn.nav-btn-show .nav-show-btn {
      display: none; }
  .nav {
    position: absolute;
    top: 13.3333vw;
    left: 0;
    right: 0;
    z-index: 8;
    /* height:100vh; */
    background: #fff;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover; }
    .nav.e-anim-on {
      animation: nav-anim-on .3s;
      animation-fill-mode: both; }
    .nav.e-anim-off {
      animation: nav-anim-off .5s;
      animation-fill-mode: both; }
  .nav-list {
    visibility: visible !important; }
    .nav-list li {
      padding: 0 3.99999vw; }
      .nav-list li:nth-last-child(2) {
        border-bottom: none; }
      .nav-list li .btn {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .nav-list li a {
        display: flex;
        align-items: center;
        color: #4C5664;
        font-size: 3.46666vw;
        height: 11.7333vw;
        /* i{
					padding-right: $s*5;
					&::before{
						font-size:$s*14;
						color: $dark2;
					}
				} */ }
        .nav-list li a b {
          line-height: 11.19997vw;
          position: relative;
          color: #565656;
          display: block;
          text-align: center;
          font-weight: normal; }
        .nav-list li a.on b {
          color: #202020;
          opacity: 1; }
      .nav-list li .more {
        margin-right: -3.99999vw;
        padding: 0 3.99999vw;
        font-size: 4.79999vw;
        color: #4c5664;
        height: 11.7333vw;
        display: flex;
        align-items: center; }
      .nav-list li.nav-on {
        border-color: transparent;
        position: relative;
        z-index: 9; }
        .nav-list li.nav-on a {
          /* border-bottom: none; */ }
          .nav-list li.nav-on a b {
            color: #202020;
            opacity: 1; }
        .nav-list li.nav-on .more {
          transform: rotate(-180deg); }
      .nav-list li.nav-off {
        position: relative;
        z-index: 1; }
        .nav-list li.nav-off a b {
          color: #565656; }
      .nav-list li .nav-list-sub {
        overflow: hidden;
        margin: 0 -3.99999vw;
        background: #f9f9f9;
        /*
				a {
					line-height: $s*32;
					display: block;
					border-bottom: solid $s rgba(128, 128, 128, .1);
					color: $dark;
					font-size: $s*12;
					display: flex;
					align-items: center;
					padding: $s*15 0;
					
					.ico,.ico::before{
						font-size: $s*18;
						color: #344A63;
					}
					
					.more,.more::before{
						font-size: $s*14;
						color: #e0e3e7;
					}
					span {
						color: #344A63;
						flex:1;
						//padding-left: $s*6;
					}
					
					&:hover span,&.on-02 span,&:hover .ico,&.on-02 .ico,&:hover .ico::before,&.on-02 .ico::before {
						color: $vi;
					}
					
				}
				
				.sub-btn:nth-last-of-type(2) a {
					border: none;
				}
				*/ }
        .nav-list li .nav-list-sub > div {
          padding: 3.99999vw 3.99999vw; }
        .nav-list li .nav-list-sub.e-anim-hide {
          display: block; }
        .nav-list li .nav-list-sub div.btn-sub-bg {
          display: none; }
    .nav-list div.nav-btn-bg, .nav-list div.nav-btn-bg-02 {
      opacity: 0;
      filter: Alpha(opacity=0);
      width: 100%;
      left: 0;
      bottom: 0;
      height: 12.26664vw;
      background: #202020;
      z-index: -1;
      position: absolute;
      display: none; }
    .nav-list div.nav-btn-bg-02 {
      width: auto;
      left: auto; }
    .nav-list div.nav-btn-bg-02-show {
      opacity: 1;
      filter: Alpha(opacity=100); }
  .top-r {
    display: flex;
    position: relative;
    z-index: 9;
    height: 13.3333vw;
    float: right;
    align-items: center;
    padding-right: 3.19999vw; }
    .top-r .lang-btn {
      height: 13.3333vw;
      display: flex;
      align-items: center;
      position: relative; }
      .top-r .lang-btn dt {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center; }
        .top-r .lang-btn dt .ico, .top-r .lang-btn dt .ico::before {
          color: #4c5664; }
        .top-r .lang-btn dt .ico {
          font-size: 6.39998vw; }
        .top-r .lang-btn dt span {
          display: none; }
        .top-r .lang-btn dt .more {
          display: none; }
      .top-r .lang-btn:hover dt {
        border-color: #DC000C; }
        .top-r .lang-btn:hover dt .ico, .top-r .lang-btn:hover dt .ico::before {
          color: #DC000C; }
        .top-r .lang-btn:hover dt span {
          color: #DC000C; }
        .top-r .lang-btn:hover dt .more {
          border-top-color: #DC000C; }
      .top-r .lang-btn dd {
        position: absolute;
        z-index: 2;
        border-top: 0.8vw solid #DC000C;
        background: #fff;
        box-shadow: 0px 0.26667vw 1.6vw rgba(0, 0, 0, 0.1);
        width: 26.6666vw;
        left: 50%;
        margin-left: -13.3333vw;
        border-radius: 1.33333vw 1.33333vw 0 0;
        top: 12.5333vw; }
        .top-r .lang-btn dd::before {
          content: ' ';
          border-bottom: 2.13333vw solid #DC000C;
          border-left: 2.13333vw solid transparent;
          border-right: 2.13333vw solid transparent;
          position: absolute;
          left: 50%;
          margin-left: -2.13333vw;
          top: -2.13333vw; }
        .top-r .lang-btn dd a {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 9.59998vw;
          color: #4c5664;
          font-size: 3.73332vw; }
          .top-r .lang-btn dd a:hover {
            background: #DC000C;
            color: #fff; }
        .top-r .lang-btn dd.e-anim-hide {
          display: none; }
        .top-r .lang-btn dd.e-anim-on {
          animation: lang-anim-on .3s;
          animation-fill-mode: both;
          display: block; }
        .top-r .lang-btn dd.e-anim-off {
          animation: lang-anim-off .3s;
          animation-fill-mode: both;
          display: block; }
  .search-box {
    padding: 3.99999vw; }
    .search-box .search-bg {
      border-radius: 1.06666vw;
      display: flex;
      overflow: hidden; }
      .search-box .search-bg .inp {
        width: 100%;
        height: 9.59998vw;
        padding: 0 3.99999vw;
        flex: 1;
        border: none;
        background: #f7f7f7; }
      .search-box .search-bg .btn {
        height: 9.59998vw;
        padding: 0 3.99999vw;
        background: #DC000C;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        cursor: pointer; }
        .search-box .search-bg .btn .ico {
          color: #fff; }
        .search-box .search-bg .btn .ico, .search-box .search-bg .btn .ico::before {
          font-size: 4.79999vw; }
  .nav-holder {
    display: block;
    height: 13.3333vw; } }

@keyframes nav-anim-on {
  from {
    opacity: 0;
    transform: translateY(2.66666vw);
    filter: blur(0.53333vw); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes nav-anim-off {
  from {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); }
  to {
    opacity: 0;
    transform: translateY(-2.66666vw);
    filter: blur(0.53333vw); } }

@keyframes nav-list-anim-on {
  from {
    opacity: 0;
    transform: translateY(-2.66666vw); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes nav-list-anim-off {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(2.66666vw); } }

@keyframes lang-anim-on {
  from {
    opacity: 0;
    transform: translateY(-2.66666vw); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes lang-anim-off {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(2.66666vw); } }

@media screen and (min-width: 992px) {
  .nav-holder {
    display: none; }
  .nav-box {
    height: 5.2083vw;
    background: rgba(255, 255, 255, 0);
    position: fixed; }
    .nav-box::before {
      display: none;
      content: ' ';
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      height: 0.05208vw;
      background: rgba(255, 255, 255, 0);
      transition: .3s;
      z-index: 3; }
    .nav-box .container-header {
      width: 100%;
      padding: 0 3.12498vw;
      position: relative;
      z-index: 2; }
    .nav-box .nav-box-bg {
      height: 5.2083vw;
      display: none;
      /* &::before {
				content: ' ';
				position: absolute;
				left: 0;
				right: 0;
				bottom: 0;
				height: 1px;
				
			} */ }
  .nav-box-hover, .nav-box-02, .nav-box-03 {
    background: #fff; }
    .nav-box-hover .nav-box-bg, .nav-box-02 .nav-box-bg, .nav-box-03 .nav-box-bg {
      display: block;
      pointer-events: none;
      box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.06); }
    .nav-box-hover::before, .nav-box-02::before, .nav-box-03::before {
      content: ' ';
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      height: 0.05208vw;
      background: #EEE;
      pointer-events: none; }
    .nav-box-hover .logo-n a img, .nav-box-02 .logo-n a img, .nav-box-03 .logo-n a img {
      filter: contrast(100%) brightness(100%); }
    .nav-box-hover .nav .nav-list li a, .nav-box-02 .nav .nav-list li a, .nav-box-03 .nav .nav-list li a {
      color: #646D79; }
      .nav-box-hover .nav .nav-list li a b, .nav-box-02 .nav .nav-list li a b, .nav-box-03 .nav .nav-list li a b {
        color: #646D79; }
      .nav-box-hover .nav .nav-list li a.on, .nav-box-02 .nav .nav-list li a.on, .nav-box-03 .nav .nav-list li a.on {
        color: #DC000C; }
        .nav-box-hover .nav .nav-list li a.on b, .nav-box-02 .nav .nav-list li a.on b, .nav-box-03 .nav .nav-list li a.on b {
          opacity: 1;
          color: #DC000C; }
    .nav-box-hover .nav .nav-list li.nav-on > a i::before, .nav-box-02 .nav .nav-list li.nav-on > a i::before, .nav-box-03 .nav .nav-list li.nav-on > a i::before {
      transform: rotate(180deg); }
    .nav-box-hover .nav .nav-list li.nav-on > .btn > a, .nav-box-02 .nav .nav-list li.nav-on > .btn > a, .nav-box-03 .nav .nav-list li.nav-on > .btn > a {
      color: #DC000C; }
    .nav-box-hover .nav .nav-list li.nav-off > .btn > a, .nav-box-02 .nav .nav-list li.nav-off > .btn > a, .nav-box-03 .nav .nav-list li.nav-off > .btn > a {
      color: #646D79; }
    .nav-box-hover .nav .nav-list div.nav-btn-bg, .nav-box-hover .nav .nav-list div.nav-btn-bg-02, .nav-box-02 .nav .nav-list div.nav-btn-bg, .nav-box-02 .nav .nav-list div.nav-btn-bg-02, .nav-box-03 .nav .nav-list div.nav-btn-bg, .nav-box-03 .nav .nav-list div.nav-btn-bg-02 {
      height: 5.2083vw;
      display: none; }
      .nav-box-hover .nav .nav-list div.nav-btn-bg::before, .nav-box-hover .nav .nav-list div.nav-btn-bg-02::before, .nav-box-02 .nav .nav-list div.nav-btn-bg::before, .nav-box-02 .nav .nav-list div.nav-btn-bg-02::before, .nav-box-03 .nav .nav-list div.nav-btn-bg::before, .nav-box-03 .nav .nav-list div.nav-btn-bg-02::before {
        background: #DC000C; }
    .nav-box-hover .nav .nav-list .on div.nav-btn-bg, .nav-box-02 .nav .nav-list .on div.nav-btn-bg, .nav-box-03 .nav .nav-list .on div.nav-btn-bg {
      opacity: 1;
      filter: Alpha(opacity=1); }
    .nav-box-hover .top-r .lang-btn dt, .nav-box-02 .top-r .lang-btn dt, .nav-box-03 .top-r .lang-btn dt {
      border-color: #646D79; }
      .nav-box-hover .top-r .lang-btn dt .ico, .nav-box-hover .top-r .lang-btn dt .ico::before, .nav-box-02 .top-r .lang-btn dt .ico, .nav-box-02 .top-r .lang-btn dt .ico::before, .nav-box-03 .top-r .lang-btn dt .ico, .nav-box-03 .top-r .lang-btn dt .ico::before {
        color: #4c5664; }
      .nav-box-hover .top-r .lang-btn dt span, .nav-box-02 .top-r .lang-btn dt span, .nav-box-03 .top-r .lang-btn dt span {
        color: #4c5664; }
      .nav-box-hover .top-r .lang-btn dt .more, .nav-box-02 .top-r .lang-btn dt .more, .nav-box-03 .top-r .lang-btn dt .more {
        border-top-color: #4c5664; }
    .nav-box-hover .top-r .lang-btn:hover dt, .nav-box-02 .top-r .lang-btn:hover dt, .nav-box-03 .top-r .lang-btn:hover dt {
      border-color: #DC000C; }
      .nav-box-hover .top-r .lang-btn:hover dt .ico, .nav-box-hover .top-r .lang-btn:hover dt .ico::before, .nav-box-02 .top-r .lang-btn:hover dt .ico, .nav-box-02 .top-r .lang-btn:hover dt .ico::before, .nav-box-03 .top-r .lang-btn:hover dt .ico, .nav-box-03 .top-r .lang-btn:hover dt .ico::before {
        color: #DC000C; }
      .nav-box-hover .top-r .lang-btn:hover dt span, .nav-box-02 .top-r .lang-btn:hover dt span, .nav-box-03 .top-r .lang-btn:hover dt span {
        color: #DC000C; }
      .nav-box-hover .top-r .lang-btn:hover dt .more, .nav-box-02 .top-r .lang-btn:hover dt .more, .nav-box-03 .top-r .lang-btn:hover dt .more {
        border-top-color: #DC000C; }
    .nav-box-hover .pc-search-box, .nav-box-02 .pc-search-box, .nav-box-03 .pc-search-box {
      /* &.show{
				.search-bg{
					.inp{
						opacity: 1;
					}
				}
			} */ }
      .nav-box-hover .pc-search-box .search-bg, .nav-box-02 .pc-search-box .search-bg, .nav-box-03 .pc-search-box .search-bg {
        /* Internet Explorer 10-11 */
        /* Microsoft Edge */ }
        .nav-box-hover .pc-search-box .search-bg .btn .ico, .nav-box-hover .pc-search-box .search-bg .btn .ico::before, .nav-box-02 .pc-search-box .search-bg .btn .ico, .nav-box-02 .pc-search-box .search-bg .btn .ico::before, .nav-box-03 .pc-search-box .search-bg .btn .ico, .nav-box-03 .pc-search-box .search-bg .btn .ico::before {
          color: #4C5664; }
        .nav-box-hover .pc-search-box .search-bg .inp, .nav-box-02 .pc-search-box .search-bg .inp, .nav-box-03 .pc-search-box .search-bg .inp {
          border-color: #646D79;
          color: #4C5664; }
          .nav-box-hover .pc-search-box .search-bg .inp:focus, .nav-box-02 .pc-search-box .search-bg .inp:focus, .nav-box-03 .pc-search-box .search-bg .inp:focus {
            border-color: #DC000C; }
        .nav-box-hover .pc-search-box .search-bg input::placeholder, .nav-box-02 .pc-search-box .search-bg input::placeholder, .nav-box-03 .pc-search-box .search-bg input::placeholder {
          color: #4C5664; }
        .nav-box-hover .pc-search-box .search-bg input:-ms-input-placeholder, .nav-box-02 .pc-search-box .search-bg input:-ms-input-placeholder, .nav-box-03 .pc-search-box .search-bg input:-ms-input-placeholder {
          color: #4C5664; }
        .nav-box-hover .pc-search-box .search-bg input::-ms-input-placeholder, .nav-box-02 .pc-search-box .search-bg input::-ms-input-placeholder, .nav-box-03 .pc-search-box .search-bg input::-ms-input-placeholder {
          color: #4C5664; }
  .logo-n {
    height: 5.2083vw;
    padding: 1.04166vw 0;
    position: relative;
    z-index: 11; }
    .logo-n a {
      width: 100%;
      height: 100%;
      display: block;
      padding: 0; }
      .logo-n a img {
        margin: 0 auto;
        height: 100%;
        filter: contrast(0%) brightness(1000%); }
  .nav-btn {
    display: none; }
  .nav {
    position: initial;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    filter: Alpha(opacity=100);
    z-index: 9;
    box-shadow: none;
    padding: 0;
    border-top: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: visible;
    background: none;
    top: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 5.2083vw;
    float: right;
    backdrop-filter: none;
    justify-content: center;
    /*PC二级下拉背景色*/
    /*.nav-list-sub-bg-show{ opacity: .9;  filter:Alpha(opacity=90); top: 70px;}*/ }
    .nav::before {
      display: none; }
    .nav.e-anim-hide {
      display: block;
      animation-fill-mode: none; }
    .nav .nav-list {
      position: initial;
      margin: 0;
      padding-top: 0; }
      .nav .nav-list li {
        float: left;
        border-bottom: none;
        position: initial;
        border: none;
        opacity: 1;
        animation-name: none;
        padding: 0 0; }
        .nav .nav-list li a {
          height: 5.2083vw;
          line-height: 5.2083vw;
          padding: 0 1.30207vw;
          position: relative;
          border: none;
          font-size: 0.93749vw;
          color: #fff;
          /* 
					i{
						margin: 0;
						padding: 0 0 0 $m*6;
					}
					i,i::before{
						display: block;
						font-size: $m*14;
						color: #fff;
					} */ }
          .nav .nav-list li a b {
            line-height: 5.2083vw;
            height: 5.2083vw;
            overflow: hidden;
            font-size: 1.45832vw;
            color: #fff; }
          .nav .nav-list li a.on {
            color: #DC000C; }
            .nav .nav-list li a.on b {
              opacity: 1; }
        .nav .nav-list li .more {
          display: none; }
        .nav .nav-list li.nav-on > a i::before {
          transform: rotate(180deg); }
        .nav .nav-list li .nav-list-sub {
          position: absolute;
          top: 5.2083vw;
          width: auto;
          background: none;
          padding-top: 0;
          left: 0;
          right: 0;
          overflow: visible;
          margin: auto;
          height: 0;
          overflow: hidden;
          opacity: 0; }
          .nav .nav-list li .nav-list-sub.sub-show {
            box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.06);
            opacity: 1; }
          .nav .nav-list li .nav-list-sub .nav-list-height {
            padding: 0;
            position: relative;
            width: 100%;
            overflow: visible;
            background: #fff;
            border-radius: 0;
            /*
						.sub-btn{
							display: flex;
							flex-wrap: wrap;
							margin: -$m*25;
						}
						a {
							height: auto;
							border: none;
							padding: $m*25 $m*25;
							//text-align: center;
							//float: left;
							position: relative;
							z-index: 2;
							width: 100%;
							font-size: $m*24;
							flex-basis: 22%;
							flex-shrink: 0;
							min-width: 0;
							
							.ico,.ico::before{
								font-size: $m*40;
							}
							
							.more,.more::before{
								font-size: $m*24;
							}
							span {
								//padding: $m*5 0;
								font-size: $m*24;
								line-height: 1.2;
								display: block;
								text-align: left;
								//padding-left: $m*6;
							}
						}
						*/
            /* &::before{
							content:' ';
							border-bottom: $m*9 solid #fff;
							border-left: $m*8 solid transparent;
							border-right: $m*8 solid transparent;
							position: absolute;
							left: 50%;
							margin-left: -$m*8;
							top: -$m*8;
							
						} */ }
            .nav .nav-list li .nav-list-sub .nav-list-height.e-anim-hide {
              display: block; }
            .nav .nav-list li .nav-list-sub .nav-list-height.e-anim-on {
              animation: nav-list-anim-on-pc .5s;
              animation-fill-mode: both;
              display: block; }
            .nav .nav-list li .nav-list-sub .nav-list-height.e-anim-off {
              animation: nav-list-anim-off-pc .3s;
              animation-fill-mode: both;
              display: block; }
            .nav .nav-list li .nav-list-sub .nav-list-height div.btn-sub-bg {
              display: block;
              position: absolute;
              width: 0;
              left: 0;
              height: 2.70832vw;
              padding: 0;
              border-bottom: solid 0.10417vw #202020;
              display: none; }
      .nav .nav-list div.nav-btn-bg, .nav .nav-list div.nav-btn-bg-02 {
        height: 5.2083vw;
        background: none;
        overflow: hidden;
        display: none; }
        .nav .nav-list div.nav-btn-bg::before, .nav .nav-list div.nav-btn-bg-02::before {
          content: ' ';
          position: absolute;
          left: 1.30207vw;
          right: 1.30207vw;
          bottom: 0;
          height: 0.15625vw;
          background: #fff; }
      .nav .nav-list .on div.nav-btn-bg {
        opacity: 1;
        filter: Alpha(opacity=1); }
    .nav .nav-list-sub-bg {
      display: block;
      position: absolute;
      top: -100%;
      height: 2.70832vw;
      width: 100%;
      left: 0;
      background: #fff;
      opacity: 0;
      filter: Alpha(opacity=0);
      box-shadow: 0 0.15625vw 0.15625vw rgba(0, 0, 0, 0.1);
      border-top: solid 0.05208vw #f4f4f4; }
  .top-r {
    padding-top: 0;
    height: 5.2083vw;
    padding-right: 0;
    position: relative;
    z-index: 11; }
    .top-r .link-btn {
      margin-right: 1.56249vw; }
      .top-r .link-btn a {
        font-size: 0.83333vw;
        height: 1.66666vw;
        padding: 0 0.78124vw;
        border-radius: 0.83333vw;
        border-width: 0.10417vw; }
    .top-r .lang-btn {
      height: 5.2083vw; }
      .top-r .lang-btn dt {
        height: 2.08332vw;
        border: 0.10417vw solid #fff;
        border-radius: 1.04166vw;
        padding: 0 0.78124vw; }
        .top-r .lang-btn dt .ico, .top-r .lang-btn dt .ico::before {
          color: #fff; }
        .top-r .lang-btn dt .ico {
          font-size: 1.24999vw;
          padding-right: 0.20833vw; }
        .top-r .lang-btn dt span {
          color: #fff;
          padding-right: 0.26042vw;
          font-size: 0.83333vw;
          display: block; }
        .top-r .lang-btn dt .more {
          border-top: 0.3125vw solid #fff;
          border-left: 0.26042vw solid transparent;
          border-right: 0.26042vw solid transparent;
          display: block; }
      .top-r .lang-btn:hover dt {
        border-color: #DC000C; }
        .top-r .lang-btn:hover dt .ico, .top-r .lang-btn:hover dt .ico::before {
          color: #DC000C; }
        .top-r .lang-btn:hover dt span {
          color: #DC000C; }
        .top-r .lang-btn:hover dt .more {
          border-top-color: #DC000C; }
      .top-r .lang-btn dd {
        border-top-width: 0.26042vw;
        box-shadow: 0px 0.05208vw 0.3125vw rgba(0, 0, 0, 0.1);
        width: 7.29162vw;
        margin-left: -3.64581vw;
        border-radius: 0.26042vw 0.26042vw 0 0;
        top: 4.94788vw; }
        .top-r .lang-btn dd::before {
          border-bottom-width: 0.41666vw;
          border-left-width: 0.41666vw;
          border-right-width: 0.41666vw;
          margin-left: -0.41666vw;
          top: -0.57291vw; }
        .top-r .lang-btn dd a {
          height: 2.08332vw;
          font-size: 0.78124vw; }
          .top-r .lang-btn dd a:hover {
            background: #DC000C;
            color: #fff; }
        .top-r .lang-btn dd.e-anim-on {
          animation: lang-anim-on-pc .3s;
          animation-fill-mode: both;
          display: block; }
        .top-r .lang-btn dd.e-anim-off {
          animation: lang-anim-off-pc .3s;
          animation-fill-mode: both;
          display: block; }
  .pc-search-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.52083vw 0 1.04166vw;
    /* &.show{
			.search-bg{
				.inp{
					opacity: 1;
				}
			}
		} */ }
    .pc-search-box .search-bg {
      height: 2.08332vw;
      position: relative;
      /* Internet Explorer 10-11 */
      /* Microsoft Edge */ }
      .pc-search-box .search-bg .btn {
        height: 2.08332vw;
        padding: 0;
        border: none;
        background: none;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer; }
        .pc-search-box .search-bg .btn .ico {
          padding-left: 0.93749vw; }
          .pc-search-box .search-bg .btn .ico, .pc-search-box .search-bg .btn .ico::before {
            color: #fff;
            font-size: 1.24999vw;
            line-height: 1; }
      .pc-search-box .search-bg .inp {
        border: 0.10417vw solid #fff;
        border-radius: 1.04166vw;
        width: 5.2083vw;
        padding: 0;
        height: 100%;
        background: none;
        font-size: 0.83333vw;
        padding: 0 0.93749vw 0 2.29165vw;
        z-index: 2;
        color: #fff; }
        .pc-search-box .search-bg .inp:focus {
          width: 11.97909vw; }
      .pc-search-box .search-bg input::placeholder {
        color: #fff; }
      .pc-search-box .search-bg input:-ms-input-placeholder {
        color: #fff; }
      .pc-search-box .search-bg input::-ms-input-placeholder {
        color: #fff; }
  .nav-holder {
    display: none;
    height: 5.2083vw; } }

@keyframes nav-list-anim-on-pc {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes nav-list-anim-off-pc {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes lang-anim-on-pc {
  from {
    transform: translateY(-0.52083vw);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes lang-anim-off-pc {
  from {
    transform: translateY(0);
    opacity: 1; }
  to {
    transform: translateY(0.52083vw);
    opacity: 0; } }

@media screen and (min-width: 320px) {
  i.pic-scale-nav {
    padding-bottom: 51.653%; }
  .nav .nav-list .abTop .l {
    display: none; }
  .nav .nav-list .abTop .r .list {
    display: flex;
    margin: -1.33333vw;
    flex-wrap: wrap; }
    .nav .nav-list .abTop .r .list .items {
      flex-basis: 33.3333%;
      flex-shrink: 0;
      min-width: 0;
      padding: 1.33333vw; }
      .nav .nav-list .abTop .r .list .items a {
        height: auto;
        display: block; }
        .nav .nav-list .abTop .r .list .items a .pic-size {
          border-radius: 1.6vw; }
        .nav .nav-list .abTop .r .list .items a .text {
          color: #000;
          font-size: 3.19999vw;
          margin-top: 1.33333vw; }
        .nav .nav-list .abTop .r .list .items a:hover {
          /* .text{
										color: $vi;
									} */ }
          .nav .nav-list .abTop .r .list .items a:hover .pic-size {
            transform: scale(0.92); }
            .nav .nav-list .abTop .r .list .items a:hover .pic-size img {
              transform: scale(1.3); }
  .nav .nav-list .cpzxs .l .btn {
    font-size: 3.19999vw;
    padding: 0.93749vw 1.45832vw;
    color: #252525;
    border-bottom: 1px solid #e7ebee; }
    .nav .nav-list .cpzxs .l .btn a {
      display: flex;
      align-items: center;
      color: #252525;
      width: 100%; }
    .nav .nav-list .cpzxs .l .btn i {
      margin-left: auto; }
    .nav .nav-list .cpzxs .l .btn i, .nav .nav-list .cpzxs .l .btn i::before {
      color: #252525;
      font-size: 2.66666vw; }
  .nav .nav-list .cpzxs .l .on a {
    color: #DC000C; }
  .nav .nav-list .cpzxs .l .on i, .nav .nav-list .cpzxs .l .on i::before {
    color: #DC000C; }
  .nav .nav-list .cpzxs .r {
    display: none; } }

@media screen and (min-width: 992px) {
  .nav-list-height .container144 {
    width: 74.99952vw;
    margin: 0 auto; }
  .nav .nav-list .abTop {
    display: flex;
    height: 19.68737vw; }
    .nav .nav-list .abTop .l {
      flex-basis: 19.11446vw;
      flex-shrink: 0;
      min-width: 0;
      border-right: 1px solid #E7EBEE;
      padding-right: 2.08332vw;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: justify; }
      .nav .nav-list .abTop .l h4 {
        font-size: 1.24999vw;
        color: #000;
        margin-bottom: 1.04166vw; }
      .nav .nav-list .abTop .l .txt {
        color: #4c5664;
        font-size: 0.72916vw;
        line-height: 1.75;
        margin-bottom: 2.49998vw; }
      .nav .nav-list .abTop .l a.link {
        display: flex;
        align-items: center;
        color: #4c5664;
        font-size: 0.72916vw;
        padding: 0;
        height: auto;
        line-height: 1; }
        .nav .nav-list .abTop .l a.link i {
          padding-left: 0.26042vw; }
          .nav .nav-list .abTop .l a.link i::before {
            color: #4c5664;
            font-size: 0.72916vw; }
        .nav .nav-list .abTop .l a.link:hover {
          color: #DC000C; }
          .nav .nav-list .abTop .l a.link:hover i {
            padding-left: 0.52083vw; }
          .nav .nav-list .abTop .l a.link:hover i::before {
            color: #DC000C; }
    .nav .nav-list .abTop .r {
      flex: 1;
      min-width: 0;
      padding-left: 2.08332vw;
      padding-top: 3.90622vw; }
      .nav .nav-list .abTop .r .list {
        margin: -0.52083vw; }
        .nav .nav-list .abTop .r .list .items {
          flex-basis: 25%;
          padding: 0.52083vw; }
          .nav .nav-list .abTop .r .list .items a {
            margin: 0;
            padding: 0; }
            .nav .nav-list .abTop .r .list .items a .pic-size {
              border-radius: 0.52083vw; }
            .nav .nav-list .abTop .r .list .items a .text {
              font-size: 0.83333vw;
              margin-top: 0.625vw; }
  .nav .nav-list .cpzxs {
    display: flex;
    width: 77.91617vw;
    margin: 0 auto; }
    .nav .nav-list .cpzxs .l {
      flex-basis: 21.56236vw;
      flex-shrink: 0;
      min-width: 0;
      padding: 2.08332vw 0 2.86456vw 0;
      padding-right: 3.12498vw;
      border-right: 1px solid #E7EBEE; }
      .nav .nav-list .cpzxs .l .btn + .btn {
        padding-top: 0.52083vw; }
      .nav .nav-list .cpzxs .l .btn {
        padding: 0;
        color: #252525;
        border-bottom: 1px solid #e7ebee; }
        .nav .nav-list .cpzxs .l .btn a {
          padding: 0 1.45832vw;
          border-radius: 1.51041vw;
          color: #252525;
          height: 3.02081vw;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 0 1.45832vw;
          font-size: 0.93749vw; }
        .nav .nav-list .cpzxs .l .btn i, .nav .nav-list .cpzxs .l .btn i::before {
          font-size: 0.625vw; }
      .nav .nav-list .cpzxs .l .on {
        border-bottom-color: transparent; }
        .nav .nav-list .cpzxs .l .on a {
          background: #DC000C;
          color: #fff; }
        .nav .nav-list .cpzxs .l .on i, .nav .nav-list .cpzxs .l .on i::before {
          color: #fff; }
    .nav .nav-list .cpzxs .r {
      display: block;
      flex: 1;
      min-width: 0;
      padding: 2.08332vw 0 2.86456vw 0;
      padding-left: 2.08332vw; }
      .nav .nav-list .cpzxs .r .item {
        display: flex; }
      .nav .nav-list .cpzxs .r .li {
        width: 13.54158vw; }
        .nav .nav-list .cpzxs .r .li .Tit {
          font-size: 0.83333vw;
          margin-bottom: 0.78124vw; }
          .nav .nav-list .cpzxs .r .li .Tit span {
            margin-right: 0.52083vw; }
        .nav .nav-list .cpzxs .r .li .abq a {
          height: auto;
          padding-left: 0.52083vw;
          display: block;
          line-height: 1.24999vw;
          text-indent: 1em;
          padding-bottom: 0.26042vw; }
          .nav .nav-list .cpzxs .r .li .abq a span {
            color: #4c5664;
            font-size: 0.72916vw;
            position: relative; }
            .nav .nav-list .cpzxs .r .li .abq a span::before {
              content: "";
              position: absolute;
              right: 0;
              bottom: -1px;
              width: 0;
              height: 1px;
              background: #d1292e;
              transition: all .4s ease; }
          .nav .nav-list .cpzxs .r .li .abq a:hover span {
            color: #DC000C; }
            .nav .nav-list .cpzxs .r .li .abq a:hover span::before {
              right: auto;
              left: 0;
              width: 100%; } }

@keyframes qr-anim-on {
  from {
    transform: translateY(-10%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes qr-anim-off {
  from {
    transform: translateY(0);
    opacity: 1; }
  to {
    transform: translateY(-10%);
    opacity: 0; } }

@keyframes ico-ani {
  from {
    transform: scale(1);
    opacity: .3; }
  to {
    transform: scale(2);
    opacity: 0; } }

@keyframes moreAni {
  0% {
    opacity: 0;
    transform: translateX(-80%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
