.contact .wrap {
    width: 1200px;
    margin: 115px auto 138px;
  }
  .contact .wrap .title span {
    font-size: 40px;
    font-weight: bold;
    color: #292929;
    display: block;
    margin: 0 0 43px 0;
  }
  .contact .wrap .title .address {
    display: flex;
    align-items: center;
    margin: 0 0 77px 0;
  }
  .contact .wrap .title .address p {
    font-size: 26px;
    font-weight: 400;
    color: #292929;
    margin: 0 45px 0 0;
  }
  .contact .wrap .title .address a {
    display: flex;
    align-items: center;
  }
  .contact .wrap .title .address a span {
    color: #999999;
    font-size: 18px;
    margin: 0 8px 0 0;
    font-weight: 100;
    transition: 0.6s;
  }
  .contact .wrap .title .address a p {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    transition: 0.6s;
  }
  .contact .wrap .title .address a:hover span,
  .contact .wrap .title .address a:hover p {
    color: #e41937;
  }
  .contact .wrap .title .address a:hover p {
    transform: translateX(10px);
  }
  .contact .wrap .title .information .list {
    display: flex;
  }
  .contact .wrap .title .information .list:not(:last-child) {
    margin: 0 0 24px 0;
  }
  .contact .wrap .title .information .list p {
    font-size: 20px;
    font-weight: bold;
    color: #292929;
    min-width: 80px;
    margin: 0 25px 0 0;
  }
  .contact .wrap .title .information .list a {
    font-size: 20px;
    color: #292929;
  }
  .contact .wrap .content {
    margin: 144px 0 0 0;
  }
  .contact .wrap .content .red {
    font-size: 26px;
    font-weight: bold;
    color: #E41937;
    margin: 0 0 53px 0;
  }
  .contact .wrap .content .matter {
    width: 100%;
  }
  .contact .wrap .content .matter table {
    width: 100%;
  }
  .contact .wrap .content .matter table tr:first-child td {
    width: 284px;
    height: 90px;
    background: #F5F5F5;
    border-top: 3px solid #e41937;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #292929;
  }
  .contact .wrap .content .matter table tr:first-child td:not(:last-child) {
    border-right: 1px solid #e6e6e6;
  }
  .contact .wrap .content .matter table tr td {
    height: 94px;
    border-bottom: 1px solid #e6e6e6;
  }
  .contact .wrap .content .matter table tr td:not(:last-child) {
    border-right: 1px solid #e6e6e6;
  }
  .contact .wrap .content .matter table tr td:first-child,
  .contact .wrap .content .matter table tr td:last-child {
    width: 300px;
  }
  .contact .wrap .content .matter table tr td:nth-child(2) {
    padding: 0 0 0 87px;
    width: 599px;
  }
  .contact .wrap .content .matter table tr:not(:first-child) td:first-child {
    padding: 0 0 0 95px;
  }
  .contact .wrap .content .matter table tr:not(:first-child) td:nth-child(3) {
    padding: 0 0 0 60px;
  }
  .responsibility .wrap {
    width: 1540px;
    max-width: 90%;
    margin: 165px auto 183px;
  }
  .responsibility .wrap .title {
    padding: 0 0 99px 0;
    margin: 0 0 87px 0;
    border-bottom: 1px solid #cccccc;
  }
  .responsibility .wrap .title span {
    font-size: 40px;
    font-weight: bold;
    color: #292929;
    display: block;
    margin: 0 0 33px 0;
  }
  .responsibility .wrap .title p {
    width: 1199px;
    font-size: 22px;
    font-weight: 400;
    color: #292929;
    line-height: 40px;
    max-width: 100%;
  }
  .responsibility .wrap .content {
    overflow: hidden;
  }
  .responsibility .wrap .content .headline {
    display: flex;
    align-items: center;
    margin: 0 0 138px 0;
  }
  .responsibility .wrap .content .headline .iconfont {
    color: #e41937;
    font-size: 37px;
    margin: 0 19px 0 0;
  }
  .responsibility .wrap .content .headline span {
    font-size: 32px;
    font-weight: bold;
    color: #292929;
  }
  .responsibility .wrap .content .content {
    position: relative;
  }
  .responsibility .wrap .content .content .matter_swiper {
    width: 150%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .responsibility .wrap .content .content .matter_swiper .swiper-slide .item {
    transition: 1s;
    filter: grayscale(1);
  }
  .responsibility .wrap .content .content .matter_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .responsibility .wrap .content .content .matter_swiper .swiper-slide .text {
    position: absolute;
    left: 50%;
    bottom: 34px;
    transform: translateX(-50%) !important;
    z-index: 3;
    text-align: center;
  }
  .responsibility .wrap .content .content .matter_swiper .swiper-slide .text p {
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
  }
  .responsibility .wrap .content .content .matter_swiper .swiper-slide.swiper-slide-active {
    z-index: 5;
  }
  .responsibility .wrap .content .content .matter_swiper .swiper-slide.swiper-slide-active .item {
    filter: unset;
  }
  .responsibility .wrap .content .content .button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 144px;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 4;
  }
  .responsibility .wrap .content .content .button .iconfont {
    font-size: 40px;
    color: #e41937;
    font-weight: bold;
    cursor: pointer;
    pointer-events: auto;
  }
  .responsibility .wrap .content .content .button .iconfont:first-child {
    transform: rotate(180deg);
  }
  .about .wrap {
    width: 2092px;
    /*width: 1540px;*/
    max-width: 90%;
    margin: 247px auto 124px;
    display: flex;
    justify-content: space-between;
  }
  .about .wrap .title {
    /*width: 800px;*/
    width: 1038px;
    margin: 18px 40px 0 0;
  }
  
  .about .wrap .title span {
    font-size: 42px;
    color: #292929;
    display: block;
    margin: 0 0 49px 0;
    font-family: "SourceHanSansCN-Regular b", sans-serif !important;
  }
  .about .wrap .title p {
    font-size: 21px;
    font-weight: 400;
    color: #292929;
    line-height: 42px;
  }
  .section2 {
    border-top: 1px solid #cccccc;
    position: relative;
    z-index: 1;
  }
  .section2 .wrap {
    margin: 114px auto 97px;
  }
  .section2 .wrap .title {
    width: 2092px;
    font-size: 40px;
    font-family: "SourceHanSansCN-Regular b", sans-serif !important;
    color: #292929;
    margin: 0 auto 82px;
    max-width: 90%;
  }
  .section2 .wrap .content {
    width: 100%;
  }
  .section2 .wrap .content .item {
    width: 100%;
    cursor: pointer;
    position: relative;
  }
  .section2 .wrap .content .item .joke {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2092px;
    max-width: 90%;
    transform: translate(-50%,-50%);
    z-index: 2;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
  .section2 .wrap .content .item:not(:last-child) {
    margin: 0 0 35px 0;
  }
  .section2 .wrap .content .item .bg{
    width: 100%;
  }
  .section2 .wrap .content .item span {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 25px 0 0 0;
    display: block;
  }
  .section2 .wrap .content .item p {
    font-size: 40px;
    font-family: "SourceHanSansCN-Regular b", sans-serif !important;
    color: #FFFFFF;
  }
  .section2 .wrap .content .item .end {
    margin: 90px 0 0 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
    left: 35px;
    display: none;
  }
  .section2 .wrap .content .item .end .iconfont {
    font-size: 200px;
    color: #FFFFFF;
    transition: 0.7s;
  }
  
  .section2 .wrap .content .item:hover .joke .end .iconfont {
    transform: rotateY(180deg);
  }
  .section3 {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section3 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
  }
  .section3 .wrap {
    width: 646px;
    margin: 276px auto 294px;
    text-align: center;
  }
  .section3 .wrap span {
    font-size: 40px;
    color: #FFFFFF;
    display: block;
    margin: 0 0 34px 0;
    font-family: "SourceHanSansCN-Regular b", sans-serif !important;
  }
  .section3 .wrap p {
    font-size: 32px;
    font-weight: 200;
    color: #FFFFFF;
    line-height: 48px;
  }
  .section4 {
    position: relative;
    z-index: 1;
    background: #F5F5F5;
  }
  .section4 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
  }
  .section4 .wrap {
    width: 1540px;
    margin: 154px auto 80px;
  }
  .section4 .wrap .title {
    font-size: 40px;
    font-family: "SourceHanSansCN-Regular b", sans-serif !important;
    color: #292929;
    margin: 0 0 78px 0;
  }
  .section4 .wrap .content .events_swiper {
    width: 116%;
    height: 477px;
  }
  .section4 .wrap .content .events_swiper .swiper-slide {
    padding: 94px 39px 0 55px;
    border-right: 1px solid #cccccc;
    left: -55px;
  }
  .section4 .wrap .content .events_swiper .swiper-slide .headline {
    font-size: 60px;
    font-family: "SourceHanSansCN-Regular b", sans-serif !important;
    font-weight: 400;
    color: #E41937;
    line-height: 28px;
  }
  .section4 .wrap .content .events_swiper .swiper-slide .text {
    margin: 28px 0 0 0;
  }
  .section4 .wrap .content .events_swiper .swiper-slide .text p {
    font-size: 18px;
    font-weight: 400;
    color: #292929;
    line-height: 40px;
    padding: 0 0 0 23px;
    position: relative;
  }
  .section4 .wrap .content .events_swiper .swiper-slide .text p:after {
    content: '';
    position: absolute;
    top: 17px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #E41937;
    border-radius: 50%;
  }
  .section4 .wrap .content .line {
    height: 6px;
    background: #666666;
    margin: 47px 0 0 0;
  }
  .section4 .wrap .content .line div {
    width: 0;
    height: 6px;
    background: #E41937;
    transition: 1s;
  }
  .section5 .wrap {
    width: 100%;
    margin: 207px auto 151px;
    padding: 0 6%;
  }
  .section5 .wrap .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 62px 0;
    text-align: center;
  }
  .section5 .wrap .title .headline {
    font-size: 40px;
    color: #292929;
    font-family: "SourceHanSansCN-Regular b", sans-serif !important;
  }
  .section5 .wrap .title .cut {
    display: none;
    align-items: center;
  }
  .section5 .wrap .title .cut a {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    position: relative;
    transition: 0.6s;
  }
  .section5 .wrap .title .cut a:not(:last-child) {
    margin: 0 45px 0 0;
  }
  .section5 .wrap .title .cut a:not(:last-child):after {
    content: '/';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
    font-size: 18px;
    color: #CCCCCC;
    font-weight: 200;
  }
  .section5 .wrap .title .cut a.on,
  .section5 .wrap .title .cut a:hover {
    color: #e41937;
  }
  .section5 .wrap .content .matter {
    display: none;
  }
  .section5 .wrap .content .matter.on {
    display: block;
  }
  .section5 .wrap .content .matter .partner_swiper {
    width: 100%;
  }
  .section5 .wrap .content .matter .partner_swiper .swiper-slide {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 46px 0;
  }
  .section5 .wrap .content .matter .partner_swiper .swiper-slide .item {
    width: 100%;
    /*border-bottom: 1px solid #cccccc;*/
    /*border-right: 1px solid #cccccc;*/
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
  }
  .section5 .wrap .content .matter .partner_swiper .swiper-slide .item:first-child,
  .section5 .wrap .content .matter .partner_swiper .swiper-slide .item:nth-child(6) {
    /*border-left: 1px solid #cccccc;*/
  }
  .section5 .wrap .content .matter .partner_swiper .swiper-slide .item:nth-child(1),
  .section5 .wrap .content .matter .partner_swiper .swiper-slide .item:nth-child(2),
  .section5 .wrap .content .matter .partner_swiper .swiper-slide .item:nth-child(3),
  .section5 .wrap .content .matter .partner_swiper .swiper-slide .item:nth-child(4),
  .section5 .wrap .content .matter .partner_swiper .swiper-slide .item:nth-child(5) {
    /*border-top: 1px solid #cccccc;*/
  }
  .section5 .wrap .content .matter .partner_swiper .swiper-slide .item img {
    transition: 1s;
    transform: scale(0.9);
    /*filter: grayscale(1);*/
  }
  .section5 .wrap .content .matter .partner_swiper .swiper-slide .item:hover img {
    transform: scale(0.9);
    filter: unset;
  }
  .section5 .wrap .content .matter .swiper-pagination {
    position: static;
    margin: 38px 0 0 0;
  }
  .section5 .wrap .content .matter .swiper-pagination span {
    width: 12px;
    height: 12px;
    background: #C0C0C0;
    border-radius: 50%;
    opacity: 1;
    transition: 0.6s;
    margin: 0 21px 0 0;
  }
  .section5 .wrap .content .matter .swiper-pagination span.swiper-pagination-bullet-active {
    background: #e41937;
  }
  .section5 .wrap .content .matter .swiper-pagination span:last-child {
    margin: 0;
  }
  .honor .wrap {
    width: 1547px;
    margin: 213px auto 230px;
    display: flex;
    justify-content: space-between;
  }
  .honor .wrap .left {
    display: flex;
    height: 506px;
    margin: 90px 0 0 0;
  }
  .honor .wrap .left .line {
    width: 8px;
    height: 100%;
    margin: 0 32px 0 0;
  }
  .honor .wrap .left .line img {
    width: 100%;
    height: 100%;
  }
  .honor .wrap .left .left_swiper {
    max-width: 500px;
    height: 100%;
    margin-top: -13px;
  }
  .honor .wrap .left .left_swiper .swiper-slide {
    font-size: 30px;
    font-weight: 400;
    color: #292929;
    top: -8px;
    cursor: pointer;
  }
  .honor .wrap .left .left_swiper .swiper-slide div {
    transform-origin: left;
  }
  .honor .wrap .left .left_swiper .swiper-slide div p {
    transition: 0.6s;
  }
  .honor .wrap .left .left_swiper .swiper-slide.swiper-slide-active div p {
    color: #e41937;
  }
  .honor .wrap .right {
    width: 986px;
    text-align: center;
    position: relative;
    top: -20px;
  }
  .honor .wrap .right .title {
    font-size: 50px;
    color: #292929;
    font-family: "SourceHanSansCN-Regular b", sans-serif !important;
    margin: 0 0 54px 0;
  }
  .honor .wrap .right .content {
    position: relative;
    height: 500px;
  }
  .honor .wrap .right .content .honor_img_swiper {
    width: 120%;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .honor .wrap .right .content .honor_img_swiper .swiper-slide .img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .honor .wrap .right .content .honor_img_swiper .swiper-slide .img img {
    object-fit: contain;
    max-height: 100%;
  }
  
  .contact2 .wrap {
    width: 1200px;
    margin: 86px auto 116px;
  }
  .contact2 .wrap .top {
    display: flex;
    height: 450px;
    margin: 0 0 15px;
  }
  .contact2 .wrap .top .map {
    width: 810px;
    height: 100%;
    position: relative;
  }
  
  .contact2 .wrap .top .map .matter{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
  }
  .contact2 .wrap .top .map .matter.on{
    opacity: 1;
    pointer-events: auto;
  }
  .contact2 .wrap .top .map .container ,.contact2 .wrap .top .map #googleMap{
    width: 100%;
    height: 100%;
  }
  .contact2 .wrap .top .map #container{
    width: 100%;
    height: 100%;
  }
  .contact2 .wrap .top .red {
    width: 431px;
    height: 100%;
    background: #E41937;
    padding: 63px 43px 20px 43px;
  }
  .contact2 .wrap .top .red span {
    font-size: 36px;
    color: #FFFFFF;
    font-family: "SourceHanSansCN-Regular b", sans-serif !important;
    display: block;
    margin: 0 0 10px 0;
    cursor: pointer;
  }
  .contact2 .wrap .top .red .list:not(:last-child) {
    margin: 0 0 47px 0;
  }
  .contact2 .wrap .top .red .list p {
    font-size: 20px;
    font-weight: bold!important;
    color: #FFFFFF;
    line-height: 17px;
    margin: 0 0 12px 0;
  }
  .contact2 .wrap .top .red .list a {
    font-size: 18px;
    /*font-weight: 400!important;*/
    color: #FFFFFF;
  }
  .contact2 .wrap .bottom {
    margin: 42px 0 0 0;
    display: flex;
    justify-content: space-between;
  }
  .contact2 .wrap .bottom .item {
    width: 584px;
    height: 210px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    padding: 50px 45px ;
    position: relative;
  }
  .contact2 .wrap .bottom .item .iconfont{
    font-size: 98px;
    color: #000;
    opacity: 0.1;
    position: absolute;
    right: 29px;
    bottom: 20px;
  }
  .contact2 .wrap .bottom .item span {
    font-size: 26px;
    font-family: "SourceHanSansCN-Regular b", sans-serif !important;
    color: #000000;
    line-height: 25px;
    display: block;
    margin: 0 0 31px 0;
  }
  .contact2 .wrap .bottom .item a {
    font-size: 20px;
    /*font-weight: bold!important;*/
    color: #292929;
    line-height: 14px;
    display: block;
  }
  .contact2 .wrap .bottom .item a:not(:last-child) {
    margin: 0 0 11px 0;
  }
  /*# sourceMappingURL=about.css.map */
  /**/
  .ab1 {
    padding: 125px 0 35px 0;
  }
  .ab1 .wrap {
    width: 1440px;
    margin: auto;
  }
  .ab1 .wrap .content .display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
    padding: 0 0 39px;
  }
  .ab1 .wrap .content .display .title {
    font-size: 50px;
    font-family: "SourceHanSansCN-Regular b", sans-serif !important;
    color: #292929;
    line-height: 50px;
  }
  .ab1 .wrap .content .display .set_up {
    width: 116px;
    height: 116px;
    border: 5px solid #E41937;
    border-radius: 50%;
    position: relative;
    z-index: 1;
  }
  .ab1 .wrap .content .display .set_up:after {
    content: '';
    position: absolute;
    top: 50%;
    height: 57px;
    width: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: -1;
  }
  .ab1 .wrap .content .display .set_up .po {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .ab1 .wrap .content .display .set_up .po .year {
    font-size: 55px;
    font-family: "Akzidenz-Grotesk BQ Condensed A", sans-serif !important;
    font-weight: 500;
    color: #333333;
    margin: 0 10px 0 0;
  }
  .ab1 .wrap .content .display .set_up .po p {
    font-size: 16px;
    font-weight: 400;
    color: #292929;
    white-space: nowrap;
    position: relative;
    top: -9px;
  }
  .ab1 .wrap .content .get {
    margin: 53px 0 0 0;
    display: flex;
    justify-content: space-between;
  }
  .ab1 .wrap .content .get .l {
    width: 891px;
    font-size: 16px;
    font-weight: 400;
    color: #292929;
    line-height: 32px;
  }
  .ab1 .wrap .content .get .r .list:not(:last-child) {
    margin: 0 0 60px;
  }
  .ab1 .wrap .content .get .r .list p {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    margin: 0 0 13px;
  }
  .ab1 .wrap .content .get .r .list h1 {
    font-size: 26px;
    font-weight: 400;
    color: #333333;
  }
  .ab1 .wrap .images {
    width: 100%;
    margin: 121px 0 0 0;
  }
  .ab1 .wrap .images img {
    width: 100%;
  }
  .ab2 .wrap {
    width: 1440px;
    margin: 100px auto 184px;
  }
  .ab2 .wrap .title {
    font-size: 50px;
    color: #292929;
    margin: 0 0 137px;
    font-family: "SourceHanSansCN-Regular b", sans-serif !important;
  }
  .ab2 .wrap .content .swiper {
    width: 100%;
    padding: 0 0 30px;
  }
  .ab2 .wrap .content .swiper:after {
    content: '';
    position: absolute;
    bottom: 34px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E5E5E5;
  }
  .ab2 .wrap .content .swiper .swiper-slide .text span {
    width: fit-content;
    font-size: 40px;
    font-family: "Akzidenz-Grotesk BQ Condensed A", sans-serif !important;
    font-weight: 500;
    color: #333333;
    position: relative;
    margin: 0 0 5px;
    display: block;
  }
  .ab2 .wrap .content .swiper .swiper-slide .text span:after {
    content: attr(data-text);
    font-size: 18px;
    color: #292929;
    position: absolute;
    left: 109%;
    bottom: 3px;
    font-family: "SourceHanSansCN-Regular r", sans-serif !important;
  }
  .ab2 .wrap .content .swiper .swiper-slide .text div {
    height: 52px;
  }
  .ab2 .wrap .content .swiper .swiper-slide .text div p {
    font-size: 16px;
    font-weight: 400;
    color: #292929;
    line-height: 26px;
  }
  .ab2 .wrap .content .swiper .swiper-slide .circle {
    width: 10px;
    height: 10px;
    background: #E41937;
    border-radius: 50%;
    margin: 69px auto 0;
    position: relative;
  }
  .ab2 .wrap .content .swiper .swiper-slide .circle:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #E41937;
    border-radius: 50%;
    opacity: 0.5;
    animation: 1s scale_ infinite linear;
  }
  .ab3 {
    position: relative;
  }
  .ab3 .home-banner-circle{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 21.97916666666667vw;
  }
  .ab3 .home-banner-circle svg{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .ab3 .bg {
    width: 100%;
  }
  .ab3 .wrap {
    position: absolute;
    left: 50%;
    top: 13.75vw;
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
  }
  .ab3 .wrap .title {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 0 19px;
  }
  .ab3 .wrap p {
    font-size: 50px;
    color: #FFFFFF;
    font-family: "SourceHanSansCN-Regular b", sans-serif !important;
  
  }
  .ab4 .wrap {
    width: 86.45833333333333vw;
    margin: 139px auto 136px;
  }
  .ab4 .wrap .title {
    font-size: 50px;
    font-family: "SourceHanSansCN-Regular b", sans-serif !important;
    color: #292929;
    text-align: center;
    margin: 0 0 49px;
  }
  .ab4 .wrap .content .swiper {
    width: 100%;
  }
  .ab4 .wrap .content .swiper:not(:last-child) {
    margin: 0 0 22px;
  }
  .ab4 .wrap .content .swiper .swiper-wrapper {
    transition-timing-function: linear!important;
    display: grid;
    grid-template-columns: repeat(9,1fr);
    grid-gap: 0 20px;
  }
  .ab4 .wrap .content .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 113px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @keyframes scale_ {
    0% {
      opacity: 0.5;
    }
    100% {
      opacity: 0;
      transform: translate(-50%, -50%) scale(3);
    }
  }


  .ab4 .wrap .content.PE{
    display: none;
  }
  .honor .wrap .right .content .honor_img_swiper .swiper-slide .img p{
    display: none;
  }

  .tab .prev span,
  .tab .next span{
    color: #fff;
    font-size: 20px;
  }
  
  .tab {
    display: none;
    justify-content: center;
    margin-top: 30px;
  }
  .tab .prev{
    margin-right: 30px;
    transform: rotate(180deg);
  }
  .tab .prev,
  .tab .next{
    width: 32px;
    height: 32px;
    background-color: #E41937;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
  }


  html[lang="en"] .ab3 .wrap p {
    font-size: 34px;
  }
  html[lang="en"] .about .wrap .title{
    max-height: 27.0833333vw;
  }
  html[lang="en"] .about .wrap .title p{
    opacity: 1 !important;
    transform: none !important;
  }


  @media screen and (max-width: 1920px) {
    .about .wrap,.section2 .wrap .title,.section2 .wrap .content .item .joke{
      width: 1540px;
    }
    .about .wrap .title {
      width: 800px;
    }
  }
  @media screen and (max-width: 1856px) {
    .about .wrap .title p {
      font-size: 20px;
      line-height: 38px;
    }
    .section4 .wrap .content .events_swiper {
      width: 110%;
    }
    .ab3 .wrap p {
      font-size: 48px;
    }
    .ab4 .wrap .title {
      font-size: 48px;
    }
    .section4 .wrap .content .events_swiper .swiper-slide .headline {
      font-size: 56px;
    }
    .ab4 .wrap .content .swiper .swiper-wrapper .swiper-slide {
      height: 100px;
    }
    .about .wrap .title span {
      font-size: 40px;
      margin-bottom: 40px;
    }
  
    .about .wrap {
      margin-top: 220px;
    }
  
    .section2 .wrap .content .item p {
      font-size: 38px;
    }
    .section4 .wrap,
    .ab4 .wrap{
      width: 90%;
    }
    .section4 .wrap .content .events_swiper .swiper-slide{
      padding-top: 70px;
    }
    .section4 .wrap{
      margin-top: 130px;
    }
    .section4 .wrap .title{
      margin-bottom: 60px;
    }
    .ab4 .wrap{
      margin: 120px auto;
    }
    .honor .wrap .right .title {
      font-size: 48px;
    }
    .honor .wrap{
      margin: 180px auto;
    }
    .responsibility .wrap{
      margin-top: 140px;
      margin-bottom: 160px;
    }
    .responsibility .wrap .content .headline {
      margin-bottom: 100px;
    }
    .responsibility .wrap .title span {
      font-size: 38px;
    }

    html[lang="en"] .ab3 .wrap p {
      font-size: 32px;
    }

  }
  @media screen and (max-width: 1792px) {
    .honor .wrap{
      width: 90%;
    }
    .responsibility .wrap {
      margin-top: 120px;
      margin-bottom: 140px;
    }
    html[lang="en"] .ab3 .wrap p {
      font-size: 30px;
    }
  }
  @media screen and (max-width: 1700px) {
    .section4 .wrap .content .events_swiper .swiper-slide .headline {
      font-size: 52px;
    }
    .section4 .wrap .content .events_swiper{
      height: 440px;
    }
    .section2 .wrap .title {
      margin-bottom: 60px;
    }
    .section2 .wrap .content .item span {
      margin-top: 20px;
    }
    .section4 .wrap .content .events_swiper .swiper-slide {
      padding-top: 70px;
      padding-left: 30px;
      padding-right: 30px;
      left: -10px;
    }
    .about .wrap .title p {
      font-size: 18px;
      line-height: 36px;
    }
    .ab3 .wrap p {
      font-size: 42px;
    }
    .about .wrap {
      margin-top: 180px;
    }
    .section2 .wrap {
      margin-top: 90px;
    }
    .section4 .wrap .content .events_swiper {
      width: 105%;
    }
    .about .wrap .title span {
      font-size: 36px;
    }
    .section4 .wrap .title,
    .section2 .wrap .title,
    .section2 .wrap .content .item p{
      font-size: 38px;
    }
    .about .wrap {
      margin-bottom: 100px;
    }
    .honor .wrap .right .content{
      overflow: hidden;
    }
  }
  @media screen and (max-width: 1680px) {
    .honor .wrap .right .title {
      font-size: 42px;
    }
    .honor .wrap .left .left_swiper .swiper-slide {
      font-size: 24px;
    }
  
    .honor .wrap .right .content{
      height: 440px;
    }
    .honor .wrap {
      margin: 160px auto;
    }
    .responsibility .wrap .title span {
      font-size: 36px;
    }
    .responsibility .wrap .content .headline span {
      font-size: 28px;
    }
    .responsibility .wrap .content .headline .iconfont {
      font-size: 32px;
    }
    .responsibility .wrap .title {
      padding: 0 0 70px 0;
      margin: 0px 0 70px 0;
    }
    .responsibility .wrap .content .headline {
      margin-bottom: 70px;
    }
    .section4 .wrap .content .line{
      width: 90%;
    }

    html[lang="en"] .ab3 .wrap p {
      font-size: 28px;
    }
  }
  @media screen and (max-width: 1600px) {
    .honor .wrap .right .title {
      font-size: 36px;
    }
    .honor .wrap {
      margin: 140px auto;
    }
    .about .wrap {
      margin-top: 150px;
    }
    .section4 .wrap .title,
    .section2 .wrap .title,
    .section2 .wrap .content .item p{
      font-size: 36px;
    }
    .section4 .wrap .content .events_swiper .swiper-slide .headline {
      font-size: 48px;
    }
    .ab4 .wrap .title {
      font-size: 44px;
    }
    .ab4 .wrap {
      margin: 100px auto;
    }
    .section4 .wrap .content .events_swiper .swiper-slide {
      padding-top: 50px;
    }
    .section4 .wrap .content .events_swiper {
      height: 400px;
    }
    .ab4 .wrap .content .swiper .swiper-wrapper .swiper-slide {
      height: 90px;
    }
    .section2 .wrap {
      margin-top: 70px;
      margin-bottom: 80px;
    }
    .section4 .wrap {
      margin-top: 100px;
    }

    .honor .wrap .left {
      height: 450px;
    }
    html[lang="en"] .honor .wrap .left {
      height: 550px;
    }
    .honor .wrap .left .left_swiper{
      min-width: 400px;
    }
    .honor .wrap .right .content {
      height: 400px;
    }
    .honor .wrap .left .left_swiper{
      margin-top: 0;
    }
    .honor .wrap .right .content .honor_img_swiper {
      width: 110%;
    }
  }
  @media screen and (max-width: 1550px) {
    .about .wrap {
      margin-top: 120px;
    }
    .about .wrap .title p {
      font-size: 16px;
      line-height: 32px;
    }
    .about .wrap .title span {
      font-size: 32px;
    }
    .section4 .wrap .title, .section2 .wrap .title, .section2 .wrap .content .item p {
      font-size: 32px;
    }
    .section2 .wrap .content .item span {
      margin-top: 10px;
    }
    .section2 .wrap .title {
      margin-bottom: 40px;
    }
    .section4 .wrap .content .events_swiper .swiper-slide .text p {
      font-size: 16px;
      line-height: 32px;
      padding-left: 15px;
    }
    .section4 .wrap .content .events_swiper .swiper-slide .headline {
      font-size: 44px;
    }
    .section4 .wrap .content .events_swiper .swiper-slide .text {
      margin: 20px 0 0 0;
    }
    .section4 .wrap .content .events_swiper .swiper-slide .text p:after {
      top: 14px;
    }
    .ab3 .wrap p {
      font-size: 38px;
    }
    .section4 .wrap .content .events_swiper {
      height: 380px;
    }
    .honor .wrap .right .content {
      height: 360px;
    }

    html[lang="en"] .ab3 .wrap p {
      font-size: 26px;
    }
  }
  
  @media screen and (max-width: 1500px) {
    .honor .wrap .right {
      width: 950px;
    }
  }
  
  
  @media screen and (max-width: 1440px) {
    /* .honor .wrap .right {
      width: 880px;
    } */
    .honor .wrap .right {
      width: 58.35416666vw;
    }
    .about .wrap {
      margin-top: 100px;
    }
    .section4 .wrap .content .events_swiper {
      height: 350px;
    }
    .ab4 .wrap .title {
      font-size: 38px;
    }
  
    .ab4 .wrap .content .swiper .swiper-wrapper .swiper-slide {
      height: 80px;
    }
    .about .wrap .title span{
      margin-bottom: 30px;
    }
    .section4 .wrap .content .events_swiper .swiper-slide .headline {
      font-size: 38px;
    }
    .section2 .wrap .content .item p {
      font-size: 28px;
    }
    .contact2 .wrap{
      width: 90%;
    }
    .contact2 .wrap .top .red span {
      font-size: 32px;
    }
    .contact2 .wrap .bottom .item .iconfont {
      font-size: 72px;
    }
    .contact2 .wrap .top {
      height: 400px;
    }
    .contact2 .wrap .top .red {
      padding: 50px 40px 20px;
    }
    .contact2 .wrap .bottom .item{
      padding: 40px 35px;
    }
    .contact2 .wrap .bottom .item span {
      font-size: 24px;
    }
    .contact2 .wrap .bottom .item a {
      font-size: 18px;
    }
    .contact2 .wrap .top .map {
      flex: 1;
    }
    .contact2 .wrap .bottom .item{
      width: 48%;
    }
    .contact2 .wrap {
      margin-bottom: 80px;
    }
    .honor .wrap .right .title {
      font-size: 32px;
    }
    .honor .wrap {
      margin: 100px auto;
    }
    .honor .wrap .left {
      margin-top: 45px;
    }
    .responsibility .wrap .content .content .button {
      padding: 0 100px;
    }
    .responsibility .wrap .content .headline {
      margin-bottom: 50px;
    }

    html[lang="en"] .honor .wrap .left {
      height: 500px;
    }
    
  }
  @media screen and (max-width: 1400px) {
    .honor .wrap .left .left_swiper .swiper-slide {
      font-size: 20px;
    }
    .honor .wrap .left {
      height: 420px;
    }
    .honor .wrap .left .left_swiper {
      min-width: 370px;
    }
    html[lang="en"] .ab3 .wrap p {
      font-size: 24px;
    }
  }
  @media screen and (max-width: 1366px) {
    .contact2 .wrap .top {
      height: 350px;
    }
    .contact2 .wrap .top .red {
      padding: 40px 30px 20px;
    }
    .contact2 .wrap .top .red span {
      font-size: 28px;
    }
    .contact2 .wrap .top .red .list a {
      font-size: 16px;
    }
    .contact2 .wrap .bottom .item .iconfont {
      font-size: 64px;
    }
    .honor .wrap .left{
      height: 380px;
    }
    /* .honor .wrap .right {
      width: 820px;
    } */
  }
  @media screen and (max-width: 1365px) {
    .about .wrap .title {
      margin-top: 0;
    }
    .about .wrap .title span {
      margin-bottom: 20px;
    }
    .section4 .wrap .content .events_swiper .swiper-slide .headline {
      font-size: 36px;
    }
    .ab3 .wrap p {
      font-size: 32px;
    }
    .section4 .wrap .content .events_swiper .swiper-slide {
      padding-top: 30px;
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  @media screen and (max-width: 1280px) {
    .section4 .wrap .content .events_swiper {
      height: 300px;
    }
    .ab3 .wrap p {
      font-size: 28px;
    }
    .contact2 .wrap .top {
      height: 300px;
    }
    .contact2 .wrap .top .red {
      width: 380px;
    }
    /* .honor .wrap .right {
      width: 780px;
    } */
    .honor .wrap .right .content {
      height: 320px;
    }
    .honor .wrap .left .left_swiper .swiper-slide {
      font-size: 18px;
    }
    .honor .wrap .left {
      height: 320px;
    }
    .honor .wrap .right .title {
      margin-bottom: 30px;
    }
    .responsibility .wrap .content .content .button {
      padding: 0 60px;
    }
  }
  @media screen and (max-width: 1240px) {
    /* .honor .wrap .right {
      width: 720px;
    } */
    .honor .wrap .right .content {
      height: 280px;
    }
    /* .honor .wrap .right {
      width: 58.354167vw;
    } */
  }
  @media screen and (max-width: 1200px) {
    .contact2 .wrap .top {
      height: 280px;
    }
    .honor .wrap .left .left_swiper {
      min-width: 330px;
    }
    .honor .wrap .left .line {
      margin-right: 20px;
    }
  }

  @media screen and (max-width: 1024px) {
    .honor,
    .contact2,
    .about{
      background-color: #fff;
      border-radius: 20px;
      transform: translateY(-20px);
      position: relative;
      z-index: 99;
    }
    .tab {
      display: flex;
    }
    .about .wrap{
      flex-direction: column;
      margin-top: 60px;
    }
    .honor .wrap .right .content .honor_img_swiper .swiper-slide .img p{
      display: block;
      margin-top: 20px;
      opacity: 0;
      transition: all 1s;
      font-size: 14px;
    }
    .honor .wrap .right .content .honor_img_swiper .swiper-slide-active .img p{
      opacity: 1;
      transform: translateY(0);
    }
    .honor .wrap .right .content .honor_img_swiper .swiper-slide .img img{
      max-height: 90% !important;
    }
    .honor .wrap .right .content .honor_img_swiper .swiper-slide .img{
      height: 90%;
    }

    .honor .wrap .right .content .honor_img_swiper .swiper-slide .img{
      flex-direction: column;
    }
    .about .wrap .title{
      margin-right: 0;
      width: 100%;
      margin-bottom: 30px;
    }
    .about .wrap .img img{
      width: 100%;
    }
    .about .wrap .title p {
      font-size: 14px;
      line-height: 28px;
    }
    .about .wrap, .section2 .wrap .title, .section2 .wrap .content .item .joke{
      max-width: 100%;
      padding: 0 30px;
    }
    .about .wrap {
      margin-bottom: 80px;
    }
    .section4 .wrap, .ab4 .wrap {
      width: 100%;
    }
    .section4 .wrap{
      padding-left: 30px;
    }
    .ab4 .wrap {
      padding-left: 30px;
      padding-right: 30px;
    }
    .ab4 .wrap .content.PC{
      display: none;
    }
    .ab4 .wrap .content.PE{
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      grid-gap: 15px 15px;
    }
    .ab4 .wrap .content.PE .item{
      border: 1px solid #E5E5E5;
    }
    .ab3 .wrap{
      width: 100%;
      padding-left: 30px;
      padding-right: 30px;
    }
    .ab3 .wrap p {
      font-size: 24px;
    }
    .section4 .wrap,
    .section2 .wrap{
      margin-top: 60px;
    }
    .ab4 .wrap{
      margin-top: 60px;
      margin-bottom: 80px;
    }
    .ab4 .wrap .title {
      font-size: 32px;
    }
    .about .wrap .title span {
      font-size: 28px;
   }
   .section4 .wrap .title, .section2 .wrap .title, .section2 .wrap .content .item p {
    font-size: 28px;
    }
    .section4 .wrap .content .events_swiper {
      width: 100%;
    }
    .section2 .wrap .content .item p{
      font-size: 24px;
    }
    .section4 .wrap .content .events_swiper .swiper-slide .text p {
      line-height: 28px;
    }
    .section2 .wrap .content .item{
      height: 250px;
    }
    .section2 .wrap .content .item .bg{
        height: 100%;
    }
    .section4 .wrap .content .events_swiper .swiper-slide .text p{
      font-size: 14px;
    }
    .section4 .wrap .content .events_swiper .swiper-slide .text p:after {
      top: 12px;
    }
    .section4 .wrap .title {
      margin-bottom: 30px;
    }
    .section4 .wrap .content .line{
      width: calc(100% - 30px);
    }
    .section4 .wrap .content .events_swiper .swiper-slide .headline {
      font-size: 28px;
    }
    .contact2 .wrap{
      width: 100%;
      padding: 0 30px;
    }
    .contact2 .wrap .top .red {
      width: 360px;
    }
    .contact2 .wrap .top .red .list a {
      font-size: 14px;
    }
    .contact2 .wrap .bottom .item .iconfont {
      font-size: 52px;
    }
    .contact2 .wrap .bottom .item {
      padding: 30px 25px;
      height: 180px;
    }
    .contact2 .wrap{
      margin-top: 60px;
    }
    .contact2 .wrap .top .red span {
      font-size: 24px;
    }
    .contact2 .wrap .bottom .item a {
      font-size: 16px;
    }
    .honor .wrap .left{
      display: none;
    }
    .honor .wrap .right{
      width: 100%;
    }
    .honor .wrap .right .content {
      height: 430px;
    }
    .honor .wrap {
      width: 100%;
      padding: 0 30px;
    }
    .responsibility .wrap{
      margin-top: 60px;
      max-width: 100%;
      padding: 0 30px;
    }
    .responsibility .wrap .content .content .button{
      display: none;
    }
    .responsibility .wrap .title p{
      font-size: 16px !important;
      line-height: 28px;
    }
    .responsibility .wrap .title p strong{
      font-size: 14px !important;
    }
    .responsibility .wrap .title {
      padding: 0 0 40px 0;
      margin: 0px 0 40px 0;
    }
    html[lang="en"] .about .wrap .title {
      max-height: none;
    }
  }
  @media screen and (max-width: 820px) {
    .ab4 .wrap .content.PE {
      grid-template-columns: repeat(6, 1fr);
    }
    .section4 .wrap .content .events_swiper {
      height: 250px;
    }
    .section4 .wrap .content .events_swiper .swiper-slide {
      padding-top: 20px;
    }
    .about .wrap{
      margin-bottom: 60px;
    }
    
    .contact2 .wrap .top .red{
      padding-top: 30px;
    }
    .contact2 .wrap .top .red {
      width: 340px;
    }
    .contact2 .wrap .top {
      height: 250px;
    }
    .contact2 .wrap .top .red {
      padding: 30px 20px 20px;
    }
    .responsibility .wrap .title span {
      font-size: 28px;
    }
    .responsibility .wrap {
      margin-bottom: 80px;
    }

  }
  @media screen and (max-width: 767px) {
    .contact2 .wrap .top{
      height: auto;
      flex-direction: column;
    }
    .contact2 .wrap .top .red{
      width: 100%;
      padding: 20px;
    }
    .contact2 .wrap .top .map{
      height: 300px;
      flex: none;
      width: 100%;
    }
    .contact2 .wrap .bottom .item span{
      margin-bottom: 20px;
    }
    .contact2 .wrap .bottom .item{
      height: auto;
    }
    .contact2 .wrap .bottom .item {
      padding: 25px;
    }
    .contact2 .wrap .bottom .item .iconfont {
      font-size: 42px;
      right: 15px;
      bottom: 15px;
    }
    html[lang="en"] .ab3 .wrap p {
      font-size: 20px;
    }
  }
  @media screen and (max-width: 540px) {
    .about .wrap{
      margin-top:13.6vw;
    }
    .section4 .wrap, .section2 .wrap,
    .ab4 .wrap{
      margin-top:13.6vw;
    }
    .section2 .wrap .content .item {
      height: 200px;
    }
    .section4 .wrap .content .events_swiper {
      height: 200px;
    }
    .section4 .wrap .content .line{
      width: calc(100% - 20px);
    }
    .section4 .wrap {
      padding-left: 20px;
    }
    .ab3 .wrap{
      padding-left: 20px;
      padding-right: 20px;
    }
    .ab3 .wrap p {
      font-size: 24px;
    }
    .ab3 .wrap .title {
      font-size: 20px;
    }
    .ab4 .wrap {
      padding-left: 20px;
      padding-right: 20px;
    }
    .ab4 .wrap .title {
      margin-bottom: 30px;
    }
    .ab3 .wrap{
      top: 50%;
      transform: translate(-50%,-50%);
    }
    .ab4 .wrap .content.PE {
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 10px 10px;
    }
    .ab4 .wrap .title {
      font-size: 28px;
    }
    .section4 .wrap .content .line,
    .section4 .wrap .content .line div{
      height: 4px;
    }
    .contact2 .wrap .top .map {
      height: 200px;
    }
    .contact2 .wrap .bottom .item {
      width: 100%;
      padding: 20px;
    }
    .contact2 .wrap .bottom .item:not(:last-child){
      margin-bottom: 20px;
    }
    .contact2 .wrap .bottom{
      flex-direction: column;
    }
    .contact2 .wrap {
      padding: 0 20px;
    }
    .honor .wrap{
      margin-top: 13.6vw;
    }
    .honor .wrap .right .content {
      height: 320px;
    }
    .honor .wrap .right .content .honor_img_swiper {
      width: 100%;
    }
    .honor .wrap{
      padding: 0 20px;
      margin-bottom: 10vw;
    }
    .honor .wrap .right .title {
      margin-bottom: 20px;
    }
    .about .wrap, .section2 .wrap .title, .section2 .wrap .content .item .joke{
      padding: 0 20px;
    }
    .responsibility .wrap{
      padding: 0 20px;
    }
    .responsibility .wrap .content .content .matter_swiper .swiper-slide .text p {
      font-size: 18px;
    }
    .responsibility .wrap .content .content .matter_swiper .swiper-slide .text {
      bottom: 24px;
    }
    .responsibility .wrap .content .content .matter_swiper {
      width: 100%;
    }
    .responsibility .wrap .content .headline .iconfont {
      font-size: 28px;
    }
    .responsibility .wrap .content .headline span {
      font-size: 24px;
    }
    .responsibility .wrap .content .headline {
      margin-bottom: 30px;
    }
    .responsibility .wrap{
      margin-top: 13.6vw;
    }
    html[lang="en"] .ab3 .wrap p {
      font-size: 18px;
    }
  }
  @media screen and (max-width: 450px) {
    .ab3 .wrap p {
      font-size: 20px;
    }
    .section2 .wrap .content .item span {
      font-size: 18px;
    }
    .ab4 .wrap .content.PE {
      grid-template-columns: repeat(3, 1fr);
    }
    .section2 .wrap .content .item p {
      font-size: 20px;
    }
    .section4 .wrap .title {
      margin-bottom: 20px;
    }
    .section4 .wrap {
      margin-bottom: 60px;
    }
    .public_banner .wrap .content .headline p {
      font-size: 32px;
    }
    .contact2 .wrap .top .map {
      height: 150px;
    }
    .contact2 .wrap .bottom .item span {
      font-size: 20px;
    }
    .contact2 .wrap .bottom .item a {
      font-size: 14px;
    }
    .contact2 .wrap .top .red span {
      font-size: 20px;
    }
    .contact2 .wrap .top .red{
      padding: 15px;
    }
    html[lang="en"] .ab3 .wrap p {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 414px) {
    .ab3 .wrap p {
      font-size: 18px;
    }
    html[lang="en"] .ab3 .wrap p {
      font-size: 14px;
    }
  }

