﻿@-webkit-keyframes pagination-progress {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes pagination-progress {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.banner-wrap {
    width: 100%;
    height: 500px;
    margin-top: 68px;
    background: url("../images/weixin_banner_bg.png") no-repeat top center/cover
}

.banner-wrap .banner-box {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    background: url("../images/odi_banner.png") no-repeat right center
}

.banner-wrap .banner-box h1 {
    font-size: 36px;
    color: #fff
}

.banner-wrap .banner-box p {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #fff;
    opacity: .8
}

.banner-wrap .banner-box .nav-apply {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    width: 300px;
    border-radius: 4px;
    overflow: hidden
}

.banner-wrap .banner-box .nav-apply input {
    width: 100%;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    border-radius: 0;
    border: none;
    text-indent: 10px
}

.banner-wrap .banner-box .nav-apply input::-moz-placeholder {
    color: #999
}

.banner-wrap .banner-box .nav-apply input:-ms-input-placeholder {
    color: #999
}

.banner-wrap .banner-box .nav-apply input::placeholder {
    color: #999
}

.banner-wrap .banner-box .nav-apply .nav-apply-button {
    width: 145px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.banner-wrap .banner-box .nav-apply .nav-apply-button a{
	display: inline-block;
	width: 100%;
	height: 100%;
    color: #fff;
    background: linear-gradient(to right, #f45b4b, #ea3e41);
    border-radius: 5px;
}

.banner-wrap .banner-box .nav-apply .nav-apply-button:hover {
    cursor: pointer;
    box-shadow: 0 10px 25px 0 rgba(238, 77, 45, .4)
}

.navigation-wrap .box {
    height: 48px;
    line-height: 48px;
    color: #999
}

.navigation-wrap .box a {
    color: #999
}

.navigation-wrap .box a:hover {
    color: #333
}

.navigation-wrap .box i {
    font-size: 14px
}

.navigation-wrap .box .navigation-link {
    color: #333
}

.pain-wrap .title {
    margin-top: 60px
}

.pain-box {
    display: flex;
    justify-content: space-between
}

.pain-box .pain-item {
    width: 31%;
    padding: 30px;
    border-radius: 4px;
    text-align: center;
    background-color: #f9fbfe;
    border: 1px solid #e2e7ed;
    transition: all .3s ease-in-out;
    background: url("../images/program_pain_bg.png") no-repeat top center/cover
}

.pain-item img {
    max-width: 80px;
    margin-bottom: 10px
}

.pain-item h4 {
    font-size: 18px;
    line-height: 2;
    font-weight: 500
}

.pain-item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 20px
}

.pain-item ul li {
    min-width: 80%;
    font-size: 14px;
    color: #666;
    list-style: disc;
    line-height: 2.2
}

.pain-item:hover {
    cursor: defalut;
    transform: translateY(-8px);
    box-shadow: -1px 29px 42px 4px rgba(190, 213, 255, .34);
    border: solid 1px #9dbcf7
}

.app-wrapper {
    padding: 60px 0
}

.app-wrapper-first {
    padding: 40px 0
}

.app-wrapper-gray {
    background-color: #f4f7fa
}

.app-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out
}

.app-box>div:nth-child(2) {
    margin-left: 6%
}

.app-box .app-box-img {
    width: 48%;
    display: flex;
    align-items: center
}

.app-box-text {
    width: 35%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.app-box-text .app-box-text-item {
    margin: 10px 0
}

.app-box-text .app-box-text-item h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    color: #333
}

.app-box-text .app-box-text-item p {
    font-size: 16px;
    line-height: 2;
    color: #999
}

.app-box-text .app-box-text-item:last-child {
    margin-bottom: 0
}

.program-wrap {
    background-color: #f4f7fa
}

.program-box {
    display: flex;
    justify-content: space-between
}

.program-item {
    width: 33%;
    text-align: center
}

.program-item img {
    max-width: 200px
}

.program-item h4 {
    font-size: 18px;
    line-height: 3;
    margin-top: 30px
}

.program-item .program-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.program-item ul {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left
}

.program-item ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    color: #666;
    list-style: disc;
    line-height: 2
}

.quick-wrap {
    background: url("../images/program_quick_bg.png") no-repeat top center/cover;
    text-align: center
}

.quick-wrap img {
    max-width: 600px
}

.quick-wrap .quick-text {
    max-width: 600px;
    margin: 20px auto 40px;
    display: flex;
    justify-content: space-between
}

.quick-wrap .quick-text p {
    font-size: 18px;
    min-width: 90px
}

.quick-wrap a {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
    background: linear-gradient(90deg, #fc354c 0%, #ff4e4e 100%)
}

.advan-wrap {
    background-color: #f4f7fa
}

.advan-wrap .advan-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.advan-wrap .advan-box .advan {
    padding: 30px;
    display: flex;
    width: 48.5%;
    margin-bottom: 3%;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border: 1px solid #dfe2ed;
    transition: all .3s ease-in-out
}

.advan-wrap .advan-box .advan:hover {
    transform: translateY(-8px);
    box-shadow: 3px 15px 15px rgba(0, 0, 0, .1)
}

.advan-left {
    flex: 1
}

.advan-left h3 {
    font-size: 18px;
    margin-bottom: 10px
}

.advan-left p {
    color: #999;
    margin-bottom: 10px
}

.advan-left ul {
    display: flex;
    padding-left: 20px
}

.advan-left ul li {
    list-style: disc;
    min-width: 45%
}

.custom-wrap {
    background-color: #fff
}

.custom-wrap .title-p {
    width: 60%;
    line-height: 1.5;
    margin: -35px auto 20px
}

.custom-wrap .apply-btn-box a {
    margin-left: 0;
    color: #fd4343;
    border: 1px solid #fd4343;
    background-color: #fff;
    transition: all .3s ease-in-out
}

.custom-wrap .apply-btn-box a:hover {
    color: #fff;
    background-color: #fd4343
}

.custom-box {
    max-width: 1240px;
    margin-bottom: 60px
}

.custom-box .custom-swiper {
    padding: 10px 20px 30px
}

.custom-box .custom-swiper .swiper-wrapper {
    margin-bottom: 40px
}

.custom-box .custom-swiper .swiper-slide {
    width: 360px;
    box-shadow: 0px 10px 18px rgba(29, 63, 128, .08);
    transition: all .1s ease-in-out
}

.custom-box .custom-swiper .swiper-slide:hover {
    transform: translateY(-5px)
}

.custom-box .custom-swiper .swiper-pagination-bullet {
    background-color: #e6e7e9;
    width: 42px;
    height: 4px;
    margin-bottom: 20px;
    border-radius: 2px;
    opacity: 1
}

.custom-box .custom-swiper .swiper-pagination-bullet-active {
    background-color: #e6e7e9;
    position: relative;
    opacity: 1
}

.custom-box .custom-swiper .swiper-pagination-bullet-active:after {
    content: "";
    width: 0;
    height: 100%;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f81f30;
    -webkit-animation: pagination-progress 3s linear infinite .3s;
    animation: pagination-progress 3s linear infinite .3s
}

.swiper-slide-box {
    padding: 2% 5%
}

.swiper-slide-box h4 {
    font-size: 16px;
    font-weight: bold
}

.swiper-slide-box p {
    font-size: 14px;
    color: #999;
    margin: 10px 0 2%;
    height: 84px
}

.swiper-slide-box .swiper-slide-bottom {
    display: flex;
    align-items: center;
    height: 58px
}

.swiper-slide-box .swiper-slide-bottom .swiper-slide-logo {
    max-width: 30%
}

.swiper-slide-box .swiper-slide-bottom .bottom {
    text-align: right;
    height: auto
}

.swiper-slide-box .swiper-slide-bottom .bottom span {
    width: 40px;
    margin-right: 3px;
    display: inline-block;
    height: 1px;
    border-top: 1px solid #666;
    vertical-align: middle
}

.custom-logo-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px
}

.custom-logo-box .custom-logo {
    width: 19%;
    margin-bottom: 1%;
    border: 1px dashed #d5dbe2;
    transition: all .3s ease-in-out
}

.custom-logo-box .custom-logo:hover {
    box-shadow: 0px 10px 18px rgba(29, 63, 128, .08)
}

.custom-logo-box .custom-logo img {
    width: 100%
}

.problem-wrap {
    overflow: hidden;
    background: url("../images/website_problem_bg.png") no-repeat top center/cover
}

.problem-wrap .problem-box {
    flex-wrap: wrap
}

.problem {
    padding: 30px 15px 30px 20px;
    width: 48.5%;
    margin-bottom: 3%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    transition: all .3s ease-in-out
}

.problem:hover {
    transform: translateY(-8px);
    box-shadow: 3px 15px 15px rgba(0, 0, 0, .1)
}

.problem .problem-left {
    margin-right: 2%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 15%;
}

.problem .problem-left h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center
}

.problem .problem-left p {
    font-size: 18px;
    text-align: center
}

.problem .problem-right{
    width: 85%;
}

.problem .problem-right h4 {
    font-size: 16px;
    margin-bottom: 10px
}

.problem .problem-right p {
    color: #999;
    font-size: 14px
}

.bottom-apply-wrap {
    height: auto;
    overflow: visible;
    position: relative
}

.bottom-apply-wrap .bottom-apply-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 40px;
    position: relative;
    z-index: 1
}

.bottom-apply-left-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 38%;
    height: 290px;
    background: url("../images/website_bottom_apply_bg.png") no-repeat right top/cover
}

.bottom-apply-left h3 {
    font-size: 24px;
    color: #fff
}

.bottom-apply-left p {
    font-size: 18px;
    color: #fff;
    opacity: .8;
    line-height: 1.7;
    margin-bottom: 20px
}

.bottom-apply-left .bottom-apply-left-box {
    display: flex
}

.bottom-apply-left .bottom-apply-left-box a {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    color: #fd4343;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    transition: all .1s ease-in-out
}

.bottom-apply-left .bottom-apply-left-box a:last-child {
    margin-left: 25px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff
}

.more-fuwu-box {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url("../images/website_more_fuwu_bg.png") no-repeat right center
}

.more-fuwu-box .more-fuwu {
    width: 26%;
    margin-bottom: 15px
}

.more-fuwu-box .more-fuwu:nth-child(n+4) {
    margin-bottom: 0
}

.more-fuwu-box .more-fuwu h3 {
    display: block;
    font-size: 30px
}

.more-fuwu-box .more-fuwu h3 span {
    font-size: 24px
}

.more-fuwu-box .more-fuwu p {
    font-size: 16px;
    line-height: 1.7;
    color: #999
}

.more-fuwu-box .more-fuwu:nth-child(3n+2) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.more-fuwu-box .more-fuwu:nth-child(3n+3) {
    width: 38%
}

@media screen and (max-width: 768px) {
    .banner-wrap {
        height: 400px;
        margin-top: 0
    }

    .banner-wrap .banner-box {
        background-position: center bottom;
        background-size: 40% auto
    }

    .banner-wrap .banner-box .banner {
        width: 100%;
        margin: -80px auto 0
    }

    .banner-wrap .banner-box h1 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
        margin-top: -40px
    }

    .banner-wrap .banner-box p {
        max-width: 90%;
        margin: 0 auto;
        font-size: 16px;
        text-align: center
    }

    .banner-wrap .banner-box .banner-apply-box {
        justify-content: center
    }

    .banner-wrap .banner-box .banner-apply-box a {
        width: 102px;
        height: 34px;
        line-height: 34px;
        border-radius: 4px;
        font-size: 14px
    }

    .banner-wrap .banner-box .nav-apply {
        margin: 20px auto 0;
        justify-content: center;
    }

    .pain-wrap .title {
        margin-top: 20px
    }

    .pain-box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

    .pain-box .pain-item {
        width: 90%;
        padding: 15px 30px;
        margin-bottom: 5%;
        border-radius: 4px
    }

    .pain-item h3 {
        font-size: 16px
    }

    .pain-item h4 {
        font-size: 14px;
        line-height: 3
    }

    .pain-item ul li {
        min-width: 80%;
        font-size: 12px
    }



    .app-box .app-box-img {
        width: 90%;
        padding: 0;
        order: 1;
    }
    .app-box>div:nth-child(2){
    	margin-left: 0px;
    }

    .app-box-text {
        width: 90%;
        margin-top: 15px
    }

    .app-box-text h3 {
        font-size: 14px;
        margin-bottom: 15px
    }

    .app-box-text .app-box-text-item {
        margin: 8px 0
    }

    .app-box-text .app-box-text-item:last-child {
        margin-bottom: 0
    }

    .app-box-text .app-box-text-item h4 {
        font-size: 20px
    }

    .app-box-text .app-box-text-item p {
        font-size: 14px;
        line-height: 1.7
    }

    .program-item .program-text{
    	display: none;
    }

    .product-wrap .product-box {
        margin-bottom: 30px
    }
    .quick-wrap img{
    	max-width: 300px;
    }
    .quick-wrap .quick-text{
    	max-width: 350px;
    }

    .product-tab-box {
        width: 100%
    }

    .product-tab-box .product-tab {
        width: 20%;
        font-size: 12px
    }

    .product-con-wrap {
        padding: 4% 0 8%
    }

    .product-con-wrap .product-con-box {
        flex-wrap: wrap;
        justify-content: center
    }

    .product-con-wrap .product-right {
        width: 100%
    }

    .product-left {
        width: 90%
    }

    .product-left .product-left-item {
        justify-content: flex-start;
        margin-bottom: 20px
    }

    .product-left .product-left-item h4 {
        font-size: 14px
    }

    .product-left .product-left-item p {
        font-size: 12px
    }

    .product-left .product-left-item:last-child {
        margin-bottom: 0
    }

    .webchat-wrap .webchat-box .webchat-slide {
        display: none
    }

    .webchat {
        width: 100%
    }

    .webchat .webchat-left {
        width: 30%;
        height: 280px;
        border-right: 1px solid #ccd5e5
    }

    .webchat .webchat-center {
        width: 42%;
        height: 280px;
        position: relative
    }

    .webchat .webchat-right {
        width: 28%;
        overflow: hidden;
        border-left: 1px solid #ccd5e5;
        position: relative
    }

    .webchat .webchat-right .webchat-right-top {
        width: 100%;
        height: 34px;
        border-bottom: 1px solid #ccd5e5;
        text-align: center
    }

    .webchat .webchat-right .webchat-right-top .webchat-right-top-item {
        font-size: 12px;
        transform: scale(0.9);
        line-height: 1.3
    }

    .webchat .webchat-right .webchat-right-img {
        position: absolute;
        top: 34px
    }

    .webchat-left .webchat-left-item {
        padding: 10px 5px
    }

    .webchat-left .webchat-left-item .webchat-left-img {
        min-width: 20px;
        height: 20px;
        margin-right: 10px
    }

    .webchat-left .webchat-left-item .webchat-left-con {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .webchat-left .webchat-left-item .webchat-left-con h4 {
        width: 100%;
        height: 0;
        overflow: hidden;
        font-size: 12px;
        line-height: 1;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        transition: all .3s ease-in-out
    }

    .webchat-left .webchat-left-item .webchat-left-con h4 span {
        font-weight: normal
    }

    .webchat-left .webchat-left-item .webchat-left-con .webchat-left-long {
        width: 75px;
        height: 7px;
        background: #dfe4ed;
        border-radius: 10px;
        transition: all .3s ease-in-out
    }

    .webchat-left .webchat-left-item .webchat-left-con .webchat-left-short {
        width: 55px;
        height: 7px;
        background: #dfe4ed;
        border-radius: 10px;
        margin-top: 8px
    }

    .webchat-left .active .webchat-left-con h4 {
        height: 12px
    }

    .webchat-left .active .webchat-left-con .webchat-left-long {
        height: 0
    }

    .webchat-left .active .webchat-left-con .webchat-left-short {
        width: 55px;
        height: 5px
    }

    .webchat-center-box {
        height: 100%;
        position: absolute;
        overflow: hidden
    }

    .webchat-center-box .webchat-center-img {
        height: auto
    }

    .webchat-center-box .webchat-center-img img {
        transform: translateX(-100%)
    }

    .webchat-center-box .webchat-center-bot {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 77px;
        overflow: hidden;
        border-top: 1px solid #ccd5e5
    }

    .webchat-center-box .webchat-center-bot .webchat-center-bot-con {
        padding: 5px;
        transform: translateX(-100%)
    }

    .webchat-center-box .webchat-center-bot img {
        display: block;
        height: 12px;
        margin: 0
    }

    .webchat-center-box .webchat-center-bot img.webchat-center-bot-con-weixin {
        height: 18px
    }

    .webchat-center-box .webchat-center-bot .webchat-center-bot-button {
        width: 53px;
        height: 18px;
        line-height: 18px;
        margin-top: 35px;
        margin-left: auto;
        font-size: 12px;
        color: #fff;
        text-align: center;
        background: #dfe4ed;
        border-radius: 4px
    }

    .webchat-center-box .webchat-center-bot .webchat-center-bot-button-weixin {
        margin-top: 29px;
        background-color: #dfe4ed;
        color: #fff
    }

    .webchatCenterActive .webchat-center-img img {
        transform: translateX(0);
        transition: all .3s ease-in-out
    }

    .webchatCenterActive .webchat-center-bot .webchat-center-bot-con {
        transform: translateX(0);
        transition: all .3s ease-in-out
    }

    .advan-wrap .advan-box .advan {
        width: 100%;
        padding: 20px 0 20px 20px
    }

    .advan-left {
        flex: 1
    }

    .advan-left h3 {
        font-size: 16px;
        margin-bottom: 10px
    }

    .advan-left ul {
        display: none
    }

    .advan-img {
        max-width: 60px
    }

    .custom-wrap .title-p {
        width: 90%;
        margin: -15px auto 20px
    }

    .custom-box {
        max-width: 94%;
        margin-bottom: 20px
    }

    .custom-box .custom-swiper {
        padding: 10px
    }

    .custom-box .custom-swiper .swiper-wrapper {
        margin-bottom: 40px
    }

    .custom-box .custom-swiper .swiper-slide {
        min-width: 100%
    }

    .custom-logo-box {
        padding: 0
    }

    .custom-logo-box .custom-logo {
        width: 33%
    }

    .custom-logo-box .custom-logo img {
        width: 100%
    }

    .problem {
        padding: 30px 15px 30px 20px;
        width: 100%;
        margin-bottom: 3%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: #fff;
        transition: all .3s ease-in-out
    }

    .problem:hover {
        transform: translateY(-8px);
        box-shadow: 3px 15px 15px rgba(0, 0, 0, .1)
    }

    .problem .problem-left {
        margin-right: 4%;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .problem .problem-left h3 {
        font-size: 18px;
        font-weight: bold;
        text-align: center
    }

    .problem .problem-left p {
        font-size: 16px;
        text-align: center
    }

    .problem .problem-right {
        flex: 1
    }

    .problem .problem-right h4 {
        font-size: 14px;
        margin-bottom: 10px
    }

    .problem .problem-right p {
        color: #999;
        font-size: 12px
    }

    .bottom-apply-wrap {
        height: auto;
        overflow: visible;
        position: relative
    }

    .bottom-apply-wrap .bottom-apply-box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        padding: 40px 0 40px;
        position: relative;
        z-index: 1
    }

    .bottom-apply-left-bg {
        display: none
    }

    .bottom-apply-left {
        width: 100%;
        padding: 20px;
        border-radius: 8px;
        background: #f24b55;
        margin-bottom: 20px
    }

    .bottom-apply-left h3 {
        font-size: 24px;
        color: #fff
    }

    .bottom-apply-left p {
        font-size: 18px;
        color: #fff;
        opacity: .8;
        line-height: 1.7;
        margin-bottom: 20px
    }

    .bottom-apply-left .bottom-apply-left-box {
        display: flex
    }

    .bottom-apply-left .bottom-apply-left-box a {
        display: block;
        width: 140px;
        height: 40px;
        line-height: 40px;
        color: #fd4343;
        background-color: #fff;
        text-align: center;
        font-size: 14px;
        border-radius: 4px;
        transition: all .1s ease-in-out
    }

    .bottom-apply-left .bottom-apply-left-box a:last-child {
        margin-left: 25px;
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff
    }

    .more-fuwu-box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: url("../images/website_more_fuwu_bg.png") no-repeat right center
    }

    .more-fuwu-box .more-fuwu {
        width: 50%;
        margin-bottom: 20px
    }

    .more-fuwu-box .more-fuwu h3 {
        display: block;
        font-size: 24px
    }

    .more-fuwu-box .more-fuwu h3 span {
        font-size: 24px
    }

    .more-fuwu-box .more-fuwu p {
        font-size: 14px;
        line-height: 1.7;
        color: #999
    }

    .more-fuwu-box .more-fuwu:nth-child(3n+2) {
        width: 50%
    }

    .more-fuwu-box .more-fuwu:nth-child(3n+3) {
        width: 50%
    }
}

/*# sourceMappingURL=program.css.map */