@import "https://at.alicdn.com/t/font_2429570_22mzp0jbxqo.css";

* {
    font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
}

html,
body,
div,
p,
ul,
h1,
h2,
h3,
h4,
strong,
input,
button {
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal;
    font-weight: normal;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000;
}

em {
    font-style: normal
}

button:focus {
    border: 0 none;
    outline: none;
}

.flex_a {
    display: flex;
    align-items: center;
}

.container {
    width: 100%;
}

.bg-grey {
    background-color: #f3fafe;
}

.wrap {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto 0;
    font-size: .16rem;
    position: relative;
}

.cont_title {
    text-align: center;
    color: #515151;
    font-size: .34rem;
}

.cont_subtitle p {
    line-height: 25px;
    font-size: .14rem;
    color: #8a8a8a;
    margin: 40px 0;
}

.mt60 {
    margin-top: calc(100vh * 60 / 1080);
}

.mt40 {
    margin-top: 40px;
}

.mt20 {
    margin-top: 20px;
}

@media (min-width: 1024px) {
    html {
        font-size: 50px;
    }

    .wrap {
        max-width: 960px;
    }

    .banner .subhead_box .banner-left {
        margin-left: calc((100vw - 960px) / 2) !important;
    }

    .scene-tab {
        left: calc((100vw - 960px) / 2) !important;
    }

    .scene-container .scene-slide .scene-info {
        left: calc((100vw - 960px) / 2) !important;
    }
}

@media (min-width: 1280px) {
    html {
        font-size: 66px;
    }

    .wrap {
        max-width: 1000px;
    }

    .banner .subhead_box .banner-left {
        margin-left: calc((100vw - 1000px) / 2) !important;
    }

    .scene-tab {
        left: calc((100vw - 1000px) / 2) !important;
    }

    .scene-container .scene-slide .scene-info {
        left: calc((100vw - 1000px) / 2) !important;
    }
}

@media (min-width: 1366px) {
    html {
        font-size: 71px;
    }

    .nav li {
        width: 80px !important;
    }

    .wrap {
        max-width: 1100px;
    }

    .banner .subhead_box .banner-left {
        margin-left: calc((100vw - 1100px) / 2) !important;
    }

    .scene-tab {
        left: calc((100vw - 1100px) / 2) !important;
    }

    .scene-container .scene-slide .scene-info {
        left: calc((100vw - 1100px) / 2) !important;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 75px;
    }

    .wrap {
        max-width: 1150px;
    }

    .banner .subhead_box .banner-left {
        margin-left: calc((100vw - 1150px) / 2) !important;
    }

    .scene-tab {
        left: calc((100vw - 1150px) / 2) !important;
    }

    .scene-container .scene-slide .scene-info {
        left: calc((100vw - 1150px) / 2) !important;
    }

    .nav li {
        width: 140px !important;
    }
}

@media (min-width: 1680px) {
    html {
        font-size: 87.5px;
    }

    .wrap {
        max-width: 1200px;
    }

    .banner .subhead_box .banner-left {
        margin-left: calc((100vw - 1200px) / 2) !important;
    }

    .scene-tab {
        left: calc((100vw - 1200px) / 2) !important;
    }

    .scene-container .scene-slide .scene-info {
        left: calc((100vw - 1200px) / 2) !important;
    }

    .nav li {
        width: 160px !important;
    }
}

@media (min-width: 1920px) {
    html {
        font-size: 100px;
    }

    .wrap {
        max-width: 1200px;
    }

    .nav li {
        width: 160px !important;
    }
}

.bottom_point {
    display: block;
    height: 100px;
    margin-top: -100px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 14px;
}

input::-moz-placeholder,
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;
    font-size: 14px;
}

input:-moz-placeholder,
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666;
    font-size: 14px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666;
    font-size: 14px;
}
/*头部通用*/
.header {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: rgba(19, 56, 197, 0);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.scroll,
.forever {
    transition: all .3s;
    background-color: rgba(19, 56, 197, 1);
}

.header:hover {
    background-color: rgba(19, 56, 197, 9);
}

.header .logo {
    width: 173px;
    background: url(../images/logo.png) no-repeat left center;
    margin-left: 10px;
}

    .header .logo a {
        display: block;
        width: 200px;
        font-size: 0;
    }

.header .nav {
    width: 700px;
    margin-left: auto;
    justify-content: space-between;
}

.nav li {
    width: 80px;
    text-align: center;
    position: relative;
}

.nav > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .nav > li > a > i.drop-down {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url(../images/arrow_down.png) no-repeat center;
    }

    .nav > li > a:hover i {
        background: url(../images/arrow_up.png) no-repeat center;
    }

.header .nav li:first-child {
    margin-left: 0;
}

.header .nav a {
    color: #fff;
    font-size: 16px;
}

.subMenu {
    width: 220px;
    display: none;
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(19, 56, 197, .9);
    overflow: hidden;
    padding: 10px 0;
}

    .subMenu a {
        display: block;
        width: 50%;
        height: 40px;
        line-height: 40px;
        float: left;
        text-align: center;
    }

        .header .active > a,
        .nav-item > a:hover,
        .subMenu a:hover {
            color: #f7b52c;
        }

.subMenunews {
    width: 120px;
}

    .subMenunews a {
        width: 100%;
    }

/*头部防伪查询*/
.header .search {
    width: 30px;
    height: 30px;
    margin-left: 60px;
    background: url(../images/index_top_search.png) no-repeat center;
    cursor: pointer;
}

.header .pop_fw,
.queryresultscbox {
    width: 760px;
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    z-index: 9999;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 3px 10px #7794cb;
    padding-bottom: 40px;
}

.pop_fw .info_title {
    margin-top: 20px;
}

    .pop_fw .info_title p {
        font-size: 16px;
        line-height: 20px;
    }

.pop_fw .close,
.queryresultscbox .close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 32px;
    height: 32px;
    background: url(../images/close.png) no-repeat center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .pop_fw .close:hover,
    .queryresultscbox .close:hover {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.header .pop_fw .pop_fw_cont {
    text-align: center;
    padding: 30px 20% 0;
    position: relative;
}

.pop_fw_cont .fw-form {
    margin-top: 30px;
}

.fw-form .fw_input {
    width: calc(100% - 4px);
    height: 40px;
    margin-top: 20px;
    border: 1px solid #77a0d9;
    border-radius: 3px;
    padding: 1px;
}

.pop_fw_cont .fw-form input {
    display: block;
    width: calc(100% - 10px);
    height: 100%;
    outline: none;
    padding: 0;
    border: none;
    padding-left: 10px;
}

.fw-form .fw_input:hover {
    box-shadow: 1px 3px 10px #7794cb;
}

.fw-form .fw_btn {
    display: flex;
    align-items: center;
}

    .fw-form .fw_btn button {
        flex: 1;
        height: 40px;
        line-height: 40px;
        border: 0;
        background-color: #245abe;
        color: #fff;
        margin: 30px 0;
        padding: 0;
        border-radius: 3px;
        cursor: pointer;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s;
    }

        .fw-form .fw_btn button:last-child {
            background-color: #497fe3;
            margin-left: 10px;
        }

    .fw-form .fw_btn i {
        display: inline-block;
        width: 20px;
        height: 20px;
    }

    .fw-form .fw_btn .icon-search {
        background: url(../images/query.png) no-repeat center;
        background-size: 18px;
    }

    .fw-form .fw_btn .icon-reset {
        background: url(../images/reset.png) no-repeat center;
        background-size: 18px;
    }

    .fw-form .fw_btn button:hover {
        background-color: rgba(15, 165, 170, .9);
    }

.queryresultscbox {
    display: none;
}

    .queryresultscbox .queryimg {
        position: absolute;
        top: -50px;
        left: 50%;
        margin-left: -120px;
        width: 100%;
        max-width: 240px;
    }

    .queryresultscbox .querybox {
        margin-top: 120px;
        padding: 0 10%;
    }

.modal-result {
    font-size: 18px;
    border: none;
    color: #2859a8;
    font-weight: 600;
}

    .modal-result p {
        margin-top: 6px;
        text-align: initial;
        line-height: 150%;
    }

        .modal-result p:first-child {
            text-align: center;
            margin-top: 15px;
            font-weight: bold;
            font-size: 21px;
        }

    .modal-result .secinput {
        width: calc(100% - 4px);
        height: 40px;
        margin-top: 20px;
        border: 1px solid #77a0d9;
        border-radius: 3px;
        padding: 1px;
        outline: none;
    }

    .modal-result .secbtn {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border: none;
        background-color: #245abe;
        color: #fff;
        margin-top: 20px;
        border-radius: 3px;
        cursor: pointer;
        font-size: 16px;
    }

    .modal-result .itemtitle {
        font-weight: bold;
    }

.popover_mask {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none
}

/*右侧客服*/
.right-fixed {
    position: fixed;
    display: none;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100vw * 70 / 1920);
    max-width: 70px;
    font-size: 14px;
    z-index: 9;
}

    .right-fixed .item {
        height: calc(100vw * 70 / 1920);
        max-height: 70px;
        background-color: #0635b6;
        margin-top: 5px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        cursor: pointer;
        transition: all .5s;
    }

        .right-fixed .item a {
            color: #fff;
        }

        .right-fixed .item i {
            font-size: .34rem;
        }

        .right-fixed .item .phone {
            display: none;
            position: absolute;
            left: -160px;
            top: 0;
            width: 150px;
            max-width: 150px;
            height: calc(100vw * 70 / 1920);
            max-height: 70px;
            border: 1px solid #f3fafe;
            color: #666;
            background-color: #ffffff;
            border-radius: 3px;
            box-shadow: 0px 0px 10px 0px rgba(3,3,3,0.4);
            -webkit-box-shadow: 0px 0px 10px 0px rgba(3,3,3,0.4);
            -moz-box-shadow: 0px 0px 10px 0px rgba(3,3,3,0.4);
            cursor: pointer;
            transition: all .5s;
        }

        .right-fixed .item:first-child:hover .phone {
            display: block;
            transition: all .5s;
        }

        .right-fixed .item .phone p {
            font-weight: 600;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all .5s;
        }
/* 底部公共 */
.footer {
    padding-bottom: 20px;
}

    .footer .footer_nav {
        margin-top: 60px;
        display: flex;
        justify-content: space-between;
    }

.footer_nav .f_nav_itembox p {
    margin-bottom: 20px;
    font-size: 14px;
}

.footer_nav .f_nav_itembox a {
    display: block;
    margin-top: 10px;
    color: #000;
    font-size: 14px;
}


.footer_nav .f_nav_itembox span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.footer_nav .f_nav_itembox p:nth-child(1) {
    font-size: 16px;
}

.footer_nav .f_nav_itembox:last-child p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.footer_nav .f_nav_itembox:last-child img {
    text-align: center;
    max-width: 153px;
    box-shadow: 0px 0px 6px 5px rgba(246, 246, 246, 1);
    -webkit-box-shadow: 0px 0px 6px 5px rgba(246, 246, 246, 1);
    -moz-box-shadow: 0px 0px 6px 5px rgba(246, 246, 246, 1);
}

.footer .copyright {
    border-top: 1px solid #8a8889;
    margin-top: 20px;
    padding-top: 20px;
}

    .footer .copyright p {
        display: inline-block;
        font-size: 12px;
    }

        .footer .copyright p:nth-child(2) {
            margin: 0 20px;
        }

    .footer .copyright a {
        color: #000;
        font-size: 12px;
    }

.footer a:hover {
    color: #2855f0;
}

/* 面包屑导航 */
.b_navigation {
    height: 56px;
    line-height: 56px;
    box-shadow: 0px 5px 5px 0px rgba(236, 236, 236, 0.75);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(236, 236, 236, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(236, 236, 236, 0.75);
    color: #4d4d4d;
}

    .b_navigation .b_nav_box {
        background: url(../images/location.png) no-repeat left center;
        padding-left: 40px;
    }

    .b_navigation span {
        margin: 0 0 0 6px;
        font-size: 14px;
    }

    .b_navigation a {
        margin: 0 0 0 5px;
        font-size: 14px;
        color: #4d4d4d;
    }

        .b_navigation a:hover,
        .b_navigation a.active {
            color: #082dbe;
        }

/* 通用按钮*/
.more {
    text-align: center;
    width: 100px;
    display: block;
    color: #fff;
    border-radius: 20px;
    background: linear-gradient(to right, #4286e3, #2849ee);
    font-size: .14rem;
    padding: 8px 15px;
    margin: calc(100vh * 60 / 1080) 0 0;
}

.btnhover {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

    .btnhover .btnbg-x {
        border-radius: 20px;
        background: linear-gradient(to right, #e1af17, #f9c834);
        position: absolute;
        z-index: -1;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.8s;
        transition-duration: 0.8s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        opacity: 0;
        *filter: alpha(opacity=0);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    }

    .btnhover:hover .btnbg-x {
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
        *filter: alpha(opacity=100);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }

    .btnhover span {
        position: relative;
        z-index: 1;
        font-size: 14px;
    }

.talking {
    padding: calc(100vh * 80 / 1080) 0;
    text-align: center;
}

    .talking p {
        color: #fff;
        font-size: .24rem;
        margin: 30px 0;
    }

    .talking a {
        margin: 0 auto;
    }

/*.talking a:hover {
            color: #fff;
            background: #f9c834;
            -webkit-transform: scale(1);
            transform: scale(1);
        }*/

/* 首页 banner */
.banner {
    width: 100%;
    height: 692px;
    background: linear-gradient(to right, #082dbf 40%, #0343a4 100%);
    background-size: 100%;
    position: relative;
    overflow: hidden;
}

    .banner .subhead_box {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden;
    }

        .banner .subhead_box .banner-left {
            margin-left: calc((100vw - 1100px) / 2);
            z-index: 2;
        }

            .banner .subhead_box .banner-left h2 {
                font-size: .4rem;
                color: #f9d636;
                transition: all .3s;
            }

                .banner .subhead_box .banner-left h2 span {
                    color: #fff;
                }

            .banner .subhead_box .banner-left p {
                margin-top: 20px;
                color: #fff;
                font-size: .2rem;
            }

        .banner .subhead_box .banner-right {
            position: absolute;
            left: 50%;
            z-index: 1;
        }

            .banner .subhead_box .banner-right img {
                max-width: 100%;
            }

        .banner .subhead_box .rotatebox {
            width: 973px;
            height: 100%;
            padding: 0;
            position: absolute;
            right: 60px;
        }

            .banner .subhead_box .rotatebox .rotate-run1 {
                width: 6px;
                height: 6px;
                background: radial-gradient(rgba(255, 255, 255, .6) 0%, rgba(255, 255, 255, .32) 100%);
                box-shadow: 0px 0px 10px 5px rgba(255,255,255,.32);
                border-radius: 50%;
                offset-path: path("M486.5,152.4c-45.9,0-88.1,15-122.5,40.2c12.7,4,22.2,15.4,22.2,29.4c0,17.3-14,31.4-31.4,31.4c-14.6,0-26.4-10.3-29.8-23.8c-28.9,35.7-46.2,81-46.2,130.4c0,114.6,92.9,207.6,207.6,207.6c114.6,0,207.6-92.9,207.6-207.6C694.1,245.3,601.1,152.4,486.5,152.4z ");
                offset-anchor: center;
                animation: move 50s linear infinite;
                position: absolute;
            }

            .banner .subhead_box .rotatebox .rotate-run2 {
                width: 6px;
                height: 6px;
                background: radial-gradient(rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, .22) 100%);
                box-shadow: 0px 0px 10px 5px rgba(255,255,255,.22);
                border-radius: 50%;
                offset-path: path("M785.5,266.4c-20.7-66.1-61.5-120.2-113.4-158.2c0.1,20.1-12.1,38.8-32.4,45.2c-25,7.9-51.5-6.1-59.3-31c-6.6-21,2.9-42.6,20.8-53.6c-64.4-25.5-137.5-30-208.6-7.7C227.5,112.9,135.5,288.8,187.3,454C239.1,619.1,415,711,580.2,659.2C745.4,607.5,837.3,431.6,785.5,266.4z");
                animation: move 50s linear infinite;
                position: absolute;
            }

            .banner .subhead_box .rotatebox .rotate-run3 {
                width: 6px;
                height: 6px;
                background: radial-gradient(rgba(255, 255, 255, .6) 0%, rgba(255, 255, 255, .32) 100%);
                box-shadow: 0px 0px 10px 5px rgba(255,255,255,.32);
                border-radius: 50%;
                offset-path: path("M2.1,348.1c-2.7,107.1,30,206.6,86.8,288.2c10-29.5,37.2-50.8,69.9-50c40.4,1,72.3,34.7,71.3,74.9c-0.9,34.1-25.5,60.8-57.3,68c81.5,69.5,186.2,112.4,301.4,115.3c267.6,6.7,489.9-204.7,496.5-472.3c6.7-267.5-204.8-489.8-472.3-496.4C230.9-130.8,8.8,80.6,2.1,348.1z");
                animation: move 50s linear infinite;
                position: absolute;
            }

@keyframes move {

    100% {
        offset-distance: 100%;
    }
}
.cont_1 {
    margin-top: calc(100vh * 40 / 1080);
    background-size: calc(100vw * 384 / 1920);
    display: flex;
    align-items: center;
}

    .cont_1 .video_box {
        width: 50%;
        background: #f5f5f5;
        padding: 5px;
        position: relative;
    }

        .cont_1 .video_box .video {
            width: 100%;
            outline: none
        }

        .cont_1 .video_box i {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 50px;
            height: 50px;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            cursor: pointer;
            font-style: normal;
            z-index: 999;
        }

            .cont_1 .video_box i::after {
                position: absolute;
                left: 50%;
                top: 50%;
                width: 55px;
                height: 55px;
                line-height: 55px;
                text-align: center;
                border-radius: 50px;
                background-color: #fff;
                -webkit-transform: translate(-50%,-50%);
                -moz-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
                font-family: 'iconfont';
                color: #3c3c3c;
                transition: all 0.3s;
                content: "\e634";
            }

            .cont_1 .video_box i:hover::after {
                background-color: #94b4fb;
                color: #fff;
            }

    .cont_1 .c1_box {
        margin-left: 50px;
    }

.c1_box h1 {
    font-size: .24rem;
    margin: 20px 0 calc(100vh * 60 / 1080) 0;
}

.c1_box p {
    margin-top: 15px;
    font-size: .14rem;
}

.cont_2 {
    margin-top: calc(100vh * 60 / 1080);
    background: #135fff url(../images/cont_2bg.png) center no-repeat;
    background-size: contain;
    padding: calc(100vh * 60 / 1080) 0;
    color: #fff;
}

    .cont_2 .cont_title,
    .cont_2 p {
        color: #ffffff;
    }

    .cont_2 .c2_box {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-wrap: wrap;
        margin-top: 60px;
    }

.c2_box .c2_item {
    /* box-sizing: border-box; */
    width: 240px;
    height: 240px;
    margin: 1px;
    border: 0;
    position: relative;
}
    /* .c2_box .c2_item::before, .c2_box .c2_item::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  } */

    .c2_box .c2_item a {
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

        .c2_box .c2_item a::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0.85;
            background: #063de7;
            transition: all 0.75s;
        }

        .c2_box .c2_item a:hover::after {
            opacity: 0;
        }

    .c2_box .c2_item:nth-child(1):hover {
        background: url(../images/business1.png) center no-repeat;
        background-size: 100%;
    }

    .c2_box .c2_item:nth-child(2):hover {
        background: url(../images/business2.png) center no-repeat;
        background-size: 100%;
    }

    .c2_box .c2_item:nth-child(3):hover {
        background: url(../images/business3.png) center no-repeat;
        background-size: 100%;
    }

    .c2_box .c2_item:nth-child(4):hover {
        background: url(../images/business4.png) center no-repeat;
        background-size: 100%;
    }

    .c2_box .c2_item:nth-child(5):hover {
        background: url(../images/business5.png) center no-repeat;
        background-size: 100%;
    }

    .c2_box .c2_item:nth-child(6):hover {
        background: url(../images/business6.png) center no-repeat;
        background-size: 100%;
    }

    .c2_box .c2_item:nth-child(7):hover {
        background: url(../images/business7.png) center no-repeat;
        background-size: 100%;
    }

    .c2_box .c2_item:nth-child(8):hover {
        background: url(../images/business8.png) center no-repeat;
        background-size: 100%;
    }

.c2_item .info_icon {
    width: 100px;
    margin-top: 20px;
    z-index: 4;
    transition: all .75s;
}

.c2_item .info_title {
    font-size: 0.22rem;
    margin: 20px 0 20px;
    font-weight: 500;
    z-index: 4;
    transition: all .75s;
}

.c2_item .info_text {
    display: none;
    font-size: .16rem;
    z-index: 4;
    transition: all .75s;
}

.c2_box .c2_item a:hover img {
    transform: translateY(-10px) scale(0.6);
}

.c2_box .c2_item a:hover .info_title {
    display: block;
    transform: translateY(-20px);
}

.c2_box .c2_item a:hover .info_text {
    display: block;
    transition: .5s ease all;
    animation: gotop 1s;
    animation-fill-mode: forwards;
}

@keyframes gotop {
    100% {
        transform: translateY(-30px);
        opacity: 0.8;
    }
}
/*边框效果*/
/* .c2_item::before, .c2_item::after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .c2_item::before {
    border-top: 4px transparent solid;
    border-bottom: 4px transparent solid;
    border-image:linear-gradient(to right,#029be4,#4279ec) 1 10;
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
  }
  .c2_item::after {
    border-left: 4px transparent solid;
    border-right: 4px transparent solid;
    border-image:linear-gradient(to top,#4279ec,#029be4) 1 10;
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);

  }
  .c2_item:hover::before, .c2_item:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    transition: -webkit-transform 0.5s;
    transition: transform .75s;
    transition: transform .75s, -webkit-transform .75s;
  } */

.c2_box .c2_item a i {
    display: block;
    position: absolute;
    overflow: hidden;
    transition: all .1s;
    width: 0;
    height: 0;
    z-index: 5;
}

.c2_box .c2_item a:hover i.t,
.c2_box .c2_item a:hover i.b {
    width: 100%;
    transition: all .75s;
}

.c2_box .c2_item a:hover i.l,
.c2_box .c2_item a:hover i.r {
    height: 100%;
    transition: all .75s;
}

.c2_box .c2_item a i.t {
    width: 0;
    height: 3px;
    top: 0;
    left: 0;
    background: linear-gradient(to right,#019ce4, #5e6cef);
}

.c2_box .c2_item a i.r {
    width: 3px;
    height: 0;
    right: 0;
    top: 0;
    background: linear-gradient(to bottom,#5e6cef, #019ce4);
}

.c2_box .c2_item a i.b {
    width: 0;
    height: 3px;
    bottom: 0px;
    right: 0;
    background: linear-gradient(to left,#019ce4, #5e6cef);
}

.c2_box .c2_item a i.l {
    width: 3px;
    height: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top,#5e6cef, #019ce4);
}

.cont_3 {
    margin-top: calc(100vh * 60 / 1080);
}

    .cont_3 .c3_box {
        display: flex;
        align-items: center;
    }

        .cont_3 .c3_box .echartbox {
            width: 100%;
            height: calc(100vh * 760 / 1080);
        }

#echart_service {
    width: 100%;
    height: 100%;
}

.c3_box .c3_item_box {
    width: calc(25% - 30px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 30px;
    justify-content: start;
}

.c3_item_box .c3_item {
    width: 100%;
    /* height: calc(100vh * 100 / 1080); */
    box-shadow: 0px 0px 6px 5px rgba(246, 246, 246, 1);
    -webkit-box-shadow: 0px 0px 6px 5px rgba(246, 246, 246, 1);
    -moz-box-shadow: 0px 0px 6px 5px rgba(246, 246, 246, 1);
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 20px;
    cursor: pointer;
    transition: all .3s;
}

    .c3_item_box .c3_item:hover {
        box-shadow: 0px 0px 6px 10px rgba(247, 181, 44, .2);
        -webkit-box-shadow: 0px 0px 6px 10px rgba(247, 181, 44, .2);
        -moz-box-shadow: 0px 0px 6px 10px rgba(247, 181, 44, .2);
        transition: all .3s;
    }

    .c3_item_box .c3_item p {
        font-size: .16rem;
    }

        .c3_item_box .c3_item p:first-child {
            margin-bottom: 15px;
        }

    .c3_item_box .c3_item .colors {
        color: #f7b52c;
        font-size: .24rem;
        font-weight: bold;
    }

    .c3_item_box .c3_item:first-child p {
        color: #000;
    }

    .c3_item_box .c3_item:nth-child(even) {
        /* margin-left: 20px; */
    }

.customer-cases {
    position: relative;
    height: 6.2rem;
    overflow: hidden;
    padding: 0 0 40px;
}

    .customer-cases .customer-case {
        width: 100%;
        white-space: nowrap;
        height: .9rem;
        margin: .3rem 0;
        -webkit-animation: 40s rowleft linear infinite normal;
        animation: 40s rowleft linear infinite normal;
    }

        .customer-cases .customer-case:first-child {
            margin: 0 0 .3rem;
        }

        .customer-cases .customer-case .customer-case-logo {
            width: 1.6rem;
            height: .9rem;
            /* object-fit: contain;
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%);
            filter: gray; */
        }

            .customer-cases .customer-case .customer-case-logo:nth-child(even) {
                left: 100%;
            }

        .customer-cases .customer-case:nth-child(even) {
            -webkit-animation: 25s rowleft linear infinite normal;
            animation: 25s rowleft linear infinite normal;
        }

.customer-cases-title-color {
    color: #2857eb;
}

@keyframes rowleft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

.service {
    display: flex;
    justify-content: space-between;
    margin-top: .3rem;
    padding: 40px 0;
}

    .service .service_item p {
        color: #f7b52c;
        margin-bottom: 15px;
        font-size: .4rem;
        font-weight: bold;
    }

        .service .service_item p i {
            font-style: normal;
        }

/*首页应用落地*/
.scene {
    font-size: 14px;
    width: 100%;
    height: calc(100vh * 700 / 1080);
    position: relative;
    color: #ffffff;
    background-color: #0f44e8;
    overflow: hidden;
}

    .scene .scene-title {
        width: 100%;
        position: absolute;
        top: calc(100vh * 60 / 1080);
        text-align: center;
        font-size: .34rem;
        z-index: 3;
    }

.scene-tab {
    position: absolute;
    top: calc(100vh * 180 / 1080);
    left: calc((100vw - 1100px) / 2);
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    display: flex;
    z-index: 3;
}

    .scene-tab li {
        width: 80px;
        margin: 0 30px;
        font-size: 18px;
        position: relative;
        text-align: center;
        cursor: pointer;
        background-color: #0f44e8;
    }

        .scene-tab li.active::after {
            content: "";
            width: 80px;
            height: 4px;
            position: absolute;
            bottom: -22px;
            left: 0;
            background: #fff;
        }

.scene-container .scene-slide {
    height: calc(100vh * 700 / 1080);
    display: none;
    position: relative;
    background-color: #0f44e8;
}

    .scene-container .scene-slide .scene-left {
        width: 50vw;
        height: calc(100vh * 700 / 1080);
        position: relative;
        background-color: #0f44e8;
        z-index: 2;
    }

    .scene-container .scene-slide .scene-bg {
        width: 50vw;
        height: calc(100vh * 730 / 1080);
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 1;
    }

    .scene-container .scene-slide .scene-left::before {
        content: "";
        position: absolute;
        top: 0;
        right: calc(-100vh * 429 / 1080);
        width: 0;
        height: 0;
        border-top: calc(100vh * 700 / 1080) solid #0f44e8;
        border-right: calc(100vh * 430 / 1080) solid transparent;
        z-index: 2;
    }

    .scene-container .scene-slide .scene-bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-top: calc(100vh * 730 / 1080) solid #1188f0;
        border-right: calc(100vh * 450 / 1080) solid transparent;
        z-index: 1;
    }

.scene-container .scene-optic::after {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: 0;
    height: 0;
    border-top: calc(100vh * 730 / 1080) solid rgba(17, 136, 240, .38);
    border-right: calc(100vh * 450 / 1080) solid transparent;
    z-index: 1;
}


.scene-container .show {
    display: block;
}

.scene-container .bg1 {
    background: url(../images/zhihui.jpg) no-repeat left top;
    background-size: cover;
}

.scene-container .bg2 {
    background: url(../images/shuzhi.jpg) no-repeat left top;
    background-size: cover;
}

.scene-container .bg3 {
    background: url(../images/nongye.jpg) no-repeat left top;
    background-size: cover;
}

.scene-container .bg4 {
    background: url(../images/qiye.jpg) no-repeat left top;
    background-size: cover;
}

.scene-container .scene-slide .scene-info {
    position: absolute;
    left: calc((100vw - 1100px) / 2);
    top: calc(100vh * 320 / 1080);
    transition: all .3s;
}

    .scene-container .scene-slide .scene-info .scence-info-title {
        font-size: 21px;
        position: relative;
        display: inline-block;
        padding-right: 42px;
        color: #ffffff;
    }

        .scene-container .scene-slide .scene-info .scence-info-title::after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            width: 30px;
            height: 30px;
            transform: translateY(-50%);
            background: url(../images/luodi.png) no-repeat center;
            background-size: 100% 100%;
        }

    .scene-container .scene-slide .scene-info > span {
        display: block;
        width: 460px;
        margin: 20px 0;
        font-size: 14px;
        line-height: .3rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .scene-container .scene-slide .scene-info .tak {
        margin-top: 30px;
        border: 1px solid #fff;
        border-radius: 50px;
        display: block;
        width: 130px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #fff;
    }

.cont_5 {
    font-size: .16rem;
    background: url(../images/cunt_5_bg.png) no-repeat right bottom, linear-gradient(to right, #082cc0, #0343a5);
}

    .cont_5 .c5_box {
        margin-top: 120px;
        height: 413px;
        display: flex;
        justify-content: center;
    }

        .cont_5 .c5_box .c5_item {
            width: 369px;
            height: 340px;
            margin-top: -60px;
            border-radius: 3px;
            background: #fff;
            overflow: hidden;
            transition: all .3s;
            position: relative;
        }

            .cont_5 .c5_box .c5_item .pulse a span {
                padding: 8px 30px;
                border: 1px solid #ffffff;
                background-color: rgba(15, 68, 232, .67);
                transition: all .3s;
            }

                .cont_5 .c5_box .c5_item .pulse a span:hover {
                    background-color: rgba(15, 68, 232, .97);
                }

            .cont_5 .c5_box .c5_item .pulse a {
                height: 210px;
                line-height: 210px;
                display: block;
                color: #fff;
                font-size: .21rem;
                transition: all .3s;
                text-align: center;
            }

            .cont_5 .c5_box .c5_item .more {
                position: absolute;
                bottom: 20px;
                left: 50%;
                transform: translateX(-50%);
                margin: 0;
                height: 30px;
                line-height: 30px;
                transition: all .3s;
            }

            .cont_5 .c5_box .c5_item:hover div a {
                height: 190px;
            }

            .cont_5 .c5_box .c5_item a p:hover {
                color: #2855f0;
            }

            .cont_5 .c5_box .c5_item:hover .more {
                bottom: 30px;
            }

            .cont_5 .c5_box .c5_item a {
                display: block;
                padding: 0 20px;
            }

            .cont_5 .c5_box .c5_item p {
                margin: 10px 0;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }


                .cont_5 .c5_box .c5_item p:last-child {
                    font-size: .14rem;
                }

            .cont_5 .c5_box .c5_item:nth-child(2) {
                margin: -60px 30px 0;
            }

            .cont_5 .c5_box .c5_item:nth-child(1) > div {
                background: url(../images/c5_item1.jpg) no-repeat center;
            }

            .cont_5 .c5_box .c5_item:nth-child(2) > div {
                background: url(../images/c5_item2.jpg) no-repeat center;
            }

            .cont_5 .c5_box .c5_item:nth-child(3) > div {
                background: url(../images/c5_item3.jpg) no-repeat center;
            }

/*案例中心*/
.case_banner {
    width: 100%;
    height: calc(100vh * 560 / 1080);
    background: linear-gradient(to right, #0317a5 20%, #2589f2 60%, #0b30bc 100%);
    background-size: 100%;
}

    .case_banner .subhead_box {
        width: 60%;
        position: absolute;
        left: 50px;
        top: calc(calc(100vh * 560 / 1080) / 2 - calc(100vh * 80 / 1080));
        color: #fff;
    }

        .case_banner .subhead_box h2 {
            font-size: .4rem;
        }

        .case_banner .subhead_box p {
            margin-top: 20px;
            line-height: 35px;
        }

    .case_banner .banner_right_img {
        position: absolute;
        width: 40%;
        height: calc(100vh * 464 / 1080);
        right: 0;
        top: calc(calc(100vh * 464 / 1080) / 2 - calc(100vh * 140 / 1080));
        background: url(../images/hangye_03.png) no-repeat center;
        background-size: contain;
    }

.case_box {
    margin: 50px auto;
    display: flex;
}

    .case_box .case_left {
        width: 210px;
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
    }

    .case_box .osticky {
        position: relative;
    }

    .case_box .case_left::before {
        content: "";
        width: 3px;
        height: 100%;
        background-color: #e1e1e1;
        position: absolute;
        left: 0;
        top: 0;
    }

    .case_box .case_left li {
        padding-left: 30px;
        margin-bottom: 30px;
        font-size: 16px;
        position: relative;
        cursor: pointer;
    }

        .case_box .case_left li:last-child {
            margin-bottom: 0;
        }

        .case_box .case_left li.active {
            color: #0418a8;
            transition: all .3s;
        }

            .case_box .case_left li.active::before {
                content: "";
                width: 3px;
                height: 30px;
                background-color: #0418a8;
                position: absolute;
                left: 0;
                top: -3px;
                transition: all .3s;
            }

    .case_box .case_right {
        width: 940px;
    }

        .case_box .case_right .case_cont .case_item {
            background: linear-gradient(to right, #f3f4f7 0%, #fafafa 100%);
            padding: 20px 30px;
            border-radius: 3px;
            margin-bottom: 50px;
            color: #535353;
            font-size: 14px;
            position: relative;
        }

            .case_box .case_right .case_cont .case_item::before {
                content: "";
                width: 2px;
                height: 100%;
                background-color: #eeeeee;
                position: absolute;
                left: 0;
                top: 0;
            }

            .case_box .case_right .case_cont .case_item:hover {
                box-shadow: 0px 0px 15px 0px rgba(137, 137, 137, 0.6);
                -webkit-box-shadow: 0px 0px 15px 0px rgba(137, 137, 137, 0.6);
                -moz-box-shadow: 0px 0px 15px 0px rgba(137, 137, 137, 0.6);
                transition: 800ms ease all;
            }

            .case_box .case_right .case_cont .case_item a p:nth-child(2) {
                line-height: 25px;
                margin-bottom: 20px;
            }

            .case_box .case_right .case_cont .case_item a p:nth-child(1) {
                font-size: 18px;
                font-weight: bold;
                margin: 30px 0 20px;
            }

            .case_box .case_right .case_cont .case_item span {
                display: block;
                position: absolute;
                left: -1px;
                top: -3px;
                background-color: #1859e0;
                color: #fff;
                padding: 5px 15px;
                box-shadow: 0px 0px 5px 0px rgba(98, 98, 98, 0.75);
                -webkit-box-shadow: 0px 0px 5px 0px rgba(98, 98, 98, 0.75);
                -moz-box-shadow: 0px 0px 5px 0px rgba(98, 98, 98, 0.75);
            }

/*新闻列表banner*/
.news_banner {
    width: 100%;
    height: calc(100vh * 560 / 1080);
    background: url(../images/newsbg.png) no-repeat center, linear-gradient(to right, #0316a3 0%, #0723b1 100%);
    background-size: cover;
}

    .news_banner .subhead_box {
        width: calc(100vw * 471 / 1920);
        height: calc(100vh * 110 / 1080);
        line-height: calc(100vh * 110 / 1080);
        background: url(../images/newstitlebg.png) no-repeat center;
        background-size: contain;
        position: absolute;
        top: calc(calc(100vh * 560 / 1080) / 2 - calc(100vh * 60 / 1080));
        text-align: center;
        left: 16%;
    }

        .news_banner .subhead_box h2 {
            font-size: .5rem;
            color: #fff;
        }

.news_list_box {
    margin: 40px auto;
}

    .news_list_box ul li {
        margin-top: 50px;
        padding: 20px;
        transition: all .3s;
    }

        .news_list_box ul li:nth-child(2n) {
            background-color: #f9f9f9;
        }

        .news_list_box ul li a {
            display: flex;
            width: 100%;
            color: #515152;
            overflow: hidden;
        }

        .news_list_box ul li:hover {
            background-color: #f5f5f5;
            transition: all .3s;
            border-radius: 3px;
        }

        .news_list_box ul li a img {
            display: block;
            flex: none;
            width: 380px !important;
            height: 162px !important;
            /* object-fit: none; */
        }

        .news_list_box ul li a div {
            /* flex: none; */
            margin-left: 30px;
            width: 700px;
            height: 162px;
            position: relative;
        }

            .news_list_box ul li a div h3 {
                font-size: 18px;
                margin-bottom: 20px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                /*多行溢出*/
                -webkit-box-orient: vertical;
            }

            .news_list_box ul li a div p {
                font-size: 14px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }

            .news_list_box ul li a div span {
                font-size: 14px;
                display: block;
                position: absolute;
                left: 0;
                bottom: 0;
            }

/*分页*/
#pageNext {
    margin: 30px auto 0;
    text-align: center;
    padding: 30px 0;
}

    #pageNext div {
        font-size: 14px;
    }

    #pageNext a {
        padding: 5px 8px;
        background: #fff;
        border-radius: 3px;
        font-size: 14px;
        border: 1px solid #e3e3e3;
        color: #5b5b5b;
    }

    #pageNext .prev,
    #pageNext .next {
        padding: 5px 12px;
    }

    #pageNext .curr {
        background: #0288d1;
        color: #fff;
        border: 1px solid #0288d1;
    }


/* 通用banner */
.base_banner {
    width: 100%;
    height: calc(100vh * 560 / 1080);
    background: linear-gradient(to right, #0317a5 20%, #2589f2 60%, #0b30bc 100%);
	overflow:hidden;
}

    .base_banner .wrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .base_banner .subhead_box {
        width: 50%;
        color: #fff;
    }
.about_us_banner .subhead_box {
    width:100%!important;
}
    .about_us_banner .subhead_box img{
        width:100%;
    }

    .base_banner .subhead_box h2 {
        font-size: .4rem;
    }

        .base_banner .subhead_box p {
            margin-top: 20px;
            line-height: 35px;
        }

        .base_banner .subhead_box a {
            display: inline-block;
            background-color: #f9c834;
            padding: 8px 20px;
            margin-top: 20px;
            color: #fff;
            transform: all .5s;
        }

            .base_banner .subhead_box a:hover {
                background-color: #3a63f6;
            }

    .base_banner .base_banner_right_img {
        width: 50%;
        height: calc(100vh * 361 / 1080);
    }

    .base_banner .br1 {
        background: url(../images/cp01.png) no-repeat center;
        background-size: contain;
    }

    .base_banner .br2 {
        background: url(../images/cp07.png) no-repeat center;
        background-size: contain;
    }

    .base_banner .br3 {
        background: url(../images/cp11.png) no-repeat center;
        background-size: contain;
    }

    .base_banner .br4 {
        background: url(../images/cp15.png) no-repeat center;
        background-size: contain;
    }

    .base_banner .br5 {
        background: url(../images/cp19.png) no-repeat center;
        background-size: contain;
    }

    .base_banner .br6 {
        background: url(../images/cp23.png) no-repeat center;
        background-size: contain;
    }

    .base_banner .br7 {
        background: url(../images/cp27.png) no-repeat center;
        background-size: contain;
    }

    .base_banner .br8 {
        background: url(../images/cp37.png) no-repeat center;
        background-size: contain;
    }

    .base_banner .news_banner {
        background: url(../images/newsbg.jpg) no-repeat center;
        background-size: contain;
    }

    .base_banner .about_banner {
        background: url(../images/about_top.png) no-repeat center;
        background-size: contain;
    }

    .base_banner .jounus_banner {
        background: url(../images/about_top.png) no-repeat center;
        background-size: contain;
    }


/* 产品子导航 */
.product_nav {
    position: -webkit-sticky;
    position: sticky;
    top: 55px;
    height: 56px;
    line-height: 56px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #f5f5f5;
    z-index: 2;
}

    .product_nav .wrap {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .product_nav a {
        display: inline-block;
        flex: 1;
        font-size: 14px;
        color: #4d4d4d;
        -webkit-transition: color 0.3s linear;
        -moz-transition: color 0.3s linear;
        -o-transition: color 0.3s linear;
        transition: color 0.3s linear;
        position: relative;
        text-align: center;
    }

        .product_nav a:hover,
        .product_nav a.active {
            color: #082dbe;
        }

        .product_nav a::before,
        .product_nav a::after {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            border-color: #3a63f6;
            border-style: solid;
            border-width: 0;
            -webkit-transition: all 0.5s cubic-bezier(1, 0.2, 0.26, 0.7);
            -moz-transition: all 0.5s cubic-bezier(1, 0.2, 0.26, 0.7);
            transition: all 0.5s cubic-bezier(1, 0.2, 0.26, 0.7);
            -webkit-transform: translate(0px, 0px) scale(0.8);
            -moz-transform: translate(0px, 0px) scale(0.8);
            -ms-transform: translate(0px, 0px) scale(0.8);
            -o-transform: translate(0px, 0px) scale(0.8);
            transform: translate(0px, 0px) scale(0.8);
            opacity: 0;
        }

        .product_nav a::before {
            left: 0;
            bottom: 0;
            border-bottom-width: 1px;
            border-left-width: 1px;
        }

        .product_nav a::after {
            top: 0;
            right: 0;
            border-top-width: 1px;
            border-right-width: 1px;
        }

        .product_nav a:hover::before,
        .product_nav a:hover::after {
            -webkit-transition: all 1s cubic-bezier(0.14, 1.13, 0, 1);
            -moz-transition: all 1s cubic-bezier(0.14, 1.13, 0, 1);
            transition: all 1s cubic-bezier(0.14, 1.13, 0, 1);
            opacity: 1;
        }

        .product_nav a.active::before,
        .product_nav a:hover::before {
            -webkit-transform: translate(-30px, 20px) scale(1);
            -moz-transform: translate(-30px, 20px) scale(1);
            -ms-transform: translate(-30px, 20px) scale(1);
            -o-transform: translate(-30px, 20px) scale(1);
            transform: translate(30px, -10px) scale(1);
            border-bottom-width: 1px;
            border-left-width: 1px;
        }

        .product_nav a.active::after,
        .product_nav a:hover::after {
            -webkit-transform: translate(30px, -20px) scale(1);
            -moz-transform: translate(30px, -20px) scale(1);
            -ms-transform: translate(30px, -20px) scale(1);
            -o-transform: translate(30px, -20px) scale(1);
            transform: translate(-30px, 10px) scale(1);
            border-top-width: 1px;
            border-right-width: 1px;
        }

        .product_nav a.active::before,
        .product_nav a.active::after {
            opacity: 1;
        }

.cp_container_1 .cp_c1_box {
    width: 100%;
    margin-top: 40px;
    display: flex;
}

    .cp_container_1 .cp_c1_box .c1_text {
        width: 60%;
    }

    .cp_container_1 .cp_c1_box .c1_text_width1 {
        width: 60%;
    }

    .cp_container_1 .cp_c1_box .c1_text_width2 {
        width: 50%;
    }

    .cp_container_1 .cp_c1_box .c1_text_width3 {
        width: 70%;
    }

    .cp_container_1 .cp_c1_box .c1_text p {
        margin-top: 20px;
        line-height: 30px;
        font-size: .14rem;
    }

    .cp_container_1 .cp_c1_box .right_img {
        height: 270px;
    }

    .cp_container_1 .cp_c1_box .r1 {
        width: 40%;
        background: url(../images/cp02.png) no-repeat right center;
    }

    .cp_container_1 .cp_c1_box .r2 {
        width: 50%;
        background: url(../images/cp08.png) no-repeat right center;
    }

    .cp_container_1 .cp_c1_box .r3 {
        width: 30%;
        background: url(../images/cp12.png) no-repeat right center;
    }

    .cp_container_1 .cp_c1_box .r4 {
        width: 30%;
        background: url(../images/cp16.png) no-repeat right top;
    }

    .cp_container_1 .cp_c1_box .r5 {
        width: 30%;
        background: url(../images/cp20.png) no-repeat right top;
    }

    .cp_container_1 .cp_c1_box .r6 {
        width: 30%;
        background: url(../images/cp24.png) no-repeat right top;
    }

    .cp_container_1 .cp_c1_box .r7 {
        width: 30%;
        background: url(../images/cp28.png) no-repeat right top;
    }

    .cp_container_1 .cp_c1_box .r8 {
        width: 40%;
        background: url(../images/cp38.png) no-repeat center top;
    }


.cp_container_2 {
    background-color: #f5f5f5;
    padding: calc(100vh * 60 / 1080) 0;
}

    .cp_container_2 .cont_title {
        margin-bottom: 20px;
    }

    .cp_container_2 .cp_c2_box1 img {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .cp_container_2 .cp_c2_box {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .cp_container_2 .cp_c2_box .cp_c2_item {
            flex: 1;
            margin: 0 7px 0;
            border: 1px solid #e6e6e6;
            /* width: 330px; */
            height: 300px;
            padding: 30px;
            display: flex;
            flex-direction: column;
            align-items: center;
            background-color: #fff;
            border-radius: 3px;
            transition: .5s ease all;
        }

            /*覆盖icon默认*/
            .cp_container_2 .cp_c2_box .cp_c2_item .iconfont {
                display: block;
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                font-size: 36px !important;
                color: #fff;
                background-color: #5377f2;
                padding: 20px;
                border-radius: 100%;
                box-shadow: 0px 5px 5px 0px rgba(236, 236, 236, 0.75);
                -webkit-box-shadow: 0px 5px 5px 0px rgba(236, 236, 236, 0.75);
                -moz-box-shadow: 0px 5px 5px 0px rgba(236, 236, 236, 0.75);
                margin-bottom: 20px;
            }

            .cp_container_2 .cp_c2_box .cp_c2_item:hover {
                box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .25);
                -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .25);
                -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .25);
                transition: .3s ease all;
            }

                .cp_container_2 .cp_c2_box .cp_c2_item:hover i {
                    transition: .3s ease all;
                    margin-bottom: 30px;
                }

            .cp_container_2 .cp_c2_box .cp_c2_item p {
                margin-top: 15px;
                font-size: .14rem;
                line-height: 25px;
                width: 100%;
            }

                .cp_container_2 .cp_c2_box .cp_c2_item p:nth-child(2) {
                    text-align: center;
                    font-size: .21rem;
                    color: #2054ff;
                }

.textalignc {
    text-align: center;
}

    .textalignc img {
        margin-top: 40px;
    }

/*产品底部应用落地*/
.applanding {
    width: 100%;
    background: linear-gradient(to right, #1337cb 0%, #063fb6 100%);
    overflow: hidden;
    color: #fff;
    padding: 0 0 50px 0;
}

.applanding1 {
    background: url(../images/cp05.png) no-repeat center right, linear-gradient(to right, #1337cb 40%, #063fb6 100%);
    background-size: cover;
}

.applanding4 {
    background: url(../images/cp18.png) no-repeat center right, linear-gradient(to right, #1337cb 40%, #063fb6 100%);
    background-size: cover;
}

.applanding5 {
    background: url(../images/cp22.png) no-repeat center right, linear-gradient(to right, #1337cb 40%, #063fb6 100%);
    background-size: cover;
}

.applanding6 {
    background: url(../images/cp26.png) no-repeat center right, linear-gradient(to right, #1337cb 40%, #063fb6 100%);
    background-size: cover;
}

.applanding7 {
    background: url(../images/cp35.png) no-repeat center right, linear-gradient(to right, #1337cb 40%, #063fb6 100%);
    background-size: cover;
}

.applanding8 {
    background: url(../images/cp48.jpg) no-repeat center right, linear-gradient(to right, #1337cb 40%, #063fb6 100%);
    background-size: cover;
}

.applanding .cont_title {
    color: #fff;
}

.applanding .applandingflex {
    display: flex;
}

.applanding .landing_box {
    width: 60%;
    margin-top: 40px;
    /* max-height: calc(100vh * 200 / 1080);
    overflow: hidden;
    overflow-y: auto; */
}

.landing_box::-webkit-scrollbar,
.landing_box4::-webkit-scrollbar {
    width: 0 !important
}

.landing_box,
.landing_box4 {
    -ms-overflow-style: none;
}

.landing_box,
.landing_box4 {
    overflow: -moz-scrollbars-none;
}

.landing_box4 {
    width: 100%;
    margin: 50px 0;
    /* max-height: calc(100vh * 200 / 1080);
    overflow: hidden;
    overflow-y: auto; */
}

    .applanding .landing_box p,
    .landing_box4 p {
        margin-top: calc(100vh * 20 / 1080);
        line-height: 25px;
        font-size: .14rem;
    }

        .applanding .landing_box p:first-child {
            margin-top: 0;
        }

        .applanding .landing_box p:first-child,
        .landing_box4 p:first-child {
            font-size: .18rem;
        }

.applanding .landing_right_img {
    width: 40%;
}

.applanding .r1 {
    background: url(../images/cp06.png) no-repeat center;
    background-size: contain;
}

.applanding .r2 {
    background: url(../images/cp10.png) no-repeat center;
    background-size: contain;
}

.applanding .r3 {
    background: url(../images/cp14.png) no-repeat center;
    background-size: contain;
}


/* 县域电商 */
.flex_box {
    width: 850px;
    margin: calc(100vh * 20 / 1080) auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

    .flex_box .flex_item {
        width: 280px;
        height: 270px;
        margin-top: 40px;
        position: relative;
    }

.flex_item img {
    margin-top: 0;
}

.flex_box .flex_item p {
    margin-top: 10px;
    line-height: 30px;
    font-size: .16rem;
    color: #4b5d7c;
}

.flex_box .flex_item i {
    font-size: 42px;
    color: #4bbdcc;
}

.flex_box .flex_item p:nth-child(2) {
    font-weight: bold;
    margin: 15px 0;
    font-size: .2rem;
}

.flex_box .flex_item:nth-child(n+4) i {
    color: #2855f0;
}

.flex_box .flex_item:nth-child(2)::before,
.flex_box .flex_item:nth-child(2)::after,
.flex_box .flex_item:nth-child(5)::before,
.flex_box .flex_item:nth-child(5)::after {
    content: "";
    width: 1px;
    height: 200px;
    position: absolute;
    top: 70px;
    border-left: 1px dashed #797879;
}

.flex_box .flex_item:nth-child(2)::before {
    left: 0;
}

.flex_box .flex_item:nth-child(2)::after {
    right: 0;
}

.flex_box .flex_item:nth-child(5)::before {
    left: 0;
}

.flex_box .flex_item:nth-child(5)::after {
    right: 0;
}

/*end*/
/*运营服务*/
.cp_yyfw {
    padding: calc(100vh * 60 / 1080) 0;
}

    .cp_yyfw .cp_yyfw_box {
        margin-top: 30px;
        width: 564px;
        height: 437px;
        position: relative;
        background: url(../images/cp40.png) no-repeat top center;
        background-size: contain;
    }

        .cp_yyfw .cp_yyfw_box .cp_yyfw_box_item {
            width: 200px;
            height: 150px;
            position: absolute;
            text-align: right;
        }

        .cp_yyfw .cp_yyfw_box .pa {
            left: -220px;
            top: 103px;
        }

        .cp_yyfw .cp_yyfw_box .pb {
            left: -220px;
            bottom: -12px;
        }

        .cp_yyfw .cp_yyfw_box .pc {
            right: -220px;
            bottom: 88px;
            text-align: left;
        }

        .cp_yyfw .cp_yyfw_box .cp_yyfw_box_item p {
            margin-top: 10px;
            line-height: 30px;
            font-size: .16rem;
            color: #4b5d7c;
        }

            .cp_yyfw .cp_yyfw_box .cp_yyfw_box_item p:first-child {
                font-weight: bold;
                margin: 0;
                font-size: .2rem;
            }

/*关于天演*/

.about_gsjj p,
.about_qywh_text p {
    margin-top: 20px;
    text-indent: 2em;
    line-height: 30px;
    font-size: 14px;
}

.about_zlhz,
.about_gsjj {
    padding: calc(100vh * 40 / 1080) 0;
}

.about_qywh,
.about_lxwm {
    background: #f5f5f5;
    padding: calc(100vh * 40 / 1080) 0;
}

    .about_qywh .about_qywh_top {
        width: 100%;
        height: 270px;
        margin-top: 40px;
        display: flex;
    }

        .about_qywh .about_qywh_top .about_qywh_text {
            width: 60%;
        }

        .about_qywh .about_qywh_top .right_img {
            width: 40%;
            height: 270px;
            background: url(../images/about_1.png) no-repeat right center;
        }

    .about_qywh .about_qywh_bottom {
        width: 70%;
        margin: 15px auto 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .about_qywh .about_qywh_bottom .about_qywh_bottom_item {
            width: calc(50% - 70px);
            height: 50px;
            display: flex;
            justify-content: center;
            flex-direction: column;
            margin-top: 20px;
            position: relative;
            padding-left: 70px;
        }

            .about_qywh .about_qywh_bottom .about_qywh_bottom_item p {
                font-size: .22rem;
                color: #004dcc;
            }

            .about_qywh .about_qywh_bottom .about_qywh_bottom_item span {
                font-size: .14rem;
            }

            .about_qywh .about_qywh_bottom .about_qywh_bottom_item::before {
                position: absolute;
                left: 0;
                top: 0;
                font-family: 'iconfont';
                color: #004dcc;
            }

.about_qywh_bottom .about_qywh_bottom_item:nth-child(1)::before {
    top: -3px;
    content: "\e600";
    font-size: 52px;
}

.about_qywh_bottom .about_qywh_bottom_item:nth-child(2)::before {
    left: 2px;
    top: 3px;
    content: "\e629";
    font-size: 42px;
}

.about_qywh_bottom .about_qywh_bottom_item:nth-child(3)::before {
    left: 7px;
    top: 5px;
    content: "\e61e";
    font-size: 38px;
}

.about_qywh_bottom .about_qywh_bottom_item:nth-child(4)::before {
    content: "\e676";
    font-size: 48px;
}

.about_fzlc {
    width: 100%;
    padding: 40px 0;
    background: url(../images/about_6.jpg) no-repeat center right, linear-gradient(to right, #082cc0 40%, #0655cf 100%);
    background-size: cover;
    overflow: hidden;
}

    .about_fzlc .cont_title {
        color: #fff;
    }

    .about_fzlc .about_fzlc_box {
        width: 900px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        color: #fff;
        position: relative;
        overflow: hidden;
    }

.about_fzlc_box .about_fzlc_box_top {
    font-size: 30px;
    transition: all .3s;
}

.about_fzlc_box .fadeIn {
    transition: all .3s;
}

.about_fzlc_box .about_fzlc_box_mid {
    width: 900px;
    font-size: .14rem;
    overflow: hidden;
    margin-top: calc(100vh * 20 / 1080);
}

.about_fzlc_box_mid_item {
    max-height: calc(100vh * 400 / 1080);
}

.about_fzlc_box .about_fzlc_box_mid p::after {
    content: "";
    position: absolute;
    left: 5px;
    top: -20px;
    width: 2px;
    height: 80px;
    background-color: #fff;
}

.about_fzlc_box .about_fzlc_box_mid p {
    padding-left: 30px;
    margin-top: calc(100vh * 30 / 1080);
    position: relative;
    z-index: 2;
}

    .about_fzlc_box .about_fzlc_box_mid p:first-child {
        margin-top: 0;
    }

    .about_fzlc_box .about_fzlc_box_mid p::before {
        content: "";
        position: absolute;
        left: 2px;
        top: 4px;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background-color: #fff;
    }

    .about_fzlc_box .about_fzlc_box_mid p.fontsize28 {
        font-size: 20px;
        line-height: 100%;
    }


.about_fzlc_box .about_fzlc_box_bot {
    width: 900px;
    margin-top: calc(100vh * 40 / 1080);
    font-size: .16rem;
}

.about_fzlc_box_bot div {
    margin-right: 20px;
    color: #9ca7c9;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
}

.about_fzlc_box_bot .swiper-slide-thumb-active {
    color: #fff;
}

.about_zlhz {
    /*margin-top: calc(100vh * 60 / 1080);*/
}

    .about_zlhz .about_zlhz_box {
        margin-top: calc(100vh * 40 / 1080);
    }

        .about_zlhz .about_zlhz_box .text_type,
        .about_zlhz .about_zlhz_box .img_type {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }

            .about_zlhz .about_zlhz_box .text_type p {
                height: 70px;
                padding: 10px 20px;
                text-align: center;
                font-size: .21rem;
                font-weight: bold;
                color: #0654ce;
                border: 1px solid #0654ce;
                display: flex;
                align-items: center;
                transition: all 0.3s;
                cursor: pointer;
            }

                .about_zlhz .about_zlhz_box .text_type p:hover {
                    background-color: #0654ce;
                    color: #fff;
                    transition: all 0.3s;
                }

        .about_zlhz .about_zlhz_box .img_type {
            margin-top: 20px;
        }

            .about_zlhz .about_zlhz_box .img_type img {
                margin: 20px;
                transition: all 0.3s;
            }

                .about_zlhz .about_zlhz_box .img_type img:hover {
                    transform: scale(1.1);
                    transition: all 0.3s;
                }

.about_lxwm .about_lxwm_box {
    display: flex;
    align-items: center;
}

    .about_lxwm .about_lxwm_box .left_bg {
        width: calc(50% - 30px);
        height: calc(100vh * 517 / 1080);
        background: url(../images/about_lx.jpg) no-repeat left center;
        background-size: contain;
        margin-right: 30px;
    }

.about_lxwm_box .about_lxwm_box_item {
    width: 50%;
    margin-left: 30px;
}

    .about_lxwm_box .about_lxwm_box_item .about_title {
        color: #515151;
        font-size: 24px;
    }

    .about_lxwm_box .about_lxwm_box_item p {
        margin-top: 15px;
    }

        .about_lxwm_box .about_lxwm_box_item p:first-child {
            font-size: .23rem;
        }

        .about_lxwm_box .about_lxwm_box_item p:nth-child(2) {
            margin-top: 40px;
        }

/*荣誉资质*/
.honor_container {
    width: 100%;
    background: linear-gradient(to right, #0317a5 0%, #0b30bc 100%);
    overflow: hidden;
    /*margin-top: 50px;*/
    padding-bottom: 50px;
}

    .honor_container .cont_title {
        margin-top: 30px;
        color: #fff;
    }

    .honor_container .honor_z,
    .honor_container .honor_f {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .honor_container .honor_z li,
        .honor_container .honor_f li {
            margin: 20px 10px;
            text-align: center;
            color: #fff;
            transition: all 0.3s;
            font-size: 16px;
        }

            .honor_container .honor_z li img {
                max-width: 260px;
                margin-bottom: 10px;
                transition: all 0.3s;
                cursor: pointer;
            }

            .honor_container .honor_z li:hover img,
            .honor_container .honor_f li:hover img {
                transform: scale(1.1)
            }

    .honor_container .honor_f {
        border-top: 1px dashed #004dcc;
        padding-top: 20px;
    }

        .honor_container .honor_f li img {
            max-width: 220px;
            margin-bottom: 10px;
            transition: all 0.3s;
            cursor: pointer;
        }

/*加入我们*/
.join_banner {
    width: 100%;
    height: calc(100vh * 560 / 1080);
    background: url(../images/joinus.png) no-repeat center right, linear-gradient(to right, #082dbf 40%, #0343a4 100%);
    background-size: contain;
    position: relative;
}

    .join_banner .wrap {
        display: flex;
        align-items: center;
    }

    .join_banner .subhead_box {
        margin-left: 60px;
    }

        .join_banner .subhead_box h2 {
            font-size: .4rem;
            color: #fff;
            transition: all .3s;
        }

        .join_banner .subhead_box p {
            margin-top: 20px;
            color: #fff;
            line-height: 35px;
        }

.joinus_container {
    min-height: 600px;
}

    /* .joinus_container .join_tab {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 55px;
} */

    .joinus_container .join_tab .job_tag {
        display: flex;
        margin-bottom: 40px;
        padding: 0 40px;
        font-size: .18rem;
    }

        .joinus_container .join_tab .job_tag p {
            font-weight: bold;
            padding: 5px 0;
        }

        .joinus_container .join_tab .job_tag a {
            margin-left: 50px;
            padding: 5px 12px;
            border-radius: 2px;
        }

            .joinus_container .join_tab .job_tag a.active {
                background-color: #004dcc;
                color: #fff;
            }

    .joinus_container .join_info .join_info_item {
        margin-bottom: 30px;
        padding: 30px 40px;
        background-color: #f3f4f7;
    }

        .joinus_container .join_info .join_info_item h3 {
            margin-bottom: 10px;
            font-weight: bold;
        }

        .joinus_container .join_info .join_info_item p {
            margin-top: 20px;
            line-height: 25px;
            font-size: .14rem;
        }

            .joinus_container .join_info .join_info_item p.job_type {
                margin-bottom: 30px;
                font-size: .14rem;
            }

                .joinus_container .join_info .join_info_item p.job_type span:first-child {
                    margin-right: 100px;
                }

.nojob {
    margin: 30px auto;
    padding: 30px 0;
    text-align: center;
    display: none;
    background-color: #f3f4f7;
}

/*文章内容*/
.article_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
}

    .article_container .article {
        margin-right: 60px;
        flex: 1;
        background: #fafafa;
    }

.article .title {
    border-bottom: 1px solid #ececec;
    padding: 20px 30px 0 30px;
}

    .article .title h1 {
        font-size: .24rem;
        font-weight: bold;
    }

    .article .title .info {
        margin: 20px 0;
        font-size: .14rem;
    }

        .article .title .info span {
            margin-right: 20px;
        }

.article .content {
    margin-top: 40px;
    padding: 0 30px;
    font-size: .16rem;
}

    .article .content p {
        line-height: 28px;
        margin-top: 15px;
        font-size: .16 rem;
    }

    .article .content img {
        max-width: 100%;
    }

.article .recommend {
    border-top: 1px solid #ececec;
    padding: 20px;
    font-size: .16rem;
}

    .article .recommend p:last-child {
        margin-top: 20px;
    }

.article_container .focusnews {
    position: relative;
}

    .article_container .focusnews ul {
        position: sticky;
        top: 80px;
    }

        .article_container .focusnews ul li {
            margin-bottom: 40px;
        }

            .article_container .focusnews ul li a img {
                width: 280px;
                height: 160px;
                /* object-fit: cover; */
            }

            .article_container .focusnews ul li a p {
                margin-top: 10px;
                font-size: .14rem;
                max-width: 280px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                color: #666;
            }

.focusnews .title {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 8px;
    border-left: 4px solid #004dcc;
    font-size: .16rem;
    font-weight: bold;
}

/*商务合作*/
.form_container {
    width: 680px;
    margin: 60px auto;
    padding: 30px 30px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .form_container h2 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .form_container form {
        background-color: #f5f5f5;
        border-radius: 5px;
        padding: 30px;
    }

    .form_container .input_item {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

        .form_container .input_item span {
            display: inline-block;
            width: 80px;
            text-align: right;
            margin-right: 30px;
            font-size: 14px;
        }

            .form_container .input_item span i {
                color: #ff0000;
                margin-right: 5px;
                font-style: normal;
            }

        .form_container .input_item input {
            width: 420px;
            height: 40px;
            line-height: 40px;
            padding-left: 20px;
            border: 1px solid #77a0d9;
            border-radius: 3px;
            outline: none;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

        .form_container input:hover,
        .form_container .input_item textarea:hover {
            box-shadow: 1px 3px 10px #7794cb;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

        .form_container .input_item textarea {
            width: 400px;
            height: 180px;
            padding: 20px;
            border: 1px solid #77a0d9;
            border-radius: 3px;
            outline: none;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

    .form_container input[type="button"] {
        display: block;
        position: absolute;
        left: 50%;
        bottom: 30px;
        margin-left: -80px;
        width: 160px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        background-color: #004dcc;
        color: #fff;
        cursor: pointer;
        border: none;
        outline: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        border-radius: 5px;
    }

.base-tips {
    padding: 15px 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .8);
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    border-radius: 5px;
    display: none;
}
