/* 前端孙强进 */
@media screen {
  .C-banner {
    position: relative;
  }

  .C-banner .intr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
  }

  .C-banner .intr.mask {
    background: url('/img/banner-mask.png') no-repeat center center/cover;
  }

  .C-banner .t2 {
    margin-top: 0.4em;
  }

  header .down {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 1.563vw;
    transform: translate(-50%, 0);
    z-index: 50;
    min-width: 8.333vw;
    background: rgba(255, 255, 255, 0.85);
    padding: 0.521vw 0;
    border-radius: 10px;
    box-shadow: 0vw 0.26vw 1.51vw -0.417vw #9ca3af;
    opacity: 0;
    pointer-events: none;
    color: #333;
  }

  header .down1 {
    width: 15vw;
    text-align: left;
  }

  header .link:hover .down {
    opacity: 1;
    pointer-events: visible;
    transition: all ease .3s;
  }

  header .language:hover .down {
    opacity: 1;
    pointer-events: visible;
    transition: all ease .3s;
  }

  header .down::before {
    content: '';
    display: block;
    width: 100%;
    height: 2.083vw;
    bottom: 100%;
    position: absolute;
  }

  header .down a {
    padding: 0.521vw;
    display: block;
    text-align: center;
    font-weight: normal;
  }

  header .down .downlink:hover {
    background: #fff;
    color: red;
  }

  header .down .downlink:not(:last-child) {
    border-bottom: 1px solid #E6E6E6;
  }

  header .downlink {
    position: relative;
  }

  header .downlink .down2 {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 50;
    margin-left: 10px;
    min-width: 12.333vw;
    background: rgba(255, 255, 255, 0.85);
    padding: 0.521vw 0;
    border-radius: 10px;
    box-shadow: 0vw 0.26vw 1.51vw -0.417vw #9ca3af;
    opacity: 0;
    pointer-events: none;
    color: #333;
    text-align: left;
  }

  header .downlink .down2::before {
    content: '';
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
  }

  header .downlink:hover .down2 {
    opacity: 1;
    pointer-events: visible;
    transition: all ease .3s;
  }

  header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
    background: #fff;
    width: 100%;
    height: 5.208vw;
    box-shadow: 0vw 0.26vw 1.51vw -0.417vw #9ca3af;
    transition: all ease .3s;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .home header {
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
  }

  .scroll header {
    height: 4.688vw;
    background: #fff;
    color: #333;
    box-shadow: 0vw 0.26vw 1.51vw -0.417vw #9ca3af;
  }

  header .logo {
    /* width: 5.292vw; */
    width: 4.292vw;
  }

  .hoverImgSwitch img:nth-child(1) {
    display: none;
  }

  .home .hoverImgSwitch img:nth-child(1) {
    display: block;
  }

  .home .hoverImgSwitch img:nth-child(2) {
    display: none;
  }

  .scroll .hoverImgSwitch img:nth-child(1) {
    display: none;
  }

  .scroll .hoverImgSwitch img:nth-child(2) {
    display: block;
  }

  header .menu {
    overflow: visible;
  }

  .header-zhanwei {
    height: 5.208vw;
  }

  .home .header-zhanwei {
    height: 0;
  }

  header .link {
    margin-left: 1.896vw;
    position: relative;
  }

  header .link>a {
    transition: all ease .3s;
  }

  header .link:hover>a {
    transform: scale(1.1);
  }

  header a {
    transition: none;
  }

  header .link::after {
    content: '';
    display: block;
    width: 2.708vw;
    height: 0.521vw;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 0.729vw;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    background: url('/img/icon-yue.svg') no-repeat center center/contain;
    transition: all ease .3s;
  }

  header .link:hover::after,
  header .link.on::after {
    transform: translate(-50%, 0) scale(1);
    opacity: 1;
  }

  header .language {
    margin-left: 5.208vw;
    position: relative;
  }

  header .language .icon {
    margin-left: 0.156vw;
    width: 0.417vw;
  }

  header .search {
    margin-left: 0.833vw;
    width: 1.146vw;
  }

  header .tel .icon {
    margin-left: 0.833vw;
    width: 1.146vw;
  }

  header .tel p {
    margin-left: 0.625vw;
    line-height: 1;
  }

  .foot1 {
    padding: 6.25vw 0 0.885vw;
    line-height: 1.6;
  }

  .foot1 .logo {
    /* width: 7.813vw; */
    width: 5.813vw;
    margin-right: 4.01vw;
  }

  .foot1 .foot-link ul {
    display: block;
    margin-right: 5.208vw;
  }

  .foot1 .foot-link ul:last-child {
    margin-right: 0;
  }

  .foot1 .foot-link ul a {
    display: block;
    padding-left: 1.146vw;
    position: relative;
  }

  .foot1 .foot-link ul a:hover {
    color: #DA2337;
  }

  .foot1 .foot-link ul .a1 {
    font-size: 0.938vw;
    margin-bottom: 0.938vw;
  }

  .foot1 .foot-link ul .a1::before {
    /*content: '';*/
    display: block;
    width: 0.208vw;
    height: 0.208vw;
    border-radius: 100%;
    background: #C5C9CD;
    position: absolute;
    left: 0;
    top: 0.365vw;
  }

  .foot1 .foot-link ul .a2 {
    margin-bottom: 0.625vw;
    font-size: 0.833vw;
    color: #7c7e85;
    font-weight: normal;
  }

  .foot1 .foot-link ul .a2::before {
    content: '－';
    margin-right: 0.208vw;
    display: none;
  }

  .foot1 .foot-link ul .a3 {
    margin-bottom: 0.625vw;
    font-size: 0.938vw;
    color: #7c7e85;
  }


  .foot1 .address {
    width: 20.104vw;
    margin-left: auto;
  }

  .foot1 .address dt {
    margin-bottom: 0.833vw;
  }

  .foot1 .address dd {
    margin-bottom: 0.521vw;
  }

  .foot1 .qr {
    /*margin-top: 2.604vw;*/
    width: 4.583vw;
    color: #666666;
    margin-left: auto;
  }

  .foot1 .qr p {
    margin-top: 0.625vw;
    text-align: center;
    color: #666666;
    text-wrap: nowrap;
  }


  .foot2 {
    border-top: 1px solid #DDDDDD;
    padding: 2.083vw 0 1.042vw;
  }

  .foot2 .left {
    color: #999999;
  }

  .foot2 .left a {
    color: #999999;
  }

  .foot2 .right a {
    margin-left: 0.833vw;
  }












  .C-mbx-nav {
    height: 4.479vw;
  }

  .C-mbx-nav a {
    color: #666666;
    display: flex;
    align-items: center;
  }

  .C-mbx-nav a img {
    width: 0.729vw;
  }

  .C-mbx-nav a:not(:last-child):after {
    content: '>';
    display: inline-block;
    margin: 0 0.365vw;
    color: #333333;
    font-size: 0.729vw;
  }

  .C-mbx-nav a:last-child {
    color: #000000;
  }

  .C-mbx-nav .sousuo {
    width: 19.167vw;
    height: 2.083vw;
    border-radius: 40px;
    padding-right: 2.292vw;
    border: 1px solid #666666;
    position: relative;
  }

  .C-mbx-nav .sousuo input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 1.042vw;
  }

  .C-mbx-nav .sousuo .icon {
    width: 1.25vw;
    position: absolute;
    right: 1.042vw;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .C-mbx-nav.border {
    border-top: 1px solid #EAEAEA;
  }

  .pd3 .main1 {
    padding: 1.042vw 0 2.604vw;
  }

  .pd3 .main1 a {
    color: #999999;
    margin-right: 5.01vw;
    padding: 0.521vw 1.042vw;
    margin-bottom: 2vw;
  }

  .pd3 .main1 a.on,
  .pd3 .main1 a:hover {
    color: #000000;
    font-weight: bold;

    color: #fff;
    background: #DA2337;
  }

  .pd3 .main2 {}

  .pd3 .main2 a {
    margin-right: 4.48vw;
    display: flex;
    align-items: center;
    color: #999999;
    position: relative;
    margin-bottom: 2.604vw;
  }

  .pd3 .main2 a::before {
    content: '';
    display: block;
    width: 4.167vw;
    height: 0.521vw;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 0.729vw;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    background: url('/img/icon-yue2.svg') no-repeat center center/contain;
    transition: all ease .3s;
  }

  .pd3 .main2 a:hover::before,
  .pd3 .main2 a.on::before {
    transform: translate(-50%, 0) scale(1);
    opacity: 1;
  }

  .pd3 .main2 a.on,
  .pd3 .main2 a:hover {
    color: #DA2337;
    font-weight: bold;
  }

  .pd3 .main2 a::after {
    content: '';
    display: block;
    border-left: 1px solid #E6E6E6;
    height: 1.354vw;
    position: absolute;
    left: 100%;
    margin-left: 2.24vw;
    top: 50%;
    transform: translateY(-50%);
  }

  .pd-ev {
    background: #F6F6F6;
    width: 25.313vw;
    margin-bottom: 1.667vw;
  }

  .pd-ev-zhanwei {
    width: 25.313vw;
  }

  .pd-ev .pic-box {
    padding: 2.813vw 0 2.604vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pd-ev .intr {
    border-top: 1px solid #ECECEC;
    padding: 1.563vw 1.198vw;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

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

  .C-more {
    width: 2.083vw;
    height: 2.083vw;
    border: 2px solid;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
  }

  .C-more svg {
    width: 0.6vw;
    transition: all .3s;
  }

  .pd-ev:hover .C-more svg {
    transform: rotate(45deg);
  }

  .C-more.theme1 {
    border-color: #DA2337;
  }

  .C-more.theme1 path {
    fill: #DA2337;
  }

  .C-more.theme2 {
    border-color: #DA2337;
    background: #DA2337;
  }

  .C-more.theme2 path {
    fill: #fff;
  }


  .hoverMore:hover .C-more.theme2 {
    border-color: #fff;
    background: #fff;
  }

  .hoverMore:hover .C-more.theme2 path {
    fill: #DA2337;
  }

  .hoverMore:hover .C-more svg {
    transform: rotate(45deg);
  }

  .C-more.theme3 {
    border-color: #fff;
    background: #fff;
  }

  .C-more.theme3 path {
    fill: #da2337;
  }

  .pd-ev:hover .C-more {
    background: #DA2337;
  }

  .pd-ev:hover .C-more path {
    fill: #fff;
  }

  .C-paging1 .tip {
    color: #666666;
    margin: 0 0.833vw;
  }

  .C-paging1 .tip:nth-child(1) {
    opacity: 0;
  }

  .C-paging1 .linksGroup a {
    width: 2.396vw;
    height: 2.396vw;
    border: 1px solid #DDDDDD;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.26vw;
  }

  .C-paging1 .linksGroup a:hover {
    background: #eee;
  }

  .C-paging1 .linksGroup .page a {
    margin: 0 0.521vw;
    color: #666666;
  }

  .C-paging1 .linksGroup .page a.on {
    background: #DA2337;
    border-color: #DA2337;
    color: #fff;
  }

  .C-paging1 .linksGroup .next {
    transform: rotateY(180deg);
  }

  .C-paging1 .linksGroup>a img {
    width: auto;
    height: 0.625vw;
  }

  .C-paging1 .linksGroup>a:hover img {
    transform: scale(1.1);
  }

  .pd4 .main2 {
    padding-top: 0.729vw;
  }

  .C-fo1 {
    position: relative;
  }

  .C-fo1 .ev {
    text-align: center;
  }

  .C-fo1 .t2 {
    margin: 2.083vw 0;
  }

  .C-fo1 .main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 3.281vw 0 4.323vw;
  }

  .C-fo1 .ev {
    width: 50%;
    color: #fff;
  }

  .C-fo1 .ev .more {
    width: 12.5vw;
    height: 4.063vw;
    border-radius: 50px;
    border: 1px solid #FFFFFF;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: background ease .3s;
  }

  .C-fo1 .ev .more:hover {
    border: 1px solid #DA2337;
    background: #DA2337;
  }

  .C-fo1 .line {
    display: block;
    opacity: 0.6;
    width: 0.052vw;
    height: 17.552vw;
    background: #fff;
    margin-left: -0.052vw;
  }

  .pd5 {
    background-color: #F6F6F6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .pd5 .intr {
    width: 27.083vw;
  }

  .pd5 .t1 {
    margin-top: 1.042vw;
    color: #DA2337;
  }

  .pd5 .t2 {
    margin-top: 0.833vw;
    line-height: 1.5;
  }

  .pd5 .line {
    margin-top: 1.25vw;
    border-top: 1px solid #E5E5E5;
    width: 100%;
  }

  .pd5 .t3 {
    line-height: 2;
    color: #666666;
    margin-top: 1.25vw;
  }

  .pd5 .C-wrap {
    position: relative;
  }

  .pd5 .pic {
    /* width: 28.438vw; */
    width: 36.458vw;
  }

  .pd6 {
    position: relative;
  }

  .pd6 .slide {
    width: 20.885vw;
    position: sticky;
    top: 6.25vw;
    left: 0;
    height: 100%;
  }

  .pd6 .slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.229vw;
    color: #333333;
    margin-bottom: 0.625vw;
    position: relative;
  }

  .pd6 .slide a s {
    display: block;
    width: 4.167vw;
    height: 0.521vw;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    background: url('/img/icon-yue2.svg') no-repeat center center/contain;
    transition: all ease .3s;
  }

  .pd6 .slide a.on s {
    transform: translate(-50%, 0%) scale(1);
    opacity: 1;
  }

  .pd6 .slide a.on,
  .pd6 .slide a:hover {
    color: #DA2337;
  }

  .pd6 .main {
    width: 47.188vw;
  }

  .pd6-title {
    color: #333333;
  }

  .pd6-1 {
    padding-top: 4.167vw;
  }

  .pd6-1 .t1 {
    color: #666666;
    margin-top: 1.042vw;
    line-height: 1.8;
    max-width: 29.167vw;
  }

  .pd6-1 .pic {
    margin-top: 1.25vw;
    width: 30.208vw;
  }

  .pd6-line {
    margin: 2.083vw 0;
    border-bottom: 1px solid #F8F8F8;
  }

  .pd6-2 .pd6-title {
    margin-bottom: 1.042vw;
  }

  .pd6-2 .t1 {
    max-width: 20.365vw;
    line-height: 2;
    color: #666666;
  }

  .pd6-2 .pic {
    width: 22.292vw;
  }

  .pd6-3 .ev {
    width: 11.354vw;
    position: relative;
  }

  .pd6-3 .zhanwei {
    width: 11.354vw;
  }

  .pd6-3 .ev p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #333333;
    width: 95%;
    text-align: center;
  }

  .pd6-3 .t1 {
    line-height: 1.8;
    color: #666666;
    margin: 1.042vw 0;
  }

  .pd6-4 .list {
    margin-top: 2.083vw;
  }

  .pd6-4 .ev {
    margin-bottom: 1.563vw;
    background: #F8F8F8;
    padding: 0.417vw 0;
  }

  .pd6-4 .ev .pic {
    width: 10.417vw;
  }

  .pd6-4 .ev .intr {
    flex: 1;
    padding-left: 1.563vw;
  }

  .pd6-4 .ev .t1 {
    color: #333333;
    margin-top: 1.042vw;
  }

  .pd6-4 .ev .t2 {
    color: #777777;
    margin-top: 0.625vw;
  }

  .pd6-5 .pd6-title {
    margin-bottom: 2.083vw;
  }

  .pd6-5 dl {
    margin-bottom: 0.521vw;
    text-align: center;
  }

  .pd6-5 dt {
    background: #DA2337;
    width: 15.625vw;
    color: #fff;
  }

  .pd6-5 dt,
  .pd6-5 dd span {
    display: block;
    min-height: 2.813vw;
    padding: 0.521vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pd6-5 dd {
    display: flex;
    flex-wrap: wrap;
  }

  .pd6-5 dd span:nth-child(1) {
    width: 15.625vw;
    background: #F8F8F8;
  }

  .pd6-5 dd span:nth-child(2) {
    width: 21.302vw;
    border: 1px solid #F8F8F8;
  }

  .pd7 .pd6-title {
    margin-bottom: 2.083vw;
  }

  .pd7 .pd-ev {
    margin-bottom: 30px;
  }

  .pd8 .wrap {
    width: 52.083vw;
    margin: 0 auto;
  }

  .pd8 .empty img {
    max-width: 100%;
    width: 100%;
  }

  .pj2 .ev {
    width: 25.313vw;
    background: #808080;
    margin-bottom: 1.042vw;
  }

  .pj2 .C-wrap::after {
    content: '';
    width: 25.313vw;
  }

  .pj2 .ev:hover {
    background: #DA2337;
  }

  .pj2 .ev .intr {
    border-top: 2px solid #ECECEC;
    padding: 1.563vw 1.667vw;
    color: #fff;
  }

  .pj4 {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .pj4 .t1 {
    text-align: center;
    line-height: 1;
    color: #333333;
  }

  .pj4 .t2 {
    color: #666666;
    line-height: 2;
    margin-top: 2.083vw;
  }

  .pj5 .ev:not(:last-child) {
    margin-bottom: 3.906vw;
  }

  .pj5 .ev:nth-of-type(2n) {
    flex-direction: row-reverse;
  }

  .pj5 .intr {
    width: 33.854vw;
  }

  .pj5 .t1 {
    color: #333333;
  }

  .pj5 .t2 {
    color: #666666;
    line-height: 2;
    margin-top: 1.563vw;
  }

  .pj5 .pic {
    width: 30.208vw;
  }

  .pj6 {
    background: #F8F8F8;
  }

  .pj6 .t1 {
    color: #333333;
  }

  .pj6 .swiper-container {
    margin-top: 4.167vw;
  }

  .pj6 .swiper-slide {
    width: auto;
  }

  .pj6 .swiper-slide .icon {
    width: 3.021vw;
    margin: 0 auto;
  }

  .pj6 .t1 {
    text-align: center;
    color: #333333;
  }

  .pj6 .t2 {
    margin-top: 1.823vw;
    line-height: 2;
    text-align: center;
    color: #333333;
    min-width: 7.292vw;
  }

  .pj6 .t2 span {
    color: #DA2337;
  }

  .pj7 .title {
    text-align: center;
    color: #333333;
    margin-bottom: 2.083vw;
  }

  .pj7 .pd-ev {
    margin-bottom: 0;
  }

  .pj9 {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/img/pj4-1.png');
  }

  .pj9 .t2 {
    color: #666666;
    line-height: 2;
    width: 68.698vw;
    margin: 0 auto;
  }

  .pj10 {
    padding: 1.563vw 0 0;
  }

  .pj10 .ev {
    padding: 2.5vw 0;
  }

  .pj10 .ev:nth-of-type(2n) {
    background: #F8F8F8;
  }

  .pj10 .ev:nth-of-type(2n) .C-wrap {
    flex-direction: row-reverse;
  }

  .pj10 .intr {
    width: 33.854vw;
  }

  .pj10 .t1 {
    color: #333333;
  }

  .pj10 .t2 {
    color: #666666;
    line-height: 2;
    margin-top: 1.563vw;
  }

  .pj10 .pic {
    width: 30.208vw;
  }


  .pj11 {
    padding: 2.5vw 0;
    background: #F8F8F8;
  }

  .pj11 .title {
    color: #333333;
    text-align: center;
  }

  .pj11 .t2 {
    margin-top: 3.333vw;
    line-height: 2;
    color: #666666;
  }

  .pj11 .t3 {
    color: #333333;
    margin-top: 2.5vw;
  }

  .pj11 .main1 {
    margin-top: 2.5vw;
  }

  .pj11 .main1 .pic {
    width: 13.958vw;
  }

  .pj11 .main1 .intr {
    flex: 1;
    padding-left: 4.167vw;
    color: #666666;
  }

  .pj11 .main1 .intr p {
    margin-bottom: 1.667vw;
    line-height: 2;
  }

  .pj11 .main2 {
    margin-bottom: 0.833vw;
  }

  .pj11 .main2 .t4 {
    margin: 0.833vw 0;
    line-height: 2;
    color: #666666;
  }

  .pj11 .main2 .ev,
  .pj11 .main2 .zhanwei {
    width: 18.854vw;
  }

  .C-sNav {
    padding: 1.354vw 0;
  }

  .C-sNav a {
    display: block;
    padding: 0.208vw 6.667vw;
    line-height: 2;
    color: #666666;
    position: relative;
  }

  .C-sNav a:not(:last-child) {
    border-right: 1px solid #E6E6E6;
  }

  .C-sNav a.on {
    color: #000000;
  }

  .C-sNav a::after {
    content: '';
    display: block;
    width: 4.167vw;
    height: 0.521vw;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    background: url('/img/icon-yue2.svg') no-repeat center center/contain;
    transition: all ease .3s;
  }

  .C-sNav a:hover::after,
  .C-sNav a.on::after {
    transform: translate(-50%, 0) scale(1);
    opacity: 1;
  }

  .C-sNav.border {
    border-bottom: 1px solid #E6E6E6;
  }

  .dev2 {
    position: relative;
    color: #fff;
  }

  .dev2 .main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('/img/dev2-1.png') no-repeat center/cover;
  }

  .dev2 .t1 {
    text-align: center;
    line-height: 1;
  }

  .dev2 .ev {
    width: 12.5vw;
    margin-top: 9.115vw;
    text-align: center;
  }

  .dev2 .t2 {
    line-height: 1;
    margin-bottom: 0.104vw;
  }

  .dev2 .danwei {
    margin-left: -1.042vw;
  }

  .C-title {
    color: #333333;
    font-weight: bold;
    line-height: 1;
  }

  .C-title.tc {
    text-align: center;
  }

  .dev3 .ev {
    width: 25.26vw;
    margin-top: 1.667vw;
    position: relative;
  }

  .dev3 .list {
    padding-top: 0.365vw;
  }

  .dev3 .list::after {
    content: '';
    width: 25.26vw;
  }

  .dev3 .ev .intr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 3.333vw 3.333vw 2.5vw 2.5vw;
    color: #fff;
  }

  .dev3 .ev .intr .t2 {
    line-height: 2;
    margin-top: 0.833vw;
    max-height: 8em;
  }

  .dev5 {
    margin-bottom: 0.521vw;
  }

  .dev5 .main {
    margin-top: 2.083vw;
  }

  .dev5 .zuo {
    width: 57.5vw;
    height: auto;
  }

  .dev5 .zuo .bg {
    height: 100%;
  }

  .dev5 .zuo .bg img {
    height: 100%;
    object-fit: cover;
  }

  .dev5 .zuo .swiper-slide {
    position: relative;
  }

  .dev5 .zuo .intr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2.5vw;
    color: #fff;
    line-height: 2;
  }

  .dev5 .you {
    flex: 1;
    height: 29.167vw;
    background: #F2F2F2;
  }

  .dev5 .you .swiper-slide {
    box-shadow: 0vw 0.052vw 0vw 0vw #E0E0E0 inset;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 7.29165vw;
    border-bottom: 1px solid #E0E0E0;
    transition: all ease .3s;
    cursor: pointer;
  }

  .dev5 .you .swiper-slide.on {
    background: #DA2337;
    font-weight: bold;
    color: #fff;
  }

  .dev5 .you .swiper-scrollbar-drag {
    background: #DA2337;
    opacity: 0.9;
    box-shadow: 0 0 0.156vw #fff;
    cursor: grabbing;
  }

  .dev5 .you .swiper-scrollbar {
    width: 0.417vw;
    opacity: 0;
    transition: all ease .3s;
  }

  .dev5 .you:hover .swiper-scrollbar {
    opacity: 1;
  }

  .dev6 .ev {
    width: 15%;
    text-align: center;
  }

  .dev6 .ev .t1 {
    line-height: 1;
    color: #DA2337;
  }

  .dev6 .ev .t1 .danwei {
    margin-left: -1.042vw;
  }

  .dev6 .ev .t2 {
    margin-top: 0.521vw;
  }

  .dev7 .swiper-father {
    position: relative;
  }

  .dev7 .swiper-container {
    margin-top: 2.083vw;
  }

  .dev7 .swiper-slide {
    width: 18.542vw;
    height: auto;
    padding: 2.5vw 2.5vw 1.25vw;
    background: #F6F6F6;
  }

  .dev7 .swiper-slide .icon {
    width: 2.5vw;
    margin: 0 auto;
  }

  .dev7 .swiper-slide .t1 {
    margin: 1.25vw 0 0.313vw;
    text-align: center;
    font-weight: bold;
  }

  .dev7 .swiper-slide .t2 {
    line-height: 2;
  }

  .dev7 .swiper-button-prev {
    left: auto;
    right: 100%;
    top: 41%;
    margin-right: 1.667vw;
    width: 3.021vw;
    height: 3.021vw;
    background: url('/img/dev6-5.svg') no-repeat center/contain;
    cursor: pointer;
  }

  .dev7 .swiper-button-next {
    right: auto;
    left: 100%;
    top: 41%;
    margin-left: 1.667vw;
    width: 3.021vw;
    height: 3.021vw;
    background: url('/img/dev6-6.svg') no-repeat center/contain;
    cursor: pointer;
  }

  .dev8 {
    position: relative;
  }

  .dev8 .intr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .dev8 .t1 {
    line-height: 1;
  }

  .dev8 .t2 {
    line-height: 2;
    margin-top: 2.083vw;
    max-width: 51.354vw;
  }

  .about3 .t2 {
    line-height: 2;
    margin-top: 2.5vw;
    color: #666666;
  }

  .about3 .t2 p:not(:last-child) {
    margin-bottom: 1.7em;
  }

  .about3 .t2 img {
    max-width: 100%;
  }

  .about4 {
    background: #F6F6F6;
    padding: 2.5vw;
  }

  .about5 {
    position: relative;
  }

  .about5 .main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .about5 .swiper-father {
    position: relative;
  }

  .about5 .swiper-father::after {
    content: '';
    width: 100%;
    height: 0.052vw;
    border-bottom: 1px solid #DFE9FF;
    position: absolute;
    left: 0;
    top: 10.677vw;
  }

  .about5 .swiper-container {
    width: 84.375vw;
    margin: 0 auto;
  }

  .about5 .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .about5 .t1 {
    color: #DA2337;
    line-height: 2;
  }

  .about5 .line {
    margin-top: 1.042vw;
    margin-left: 0.417vw;
    width: 1.771vw;
    transition: all ease .3s;
  }

  .about5 .swiper-slide:hover .line {
    transform: translateY(-0.521vw);
  }

  .about5 .info {
    margin-top: -1.979vw;
    padding: 0.885vw 1.354vw 1.563vw 2.083vw;
    box-shadow: 0vw 0.781vw 1.51vw -0.417vw #CCD5E5A6;
    background: linear-gradient(180deg, #F9FAFC 0%, #FFFFFF 100%);
    border-radius: 10px;
    color: #2C3140CC;
    flex: 1;
  }

  .about5 .info .t2 {
    font-weight: bold;
  }

  .about5 .info .t3 {
    margin-top: 0.781vw;
    line-height: 2;
  }

  .about5 .swiper-scrollbar {
    width: 10.417vw;
    height: 0.417vw;
    border-radius: 4px;
    background: #E8EBF3;
    margin: 0 auto;
  }

  .about5 .swiper-scrollbar-drag {
    background: #DA2337;
    cursor: grabbing;
  }

  .about6 .tabbar {
    margin: 2.5vw 0 0;
    border-bottom: 1px solid #CFCFCF
  }

  .about6 .tabbar .swiper-slide {
    width: auto;
    padding: 0.833vw 2.344vw;
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
  }

  .about6 .tabbar .swiper-slide.active {
    background: #DA2337;
    color: #fff;
  }

  .about6 .tab-content {
    position: relative;
    display: none;
  }

  .about6 .tab-content.active {
    display: block;
  }

  .about6 .tab-content .swiper-container {
    width: 62.5vw;
    padding: 2.5vw 0;
    margin: 0 auto;
  }

  .about6 .tab-content .swiper-slide {
    width: 15.521vw;
    /* background: #fff; */
    transition: all ease .3s;
    height: auto;
    display: flex;
    align-items: center;
  }

  .about6 .tab-content .swiper-slide-prev,
  .about6 .tab-content .swiper-slide-next,
  .about6 .tab-content .swiper-slide-active {
    /* box-shadow: 0vw 0.208vw 1.042vw 0.052vw #00000036; */
  }

  .about6 .tab-content .swiper-slide img {
    width: 100%;
  }

  .about6 .swiper-scrollbar {
    width: 100%;
    height: 0.104vw;
    border-radius: 0;
  }

  .about6 .swiper-scrollbar-drag {
    background: #DA2337;
  }



  .about6 .swiper-button-prev {
    left: 0;
    width: 3.021vw;
    height: 3.021vw;
    top: 40%;
    background: url('/img/dev6-5.svg') no-repeat center/contain;
    cursor: pointer;
  }

  .about6 .swiper-button-next {
    right: 0;
    width: 3.021vw;
    height: 3.021vw;
    top: 40%;
    background: url('/img/dev6-6.svg') no-repeat center/contain;
    cursor: pointer;
  }

  .contact2 {
    background: url('/img/contact2-1.png') no-repeat center/cover;
  }

  .contact2 .t1 {
    color: #2E2E3D;
  }

  .contact2 .t2 {
    margin-top: 0.521vw;
    color: #494C5C;
  }

  .contact2 .you {
    width: 38.542vw;
    margin-left: auto;
  }

  .contact2 .you label {
    display: block;
    width: 100%;
    border: 1px solid #C5D0DF;
    margin-bottom: 1.042vw;
  }

  .contact2 .you label:nth-child(5) {
    margin-bottom: 0;
  }

  .contact2 .you label.w50 {
    width: calc(50% - 0.521vw);
  }

  .contact2 .you label.input-error {
    border-color: #f00;
  }

  .contact2 .you input {
    border: none;
    display: block;
    background: #F2F6F8;
    width: 100%;
    font-size: 0.938vw;
    padding: 1em 1.042vw;
    height: 3.125vw;
  }

  .contact2 .you textarea {
    border: none;
    display: block;
    background: #F2F6F8;
    width: 100%;
    font-size: 0.938vw;
    padding: 1em 1.042vw;
    height: 9.375vw;
    resize: none;
  }

  .contact2 .you input::placeholder,
  .contact2 .you textarea::placeholder {
    color: #494C5C;
  }

  .C-btn {
    min-width: 10.417vw;
    line-height: 3.438vw;
    text-align: center;
    cursor: pointer;
    transition: all ease .3s;
  }

  .C-btn.theme1 {
    border: 1px solid #DA2337;
    background: #DA2337;
    color: #fff;
  }

  .C-btn.theme1:hover {
    border: 1px solid #000;
    background: transparent;
    color: #000;
  }

  .C-btn.theme2 {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
  }

  .C-btn.theme2:hover {
    border: 1px solid #DA2337;
    background: #DA2337;
    color: #fff;
  }

  .C-btn.theme3 {
    border: 1px solid #DA2337;
    background: #DA2337;
    color: #fff;
  }

  .C-btn.theme3:hover {
    opacity: 0.8;
  }

  .C-btn.theme4 {
    border: 1px solid #000;
    background: transparent;
    color: #000;
  }

  .C-btn.theme4:hover {
    border: 1px solid #DA2337;
    background: #DA2337;
    color: #fff;
  }

  .contact2 .C-btn {
    margin-top: 2.5vw;
    min-width: 7.813vw;
    line-height: 2.604vw;
  }

  .C-Alert {
    background: #4D4D4D;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    display: flex;
    justify-content: center;
    align-items: center;


    background: rgba(77, 77, 77, 0.39);
  }


  .C-Alert .alertPop {
    position: relative;
    width: 20.833vw;
    padding: 4.167vw 0;
    border-radius: 15px;
    background: #FFFFFF;
  }


  .C-Alert .alertPop .close {
    width: 1.042vw;
    height: 1.042vw;
    background: url('/img/close.svg') no-repeat center center/contain;
    position: absolute;
    top: 1.719vw;
    right: 1.719vw;
    cursor: pointer;
  }


  .C-Alert .alertPop .tips {
    font-size: 1.354vw;
    text-align: center;
    margin-bottom: 2.604vw;
    color: #000000;
  }


  .C-Alert .alertPop .btn {
    display: block;
    margin: 0 auto;
    width: 70%;
    line-height: 2.604vw;
    text-align: center;
    background: #969593;
    font-size: 1.042vw;
    color: #FFFFFF;
    cursor: pointer;
    user-select: none;
  }


  .C-Alert .alertPop .btn.hide {
    display: none;
  }

  .contact3 {
    background: linear-gradient(180deg, rgba(228, 237, 243, 0.5) -50.42%, #FFFFFF 100%);
  }

  .contact3 .zuo {
    border-radius: 20px;
    width: 51.354vw;
  }

  .contact3 .you {
    width: 20.938vw;
    padding-top: 2.188vw;
    margin-left: auto;
    font-weight: bold;
  }

  .contact3 .you .t1 {
    color: #2E2E3D;
  }

  .contact3 .you .t2 {
    color: #494C5C;
    margin: 0.521vw 0 1.563vw;
  }

  .contact3 .you .t1 .icon {
    width: 1.25vw;
    margin-right: 0.625vw;
  }

  .contact3 .group {
    margin-top: 3.438vw;
  }

  .contact3 .swiper-pagination {
    position: static;
    width: auto;
    margin: 0 1.25vw;
    font-weight: bold;
    color: #494C5C;
    letter-spacing: -0.156vw;
  }

  .contact3 .sbtn {
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 4px;
    background: #DA2337;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact3 .sbtn svg {
    width: 0.469vw;
  }

  .contact3 .sbtn path {
    stroke: #fff;
  }

  .contact3 .sbtn.swiper-button-disabled {
    background: #FFFFFF;
  }

  .contact3 .sbtn.swiper-button-disabled path {
    stroke: #004190;
  }

  .news2 a {
    margin-left: 3.385vw;
    padding: 1.927vw 0 0.521vw;
    color: #333333;
  }

  .news2 a.on {
    color: #DA2337;
    border-bottom: 1px solid #DA2337;
  }

  .news3 .intr {
    flex: 1;
    padding-left: 3.125vw;
  }

  .news3 .t1 {
    line-height: 1;
  }

  .news3 .t1 span {
    /* color: #999999; */
  }

  .news3 .line {
    width: 100%;
    height: 0.052vw;
    background: #146EB8;
    margin-top: 1.042vw;
  }

  .news3 .t2 {
    margin-top: 1.563vw;
    transition: all ease .3s;
  }

  .news3 .t3 {
    line-height: 1.72;
    margin-top: 1.042vw;
  }

  .news3 .pic {
    width: 39.948vw;
  }

  .news3 .C-btn {
    margin-top: 2.604vw;
  }

  .news3 .swiper-pagination {
    left: auto;
    right: 0;
    bottom: 0;
    text-align: right;
  }

  .news3 .swiper-pagination-bullet {
    border-radius: 0;
    width: 3.646vw;
    height: 0.208vw;
    opacity: 1;
    background: #D9D9D9;
    cursor: pointer;
  }

  .news3 .swiper-pagination-bullet-active {
    background: #DA2337;
  }

  .news4 .main::after {
    content: '';
    width: 24.635vw;
  }

  .news4 .ev {
    width: 24.635vw;
    margin-bottom: 4.167vw;
  }

  .news4 .ev .t1 {
    line-height: 1;
  }

  .news4 .ev .t1 span {
    /* color: #999999; */
  }

  .news4 .ev .line {
    margin-top: 0.469vw;
    border-bottom: 1px solid #8A8A8A;
  }

  .news4 .ev .t2 {
    width: 75%;
    margin-top: 1.667vw;
    color: #555555;
    transition: all ease .3s;
  }

  .news4 .ev:hover .t2 {
    color: #DA2337;
  }

  .news4 .ev .pic {
    margin-top: 1.771vw;
  }

  .news5 {
    margin-bottom: 0.521vw;
  }

  .news5 .icon {
    width: 2.969vw;
    margin: 0 0.521vw;
  }

  .news5 .pages a {
    line-height: 2;
    padding: 0 0.677vw;
    color: #000000;
    border-radius: 2px;
  }

  .news5 .pages a:hover {
    box-shadow: 0 0 0.26vw #aaa;
  }

  .news5 .pages a.t1 {
    color: #CFCFCF;
  }

  .news5 .pages a.on {
    color: #DA2337;
  }

  .news6 {
    position: relative;
  }

  .news6 .zuo {
    width: 52.396vw;
  }

  .news6 .zuo .t2 {
    opacity: 0.5;
    margin-top: 1.927vw;
  }

  .news6 .empty {
    margin-top: 2.083vw;
    line-height: 1.6;
    padding-bottom: 3.125vw;
    border-bottom: 1px solid #CFCFCF;
    color: #464646;
  }

  .news6 .empty * {
    white-space: normal !important;
  }

  .news6 .empty img {
    max-width: 100% !important;
    overflow: hidden;
    margin: 0.521vw 0 2.083vw;
  }

  .news6 .pageSwitch {
    padding-top: 2.083vw;
    line-height: 1;
  }

  .news6 .pageSwitch .ev {
    width: 40%;
    max-width: 23.073vw;
  }

  .news6 .pageSwitch .t4 {
    color: #999999;
  }

  .news6 .pageSwitch .t5 {
    margin-top: 1.25vw;
    transition: all ease .3s;
  }

  .news6 .pageSwitch .ev:hover .t5 {
    color: #DA2337;
  }

  .news6 .you {
    width: 23.802vw;
    position: sticky;
    top: 6.25vw;
    right: 0;
    height: 100%;
  }

  .news6 .you .t1 {
    line-height: 1;
  }

  .news6 .you .ev {
    display: block;
    margin-top: 1.563vw;
    padding-bottom: 1.198vw;
  }

  .news6 .you .ev:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
  }

  .news6 .you .time {
    line-height: 1;
  }

  .news6 .you .time span {
    color: #999999;
  }

  .news6 .you .t3 {
    color: #555555;
    margin-top: 0.729vw;
    width: 76%;
    transition: all ease .3s;
  }

  .news6 .you .ev:hover .t3 {
    color: #DA2337;
  }

  .video2 {
    padding-bottom: 2.865vw;
  }

  .video2 .ev {
    margin-bottom: 2.5vw;
    width: 24.635vw;
  }

  .video2 .main1::after {
    content: '';
    width: 24.635vw;
  }

  .video2 .ev .t1 {
    color: #555555;
    margin-bottom: 1.771vw;
    font-weight: bold;
  }

  .video2 .ev .pic {
    position: relative;
  }

  .video2 .ev .pic::before {
    content: '';
    display: block;
    background: #00000033;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .video2 .ev .pic::after {
    content: '';
    display: block;
    width: 2.604vw;
    height: 2.604vw;
    background: url('/img/video2-1.svg') no-repeat center/contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
  }

  .video2 .main2 {
    margin-top: 1.667vw;
  }

  .qu2 .list {
    margin-top: 4.375vw;
  }

  .qu2 .ev {
    padding: 3.385vw 0;
    border-top: 1px solid #D9D9D9;
  }

  .qu2 .ev .t1 {
    color: #DA2337;
    font-weight: bold;
  }

  .qu2 .ev .t1::before {
    content: '';
    display: inline-block;
    background: #DA2337;
    width: 0.521vw;
    height: 0.26vw;
    border-radius: 50px;
    margin-right: 1.979vw;
    vertical-align: middle;
  }

  .qu2 .ev .desc {
    line-height: 1.75;
    color: #172148;
    padding-top: 3.385vw;
  }

  .qu2 .ev.ev-none {
    display: none;
  }

  .qu2 .more {
    color: #DA2337;
    margin-top: 1.719vw;
    cursor: pointer;
  }

  .qu2 .more .icon {
    width: 0.781vw;
    margin-left: 0.417vw;
    transition: all ease .3s;
  }

  .qu2 .more:hover .icon {
    transform: rotate(90deg);
  }

  .support2 {
    padding-bottom: 2.865vw;
    background: #F8F8F8;
  }

  .support2 .C-title {
    margin-bottom: 2.604vw;
  }

  .support2 .ev {
    width: 9.219vw;
    text-align: center;
    margin-bottom: 2.865vw;
  }

  .support2 .icon-box {
    width: 3.021vw;
    height: 3.49vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .support2 .icon-box img {
    max-width: 100%;
  }

  .support2 .t1 {
    margin-top: 2.604vw;
  }

  .support2 .t2 {
    margin-top: 0.365vw;
    /* font-weight: 300; */
    line-height: 1.8;
  }

  .support3 {
    padding-bottom: 1.563vw;
    background: #F8F8F8;
  }

  .search1 label {
    display: block;
    flex: 1;
    border: 1px solid #C5D0DF;
    margin-bottom: 1.042vw;
  }

  .search1 input {
    border: none;
    display: block;
    background: #F2F6F8;
    width: 100%;
    font-size: 0.938vw;
    padding: 1em 1.042vw;
    height: 3.125vw;
  }

  .search1 .C-btn {
    line-height: 3.125vw;
    height: 3.125vw;
    margin-left: 1.042vw;
  }

  .search1 .result span {
    color: #DA2337;
    margin: 0 0.521vw;
  }

  .home1 {
    position: relative;
  }

  .home1 .bgSwiper .swiper-slide {
    opacity: 0;
    transition: all ease 2s !important;
  }

  /* .home1 .bgSwiper .swiper-slide img {
    opacity: 0;
    transition: all ease 2s;
  }
  
  .home1 .bgSwiper .swiper-slide-active img {
    opacity: 1;
  } */

  .home1 .textSwiper {
    color: #FFF;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    /*background: url('/img/home1-mask.png') no-repeat center /cover;*/
  }

  .home1 .textSwiper .C-wrap {
    height: 100%;
  }

  .home1 .textSwiper .swiper-container {
    width: 100%;
    height: 100%;
  }

  .home1 .textSwiper .t2 {
    margin-top: 1.563vw;
  }

  .home1 .textSwiper .control {
    position: absolute;
    left: 50%;
    bottom: 3.906vw;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
  }

  .home1 .textSwiper .swiper-button-prev {
    position: static;
    width: 0.365vw;
    height: 1.042vw;
    margin-top: 0;
    background: url('/img/home1-i1.svg') no-repeat center/contain;
  }

  .home1 .textSwiper .swiper-button-next {
    position: static;
    width: 0.365vw;
    height: 1.042vw;
    margin-top: 0;
    background: url('/img/home1-i2.svg') no-repeat center/contain;
  }

  .home1 .textSwiper .swiper-pagination {
    position: static;
    margin: 0 1.042vw;
    width: auto;
    color: rgba(255, 255, 255, 0.5);
  }

  .home1 .textSwiper .swiper-pagination .swiper-pagination-current {
    color: #fff;
  }

  .home1 .textSwiper .pause {
    width: 1.458vw;
    height: 1.042vw;
    background: url('/img/home1-i4.svg') no-repeat center/contain;
    margin: 0 0.521vw;
    cursor: pointer;
  }

  .home1 .textSwiper .pause.on {
    background: url('/img/home1-i3.svg') no-repeat center/contain;
  }

  .scrollIcon {
    position: absolute;
    width: 100%;
    bottom: 2.188vw;
    left: 0;
    z-index: 3;
    pointer-events: none;
  }

  .scrollIcon .icon {
    width: 7.552vw;
  }

  .home1 .textSwiper .swiper-scrollbar {
    width: 10.469vw;
    height: 0.156vw;
    background: #D9D9D9;
  }

  .home1 .textSwiper .swiper-scrollbar-drag {
    background: #DA2337;
  }

  .home1 .taglist {
    position: absolute;
    right: 6.354vw;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
  }

  .home1 .taglist .ev {
    margin-bottom: 1.563vw;
    cursor: pointer;
  }

  .home1 .taglist .ev span {
    color: #fff;
    opacity: 0.5;
    transition: all ease .3s;
  }

  .home1 .taglist .ev.on span {
    opacity: 1;
  }

  .home1 .taglist .ev .icon {
    padding-top: 0.208vw;
    width: 2.708vw;
    display: none;
    margin: 0 auto;
  }

  .home1 .new-tuijian {
    width: 30.833vw;
    height: 8.333vw;
    border-radius: 20px 0px 0px 0px;
    background: rgba(218, 35, 55, 0.10);
    backdrop-filter: blur(0.781vw);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
    color: #ffffff;
    padding: 0 3.125vw;
  }

  .home1 .new-tuijian .text {
    max-width: 19.271vw;
  }

  .home1 .new-tuijian .t1 {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.60);
  }

  .home1 .new-tuijian .t2 {
    color: rgba(255, 255, 255, 0.90);
    margin-top: 0.781vw;
  }

  .home1 .new-tuijian .pause {
    width: 1.458vw;
    height: 1.042vw;
    background: url('/img/home1-i4.svg') no-repeat center/contain;
    margin: 0.521vw 0;
    cursor: pointer;
  }

  .home1 .new-tuijian .pause.on {
    background: url('/img/home1-i3.svg') no-repeat center/contain;
  }

  .home1 .new-tuijian .swiper-button-prev {
    position: static;
    width: 0.365vw;
    height: 1.042vw;
    margin-top: 0;
    background: url('/img/home1-i1.svg') no-repeat center/contain;
    transform: rotate(90deg);
  }

  .home1 .new-tuijian .swiper-button-next {
    position: static;
    width: 0.365vw;
    height: 1.042vw;
    margin-top: 0;
    background: url('/img/home1-i2.svg') no-repeat center/contain;
    transform: rotate(90deg);
  }

  .home-title {
    position: relative;
    text-align: center;
  }

  .home-title::before,
  .home-title::after {
    content: '';
    display: inline-block;
    width: 1.302vw;
    height: 1.979vw;
    margin: 0 0.833vw;
    vertical-align: middle;
    background: url('/img/home-title.svg') no-repeat center/contain;
    margin-top: -0.26vw;
  }

  .home-title.theme2::before,
  .home-title.theme2::after {
    background: url('/img/home-title2.svg') no-repeat center/contain;
  }

  .home2 .ev {
    width: 50%;
    padding: 4.167vw 12.5vw 4.167vw 10.417vw;
    background: #FAFAFA;
    position: relative;
  }

  .home2 .ev:nth-of-type(2),
  .home2 .ev:nth-of-type(3) {
    background: #EFEFEF;
  }

  .home2 .intr1 .t2 {
    margin: 1.25vw 0 1.667vw;
    color: #333;
    line-height: 2;
  }

  .home2 .intr1 .C-more~span {
    margin-left: 0.833vw;
    color: #333;
  }

  .home2 .intr2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
  }

  .home2 .ev:hover .intr2 {
    opacity: 1;
  }

  .home2 .intr2 .pic {
    /*width: 21.875vw;*/
    max-height: 100%;
    overflow: hidden;
    width: 100%;
  }

  .home2 .intr2 .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10.417vw;
    height: 10.417vw;
    border-radius: 100%;
    background: rgba(218, 35, 55, 0.6);
    color: #fff;
    opacity: 0;
    transition: all linear .3s;
  }

  .home2 .intr2 .text .t3 {
    width: 8.333vw;
    text-align: center;
    margin-bottom: 0.313vw;
  }

  .home2 .ev:hover .text {
    opacity: 1;
  }

  .home3 {
    position: relative;
  }

  .home3 .textSwiper .swiper-slide {
    position: relative;
    opacity: 0;
    transition: all ease 2s !important;
  }

  .home3 .textSwiper .intr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url('/img/home3-mask.png') no-repeat center /cover;
    color: #fff;
  }

  .home3 .textSwiper .intr .C-wrap {
    transform: translate(0, 60px);
    opacity: 0;
  }

  .home3 .textSwiper .swiper-slide-active .intr .C-wrap {
    transform: translate(0, 0px);
    opacity: 1;
    transition: all linear .3s;
  }

  .home3 .textSwiper .t1 {
    line-height: 1.5;
    margin-top: -0.521vw;
  }

  .home3 .textSwiper .icon {
    width: 2.5vw;
    margin-top: 3.646vw;
  }

  .home3 .textSwiper .t2 {
    margin-top: 1.146vw;
  }

  .home3 .textSwiper .t3 {
    margin-top: 2.083vw;
    width: 33.385vw;
    line-height: 2;
  }

  .home3 .textSwiper .C-btn {
    margin-top: 5.208vw;
  }

  .home3 .tabs {
    position: absolute;
    left: 0;
    bottom: 6.25vw;
    width: 100%;
    z-index: 5;
  }

  .home3 .tabs .swiper-container {
    padding-bottom: 0.104vw;
  }

  .home3 .tabs .swiper-container::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0.052vw;
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }

  .home3 .tabs .swiper-slide {
    padding: 0 0.417vw 1.563vw;
    position: relative;
    color: #FFF;
    width: auto;
    cursor: pointer;
  }

  .home3 .tabs .swiper-slide::after {
    content: '';
    display: block;
    width: 100%;
    height: 0.156vw;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -0.052vw;
    opacity: 0;
    background: #DA2337;
  }

  .home3 .tabs .swiper-slide.on::after {
    opacity: 1;
  }

  .home4 {
    background: url('/img/home4-bg.png') no-repeat bottom left/cover;
  }

  .home4 .zuo {
    width: 34.063vw;
  }

  .home4 .zuo .t2 {
    margin-top: 0.885vw;
    line-height: 2;
  }

  .home4 .you {
    flex: 1;
    margin-left: 2.813vw;
    margin-top: 2.083vw;
  }

  .home4 .you .ev {
    min-width: 6.563vw;
    text-align: center;
  }

  .home4 .you .ev .t3 {
    color: #da2337;
    line-height: 1;
  }

  .home4 .you .ev .danwei1 {
    color: #000;
  }

  .home4 .you .ev .t4 {
    margin: 0.417vw;
  }

  .home4 .t5 {
    color: #666666;
    line-height: 2;
    margin: 1.042vw 0 2.5vw;
  }

  .home4 .main {
    align-items: flex-start;
  }

  .home4 .shipin {
    width: 53.958vw;
    position: relative;
  }

  .home4 .shipin .bofang {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('/img/home4-mask.png') no-repeat bottom left/cover;
  }

  .home4 .shipin .icon {
    width: 4.063vw;
    cursor: pointer;
    transition: all linear .3s;
  }

  .home4 .shipin .icon:hover {
    transform: scale(1.1);
  }


  .home5 {
    background: #F8F8F9;
  }

  .home5 .home-title {
    padding-top: 0;
  }

  .home5 .tabs a {
    color: #666;
    margin-left: 2.5vw;
    position: relative;
  }

  .home5 .tabs a.on {
    color: #000;
  }

  .home5 .tabs a::after {
    content: '';
    display: block;
    width: 2.708vw;
    height: 0.625vw;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 0.417vw;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    background: url('/img/icon-yue2.svg') no-repeat center center/contain;
    transition: all ease .3s;
  }

  .home5 .tabs a:hover::after,
  .home5 .tabs a.on::after {
    transform: translate(-50%, 0) scale(1);
    opacity: 1;
  }

  .vishide {
    visibility: hidden;
  }

  .home5 .main2 {
    padding-bottom: 0;
  }

  .home5 .main2 .swiper-container {
    display: none;
  }

  .home5 .main2 .swiper-container.on {
    display: block;
  }

  .home5 .main2 .swiper-slide {
    border: 1px solid #EEE;
    background: #FFF;
  }

  .home5 .main2 .pic {
    padding: 1.667vw;
    border-bottom: 1px solid #EEE;
  }

  .home5 .main2 .intr {
    padding: 1.667vw;
  }

  .home5 .main2 .intr .t1 {
    color: #666666;
  }

  .home5 .main2 .intr .t2 {
    line-height: 1;
    margin: 0.833vw 0;
    width: 87%;
  }

  .home5 .main2 .intr .t3 {
    line-height: 2;
  }

  .home5 .main2 .intr .C-btn {
    display: inline-block;
    margin-top: 1.667vw;
    min-width: 4.583vw;
    height: 1.979vw;
    line-height: 1.979vw;
  }

  .home5 .main3 {
    padding-top: 2.5vw;
  }

  .home5 .main3 span {
    margin-left: 0.833vw;
    color: #333;
  }

  .home6 {
    padding-bottom: 7.24vw;
  }

  .home6 .home-title {
    padding-top: 0;
  }

  .home6 .list {
    /* background: rgba(0, 0, 0, 0.2); */
  }

  .home6 .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
  }

  .home6 .ev {
    width: 10.417vw;
    /* height: 4.323vw; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.823vw;
    padding: 5px 20px;
    border: 1px solid #eee;
    height: auto;
  }

  .home6 .zhanwei {
    width: 10.417vw;
  }

  .home6 .ev img {
    max-width: 100%;
  }

  .home7 {
    position: relative;
    padding-bottom: 2.083vw;
    margin-bottom: 4vw;
  }

  .home7 .intr1 {
    line-height: 1;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  .home7 .intr1 .t2 {
    margin-top: 1.25vw;
  }

  .home7 .main {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    margin-top: -3.125vw;
    transform: translate(0, -50%);
  }

  .home7 .ev {
    width: 25%;
    height: 15.208vw;
    background: #c00000;
  }

  .home7 .ev:hover {
    background: #970000;
  }

  .home7 .ev:nth-of-type(2) {
    background: #da2337;
  }

  .home7 .ev:nth-of-type(2):hover {
    background: #c41d30;
  }

  .home7 .ev:nth-of-type(3) {
    background: #7A7A7A;
  }

  .home7 .ev:nth-of-type(3):hover {
    background: #7A7A7A;
  }

  .home7 .ev:nth-of-type(4) {
    background: #9D9D9D;
  }

  .home7 .ev:nth-of-type(4):hover {
    background: #9D9D9D;
  }

  .home7 .ev .icon {
    width: 3.125vw;
    margin: 0 0 1.042vw;
  }

  .home7 .ev .t3 {
    color: #fff;
    margin-bottom: 0.521vw;
  }
}

@media screen and (max-width:1350px) {
  .pj9 .t2 {
    width: 100%;
  }
}

@media screen and (max-width:1250px) {
  .pd8 .wrap {
    width: 90%;
  }
}