﻿/* RESPONSIVE CSS
  -------------------------------------------------- */


.banner {
    width: 100%;
    height: 600px;
}

.banner .info {
    padding-top: 75px;
    padding-left: 63px;
}

.banner .info .title {
    height: 51px;
    line-height: 51px;
    font-size: 52px;
    font-weight: bold;
    color: #333333;
}

.banner .info .child {
    margin-top: 81px;
}

.banner .info .child ul li {
    font-size: 20px;
    color: #333333;
    line-height: 60px;
}


.vision {
    padding-top: 91px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.vision .info {
    width: 100%;
    text-align: center;
}

.vision .info .title {
    height: 43px;
    line-height: 43px;
    font-size: 46px;
    font-weight: 500;
    color: #333333;
}


.vision .info .desc {
    margin-top: 24px;
    height: 13px;
    line-height: 13px;
    font-size: 18px;
    font-family: Arial;
    color: #999999;
}

.vision .list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 112px;
    padding-bottom: 2px;
}

.vision .list .item {
    width: 33%;
    height: 125px;
    text-align: center;
    margin-bottom: 130px;
    transition: all 0.3s linear;
}


.vision .list .item .pic {
    width: 62px;
    height: 62px;
    margin: 0 auto;
    transition: all 0.6s;
}

.vision .list .item .text {
    margin-top: 38px;
    height: 25px;
    line-height: 25px;
    font-size: 26px;
    color: #333333;
}

.vision .list .item:hover {
    transform: translateY(-10px) scale(1.05);
    transition: all 0.3s linear;
}

.vision .list .item:hover .text {
    color: #3F78FB;
}

.standard {
    width: 100%;
    background: #f9faff;
    padding-top: 83px;
}

.standard .info {
    width: 100%;
    text-align: center;
}

.standard .info .title {
    height: 43px;
    line-height: 43px;
    font-size: 46px;
    font-weight: 500;
    color: #333333;
}

.standard .info .desc {
    margin-top: 24px;
    height: 13px;
    line-height: 13px;
    font-size: 18px;
    font-family: Arial;
    color: #999999;
}

.standard .list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 134px;
    padding-bottom: 9px;
}

.standard .list .item {
    width: 23.3%;
    height: 173px;
    text-align: center;
    margin-bottom: 130px;
    transition: all 0.3s linear;
}

.standard .list .item:hover {
    transform: translateY(-10px) scale(1.05);
    transition: all 0.3s linear;
}

.standard .list .item .pic {
    width: 82px;
    height: 82px;
    margin: 0 auto;
    transition: all 0.6s;
}

.standard .list .item .text {
    margin-top: 82px;
    line-height: 30px;
    font-size: 26px;
    color: #333333;
}

.standard .list .item:hover .text {
    color: #3F78FB;
}

.service {
    width: 100%;
    padding-top: 89px;
}

.service .info {
    width: 100%;
    text-align: center;
}

.service .info .title {
    height: 43px;
    line-height: 43px;
    font-size: 46px;
    font-weight: 500;
    color: #333333;
}

.service .info .desc {
    margin-top: 24px;
    height: 13px;
    line-height: 13px;
    font-size: 18px;
    font-family: Arial;
    color: #999999;
}

.service .list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0px;
    padding-bottom: 0px;
}

.service .list .item {
    height: 377px;
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.service .list .item .title {
    margin-top: 62px;
    height: 25px;
    line-height: 25px;
    font-size: 26px;
    color: #333333;
}

.content .list .item .wrap {
    display: none;
}


.content .list .item .wrap .icon img {
    display: none;
}


.process {
    background: url(../image/support-process-bg.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 893px;
    margin-top: 114px;
    padding-top: 69px;
}

.process .info {
    width: 100%;
    text-align: center;
}

.process .info .title {
    height: 43px;
    line-height: 43px;
    font-size: 46px;
    font-weight: 500;
    color: #FFFFFF;
}

.process .info .sub_title {
    height: 13px;
    line-height: 13px;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 24px;
}

.process .list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 108px;
    margin-bottom: 80px;
}

.process .list .step {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.process .list .step .pic {
    width: 108px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5386fc;
    border-radius: 50%;
}

.process .list .step .pic img {
    width: 62px;
    height: 62px;
    vertical-align: middle;
}

.process .list .step .title {
    width: 110px;
    height: 24px;
    line-height: 24px;
    font-size: 26px;
    color: #ffffff;
    margin-top: 33px;
}

.process .list .step .num {
    width: 26px;
    height: 24px;
    line-height: 24px;
    font-size: 26px;
    color: #a1bdff;
    margin-top: 24px;
}

.process .list .process-line {
    width: 116px;
    height: 1px;
    background: #5386fc;
    margin-top: 54px;
    margin-left: 20px;
    margin-right: 20px;
}


.process .list .active .title, .process .list .active .num {
    color: #fecb00;
}

.process .list .active-line, .process .list .active .pic {
    background: #fecb00;
}

.process .desc-wrap {
    margin: 0 auto;
}

.process .desc {
    display: none;
    width: 766px;
    height: 195px;
    background: #3f78fb;
    position: relative;
    margin: 0 auto;
}

.process .desc:first-child {
    display: block;
}

.process .desc .top-icon {
    position: absolute;
    left: 20px;
    top: -15px;
    z-index: 2;
}

.process .desc .text {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 2px;
    z-index: 1;
    margin-top: 15px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    padding-top: 59px;
    padding-left: 60px;
    padding-right: 60px;
}

.process .desc .bottom-icon {
    position: absolute;
    bottom: -15px;
    right: 23px;
    z-index: 2;
}

.help-center {
    margin-top: 77px;
}

.help-center .info {
    text-align: center;
}

.help-center .info .title {
    height: 43px;
    line-height: 43px;
    font-size: 46px;
    font-weight: 500;
    color: #333333;
}

.help-center .info .sub_title {
    margin-top: 24px;
    height: 13px;
    line-height: 13px;
    font-size: 18px;
    font-family: Arial;
    color: #666666;
}


.help-center .list {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}


.help-center .list .item {
    width: 764px;
    height: 286px;
    border: 1px solid #eeeeee;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 63px;
    padding-left: 149px;
    background: #f9faff;
    color: #666666;
}

.help-center .list .item:hover {
    background: #5386fc;
    color: #ffffff;
}


.help-center .list .item .item-title {
    height: 25px;
    line-height: 25px;
    font-size: 26px;
}

.help-center .list .item:hover .item-title {
    font-size: 28px;
}

.help-center .list .item .child {
    margin-top: 47px;
}

.help-center .list .item .child .child-item {
    display: flex;
    margin-bottom: 18px;
}

.help-center .list .item .child .child-item .txt {
    margin-left: 12px;
}

.help-center .list .item .child .child-item .txt .email {
    color: #fecb00;
    text-decoration: underline;
}

.help-center .list .item .centerbg {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 139px;
    height: 139px;
}

.download {
    margin-top: 134px;
}


.download .info {
    text-align: center;
}

.download .info .title {
    height: 44px;
    line-height: 44px;
    font-size: 46px;
    font-weight: 500;
    color: #333333;
}

.download .info .sub_title {
    margin-top: 24px;
    height: 13px;
    line-height: 13px;
    font-size: 18px;
    font-family: Arial;
    color: #666666;
}

.download .tab-wrap {
    margin-top: 91px;
    display: flex;
    justify-content: space-between;
    padding-left: 540px;
    padding-right: 540px;
}

.download .tab-wrap .tab {
    width: 201px;
    line-height: 22px;
    font-size: 26px;
    color: #666666;
    text-align: center;
}

.download .tab-wrap .active .line {
    width: 49px;
    height: 2px;
    background: #fecb00;
    margin: 0 auto;
    margin-top: 33px;
}

.download .list-wrap {
    margin-bottom: 104px;

}

.download .list-wrap .list {
    display: flex;
    justify-content: space-evenly;
    margin-top: 135px;
    transition: all 0.6s linear;
}

.download .list-wrap .hide {
    transition: all 0.6s linear;
}

.download .list-wrap .list .item {
    width: 120px;
}

.download .list-wrap .list .item .pic {
    width: 120px;
    height: 120px;
    position: relative;
}

.download .list-wrap .list .item .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    transition: all 0.6s ease;
}

.download .list-wrap .list .item .pic .icon {
    transform: rotateY(0);
    transition: 0.5s ease-in-out;
    opacity: 1;
}

.download .list-wrap .list .item .pic .qrcode {
    opacity: 0;
    transform: rotateY(90deg);
    transition: 0.5s ease-in-out;
}


.download .list-wrap .list .item .pic img:first-child {
    z-index: 1;
    backface-visibility: hidden;
}

.download .list-wrap .list .item .txt {
    margin-top: 33px;
    text-align: center;
    height: 16px;
    line-height: 16px;
    font-size: 20px;
    color: #666666;
}

.download .list-wrap .list .turn:hover {
    transition: all 0.6s ease;
}

.download .list-wrap .list .turn:hover .pic {
    display: block;
}

.download .list-wrap .list .turn:hover .pic .icon {
    opacity: 0;
    transform: rotateY(-90deg)
}

.download .list-wrap .list .turn:hover .pic .qrcode {
    opacity: 1;
    transform: rotateY(0);
}

.download .list-wrap .list .turn:hover .pic img {
    transform: rotateY(180deg);
}

@media (min-width: 1200px) {


    .service .list .item:hover {
        height: 377px;
        width: 33%;
    }

    .service .list .item:hover .pic {
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }

    .service .list .item:hover .pic, .service .list .item:hover .title {
        display: none;
    }

    .content .list .item:hover .wrap {
        display: block;
        margin-top: 14px;
        height: 283px;
        padding: 40px 20px;
        box-shadow: 0px 4px 24px 0px rgba(220, 220, 220, 0.6);
        border-radius: 4px;
    }

    .content .list .item:hover .wrap .icon img {
        display: block;
        width: 40px;
        height: 40px;
    }

    .content .list .item:hover .wrap .title {
        display: block;
        margin-top: 23px;
        height: 25px;
        line-height: 25px;
        font-size: 26px;
        font-weight: 500;
        color: #3f78fb;
    }

    .content .list .item:hover .wrap .line {
        margin-top: 18px;
        width: 460px;
        height: 2px;
        background-image: linear-gradient(rgba(255, 255, 255, 0.01), #4c2a5f, rgba(255, 255, 255, 0.01));
    }

    .content .list .item:hover .wrap .desc {
        height: 96px;
        line-height: 16px;
        font-size: 16px;
        color: #666666;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .banner {
        width: 100%;
        height: 0;
        padding-bottom: 31.25%;
    }

    .banner .info {
        padding-top: 50px;
    }

    .banner .info .child {
        margin-top: 35px;
    }

    .menu {
        width: 85%;
        margin: -66px auto 0;
    }

    .menu a {
        width: 14.28%;
    }

    .process {
        background-size: 100% 100%;
        overflow: hidden;
    }

    .help-center .list .item {
        width: 47%;
        padding-left: 3%;
    }

    .download .tab-wrap {
        padding: 0;
        justify-content: space-around;
    }

    .banner .info .title {
        font-size: 35px;
    }

    .banner .info .child ul li {
        font-size: 14px;
    }

    .vision .info .title, .standard .info .title, .service .info .title, .process .info .title, .help-center .info .title, .download .info .title {
        font-size: 31px;
    }

    .vision .list .item .text, .standard .list .item .text, .service .list .item .title, .process .list .step .title, .help-center .list .item .item-title {
        font-size: 17px;
    }
}

@media (min-width: 1600px) {
    .banner .info .title {
        font-size: 43px;
    }

    .banner .info .child ul li {
        font-size: 17px;
    }

    .vision .info .title, .standard .info .title, .service .info .title, .process .info .title, .help-center .info .title, .download .info .title {
        font-size: 38px;
    }

    .vision .list .item .text, .standard .list .item .text, .service .list .item .title, .process .list .step .title, .help-center .list .item .item-title {
        font-size: 22px;
    }
}

@media (min-width: 1900px) {

    .banner .info {
        padding-top: 75px;
    }

    .banner .info .child {
        margin-top: 81px;
    }

    .banner .info .title {
        font-size: 52px;
    }

    .banner .info .child ul li {
        font-size: 20px;
    }

    .vision .info .title, .standard .info .title, .service .info .title, .process .info .title, .help-center .info .title, .download .info .title {
        font-size: 46px;
    }

    .vision .list .item .text, .standard .list .item .text, .service .list .item .title, .process .list .step .title, .help-center .list .item .item-title {
        font-size: 26px;
    }
}
