@media (min-width: 320px) {
    html {
        font-size: 266.667% !important;
    }
}

@media (min-width: 360px) {
    html {
        font-size: 300% !important;
    }
}

@media (min-width: 375px) {
    html {
        font-size: 312.5% !important;
    }
}

@media (min-width: 384px) {
    html {
        font-size: 320% !important;
    }
}

@media (min-width: 414px) {
    html {
        font-size: 345% !important;
    }
}

@media (min-width: 448px) {
    html {
        font-size: 373.333% !important;
    }
}

@media (min-width: 480px) {
    html {
        font-size: 400% !important;
    }
}

@media (min-width: 512px) {
    html {
        font-size: 426.667% !important;
    }
}

@media (min-width: 544px) {
    html {
        font-size: 453.333% !important;
    }
}

@media (min-width: 576px) {
    html {
        font-size: 480% !important;
    }
}

@media (min-width: 608px) {
    html {
        font-size: 506.667% !important;
    }
}

@media (min-width: 640px) {
    html {
        font-size: 533.333% !important;
    }
}

@media (min-width: 750px) {
    html {
        font-size: 625% !important;
    }
}

body {
    width: 100%;
    font-size: .28rem;
}

.pc {
    display: none !important;
}

.container {
    margin: 0 0.6rem;
}

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

.main {
    flex: 1;
}

i.fa {
    font-size: .48rem;
}

/* 导航 */
.phone-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 18px 23px 0 44px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 10000;
    /* background-color: #fff; */
}

.phone-nav .show-navigation .fa {
    color: #fff;
}

.phone-nav .logo img {
    height: 30px;
}

.main_menu {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 194px;
    z-index: 500;
    background: #252D39;
    height: 0px;
    overflow: auto;
    transition: all 350ms ease;
}

.show-main {
    /* height: calc(100% - 0px); */
    height: 100vh;
    transition: all 350ms ease;
    padding-right: 29px;
    box-sizing: border-box;
    z-index: 20000;
}


.menu-top {
    /* background-color: rgba(255, 255, 255, 1); */
    height: 0px;
    width: 100%;
    margin: auto;
    overflow: hidden;
    transition: all 350ms ease;
    color: #000000;
}

.menu-top i{
    color: #fff;
}

.menu-top li {
    list-style: none;
    /* background: #f7f8f9; */
    border-radius: 3px;
    color: #8D8A95;
    margin-bottom: 46px;
}

.menu-top li:first-child {
    /* margin-top: 10px;
    color: #8D8A95; */
}

.page-content {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 350ms ease;
}

.show-menus {
    height: 100%;
    transition: all 350ms ease;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.menu-top .icon3 {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    right: 24px;
    top: 18px;
    font-size: 18px;
    transition: all 350ms ease;
}

.menu-top .icon4 {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    right: 24px;
    top: 23px;
    font-size: 18px;
    transition: all 350ms ease;
}

.menu-top a {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    display: block;
    position: relative;
    overflow: hidden;
    color: #8D8A95;
}

.submenu {
    max-height: 0px;
    overflow: hidden;
    transition: all 350ms ease;
}

.submenu a {
    transition: all 350ms ease;
    color: #8D8A95;
}
.menu-top li.active a{
    color: #ED6C00;
}
.menu-top li.active .line{
    width: 100%;
    background-color: #ED6C00;
    display: block;
    height: 4px;
    border-radius: 5.5px;
}
.menu-top li.language,.menu-top li.track{
    margin-bottom: 10px;
}
.menu-top li.language img,.menu-top li.track img{
    width: 18px;
    height: 18px;
}

.show-submenu {
    max-height: 5000px !important;
    transition: all 350ms ease;
}

.show-navigation .fa-times,
.menu-top .fa-minus {
    display: none;
}

.menu-top .fa {
    /* float: right;
    margin-right: 24px; */
    margin: 16px 0 32px;
}

.nav-2{
    position: relative;
    background-color: #fff;
}
.nav-2 .nav .menu li a{
    color: #000;
}
.nav-2 .nav .menu li.active a{
    color: #000;
}
.nav-2 .show-navigation .fa{
    color: #333;
}
/* 内页导航 */
.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: 40px;
    line-height: 40px;
    color: #3B1E87;
    width: 510px;
    font-family: HarmonyOS_Sans_Black;
    font-weight: bold;
}


.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: 330px;
    padding-left: 18px;
    padding-right: 120px;
    box-sizing: border-box;
}

.index-search button {
    background: #ED6C00;
    color: #fff;
    border: none;
    padding: 7px 15px;
    font-size: 20px;
    border-radius: 8px;
    position: absolute;
    right: 8px;
    top: 18px;
}

.index-about{
    padding: 71px 0 40px;
}
.index-about .about{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.index-about .about .left{
    flex: 0 1 491px;
}
.index-about .about .title{
    font-size: 40px;
    line-height: 40px;
    color: #ED6C00;
    font-weight: bold;
    margin-bottom: 40px;
}
.index-about .about .des{
    font-size: 16px;
    line-height: 28px;
    color: #3B1E87;
    font-weight: bold;
    margin: 26px 0 40px;
}
.index-about .about .more{
    display: 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;
    margin: 0 auto;
}
.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: 50px 0 30px;
    display: flex;
    flex-direction: column;
}
.index-what .what .left{
}
.index-what .what .left .title{
    font-size: 40px;
    line-height: 52px;
    color: #fff;
    font-weight: bold;
}
.index-what .what .right{
    display: flex;
    flex-direction: column;
}
.index-what .what .right .des{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 52px 0 30px;
}
.index-what .what .more{
    display: 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;
    margin: 0 auto;
}
.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 .container{
    margin: 0 auto;
}
.index-services{
}
.index-services .read_more{
    color: rgb(207 10 233);
}
.index-services .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
/* .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: 30px 32px 25px;
    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: 35px;
}
.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;
    color: #3B1E87;
    font-weight: bold;
}
.index-services .box:nth-child(3) .con .mt .num{
    font-size: 56px;
    line-height: 72px;
    color: #ED6C00;
    font-weight: bold;
}
.index-services .box:last-child{
    margin-bottom: 0px;
}
.index-services .box .con .mc p{
    font-size: 16px;
    line-height: 24px;
    color: #1A1427;
}
.index-services .box:nth-child(3) .con{
    background-color: rgba(59,30,135,.93);
}
.index-services .box:nth-child(3) .con .mc p,.index-services .box:nth-child(3) .con .mt .title p{
    color: #fff;
}

.index-looking{
    background-color: #ED6C00;
}
.index-looking .looking{
    padding: 48px 0 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.index-looking .looking .left{
}
.index-looking .looking .title{
    font-size: 40px;
    line-height: 52px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 52px;
}
.index-looking .looking .des{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 52px;
}
.index-looking .looking .more{
    display: 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;
    margin: 0 auto;
}
.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;
    box-sizing: border-box;
    height: 1300px;
}
.h188{
    background-color: #252D39;
    height: 188px;
}
.page-contact .container{
    padding: 10px;
}
.page-contact .container .contact-mt{
    padding: 40px 0 57px;
}
.page-contact .container .contact-mt .title{
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #ED6C00;
    margin-bottom: 15px;
}
.page-contact .container .contact-mt p{
    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;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 320px;
}
.page-contact .container .con .item{
    margin-bottom: 26px;
    width: 100%;
}
.page-contact .container .con .item .mt{
    color: #1A1427;
    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: 100%;
    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;
}
.page-about .about-box{
    
}
.page-about .about .left{
    
}
.page-about .about .right{
    position: relative;
    right: 0;
    top: 0;
    background: url('../images/img7.png');
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-about .about .right p{
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #fff;
}
.page-about .about .right img{
    width: 87.9px;
    height: 48px;
}
.page-about .about .left .title{
    font-size: 40px;
    line-height: 40px;
    color: #ED6C00;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-about .about .left .desc p{
    font-size: 16px;
    line-height: 24px;
    color: #1A1427;
    margin-bottom: 16px;
}
.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;
    position: relative;
}
.page-about .trust-box .trust{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
}
.page-about .trust-box .left{
    color: #fff;
    background-color: rgba(237,108,0, .9);
    padding: 20px 20px 20px 20px;
    box-sizing: border-box;
    margin-top: 20px;
    border-radius: 8px;
}
.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{
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    margin: 20px 0;
}

.page-careers{
    background: url('../images/img12.png');
    background-size: cover;
    position: relative;
}

.page-careers .careers{
    display: flex;
    height: 100%;
    flex-direction: row-reverse;
}
.page-careers .careers .con{
    height: 90%;
    background-color: rgba(38,36,64, .71);
    padding: 20px;
    box-sizing: border-box;
}
.page-careers .careers .con .title{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.page-careers .careers .con p{
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    margin: 30px 0 40px;
}
.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;
}
.index-careers .container {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    background-color: #ED6C00;
    padding-bottom: 54px;
}

.index-careers .xinui-img-full {}

.index-careers .con {
    box-sizing: border-box;
    padding: 32px 32px 56px 36px;
}

.index-careers .con .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.index-careers .con .title1 {
    font-size: 56px;
    line-height: 60px;
    color: #fff;
}

.index-careers .con .title img {
    width: 84px;
    height: 84px;
}

.index-careers .con .concon {
    margin: 32px 0 0;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.index-careers .con-box {
    flex: 1;
    flex-direction: column;
}

.index-careers .con-box .join {
    display: flex;
    background-color: #3B1E87;
    align-items: center;
    border-radius: 8px;
    width: 210px;
    height: 58px;
    justify-content: center;
    margin: -29px auto;
    position: relative;
    z-index: 1;
}

.index-careers .con-box .join p {
    flex: 1;
    margin-left: 78px;
    color: #fff;
    font-size: 14px;
}

.index-careers .con-box .join img {
    width: 30px;
    height: 30px;
}

.index-contact {
    background-color: #3B1E87;
}

.index-contact .bg {
    background-color: #3B1E87;
    height: 1596px;
    padding-top: 65px;
    box-sizing: border-box;
    max-width: 1440px;
    margin: 0 auto;
}

.index-contact .tit {
    color: #fff;
    margin-bottom: 19px;
}

.index-contact .box {
    display: flex;
    flex-direction: column;
}

.index-contact .box .left {
    flex: 0 0 396px;
    margin-right: 54px;
}

.index-contact .box .title {
    color: #ED6C00;
    font-size: 56px;
    line-height: 72px;
    margin-top: 32px;
    margin-bottom: 32px;
    font-weight: bold;
    width: 113px;
}

.index-contact .box .title_sub {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.index-contact .box .right img {
    max-width: 100%;
}

.index-form .bg {
    background-color: #252D39;
    /* max-width: 1440px; */
    margin: 0 auto;
}

.index-form .container {
    padding: 1px;
}

.index-form .container .con {
    display: flex;
    flex-wrap: wrap;
    padding: 32px 26px;
    background-color: #fff;
    border-radius: 8px;
    margin-top: -780px;
}

.index-form .container .con .item {
    margin-bottom: 26px;
    width: 100%;
}

.index-form .container .con .item .mt {
    color: #1A1427;
    font-size: 18px;
    margin-bottom: 12px;
}

.index-form .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;
}

.index-form .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;
}
.index-form .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;
}

.index-form .container .con .item.company {
    flex-basis: 100%;
}

.index-form .container .con .item.interested {
    flex-basis: 100%;
    margin-left: 0;
}

.index-form .container .con .item.message {
    flex-basis: 100%;
}

.index-form .container .submit {
    display: flex;
    justify-content: center;
    width: 100%;
}

.index-form .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;
}

.index-form .container .submit img {
    width: 20px;
    height: 20px;
    margin-right: 16px;
}


.page-careers-join .container .con{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    left: 0;
}
.page-careers-join .container .con .item{
    margin-bottom: 26px;
    width: 100%;
}
.page-careers-join .container .con .item .mt{
    color: #1A1427;
    font-size: 18px;
    margin-bottom: 12px;
}
.page-careers-join .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-careers-join .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-careers-join .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-careers-join .container .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 .container .con .item.interested{
    flex-basis: 100%;
    margin-left: 0;
}
.page-careers-join .container .con .item.message{
    flex-basis: 100%;
}
.page-careers-join .container .submit{
    display: flex;
    justify-content: center;
    width: 100%;
}
.page-careers-join .container .submit button{
    display: inline-flex;
    background-color: #ED6C00;
    width: 100%;
    height: 62px;
    align-items: center;
    margin: 0 auto;
    border: unset;
    justify-content: center;
    color: #fff;
    border-radius: 8px;
}
.page-careers-join .container .submit img{
    width: 20px;
    height: 20px;
    margin-right: 16px;
}

.fw .nav-bg {
    background-color: #3B1E87;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 10000;
}

.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;
    font-weight: bold;
}

.fw-nav li.active span {
    background-color: #ED6C00;
    color: #fff;
}

.fw-nav li .li-box {
    display: flex;
    display: none;
    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;
    font-weight: bold;
}

.fw .fw_subtit {
    color: #3B1E87;
    font-size: 40px;
    font-weight: bold;
}

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

.fw .con1 {
    display: block;
    padding: 40px 0 65px;
}

.fw .con1 .title {
    display: flex;
    flex-direction: column;
}

.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 {
    margin: 32px 0;
}

.fw .con1 .xinui-img-max {
    margin: 0 0 32px;
}

.fw .con1 .other {
    display: flex;
    flex-direction: column;
}

.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 .p1 {
    margin-bottom: 16px;
}
.fw .con1 .other .item .p2 {
    margin-bottom: 32px;
}

.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: 48px 0 42px;
}

.fw .con2 {
    display: flex;
    flex-direction:column-reverse;
}

.fw .con2 .pic {
    /* margin-right: 61px; */
}

.fw .con2 .pic img {
    /* height: 750px; */
    max-width: 100%;
}

.fw .con2 .right {
    flex-direction: column;
}
.fw .con2 .right .fw_tit {
    margin-right: 28px;
}

.fw .con2 .right .rightcon .fw_subtit{
    margin: 6px 0 0;
}

.fw .con2 .right .rightcon p{
    margin: 20px 0;
}

.fw .con3 {
    display: flex;
    flex-direction: column;
    padding: 36px 0 62px;
}

.fw .con3 .fw_tit {
    margin-right: 28px;
}

.fw .con3 .center {
    margin: 6px 0 32px;
}

.fw .con3 .center .fw_subtit {
    margin-bottom: 21px;
}

.fw .con3 .center .what {
    /* margin-top: 83px; */
}

.fw .con3 .center ul {
    display: flex;
    margin-top: 17px;
}
.fw .con3 .center ul li{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.fw .con3 .center ul img {
    width: 48px;
    height: 48px;
    /* border: 1px dashed #999; */
    margin-bottom: 9px;
}

.fw .con3 .pic {
    margin: 32px 0;
    overflow: hidden;
}

.fw .con3 .pic img {
    width: 100%;
    height: 100%;
}

.fw .con4-bg {
    background-color: #F5F7FE;
}

.fw .con4 {
    padding: 48px 0 42px;
    display: flex;
    flex-direction: column-reverse;
}

.fw .con4 .pic {
    
}

.fw .con4 .pic img {
    width: 100%;
    height: 100%;
}

.fw .con4 .fw_tit {
    margin-right: 28px;
}

.fw .con4 .right {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

.fw .con4 .right .fw_subtit {
    margin-bottom: 21px;
}

.fw .con5 {
    /* flex-direction: row-reverse; */
}

.fw .con5 .pic {
    
}

.index-banner .swiper-slide {
    position: relative;
    height: 534px;
    box-sizing: border-box;
}

.index-banner .swiper-slide img {
    object-fit: cover;
    height: 100%;
}

.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: 38px;
    font-weight: bold;
    color: #fff;
    padding: 0 17px;
    text-align: center;
    padding-top: 80px;
}

.index-banner .swiper-slide .a-box .p2 {
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    margin-top: 101px;
    padding: 0 17px;
    text-align: center;
}

/* 内页banner */
.inside-banner .swiper-slide {
    position: relative;
    height: 534px;
    box-sizing: border-box;
}

.inside-banner .swiper-slide img {
    object-fit: cover;
    height: 100%;
}

.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: 38px;
    font-weight: bold;
    color: #fff;
    padding: 0 17px;
    text-align: center;
    padding-top: 80px;
}

.inside-banner .swiper-slide .a-box .p2 {
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    margin-top: 101px;
    padding: 0 17px;
    text-align: center;
}


/* 弹窗 */
.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: 999999;
}
.track-open .track-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.track-open .con{
    width: 90%;
}
.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 20px;
    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;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.footer-bottom .logo {
    width: 88px;
    height: 48px;
}
.footer-bottom .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0 10px;
    color: #fff;
}
.footer-bottom .contact .mc p{
    text-align: center;
    color: #fff;
}

.footer-bottom .copyright {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.footer-bottom .copyright a{
    color: #fff;
}