html{
    overflow-x: hidden;
}
p{
    margin:0;
}
h3{
    font-size:50px;
    letter-spacing:2px;
}
.container{
    width:73.5vw;
}
.navbar{
    box-shadow: 0 2px 5px -5px #706c6c;
}
.navbar-nav>li>.dropdown-menu{
    padding-top:15px;
    box-shadow: none;
    border: 0;
}
.modal-dialog-centered{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.syy-nav{
    background-color:#fff;
    padding:15px 0;
}
.syy-nav .navbar-nav>li>a {
    color:#000;
    font-weight: 500;
    font-size:23px;
    opacity: 1;
}
.syy-nav .navbar-nav>li>a:focus, .syy-nav .navbar-nav>li>a:hover {
    color:#000;
    opacity:1;
    /* transform: scale(1.1); */
}
.syy-nav .navbar-nav>.active>a, .syy-nav .navbar-nav>.active>a:focus, .syy-nav .navbar-nav>.active>a:hover {
    color:#000;
    font-weight:500;
}
.syy-nav .navbar-nav>.open>a, .syy-nav .navbar-nav>.open>a:focus, .syy-nav .navbar-nav>.open>a:hover {
    color:#000;
}
.syy-nav .navbar-brand,.syy-nav .navbar-brand-red{
    padding: 29px 0 27px 71px;
}
.syy-nav .navbar-brand-red{
    display:none;
}
.syy-nav .navbar-brand .nav-logo,.syy-nav .navbar-brand-red .nav-logo{
    height:auto;
}
.syy-nav .navbar-nav>li>.dot {
    color:#000;
}

.tel-box {
    margin-right: -17px;
    margin-top: 6px;
}

.swiper-page-wrap{
    padding-top:111px;
}

.syy-aboutus{
    background: url(../imgs/aboutus-bg.jpg) no-repeat ;
}
.syy-aboutus .syy-aboutus-left{
    float:left;
    padding: 122px 0 60px 0;
    margin-left:-5px;
}
.syy-aboutus .syy-aboutus-left .count-group{
    margin-top:114px;
}
.syy-aboutus .syy-aboutus-left .count-item{
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    color: #7E2030;
    margin-bottom:75px;
}
.syy-aboutus .syy-aboutus-left .count-item:nth-child(2){
    margin-bottom:70px;
}
.syy-aboutus .syy-aboutus-left .item-num{
    font-size:48px;
    font-family: IKEA Sans Heavy;
}
.syy-aboutus .syy-aboutus-left .item-label{
    font-size:26px;
    margin-top:12px;
    letter-spacing:2px;
    font-weight:normal;
}
.syy-aboutus .syy-aboutus-right{
    /*width: 982px;*/
    width:51.146vw;
    height:400px;
    float:left;
    margin-top:300px;
    margin-left:60px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius:20px;
    padding:50px;
    font-size:20px;
    line-height:35px;
}
.syy-aboutus .syy-aboutus-right p{
    text-indent:2em;
    margin-top:16px;
    text-align: justify;
}
.syy-aboutus .syy-aboutus-right p:first-child{
    color:#7e2030;
    font-size:22px;
}

.syy-leader{
    background: url(../imgs/leader-bg.jpg) no-repeat;
    background-size:cover;
    animation: fadeInUp; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
}
.syy-leader .syy-leader-left{
    padding:152px 0;
    margin-left:-5px;
}
.syy-leader .syy-leader-left h2{
    font-size:50px;
    font-weight:normal;
    letter-spacing:2px;
}
.syy-leader .syy-leader-left h3{
    font-size:30px;
    margin-top:35px;
    margin-bottom:90px;
    margin-left:-10px;
    letter-spacing:2.2px;
    color:#7e2030;
    font-weight:600;
}
.syy-leader .syy-leader-left p{
    font-size:20px;
    margin-bottom:19px;
}

.syy-repository{
    background: url(../imgs/culture-bg.jpg) no-repeat;
    background-size:cover;
    padding-bottom:150px;
}
.syy-repository h3{
    font-size:50px;
    margin:80px 0 80px -5px;
}
.syy-repository .syy-repository-content{
    /*background-color: rgba(126, 32, 48, 0.8);*/
    background: #a52f43;
    margin:-5px;
    padding:105px 55px 120px 55px;
}
.syy-repository .repository-left {
    /*width: 740px;*/
    width:38.541vw;
    float: left;
    box-shadow: 3px 4px 16px 0px rgba(106, 58, 60, 0.39);
}
.syy-repository .repository-right{
    float: right;
    color: #fff;
    padding-left: 60px;
    width: calc(100% - 38.541vw);
}
.syy-repository .repository-right p{
    border-top:1px solid #fff;
    padding-top:40px;
    font-size:20px;
    line-height:35px;
    letter-spacing:0.6px;
    text-align: justify;
}

.syy-corporate-culture{
    margin-top: 60px;
    margin-bottom: 40px;
}

.syy-corporate-culture h3{
    margin-bottom:30px;
}

    /* 保持原有的基础样式不变 */
    .row.no-gutter {
      margin-left: -3px;
      margin-right: -3px;
    }
    .row.no-gutter > [class*='col-'] {
      padding-left: 3px;
      padding-right: 3px;
      margin-bottom: 12px;
    }
    .culture-item {
      height: 130px;
      width: 100%;
      padding-top: 30px;
      padding-bottom: 42px;
      padding-left: 24px;
      padding-right: 12px;
      text-align: left;
      border-width: 1px;
      border-style: solid;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      
      /* 添加动画相关属性 */
      position: relative;
      cursor: pointer;
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transform-style: preserve-3d;
      
      /* 初始状态 */
      opacity: 0;
      transform: translateY(30px) rotateX(15deg);
    }
    
    /* 动画触发类 */
    .culture-item.animate-in {
      opacity: 1;
      transform: translateY(0) rotateX(0deg);
    }
    
    /* 悬停效果 - 只有位移和阴影，不改变背景 */
    .culture-item:hover {
      transform: translateY(-8px) scale(1.02);
      box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }
    
    /* 保持原有标题样式 */
    .culture-item .main-title {
      font-size: 25px;
      margin: 0 0 8px 0;
      text-align: left;
      letter-spacing: 2px;
      font-weight: bold;
      transition: letter-spacing 0.3s ease;
    }
    
    .culture-item:hover .main-title {

    }
    
    /* 修改分割线样式 - 保持原有的2px高度和95%宽度 */
    .culture-item .divider {
      margin: 0 0 8px 0;
      width: 95%;
      height: 2px;
      border: none;
      position: relative;
      overflow: hidden;
    }
    
    /* 分割线的动画遮罩层 - 保持相同的高度 */
    .culture-item .divider::after {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 2px; /* 确保和原分割线一样的高度 */
      transition: left 0.6s ease;
    }
    
    /* 奇数项分割线 - 默认白色，hover时从左到右变成红色 */
    .culture-item.odd .divider {
      background: #fff;
    }
    
    .culture-item.odd .divider::after {
      background: #7e2030;
    }
    
    .culture-item.odd:hover .divider::after {
      left: 0;
    }
    
    /* 偶数项分割线 - 默认红色，hover时从左到右变成白色 */
    .culture-item.even .divider {
      background: #7e2030;
    }
    
    .culture-item.even .divider::after {
      background: #fff;
    }
    
    .culture-item.even:hover .divider::after {
      left: 0;
    }
    
    /* 保持原有描述样式 */
    .culture-item .desc {
      font-size: 15px;
      margin: 0;
      text-align: left;
      line-height: 1.2;
      transition: transform 0.3s ease;
    }
    
    .culture-item:hover .desc {
      transform: translateY(-2px);
    }
    
    /* 保持原有奇数项样式 */
    .culture-item.odd {
      background: #7e2030;
      border-color: #7e2030;
    }
    .culture-item.odd .main-title,
    .culture-item.odd .desc {
      color: #fff;
    }
    
    /* 保持原有偶数项样式 */
    .culture-item.even {
      background: #fff;
      border-color: #7e2030;
    }
    .culture-item.even .main-title {
      color: #7e2030;
    }
    .culture-item.even .desc {
      color: #000;
    }
    
    /* 保持原有的两端对齐样式 */
    .row.justify-row {
      text-align: justify;
      font-size: 0;
    }
    .row.justify-row:after {
      content: "";
      display: inline-block;
      width: 100%;
      height: 0;
    }
    .culture-item {
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      margin-bottom: 0;
    }
    
    /* 容器入场动画 */
    .container {
      opacity: 0;
      animation: containerFadeIn 1s ease 0.5s forwards;
    }
    
    @keyframes containerFadeIn {
      to {
        opacity: 1;
      }
    }
    
    /* 浮动粒子效果 */
    .culture-item .particle {
      position: absolute;
      width: 3px;
      height: 3px;
      background: rgba(255, 255, 255, 0.4);
      border-radius: 50%;
      animation: float 4s infinite ease-in-out;
      opacity: 0;
      pointer-events: none;
    }
    
    .culture-item:hover .particle {
      opacity: 1;
    }
    
    @keyframes float {
      0%, 100% {
        transform: translateY(0) scale(0.8);
        opacity: 0;
      }
      50% {
        transform: translateY(-15px) scale(1.2);
        opacity: 0.8;
      }
    }
    
    /* 点击涟漪效果样式 */
    @keyframes ripple {
      to {
        transform: scale(2);
        opacity: 0;
      }
    }

.syy-division{
    background:#f4f4f4 url(../imgs/division-bg.jpg) no-repeat top left;
}
.syy-division .container{
    width:73vw;
}
.syy-division h3{
    font-size:50px;
    margin:115px 0 105px -5px;
}
.syy-division h4{
    font-size:30px;
    font-weight:600;
    color:#7e2030;
    letter-spacing:2.2px;
    margin-bottom:44px;
}
.syy-division p{
    font-size:20px;
    line-height:28px;
    margin-bottom:5px;
    text-align: justify;
}
.syy-division .syy-division-swiper{
    overflow:hidden;
    width:100%;
}
.syy-division .division-left{
    float:left;
    /*width:560px;*/
    width:29.167vw;
}
.syy-division .division-left img{
    border-radius:20px;
}
.syy-division .division-right{
    float:right;
    /*width:810px;*/
    width:42.187vw;
}
.syy-division .syy-division-pagination{
    margin-top:50px;
    padding:75px 0 100px 0;
    position:relative;
    display:flex;
    justify-content:center;
}
.syy-division .syy-division-pagination::before{
    content: "";
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: 1px;
    background: #7e2030;
}
.syy-division .syy-division-pagination a{
    display:block;
    background:#7e2030;
    padding:15px 35px;
    text-align:center;
    border-radius:30px;
    font-size:18px;
    margin:0 20px;
    border:1px solid #7e2030;
    box-sizing:border-box;
}
.syy-division .syy-division-pagination a:hover,.syy-division .syy-division-pagination .swiper-pagination-bullet-active{
    color:#7e2030;
    text-decoration:none;
    background:#fff;
}
.syy-division .syy-division-pagination .swiper-pagination-bullet{
    width:auto!important;
    height:auto!important;
    display:block!important;
    opacity:1!important;
    outline: none;
}

.syy-results .result-list{
    margin-top:50px;
    display: flex;
}
.syy-results .m-result-list{
    display:none;
}
.syy-results .result-column{
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:0 1px;
}
.syy-results .result-card{
    margin:1px 0;
    position: relative;
    width:100%;
}
.syy-results .result-card a>img{
    max-height: 195px;
    width:100%;
}
.syy-results .result-card .hover{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    display:none;
    align-items: center;
    justify-content:center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.5);
}
.syy-results .result-card:hover .hover{
    display: flex;
}
.syy-results .result-card .hover img{
    width:48px;
    height:48px;
}
.syy-results .result-card .hover p{
    color:#fff;
    font-size:16px;
    position: absolute;
    bottom:10px;
}
/*
.syy-results #carousel {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.syy-results #carousel .swiper {
    padding: 40px 0;
    perspective:1920px!important;
    padding-left:355px;
}
.syy-results #carousel .swiper-wrapper{

}
.syy-results #carousel  .swiper-slide {
    width: 300px;
    background: #fff;
}
.syy-results #carousel  .swiper-slide img{
    display:block;
    width: 100%;
}


.syy-results img{
    padding:40px 0;
    perspective:700px;
}
.syy-results .row div{

}
.syy-results .row div:nth-of-type(1) img {
    transform: perspective(700px) rotateY(20deg) scale3d(1.2, 1.2, 1.2)
}
.syy-results .row div:nth-of-type(2) img {
    transform: perspective(700px)rotateY(10deg) scale3d(1.1, 1.1, 1.1)
}
.syy-results .row div:nth-of-type(3) img {
    transform: perspective(700px) rotateY(0deg) scale3d(1, 1, 1)
}
.syy-results .row div:nth-of-type(4) img {
    transform: perspective(700px) rotateY(0deg) scale3d(1, 1, 1)
}
.syy-results .row div:nth-of-type(5) img {
    transform: perspective(700px) rotateY(-10deg) scale3d(1.1, 1.1, 1.1)
}
.syy-results .row div:nth-of-type(6) img {
    transform: perspective(700px) rotateY(-20deg) scale3d(1.2, 1.2, 1.2)
}
 */
.syy-results h3{
    width: 73vw;
    margin: 100px auto 60px auto;
    font-size: 40px;
}


.syy-honor h3{
    width: 73vw;
    margin: 100px auto 60px auto;
    font-size: 40px;
}
.syy-honor ul{
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.syy-honor ul li{
    font-size:20px;
    color:#7e2030;
}
.syy-honor .main{
    width:758px;
}
.syy-honor .main li{
    font-weight: bold;
    border:1px solid #7e2030;
    border-radius:20px;
    width:200px;
    text-align: center;
    padding:6px 0;
}
.syy-honor .main li.cur{
    background:#7e2030;
    color:#fff;
}
.syy-honor .main li a{
    color:#7e2030;
}
.syy-honor .line{
    margin:30px auto 40px auto;
}
.syy-honor .sub{
    width:435px;
}
.syy-honor .sub li.cur{
    font-weight:bold;
}
.syy-honor .list{
    display: grid;
    grid-template-columns:1fr 1fr;
    overflow-y:scroll;
    margin-top:20px;
    padding: 10px 0;
}
.syy-honor .list li{
    position:relative;
    padding:8px 50px;
    margin-bottom:10px;
    box-sizing: border-box;
    margin: 0 10px;
    display: flex;
    align-items: center;
    position:relative;
}
.syy-honor .list li:hover{
    box-shadow: 0 0 2px #7a7373;
    border-radius: 20px;
}
.syy-honor .list li:hover::before{
    content:"";
    background:#7e2030;
    border-radius: 50%;
    width:4px;
    height:4px;
    left:10px;
    display: block;
    position: absolute;
}
.syy-honor .list li:hover::after{
    content:"";
    background:url(../imgs/search.png?06011258) no-repeat;
    background-size:cover;
    width:16px;
    height:16px;
    right:20px;
    display: block;
    position: absolute;
}
.syy-honor .list li:hover .honor-img{
    display: flex;
    position: absolute;
    z-index: 100;
    top: 40px;
    width: 470px;
    height: 300px;
    position: absolute;
    left: 50px;
    z-index: 99;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, .1);
    justify-content: center;
    align-items: center;
}
.syy-honor .list li:hover .honor-img img{
    max-width: 90%;
    max-height:90%;
}
.syy-honor .honor-img{
    display:none;
}
.syy-cometous{
    overflow:hidden;
    padding-bottom:100px;
}
.syy-cometous h4{
    width:73vw;
    margin:130px auto;
    font-size:40px;
}
.syy-cometous .syy-cometous-videos{
    position: relative;
    text-align: center;
    width: 1200px;
    margin: auto;
}
.syy-cometous .swiper-slide{position: relative;color: #fff;}
.syy-cometous .swiper-slide:before{ position: absolute; left: 0;right: 0;top: 0;bottom: 0;content: '';background: rgba(0,0,0,.65);transition: .5s;}
.syy-cometous .swiper-slide.swiper-slide-active:before{background: transparent;}
.syy-cometous .open{ position: absolute; left: 0;right: 0;top: 50%;margin-top: -50px;}
.syy-cometous .open i{line-height: 1;font-size: 100px;}
.syy-cometous .more{ position: absolute; left: 0;right: 0;bottom: 10%;}
.syy-cometous .more a{border: 1px solid #fff;color: #fff;line-height: 50px;padding: 0 35px;display: inline-block;}


.inner-banner{
    width:100vw;
    height:500px;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color:#fff;
}
.inner-banner h2{
    font-size:52px;
    letter-spacing:2px;
}
.inner-banner span{
    font-size:20px;
    letter-spacing:2px;
    margin:40px 0;
}

.syy-cases-banner{
    background:url(../imgs/cases-banner.jpg?0612);
}
.syy-cases .container{
    padding-bottom:60px;
}
.syy-cases .case-type{
    margin-top:35px;
    margin-bottom:60px;
}
.syy-cases h2{
    height: 50px;
    line-height:50px;
    border-left: 6px solid #9E2136;
    padding-left: 12px;
    font-weight:normal;
    font-size:50px;
    margin-top:60px;
    margin-bottom:25px;
    letter-spacing:2px;
}
.syy-cases h3{
    font-size:25px;
    letter-spacing:3px;
}
.syy-cases .list li {
    flex-shrink: 0;
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
}
.syy-cases .list li a {
    position: relative;
    display: block;
}
.syy-cases .list li a .img {
    padding-bottom: 41.25%;
    background: #c8c8c8 no-repeat center / cover;
}
.syy-cases .list li a .hover {
    position: absolute;
    padding: 70px;
    background-color: rgba(56, 56, 56, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 32px;
    transition: 0.2s all;
    opacity: 0.8;
    display: flex;
    flex-direction: column;
    font-weight: lighter;
}
.syy-cases .list li a .hover span {
    display: block;
    font-size: 40px;
    margin-top: 12px ;
    width: 80%;
    font-weight: lighter;
    display: flex;
    align-items: center;
    font-family: HarmonyOS Sans SC Light;
}
.syy-cases .list li a .hover::before {
    content: " ";
    display: block;
    width: 40px;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 10px;
}
.syy-cases .list li:hover .hover {
    opacity: 1;
    background-color: rgba(56, 56, 56, 0);
}
.syy-cases .list li.lt {
    left: 0;
}
.syy-cases .list li.rt {
    right: 0;
}
.syy-cases .list li.vertical .img {
    padding-bottom: calc(135% + 10px);
}
.flex-list{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-list:after{
    content: "";
    width: 33%;
}
.flex-list li{
    display:block!important;
    width:33%!important;
}
.flex-list .title,.flex-list .subtitle{
    font-size:20px!important;
}
.flex-list .hover{
    padding:20px!important;
}
.breadTit .autoCenter {
    text-align: center;
    transition: .5s;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 0;
    padding: 3% 0;
    border-radius: 15px;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, .5);
    position: relative;
    margin-top: 50px;
    z-index: 5;
    background: #fff;
    flex-wrap: wrap;
    justify-content: start;
}
.breadTit li {
    display: inline-block;
    font-size: 18px;
    min-width: 11.66%;
    max-width: 30%;
    vertical-align: top;
}
.breadTit li a {
    display: inline-block;
    padding: 10px 0;
    position: relative;
    color:#000;
}
.breadTit li a:before {
    position: absolute;
    width: 0;
    content: '';
    background: #e70012;
    height: 2px;
    transition: .5s;
    left: 0;
    bottom: 0;
}
.breadTit li.on a:before {
    width: 100%;
}
.breadTit li.on a {
    color: #E70012;
}
.syy-case h2{
    margin-bottom:60px;
}
.syy-case .cases-swiper{
    margin:0 -50px 50px -50px;
    text-align: center;
}
.syy-case .cases-swiper .swiper{
    padding-bottom:50px;
}
.syy-case .cases-swiper .swiper-slide{
    position:relative;
}
.syy-case .cases-swiper .swiper-slide .hover{
    position: absolute;
    top: 50px;
    left: 100px;
    right: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 32px;
    transition: 0.2s all;
    display: flex;
    flex-direction: column;
    font-weight: lighter;
    align-items: flex-start;
}
.syy-case .cases-swiper .swiper-slide .hover span {
    display: block;
    font-size: 30px;
    margin-top: 12px ;
}
.syy-case .cases-swiper .swiper-slide .hover::before {
    content: " ";
    display: block;
    width: 40px;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 10px;
}
.syy-case .cases-swiper .swiper-button-next, .syy-case .cases-swiper .swiper-button-prev{
    color:#7e2030;
}
.syy-case .cases-swiper .swiper-button-next:after, .syy-case .cases-swiper .swiper-button-prev:after{
    font-size:30px;
}
.syy-case .cases-swiper .swiper-pagination-bullet{
    background:#7e2030;
    opacity:1;
}
.syy-case .cases-swiper .swiper-pagination-bullet-active{
    width: 30px;
    border-radius: 10px;
}
.case-show-back{
    bottom:820px!important;
}

.syy-news-banner{
    background:url(../imgs/news-banner.jpg?0612);
}
.syy-news .syy-news-hot{
    position:relative;
    margin:52px 36px 60px 36px;
    box-shadow:0px 0px 40px rgba(29, 58, 83, 0.1);
}
.syy-news .syy-news-hot{
    overflow:hidden;
}
.syy-news .syy-news-hot .hot-slide{
    padding:26px;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    color:#000;
    text-decoration: none;
}
.syy-news .syy-news-hot .hot-slide:hover{
    color:#000;
}
.syy-news .syy-news-hot .hot-slide img{
    margin-right:45px;
    width:580px;
    height:380px;
}
.syy-news .syy-news-hot .hot-slide h3{
    font-size:30px;
    font-weight:600;
    margin-top:10px;
    letter-spacing:2px;
}
.syy-news .syy-news-hot .hot-slide .time{
    color:#686464;
    font-size:16px;
    padding-top:5px;
}
.syy-news .syy-news-hot .hot-slide .intro{
    font-size:18px;
    line-height:30px;
    margin-top:20px;
    text-indent:2em;
    font-weight:500;
    letter-spacing:2px;
    text-align: justify;
}
.syy-news .syy-news-hot .hot-slide .more{
    color:#7e2030;
    font-size:16px;
    margin-top:10px;
}
.syy-news .syy-news-hot .swiper-pagination{
    text-align:right;
    bottom:30px;
    right:50px;
    left:unset;
    z-index:100;
}
.syy-news .syy-news-hot .swiper-pagination-bullet{
    background:#7e2030;
    opacity:1;
}
.syy-news .syy-news-hot .swiper-pagination-bullet-active{
    width: 30px;
    border-radius: 10px;
}
.syy-news .syy-news-list{
    position:relative;
}
.syy-news .syy-news-list .syy-news-bar{
    background:#7e2030;
    display:flex;
    align-items: center;
    justify-content: center;
    height:75px;
    /*opacity:0.2;*/
}
.search-keyword{
    margin: 0!important;
    color: #fff!important;
    padding-right: 100px!important;
}
.syy-news .syy-news-list .syy-news-bar .search-form{
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position:relative;
}

.syy-news .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.syy-news .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 150px;
    height: 40px;
    margin-right:10px;
}
.syy-news .keywords{
    height:40px;
    padding-left:10px;
    border:0;
    border-radius:20px;
    font-size:16px;
}
.syy-news .icon{
    position: absolute;
    right: 10px;
    top: 8px;
}

.syy-news .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    color:#4d4747;
    padding: 0 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    line-height:40px;
}
.syy-news .select-styled:before{
    content: "";
    width: 0;
    height: 40px;
    border-right:1px solid #c7c3c3;
    right:40px;
    position:absolute;
}
.syy-news .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 12px;
}
.syy-news .select-styled:hover {

}
.syy-news .select-styled:active, .syy-news .select-styled.active {

}
.syy-news .select-styled:active:after, .syy-news .select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #000 transparent;
}

.syy-news .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    overflow-y: scroll;
    max-height: 160px;
}
.syy-news .select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    color:#4d4747;
    border-top: 1px solid #e8e5e5;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.syy-news .select-options li:hover, .syy-news .select-options li.is-selected {
    color: #c0392b;
    background: #fff;
}
.syy-news .select-options li[rel="hide"] {
    display: none;
}


.syy-news .syy-news-list .news-tab{
    position: relative;
    color:#fff;
    margin-right:280px;
    margin-bottom:0;
}

.syy-news .syy-news-list .news-tab li{
    float: left;
    white-space: nowrap;
    padding: 5px 25px;
    display: block;
    cursor: pointer;
    font-size:25px;
    margin-right:10px;
}
.syy-news .syy-news-list .news-tab li.cur{
    background:#fff;
    border-radius:20px;
    color:#7e2030;
}
.syy-news .syy-news-list .news-list{
    margin-top:70px;
}
.syy-news .syy-news-list .news-list a{
    color: #000;
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
    text-decoration:none;
}
.syy-news .syy-news-list .show-more a{
    color: #000;
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
    text-decoration:none;
}
.syy-news .syy-news-list .news-info{
    display:flex;
}
.syy-news .syy-news-list .news-info .date{
    padding:20px 25px;
    background:#7e2030;
    color:#fff;
    margin-right:20px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
}
.syy-news .syy-news-list .news-info .date .day{
    font-size:50px;
    line-height:55px;
}
.syy-news .syy-news-list .news-info .info{
    flex:1;
}
.syy-news .syy-news-list .news-info .info h3{
    font-size:30px;
}
.syy-news .syy-news-list .news-info .info .intro{
    font-size:16px;
    line-height:22px;
    padding-top:5px;
}
.syy-news .syy-news-list .news-info .more{
    margin-right: 28px;
    margin-left: 50px;
    position: relative;
}
.syy-news .syy-news-list .news-info .more img{
    max-width:unset;
    position: absolute;
    bottom: 0;
}

.syy-news .syy-news-list .show-more{
    margin:100px auto;
    text-align:center;
    font-size:18px;
    background:url("../imgs/down-arrow.png") no-repeat center bottom;
}

.syy-news .syy-news-list .show-more a{
    border:unset;
}

.syy-news  .back{
    position: absolute;
    right: calc((100vw - 73.5vw) / 2 - 100px);
    bottom: 120px;
    background: url(../imgs/up-arrow-white.png) #7e2030 top 20px center no-repeat;
    color: #fff;
    font-size: 20px;
    width: 70px;
    padding: 49px 10px 20px 10px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 22px;
    border-radius: 10px;
    display: none;
}
.syy-news  .back:hover{
    cursor: pointer;
}
.syy-news-show{
    position:relative;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.syy-news .container{
    width: 84vw !important;
    padding-top:80px;
}
.syy-news .container .breadcrumbs ul{
    display: flex;
    align-items: center;
}
.syy-news .container .breadcrumbs li{
    position: relative;
    padding-right: 20px;
}
.syy-news .container .breadcrumbs li::after{
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    border-color: #000;
    content: '';
    position: absolute;
    top: 6px;
    right: 7px;
    transform: rotate(45deg);
}
.syy-news .container .breadcrumbs li:last-child::after{
    display: none;
}
.syy-news .container .breadcrumbs li a{
    font-size: 18px;
    color: #000;
}
.syy-news .container .content{
    padding: 78px 0 50px 0;
    border-bottom: 1px solid #7e2030;
    margin-bottom:20px;
    position: relative;
}
.single-content{
    border: none !important;
}
.single-back{
    bottom:20px!important;
}
.syy-news .container .content h2{
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom:40px;
}
.syy-news .container .content .meta{
    text-align: center;
    margin-bottom:40px;
}
.syy-news .container .content .meta span{
    font-size:15px;
    margin:0 10px;
}
.syy-news .container .content .body{
    line-height: normal;
}
.syy-news .container .content .body a{
    color: #000000;
    text-decoration: none;
}
.syy-news .container .content .body p{
    font-size:23px;
    line-height:30px;
    margin: 20px 0;
}
.syy-news .container .content .body video{
    max-width:100%;
}
.syy-news .container .content .body img,.syy-news .container .content .body p img{
    text-indent:0;
}
.syy-news .container .content .tools{
    display:flex;
    align-content: center;
    justify-content: space-between;
}
.syy-news .container .content .tools>div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.syy-news .container .content .share{
    display: flex;
    align-items: center;
    justify-content: center;
}

.syy-news .container .links{
    display: flex;
    justify-content: space-between;
}
.syy-news .container .links a{
    font-size:16px;
    color:#000;
}
.syy-news .syy-news-list h2{
    font-size:24px;
    font-weight: 500;
    margin-top:65px;
}
.syy-news .syy-news-list .news-show-more{
    margin:0;
}
.syy-news .news-show-back{
    font-size:15px;
    padding-left:5px;
    padding-right:5px;
    background: url(../imgs/back-arrow-white.png) #7e2030 top 20px center no-repeat;
}

/* 鏁板瓧鍖� */
.syy-digit-banner{
    background:url(../imgs/digitization-banner.jpg?0612);
}
.syy-digit .syy-digit-info{
    display:flex;
    margin:80px 0;
}
.syy-digit .syy-digit-info .info h2{
    font-size:50px;
    font-weight:normal;
    letter-spacing:2px;
}
.syy-digit .syy-digit-info .info .intro{
    font-size:18px;
    line-height:34px;
    letter-spacing:2px;
    margin:40px 50px 20px 0;
}
.syy-digit .syy-digit-info img{
    margin:30px 10px 0 20px;
}
.syy-digit .syy-digit-info .data{
    display:flex;
    color:#7e2030;
    margin-top:50px;
}
.syy-digit .syy-digit-info .data .count-item{
    margin-right:110px;
}
.syy-digit .syy-digit-info .data .item-num{
    font-size:45px;
    font-weight:normal;
    font-family: IKEA Sans Heavy;
}
.syy-digit .syy-digit-info .data .item-label{
    font-size:22px;
    margin-top:8px;
    letter-spacing:2px;
    font-weight:normal;
}
.syy-digit-list h2{
    display: none;
}
.syy-digit-list .grid{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
}
.syy-digit-list .grid>div{
    border:1px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
}
.syy-digit-list .grid>div a{
    position: relative;
    display: inline-block;
}
.syy-digit-list .grid>div a:hover{
    cursor: pointer;
}
.syy-digit-list .grid>div a:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 1.5s;
}
.syy-digit-list .grid>div a:not(:hover) img{
    transition: all 1.5s;
}
.syy-digit-list .grid>div img{
    width:100%;
}

.syy-digit-list .grid>div a .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.syy-digit-list .grid>div a .overlay img{
    width:64px;
    height:64px;
}
.syy-digit-list .grid>div a:hover .overlay{
    opacity: 1;
}
/*
.syy-digit-list .grid>div::before{
    content:"";
    height: 2px;
    width: 100%;
    z-index: 20;
    display: block;
}
.syy-digit-list .grid>div::after{
    content:"";
    height: 2px;
    width: 100%;
    z-index: 20;
    display: block;
}
*/
.syy-digit-list .grid .item1{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
.syy-digit-list .grid .item9{
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 6;
}
.syy-digit-modal{
    background: rgba(0,0,0,0.5);
}
.syy-digit-modal .modal-content{
    box-shadow:none;
    background-color:transparent;
    border:none;
}
.syy-digit-modal .modal-body{
    padding:0;
}



/*鍒涙柊鏈嶅姟*/
.syy-services-banner{
    background:url(../imgs/services-banner.jpg?0612);
    background-size: cover;
}
.syy-services{
    width: 81vw;
    margin:0 auto 180px auto;
    /*border-left:1px solid #ccc;*/
    padding-top:200px;
}
.syy-services .ani{
    position:relative;
    overflow: hidden;
}
.syy-services .to-right:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0; /* 鍒濆浣嶇疆鍦ㄥ乏渚� */
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95); /* 閬僵棰滆壊鍜岄€忔槑搴� */
    animation: mask-reveal 1s ease-in-out;
    animation-fill-mode:forwards;
    animation-iteration-count: 1;
}
@keyframes mask-reveal {
    to {
        left: 100%; /* 鍔ㄧ敾缁撴潫浣嶇疆鍦ㄥ彸渚� */
    }
}
.syy-services .protection{
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.syy-services .protection .text{
    width:550px;
    margin-right:100px;
}
.syy-services .protection .text h3{
    font-size:48px;
    letter-spacing: 2px;
    margin:155px 0 55px 0;
}
.syy-services .protection .text p{
    font-size:22px;
    line-height:40px;
}
.syy-services .cultivate{
    /*border-right:1px solid #ccc;*/
    padding:170px 0 0 0;
    display:flex;
    align-items: start;
    justify-content: space-between;
}
.syy-services .cultivate .list .pic{
    display: none;
}
.syy-services .cultivate .list .text h3{
    font-size:48px;
    letter-spacing: 2px;
    margin-bottom:50px;
}
.syy-services .cultivate .list .text p{
    font-size:22px;
    line-height:40px;
}
.syy-services .cultivate .list .text{
    width:550px;
    padding-top:10px;
}
.syy-services .cultivate .list .pics{
    width:830px;
    /*border-right:1px solid #ccc;*/
    padding-bottom:110px;
}
.syy-services .cultivate .pics{
    display:flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-top:120px;
}
.syy-services .cultivate .pics a{
    display:block;
    position:relative;
    width:43.66%;
    margin-right:16px;
    margin-bottom:36px;
}
.syy-services .cultivate .pics a h5{
    margin-top:18px;
    color:#575555;
    font-size:16px;
}
.syy-services .cultivate .pic{
    margin-left:-1px;
}
.syy-services .cultivate .pic img{
    margin-bottom:10px;
}
.syy-services .service .text h3{
    margin-top:120px;
}

/*浜烘墠闃熶紞*/
.syy-personnel-banner{
    background:url(../imgs/personnel-banner.jpg?0612);
    background-size: cover;
}
.syy-personnel{
    width: 81.2vw;
    margin: 0 auto 90px auto;
    /*border-left: 1px solid #ccc;*/
    padding-top: 164px;
    position:relative;
}
.syy-personnel .to-right:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0; /* 鍒濆浣嶇疆鍦ㄥ乏渚� */
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95); /* 閬僵棰滆壊鍜岄€忔槑搴� */
    animation: mask-reveal 1s ease-in-out;
    animation-fill-mode:forwards;
    animation-iteration-count: 1;
}
.syy-personnel .group{
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.syy-personnel .group .text{
    width:418px;
    margin-right:65px;
}
.syy-personnel .group .text h3{
    font-size:48px;
    letter-spacing: normal;
    margin:0 0 45px 0;
    line-height: 60px;
}
.syy-personnel .group .text p{
    font-size:22px;
    line-height:35px;
}
.syy-personnel .group:first-child .text p:nth-of-type(2){
    margin-bottom:40px;
}
.syy-personnel .group .text p span{
    color:#7c2132;
}
.syy-personnel .group .pic{
    /*border-left:1px solid #ccc;*/
    box-sizing: border-box;
}
.syy-personnel .group:first-child .pic{
    padding-bottom:236px;
}

.syy-personnel .list{
    width:825px;
    /*border-right:1px solid #ccc;*/
    padding-bottom:45px;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:-130px;
    box-sizing: border-box;
}
.syy-personnel .list a{
    display:block;
    position:relative;
    width:403px;
    margin-bottom:50px;
}
.syy-personnel .list a h5{
    font-size:15px;
    font-weight: bold;
    color:#7f7f7f;
    margin-top:15px;
    line-height:20px;
}
.syy-personnel .group-reverse{
    flex-direction: row-reverse;
}
.syy-personnel .group-reverse .text{
    width:444px;
    margin-right:0;
    padding-right:130px;
    margin-left:42px;
}
.syy-personnel .group-reverse .pic{
    border:0!important;
}
.syy-personnel .list-right{
    float:right;
    border-left:1px solid #ccc;
    padding-bottom: 113px;
}
.syy-personnel .group-bottom .text{
    width:680px;
    margin-right:50px;
}
.syy-personnel .group-bottom .text h3{
    margin-bottom:30px;
}
.syy-personnel .group-bottom .text .list{
    width:100%;
    margin-top:45px;
    padding-bottom: 0;
    border-right: 0;
}
.syy-personnel .group-bottom .text .list a{
    width:332px;
    margin-bottom:0;
    margin-top:15px;
}



.syy-letters{
    background: url(../imgs/letters-bg.jpg) no-repeat top left,linear-gradient(to bottom, #7e2030, #6f233d);
    position:relative;
}
.syy-letters .container{
    width:77vw;
}
.syy-letters .head{
    padding:228px 35px 100px 35px;
    display:flex;
    justify-content: space-between;
    letter-spacing: 4px;
}
.syy-letters .head h2{
    color:#fff;
    font-size:48px;
    font-weight:500;
    width:50%;
}
.syy-letters .head .content{
    color:#fff;
    font-size:25px;
    line-height: 40px;
    width:45.5%;
    margin-top:-5px;
    letter-spacing: 1px;
}
.syy-letters .head .content span{
    font-size:35px;
    padding:0 10px;
    font-weight: 800;
}
.syy-letters .list{
    margin-top:30px;
    margin-bottom:110px;
    display:grid;
    grid-template-columns: repeat(5, 1fr);
    grid-row-gap:60px;
}
.syy-letters .list .letter{
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.syy-letters .list .letter a{
    text-align: center;
}
.syy-letters .list .letter a img{
    width:233px;
    height:320px;
}
.syy-letters .list .letter .cover{
    position:absolute;
    width: 100%;
    height:100%;
    background: url(../imgs/letter-cover.png) no-repeat center bottom;
    left:0;
    bottom:0;
}
.syy-letters .more-list{
    display: none;
    margin-top:-50px;
}
.syy-letters .show-more {
    margin: 0 auto 50px auto;
    text-align: center;
    font-size: 22px;
    background: url(../imgs/down-arrow-white.png) no-repeat center bottom;
}
.syy-letters .show-more a {
    color: #fff;
    display: block;
    padding-bottom: 30px;
    text-decoration: none;
}
.syy-letters  .back{
    position: absolute;
    right: calc((100vw - 77vw) / 2 - 100px);
    bottom: 40px;
    background: url(../imgs/up-arrow-purple.png) #fff top 20px center no-repeat;
    color: #7e2030;
    font-size: 20px;
    width: 70px;
    padding: 49px 10px 20px 10px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 22px;
    border-radius: 10px;
}
.syy-letters  .back:hover{
    cursor: pointer;
}


.syy-customers{
    width:73.6vw;
    margin:0 auto;
    padding:80px 0 120px 0;
}
.syy-customers h1{
    font-size:48px;
    margin:5px 0;
    letter-spacing: 4px;
}
.syy-customers .head{
    margin:64px 0 0 354px;
}
.syy-customers .head h2{
    display: none;
}
.syy-customers .head>p{
    font-size:20px;
    line-height:36px;
}
.syy-customers .head .logos{
    margin-top:90px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.syy-customers .head .logos .customer{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    height:200px;
    margin-bottom:40px;
}
.syy-customers .head .logos .customer p{
    font-size:18px;
}
.syy-customers .syy-customer-list{
    margin-top:140px;
    display: flex;
    justify-content: space-between;
}
.syy-customers .syy-nav-tabs{
    margin-left:5px;
    border-radius: 8px;
    box-shadow: 0 0 4px #8f8383;
    padding:10px;
    max-width: 333px;
}
.syy-customers .syy-nav-tabs li{
    cursor: default;
}
.syy-customers .syy-nav-tabs>li{
    font-size: 19px;
    font-weight:600;
    padding:10px 80px 10px 15px;
    margin:10px 14px;
    position: relative;
}
.syy-customers .syy-nav-tabs>li:after{
    content: "";
    position: absolute;
    top: 15px;
    right: 26px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ac1f27;
    border-right: 2px solid #ac1f27;
    transform: rotate(45deg);
}
.syy-customers .syy-nav-tabs>li.cur{
    border-radius: 20px;
    background: #ac1f27;
    color:#fff;
}
.syy-customers .syy-nav-tabs>li.cur:after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.syy-customers .syy-nav-tabs>li:nth-child(3):after{
    transform: rotate(135deg);
}
.syy-customers .syy-nav-tabs ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:10px;

}
.syy-customers .syy-nav-tabs ul li{
    font-size:17px;
    padding:5px 10px;
    margin:12px 5px;
}
.syy-customers .syy-nav-tabs ul li.cur{
    border-radius: 20px;
    background: #ac1f27;
    color:#fff;
}
.syy-customers .syy-nav-tabs ul .line{
    margin:0 10px;
    border-bottom:1px solid #d5d4d4;
    width:100%;
}
.syy-customers .syy-tab-list{
    flex:1;
}
.syy-customers .syy-customer-list .customer-list{
    margin: 25px 0 0 85px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 800px;
}
.syy-customers .syy-customer-list .customer-list h2{
    display: none;
}
.syy-customers .syy-customer-list .customer-list::-webkit-scrollbar {
    width: 14px;
    height:10px!important;
}
.syy-customers .syy-customer-list .customer-list::-webkit-scrollbar-thumb {
    background-color: #7e2030;
    border-radius: 12px;
    margin-top:-20px;
}
/* 婊氬姩鏉＄殑澶栧眰婊戣建鑳屾櫙棰滆壊 */
.syy-customers .syy-customer-list .customer-list::-webkit-scrollbar-track {
    background-color: transparent;
    border:1px solid #dddddd;
    border-radius: 12px;
}
.syy-customers .syy-customer-list .customer-list p{
    font-size:18px;
    line-height: 24px;
    padding-right: 20px;
}


.syy-contact{
    background:url('../imgs/contact-bg.jpg') no-repeat left top;
    padding-bottom: 90px;
}
.syy-contact-banner{
    height:auto;
    padding:230px 0 224px 0;
}
.syy-contact-banner span{
    margin-top:42px;
    font-size:20px;
}
.syy-contact-area{
    display: flex;
    justify-content: space-between;
    width:1610px;
    margin:0 auto;
}
.syy-contact-area .syy-contact-block{
    background: #fff;
    margin-right:15px;
    flex:1;
    /*padding: 65px 100px;*/
}
.syy-contact-area .syy-contact-block a{
    display: none;
}
.syy-contact-area .syy-contact-block:last-child{
    margin-right:0;
}
.syy-contact-area .syy-contact-block>div{
    display: flex;
    align-items: start;
    margin:40px 0;
}
.syy-contact-area .syy-contact-block>div:last-child{
    margin-bottom:20px;
}
.syy-contact-area .syy-contact-block>div>img{
    margin-left:115px;
    margin-top:8px;
}
.syy-contact-area .syy-contact-block>div>div{
    margin-left:60px;
}
.syy-contact-area .syy-contact-block:nth-child(2)>div>div{
    margin-left:35px;
}
.syy-contact-area .syy-contact-block:nth-child(3)>div>img{
    margin-left:95px;
    margin-top:8px;
}
.syy-contact-area .syy-contact-block:nth-child(3)>div>div{
    margin-left:32px;
}
.syy-contact-area .syy-contact-block h3{
    font-size:30px;
    margin:0;
    color:#1f3a65;
}
.syy-contact-area .syy-contact-block h4{
    font-size:20px;
    font-weight:normal;
    letter-spacing: 1.5px;
    margin-top:8px;
    color:#293352;
}


.show-more a{
    font-weight: 600;
}
.syy-footer{
    background: url("../imgs/footer-bg.jpg") no-repeat;
    background-size: cover;
}
.special{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin-bottom: 50px;
}
.special a{
    font-size:18px;
    color:#000;
    line-height: 20px;
    white-space: nowrap;
    margin: auto 10px;
    margin-bottom:20px;
}


@media (max-width: 1537px) {
    .syy-honor ul li,.syy-division p{
        font-size:16px;
    }
}

@media (min-width: 1035px) {
    .syy-nav .navbar-nav {
        padding-right:25px;
    }
    .navbar-nav>li>a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 769px) {
    .container{
        width:84vw!important;
    }
    .navbar-collapse{
        background: #7e2030;
    }
    .syy-nav .navbar-nav>li>a{
        color:#fff;
        font-size:15px;
    }
    .syy-nav .navbar-nav>.active>a, .syy-nav .navbar-nav>.active>a:focus, .syy-nav .navbar-nav>.active>a:hover{
        color:#fff;
    }
    .syy-aboutus{
        background-size: 82.66%!important;
        height:100%;
        background: #f4f4f4 url(../imgs/aboutus-m-bg.jpg) no-repeat top right;
    }
    .syy-aboutus .container{
        width:84vw!important;
    }
    .syy-aboutus .syy-aboutus-left{
        float:none;
        padding:40px 0 0 0;
        margin-top: 170px;
    }
    .syy-aboutus-left h3{
        font-size: .44rem;
        margin: 6px 0 0 10px;
        font-weight: 600;
    }
    .syy-aboutus .syy-aboutus-left .count-group{
        display: flex;
        margin-top:0;
        padding-top:30px;
        justify-content: space-between;
    }
    .syy-aboutus .syy-aboutus-left .count-item{
        margin-bottom:0!important;
        text-align: center;
    }
    .syy-aboutus .syy-aboutus-left .item-num{
        font-size:.56rem;
    }
    .syy-aboutus .syy-aboutus-left .item-label{
        font-size:.28rem;
    }
    .syy-aboutus .syy-aboutus-right{
        float:none;
        width:100%;
        height:100%;
        margin:20px auto;
        padding:5px;
    }
    .syy-aboutus .syy-aboutus-right p{
        font-size:.24rem!important;
        line-height:.35rem!important;
        padding:0 12px;
    }
    .syy-leader{
        background: url(../imgs/leader-m-bg.jpg) no-repeat bottom center;
        background-size: 100%;
        padding-bottom: 400px;
        margin-bottom: 50px;
        animation: none;
    }
    .syy-leader .container{
        width:84vw!important;
    }
    .syy-leader .syy-leader-left{
        padding:90px 0 30px 0;
        margin-left:0;
    }
    .syy-leader .syy-leader-left h2{
        font-size:.44rem;
        margin:0;
    }
    .syy-leader .syy-leader-left h3{
        font-size:.32rem;
        padding:20px 0 50px 0;
        margin:0;
    }
    .syy-leader .syy-leader-left p{
        font-size:13px;
        font-weight: 500;
        margin-bottom:15px;
    }
    .syy-corporate-culture{
        margin:30px auto;
    }
    .syy-corporate-culture h3{
        font-size:.44rem;
        margin:30px 0;
    }
    .syy-corporate-culture .culture-item{
        height:120px;
        padding-left:10px;
        padding-right:0;
    }
    .syy-corporate-culture .main-title{
        font-size:16px;
    }
    .syy-corporate-culture .desc{
        font-size:14px;
    }
    
    .syy-repository{
        padding:0;
        background: none;
    }
    .syy-repository h3{
        font-size:.44rem;
        margin:30px 0;
    }
    .syy-repository .syy-repository-content{
        padding:40px 20px;
    }
    .syy-repository .repository-left{
        width:100%;
        float:none;
    }
    .syy-repository .repository-right{
        width:100%;
        float:none;
        padding:0;
    }
    .syy-repository .repository-right p{
        font-size:13px;
        border:0;
        padding-top:20px;
        line-height:22px;
        text-indent: 2em;
    }
    .syy-division{
        margin-top:60px;
        padding-bottom:30px;
    }
    .syy-division h3{
        font-size:22px;
        margin:30px 0 40px 0;
        padding:0;
    }
    .syy-division .division-left{
        width:100%;
        float:none;
    }
    .syy-division .division-left img{
        border-radius:10px;
    }
    .syy-division .division-right{
        width:100%;
        float:none;
        margin:10px auto;
    }
    .syy-division h4{
        font-size:17px;
        margin:25px 0;
    }
    .syy-division p{
        font-size:13px;
        font-weight: 500;
        line-height: 22px;
    }
    .syy-division .syy-division-pagination{
        padding:5px 0;
        margin-top:20px;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .syy-division .syy-division-pagination a{
        padding:6px;
        font-size:12px;
    }
    .syy-division .syy-division-pagination::before{
        display: none;
    }
    .syy-division .syy-division-pagination .swiper-pagination-bullet{
        width: 30%!important;
        margin-bottom: 8px;
        font-size: 12px;
        padding: 8px 5px;
    }
    .syy-results{
        /*width:90vw;*/
        margin:0 auto;
    }
    .syy-results h3{
        font-size:22px;
        margin:50px 0 30px 0;
        padding:0 7.73vw;
    }
    .syy-results .result-column{
        padding:0 1px;
    }
    .syy-results .result-list{
        display: none;
    }
    .syy-results .m-result-list{
        display:block;
    }
    .syy-results .m-result-list .swiper-button-next{
        background: url('../imgs/m-result-right-arrow.png');
        background-size:cover;
        height:50px;
        width: 20px;
        right:0px;
    }
    .syy-results .m-result-list .swiper-button-prev{
        background: url('../imgs/m-result-left-arrow.png');
        background-size:cover;
        height:50px;
        width: 20px;
        left:0px;
    }
    .syy-results .m-result-list .swiper-slide{
        padding:0 7.73vw;
    }
    .syy-results .m-result-list .swiper-button-next::after,.syy-results .m-result-list .swiper-button-prev::after{
        display: none;
    }
    .syy-results .m-result-list .result-card a>img{
        width:100%;
    }
    .syy-results .m-result-list .result-card .hover{
        display: flex;
        background-color:transparent;
    }
    .syy-results .m-result-list .result-card p{
        font-size:.24rem;
        font-weight: 600;
        color:#000;
        text-align: center;
        margin:8px auto 18px auto;
    }
    .syy-honor h3{
        font-size:.44rem;
        margin:50px 0 30px 0;
        padding:0;
    }
    .syy-honor ul li{
        font-size:12px;
    }
    .syy-honor .main{
        width:100%;
    }
    .syy-honor .main li{
        width:auto;
        padding:8px 15px;
        margin:0;
    }
    .syy-honor .sub{
        width:80%;
    }
    .syy-honor .list{
        grid-template-columns: 1fr;
        height:450px;
        overflow-y: scroll;
        box-shadow: 0px 1px 5px 3px #dbd9d9;
        box-sizing: border-box;
        border-radius: 5px;
    }
    .syy-honor .list::-webkit-scrollbar {
        width: 10px;
        height:10px!important;
    }
    .syy-honor .list::-webkit-scrollbar-thumb {
        background-color: #7e2030;
        border-radius: 5px;
        margin-top:-20px;
    }
    /* 婊氬姩鏉＄殑澶栧眰婊戣建鑳屾櫙棰滆壊 */
    .syy-honor .list::-webkit-scrollbar-track {
        background-color: transparent;
        border:1px solid #dddddd;
        border-radius: 12px;
    }
    .syy-honor .list li{
        margin:0;
        line-height: 12px;
        padding-left:25px;
        font-size:11px;
        color:#000;
    }
    .syy-honor .list li::before {
      content: ""; /* 浣跨敤浼厓绱犳坊鍔犺嚜瀹氫箟鐨勫渾鐐� */
      position: absolute;
      left: 10px;
      top: 14px; /* 鍦嗙偣鍨傜洿灞呬腑 */
      transform: translateY(-50%); /* 瀵逛簬闈炲畬鍏ㄥ眳涓殑璋冩暣 */
      width: 4px; /* 鍦嗙偣鐨勫搴� */
      height: 4px; /* 鍦嗙偣鐨勯珮搴� */
      background-color: #7e2030; /* 鍦嗙偣鐨勯鑹� */
      border-radius: 50%; /* 鍦嗗舰鐨勫叧閿偣 */
    }
    .syy-cometous h4{
        margin:50px auto 30px auto;
        font-size:.44rem;
        width:84vw;
    }
    .syy-cometous .syy-cometous-videos{
        width:100%;
    }
    .syy-cometous .open{
        margin-top:-30px;
    }
    .syy-nav .navbar-brand{
        display:none;
    }
    .syy-nav .navbar-brand-red{
        display:block;
        width:80%;
        height: 1.16rem;
        padding: 0.23rem 0 0.23rem 0.29rem;
    }
    .navbar-toggle{
        background:#7e2030;
    }
    .navRed .navbar-toggle{
        background:transparent;
        margin-bottom:0!important;
        margin-top: calc((1.16rem - 24px) / 2)!important;
    }
    .navRed .open>a{
        color:#fff!important;
    }
    .navRed .navbar-toggle:focus,.navRed .navbar-toggle:hover{
        background: transparent!important;
    }
    .syy-nav .navbar-toggle:focus, .syy-nav .navbar-toggle:hover{
        background:#7e2030;
    }
    .swiper-page-wrap{
        padding-top:89px;
    }
    .inner-banner{
        height:200px;
        background-size:cover;
    }
    .inner-banner h2{
        font-size:.55rem;
        letter-spacing: 0;
    }
    .inner-banner span{
        font-size:.28rem;
        margin:0;
        letter-spacing: 0;
    }
    .syy-cases .container{
        width: 100vw !important;
    }
    .syy-cases .case-type{
        margin:20px 0 30px 0;
        padding:0 7vw;
    }
    .syy-cases h2{
        height:.43rem;
        line-height:.43rem;
        font-size:.43rem;
        letter-spacing:1px;
        border-width: 3px;
        padding-left:6px;
        margin: 30px 7vw 10px 7vw;
    }
    .syy-cases h3{
        font-size:.36rem;
        letter-spacing:1px; 
    }
    .syy-cases .full-list{
        width:100vw;
        margin-left:-7.735vw;
    }
    .syy-cases .list li a .hover{
        padding:7vw;
    }
    .syy-cases .list li a .hover span {
        display: block;
        font-size: .36rem;
        margin-top:0;
        margin-bottom:5px;
        width: 100%;
        line-height: .4rem;
    }
    .syy-cases .list li a .hover::before{
        display: none;
    }
    .flex-list li{
        width:100%!important;
    }
    .breadTit .autoCenter{
        width:90vw;
        margin:0 auto;
        padding:3%;
    }
    .breadTit li{
        padding:0 5px;
        font-size:14px;
        min-width: unset;
        max-width: unset;
    }
    .syy-case .cases-swiper{
        margin:0 0 30px 0;
    }
    .syy-case .cases-swiper .swiper{
        padding:0;
    }
    .syy-case h2{
        margin-bottom:30px;
    }
    .case-title,.case-meta{
        text-align: center!important;
    }
    .case-list-title{
        border-width: 0!important;
        margin:40px 0!important;
    }


    .syy-news .syy-news-hot{
        margin:20px 0;
        padding-bottom:40px;
    }
    .syy-news .syy-news-hot .hot-slide{
        padding:4vw;
        flex-direction:column;
    }
    .syy-news .syy-news-hot .hot-slide img{
        width:100%;
        height:auto;
    }
    .syy-news .syy-news-hot .hot-slide h3{
        font-size:.32rem;
    }
    .syy-news .syy-news-hot .hot-slide .time{
        font-size:.16rem;
    }
    .syy-news .syy-news-hot .hot-slide .more{
        font-size:.16rem;
        text-align: right;
    }
    .syy-news .syy-news-hot .hot-slide .intro{
        font-size:.2rem;
        line-height: .32rem;
    }
    .syy-news .syy-news-hot .swiper-pagination{
        text-align:center;
        bottom:10px;
        right:unset;
        left:unset;
    }
    .syy-news .container{
        padding-top:20px;
    }
    .syy-news .container .breadcrumbs{
        display:none;
    }
    .syy-news .m-breadcrumbs{
        background-color: #f2f2f2;
        padding:25px 6vw;
    }
    .syy-news .m-breadcrumbs a{
        color:#000;
    }
    .syy-news .container .content{
        padding:50px 0 10px 0;
    }
    
    .syy-news .container .content h2{
        font-weight: 600;
        font-size:.4rem;
        text-align: left;
        margin-bottom:5px;
        line-height: .5rem;
        letter-spacing: normal;
    }
    .syy-news .container .content .meta{
        text-align: left;
    }
    .syy-news .container .content .meta span{
        margin-left:0;
        font-size:.2rem;
    }
    .syy-news .container .content .body{
        font-size:.32rem;
        line-height:.4rem;
        text-align: justify;
    }
    .syy-news .container .content .body img{
        height:auto!important;
    }
    .syy-news .container .content .body p{
        font-size:.24rem;
        line-height:.32rem;
        font-size:.32rem;
        line-height:.4rem;
        margin:8px 0;
        text-align: justify;
    }
    .syy-news .container .links{
        display: none;
    }
    .syy-news .container .links a{
        line-height:24px;
        margin:10px 0;
    }
    .syy-news .syy-news-list .syy-news-bar{
        flex-direction:column;
        height: auto;
        width: 100vw;
    }
    .search-bar{
        margin-left:-8vw;
    }
    .search-keyword{
        padding: 5px;
        width: 100vw;
        text-align: center;
    }
    .syy-news .syy-news-list .news-tab{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin:10px;
    }
    .syy-news .syy-news-list .news-tab li{
        padding:10px;
        margin:0 3px;
        font-size:.24rem;
    }
    .syy-news .syy-news-list .news-tab li.cur{
        border-radius: 10px;
    }
    .syy-news .syy-news-list .syy-news-bar .search{
        width: 100vw;
        display: flex;
        justify-content: center;
        background: #d3b3b8;
        padding:10px;
    }
    .syy-news .select{
        width: 18.67vw;
        height: 25px;
    }
    .syy-news .select-styled{
        line-height: 25px;
        font-size: .15rem;
        padding: 0 5px;
    }
    .syy-news .select-styled:before{
        height: 25px;
        right: 22px;
    }
    .syy-news .select-styled:after{
        top: 11px;
        right: 6px;
        border-width: 4px;
    }
    .syy-news .keywords{
        width:30.67vw;
        height: 25px;
        font-size: .15rem;
    }
    .syy-news .icon{
        top:5px;
    }
    .syy-news .icon img{
        width:15px;
    }
    .syy-news .select-options li{
        font-size:.15rem;
    }
    
    .syy-news .syy-news-list .news-list{
        margin-top:30px;
    }
    .syy-news .syy-news-list .news-list a,.syy-news .syy-news-list .show-more a{
        margin-bottom:10px;
        padding-bottom:10px;
        font-size:.2635rem;
    }
    .syy-news .syy-news-list .news-info{
        align-items:flex-start;
        position: relative;
    }
    .syy-news .syy-news-list h2{
        font-size:.3rem;
    }
    .syy-news .syy-news-list .news-info .date .day{
        font-size:.51rem;
        line-height:inherit;
    }
    .syy-news .syy-news-list .news-info .date .year{
        font-size:.16rem;
        white-space: nowrap;
    }
    .syy-news .syy-news-list .news-info .info{
        padding-bottom:10px;
    }
    .syy-news .syy-news-list .news-info .info h3{
        font-size:.32rem;
        text-align: justify;
        letter-spacing: normal;
    }
    .syy-news .syy-news-list .news-info .info .intro{
        font-size:.18rem;
        line-height: .22rem;
        line-height: normal;
        display:none;
    }
    .syy-news .syy-news-list .news-info .info .m-intro{
        display: none;
    }
    .syy-news .syy-news-list .news-info .date{
        padding:10px;
        width:14.67vw;
        height:14.67vw;
    }
    .syy-news .syy-news-list .news-info .more{
        position:absolute;
        right: 6vw;
        bottom:0;
        margin:0;
    }
    .syy-news .syy-news-list .news-info .more img{
        width:15px;
        height:auto;
    }
    .syy-news .syy-news-list .show-more{
        background-size: 15px;
        margin:30px auto 40px auto;
    }
    .syy-news  .back{
        display:none!important;
    }


    
    .syy-digit .syy-digit-info{
        flex-direction:column;
        margin:60px 3vw;
    }
    .syy-digit .syy-digit-info .info h2{
        font-size:.44rem;
    }
    .syy-digit .syy-digit-info img{
        width:63.33vw;
        margin:20px auto 10px auto;
    }
    .syy-digit .syy-digit-info .info .intro{
        margin:0;
        font-size:.26rem;
        line-height: .4rem;
        text-indent: 2em;
    }
    .syy-digit .syy-digit-info .data{
        margin-top:20px;
    }
    .syy-digit .syy-digit-info .data .count-item{
        margin:0 4px;
        flex:1;
        text-align: center;
        letter-spacing:0;
    }
    .syy-digit .syy-digit-info .data .item-num{
        font-size:.46rem;
        font-weight:normal;
        font-family: IKEA Sans Heavy, serif;
    }
    .syy-digit .syy-digit-info .data .item-label{
        font-size:.23rem;
        margin-top:8px;
        letter-spacing: 0;
    }
    .syy-digit-list h2{
        display: block;
        font-size: .44rem;
        margin-left:7.77vw;
        font-weight: normal;
    }
    .syy-digit-list .grid{
        grid-template-columns: repeat(1,auto);
        gap:20px;
        margin-bottom:30px;
    }
    .syy-digit-list .grid .item1,.syy-digit-list .grid .item9{
        grid-column-start:auto;
        grid-column-end:auto;
        grid-row-start:auto;
        grid-row-end:auto;
    }
    .syy-digit-list .grid>div a .overlay{
        opacity: 1;
    }
    .syy-digit-list .grid>div a .overlay img{
        width: 32px;
        height:32px;
    }

    .syy-services{
        width:86vw;
        padding:0;
        border:0;
        margin:0 auto 50px auto;
    }
    .syy-services h3{
        font-size:.44rem!important;
        margin:50px 0 30px 0!important;
    }
    .syy-services p{
        font-size:.24rem!important;
        line-height: .32rem !important;
        margin-bottom:30px!important;
        text-indent: 2em;
        text-align: justify;
    }
    .syy-services .protection{
        flex-direction: column;
    }
    .syy-services .protection .text{
        width:100%;
        margin:0;
    }
    .syy-services .protection .pic{
        width:100%;
    }
    .syy-services .cultivate .pics a h5{
        font-size:.16rem;
        margin:10px 0 15px 0;
    }


    .syy-services .cultivate{
        padding:0;
        border:0;
        flex-direction: column;
    }

    .syy-services .cultivate .list .text{
        width:100%;
    }
    .syy-services .cultivate .list .pic{
        display: block;
        margin-bottom:50px;
    }
    .syy-services .cultivate .pic{
        display:none;
    }
    .syy-services .cultivate .list .pics{
        width:100%;
        justify-content: space-between;
        margin:0;
        border:0;
        padding-bottom:0;
    }
    .syy-services .cultivate .pics a{
        margin: 0;
        width:48%;
    }
    .syy-letters .container{
        width: 84.53vw !important;
    }
    .syy-letters .head{
        flex-direction: column;
        padding:0;
    }
    .syy-letters .head h2{
        font-size:.44rem;
        letter-spacing: 1px;
        margin:75px 0 50px 0;
    }
    .syy-letters .head .content{
        font-size:.26rem;
        line-height:.4rem;
        text-indent: 2em;
    }
    .syy-letters .head .content span{
        font-size:.39rem;
    }
    .syy-letters .head h2,.syy-letters .head .content{
        width:100%;
    }
    .syy-letters .list{
        grid-template-columns: repeat(2,auto);
        gap:8vw;
    }
    .syy-letters .list .letter a img{
        width:100%;
        height:auto;
    }
    .syy-letters .back{
        display: none!important;
    }
	.syy-letters .show-more{
        font-size:.26rem;
    }
	
	
	.syy-contact{
        padding-bottom: 30px;
    }
    .syy-contact-banner{
        padding:0;
    }
    .syy-contact-area{
        width:100%;
        flex-direction: column;
    }
    .syy-contact-area .syy-contact-block{
        margin:15px!important;
    }
    .syy-contact-area .syy-contact-block>div{
        margin:20px 0;
    }
    .syy-contact-area .syy-contact-block>div>img{
        margin:0 0 0 50px!important;
        width:7.33vw;
    }
    .syy-contact-area .syy-contact-block>div>div{
        margin:0 0 0 30px!important;
    }
    .syy-contact-area .syy-contact-block h3{
        font-size:.3rem;
    }
    .syy-contact-area .syy-contact-block h4{
        font-size:.24rem;
    }
    .syy-contact-area .syy-contact-block a{
        display: block;
        flex: 1;
        text-align: right;
        margin-right: 50px;
    }
    .map-address{
        max-width:30vw;
    }
    .syy-contact-area .syy-contact-block a img{
        width:16.67vw;
    }


    .syy-customers{
        width:100vw;
        padding:0;
    }
    .syy-customers h1{
        font-size:.44rem;
        padding:50px 7.33vw 35px 7.33vw;
    }
    .syy-customers .head{
        padding:0 7.33vw;
        margin:0;
    }
    .syy-customers .head h2{
        display:block;
        font-size:.32rem;
        margin-top:50px;
        font-weight: normal;
    }
    .syy-customers .head>p{
        font-size:.28rem;
        line-height:.5rem;
        text-indent: 2em;
        text-align: justify;
    }
    .syy-customers .head .logos{
        margin-top:30px;
        gap:6.67vw;
        grid-template-columns:repeat(3,1fr);
    }
    .syy-customers .head .logos .customer{
        height:auto;
        margin-bottom:0;
    }
    .syy-customers .head .logos .customer:nth-of-type(7){
        display: none;
    }
    .syy-customers .head .logos .customer p{
        font-size:.26rem;
        text-align: center;
        margin-top:10px;
        padding:0;
    }
    .syy-customers .head .logos .customer img{
        width:20vw;
        height:auto;
    }
    .syy-customers .syy-customer-list{
        margin-top:30px;
        margin-bottom:50px;
    }
    .syy-customers .syy-nav-tabs{
        margin:0;
        padding:0;
        width:20vw;
    }
    .syy-customers .syy-nav-tabs ul{
        padding:0;
        display:block;
    }
    .syy-customers .syy-nav-tabs>li{
        font-size:.2rem;
        margin:0;
        padding:10px;
        font-weight: 600;
        width:20vw;
    }
    .syy-customers .syy-nav-tabs>li.cur{
        border-radius: 8px;
    }
    .syy-customers .syy-nav-tabs>li:after{
        top:25px;
        right:7px;
        width:6px;
        height:6px;
    }
    .syy-customers .syy-customer-list .customer-list{
        margin:0;
        max-height: 1160px;
    }
    .syy-customers .syy-customer-list .customer-list p{
        font-size:.23rem;
        padding:0;
        line-height: .3rem;
        margin-bottom: .3rem;
        padding-right: 5px;
        text-align: justify;
    }
    .syy-customers .syy-customer-list .customer-list::-webkit-scrollbar {
        width: 5px;
        height:10px!important;
    }
    .syy-customers .syy-nav-tabs ul .line{
        display: none;
    }
    .syy-customers .syy-nav-tabs ul li{
        font-size:.18rem;
    }

    .syy-tab-list{
        padding:0 5vw;
        overflow-y:scroll;
    }

    .syy-personnel{
        width:86vw;
        padding:30px 0;
        border:0;
        margin:0 auto;
    }
    .syy-personnel .group{
        flex-direction: column;
        margin-top:30px;
    }
    .syy-personnel .group .text{
        width:100%;
    }
    .syy-personnel h3{
        font-size:.44rem!important;
        line-height: .44rem!important;
        margin-bottom:25px!important;
    }
    .syy-personnel p{
        font-size: .24rem!important;
        line-height: .32rem!important;
        width:60vw;
    }
    .syy-personnel .group .text p span{
        font-weight: 600;
        color:#000;
    }
    .syy-personnel .group:first-child .pic{
        width:100vw;
        margin-left:-7vw;
    }
    .syy-personnel .group:first-child .text p:nth-of-type(2){
        margin-bottom:25px;
    }
    .syy-personnel .group .pic{
        border:0;
        padding:0!important;
    }
    .syy-personnel .group .pic img{
        margin:30px 0!important;
    }
    .syy-personnel .list{
        width:100%;
        margin-top:20px;
        border:0!important;
        padding-bottom:0!important;
    }
    .syy-personnel .list a{
        width:48%;
        margin-bottom:15px;
    }
    .syy-personnel .list a h5{
        font-size:.16rem;
        color:#000;
        margin-top:5px;
        line-height: normal;
    }
    .syy-personnel .group-reverse .text{
        margin:0 auto;
        padding-right:0;
    }
    .syy-personnel .group-bottom .text .list a{
        width:49%;
    }
    
    .subtitle img{
        width:30px;
    }

    .syy-footer .container{
        width:90vw!important;
        height: calc(100vh - 1.16rem)!important;
    }
    .syy-footer .pageicon-group{
        margin-bottom:1rem;
    }
}