body {
    margin: unset;
    position: relative;
}
*>p {
    margin: unset;
}
* {
    font-family: Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,PingFang SC,Microsoft YaHei;
}
html.open{
    overflow-y: hidden;
}
.header{
    width: 1620;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 10px;
}    
#gotop {
    position: fixed;
    right: 25px;
    bottom: 40px;
    cursor: pointer;
    background-image: url(../image/btTop2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: transparent;
    z-index: 10;
    border: 0;
}
.lang{
    color: #333;
    margin-left: 0.75rem;
}
.lang a{
    margin-right: unset !important;
}
.nav .btn .navBtn{
    color: #0C2641;    
    font-weight: 700;
}
.nav .btn .navBtn.active{
    background: #4A99E9;
    border-radius: 68px;
    color: #fff;   
    margin: 0 0.65rem;
    padding: 0.5rem 1.5rem;
}
.rmvStickyCls{
    position: unset !important;
}
.p3Content .descText.sm{
    display: none;
    order: 3;
}
.p3Content{
    position: relative;
    z-index: 1;
}
.brief-intro{
    position: absolute;
    top: 40%;
    right: 16%;
    width: 450px;
    color: #fff;
}
.brief-intro > .b-header{
    margin: 0;
    font-weight: 700;
    font-size: 44px;
    padding-bottom: 1.5rem;
}
.brief-intro > .b-header>span{
    color: #F2EAFC;
}
.brief-intro > .b-title{
    padding: 1.5rem 0;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 1rem;
}
.brief-intro > .b-btn{
    text-decoration: none;
    padding: 1rem 3rem;
    color: #fff;
    background: #4A99E9;
    border-radius: 68px;
    font-weight: 700;
}
.subDesc{
    font-weight: 700;
    font-size: 18px;
    color: #333333;
}
span.descLi {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 28px;
}
span.descLi>b {
 color: #5664EC;
 font-weight: 400;
}
span.descLi::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: 0.15em;
    border-left: 0.25em solid #5664EC;
    border-bottom: 0.25em solid transparent;
    border-right: 0;
    border-top: 0.25em solid transparent;    
    margin-right: 3px;
}
.globe{
    position: absolute;
    bottom: 5rem;
    right: 0;
    width: auto;
    height: 530px;
    z-index: 0;
}
.nav{
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 10;
}
.nav.open::before{
    background: rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(2.5px);
    content: '';
    width: 100%;
    height: calc(100vh + 200px);
    position: absolute;
    top: -20vh;
    left: -152px;
    z-index: 1;
    display: block;
}
.pageTitle {
    font-size: 36px;
    font-weight: 700;
    line-height: 65px;
    color: #4A99E9;
}
.p3Content.solution .data2 img, .p3Content.ct .data2 img{
    width: auto;
    height: 217px;
}
.p3Content.ct .desc{
    text-align: justify;
}
.cls1, .cls2, .cls3, .cls4{
    padding: 1rem 0;
}
.cls2{
    background: url(../image/sectionBg2.png);
    background-repeat: no-repeat;
    background-size: 105vw;
    backdrop-filter: blur(1px);    
    padding-top: 3rem;
    z-index: 1;
    position: relative;
}
.cls4 {
    background: linear-gradient(180.78deg, rgba(255, 255, 255, 0.39) 0.66%, rgba(238, 245, 252, 0) 96.5%), url(../image/sectionBg.png);
    backdrop-filter: blur(16.5px);
    background-repeat: no-repeat;
    background-size: 99vw;
}
.p3Content .data2.expert{
    width: 100%;
    margin-top: 0;
}
.p3Content .data2.expert>img{
    width: 100%;
    height: auto;
}
.p2Content .p2D.svc{
    width: 100%;
    padding: 0 6rem;
    box-sizing: border-box;
}
.p2Content .p2D.svc .data{
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 32px;
}
.p2D.svc .box img{
    width: 74px;
    height: auto;
}
.p2D.svc .data .subTitle{
    text-align: center;
    color: #4A99E9;
}
.p2D.svc .data .desc{
    font-family: 'Helvetica';
    color: #2F3434;
}
.hr{
    display: inline-block;
    width: 100%;
    height: 53px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.chevron-down{
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
}
.arrow-right{
    width: 14px;
    height: 12px;
}    
footer{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: #0C2641;
    height: 124px;
    color: #FFF;
    font-size: 14px;
    padding: 0 3rem;
}
footer>.info{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
footer>.info>.contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
footer>.info a{
    text-decoration: none;
    color: #fff;
}
.p2D.svc .data>.subLogo>p.subTitle{
    display: none;
}
.show-m{
    display: none;
}
.nav-toggler>.nav-collapse>a.nav-btn{
    display: flex;
    align-items: center;
    grid-gap: 1rem;
    margin-left: 15vw;
}
.nav-toggler>.nav-collapse>a.nav-btn.active{
    color:#4A99E9;
}
.nav-toggler>.nav-collapse>a.nav-btn.active>svg path,.nav-toggler>.nav-collapse>a.nav-btn.active>svg{
    fill: #4A99E9;
}
@media screen and (min-width:1435px) {
    #gotop {
    width: 45px;
    height: 45px;
}
.nav {
    width: 99vw;
    height: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s linear;
    position: fixed;
    top: 0;
}
.nav .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.nav-toggler {
    display: none!important;
}
.nav .logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav .btn .navBtn {
    color: #0C2641;    
    margin: 0 0.65rem;
    padding: 0.5rem 1.5rem;
}

.nav .btn a {
    text-decoration: none;
    color: #4A99E9;
}

.subnav {
    width: 99vw;
    height: 70px;
    position: sticky;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    top: 0;
    overflow-y: visible;
    overflow-x: auto;
    border-bottom: 1px solid #E6E6E6;
    z-index: 3;
    background-color: #FFF;
}
.subnav .btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: 1220px;
    margin: 0 auto;
}
.subnav .btn p {
    font-size: 18px;
    width: max-content;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
}
.subnav .btn p:hover {
    font-weight: 700;
    border-bottom: 4px solid #D92C1D;
}
.subnav .btn .active {
    font-weight: 700;
    border-bottom: 4px solid #D92C1D;
}
.cls1, .cls2, .cls3, .cls4 {
    width: 99vw;
}
.p2Content, .p3Content, .p4Content, .p5Content, .p6Content {
    width: 99vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.p3Content.solution{
    margin-top:0;
    padding: 3rem 0;
    background: #FCFCFC;
}
.pTitleDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 1rem;
}
.pageHeader{
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #FF561D;
    margin-bottom: 10px;
}
.pageTitle {
    font-size: 36px;
    font-weight: 700;
    line-height: 65px;
}
.pTitleDiv span {
    background-color: #D92C1D;
    width: 52px;
    height: 5px;
}
.cls1 {
    position: relative;
    height: 900px;
    width: 99vw;
    background-image: url(../image/idxHomeBg2.png);
    background-position: center;    
    background-position-y: 80px;
    background-repeat: no-repeat;
    background-size: 99vw 900px;
}
.cls1::before {
    background-color: rgba(0, 0, 0, 0.46);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.p2Content .p2D {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-top: 50px;
}
.p2Content .p2D .box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.p2Content .p2D .data {
    width: 290px;
    height: max-content;
    min-height: 198px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 0 30px 20px;    
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .18);
    position: relative;
    top: -45px;
    z-index: -1;
}
.p2Content .p2D.svc .data{
    justify-content: space-between;
    padding: 30px 20px;
}
.p2D .data .subTitle {
    font-size: 28px;
    font-weight: 700;
    margin: 55px 0 15px;
}
.p2D.svc .data .subTitle {
    margin-top: 20px;
    font-size: 18px;
}
.p2D .data .desc {
    font-size: 20px;
    text-align: center;
}
.p2D.svc .data .desc {
    text-align: center;
    font-size: 16px;
}
.p3Content .data1, .p3Content .data2, .p3Content .data3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: 1200px;
    height: max-content;
    margin-top: 80px;
}
.p3Content.solution .data2,.p3Content.ct .data2{
    margin-top: 0;
}
.data1 img, .data2 img, .data3 img {
    width: 350px;
    height: 200px;
}
.p3Content.solution .data2 img,.p3Content.ct .data2 img{
    width: auto;height: 217px;
}
.p3Content .descText.ct .desct {
    display: block;
}
.p3Content .descText.ct .desct>a{
    color: #5663EC;
    text-decoration: none;
}
.p3Content .desc {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
}
.p3Content.solution .desc,.p3Content.ct .desc{
    max-width: 60%;
    padding-right: 1rem;
    box-sizing: border-box;
}
.p3Content.ct .desc{
    margin-left: 3rem;
}
.p3Content .descTitle {
    font-weight: 700;
    font-size: 30px;
    width: 100%;
    margin-bottom: 10px;
}
.p3Content .descText {
    font-size: 20px;
    word-break: break-word;
    line-height: 34px;
    letter-spacing: .8px;
}
.p3Content .descText.ct {
    font-size: 16px;    
    word-break: unset;
    line-height: 1.4;
    letter-spacing: unset;
}
.data2 .descTitle {
    text-align: start;
}
.viewMore {
    background-image: url(../image/idxP3_vM.png);
    background-repeat: no-repeat;
    background-size: 19px;
    padding-left: 25px;
}
.viewMore span {
    font-weight: 700;
    font-size: 16px;
    vertical-align: top;
}
.cls4 {
    /* background-color: #F8F9FA;
    /*background-image: url(../image/idxP4_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 99vw 800px;    
    padding: 1rem 0; */
}
.p4Content {
    padding: 65px 0;
}
.p4Content .data {
    width: 1200px;
    height: max-content;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .18);
    background-color: #FFF;
    margin-top: 50px;
}
.p4Content .data, .p4Content .dataContent {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}
.p4Content .dataContent {
    flex-direction: column;
}
.p4Content .dataContent {
    height: max-content;
    width: 1100px;
    background-image: url(../image/idxP4_1.png), url(../image/idxP4_2.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 34px 25px;
}
.p4Content .dataContent p {
    font-size: 20px;
    margin-bottom: 20px;
    width: 90%;
    padding: 0 5%;
    letter-spacing: .8px;
    line-height: 30px;
}
.p4Content .w1, .p4Content .w2, .p4Content .w3 {
    font-weight: 700;
    font-size: 22px;
}
.p4Content .w1 {
    color: #FB9902;
}
.p4Content .w2 {
    color: #FD5308;
}
.p4Content .w3 {
    color: #D85A4E;
}
/*Image Swiper*/
.swiperBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 90vw;
    overflow: hidden;
    height: 600px;
}
.swiper {
    width: 45%;
    height: 450px;
  }
.swiper-button-next, .swiper-button-prev{
    position: unset !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -45px !important;
}
  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: transparent;
  }
  .swiper-slide{
    opacity: 0;
  }
  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev{
    opacity: 1;
  }
  .swiper-slide img{
    width: 750px;
    height: 450px;
    border-radius: 10px;
  }
  .swiper-slide-next img,
  .swiper-slide-prev img{
    opacity: 50%;
    width: 582px;
    height: 349px;
  }
  .swiper-3d .swiper-slide-shadow{
    background:none !important;
  }
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px!important;
    font-weight: 700;
    color: #D92C1D;
}
.swiper-button-next, .swiper-button-prev, .swiper-button-next, .swiper-rtl .swiper-button-prev {
    box-shadow: 0 0 12px rgba(0, 0, 0, .25);
    background-color: #FFF;
    width: 40px!important;
    height: 40px!important;
    border-radius: 50%;
    margin: 0 10px;
}
.swiper-pagination-bullet-active {
    background: #D92C1D!important;
}
/*Image Swiper End*/
.p6Content .data {
    display: flex;
    width: 1200px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 100px 0 100px;
}
.p6Content img {
    width: 550px;
    height: 300;
    z-index: 2;
}
.p6Content .desc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 550;
    background-color: #F8F9FA;
    position: relative;
    left: -40px;
    padding: 0 50px;
}
.p6Content .desc p {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}
.p6Content .desc a {
    text-decoration: none;
    font-size: 19px;
    padding: 10px;
    color: #FFF;
    background: linear-gradient(180deg, #EE3633 0%, #C4231C 100%);
    border-radius: 6px;
    margin-top: 40px;
}
}@media screen and (min-width:821px) and (max-width:1434px) {
    #gotop {
    width: 45px;
    height: 45px;
}
.nav {
    width: 99vw;
    height: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s linear;
    position: fixed;
    top: 0;
}
.nav .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.nav-toggler {
    display: none!important;
}
.nav .logo {
    margin-left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav .btn a {
    text-decoration: none;
}
.nav .btn a, .nav .btn p {
    margin-right: 40px;    
    color: #333;
}
.subnav {
    width: 99vw;
    height: 70px;
    position: sticky;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    top: 0;
    overflow-y: visible;
    overflow-x: auto;
    border-bottom: 1px solid #E6E6E6;
    z-index: 3;
    background-color: #FFF;
}
.subnav .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-left: 50px;
}
.subnav .btn p {
    margin: unset;
    font-size: 18px;
    margin-right: 50px;
    width: max-content;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subnav .btn p:hover {
    font-weight: 700;
    border-bottom: 4px solid #D92C1D;
}
.subnav .btn .active {
    font-weight: 700;
    border-bottom: 4px solid #D92C1D;
}
.cls1, .cls2, .cls3, .cls4 {
    width: 99vw;
}
.p2Content, .p3Content, .p4Content, .p5Content, .p6Content {
    width: 99vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}
.p3Content.solution{
    margin-top:0;
    padding: 3rem 0;
    padding-top: 0;
    background: #FCFCFC;
}
.pTitleDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 1rem;
}
.pageHeader {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #FF561D;
    margin-bottom: 10px;
}
.pageTitle {
    font-size: 36px;
    font-weight: 700;
    line-height: 65px;
}
.pTitleDiv span {
    background-color: #D92C1D;
    width: 52px;
    height: 5px;
}
.cls1 {
    position: relative;
    height: 700px;
    width: 99vw;
    background-image: linear-gradient(89deg, #0C0F2E 0.23%, #0C0F2E 0.24%, rgba(12, 15, 46, 0) 106.33%) ,url(../image/idxHomeBg2.png); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: 99vw 700px;
    background-position-y: 80px;
}
.p2Content .p2D {
    width: calc(99vw - 200px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 0 2rem !important;
    margin-top: 50px;
}
.p2Content .p2D .box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 30%}
.p2Content .p2D .data {
    width: calc(100% - 60px);
    height: max-content;
    min-height: 260px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 0 30px 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .18);
    position: relative;
    top: -45px;
    z-index: -1;
}
.p2Content .p2D.svc .data {
    /* justify-content: space-between; */
    padding: 30px 20px;
    min-height: 280px;
}
.p2D .box img {
    width: calc(80px - 10%);
    height: calc(80px - 10%);
}
.p2D .data .subTitle {
    font-size: calc(28px - 20%);
    font-weight: 700;
    margin: 55px 0 15px;
}
.p2D.svc .data .subTitle {
    margin-top: 20px;
    font-size: 18px;
}
.p2D .data .desc {
    font-size: calc(20px - 20%);
    text-align: center;
}
.p2D.svc .data .desc {
    text-align: center;
    font-size: 16px;
}
.p3Content .data1, .p3Content .data2, .p3Content .data3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    /* width: calc(99vw - 100px); */
    height: max-content;
}
.data1 img, .data2 img, .data3 img {
    width: 350px;
    height: 200px;
}
.p3Content.solution .data2 img,.p3Content.ct .data2 img {
    width: auto;
    height: 217px;
}
.p3Content .desc {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
}
.p3Content.solution .desc, .p3Content.ct .desc {
    max-width: 50%;
    padding-right: 4rem;
    box-sizing: border-box;
}
.p3Content.ct .desc{
    margin-left: 3rem;
}
.p3Content .descTitle {
    font-weight: 700;
    font-size: calc(30px - 20%);
    margin-bottom: 10px;
    width: 100%;
}
.p3Content .descText {
    font-size: calc(20px - 20%);
    word-break: break-word;
    line-height: 34px;
    letter-spacing: .8px;
}
.p3Content .descText.ct {
    font-size: 16px;
    word-break: unset;
    line-height: 1.4;
    letter-spacing: unset;
}
.p3Content .descText.ct .desct>a {
    color: #5663EC;
    text-decoration: none;
}
.data2 .descTitle {
    text-align: start;
}
.viewMore {
    background-image: url(../image/idxP3_vM.png);
    background-repeat: no-repeat;
    background-size: 19px;
    padding-left: 25px;
}
.viewMore span {
    font-weight: 700;
    font-size: 16px;
    vertical-align: top;
}
.cls4 {
    background-color: #F8F9FA;
    /*background-image: url(../image/idxP4_bg.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: 99vw 800px;    
    padding: 1rem 0;
}
.p4Content {
    padding: 65px 0;
}
.p4Content .data {
    width: calc(99vw - 200px);
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .18);
    background-color: #FFF;
    margin-top: 50px;
    padding: 40px 0;
}
.p4Content .data, .p4Content .dataContent {
    display: flex;
    justify-content: center;
    align-items: center;
}
.p4Content .dataContent {
    flex-direction: column;
}
.p4Content .dataContent {
    width: 90%;
    background-image: url(../image/idxP4_1.png), url(../image/idxP4_2.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 34px 25px;
}
.p4Content .dataContent p {
    font-size: calc(20px - 20%);
    margin-bottom: 20px;
    width: 90%;
    padding: 0 5%;
    letter-spacing: .8px;
    line-height: 30px;
}
.p4Content .dataContent p:nth-child(1) {
    margin-top: 20px;
}
.p4Content .w1, .p4Content .w2, .p4Content .w3 {
    font-weight: 700;
    font-size: 22px;
}
.p4Content .w1 {
    color: #FB9902;
}
.p4Content .w2 {
    color: #FD5308;
}
.p4Content .w3 {
    color: #D85A4E;
}
/*Image Swiper*/
.swiperBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 90vw;
    overflow: hidden;
    height: 600px;
}
.swiper {
    width: 45%;
    height: 450px;
  }
.swiper-button-next, .swiper-button-prev{
    position: unset !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -45px !important;
}
  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: transparent;
  }
  .swiper-slide{
    opacity: 0;
  }
  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev{
    opacity: 1;
  }
  .swiper-slide img{
    width: 750px;
    height: 450px;
    border-radius: 10px;
  }
  .swiper-slide-next img,
  .swiper-slide-prev img{
    opacity: 50%;
    width: 582px;
    height: 349px;
  }
  .swiper-3d .swiper-slide-shadow{
    background:none !important;
  }
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px!important;
    font-weight: 700;
    color: #D92C1D;
}
.swiper-button-next, .swiper-button-prev, .swiper-button-next, .swiper-rtl .swiper-button-prev {
    box-shadow: 0 0 12px rgba(0, 0, 0, .25);
    background-color: #FFF;
    width: 40px!important;
    height: 40px!important;
    border-radius: 50%;
    margin: 0 10px;
}
.swiper-pagination-bullet-active {
    background: #D92C1D!important;
}
/*Image Swiper End*/ 
.p6Content .data {
    display: flex;
    width: calc(99vw - 130px);
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 100px 0 100px;
}
.p6Content img {
    width: 50%;
    z-index: 2;
}
.p6Content .desc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    background-color: #F8F9FA;
    position: relative;
    left: -40px;
    padding: 0 50px;
}
.p6Content .desc p {
    font-weight: 700;
    font-size: 25px;
    text-align: center;
}
.p6Content .desc a {
    text-decoration: none;
    font-size: 19px;
    padding: 10px;
    color: #FFF;
    background: linear-gradient(180deg, #EE3633 0%, #C4231C 100%);
    border-radius: 6px;
    margin-top: 25px;
}
}@media screen and (min-width:700px) and (max-width:820px) {
    html{
        overflow-x: hidden;
    }
    #gotop {
    width: 45px;
    height: 45px;
}
.nav {
    width: 100%;
    height: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s linear;
    position: fixed;
    top: 0;
}
.nav .btn {
    display: none!important;
}
a {
    text-decoration: none;
}
button {
    border: none;
    background: none;
}
.vr {
    display: inline-block;
    width: 1px;
    height: 1em;
    background-color: currentcolor;
    opacity: .25;
}
.nav-toggler {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    right: 25px;
}
.nav-toggler>.nav-collapse {
    display: none;
}
.nav-toggler.open>.nav-collapse {
    position: absolute;
    top: -32px;
    right: -35px;
    display: flex;
    z-index: 10;
    height: calc(100vh + 80px);
    width: 75vw;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    background: #F5FAFF;
    padding-top: 20vh;
    box-shadow: -4px 0px 11px rgb(0 0 0 / 11%);
}
/* .nav-collapse::before {
    content: "";
    position: absolute;
    display: block;
    top: 2px;
    right: 10px;
    box-sizing: border-box;
    border: 8px solid #000;
    border-color: #fff #fff transparent transparent;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: 3px -3px 4px -1px rgb(0 0 0 / 18%);
} */
.nav-toggler>.nav-collapse>a.nav-btn {
    padding: 1rem;
    font-weight: 700;
    font-size: 2.5vw;
    line-height: 18px;
    letter-spacing: .1em;
    color: #000;
}
.nav-toggler>.nav-collapse>.nav-footer {
    background: #F9F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-toggler>.nav-collapse>.nav-footer .lang-btns {
    border: none;
    background: none;
    padding: 10px 6px;
    cursor: pointer;
    color: #9D9D9D;
}
.nav-toggler>.nav-collapse>.nav-footer> .lang-btns.active, .nav-toggler>.nav-collapse>.nav-footer> .lang-btns:hover {
    color: #333;
    font-weight: 700;
}
.nav-toggler.open>.nav-menu, .nav-toggler>.nav-close {
    display: none;
    animation: fade-out 0.5s;
}
.nav-toggler.open>.nav-close, .nav-toggler>.nav-menu {
    display: block;
    animation: fade-in 0.5s;
}
.nav-toggler>.nav-menu {
    width: 4vw;
}
.nav-toggler.open>.nav-close {
    width: 3vw;
    z-index: 11;
    position: relative;
    right: -20px;
}
.nav .logo {
    margin-left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav .btn a {
    text-decoration: none;
}
.nav .btn a, .nav .btn p {
    margin-right: 50px;
    color: #FFF;
}
.subnav {
    width: 100vw;
    height: 70px;
    position: sticky;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    top: 0;
    overflow-y: visible;
    overflow-x: auto;
    border-bottom: 1px solid #E6E6E6;
    z-index: 3;
    background-color: #FFF;
}
.subnav .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-left: 50px;
}
.subnav .btn p {
    margin: unset;
    margin-right: 50px;
    width: max-content;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5vw;
}
.subnav .btn p:hover {
    font-weight: 700;
    border-bottom: 4px solid #D92C1D;
}
.subnav .btn .active {
    font-weight: 700;
    border-bottom: 4px solid #D92C1D;
}
.cls1, .cls2, .cls3, .cls4 {
    width: 100vw;
}
.cls2{
    background-size: cover;
}
.p2Content, .p3Content, .p4Content, .p5Content, .p6Content {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}
.p3Content.ct .data2{
    flex-direction: column;
    margin-top: 0;
}
.p3Content.solution {
    margin-top: 0;
    padding: 3rem 0;
    padding-top: 0;
    background: #FCFCFC;
}
.pTitleDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 1rem;
}
.pageHeader {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #FF561D;
    margin-bottom: 10px;
}
.pageTitle {
    font-size: 5.5vw;
    font-weight: 700;
    line-height: 65px;
}
.pTitleDiv span {
    background-color: #D92C1D;
    width: 52px;
    height: 5px;
}
.cls1 {
    height: 544px;
    width: 100vw;
    background-image: url(../image/idxHomeBg2_m.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100vw 544px;
    background-position-y: 32px;
    position: relative;
}
.cls1::before {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background: #0C2641;
    opacity: 0.46;
}
.brief-intro{    
    right: 6%;
    width: 320px;
    top: 35%;
}
.brief-intro > .b-header{
    font-size: 40px;
    padding-bottom: 0.5rem;
}
.brief-intro > .b-title{
    font-weight: 400;
    padding-top: 0;
}
.chevron-down{
    bottom: 2rem;
}
.p2Content .p2D {   
    width: auto !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;    
    padding: 0 1rem !important;
}
.p2Content .p2D .box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.p2Content .p2D.svc .data {
    justify-content: space-evenly;
    padding: 30px 20px;
    /* min-height: 350px; */
    margin-bottom: 2rem;
}
.p2Content .p2D .data {
    width: calc(100% - 60px);
    height: max-content;
    /* min-height: 198px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 0 30px 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .18);
    position: relative;
    top: -45px;
    z-index: -1;
}
.p2D .box img {
    width: calc(110px - 10%);
    height: calc(110px - 10%);
}
.p2D .data .subTitle {
    font-size: 3vw;
    font-weight: 700;
    margin: 55px 0 15px;
}
.p2D.svc .data .subTitle {
    margin-top: 16px;
    font-size: 18px;
    display: none;
}
.p2D.svc .data>.subLogo{
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
}
.p2D.svc .data>.subLogo>p.subTitle{
    display: block;
}
.p2D .data .desc {
    font-size: 2.2vw;
    text-align: center;
}
.p2D.svc .data .desc {
    text-align: center;
}
.p3Content .data1, .p3Content .data2, .p3Content .data3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    width: 75vw;
    height: max-content;
    margin-top: 80px;
}
.data1 img, .data2 img, .data3 img {
    width: 350px;
    height: 200px;
}
.p3Content.solution .data2 img, .p3Content.ct .data2 img {
    width: auto;
    height: auto;
}
.p3Content .desc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 2vw;
}
.p3Content.solution .desc, .p3Content.ct .desc {
    padding-right: 4rem;
    padding-top: 1rem;
    box-sizing: border-box;
}
.p3Content .descTitle {
    font-weight: 700;
    font-size: 3vw;
    margin-bottom: 10px;
    width: 100%;
}
.p3Content .descText {
    font-size: 2vw;
    word-break: break-word;
    line-height: 34px;
    letter-spacing: .8px;
}
.p3Content .descText.ct {
    font-size: 16px;
    word-break: unset;
    line-height: 1.4;
    letter-spacing: unset;
    text-align: center;
}
.data2 .descTitle {
    text-align: start;
}
.viewMore {
    background-image: url(../image/idxP3_vM.png);
    background-repeat: no-repeat;
    background-size: 19px;
    padding-left: 25px;
}
.viewMore span {
    font-weight: 700;
    font-size: 2vw;
    vertical-align: top;
}
.cls4 {
    background-color: #F8F9FA;
    /*background-image: url(../image/idxP4_bg.png);*/
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100vw 800px;
}
.p4Content {
    padding: 65px 0;
}
.p4Content .data {
    width: calc(100vw - 200px);
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .18);
    background-color: #FFF;
    margin-top: 50px;
    padding: 40px 0;
}
.p4Content .data, .p4Content .dataContent {
    display: flex;
    justify-content: center;
    align-items: center;
}
.p4Content .dataContent {
    flex-direction: column;
}
.p4Content .dataContent {
    width: 90%;
    background-image: url(../image/idxP4_1.png), url(../image/idxP4_2.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 34px 25px;
}
.p4Content .dataContent p {
    font-size: 2vw;
    margin-bottom: 20px;
    width: 90%;
    padding: 0 5%;
    letter-spacing: .8px;
    line-height: 30px;
}
.p4Content .dataContent p:nth-child(1) {
    margin-top: 20px;
}
.p4Content .w1, .p4Content .w2, .p4Content .w3 {
    font-weight: 700;
    font-size: 2.2vw;
}
.p4Content .w1 {
    color: #FB9902;
}
.p4Content .w2 {
    color: #FD5308;
}
.p4Content .w3 {
    color: #D85A4E;
}
/*Image Swiper*/
.swiperBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 95vw;
    overflow: hidden;
    height: 600px;
}
.swiper {
    width: 70vw;
    height: 450px;
  }
.swiper-button-next, .swiper-button-prev{
    position: unset !important;
    display: none !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -45px !important;
}
  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: transparent;
  }
  .swiper-slide{
    opacity: 0;
  }
  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev{
    opacity: 1;
  }
  .swiper-slide img{
    width: 70vw;
    height: 450px;
    border-radius: 10px;
  }
  .swiper-slide-next img,
  .swiper-slide-prev img{
    opacity: 50%;
    width: 582px;
    height: 349px;
  }
  .swiper-3d .swiper-slide-shadow{
    background:none !important;
  }
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px!important;
    font-weight: 700;
    color: #D92C1D;
}
.swiper-button-next, .swiper-button-prev, .swiper-button-next, .swiper-rtl .swiper-button-prev {
    box-shadow: 0 0 12px rgba(0, 0, 0, .25);
    background-color: #FFF;
    width: 40px!important;
    height: 40px!important;
    border-radius: 50%;
    margin: 0 10px;
}
.swiper-pagination-bullet-active {
    background: #D92C1D!important;
}
/*Image Swiper End*/
.p6Content .data {
    display: flex;
    width: calc(100vw - 180px);
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 100px 0 100px;
}
.p6Content img {
    width: 50%;
    z-index: 2;
}
.p6Content .desc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    background-color: #F8F9FA;
    position: relative;
    left: -40px;
}
.p6Content .desc p {
    font-weight: 700;
    font-size: 3vw;
    width: 70%;
    text-align: center;
}
.p6Content .desc a {
    font-size: 2vw;
    padding: 10px;
    color: #FFF;
    background: linear-gradient(180deg, #EE3633 0%, #C4231C 100%);
    border-radius: 6px;
    margin-top: 40px;
}
footer {
    font-size: 2vw; 
    align-items: center;
}
footer>.info{
    flex-direction: column;
    align-items: center;
    grid-gap: 1rem;
}
}@media screen and (max-width:699px) {
 html{
    overflow-x: hidden;
 }
    #gotop {
    width: 50px;
    height: 50px;
    right: 25px;
    bottom: 40px;
}
.nav {
    width: 100vw;
    height: 52px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s linear;
    position: fixed;
    top: 0;
}
.nav .btn {
    display: none!important;
}
a {
    text-decoration: none;
}
button {
    border: none;
    background: none;
}
.vr {
    display: inline-block;
    width: 1px;
    height: 1em;
    background-color: currentcolor;
    opacity: .25;
}
.nav-toggler {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    right: 15px;
}
.nav-toggler>.nav-collapse {
    display: none;
}
.nav-toggler.open>.nav-collapse {
    position: absolute;
    top: -32px;
    right: -35px;
    display: flex;
    z-index: 10;
    height: calc(100vh + 80px);
    width: 75vw;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    background: #F5FAFF;
    padding-top: 20vh;
    box-shadow: -4px 0px 11px rgb(0 0 0 / 11%);
}
/* .nav-collapse::before {
    content: "";
    position: absolute;
    display: block;
    top: 2px;
    right: 10px;
    box-sizing: border-box;
    border: 8px solid #000;
    border-color: #fff #fff transparent transparent;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: 3px -3px 4px -1px rgb(0 0 0 / 18%);
} */
.nav-toggler>.nav-collapse>a.nav-btn {
    padding: 1rem;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .1em;
    color: #000;
}
.nav-toggler>.nav-collapse>.nav-footer {
    background: #F9F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-toggler>.nav-collapse>.nav-footer> .lang-btns {
    border: none;
    background: none;
    padding: 10px 6px;
    cursor: pointer;
    color: #9D9D9D;
}
.nav-toggler>.nav-collapse>.nav-footer> .lang-btns.active, .nav-toggler>.nav-collapse>.nav-footer> .lang-btns:hover {
    color: #333;
    font-weight: 700;
}
.nav-toggler.open>.nav-menu, .nav-toggler>.nav-close {
    display: none;
    animation: fade-out 0.5s;
}
.nav-toggler.open>.nav-close, .nav-toggler>.nav-menu {
    display: block;
    animation: fade-in 0.5s;
}
.nav-toggler.open>.nav-close{
    z-index: 11;
    position: relative;
    right: -0;
}
.nav .logo {
    margin-left: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav .logo img {    
    width: 150px;
    height: 25px;
}
.nav .btn a {
    text-decoration: none;
}
.nav .btn a, .nav .btn p {
    margin-right: 50px;
    color: #FFF;
}
.subnav {
    width: 100vw;
    height: max-content;
    position: sticky;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    top: 0;
    overflow-y: visible;
    overflow-x: auto;
    border-bottom: 1px solid #E6E6E6;
    z-index: 3;
    background-color: #FFF;
}
.subnav .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-left: 20px;
}
.subnav .btn p {
    margin: unset;
    margin-right: 50px;
    width: max-content;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.subnav .btn .active {
    font-weight: 700;
    border-bottom: 3px solid #D92C1D;
}
.cls1, .cls2, .cls3, .cls4 {
    width: 100vw;
}
.cls2{
    background-size: cover;
    padding-top: 0;
}
.p2Content, .p3Content, .p4Content, .p5Content, .p6Content {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.p3Content.ct{
    margin-bottom: 2rem;
}
.p3Content.solution{
    margin-top:0;
    padding: 3rem 0;
    padding-top: 0;
    background: #FCFCFC;
}
.pTitleDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 1rem;
}
.pageTitle {
    width: 90vw;
    text-align: center;
    font-size: 5.5vw;
    font-weight: 700;
    line-height: 65px;
}
.pageHeader {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #FF561D;
    margin-bottom: 10px;
}
.pTitleDiv span {
    background-color: #D92C1D;
    width: 52px;
    height: 5px;
}
.cls1 {
    height: 544px;
    width: 100vw;
    background-image: url(../image/idxHomeBg2_m.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100vw 544px;
    background-position-y: 32px;
    position: relative;
}

.cls1::before {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background: #0C2641;
    opacity: 0.46;
}
.chevron-down{
    bottom: 2rem;
    width: 32px;
}
.brief-intro{
    min-width: 280px;
    width: 330px;
    top: 30%;
    right: 4%;
}
.brief-intro > .b-header{
    font-size: 32px;
}
.brief-intro > .b-title{
    margin-bottom: 4rem;
    font-size: 18px;
}
.brief-intro > .b-btn{
    padding: 0.7rem 1.8rem;
}
.p2Content .p2D {
    width: 90vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
    padding: 0 1rem !important;
}
.p2Content .p2D .box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90vw;
}
.p2Content .p2D .data {
    width: calc(100% - 60px);
    height: max-content;
    min-height: 198px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 0 30px 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .18);
    position: relative;
    top: -45px;
    z-index: -1;
}
.p2D.svc .data {
    align-items: flex-start;
    justify-content: space-evenly;
    border-radius: 0;
    padding: 30px 20px;
    min-height: 150px;
    margin-bottom: 2rem;
}
.p2D .box img {
    width: 17vw;
}
.p2D.svc .box img {
    width: 10vw;
}
.p2D.svc .data>.subLogo {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 1rem;
}
.p2D.svc .data>.subLogo>p.subTitle{
    display: block;
}
.p2D .data .subTitle {
    font-size: 20px;
    font-weight: 700;
    margin: 55px 0 15px;
    display: none;
}

.p2D.svc .data .subTitle {
    margin-top: 8px;
    font-size: 18px;
}
.p2D .data .desc {
    font-size: 16px;
    text-align: center;
}
.p2D.svc .data .desc {
    text-align: center;
}
footer {
    font-size: 2vw; 
    align-items: center;
}
footer>.info{
    flex-direction: column;
    align-items: center;
    grid-gap: 1rem;
}
.p3Content .data1, .p3Content .data2, .p3Content .data3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 90vw;
    height: max-content;
    margin-top: 40px;
}
.p3Content.ct .data2{
    flex-direction: column;
    margin-top: 0;
}
.show-pc{
    display: none;
}
.data2 .show-m{
    display: block;
    width: 100% !important;
}
.data1 img, .data2 img, .data3 img {
    width: 90vw !important;
    height: auto !important;
}
.p3Content .desc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 14px;
}
.p3Content.solution .desc{
    align-items: flex-start;
}
.p3Content .descTitle {
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0;
    width: 100%;
}
.p3Content .descText {
    font-size: 14px;
    word-break: break-word;
    line-height: 34px;
    letter-spacing: .8px;
}
.p3Content .descText.ct {
    font-size: 16px;
    word-break: unset;
    line-height: 1.4;
    letter-spacing: unset;
    text-align: center;
}
.p3Content .descText.vm2{
    display: none;
}
.p3Content .descText.sm,.p3Content .descText.vm2.ct{
    display: block;
    margin-top: 1rem;
}
.data2 .descTitle {
    text-align: start;
}
.data2 .img {
    order: 1;
}
.data2 .desc {
    order: 2;
}
.p3Content.solution .data2 img {
    display: flex;
    order: 2;
}
.p3Content.solution .data2 .desc {
    order: 1;
}
.viewMore {
    background-image: url(../image/idxP3_vM.png);
    background-repeat: no-repeat;
    background-size: 19px;
    padding-left: 25px;
}
.viewMore span {
    font-weight: 700;
    font-size: 14px;
    vertical-align: top;
}
.cls4 {
    background-color: #F8F9FA;
    /*background-image: url(../image/idxP4_bg.png);*/
    background-position: center 30vh;
    background-repeat: no-repeat;
    background-size: 100vw 800px;   
}
.p4Content {
    padding: 65px 0;
}
.p4Content .data {
    width: 88vw;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .18);
    background-color: #FFF;
    margin-top: 30px;
}
.p4Content .data, .p4Content .dataContent {
    display: flex;
    justify-content: center;
    align-items: center;
}
.p4Content .dataContent {
    flex-direction: column;
    width: 90%;
}
.p4Content .dataContent p {
    font-size: 14px;
    margin-bottom: 20px;
    width: 90%;
    padding: 0 5%;
    letter-spacing: .8px;
    line-height: 30px;
}
.p4Content .dataContent p:nth-child(1) {
    margin-top: 20px;
}
.p4Content .w1, .p4Content .w2, .p4Content .w3 {
    font-weight: 700;
    font-size: 16px;
}
.p4Content .w1 {
    color: #FB9902;
}
.p4Content .w2 {
    color: #FD5308;
}
.p4Content .w3 {
    color: #D85A4E;
}
/*Image Swiper*/
.swiperBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100vw;
    overflow: hidden;
    height: 300px;
}
.swiper {
    width: 70vw;
    height: 250px;
  }
.swiper-button-next, .swiper-button-prev{
    position: unset !important;
    display: none !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -20px !important;
}
  .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: transparent;
    border-radius: 10px;
    height: 278px;
    overflow: hidden;
  }
  .swiper-slide{
    opacity: 0;
  }
  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev{
    opacity: 1;
  }
  .swiper-slide img{
    width: 67vw;
    min-width: 279px;
    border-radius: 4px;
  }
  .swiper-slide-next img,
  .swiper-slide-prev img{
    opacity: 50%;
    width: 179px;
    height: 132px;
  }
  .swiper-slide-prev img{
    margin-left: -220px;
  }
  .swiper-slide-next img{
    margin-right: -220px;
  }
  .swiper-3d .swiper-slide-shadow{
    background:none !important;
  }
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px!important;
    font-weight: 700;
    color: #D92C1D;
}
.swiper-button-next, .swiper-button-prev, .swiper-button-next, .swiper-rtl .swiper-button-prev {
    box-shadow: 0 0 12px rgba(0, 0, 0, .25);
    background-color: #FFF;
    width: 40px!important;
    height: 40px!important;
    border-radius: 50%;
    margin: 0 10px;
}
.swiper-pagination-bullet-active {
    background: #D92C1D!important;
}
/*Image Swiper End*/
.p6Content {
    padding-top: 20px;
    background-color: #F8F9FA;
}
.p6Content .data {
    display: flex;
    width: 90vw;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.p6Content img {
    width: 78vw;
}
.p6Content .desc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 78vw;
    background-color: #F8F9FA;
    position: relative;
    margin: 50px 0;
}
.p6Content .desc p {
    font-weight: 700;
    font-size: 20px;
    width: 70%;
    text-align: center;
}
.p6Content .desc a {
    font-size: 14px;
    padding: 10px;
    color: #FFF;
    background: linear-gradient(180deg, #EE3633 0%, #C4231C 100%);
    border-radius: 6px;
    margin-top: 40px;
}
}
@media screen and (max-width: 619px){
    .p2Content .p2D .data{
        top: -36px;
    }
}