.banner{
    width: 100%;
    height: 464px;
    background-size: cover!important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 135px;
}
.banner .text{
    display: flex;
}
.banner .text p{
    font-size: 38px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    transition: 1s;
    opacity: 0;
    transform: translate(50px, 0px);
    letter-spacing: 5px;
}
.banner .text p:nth-child(1){
    transition-delay: 0.1s;
}
.banner .text p:nth-child(2){
    transition-delay: 0.2s;
}
.banner .text p:nth-child(3){
    transition-delay: 0.3s;
}
.banner .text p:nth-child(4){
    transition-delay: 0.4s;
}
.banner .text p:nth-child(5){
    transition-delay: 0.5s;
}
.text_active{
    opacity: 1!important;
    transform: translate(0px, 0px)!important;
}
.section{
    width: 100%;
    height: auto;
    background: #F8F8F8;
}

.section .about_nav div{
    width: 1520px;
    height: 103px;
    background: #FFFFFF;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    top: -51px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}
.section .about_nav .icon{
    display: flex;
    align-items: center;
    margin-right: 138px;
    margin-left: 84px;
    transition: 0.6s;
    position: relative;
}
.section .about_nav .icon:after{
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    width: 1px;
    height: 32px;
    background: #000000;
    opacity: 0.08;
}
.section .about_nav .icon:hover p{
    color: #004098;
}
.section .about_nav .icon i{
    color: #004098;
    font-weight: bold;
    font-size: 20px;
    margin-right: 13px;
}
.section .about_nav .icon p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1D1D1D;
    transition: 0.6s;
}
.section .about_nav ul{
    display: flex;
    height: 100%;
    align-items: center;
}
.section .about_nav ul li a{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #535353;
    margin-right: 112px;
    padding: 15px 0;
    cursor: pointer;
    transition: 1s;
}
.section .about_nav ul li:hover a{
    color: #004098;
}
.section .about_nav ul li:last-child{
    margin-right: 0;
}
.about_nav_active a{
    color: #004098!important;
}
.section .warp{
    width: 1250px;
    margin: auto;
    overflow: hidden;
}
.section .warp .con_nav{
    width: 1136px;
    margin: 131px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.section .warp .con_nav:after{
    content: '';
    position: absolute;
    top: 23%;
    left: 26px;
    width: 95%;
    height: 2px;
    background: #D9D9D9;
    opacity: 0.29;
    z-index: 0;
}
.section .warp .con_nav .item{
    text-align: center;
    position: relative;
    position: relative;
    z-index: 1;
    min-width: 90px;
}

.section .warp .con_nav .item .circle{
    width: 42px;
    height: 42px;
    background: #D0D0D0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-family: Roboto;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 auto 20px;
    position: relative;
}
.section .warp .con_nav .item .circle:after{
    content: '';
    position: absolute;
    top: 4px;
    right: -5px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-right: 15px solid #004098;
    border-bottom: 17px solid transparent;
    transform: rotate(180deg);
    opacity: 0;
}
.section .warp .con_nav .item .circle:before{
    content: "";
    position: absolute;
    top: 20px;
    left: -164px;
    width: 164px;
    height: 2px;
    background: #004098;
     opacity: 0;
    z-index: 0;
}
.section .warp .con_nav .item:nth-child(1) .circle:before{
    display: none;
}
.section .warp .con_nav .active .circle:before{
    opacity: 1;
}
.section .warp .con_nav .active .circle:after{
    opacity: 1;
}
.section .warp .con_nav .active .circle{
    background: #004098;
}
.section .warp .con_nav .item p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
}
.section .warp .content{
    width: 1136px;
    margin: 110px auto;
    flex-wrap: wrap;
    display: none!important;
}
.section .warp .content .con{
    width: 531px;
    margin-right: 74px;
    margin-bottom: 49px;
}
.section .warp .content .con:nth-child(2n){
    margin-right: 0;
}
.section .warp .content .con .images{
    width: 100%;
    height: 360px;
    overflow: hidden;
}
.section .warp .content .con .images img{
    width: 100%;
    height: 100%;
    transition: 3s;
    cursor: pointer;
}
.section .warp .content .con .images img:hover{
    transform: scale(1.07);
}
.section .warp .content .con .text{
    margin-top: 29px;
    text-align: center;
}
.section .warp .content .con .text p{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1C1C1C;
}
.section .warp .content .con .text a{
    width: 170px;
    height: 50px;
    background: #004098;
    margin: 29px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    transition: 0.6s;
}
.section .warp .content .con .text a:hover{
    background: #013073;
}
.section .warp .tow_content{
    width: 1314px;
    margin: 101px auto;
    display: flex;
    flex-wrap: wrap;
}
.section .warp .tow_content .step2_group{
    display: none;
    flex-wrap: wrap;
}
.section .warp .tow_content .item{
    width: 386px;
    position: relative;
    margin-right: 46px;
    cursor: pointer;
    margin-bottom: 58px;
    transition: 0.6s;
}
.section .warp .tow_content .item:last-child{
    margin-right: 0;
}
.section .warp .tow_content .item .images{
    width: 100%;
    height: 266px;
    overflow: hidden;
}
.section .warp .tow_content .item .images img{
    width: 100%;
    height: 100%;
    transition: 3s;
}
.section .warp .tow_content .item .images:hover img{
    transform: scale(1.05);
}
.section .warp .tow_content .item:nth-child(3n){
    margin-right: 0;
}
.section .warp .tow_content .item .text{
    text-align: center;
    margin-top: 20px;
}
.section .warp .tow_content .item p{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1C1C1C;
    margin-bottom: 25px;
}
.section .warp .tow_content .item .more{
    width: 135px;
    height: 40px;
    margin: 0 auto 30px;
    background: #004098;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}
.section .warp .tow_content .active{
    box-shadow: 0px 0px 30px 0px rgb(24 25 26 / 10%);
}
.section .warp .tow_content .active p{
    color: #004098;
}
.section .warp .tow_content span{
    font-size: 110px;
    font-family: Roboto;
    font-weight: 500;
    color: rgba(44, 44, 44, 0);
    line-height: 35px;
    -webkit-text-stroke: 1px #EFEFEF;
    text-stroke: 1px #EFEFEF;
    position: absolute;
    bottom: 47px;
    left: 0;
    opacity: 0;
    transition: 0.6s;
}
.section .warp .tow_content .active span{
    opacity: 1;
}
.section .warp .step{
    display: none;
    justify-content: center;
    align-items: center;
    margin-bottom: 110px;
}
.section .warp .flex{
    display: flex;
}
.section .warp .step a{
    width: 170px;
    height: 50px;
    border: 1px solid #004098;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 79px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #004098;
    transition: 0.6s;
}
.section .warp .step .active{
    margin-right: 0;
    background: #004098;
    color: #fff;
}
.section .warp .step a:hover{
    background: #004098;
    color: #fff;
}
.section .warp .three_content{
    width: 683px;
    margin: 101px auto;
}
.section .warp .three_content span{
    font-size: 27px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #2C2C2C;
    margin-bottom: 42px;
}
.section .warp .three_content .input{
    width: 683px;
    height: 61px;
    border: 1px solid #DFDFDF;
    display: flex;
    align-items: center;
    margin-bottom: 33px;
}
.section .warp .three_content svg{
    position: relative;
    top: -1px;
    margin-right: 14px;
    margin-left: 26px;
}
.section .warp .three_content input{
    border: none!important;
    width: 80%;
    height: 100%;
    background: transparent;
    outline: none;
    line-height: 61px;
}
.section .warp .three_content input::placeholder{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #8A8A8A;
}
.section .warp .three_content .text p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #8A8A8A;
}
.section .warp .three_content .text .line{
    width: 100%;
    height: 1px;
    background: #797979;
    margin-top: 35px;
}
.section .warp .four_content{
    width: 845px;
    margin: 101px auto;
}
.section .warp .four_content .item{
    display: flex;
    align-items: center;
    margin-bottom: 74px;
}
.section .warp .four_content .item:nth-child(2){
    position: relative;
    left: -44px;
}
.section .warp .four_content .item span{
    font-size: 27px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #2C2C2C;
    margin-right: 47px;
}
.city-picker-span {
    position: relative;
    display: block;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: solid 1px #e5e5e5;
    background-color: #fff;
    color: #333333;
    cursor: pointer;
    padding-left: 15px;
    font-size: 16px;
}
.section .warp .four_content .item .time{
    width: 160px;
    height: 61px;
    border: 1px solid #DFDFDF!important;
    margin-right: 31px;
    padding-left: 20px;
}
.section .warp .four_content .item p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #8A8A8A;
    margin: 0;
}
a{
    text-decoration: none!important;
}
.header_active .menu .nav a:hover{
    background-color: transparent!important;
}
.section .warp .five_content{
    width: 1250px;
    margin: 101px auto;
}
.section .warp .five_content .cut{
    display: none;
}
.section .warp .five_content .active{
    display: block;
}
.section .warp .five_content .title{
    font-size: 27px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #2C2C2C;
    text-align: center;
    margin-bottom: 66px;
}
.section .warp .five_content .five_con{
    display: flex;
    flex-wrap: wrap;
}
.section .warp .five_content .five_con .item{
    width: 284px;
    height: 286px;
    border: 1px solid #EFEFEF;
    margin-right: 35px;
    margin-bottom: 35px;
}
.section .warp .five_content .five_con .item:nth-child(4n){
    margin-right: 0;
}
.section .warp .five_content .five_con .item .background{
    width: 100%;
    height: 69px;
    background: #F7F7F7;
    border: 1px solid #EFEFEF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #2C2C2C;
}
.section .warp .five_content .five_con .item .text{
    width: 207px;
    margin: 59px auto 0;
    border-bottom: 1px solid #D4D4D4;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.section .warp .five_content .five_con .item .text i{
    margin-right: 8px;
    font-size: 22px;
}
.section .warp .five_content .five_con .item .text input{
    border: none!important;
    background: transparent;
    outline: none;
}
.section .warp .five_content .cut .title{
    text-align: left;
}
.section .warp .five_content .cut .item>p{
    font-size: 27px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #2C2C2C;
    line-height: 35px;
    margin-left: 47px;
    margin-top: 66px;
    transition: 0.6s;
}
.section .warp .five_content .cut:last-child .item{
    cursor: pointer;
    transition: 0.6s;
}
.section .warp .five_content .cut:last-child .item_active{
    box-shadow: 0px 0px 30px 0px rgba(24 ,25 ,26, 0.1);
}
.section .warp .five_content .five_con .item .text input::placeholder{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #8A8A8A;
}
.section .warp .six_content{
    width: 1110px;
    margin: 101px auto;
    display: flex;
    flex-wrap: wrap;
}
.section .warp .six_content .item{
    width: 318px;
    height: auto;
    min-height: 345px;
    border: 1px solid #EBEBEB;
    position: relative;
    overflow: hidden;
    margin-right: 75px;
    margin-bottom: 58px;
    transition: 0.6s;
    cursor: pointer;
}
.section .warp .six_content .active{
    box-shadow: 0px 0px 30px 0px rgb(24 25 26 / 10%);
}
.section .warp .six_content .item:nth-child(3n){
    margin-right: 0;
}
.section .warp .six_content .item>div{
    margin-left: 47px;
    margin-top: 42px;
    position: relative;
    z-index: 1;
    margin-bottom: 23px;
}
.section .warp .six_content .item>div span{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2C2C2C;
}
.section .warp .six_content .item>div .text{
    margin-top: 35px;
}
.section .warp .six_content .item>div .text>p{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #242424;
    width: 269px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section .warp .six_content .item .num{
    font-size: 100px;
    font-family: Roboto;
    font-weight: 500;
    color: rgba(44, 44, 44, 0);
    line-height: 35px;
    -webkit-text-stroke: 1px #EFEFEF;
    position: absolute;
    bottom: 55px;
    left: -18px;
    z-index: 0;
}
.section .warp .six_content .item .box{
    display: flex;
    align-items: center;
}
.section .warp .six_content .item .box h1{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #2C2C2C;
    line-height: 41px;
    margin-right: 65px;
    min-width: 121px;
    margin-top: 0;
    margin-bottom: 0;
}
.section .warp .six_content .item .box p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #2C2C2C;
    line-height: 41px;
    margin: 0;
}
.section .warp .submit_content{
    width: 891px;
    margin: 180px auto;
}
.section .warp .submit_content .title{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #2C2C2C;
    padding-bottom: 61px;
    border-bottom: 1px solid #F4F4F4;
}
.section .warp .submit_content .details{
    margin-top: 61px;
    text-align: center;
}
.section .warp .submit_content .details .item{
    margin-bottom: 98px;
}
.section .warp .submit_content .details .item span{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #2C2C2C;
    margin-bottom: 57px;
}

.section .warp .submit_content .details .item .flex{
    display: flex;
    align-items: center;
    margin-bottom: 42px;
}
.section .warp .submit_content .details .item .flex p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #393939;
    margin-right: 29px;
    min-width: 144px;
    text-align: right;
}
.section .warp .submit_content .details .item .flex .bor{
    width: 707px;
    height: 56px;
    border: 1px solid #E9E9E9;
    display: flex;
    align-items: center;
}
.section .warp .submit_content .details .item .flex .bor i{
    margin-left: 19px;
    margin-right: 15px;
    font-size: 20px;
    color: #6C6C6C;
}
.section .warp .submit_content .details .item .flex .bor input{
    width: 80%;
    height: 100%;
    border: none!important;
    background: transparent;
    outline: none;
}
.section .warp .submit_content .details .item .flex .bor input::placeholder{
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #111111;
    line-height: 60px;
    opacity: 0.4;
}
.section .warp .submit_content button{
    width: 170px;
    height: 50px;
    margin: 76px auto 0;
    background: #004098;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: 0.6s;
}
.section .warp .submit_content button:hover{
    background: #013073;
}

.section .warp .block_active{
    display: flex!important;
}
header .second_con .down .title p{
    margin-bottom: 0!important;
}
header .second_con .search p{
    margin-bottom: 0!important;
}
.popu{
    width: 192px;
    height: 77px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 0px 30px 0px rgb(24 25 26 / 10%);
    display: none;
    text-align: center;
}
.popu p{
    font-size: 14px;
    color: #004098;
    line-height: 77px;
    margin: 0;
    padding: 0;
}