﻿/*首页*/
body {
    margin: 0px;
    padding: 0px overflow-x: hidden;
}

.sus-bd {
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.sus {
    height: 8.25em
}

.head2 {
    height: 8.25em;
}

.main-center {
    display: flex;
    justify-content: space-evenly;
}

.head2 .h-logo {
    float: left
}

.h-logo img {
    margin-top: 28px;
    height:70px;
    width:70px;
}

.head2 .nav-state {
    display: flex;
}

.head2 .h-menu {
    float: right;
    line-height: 45px;
    position: relative;
    margin-top: 40px;
}

    .head2 .h-menu li {
        float: left;
        margin-right: 28px;
        font-size: 16px;
        list-style-type: none;
    }

        .head2 .h-menu li a {
            color: #555;
            text-decoration: none;
            height: 100%;
            display: block;
        }

        .head2 .h-menu li .content {
            float: left;
            position: absolute;
            display: none;
            top: 45px;
            z-index: 100;
        }


        .head2 .h-menu li:hover,
        .selected {
            border-bottom: 3px solid #5099FE;
        }


    .head2 .h-menu .app {
        position: absolute;
        width: 150px;
    }

        .head2 .h-menu .app .img {
            float: left;
        }

        .head2 .h-menu .app img {
            width: 120px;
            height: 120px;
        }

.head2 .h-user {
    float: right;
    line-height: 76px
}

    .head2 .h-user a {
        display: inline-block;
        width: 74px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        border-radius: 2px;
        text-decoration: none;
    }

    .head2 .h-user .a1 {
        background: #1ba4e3;
        color: #fff;
        border: 1px solid #1ba4e3
    }

    .head2 .h-user .a2 {
        color: #333;
        border: 1px solid #cfcfcf;
        margin-left: 8px;
        margin-top: 43px;
    }

.shrink_btn {
    display: none;
    height: 60px;
    width: 100%;
}

    .shrink_btn .navbar-toggle {
        width: 40px;
        height: 35px;
        margin-right: 10px;
        background: #222;
        border: 1px solid #ffffff30;
        border-radius: 5px;
        outline: none;
        cursor: pointer;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.35s;
    }

        .shrink_btn .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

        .shrink_btn .navbar-toggle .icon-bar {
            display: block;
            height: 2px;
            border-radius: 1px;
            margin-bottom: 5px;
            margin-top: 5px;
        }

        .shrink_btn .navbar-toggle:hover {
            background-color: #333;
        }


.navigation {
    position: absolute;
    width: 100%;
    z-index: 101;
}

    .navigation ul {
        margin: 0;
        padding: 0;
        line-height: 3;
        display: none;
    }

        .navigation ul li {
            list-style-type: none;
            background: #ffffff;
            padding-left: 25px;
            cursor: pointer;
            border: 1px solid #dcd7d738;
        }

            .navigation ul li a {
                text-decoration: none;
                color: #000;
                display: block;
                height: 100%;
            }

            .navigation ul li:hover {
                background-color: #333;
            }

                .navigation ul li:hover a {
                    color: #fff;
                    font-weight: bold;
                }





.action {
    position: absolute;
    z-index: 100;
}

    .action .circle {
        width: 20em;
        height: 20em;
        background: #1f1f1f73;
        border-radius: 50% / 50%;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        text-shadow: 3px 3px #b5a8a8;
    }

        .action .circle a {
            font-size: 30px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            color: #fff;
            text-decoration: none;
        }

            .action .circle a:hover {
                color: #fff;
            }

.mouse {
    position: absolute;
    width: 100%;
    height: 42em;
    z-index: 100;
    top: 207px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .mouse:hover {
        background: #ffffff70;
    }

.inside-con-header {
    height: 4.6em;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .inside-con-header .am-model a,
    .am-follow a {
        text-decoration: none;
        color: #fff;
    }

    .inside-con-header .am-follow {
        color: #fff;
    }

        .inside-con-header .am-follow .weChat {
            position: absolute;
            top: 68px;
            width: 150px;
            z-index: 100;
            margin-left: -3px;
        }

            .inside-con-header .am-follow .weChat img {
                width: 120px;
                height: 120px;
            }

        .inside-con-header .am-follow .microBlog {
            position: absolute;
            top: 68px;
            width: 150px;
            z-index: 100;
            padding-left: 50px;
        }

            .inside-con-header .am-follow .microBlog img {
                width: 120px;
                height: 120px;
            }

.conimg {
    width: 100%;
}

.swiper-slide .image {
    width: 100%;
    height: 72vh;
    background-repeat: no-repeat;
    background-size: contain;
    object-fit: cover;
}

.inside-about-us {
    display: grid;
    justify-content: center;
    align-items: center;
}

    .inside-about-us .am-shang {
        margin: 5vw;
    }

.am-shang div {
    text-align: center;
}

    .am-shang div h1 {
        font-size: 2vw;
    }

    .am-shang div span {
        font-size: 1vw;
    }


.inside-about-us .detail {
    display: flex;
    justify-content: center;
}

    .inside-about-us .detail .left {
        flex: 1;
    }

.left img {
    display: inline-block;
    width: 31vw;
    max-width: 100%;
}

.detail .right {
    flex: 1;
    padding-left: 1.875vw;
    width: 31.45vw;
}

    .detail .right .rig-tou {
        text-align: initial;
        margin: 0;
        font-size: 1.9vw;
    }

    .detail .right .text {
        text-align: initial;
        font-size: 1.42vw;
        line-height: 2.5vw;
        letter-spacing: 1px;
        margin-top: 14px;
    }

    .detail .right .titel {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

        .detail .right .titel img {
            width: 4.4vw;
            height: 2.6vw;
            display: inline-block;
            max-width: 100%;
        }

.line {
    height: 1px;
    background: #5099fe;
    display: flex;
    justify-content: center;
    margin-top: 1.25vw;
    width: 35.625vw;
}


.parent-class {
    display: flex;
    justify-content: center;
}

.line .circular {
    width: 1vw;
    height: 1vw;
    background: #5099fe;
    border-radius: 50%;
    transform: translateY(-50%);
}

.inside-service .ul {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .inside-service .ul li {
        list-style-type: none;
        flex: 1;
    }

        .inside-service .ul li img {
            display: inline-block;
            max-width: 100%;
            height: 23.2vw;
            width: 17.4vw;
            cursor: pointer;
        }

        .inside-service .ul li .blue {
            height: 23.2vw;
            width: 16.6vw;
            background: #1c80e8b8;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            cursor: pointer;
            overflow: hidden;
            overflow-y: auto;
        }

.blue::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.blue::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 2px;
}

.inside-service .ul li .blue ul {
    margin: 0;
    padding: 0;
    line-height: 30px;
}

    .inside-service .ul li .blue ul li {
        color: #fff;
        margin: 0.85vw;
        font-size: 0.9vw;
    }

.inside-partner .am-shang,
.am-all-company {
    margin: 5vw;
}

.inside-partner .am-all-company .up img {
    margin: 0.625vw;
    border-radius: 0.625vw;
    width: 12vw;
    height: 6vw;
}

.inside-partner .am-all-company .down img {
    margin: 0.625vw;
    border-radius: 0.625vw;
    width: 15vw;
    height: 7.5vw;
}

.inside-partner .am-all-company .up, .cen, .down {
    text-align: center;
}


.inside-partner .service-advantages {
    margin-top: 6vw;
}

.inside-partner .am-background {
    background-image: url(../assets/images/mountain.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    object-fit: cover;
    height: 60vw;
}


.service-advantages ul {
    list-style: none;
}

    .service-advantages ul li .survey {
        display: flex;
        width: 49vw;
        height: 25vw;
        cursor: pointer;
    }

        .service-advantages ul li .survey img {
            width: 20vw;
        }

        .service-advantages ul li .survey .sur_details {
            background: #fff;
            width: 30vw;
            padding-left: 35px;
            line-height: 35px;
            border-radius: 0 10px 10px 0;
            font-size: 1vw;
            overflow: hidden;
            overflow-y: auto;
        }

.sur_details::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.sur_details::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 2px;
}


.service-advantages ul li .survey .sur_details h2 {
    font-size: 1.5vw;
}

.service-advantages .more {
    position: absolute;
    top: 25px;
    right: -50px;
    padding: 10px 15px;
    width: 50px;
    height: 115px;
    font-size: 15px;
    color: #323232;
    background: #dedede;
    transition: all 0.5s;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

    .service-advantages .more.tran {
        right: 0px;
    }

.service-advantages .swiper-slide {
    -webkit-transition: transform 1s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.service-advantages .swiper-slide-active,
.swiper-slide-duplicate-active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.inside-footer {
    background-color: rgb(70, 70, 70);
    width: 100%;
}

    .inside-footer .am-up {
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 17.5vw;
        font-size: 1vw;
    }

.left .label {
    margin-bottom: 0.625vw;
    color: #fff;
}

.inside-footer .am-up .right .account {
    text-align: center;
    margin-bottom: 1.25vw;
    color: #fff;
}

.inside-footer .am-up .right .img > img {
    width: 5vw;
}

.inside-footer .circular {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5vw;
    background: #2f2f2f;
    color: #fff;
    font-size: 1vw;
}

.inside-partner .news_and_information {
    display: flex;
    justify-content: center;
}

    .inside-partner .news_and_information .cen-item {
        margin-right: 2.5vw;
    }

        .inside-partner .news_and_information .cen-item .tab-label {
            display: flex;
            align-items: center;
            justify-content: space-around;
            background: #eee;
            width: 37.5vw;
            height: 7.5vw;
            margin-bottom: 2.25vw;
        }


            .inside-partner
            .news_and_information
            .cen-item
            .tab-label
            .date {
                width: 6.25vw;
                height: 6.25vw;
                background: #5099fe;
                margin-left: 1.5vw;
                margin-right: 1.5vw;
            }


                .inside-partner
                .news_and_information
                .cen-item
                .tab-label
                .date
                .month {
                    text-align: center;
                    color: #fff;
                    padding: 0.75vw;
                    font-size: 1.8vw;
                }


                .inside-partner
                .news_and_information
                .cen-item
                .tab-label
                .date
                .year {
                    /*text-align: center;*/
                    color: #fff;
                    font-size: 1vw;
                    margin-right: 1.2vw;
                    margin-left: 1.2vw;
                }


            .inside-partner
            .news_and_information
            .cen-item
            .tab-label
            .text {
                height: 6.25vw;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }



                .inside-partner
                .news_and_information
                .cen-item
                .tab-label
                .text h1 {
                    margin: 0 0 1vw;
                    letter-spacing: 0.2vw;
                    font-size: 2vw;
                    text-align: initial;
                }

                .inside-partner
                .news_and_information
                .cen-item
                .tab-label
                .text
                span {
                    font-size: 1.25vw;
                    letter-spacing: 0.1vw;
                }

    .inside-partner .news_and_information .business img {
        display: inline-block;
        height: 36.5vw;
        max-width: 100%;
    }

/*@media screen and (max-width: 1220px) {
    .main-center {
        width: 770px;
        margin: 0 auto;
    }
}*/


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



/*下载*/

.download_center .header {
    height: 200px;
    background: #5099fe;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .download_center .header .end_ch {
        color: #fff;
    }

.download_center .download_type {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4vw;
}

    .download_center .download_type .mobile_img {
        margin-right: 50px;
    }

        .download_center .download_type .mobile_img img {
            width: 212px;
            height: 420px;
        }

    .download_center .download_type .mobile_right {
        height: 410px;
    }

        .download_center .download_type .mobile_right .titel {
            font-size: 2.5em;
            color: #2B519F;
            margin-bottom: 50px;
        }

        .download_center .download_type .mobile_right .type {
            margin-bottom: 50px;
        }

            .download_center .download_type .mobile_right .type button {
                width: 145px;
                height: 45px;
                background: #5099FE;
                border-radius: 10px;
                outline: none;
                border: none;
                margin-right: 40px;
                color: #fff;
                font-size: 18px;
            }

        .download_center .download_type .mobile_right .qr_code img:first-child {
            margin-right: 66px;
            margin-left: 13px;
        }

        .download_center .download_type .mobile_right .qr_code img {
            width: 120px;
            height: 120px;
        }


@media screen and (max-width: 720px) {
    .download_center .download_type .mobile_right .titel {
        font-size: 4vw;
    }

    .download_center .download_type .mobile_right .type button {
        width: 14vw;
        height: 5vw;
        font-size: 1vw;
    }

    .download_center .download_type .mobile_right .qr_code img {
        width: 11vw;
        height: 11vw
    }
}

/*操作指南*/

.operation_guide .header {
    height: 200px;
    background: #5099fe;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .operation_guide .header .end_ch {
        color: #fff;
    }

.operation_guide .og_up,
.og_dwon {
    margin: 4vw;
    display: flex;
    justify-content: center;
}

.operation_guide .og_dwon .btn:first-child {
    margin-right: 4em;
}

.operation_guide .og_dwon .btn {
    width: 185px;
    height: 52px;
    background: #5099FE;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .operation_guide .og_dwon .btn a {
        text-decoration: none;
        color: #fff;
        height: 100%;
        display: flex;
        align-items: center;
    }




        .operation_guide .og_dwon .btn a img {
            width: 20px;
            height: 20px;
            padding-right: 10px;
        }

/*关于我们*/

.about_us .img {
    width: 100%;
    height: 540px;
    background-repeat: no-repeat;
    background-size: cover;
}

.detail_introduce {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5em;
}


    /* .detail_introduce .cen_synopsis .cen_nav li:hover,
        .selected {
            border-bottom: 3px solid #5099FE;
        }*/

    .detail_introduce .cen_synopsis ul {
        list-style-type: none;
        font-size: 1.6vw;
        display: flex;
        padding: 0;
    }

        .detail_introduce .cen_synopsis ul li {
            margin-right: 1.5em;
            padding-bottom: 15px;
        }

            .detail_introduce .cen_synopsis ul li div {
                cursor: pointer;
            }

.cen_synopsis .detail {
    display: flex;
    justify-content: center;
}

    .cen_synopsis .detail .left {
        flex: 1;
    }

    .cen_synopsis .detail .right .rig-tou {
        text-align: initial;
        margin: 0;
        font-size: 1.9vw;
    }

    .cen_synopsis .detail .right .titel img {
        width: 4.4vw;
        height: 2.6vw;
        display: inline-block;
        max-width: 100%;
    }

    .cen_synopsis .detail .right {
        flex: 1;
        padding-left: 1.875vw;
        width: 31.45vw;
    }


        .cen_synopsis .detail .right .text {
            text-align: initial;
            font-size: 1.42vw;
            line-height: 2.5vw;
            letter-spacing: 1px;
            margin-top: 14px;
        }

/*.about_content,
.items {
    display: flex;
    margin-top: 30px;
}

    .about_content .items img {
        width: 22.75vw;
        height: 18vw;
    }

    .about_content .items .sky_travel h1 {
        padding: 0;
        margin: 0 0 20px 30px;
        font-size: 2vw;
    }

    .about_content .items .sky_travel .sky_right {
        margin-left: 30px;
    }

        .about_content .items .sky_travel .sky_right .year {
            font-size: 1.5em;
        }*/

.tree_rules .con_pack {
    display: flex;
    justify-content: center;
    margin-bottom: 5em;
}

    .tree_rules .con_pack .left ul li {
        list-style-type: none;
        margin-top: 116px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .tree_rules .con_pack .left ul li .frame {
            background: #F1F7FF;
            border-radius: 20px;
        }

            .tree_rules .con_pack .left ul li .frame .com_develop span {
                color: #2B519F;
                font-weight: bold;
            }

            .tree_rules .con_pack .left ul li .frame .com_develop {
                width: 170px;
                font-size: 24px;
                margin: 22px;
            }

            .tree_rules .con_pack .left ul li .frame .dev_details {
                margin: 22px;
                width: 255px;
                font-size: 18px;
            }

        .tree_rules .con_pack .left ul li .triangle {
            width: 0;
            height: 0;
            border-top: 25px solid transparent;
            border-left: 50px solid #F1F7FF;
            border-bottom: 25px solid transparent;
        }

    .tree_rules .con_pack .center {
        margin: 20px;
    }

    .tree_rules .con_pack .right ul {
        margin: 0;
        padding: 0;
    }

        .tree_rules .con_pack .right ul li {
            list-style-type: none;
            display: flex;
            align-items: center;
            margin-bottom: 90px;
        }

            .tree_rules .con_pack .right ul li .frame {
                background: #F1F7FF;
                border-radius: 20px;
            }

                .tree_rules .con_pack .right ul li .frame .com_develop span {
                    color: #2B519F;
                    font-weight: bold;
                }

                .tree_rules .con_pack .right ul li .frame .com_develop {
                    width: 180px;
                    font-size: 24px;
                    margin: 22px;
                }

                .tree_rules .con_pack .right ul li .frame .dev_details {
                    margin: 22px;
                    width: 255px;
                    font-size: 18px;
                }

            .tree_rules .con_pack .right ul li .triangle {
                width: 0;
                height: 0;
                border-top: 25px solid transparent;
                border-right: 50px solid #F1F7FF;
                border-bottom: 25px solid transparent;
            }

@media screen and (max-width:800px) {
    .shrink_btn {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin: 35px 10px;
    }

    .navigation ul {
        display: block;
    }

    .head2 .nav-state {
        display: none;
    }

    .action .circle {
        width: 26vw;
        height: 26vw;
    }

        .action .circle a {
            font-size: 3.5vw;
        }

    .inside-about-us .detail {
        text-align: center;
        display: grid;
        justify-content: center;
    }

    .cen_synopsis .detail {
        text-align: center;
        display: grid;
        justify-content: center;
    }

        .cen_synopsis .detail .right .text {
            line-height: normal;
        }


    .inside-about-us .detail .right .text {
        line-height: normal;
    }
}

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


    .tree_rules .con_pack .left ul li .frame .com_develop {
        width: 15vw;
        font-size: 2.3vw;
        margin: 22px;
    }

    .tree_rules .con_pack .left ul li .frame .com_develop {
        width: 15vw;
        font-size: 2.3vw;
        margin: 22px;
    }

    .tree_rules .con_pack .left ul li .frame .dev_details {
        margin: 22px;
        width: 27.9vw;
        font-size: 1.8vw;
    }

    .tree_rules .con_pack .right ul li .frame .com_develop {
        width: 18vw;
        font-size: 2.3vw;
        margin: 22px;
    }

    .tree_rules .con_pack .right ul li .frame .dev_details {
        margin: 22px;
        width: 27.9vw;
        font-size: 1.8vw;
    }
}
