.abBjb {
    height: 100vh;
    position: relative;
}

.about,
.about .inner {
    position: relative;
    z-index: 11;
}

.about {
    position: relative;
    padding-top: 16vh;
    overflow: hidden;
}

/* 1銆乥jb */
.abBjb_Tbox {
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    transform: translateY(-50%);
}

.abBjb_tit {
    text-align: center;
    font-size: 120px;
    display: inline-block;
    font-family: 'LogoSCUnboundedSans';
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1;
}

.abBjb_tit>div {
    font-family: 'LogoSCUnboundedSans';
    color: #333;
    display: inline-block;
    text-align: left;
}

.abBjb_box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    /* z-index: 999; */
}

.abBjb_bg {
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 789px;
    position: relative;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.abBjb_box_img {
    top: 28.9%;
    left: 26.5%;
    width: 65.5%;
    position: absolute;
    -webkit-transform: rotate(14.3deg);
    -ms-transform: rotate(14.3deg);
    transform: rotate(14.3deg);
}

.abBjb_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.abBjb_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 25px 0;
}

.abBjb_Xian {
    height: 3px;
    width: 100%;
    background-color: #181818;
    margin-left: 26px;
    margin-right: 26px;
}

.abBjb_time {
    font-size: 20px;
    font-family: 'LogoSCUnboundedSans';
    width: 200px;
}

.inAIBox {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    position: absolute;
    right: 7%;
    bottom: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.inAIBox .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: .6;
    transition: all 0.48s;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.inAIBox .VidBox {
    width: 70%;
    height: 70%;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.inAIBox .VidBox video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inAIBox .VidBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}
.inAIcon {
    width: 30%;
    height: 30%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fb3e2d;
    border-radius: 50%;
}

.inAIcon svg {
    width: 40%;
    height: 40%;
}

.inAIcon path {
    fill: #fff;
}

@media (max-width: 1600px) {
    .abBjb_flex {
        padding: 15px 0;
    }

    .abBjb_tit {
        font-size: 110px;
    }

    .abBjb_bg {
        max-width: 689px;
    }
}

@media (max-width: 1368px) {
    .abBjb_bg {
        max-width: 589px;
    }

    .abBjb_tit {
        font-size: 90px;
    }
}

@media (max-width: 1024px) {
    .abBjb_tit {
        font-size: 78px;
    }

    .abBjb_bg {
        max-width: 489px;
    }
     .VidBox video{
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
    .inAIBox .VidBox img {
        display: block;
    }
    
}

@media (max-width: 900px) {
    .abBjb_time {
        font-size: 16px;
    }

    .abBjb_flex {
        padding: 0;
    }

    .abBjb_bg {
        z-index: 1;
        width: 80%;
    }
}

@media (max-width: 768px) {
    .abBjb_tit {
        font-size: 66px;
    }

    .abBjb_flex {
        padding: 12px 0;
    }

    .inAIBox {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 680px) {
    .abBjb{
        height: 80vh;
    }
    .inAIBox{
        bottom: 0;
    }
    .abBjb_tit {
        font-size: 60px;
    }

    .abBjb_Xian {
        height: 2px;
    }

    .abBjb_time {
        font-size: 14px;
    }

    .abBjb_bg {
        z-index: 1;
        width: 60%;
    }

    .inAIBox {
        width: 130px;
        height: 130px;
    }
    .abBjb{
        display: none;
    }
}

@media (max-width: 500px) {
    .abBjb_tit {
        font-size: 42px;
    }
}











.abABox {
    position: relative;
    margin-top: 50px;
}

.abABox::after {
    width: 86%;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    top: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.abABox .inner {
    padding-top: 20px;
}

.abATop {
    display: flex;
    justify-content: space-between;
}

.abATit {
    position: relative;
}

.abAbout_txt h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    padding-left: 40px;
    text-transform: uppercase;
    transform: translateX(0);
    font-family: 'LogoSCUnboundedSans';
    position: relative;
}

.abAbout_txt h4::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 21px;
    background-color: #c30d23;
    content: "";
    left: 0;
}

.abAbout_name {
    font-family: 'LogoSCUnboundedSans';
    line-height: 1;
    font-size: 5.6rem;
    letter-spacing: 1px;
    text-transform: uppercase;

}

.abATBox {
    width: 60%;
}

.abAbout_Text {
    font-size: 24px;
    line-height: 2;
    margin: 7% 0;
}

.abAbout_num {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 68%;
    margin-bottom: 20px;
}

.abAbout_num div {
    text-align: center;
}

.abAbout_num span {
    font-size: 20px;
    /* font-weight: bold; */
}

.abAbout_num em {
    margin-right: 5px;
    font-style: inherit;
    font-size: 4.6rem;
    font-weight: 600;
    line-height: 1;
}
.abAbout_num p{
    margin-top: 20px;
    font-size: 20px;
} 
.abAVideo {
    width: 100%;
    height: 100vh;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.abAVideo video {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

@media (max-width: 1600px) {
    .abAbout_name {
        font-size: 4.2rem;
    }

    .abAbout_Text {
        font-size: 22px;
    }

    .abATBox {
        width: 70%;
    }

    .abAbout_num em {
        font-size: 3.6rem;
    }
}

@media (max-width: 1368px) {
    .abAbout_name {
        font-size: 3.6rem;
    }

    .abAbout_Text {
        font-size: 20px;
    }

    .abAbout_num em {
        font-size: 3.2rem;
    }

    .abAbout_num span {
        font-size: 14px;
    }

    .abAbout_num p {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .abAbout_name {
        font-size: 3.2rem;
    }
}

@media (max-width: 1024px) {
    .abAbout_name {
        font-size: 52px;
    }

    .abATBox {
        width: 80%;
    }

    .abAbout_Text {
        font-size: 18px;
        margin: 30px 0 50px;
    }
}

@media (max-width: 900px) {
    .abAbout_name {
        font-size: 48px;
    }

    .abATop {
        flex-wrap: wrap;
    }

    .abAbout_txt {
        width: 100%;
    }

    .abATBox {
        width: 100%;
        margin-top: 30px;
    }

    .abAbout_num em {
        font-size: 48px;
    }

    .abAbout_num div {
        margin-right: 50px;
    }

    .abAbout_num {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 680px) {
    .abAbout_name {
        font-size: 42px;
    }

    .abAbout_num em {
        font-size: 42px;
    }

    .abAbout_Text {
        font-size: 16px;
    }

    .abAbout_num div {
        margin-right: 30px;
    }
}

@media (max-width: 500px) {
    .abAbout_name {
        font-size: 36px;
    }
}









.abCBox {
    position: relative;
    /* overflow: hidden; */
}

.abCBox .inner {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.abCList {
    position: relative;
    /* padding-top: 50px; */
}

.abCul_img {
    width: 100%;
    padding-top: 134%;
    position: relative;
}

.abCul_img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    overflow: hidden;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.abCul_txt {
    padding: 2rem 3rem;
    position: absolute;
    bottom: 8rem;
}

.abCul_txt h3 {
    line-height: 1.3;
    letter-spacing: 0.13rem;
    font-weight: 600;
    margin-bottom: 21px;
    padding-bottom: 21px;
    position: relative;
    font-size: 2rem;
}

.abCul_txt h3:after {
    content: "";
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 1px;
    width: 100%;
    bottom: 0;
    background-color: #1E1E1E;
}

.abCul_txt p {
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    letter-spacing: 1px;
}

.abCList {
    position: relative;
    z-index: 2;
}

.abCItem {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.abCul_foot span {
    /* font-family: 'LogoSCUnboundedSans'; */
    font-size: 20px;
}

.abCSwiper {
    width: 100%;
    left: 0;
    transition: all 0.48s;
}

.abCTit {
    font-size: 180px;
    display: inline-block;
    font-family: 'LogoSCUnboundedSans';
    text-transform: uppercase;
    opacity: .4;
}

.abCSwiper .swiper-wrapper {
    align-items: center;
}

.abCTItem {
    width: auto;
    position: relative;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abCTime {
    font-size: 24px;
    font-family: 'LogoSCUnboundedSans';
    opacity: .4;
}

.abCSwiper.fixed {
    padding: 8% 0;
}

.abCSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

@media (max-width: 1200px) {
    .abCul_txt h3 {
        font-size: 28px;
    }
}





.abTit {
    font-family: 'LogoSCUnboundedSans';
    text-align: center;
    line-height: 1.2;
    font-size: 5.6rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    /* color: #666; */
}

.abHList {
    margin-top: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.abHItem {
    width: calc(20% - 24px);
    margin-right: 30px;
    position: relative;
    margin-bottom: 30px;
    height: 150px;
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    display: flex;
    align-items: center;
    justify-content: center;
}

.abHItem:nth-child(5n) {
    margin-right: 0;
}

.abHItem span {
    font-size: 14px;
    padding: 10px 0;
    display: block;
}

.abHItem img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    max-width: 158px;
    max-height: 60px;
}

@media (max-width: 1682px) {
    .abTit {
        font-size: 4.8rem;
    }
}

@media (max-width: 1600px) {
    .abTit {
        font-size: 4.2rem;
    }
}

@media (max-width: 1368px) {
    .abTit {
        font-size: 3.6rem;
    }

    .abHItem {
        width: calc(25% - 22.5px);
        height: 100px;
    }

    .abHItem:nth-child(5n) {
        margin-right: 30px;
    }

    .abHItem:nth-child(4n) {
        margin-right: 0;
    }
    .solItem .conItem_link .conItem_big{
        font-size: 16px;
    }
    .solItem .conItem_link {
        padding: 12px 20px;
    }
}

@media (max-width: 1200px) {
    .abTit {
        font-size: 3.2rem;
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .abTit {
        font-size: 52px;
    }
}

@media (max-width: 900px) {
    .abTit {
        font-size: 48px;
    }

    .abHItem {
        width: calc(33.3% - 20px);
        height: 60px;
    }

    .abHItem:nth-child(4n) {
        margin-right: 30px;
    }

    .abHItem:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 680px) {
    .abTit {
        font-size: 42px;
    }
}

@media (max-width: 500px) {
    .abTit {
        font-size: 36px;
    }

    .abHItem {
        width: calc(50% - 15px);
        height: 50px;
    }

    .abHItem img {
        width: 70%;
    }

    .abHItem:nth-child(3n) {
        margin-right: 30px;
    }

    .abHItem:nth-child(2n) {
        margin-right: 0;
    }
}



.abLogo {
    padding: 89px 0;
    margin-top: 80px;
    overflow: hidden;
    position: relative;
}

.abLogo_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    align-content: baseline;
    flex-wrap: wrap;
    width: 108%;
}

.abLogo_a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    height: 18vh;
    min-height: 140px;
    position: relative;
}
.abLogo_a::after{
    height: min(13.28125vw, 13.28125vw);
    width: min(13.28125vw, 13.28125vw);
    content: '';
    background-color: #eee;
    border-radius: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform .4s;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
}
.abLogo_a:hover::after{
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
}
.abLogo_a img {
    width: 90%;
    max-width: 168px;
    position: relative;
    z-index: 2;
}


@media(max-width:1280px) {

    .abLogo_a {
        width: 25%;
        height: 16vh;
    }

}
@media(max-width:680px){
    .abLogo_a{
        width: 33.3%;
        height: 10vh;
    }
    .abLogo_a img{
        width: 80%;
    }
    .abLogo_a::after {
        height: min(20.28125vw, 20.28125vw);
        width: min(20.28125vw, 20.28125vw);
    }    
}











/*  */
.solList{
    margin-top: 90px;
    position: relative;
}
.solItem{
    margin-bottom: 100px;
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.solItem::before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:  0;
    background: #000;
    content: '';
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.solItem:hover a{
    transform: translate(30px,-30px);
    background: #a3303e;
}
.solItem:hover .conItem_link{
    background: #fff;
}
.solItem:hover .solText{
    color: #eee;
}
.solItem:hover .solTit span{
    color: #fff;
}
.solItem:hover .conItem_link{
    border: 1px solid #eee;
}
.solItem:hover .conItem_big{
    color: #333;
}
.solItem:hover .conItem_link i svg path{
    fill: #333;
}
.solItem a{
    display: flex;
    overflow: hidden;
    position: relative;
    transition: all 0.8s;
    background: #f7f8f9;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.solTbox{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 30px 70px;
}
.solImgBox{
    width: 50%;
    overflow: hidden;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.solImg{
    width: 100%;
    padding-top: 70%;
    position: relative;
    backdrop-filter: blur(4px);
    overflow: hidden;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.solImg img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.solTit{
    position: relative;
}
.solTit span{
    font-size: 44px;
    font-weight: 600;
    display: block;
}
.solText{
    font-size: 20px;
    line-height: 2;
    font-weight: 400;
    color: #666;
    letter-spacing: 1px;
    margin: 20px 0 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.conItem_link {
padding: 15px 30px;
border-radius: 8px;
position: relative;
z-index: 11;
display: inline-flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
transition: all .48s;
background: #333;
}

.conItem_big {
letter-spacing: 1px;
font-size: 16px;
position: relative;
z-index: 2;
transition: all .48s;
color: #fff;
}

.conItem_link i {
width: 16px;
height: 16px;
overflow: hidden;
position: relative;
margin-left: 50px;
}

.conItem_link i svg {
width: 100%;
height: 100%;
fill: #fff;
transition: all .48s;
}

.conItem_link i .i2 {
position: absolute;
left: 0;
bottom: 0;
transform: translate(-150%, 150%);
}

.conItem_link:hover {
background: #c30d23;
border-color: #c30d23;
}

.conItem_link:hover .conItem_big {
color: #333;
transform: translateX(15px);
}

.conItem_link:hover svg {
fill: #fff;
}

.conItem_link:hover i .i2 {
transform: translate(0, 0);
}

.conItem_link:hover i .i1 {
transform: translate(150%, -150%);
}
.dzCaseImg1{
display: none;
}
.soloBox{
display: flex;
align-items: center;
width: 100%;
margin-bottom: 50px;
}
.sologo{
width: 27%;
padding-top: 20%;
position: relative;
margin-right: 6%;
}
.sologo img{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
object-fit: contain;
}
@media (max-width: 1680px){
.solText{
    font-size: 18px;
}
.solTit span{
    font-size: 40px;
}
}
@media (max-width: 1440px){
.solText{
    font-size: 16px;
}
.solTit span{
    font-size: 36px;
}
.conItem_link i {
    margin-left: 30px;
}
.solItem {
    margin-bottom: 50px;
}
.solItem:hover a {
    transform: translate(20px,-20px);
}
}
@media (max-width: 1200px){
.solImg{
    padding-top: 80%;
}
.solTit span {
    font-size: 32px;
}
.conItem_link {
    padding: 15px 20px;
}
.solTbox {
    padding: 30px;
}
.solText {
    font-size: 15px;
    margin: 20px 0 30px;
}
}
@media (max-width: 900px){
.solList {
    margin-top: 70px;
}
.solItem a{
    flex-wrap: wrap;
}
.solTbox{
    width: 100%;
}
.solImgBox{
    width: 100%;
}
.solTbox {
    width: 100%;
    padding: 50px 30px 20px;
}
.solImg {
    padding-top: 65%;
}
.ysWork{
    padding-bottom: 70px;
}
}
@media (max-width: 680px){
.conItem_link {
    padding: 12px 20px;
}
.solList {
    margin-top: 50px;
}
.solImgBox{
    padding: 20px;
}
.solTbox {
    padding: 30px 20px 20px;
}
.solItem{
    margin-bottom: 30px;
}
.conItem_big {
    font-size: 14px;
}
.solTit span {
    font-size: 28px;
}
.conItem_link i {
    width: 13px;
    height: 13px;
}
.solItem:hover a {
    transform: translate(15px,-15px);
}
.solItem .conItem_link.hover .conItem_big {
    font-size: 16px
}
.solItem:hover .conItem_link i svg{
    fill: #c30d23;
}
.solImg {
    padding-top: 100%;
}
}









/*  */
.swyBox{
    display: flex;
    justify-content: space-between;
    margin-top: 6%;
}
.swyIBox{
    width: 400px;
    height: 500px;
    position: sticky;
    left: 50px;
    top: 180px;
}
.swyImg::before{
    content: '';
    /*width: calc(100% + 30px);
    height: calc(100% + 30px);
    */width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.swyImg{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    background: #f7f8f9;
  
}
.swyImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform:rotate(-5deg);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.swyTBox{
    width: calc(100% - 600px);
    padding-right: 5%;
}
.swyTit{
    font-size: 56px;
    font-weight: 600;
}
.swyTit img{
    width: 50px;
    margin-right: 5px;
}
.swyText{
    margin: 40px 5% 70px 0;
}
.swyText span{
    font-size: 24px;
    line-height: 2;
}
.swyCList{
    margin-top: 10%;
}
.swyCItem{
    padding: 10%;
    background: #f7f8f9;
    margin-bottom: 50px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.swyCItem:last-child{
    margin-bottom: 0;
}
.swyCImg{
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.swyCImg img{
    width: 100%;
    object-fit: cover;
}
.swyCImg video{
    width: 100%;
    object-fit: cover;
}
 .conItem_link {
border: 1px solid #c30d23;
background: #c30d23;
border-radius: 8px;
}
.conItem_big {
color: #fff;
}
.conItem_link i svg  path{
fill: #fff;
}
.swyFh{
width: 100px;
height: 100px;
border-radius: 50%;
background: #f7f8f9;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 50%;
bottom: -60px;
transform: translateX(-50%);
z-index: 2;
}
.swyFh svg{
width: 40%;
height: 40%;
}
.swyFh svg path{
fill: #333;
opacity: .8;
}
@media (max-width: 1680px){
.swyText span {
font-size: 20px;
}
.swyTit {
font-size: 48px;
}
}
@media (max-width: 1440px){
.swyTit {
font-size: 44px;
}
.swyCItem{
padding: 50px;
}
}
@media (max-width: 1368px){
.swyIBox {
width: 350px;
height: 420px;
}
.swyTBox {
width: calc(100% - 500px);
padding-right: 5%;
}
.swyFh{
width: 80px;
height: 80px;
}
.swyText {
margin: 30px 0 50px 0;
}
}
@media (max-width: 1200px){
.swyText {
margin: 20px 0 50px 0;
}
.swyTit {
font-size: 42px;
}
.swyText span {
font-size: 18px;
}
.swyIBox {
width: 300px;
height: 370px;
}
.swyTBox {
width: calc(100% - 420px);
padding-right: 50px;
}
}
@media (max-width: 1024px){
.swyBox{
flex-wrap: wrap;
}
.swyIBox{
width: 90%;
margin:  0 auto;
height: auto;
padding-top: 65%;
position: relative;
top: 0;
left: 0;
}
.swyImg{
position: absolute;
left: 0;
top: 0;
}
.swyImg img{
transform: rotate(0);
}
.swyTBox{
width: 100%;
padding: 0 5%;
margin-top: 50px;
}
.swyFh{
display: none;
}
}
@media (max-width: 768px){
.swyTit {
font-size: 36px;
}
.swyCItem{
padding: 30px;
}
.swyBox {
margin-top: 50px;
}
}
@media (max-width: 680px){
.swyIBox{
padding-top: 85%;
}
.swyTit {
font-size: 32px;
}
.swyText span {
font-size: 16px;
}
.swyCItem{
padding: 20px;
}
.swyCItem{
margin-bottom: 30px;
}
}









.ysWork_box{
    position: relative;
    z-index: 2;
}
.NewList{
    width: 90%;
    margin: 70px 0 0 10%;
    padding-bottom: 50px;
}
#section{
    overflow: initial;
}
.inNBon p {
    color: #666;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.indNew_tit {
    color: #333;
}
.inNItem {
    background: #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.inNItem:hover .inNBon p {
    color: #999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.inNBon .img1{
    display: block;
}
.inNBon .img2{
    display: none;
}
.inNItem:hover .inNBon .img1{
    display: none;
}
.inNItem:hover .inNBon .img2{
    display: block;
}
.NewTop .indAb_info_name {
    margin-top: 0;
    color: transparent;
    display: block;
    -webkit-text-stroke: 0.5px rgba(0, 0, 0,0.3);
    font-size: 6.6rem;
    font-family: 'LogoSCUnboundedSans';
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.NewTop {
    left: -2%;
    top: 100px;
    writing-mode: vertical-rl;
    position: absolute;
    transition: all 0.1s;
}
.NewTop {
    color: #999;
    margin-bottom: 70px;
}
@media (max-width: 1600px){
    .NewTop {
        left: -5%;
    } 
    .NewTop .indAb_info_name{
        font-size: 5.6rem;
    }
}
@media (max-width: 1440px){
    .NewTop .indAb_info_name{
        font-size: 5rem;
    }
}
@media (max-width: 1368px){
    .NewTop .indAb_info_name{
        font-size: 4.6rem;
    }
}
@media (max-width: 1200px){
    .NewTop .indAb_info_name{
        font-size: 4.2rem;
    }
}
@media (max-width: 1024px){
    .NewTop {
       display: none;
    }
    .NewList{
        width: 100%;
        margin: 50px 0 0;
    }
}