.phone {
    display: none !important;
}

.container {
    max-width: 1440px;
    max-width: 1160px;
    margin: 0 auto;
}
.container-1440{
    max-width: 1440px;
    margin: 0 auto;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main {
    flex: 1;
    margin-top: 86px;
    /* padding-bottom: 50px; */
}

.footer,
.header {
    flex: 0;
}

a:hover {
    text-decoration: none;
    color: #e35f13;
    transition: color 0.4s;
    -moz-transition: color 0.4s;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
}

@-webkit-keyframes fromBottomFade {
    from {
        -webkit-transform: translateY(20%);
        opacity: 0;
    }
}

@keyframes fromBottomFade {
    from {
        transform: translateY(20%);
        opacity: 0;
    }
}
.gap86{
    height: 86px;
}
/* 导航 */
.pc-nav {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    /* background: #fff; */
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
}

.pc-nav .nav {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pc-nav .nav .logo img{
    width: 87.79px;
    height: 48px;
}

.pc-nav .nav .menu {
    display: flex;
    height: 86px;
}

.pc-nav .nav .menu li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-right: 60px;
}
.pc-nav .nav .menu li:nth-child(5){
    margin-right: 32px;
}
.pc-nav .nav .menu a:hover{
    color: #ED6C00;
}


.pc-nav .nav .menu li a {
    display: block;
    font-size: 16px;
    line-height: 32px;
    white-space: nowrap;
    color: #fff;
}

.pc-nav .nav .menu li.active a {
    color: #fff;
}

.pc-nav .nav .menu li .line {
    width: 100%;
    height: 4px;
    background-color: #ED6C00;
    border-radius: 5.5px;
    display: none;
}

.pc-nav .nav .menu li.active .line{
    display: block
}
.pc-nav .nav .menu .track a{
    padding: 0 9px;
    display: flex;
}
.pc-nav .nav .menu .language,.pc-nav .nav .menu .track{
    margin-right: 17px;
}
.pc-nav .nav .menu .language a{
    padding: 0 9px;
    display: flex;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
}
.pc-nav .nav .menu .language a img,.pc-nav .nav .menu .track a img{
    width: 18px;
}
.pc-nav .nav .menu .language a span{
    font-size: 12px;
    color: #3B1E87;
    border: 1px solid #3B1E87;
    border-radius: 3px;
    padding: 1px;
    line-height: 1;
}
.pc-nav .nav .menu .contact a{
    padding: 8px 24px;
    border-radius: 8px;
    color: #1A1427;
    border: 1px solid #3B1E87;
}

.pc-nav .nav .menu .menu-son {
    display: none;
    position: absolute;
    top: 100px;
    z-index: 100;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    width: 160px;
    font-size: 14px;
    background: #FFF;
    animation: fromBottomFade .6s ease both;
    -webkit-animation: fromBottomFade .6s ease both;
}

.pc-nav .nav .menu .menu-son a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222;
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #ebebeb;
    line-height: 23px;
}

.pc-nav .nav .menu .menu-son a:hover {
    color: #0070ac;
    background: #f5f5f5;
}
.pc-nav .nav .menu li:hover .menu-son {
    display: block;
}

.nav-2{
    position: fixed;
    background-color: #fff;
}
.nav-2 .nav .menu li a{
    color: #000;
}
.nav-2 .nav .menu li.active a{
    color: #000;
}

/* 内页导航 */
.sidenav {
    border-bottom: 1px solid #e9e9e9;
}

.sidenav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    height: 80px;
}

.sidenav .right ul {
    display: flex;
}

.sidenav .right ul li a {
    color: #5a8bae;
    padding: 6px 15px;
}

.sidenav .right ul li a.current {
    color: #fff;
    background: #5a8bae;
}

/* 主体 */
.tit {
    font-size: 20px;
    color: #ED6C00;
}

.tit_sub {
    font-size: 56px;
    line-height: 72px;
    color: #3B1E87;
    font-weight: bold;
    width: 510px;
    font-family: HarmonyOS_Sans_Black;
}


.main .content {
    padding: 80px 0;
}

.main .content .title {
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 140%;
}

.main .content .date {
    text-align: center;
    font-size: 12px;
    line-height: 140%;
}

.orientation {
    margin-top: 30px;
    line-height: 30px;
}

/* 首页banner */
.index-search{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #3B1E87;
    padding-bottom: 42px;
}
.index-search .title{
    margin-top: 17px;
    color: #fff;
    font-size: 20px;
    line-height: 72px;
}
.index-search .con{
    position: relative;
}
.index-search input{
    height: 70px;
    border-radius: 8px;
    font-size: 16px;
    outline: unset;
    border:none;
    width: 652px;
    padding-left: 24px;
    padding-right: 170px;
    box-sizing: border-box;
}
.index-search button{
    background: #ED6C00;
    color: #fff;
    border:none;
    padding: 17px 49px;
    font-size: 20px;
    border-radius: 8px;
    position: absolute;
    right: 8px;
    top: 8px;
}

.index-about{
    padding: 69px 0 87px;
}
.index-about .about{
    display: flex;
    justify-content: space-between;
}
.index-about .about .left{
    flex: 0 1 491px;
}
.index-about .about .title{
    font-size: 48px;
    line-height: 68px;
    color: #ED6C00;
    font-weight: bold;
}
.index-about .about .des{
    font-size: 32px;
    line-height: 42px;
    color: #3B1E87;
    font-weight: bold;
    margin: 58px 0 41px;
}
.index-about .about .more{
    display: inline-flex;
    border: 1px solid #3B1E87;
    box-sizing: border-box;
    width: 210px;
    height: 58px;
    border-radius: 8px;
    color: #3B1E87;
    font-weight: bold;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    position: relative;
}
.index-about .about .more::after{
    content: '';
    background: url('../images/img9.png') no-repeat;
    position: absolute;
    right: 12px;
    top: 17px;
    width: 10px;
    height: 19px;
}
.index-what{
    background-color: #3B1E87;
}
.index-what .what{
    padding: 54px 0 31px;
    display: flex;
}
.index-what .what .left{
    flex: 0 1 436px;
    margin-right: 104px;
}
.index-what .what .left .title{
    font-size: 56px;
    line-height: 72px;
    color: #fff;
    font-weight: bold;
}
.index-what .what .right{
    flex: 0 1 620px;
    display: flex;
    flex-direction: column;
}
.index-what .what .right .des{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
    height: 87px;
}
.index-what .what .more{
    display: inline-flex;
    border: 1px solid #ED6C00;
    box-sizing: border-box;
    width: 210px;
    height: 58px;
    border-radius: 8px;
    color: #1A1427;
    font-weight: bold;
    background-color: #ED6C00;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    position: relative;
    align-self: flex-end;
}
.index-what .what .more::after{
    content: '';
    background: url('../images/img10.png') no-repeat;
    position: absolute;
    right: 12px;
    top: 17px;
    width: 10px;
    height: 19px;
}



.index-services{
    padding: 41px 0 79px;
}
.index-services .read_more{
    color: rgb(207 10 233);
}
.index-services .box{
    height: 395px;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.index-services .box:nth-child(1){
    background: url('../images/img13.png') no-repeat;
}
.index-services .box:nth-child(2){
    background: url('../images/img14.png') no-repeat;
}
.index-services .box:nth-child(3){
    background: url('../images/img15.png') no-repeat;
}
.index-services .box:nth-child(4){
    background: url('../images/img16.png') no-repeat;
}
.index-services .box:nth-child(5){
    background: url('../images/img17.png') no-repeat;
    margin-bottom: 0;
}
.index-services .box:nth-child(even){
    flex-direction: row-reverse;
}
.index-services .box .con{
    padding: 66px 56px 41px 39px;
    width: 547px;
    /* height: 342px; */
    box-sizing: border-box;
    background-color: rgba(220,220,220,.93);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index-services .box .con .mt{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.index-services .box .con .mt .title p{
    font-size: 28px;
    line-height: 36px;
    color: #3B1E87;
}
.index-services .box .con .mt .num{
    font-size: 56px;
    line-height: 72px;
    font-weight: bold;
    color: #ED6C00;
}
.index-services .box .con .mc p{
    font-size: 16px;
    line-height: 24px;
    color: #1A1427;
}
.index-services .box .con:hover{
    background-color: rgba(59,30,135,.93);
}
.index-services .box .con:hover .mc p,.index-services .box .con:hover .mt .title p{
    color: #fff;
}

.index-looking{
    background-color: #ED6C00;
}
.index-looking .looking{
    padding: 55px 0 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-looking .looking .left{
    flex: 0 1 828px;
}
.index-looking .looking .title{
    font-size: 56px;
    line-height: 72px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}
.index-looking .looking .des{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.index-looking .looking .more{
    display: inline-flex;
    border: 1px solid #fff;
    box-sizing: border-box;
    width: 210px;
    height: 58px;
    border-radius: 8px;
    color: #ED6C00;
    font-weight: bold;
    background-color: #fff;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    position: relative;
    align-self: flex-end;
}
.index-looking .looking .more::after{
    content: '';
    background: url('../images/img11.png') no-repeat;
    position: absolute;
    right: 12px;
    top: 17px;
    width: 10px;
    height: 19px;
}

.page-contact{
    background-color: #3B1E87;
    height: 1261px;
    box-sizing: border-box;
}
.h188{
    background-color: #252D39;
    height: 188px;
}
.page-contact .container{
    padding: 1px;
}
.page-contact .container .contact-mt{
    padding: 79px 0 57px;
}
.page-contact .container .contact-mt .title{
    text-align: center;
    font-size: 56px;
    line-height: 72px;
    font-weight: bold;
    color: #ED6C00;
    margin-bottom: 15px;
}
.page-contact .container .contact-mt p{
    width: 828px;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}
.page-contact .container{
   position: relative;
}
.page-contact .container .con{
    display: flex;
    flex-wrap: wrap;
    height: 1060px;
    box-sizing: border-box;
    padding: 56px 72px 51px 68px;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 281px;
}
.page-contact .container .con .item{
    flex-basis: 48%;
    margin-bottom: 42px;
}
.page-contact .container .con .item:nth-child(2n){
    margin-left: 4%;
}
.page-contact .container .con .item .mt{
    color: #1A1427;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
}
.page-contact .container .con .item input{
    width: 100%;
    border: 1px solid #E1E1E1;
    height: 72px;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 18px;
    color: #1A1427;
    padding-left: 26px;
}
.page-contact .container .con .item select{
    width: 100%;
    border: 1px solid #E1E1E1;
    height: 72px;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 18px;
    color: #1A1427;
    padding-left: 26px;
}
.page-contact .container .con .item textarea{
    width: 100%;
    border: 1px solid #E1E1E1;
    height: 194px;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 18px;
    color: #1A1427;
    padding-left: 26px;
    padding-top: 23px;
}

.page-contact .container .con .item.company{
    flex-basis: 100%;
}
.page-contact .container .con .item.interested{
    flex-basis: 100%;
    margin-left: 0;
}
.page-contact .container .con .item.message{
    flex-basis: 100%;
}
.page-contact .container .submit{
    display: flex;
    justify-content: center;
    width: 100%;
}
.page-contact .container .submit button{
    display: inline-flex;
    background-color: #ED6C00;
    width: 514px;
    height: 62px;
    align-items: center;
    margin: 0 auto;
    border: unset;
    justify-content: center;
    color: #fff;
    border-radius: 8px;
}
.page-contact .container .submit img{
    width: 20px;
    height: 20px;
    margin-right: 16px;
}
.page-about .about{
    position: relative;
    height: 451px;
}
.page-about .about-box{
    padding: 73px 0 60px;
}
.page-about .about .left{
    width: 547px;
}
.page-about .about .right{
    position: absolute;
    right: 0;
    top: 0;
    width: 580px;
    height: 491px;
    background: url('../images/img7.png');
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-about .about .right p{
    width: 383px;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    margin: 185px 0 114px;
}
.page-about .about .right img{
    width: 87.9px;
    height: 48px;
}
.page-about .about .left .title{
    font-size: 48px;
    line-height: 68px;
    color: #ED6C00;
    font-weight: bold;
    margin-bottom: 60px;
}
.page-about .about .left .desc p{
    font-size: 16px;
    line-height: 24px;
    color: #1A1427;
    margin-bottom: 16px;
    width: 500px;
}
.page-about .line{
    width: 100%;
    height: 2px;
    background-color: #ED6C00;
    margin: 16px 0 18px;
}
.page-about .about-box .zs{
    display: flex;
    flex-direction: column;
}
.page-about .about-box .zs a{
    color: #ED6C00;
    font-size: 14px;
    line-height: 26px;
}
.page-about .trust-box{
    background: url('../images/img8.png');
    background-size: cover;
    height: 573px;
    position: relative;
}
.page-about .trust-box .trust{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
}
.page-about .trust-box .left{
    flex: 0 1 610px;
    color: #fff;
    background-color: rgba(237,108,0, .9);
    padding: 124px 100px 124px 140px;
    box-sizing: border-box;
}
.page-about .trust-box .left .mt{
    font-size: 20px;
    line-height: 28px;
    border-bottom: 2px solid #fff;
    display: inline-block;
    margin-bottom: 32px;
}
.page-about .trust-box .left .mc{
    font-size: 16px;
    line-height: 24px;
}
.page-about .trust-box .right{
    flex: 0 1 332px;
    font-size: 56px;
    line-height: 72px;
    color: #fff;
    font-weight: bold;
}

.page-careers{
    background: url('../images/img12.png');
    background-size: cover;
    min-height: calc(100vh - 86px - 128px);
    position: relative;
}

.page-careers .careers{
    display: flex;
    min-height: calc(100vh - 86px - 128px);
    flex-direction: row-reverse;
}
.page-careers .careers .con{
    flex: 0 1 768px;
    min-height: calc(100vh - 86px - 128px);
    background-color: rgba(38,36,64, .71);
    padding: 97px 140px 93px 113px;
    box-sizing: border-box;
}
.page-careers .careers .con .title{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.page-careers .careers .con p{
    font-size: 56px;
    line-height: 72px;
    color: #fff;
    font-weight: bold;
    margin: 48px 0 47px;
    width: 392px;
}
.page-careers .careers .con .des{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 30px;
}
.page-careers .careers .con .more{
    display: inline-flex;
    border: 1px solid #3B1E87;
    box-sizing: border-box;
    width: 210px;
    height: 58px;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    background-color: #3B1E87;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    position: relative;
    align-self: flex-end;
}
.page-careers .careers .con .more::after{
    content: '';
    background: url('../images/img11.png') no-repeat;
    position: absolute;
    right: 12px;
    top: 17px;
    width: 10px;
    height: 19px;
}
/* 加入我们表单 */
.page-careers-join .con{
     display: flex;
     flex-wrap: wrap;
     box-sizing: border-box;
     padding: 56px 72px 51px 68px;
     background-color: #fff;
     border-radius: 8px;
 }
.page-careers-join .con .item{
     flex-basis: 48%;
     margin-bottom: 42px;
 }
.page-careers-join .con .item:nth-child(2n){
     margin-left: 4%;
 }
.page-careers-join .con .item .mt{
     color: #1A1427;
     font-weight: bold;
     font-size: 18px;
     margin-bottom: 12px;
 }
.page-careers-join .con .item input{
     width: 100%;
     border: 1px solid #E1E1E1;
     height: 72px;
     border-radius: 8px;
     box-sizing: border-box;
     font-size: 18px;
     color: #1A1427;
     padding-left: 26px;
 }
.page-careers-join .con .item select{
     width: 100%;
     border: 1px solid #E1E1E1;
     height: 72px;
     border-radius: 8px;
     box-sizing: border-box;
     font-size: 18px;
     color: #1A1427;
     padding-left: 26px;
 }
.page-careers-join .con .item textarea{
     width: 100%;
     border: 1px solid #E1E1E1;
     height: 194px;
     border-radius: 8px;
     box-sizing: border-box;
     font-size: 18px;
     color: #1A1427;
     padding-left: 26px;
     padding-top: 23px;
 }
 
.page-careers-join .con .item.company{
     flex-basis: 100%;
}
.page-careers-join .con .item.company a{
    display: inline-flex;
    background-color: #ED6C00;
    padding: 10px 20px;
    align-items: center;
    margin: 0 auto;
    border: unset;
    justify-content: center;
    color: #fff;
    border-radius: 8px;
}
.page-careers-join .con .item.interested{
     flex-basis: 100%;
     margin-left: 0;
 }
.page-careers-join .con .item.message{
     flex-basis: 100%;
     margin-left: 0;
 }
.page-careers-join .submit{
     display: flex;
     justify-content: center;
     width: 100%;
 }
.page-careers-join .submit button{
     display: inline-flex;
     background-color: #ED6C00;
     width: 514px;
     height: 62px;
     align-items: center;
     margin: 0 auto;
     border: unset;
     justify-content: center;
     color: #fff;
     border-radius: 8px;
 }
.page-careers-join .submit img{
     width: 20px;
     height: 20px;
     margin-right: 16px;
 }


.fw .nav-bg{
    background-color: #3B1E87;
    position: -webkit-sticky;
    position: sticky;
    top: 86px;
    z-index: 1000000;
}
.fw-nav{
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.fw-nav li a{
    display: flex;
}
.fw-nav li span{
    width: 40px;
    height: 40px;
    border-radius: 8px;
    margin-right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 22px;
    color: #252D39;
}
.fw-nav li.active span{
    background-color: #ED6C00;
    color: #fff;
}
.fw-nav li .li-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fw-nav li .li-box p{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
.fw .fw_tit{
    color: #ED6C00;
    font-size: 56px;
}
.fw .fw_subtit{
    color: #3B1E87;
    font-size: 56px;
    font-weight: bold;
}

.fw .fw-con a {
    display: block;
}

.fw .con1{
    display: block;
    padding: 72px 0 85px;
}
.fw .con1 .title{
    display: flex;
}
.fw .size_16{
    font-size: 16px;
    line-height: 26px;
    color: #1A1427;
}
.fw .size_20{
    font-size: 20px;
    line-height: 26px;
    color: #1A1427;
    font-weight: bold;
}
.fw .con1 .title .fw_tit{
    margin-right: 28px;
}
.fw .con1 .title p{
    flex: 1 1 820px;
}
.fw .con1 .xinui-img-max{
    margin: 56px 0 40px;
}
.fw .con1 .other{
    display: flex;
}
.fw .con1 .other .item{
    flex: 1 1 440px;
    margin-right: 208px;
}
.fw .con1 .other .item:nth-child(2){
    flex: 1 1 auto;
    margin-right: 0;
}
.fw .con1 .other .item .title{
    margin-bottom: 18px;
}
.fw .con1 .other .item ul li p{
    font-size: 16px;
}
.fw .con1 .other .item .p1{
    margin-bottom: 13px;
}
.fw .con1 .other li{
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}
.fw .con1 .other li:last-child{
    margin-bottom: 0;
}
.fw .con1 .other li img{
    width: 28px;
    height: 28px;
    margin-right: 11px;
}

.fw .con2-bg{
    background-color: #F5F7FE;
}
.fw .con2-bg .con2{
    padding: 83px 0 71px;
}
.fw .con2{
    display: flex;
}
.fw .con2 .pic{
    margin-right: 61px;
}
.fw .con2 .pic img{
    height: 750px;
}
.fw .con2 .right .fw_tit{
    margin-right: 28px;
}
.fw .con2 .right .rightcon{
    flex-basis: 447px;
}
.fw .con2 .right .rightcon p:nth-child(2){
    margin: 20px 0 48px;
}
.fw .con2 .right .rightcon p:nth-child(5){
    margin: 8px 0 48px;
}
.fw .con2 .right .rightcon p:nth-child(7){
    margin: 8px 0 8px;
}
.fw .con2 .right .rightcon p:nth-child(9){
    margin: 48px 0 8px;
}
.fw .con3{
    display: flex !important;
    padding: 96px 0 75px;
}
.fw .con3 .fw_tit{
    margin-right: 28px;
}
.fw .con3 .center{
    flex: 0 1 444px;
    margin-right: 95px;
}
.fw .con3 .center .fw_subtit{
    margin-bottom: 21px;
}
.fw .con3 .center .what{
    margin-top: 83px;
}
.fw .con3 .center ul{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 21px;
}
.fw .con3 .center ul li{
    margin-bottom: 10px;
}
.fw .con3 .center ul img{
    width: 48px;
    height: 48px;
    border: 1px dashed #999;
    margin-bottom: 9px;
}
.fw .con3 .pic{
    flex: 0 1 558px;
    height: 498px;
    overflow: hidden;
}
.fw .con3 .pic img{
    width: 100%;
    height: 100%;
}
.fw .con4-bg{
    background-color: #F5F7FE;
}
.fw .con4{
    padding: 83px 0 80px;
    display: flex;
}
.fw .con4 .pic{
    flex: 0 1 558px;
    height: 498px;
    margin-right: 95px;
}
.fw .con4 .pic img{
    width: 100%;
    height: 100%;
}
.fw .con4 .fw_tit{
    margin-right: 28px;
}
.fw .con4 .right{
    flex: 0 1 440px;
    margin-top: 99px;
    display: flex;
}
.fw .con4 .right .fw_subtit{
    margin-bottom: 21px;
}
.fw .con5{
    flex-direction: row-reverse;
}
.fw .con5 .pic{
    margin-right: 0;
    margin-left: 68px;
}
.index-banner{
    margin-top: -87px;
}
.index-banner .swiper-slide{
    position: relative;
}
.index-banner .swiper-slide img{
    width: 100%;
    height: 686px;
}
.index-banner .swiper-slide .a-box{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.index-banner .swiper-slide .a-box .p1{
    font-size: 72px;
    font-weight: bold;
    color: #fff;
}
.index-banner .swiper-slide .a-box .p2{
    font-size: 64px;
    line-height: 72px;
    color: #fff;
    margin-top: 17px;
}

/* 内页banner */
.inside-banner .swiper-slide{
    position: relative;
}
.inside-banner .swiper-slide .a-box{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.inside-banner .swiper-slide .a-box .p1{
    font-size: 72px;
    font-weight: bold;
    color: #fff;
}
.inside-banner .swiper-slide .a-box .p2{
    font-size: 64px;
    line-height: 72px;
    color: #fff;
    margin-top: 17px;
}

/* 弹窗 */
.track-open{
    width: 100vw;
    height: 100vh;
    background-color: rgba(59,30,135, .82);
    display: none;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.track-open .track-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.track-open .con{
    width: 652px;
}
.track-open .title{
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 26px;
    text-align: center;
}
.track-open .search{
    display: flex;
    width: 100%;
    height: 70px;
    position: relative;
    border-radius: 8px;
}
.track-open .search input{
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: none;
    padding-left: 24px;
    color: #1A1427;
    font-size: 16px;
}
.track-open .search button{
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    background-color: #ED6C00;
    color: #fff;
    right: 8px;
    top: 8px;
    bottom: 8px;
    padding: 17px 49px;
    border-radius: 8px;
    border: none;
}
.track-open .track-close{
    display: flex;
    flex-direction: row-reverse;
}
.track-open .track-close img:hover{
    cursor:pointer;
}


/* 底部 */
.footer {
    background-color: #252D39;
}

.footer-bottom {
    display: flex;
    align-items: center;
    height: 128px;
}
.footer-bottom .logo{
    width: 88px;
    height: 48px;
}

.footer-bottom .contact {
    display: flex;
    flex-direction: column;
    margin-left: 128px;
    flex: 1;
}
.footer-bottom .contact .mt{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #fff;
}
.footer-bottom .contact .mc p{
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}
.footer-bottom .copyright {
    display: flex;
    align-items: center;
    height: 80px;
}
.footer-bottom .copyright a{
    color: #fff;
}