/* banner img */
.banner-img-pc {
    display: block;
}

.banner-img-mobile {
    display: none !important
}

@media screen and (max-width:767px) {
    .banner-img-pc {
        display: none !important;
    }

    .banner-img-mobile {
        display: block !important;
    }
}

.g-pd {}

.f-box {
    margin: 0 auto;
    width: 1400px;
    max-width: 100%;
    overflow: visible;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.once-bg {
    background-color: rgb(243, 250, 255);
    padding: 50px 0;
    overflow: hidden;
}

.twc-bg {
    padding: 50px 0 80px 0;
}

/* delivery */
.delivery {}

.delivery .delivery-main {
    height: 126px;
    background: #E9EEF4;
    border-radius: 63px 63px 63px 63px;
    padding: 44px 83px;
    overflow: hidden;
}

.delivery .delivery-main .ajax-form {
    height: 100%;
}

.delivery .delivery-main .ajax-form .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.delivery .delivery-main .ajax-form .flex .right {
    width: 154px;
    margin-left: 100px;
}

.delivery .delivery-main .ajax-form .flex .right a {
    width: 100%;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background: #4285F4;
    border-radius: 20px 20px 20px 20px;
    font-size: 20px;
    color: #FFFFFF;
}

.delivery .delivery-main .ajax-form .flex .left {
    flex: 1;
}

.delivery .delivery-main .ajax-form .item {
    height: 38px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #A7A7A7;
}

.delivery .delivery-main .ajax-form .item input {
    font-size: 18px;
    color: #737373;
}

.content-title {
    display: flex;
    flex-direction: column;
}

.content-title p {
    position: relative;
    font-size: 3.6rem;
    color: #303030;
    font-weight: bold;
}

.content-title p::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 9px;
    width: 20px;
    height: 20px;
    background: url(../image/tit-tip.png) no-repeat center center;
    background-size: 100% 100%;
}

.content-title .color_white::before {
    background: url(../image/tips_white.png) no-repeat center center;
}

.pad_top {
    padding-top: 85px;
    padding-bottom: 85px;
    overflow: hidden;
}

.color_white {
    color: white !important;
}

.tit-center {
    width: 555px;
    margin: 0 auto;
    text-align: center;
}

.content-title span {
    font-size: 18px;
    color: #555555;
    margin-top: 20px;
}

/* sales */
.cons {
    width: 250px;
    background: #FF7A03;
    border-radius: 25px 25px 25px 25px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF !important;
    display: block;
    margin: 80px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
}

.posi_reac {
    position: relative;
}

.posi_ab {
    position: absolute;
    left: 0;
    top: 100%;
    transition: all .3s;
}

.mian_posi {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.gogeopt {
    background: url(../image/gogeopt.png) no-repeat center center;
    position: relative;
}

.gogeopt .gogeopt-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 85px;
}

.gogeopt .gogeopt-content li {
    width: 20%;
    height: 400px;
    background: #FFFFFF;
    border-radius: 37px 37px 37px 37px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* padding: 70px 0; */
    gap: 35px;
    transition: all .3s;
    cursor: pointer;
}

.gogeopt .gogeopt-content li:hover {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    box-shadow: 9px 48px 25px -9px rgba(0, 0, 0, .3);
}

.gogeopt .gogeopt-content li p {
    color: #272727;
    font-size: 20px;
}

.gogeopt .gogeopt-content li .goog_text {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

/* gogead */
.gogead-content {
    padding: 84px 81px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 91px;
}
.gogead-content .dass{
    margin-top: -135px;
}
.gogead-content li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.gogead-content li p {
    font-size: 28px;
    color: #333333;
    margin-top: 46px;
    margin-bottom: 15px;
    font-weight: bold;
}

.gogead-content li span {
    font-size: 20px;
    color: #666666;
    display: block;
    height: 20px;
    text-align: center;
}

/* programme  */
.programme {
    background: url(../image/probg.png) no-repeat top right;
    min-height: 430px;
}

.programme .swiper_cont {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;

}

.programme .swiper_cont .swiper_nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.programme .swiper_cont .swiper_nav .nav_item {
    color: #FFFFFF;
    font-size: 18px;
    min-width: 105px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 20px;
    text-align: center;
}

.swiper_det {
    overflow: hidden;
    margin-top: 30px;
}

.swiper_det .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper_det .swiper-slide li {
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.swiper_det .swiper-slide p {
    font-size: 16px;
    color: #333333;
    margin-top: 18px;
    text-align: center;
}

.nav_active {
    background-color: #FF7A03;
    border-radius: 15px 15px 15px 15px;
}

.programme .swiper_cont .swiper_nav li {}

.btns {
    width: 300px;
}


/* market */
.market .market_content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-top: 84px;
}

.market .market_content li {
    display: flex;
    width: 665px;
    height: 410px;
    background: #E1EBFB;
    border-radius: 31px 31px 31px 31px;
    overflow: hidden;
    cursor: pointer;

}

.market .market_content li:hover .posi_ab {
    top: 0;
}

.market .market_content li .market_top,
.market .market_content li .marget_mask {
    width: 100%;
    height: 100%;
}

.market .market_content li .marget_mask {
    background: #E1EBFB;
    border-radius: 31px 31px 31px 31px;
    padding: 23px 40px;
}

.market .market_content li .marget_mask .mar_tit {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 26px;
    color: #3477E7;
}

.market .market_content li .marget_mask .mark_detail {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.market .market_content li .marget_mask .mark_detail .det_ail {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 20px;
}

.market .market_content li .marget_mask .mark_detail .mar_det_itel {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.market .market_content li .marget_mask .mark_detail .mar_del_flex {
    display: flex;
    gap: 25px;
}

.market .market_content li .marget_mask .mark_detail .mar_del_flex .mar_tip {
    width: 112px;
    height: 38px;
    background: rgba(52, 119, 231, .27);
    font-weight: bold;
    font-size: 17px;
    color: #3477E7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.market .market_content li .marget_mask .mark_detail .mar_del_flex .mar_tip_flex {
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #333333;
    flex-wrap: wrap;
    flex: 1;
}

.market .market_content li .marget_mask .mark_detail .mar_del_flex .mar_tip_flex p {
    margin-right: 28px;
    font-size: 16px;
}

.market .market_content li .marget_mask .mark_detail .mar_del_flex .mar_tip_flex span {
    color: #3477E7;
    font-size: 16px;
}

.market .market_content li .marget_mask .mark_detail .mar_del_flex .mar_tip_flex strong {
    color: #3477E7;
    font-size: 27px;
}

.market .market_content li .marget_mask .mar_tit p {
    margin-left: 20px;
}

.market .market_content li .market_top p {
    padding: 60px;
    font-size: 16px;
    color: white;
    line-height: 25px;
}
.m-ajax-form{
    width: 93%;
    display: flex;
    align-items: center;
}
.cons input,.btn input{
    font-size: 20px;
    color: white;
    width: 100%;
    height: 100%;
}

.form_flex{
    justify-content: center;
    flex-direction: column;
}
.market .market_content li .market_top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.market .market_content li:nth-child(1) .market_top {
    background: url(../image/mars1.png) no-repeat center center;
}

.market .market_content li:nth-child(2) .market_top {
    background: url(../image/mars2.png) no-repeat center center;
}

.market .market_content li:nth-child(3) .market_top {
    background: url(../image/mars3.png) no-repeat center center;
}

.market .market_content li:nth-child(4) .market_top {
    background: url(../image/mars4.png) no-repeat center center;
}

.market .market_content li:nth-child(5) .market_top {
    background: url(../image/mars5.png) no-repeat center center;
}

.market .market_content li:nth-child(6) .market_top {
    background: url(../image/mars6.png) no-repeat center center;
}
/* consulting */
.consulting  .consulting-content{
    display: flex;
    justify-content: center;
}
.consulting .consulting-content .consult_inp{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    margin: 0 auto;
    font-size: 24px;
    color: #6C6C6C;
    margin-top: 70px;
}
.consulting .consulting-content .consult_inp .input_item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.consulting .consulting-content .consult_inp .input_item1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.consulting .consulting-content .consult_inp .input_item input{
    width: 350px;
    height: 40px;
    border-bottom: 1px solid #B0B0B0;
    font-size: 24px;
}
.consulting .consulting-content .consult_inp .input_item1 input{
    width: 350px;
    height: 40px;
    border-bottom: 1px solid #B0B0B0;
    font-size: 24px;
}
.consulting .consulting-content .consult_inp .input_item label{
    width: 85px;
    height: 40px;
    line-height: 40px;
    position: relative;
}
.consulting .consulting-content .consult_inp .input_item label::after{
    content: "*";
    position: absolute;
    top: -6px;
    left: -12px;
    color: #FA5555;
}

@media screen and (max-width: 1460px) {
    .f-box {
        width: 1200px;
    }

    .market .market_content {
        gap: 20px;
    }

    .market .market_content li {
        width: 590px;
    }

    .market .market_content li .marget_mask .mark_detail .mar_del_flex .mar_tip_flex strong {
        font-size: 18px;
    }

    .market .market_content li .marget_mask .mark_detail .mar_del_flex .mar_tip_flex .as_nowrap strong {
        white-space: unset !important;
    }
}

@media screen and (max-width: 1260px) {
    .f-box {
        width: 100%;
        padding: 0 50px;
    }

    .gogeopt .gogeopt-content li {
        width: 22%;
        height: 300px;
    }
    .delivery .delivery-main .ajax-form .flex .left {
        width: 100%;
    }

    .delivery .delivery-main .ajax-form .flex .left .item-box {
        width: 32%;
    }

    .delivery .delivery-main .ajax-form .flex .right {
        margin-left: 0;
    }

    .delivery .delivery-main {
        height: auto;
    }
    .gogead-content li{
        width: 33%;
    }
    .gogead-content li p{
        white-space: nowrap;
    }
    .gogeopt .gogeopt-content li {
        width: 22.5%;
    }

    .gogeopt .gogeopt-content {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 30px;
    }

    .delivery .delivery-main .ajax-form .flex {
        width: 100%;
        flex-direction: column;
    }

    .delivery .delivery-main .ajax-form .flex .left .flex {
        width: 100%;
        flex-direction: row;
        margin-bottom: 30px;
    }

    .delivery .delivery-main .ajax-form .item input {
        display: block;
        width: 100%;
    }

    .programme .swiper_cont {
        width: 100%;
    }

    .programme .swiper_cont .swiper_nav .nav_item {
        padding: 0 10px;
    }

    .market .market_content li {
        width: 48%;
    }

    .market .market_content li .marget_mask .mark_detail .once {
        gap: 10px;
    }

    .market .market_content li .marget_mask .mark_detail .thre {
        gap: 10px;
    }

    .market .market_content li .marget_mask .mark_detail .end_tap {
        margin-top: 2px !important;
    }

    .market .market_content li .marget_mask .mark_detail .btt_ss {
        margin-top: -16px !important;
    }

    .market .market_content li .marget_mask .mar_tit p {
        font-size: 22px !important;
    }

    .market .market_content li .marget_mask .mark_detail {
        margin-top: 20px;
    }
    .consulting .consulting-content .consult_inp .input_item input{
        width: 85%;
    }
}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 768px) {
    .gogeopt .gogeopt-content li img {
        width: 70px;
    }

    .gogeopt .gogeopt-content li p {
        font-size: 14px;
    }

    .content-title p {
        margin-left: 20px;
    }

    .delivery .delivery-main .ajax-form .flex .left .flex {
        flex-direction: column;
    }

    .delivery .delivery-main .ajax-form .flex .left .item-box {
        width: 100%;
    }

    .gogeopt .gogeopt-content li {
        width: 47%;
        height: 230px;
        border-radius: 12px;
        gap: 20px;
        box-shadow: 2px 6px 10px 2px rgba(0,0,0,0.4);
    }

    .gogeopt .gogeopt-content {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 30px;
    }

    .gogeopt .gogeopt-content li .goog_text {
        gap: 10px;
    }

    .pad_top {
        padding-top: 20px;
        padding-bottom: 25px;
    }

    .f-box {
        padding: 0 20px;
    }

    .gogeopt {
        background-size: 100% 100%;
    }

    .content-title p {
        font-size: 20px;
        /* white-space: nowrap; */
        /* text-align: center; */
    }

    .delivery .delivery-main {
        padding: 28px 35px;
    }

    .content-title p::before {
        top: 3px;
    }

    .gogead-content {
        padding: 35px 0px 0;
        margin-bottom: 0px;
    }
    .gogead-content li p {
        font-size: 16px;
        margin-top: 16px;
    }

    .gogead-content li span {
        font-size: 14px;
        text-align: center;
    }

    .gogead-content .dass {
        display: none;
    }

    .cons {
        margin: 25px auto 0;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        padding: 0;
    }

    .btt {
        width: 156px;
    }

    .btns {
        width: 190px;
    }

    .programme .swiper_cont .swiper_nav {
        overflow-y: auto;
    }

    .content-title span {
        font-size: 14px;
    }

    .tit-center {
        width: 335px !important;
    }

    .programme .content-title p {
        margin-left: 0;
    }

    .programme .content-title p::before {
        left: -8px;
    }
    .programme{
        padding-top: 20px !important;
    }
    .programme .swiper_cont .swiper_nav{
        margin-top: 35px;
    }
    .swiper_det .swiper-slide li{
        color: white;
        font-size: 16px;
    }
    .programme .swiper_cont .swiper_nav .nav_item {
        white-space: nowrap;
        min-width: unset;
    }
    .swiper_det .swiper-slide p{
        margin-top: 33px;
    }
    .swiper_nav::-webkit-scrollbar {
        display: none;
    }
    .market {
        padding-top: 0 !important;
    }
    .market .content-title p{
        text-align: center;
    }
    .market .market_content {
        gap: 20px;
        margin-top: 20px;
    }

    .market .market_content li {
        width: 100%;
        border-radius: 20px;
    }
    .market .market_content li .marget_mask{
        border-radius: 20px;
    }
    .market .market_content li .marget_mask .mark_detail {
        margin-top: 40px;
    }

    .market .market_content li .marget_mask .mark_detail .det_ail {
        margin-bottom: 35px;
    }

    .market .market_content li .marget_mask .mar_tit p {
        font-size: 16px !important;
    }

    .market .market_content li .marget_mask {
        padding: 23px 15px;
    }

    .market .market_content li .marget_mask .mar_tit img {
        height: 30px;
    }

    .market .market_content li .marget_mask .mark_detail .det_ail {
        font-size: 14px;
    }

    .market .market_content li .marget_mask .mark_detail .mar_del_flex .mar_tip {
        font-size: 14px;
        width: 75px;
        height: 31px;
    }
    .market .market_content li .marget_mask .mark_detail .mar_del_flex .mar_tip_flex p{
        font-size: 14px;
        margin-right: 0;
    }
    .market .market_content li .marget_mask .mark_detail .mar_del_flex .mar_tip_flex strong{
        font-size: 16px !important;
    }
    .market .market_content li .marget_mask .mark_detail .det_ail{
        margin-bottom: 20px !important;
    }
    .market .market_content li{
        height: 386px;
    }
    .market .market_content li .marget_mask .mark_detail{
        margin-top: 20px !important;
    }
    .market .market_content li:nth-child(1) .mark_detail{
        margin-top: 40px !important;
    }
    .market .market_content li .once{
        margin-top: 15px;
    }
    .market .market_content  .posi_ab{
        top: 0 !important;
    }
    .delivery .delivery-main .ajax-form .item input{
        font-size: 14px;
    }
    .delivery .delivery-main .ajax-form .flex .right a{
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }
    .delivery .delivery-main{
        border-radius: 22px;
        padding: 15px 25px;
    }
    .delivery .delivery-main .ajax-form .flex .right{
        width: 120px;
    }
    .delivery .delivery-main .ajax-form .flex .left .flex{
        margin-bottom: 15px;
    }
    .programme .swiper_cont .swiper_nav .nav_item{
        font-size: 14px;
    }
    .consulting .consulting-content .consult_inp{
        flex-direction: column;
        margin-top: 20px;
    }
    .consulting .consulting-content .consult_inp{
        gap: 10px;
    }
    .consulting .consulting-content .consult_inp .input_item label{
        font-size: 16px;
        width: 50px;
    }
    .cons input, .btn input{
        font-size: 14px;
    }
    .gogeopt .gogeopt-content li:hover{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -moz-transform: translateY(0px);
        box-shadow: 2px 6px 10px 2px rgba(0,0,0,0.4)
    }
}