 .banner {
     position: relative;
 }

 .banner .absolute {
     display: flex;
     justify-content: center;
     align-items: flex-start;
     flex-direction: column;
 }

 @media screen and (min-width:1400px) {

     .banner h1 {
         font-size: 2.4rem;
         font-family: PingFangSC-Semibold,Jost-SemiBold, PingFang SC;
         font-weight: 600;
         color: #051624;
         line-height: 3.6rem;
         margin-top: 1rem;
     }

     .banner p {
         font-size: 1.2rem;
         color: #051624;
         line-height: 1.9rem;
         margin: 0.6rem 0;
         max-width: 640px;
     }

 }


 .banner .imgbox {
     min-height: 31vw;
 }


 .maintitle {
     font-size: 2.4rem;
     font-family: PingFangSC-Semibold,Jost-SemiBold, PingFang SC;
     font-weight: 600;
     color: #051624;
     line-height: 3.35rem;
 }

 .main1 {
     padding: 2.5rem calc(50vw - 470px);
 }


 .main1 .box {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin: 1.5rem 0;
 }

 .main1 .box:nth-child(2n+1) {
     flex-direction: row-reverse;
 }

 .main1 .box .pic {
     width: 47%;
     background: linear-gradient(90deg, #F5F6F7 25%, #e6e8eb 37%, #F5F6F7 63%);
     background-size: 400% 100%;
     /* animation: el-skeleton-loading 1.2s ease infinite; */
    }
    .main1 .box .pic img{
        background-color: #fff;
    }

 .main1 .box .info {
     width: 50%;
     box-sizing: border-box;
 }

 .main1 .box:nth-child(2n+1) .info {
     padding-left: 5%;
 }

 .main1 .box .info h3 {
     font-size: 1.4rem;
     font-family: PingFangSC-Semibold,Jost-SemiBold, PingFang SC;
     font-weight: 600;
     color: #051624;
     line-height: 2.2rem;
 }

 .main1 .box .info p {
     font-size: 0.9rem;
     color: #6A6E73;
     line-height: 1.6rem;
     margin-top: 0.5rem;
 }

 @media screen and (max-width:1000px) {
     .main1 {
         padding: 2.5rem 30px;
     }

     .main1 .box .info h3 {
         font-size: 1.1rem;
         line-height: 1.8rem;
     }

     .main1 .box .info p {
         font-size: 0.7rem;
         line-height: 1.2rem;
     }
 }

 .main2 {
     padding: 0 calc(50vw - 500px);
 }

 @media screen and (max-width:1060px) {
     .main2 {
         padding: 0 30px;
     }

 }

 .main2 .why {
     width: 66%;
     margin: 0 auto;
 }

 .main2 .content {
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     flex-wrap: wrap;
     margin-top: 1rem;
 }

 .main2 .content .box {
     width: 45%;
     margin-top: 3rem;
 }

 .main2 .content .box h3 {
     font-size: 1.4rem;
     font-family: PingFangSC-Semibold,Jost-SemiBold, PingFang SC;
     font-weight: 600;
     color: #051624;
     line-height: 2.2rem;
 }

 .main2 .content .box p {
     font-size: 0.9rem;
     color: #6A6E73;
     line-height: 1.6rem;
     margin-top: 0.5rem;
 }

 .main3 {
     padding: 0 calc(50vw - 600px);
 }

 @media screen and (max-width:1260px) {
     .main3 {
         padding: 0 30px;
     }

 }

 .main3 .bg {
     margin: 3rem 0 0;
     width: 100%;
 }

 .main3 .txt {
     font-size: 1rem;
     color: #051624;
     line-height: 1.9rem;
     text-align: center;
     margin: 2rem 0 3rem;
 }

 .countbox {
     justify-content: center;
     align-items: flex-start;
     display: flex;
 }

 .countbox .box {
     margin: 0 2.6vw;
 }

 .countbox .box h1 {
     font-size: 2rem;
     font-family: Jost-Medium, Barlow;
     font-weight: 400;
     color: #1054EE;
     line-height: 2.4rem;
     text-align: center;
     display: flex;
     justify-content: center;
     align-items: flex-end;
 }

 .countbox .box h1 span {
     font-size: 1.4rem;
     color: #1054EE;
     line-height: 2rem;
     margin-left: 0.1rem;
 }

 .countbox .box h1 em {
     font-style: normal;
     font-size: 1rem;
     color: #1054EE;
     line-height: 1.9rem;
     margin-left: 0.1rem;
 }

 .countbox .box p {
     font-size: 0.7rem;
     color: #313336;
     line-height: 1.2rem;
     text-align: center;
     min-width: 7.5rem;
 }

 .main4 .main4swiper {
     margin-top: 1.6rem;
     position: relative;
     overflow: hidden;
     width: 100%;
 }

 .main4 .listbox {
     display: flex;
     justify-content: space-evenly;
     align-items: flex-start;
     flex-wrap: wrap;
 }

 .main4 .listbox .logo_icon {
     width: calc(100vw/7 - 1.4rem);
     margin: 1.46vw 0.7rem 0;
 }

 .main5 .subtitle {
     font-size: 1.3rem;
     font-family: PingFangSC-Semibold,Jost-SemiBold, PingFang SC;
     font-weight: 500;
     color: #051624;
     line-height: 2.2rem;
     margin: 1.4rem 0 3rem;
     text-align: center;
 }

 .main5 {
     /* background: url(../images/about/bg5.png) center bottom no-repeat;
     background-size: 100% auto; */
 }

 .main5 .boxlist {
     margin: 3rem 0 2.4rem;
     padding: 0 calc(50vw - 750px);
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
 }


 .main5 .boxlist .box .icon {
     display: block;
     margin: 0 auto;
     width: 4.4rem;
     min-height: 4.4rem;
    }
    .main5 .boxlist .box .icon img{
        background-color: #fff;
    }

 .main5 .boxlist .box h3 {
     font-size: 1.2rem;
     font-family: PingFangSC-Semibold,Jost-SemiBold, PingFang SC;
     font-weight: 600;
     color: #051624;
     line-height: 2.2rem;
     margin: 1rem 0 0.3rem;
     text-align: center;
 }

 .main5 .boxlist .box p {
     font-size: 0.9rem;
     color: #6A6E73;
     text-align: center;
     line-height: 1.6rem;
 }

 .main5 .modelboxlist {
     display: flex;
     justify-content: center;
     align-items: flex-start;
     flex-wrap: wrap;
     padding: 0 calc(50vw - 26.2rem) calc(160px - 6.85rem);
 }

 @media screen and (max-width:1680px) and (min-width:1200px) {
     .main5 .boxlist {
         padding: 0 calc(50vw - 600px);
     }

 }

 @media screen and (max-width:1260px) {
     .main5 .boxlist {
         padding: 0 30px;
     }
 }
 .main5 .modelboxlist .modelbox {
     width: 25rem;
     margin: 0.6rem;
     padding: 1.8rem;
     background: #F7F9FF;
border-radius: 0.6rem;
box-sizing: border-box;
    } 
    


 .main5 .modelboxlist .modelbox h4 {
     font-size: 1rem;
     font-family: PingFangSC-Semibold,Jost-SemiBold, PingFang SC;
     font-weight: 600;
     color: #051624;
     line-height: 1.6rem;
 }

 .main5 .modelboxlist .modelbox .txt {
     font-size: 0.8rem;
     color: #313336;
     line-height: 1.3rem;
     margin: 0.4rem 0 0;
 }

 .main5 .modelboxlist .modelbox .info {
     display: flex;
     justify-content: flex-start;
     align-items: flex-end;
     flex-wrap: wrap;
     margin-top: 2.9rem;
    }
    .main5 .modelboxlist .modelbox:nth-child(1) .info ,
    .main5 .modelboxlist .modelbox:nth-child(2) .info {
        margin-top: 1rem;
    }

 .main5 .modelboxlist .modelbox .titbox {
     margin-right: 3rem;
 }

 .main5 .modelboxlist .modelbox .titbox h2 {
     font-size: 2rem;
     font-family: Jost-SemiBold, Barlow;
     font-weight: 600;
     color: #1054EE;
     line-height: 2.4rem;
 }

 .main5 .modelboxlist .modelbox .titbox h2 em {
     font-size: 1rem;
     font-family: PingFangSC-Semibold,Jost-SemiBold;
     font-weight: bold;
     color: #1054EE;
     line-height: 1.5rem;
 }

 .main5 .modelboxlist .modelbox .titbox p {
     font-size: 0.7rem;
     color: #313336;
     line-height: 1rem;
     margin-top: 0.4rem;
 }

 .main5 .modelboxlist .modelbox .logobox {
     display: flex;
     justify-content: flex-start;
     align-items: center;
     font-size: 0.7rem;
     font-family: PingFangSC-Medium;
     font-weight: 500;
     color: #313336;
     line-height: 1rem;
     white-space: nowrap;
     margin-right: 1rem;
 }

 .main5 .modelboxlist .modelbox .logobox:last-child {
    margin-right: 0;
 }
 .main5 .modelboxlist .modelbox .logobox .imgbox {
     display: block;
     width: 1.6rem;
     margin-right: 0.4rem;
     border-radius: 50%;
     min-height: 1.6rem;
    }
    .main5 .modelboxlist .modelbox .logobox .imgbox img{
     border-radius: 50%;
     display: block; 
}

@media screen and (max-width:1060px)  and (min-width:800px) {
    .main5 .modelboxlist {
        padding: 0 calc(30px - 0.6rem) calc(160px - 6.85rem );
    }
 .main5 .modelboxlist .modelbox  {
     width: calc(50% - 1.2rem); 
    }  
    .main5 .modelboxlist .modelbox:nth-child(3) .info ,
    .main5 .modelboxlist .modelbox:nth-child(4) .info ,
    .main5 .modelboxlist .modelbox:nth-child(5) .info ,
    .main5 .modelboxlist .modelbox:nth-child(6) .info {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        flex-wrap: nowrap;
        margin-top: 1rem;
        height: 6rem;
    }
    .main5 .modelboxlist .modelbox .logobox{
        margin-top: 0.6rem;
    }

}
 .main6 {
     padding: 0 calc(20vw - 25.6rem);
     max-width: 1700px;
 }

 @media screen and (max-width:1060px) {
     .main6 {
         padding: 0 30px;
     }
 }

 .main6 .content {
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     margin-top: 3rem;
 }

 .main6 .content>div {
     width: 48.3%;
 }
/*
 .main6 .content>div:nth-child(2) {
     margin-top: 5rem;
 }*/

 .main6 .content .box {
     position: relative;
     margin: 0 10px;
     margin-bottom: 2rem;
     background: linear-gradient(90deg, #F5F6F7 25%, #e6e8eb 37%, #F5F6F7 63%);
     background-size: 400% 100%;
     /* animation: el-skeleton-loading 1.2s ease infinite; */
    }
    .main6 .content .box img{
        background: #fff;
    }

 .main6 .content .box .absolute {
     box-sizing: border-box;
     padding: 2.5rem;
 }

 .main6 .content .box .absolute h3 {
     font-size: 1.4rem;
     font-family: PingFangSC-Semibold,Jost-SemiBold, PingFang SC;
     font-weight: 600;
     color: #051624;
     line-height: 2.2rem;
 }

 .main6 .content .box .absolute p {
     font-size: 0.8rem;
     color: #051624;
     line-height: 1.6rem;
     margin-top: 0.4rem;
 }

 .fbbox h1 {

     font-size: 1.6rem;
     font-family: PingFangSC-Semibold,Jost-SemiBold, PingFang SC;
     font-weight: 600;
     color: #051624;
     line-height: 2.2rem;
 }
 

 @media screen and (max-width:800px) {
     .banner h1 {
         font-size: 2.4rem;
         line-height: 3.2rem;
     }

     .maintitle {
         font-size: 2rem;
         line-height: 2.6rem;
     }

     .main1 {
         padding: 2.5rem 5.33vw;
         padding-bottom: 4.5rem;
     }

     .main1 .box {
         margin: 3.5rem 0;
     }

     .main1 .box .pic {
         width: 36.27vw;
         min-height: 25vw;
     }

     .main1 .box .info {
         width: 49vw;
         box-sizing: border-box;
     }

     .main1 .box:nth-child(2n+1) .info {
         padding-left: 0
     }

     .main1 .box .info h3 {
         font-size: 1.4rem;
         line-height: 2rem;
     }

     .main1 .box .info p {
         font-size: 1.2rem;
         line-height: 2rem;
     }

     .main2,
     .main6,
     .main3 {
         padding: 0 5.33vw;
     }

     .main2 .why {
         width: 100%;
         margin: 0 auto;
     }

     .main2 .content {
         display: block;
     }

     .main2 .content .box {
         width: calc(100% - 4rem);
         margin-top: 0;
         padding: 2rem 0;
         margin: 0 2rem;
         box-sizing: border-box;
         border-bottom: 1px solid #EAEDF3;
     }

     .main2 .content .box:last-child {
         border-bottom: 0;
     }

     .main2 .content .box p {
         font-size: 1.2rem;
         line-height: 2rem;
     }

     .main3 .bg {
         margin: 3rem -5.33vw 0;
         width: 100vw;
     }

     .main3 .txt {
         font-size: 1.3rem;
         color: #051624;
         line-height: 2.6rem;
         margin: 2rem 0;
     }

     .countbox {
         justify-content: space-between;
         align-items: flex-start;
         display: flex;
         flex-wrap: wrap;
     }

     .countbox .box {
         margin: 0;
         width: 50%;
         text-align: center;
         margin-bottom: 2rem;
     }

     .countbox .box h1 {
         font-size: 2.8rem;
         line-height: 3.4rem;
     }

     .countbox .box h1 span {
         font-size: 2.4rem;
         color: #1054EE;    line-height: 3.2rem;
     }

     .countbox .box h1 em {
         font-style: normal;
         font-size: 1.2rem;
         color: #1054EE;
         line-height: 2.5rem;
     }

     .countbox .box p {
         font-size: 1.2rem;
         color: #313336;
         line-height: 1.9rem;
         text-align: center;
     }

     .main4 .main4swiper {
         margin-top: 1.2rem;
         /* overflow-x: auto; */
     }
     .main4 .listbox{
        justify-content: flex-start;
     }
     .main4 .listbox .logo_icon {
         width: calc(100vw/3 - 1rem);
         margin: 0.8rem 0.4rem 0;
     }

     .main5 {
         background: url(../images/about/bg5-wap.jpg) center top no-repeat;
         background-size: cover;
     }

     .main5 .boxlist {
         margin: 0;
         padding: 0 5.33vw;
         flex-wrap: wrap;
     }

     .main5 .boxlist .box {
         margin: 2.8rem 0 0;
         width: 50%;
     }

     .main5 .boxlist .box h3 {
         margin: 0.6rem 0 0.2rem;
         font-size: 1.4rem;
     }

     .main5 .boxlist .box p {
         font-size: 1.2rem;
         line-height: 2rem;
     }

     .main5 .modelboxlist {
         display: block;
         padding: 1.6rem 5.33vw 1.8rem;
     }

     .main5 .modelboxlist .modelbox {
         width: 100%!important;
         margin: 1.2rem 0;
         background: #FFFFFF;
         border-radius: 1.2rem;
         padding: 2rem;
         box-sizing: border-box;
     }

     .main5 .modelboxlist .modelbox h4 {
         font-size: 1.4rem;
         font-family: PingFangSC-Semibold,Jost-SemiBold, PingFang SC;
         font-weight: 600;
         color: #051624;
         line-height: 2.2rem;
     }

     .main5 .modelboxlist .modelbox .txt {
         font-size: 1.2rem;
         color: #6A6E73;
         line-height: 2rem;
         margin: 0.4rem 0 0.8rem;
     }

     .main5 .modelboxlist .modelbox .info {
         display: flex;
         justify-content: flex-start;
         align-items: flex-end;
         flex-wrap: wrap;
         margin-top: 1rem;
     }

     .main5 .modelboxlist .modelbox .titbox {
         margin-right: 5rem;
     }

     .main5 .modelboxlist .modelbox .titbox h2 {
         font-size: 2.8rem;
         font-family: Jost-SemiBold, Barlow;
         font-weight: 600;
         color: #1054EE;
         line-height: 3.4rem;
     }

     .main5 .modelboxlist .modelbox .titbox h2 em {
         font-size: 1.2rem;
         font-family: PingFangSC-Semibold,Jost-SemiBold;
         font-weight: bold;
         color: #1054EE;
         line-height: 1.8rem;
     }

     .main5 .modelboxlist .modelbox .titbox p {
         font-size: 1.2rem;
         color: #313336;
         line-height: 1.8rem;
         margin-top: 0.4rem;
     }

     .main5 .modelboxlist .modelbox .logobox {
         font-size: 1.2rem;
         line-height: 1.8rem;
         white-space: nowrap;
         margin-right: 5vw;
         margin-top: 0.6rem;
     }

     .main5 .modelboxlist .modelbox .logobox:last-child {
         margin-right: 0;
     }

     .main5 .modelboxlist .modelbox .logobox .imgbox { 
         display: block;
         width: 2.8rem;
         margin-right: 0.6rem;
     }

     .main6 .content {
         display: block;
         margin-top: 2rem;
     }

     .main6 .content>div {
         width: 100%;
     }

     .main6 .content>div:nth-child(2) {
         margin-top: 0;
     }

     .main6 .content .box {
         position: relative;
         margin-bottom: 1.2rem;
     }

     .main6 .content .box .absolute {
         box-sizing: border-box;
         padding: 2.4rem;
     }

     .main6 .content .box .absolute h3 {
         font-size: 1.6rem;
         line-height: 2.6rem;
     }

     .main6 .content .box .absolute p {
         font-size: 1.2rem;
         line-height: 2rem;
     }
 

.fbbox h1 {
    font-size: 2.2rem!important;
    font-family: PingFangSC-Semibold,Jost-SemiBold;
    font-weight: 600;
    color: #051624;
    line-height: 3rem;  
}
 
 }