﻿
@charset "utf-8";

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, td, th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: "";
        content: none
    }

a, a:hover {
    color: #000000;
    text-decoration: none;
}

    a img {
        border: none
    }

*, *::before, *::after {
    box-sizing: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

.layout-flex {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
}

body {
    font-family: 'Microsoft YaHei',Arial,SimHei,sans-serif;
    font-size: 14px;
    color: #000000;
}


.head {
    height: 80px;
    line-height: 80px;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
}

.headweb {
    width: 1200px;
    margin: 0 auto;
    clear: both;
}

.container {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    display: block;
}

.head .head_left {
    margin-top: 20px;
}

    .head .head_left .logo {
        background: url(../images/logo.png) no-repeat;
        height: 45px;
        width: 104px;
        margin-right: 20px;
        background-size: contain;
    }

    .head .head_left .top-number {
        min-width: 100px;
        height: 42px;
        padding-left: 20px;
        border-left: 1px solid #ededed;
    }

        .head .head_left .top-number p {
            margin-bottom: 0;
            line-height: 1.5;
        }

            .head .head_left .top-number p:first-child {
                font-weight: 500;
                font-size: 16px;
            }

            .head .head_left .top-number p:nth-child(2) {
                color: #999;
                font-size: 12px;
            }


.head .head_content {
    margin-left: 30px;
    flex: 1;
}

    .head .head_content ul {
        display: block;
    }

        .head .head_content ul li {
            float: left;
            margin-right: 18px;
        }

            .head .head_content ul li a {
                padding: 10px;
                font-size: 14px;
                color: #181818;
            }

                .head .head_content ul li a:hover {
                    color: #0a75ea;
                    font-weight: bold;
                }

                .head .head_content ul li a.active {
                    color: #0a75ea;
                    font-weight: bold;
                    border-bottom: 2px solid #0a75ea;
                }

.head .head_right {
    letter-spacing: 2px;
}

    .head .head_right .login {
        color: #0a75ea;
    }

    .head .head_right .login, .head .head_right .try-login {
        width: 85px;
        text-align: center;
        border-left: 1px solid #ededed;
        cursor: pointer;
    }

    .head .head_right a:hover {
        color: #0a75ea;
        font-weight: bold;
    }

    .head .head_right .try-login {
        border-right: 1px solid #ededed;
        background: #0a75ea;
        color: #fff;
    }

        .head .head_right .try-login a {
            color: #fff;
        }





.website-index .server360 .plate-name,
.website-index .new-centers .plate-name {
    text-align: center;
    font-size: 24px;
}

    .website-index .server360 .plate-name:before,
    .website-index .new-centers .plate-name:before {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        background-color: #ededed;
        position: relative;
        top: 14px;
        left: 0;
    }

    .website-index .server360 .plate-name span,
    .website-index .new-centers .plate-name span {
        display: inline-block;
        background: #fff;
        padding: 0 18px;
        position: relative;
    }




.website-footer {
    width: 100%;
    margin-top: 50px;
    clear: both;
}

    .website-footer .footer-top {
        background: #0a75ea;
        padding-bottom: 40px;
        min-width: 1200px;
    }

        .website-footer .footer-top .footer-crumb {
            width: 1200px;
            justify-content: space-between;
            flex-wrap: wrap;
            padding-top: 40px;
            margin: 0 auto;
        }

            .website-footer .footer-top .footer-crumb .footer-crumb-item {
                width: 285px;
                height: 195px;
                border-radius: 10px;
                background: rgba(255, 255, 255, 0.1);
                padding-top: 90px;
            }

                .website-footer .footer-top .footer-crumb .footer-crumb-item .footer-crumb-item-img {
                    width: 56px;
                    height: 56px;
                    margin: 0 auto 26px;
                    position: relative;
                }

                    .website-footer .footer-top .footer-crumb .footer-crumb-item .footer-crumb-item-img img {
                        position: absolute;
                        top: 0;
                        left: 0;
                        z-index: 1;
                        cursor: pointer;
                    }

                    .website-footer .footer-top .footer-crumb .footer-crumb-item .footer-crumb-item-img .img-hover {
                        display: none;
                    }

                .website-footer .footer-top .footer-crumb .footer-crumb-item .footer-crumb-item-text {
                    text-align: center;
                    font-size: 16px;
                    font-weight: 100;
                    color: #FFF;
                    cursor: pointer;
                }

                    .website-footer .footer-top .footer-crumb .footer-crumb-item .footer-crumb-item-text a {
                        color: #FFF;
                    }

                .website-footer .footer-top .footer-crumb .footer-crumb-item:hover {
                    background: #fff;
                    color: #0a75ea;
                    height: 205px;
                    padding-top: 80px;
                    transition: all linear 500ms;
                }

                    .website-footer .footer-top .footer-crumb .footer-crumb-item:hover .footer-crumb-item-img img.img-hover {
                        display: block;
                    }

                    .website-footer .footer-top .footer-crumb .footer-crumb-item:hover .footer-crumb-item-img img.img {
                        display: none;
                    }

                    .website-footer .footer-top .footer-crumb .footer-crumb-item:hover .footer-crumb-item-text {
                        width: 94px;
                        margin: 0 auto;
                        background: #0a75ea;
                        color: #fff;
                        font-size: 12px;
                        padding: 10px 0;
                    }

        .website-footer .footer-top .footer-number {
            text-align: center;
            color: #fff;
            margin-top: 30px;
        }

            .website-footer .footer-top .footer-number p:first-child {
                font-size: 16px;
                margin-bottom: 18px;
            }

            .website-footer .footer-top .footer-number p:nth-child(2) {
                font-size: 30px;
                margin-bottom: 0;
            }



/*右侧导航栏*/
.com-levitation .levitation {
    position: fixed;
    width: 70px;
    height: 320px;
    z-index: 98;
    right: 0;
    bottom: 100px;
    background: #0a75ea;
    color: #fff;
    border: 1px solid #fff;
}

    .com-levitation .levitation a {
        color: #fff;
    }

    .com-levitation .levitation .levitation-plate {
        display: inline-block;
        width: 70px;
        height: 78px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        position: relative;
        color: #fff;
    }

        .com-levitation .levitation .levitation-plate .icon {
            width: 40px;
            height: 40px;
            margin: 10px 14px 5px;
            background: url(../images/levitation-icon-1.png);
            background-size: 100% 100%;
        }

        .com-levitation .levitation .levitation-plate .text {
            font-size: 12px;
            text-align: center;
        }

        .com-levitation .levitation .levitation-plate .dropdown-box {
            position: absolute;
            display: none;
        }

            .com-levitation .levitation .levitation-plate .dropdown-box .dropdown-title {
                display: inline-block;
                font-size: 12px;
                font-weight: bold;
                padding-bottom: 9px;
                border-bottom: 1px solid #fff;
            }

            .com-levitation .levitation .levitation-plate .dropdown-box .dropdown-phone {
                margin-top: 7px;
                margin-left: -8px;
                font-size: 24px;
                font-weight: bold;
                font-style: italic;
            }

            .com-levitation .levitation .levitation-plate .dropdown-box .dropdown-dec {
                margin-top: 8px;
                font-size: 12px;
            }

            .com-levitation .levitation .levitation-plate .dropdown-box .follow-us {
                padding-left: 15px;
                padding-right: 30px;
                position: absolute;
                bottom: 10px;
                left: 0;
                font-size: 12px;
                text-align: center;
            }

        .com-levitation .levitation .levitation-plate:nth-child(2) .icon {
            background: url(../images/levitation-icon-2.png);
            background-size: 100% 100%;
        }

        .com-levitation .levitation .levitation-plate:nth-child(3) {
            cursor: pointer;
        }

            .com-levitation .levitation .levitation-plate:nth-child(3) .icon {
                cursor: pointer;
                background: url(../images/levitation-icon-3.png);
                background-size: 100% 100%;
            }

            .com-levitation .levitation .levitation-plate:nth-child(3) .text {
                cursor: pointer;
            }

        .com-levitation .levitation .levitation-plate:nth-child(4) .icon {
            background: url(../images/levitation-icon-4.png);
            background-size: 100% 100%;
        }

        .com-levitation .levitation .levitation-plate.phone .dropdown-box {
            left: -220px;
            top: -15px;
            width: 230px;
            height: 100px;
            padding: 15px 31px 15px 15px;
            background: url(../images/dropdown-1.png) no-repeat;
        }

        .com-levitation .levitation .levitation-plate.follow .dropdown-box {
            left: -116px;
            top: -10px;
            width: 130px;
            height: 120px;
            padding-right: 30px;
            background: url(../images/dropdown-2.png) no-repeat;
        }

        .com-levitation .levitation .levitation-plate:last-child {
            border-bottom: 0;
        }

        .com-levitation .levitation .levitation-plate:hover {
            background: rgba(0, 0, 0, 0.1);
        }

            .com-levitation .levitation .levitation-plate:hover .dropdown-box {
                display: block;
            }

        .com-levitation .levitation .levitation-plate.active {
            background: rgba(0, 0, 0, 0.1);
            cursor: default;
        }

            .com-levitation .levitation .levitation-plate.active .icon,
            .com-levitation .levitation .levitation-plate.active .text {
                cursor: default;
            }

@keyframes drawerShow {
    0% {
        right: -100%;
    }

    100% {
        right: 0;
    }
}

@-webkit-keyframes drawerShow {
    0% {
        right: -100%;
    }

    100% {
        right: 0;
    }
}

@keyframes drawerHidden {
    0% {
        right: 0;
    }

    100% {
        right: -100%;
    }
}

@-webkit-keyframes drawerHidden {
    0% {
        right: 0;
    }

    100% {
        right: -100%;
    }
}


.con1 {
    padding: 30px;
}

    .con1 img {
        width: 100%;
    }


.main {
    margin: 0 auto;
    min-width: 1200px;
}

    .main .item {
        clear: both;
        overflow: hidden;
        /*background: url(../images/line.png) no-repeat scroll 0 bottom;*/
        height: auto;
        margin: 0px auto;
        padding: 70px 0 70px;
        width: 1200px;
    }

        .main .item .text {
            padding-top: 60px;
        }

        .main .item .title {
            color: #424242;
            font-size: 24px;
            font-weight: bold;
            line-height: 40px;
        }

        .main .item .desc {
            color: #424242;
            font-size: 16px;
            line-height: 32px;
            margin-top: 30px;
        }

    .main .item-last {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .main .item-left {
        float: left;
        width: 480px;
        position: relative;
        transition: all 0.8s ease 0.3s;
    }

    .main .item-right {
        float: left;
        width: 640px;
        text-align: right;
        position: relative;
        transition: all 0.8s ease 0.3s;
    }

    .main .item img {
        padding-top: 30px;
        max-width: 320px;
    }


.ullist5 {
    display: block;
}

    .ullist5 li {
        width: 18%;
        margin-right: 2%;
        float: left;
    }

        .ullist5 li img {
            width: 100%;
            display: block;
        }

        .ullist5 li div {
            height: 39px;
            border: solid 1px #e8e8e8;
            border-top: none;
            background: #fff;
        }

        .ullist5 li p {
            text-align: center;
            font-size: 14px;
            line-height: 39px;
        }


.safe-sass > h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
}

.safe-sass > h1, .safe-sass > p {
    color: #333;
    text-align: center;
}

.safe-sass > p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 50px;
}

.safe-sass .features {
    margin-top: 40px;
    margin-bottom: 45px;
    text-align: center;
}

    .safe-sass .features .featuresli {
        display: inline-block;
        text-align: left;
        margin: 0 30px;
    }

        .safe-sass .features .featuresli .text, .safe-sass .features .featuresli img {
            display: inline-block;
            vertical-align: middle;
        }

        .safe-sass .features .featuresli img {
            width: auto;
            margin-right: 16px;
            padding-top: 55px;
        }

        .safe-sass .features .featuresli .text h1 {
            font-size: 16px;
            line-height: 22px;
            color: #323233;
            margin-bottom: 8px;
        }

        .safe-sass .features .featuresli .text p {
            font-size: 14px;
            line-height: 20px;
            color: #969799;
        }

.safe-sass .primary {
    width: 140px;
    padding: 10px 0;
    line-height: 20px;
    border-radius: 2px;
    text-align: center;
    display: block;
    margin: 72px auto 0;
    background: #38f;
    color: #fff;
}

.ullist6 {
    margin-left: -10px;
    width: 1210px;
}

    .ullist6 li {
        float: left;
        width: 191.3px;
        margin-left: 10px;
    }

        .ullist6 li img {
            width: 100%;
            display: block;
        }


.promote {
    width: 100%;
    height: 250px;
    text-align: center;
    background-position: 50%;
    background-size: cover;
    background-image: url(../images/sy_bg1.png);
}

    .promote p {
        font-size: 26px;
        color: #fff;
        line-height: 40px;
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .promote a {
        text-decoration: none;
        font-size: 14px;
        color: #38f;
        background-color: #fff;
        padding: 15px 57px;
        border-radius: 2px;
    }



.phptpl-footer {
    width: 100%;
    min-width: 1200px;
    background: #272b2e;
    color: #ffffff;
}

    .phptpl-footer .footer-container {
        overflow: hidden;
        margin: 0 auto;
        width: 1200px;
    }

        .phptpl-footer .footer-container .footer-about {
            padding-top: 40px;
            zoom: 1;
            overflow: hidden;
            display: block;
        }

            .phptpl-footer .footer-container .footer-about .footer_ {
                float: left;
                margin-right: 75px;
                text-align: center;
                min-width: 125px;
            }

                .phptpl-footer .footer-container .footer-about .footer_ h3 {
                    font-size: 16px;
                    line-height: 24px;
                    margin-bottom: 14px;
                }

            .phptpl-footer .footer-container .footer-about a {
                display: inline-block;
                padding: 6px 0;
                text-decoration: none;
                color: #969799;
                letter-spacing: 0.58px;
                transition: color 0.3s;
            }

            .phptpl-footer .footer-container .footer-about .footer_ p {
                font-size: 14px;
                color: #969799;
                line-height: 20px;
            }

        .phptpl-footer .footer-container .open-shop {
            margin-top: 10px;
            padding: 20px 20px;
            background: #155bd4;
            border-radius: 2px;
            font-size: 13px;
            line-height: 2;
            color: #fff;
        }

        .phptpl-footer .footer-container .footer-about .footer_ p.open-shop em, .phptpl-footer .footer-container .footer-about .footer_ p.open-shop a {
            font-size: 14px;
            color: #fff;
        }

        .phptpl-footer .footer-container .footer-about #news {
            margin-right: 0px;
        }

    .phptpl-footer .common_copy_ {
        font-size: 12px;
        margin: 30px auto 34px;
        border-top: 1px solid #3d4043;
        border-bottom: 1px solid #3d4043;
        padding: 27px 0;
        color: #969799;
    }

        .phptpl-footer .common_copy_ .left {
            display: inline-block;
            width: 969px;
            border-right: 1px solid #3d4043;
        }

            .phptpl-footer .common_copy_ .left .left-item {
                margin-bottom: 8px;
                height: 18px;
            }

            .phptpl-footer .common_copy_ .left a {
                display: inline-block;
                text-decoration: none;
                color: #969799;
            }

            .phptpl-footer .common_copy_ .left .common_copy_split {
                padding: 0 8px;
                color: #3d4043;
            }

        .phptpl-footer .common_copy_ .right {
            text-decoration: none;
            width: 180px;
            text-align: center;
            display: inline-block;
            padding-left: 45px;
        }

            .phptpl-footer .common_copy_ .right div {
                height: 56px;
                margin-bottom: 13px;
                position: relative;
            }



.proBanner {
    position: relative;
    background-position: center 100%;
    background-repeat: no-repeat;
    height: 510px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}

    .proBanner p {
        position: relative;
        top: 125px;
        font-weight: 700;
        font-size: 32px;
        color: #fff;
        text-align: center;
    }

        .proBanner p::after {
            position: absolute;
            left: 50%;
            bottom: -50px;
            content: ' ';
            width: 40px;
            height: 7px;
            margin-left: -20px;
            border-radius: 3px;
            background-color: rgba(255,255,255,.4);
        }

.proBannerCards {
    position: absolute;
    width: 1000px;
    height: 350px;
    bottom: -104px;
    left: 50%;
    margin-left: -500px;
}

.proBannerCardsInner {
    display: inline-block;
    position: relative;
    background-color: #fff;
    width: 310px;
    height: 350px;
    border: none;
    box-shadow: 0 10px 20px 0 rgba(15,50,81,.06);
    border-radius: 2px;
    margin: 0 8px;
    text-align: center;
}

    .proBannerCardsInner img {
        position: absolute;
        width: 84px;
        height: 84px;
        top: 47px;
        left: 113px;
    }

.cardTip {
    position: absolute;
    top: 163px;
    left: 143px;
    content: ' ';
    width: 24px;
    height: 1.2px;
    background-color: #222;
}

.cardTitle {
    position: absolute;
    width: 100%;
    top: 199px;
    font-size: 17px;
    font-weight: 700;
    color: #222;
}

.cardContent {
    position: absolute;
    width: 100%;
    top: 238px;
    box-sizing: border-box;
    padding: 0 29px;
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    line-height: 24px;
    text-align: left;
    vertical-align: text-top;
}

.new_pro_list {
    width: 100%;
}

    .new_pro_list .item_inner {
        position: relative;
        box-sizing: border-box;
        width: 1000px;
        height: 738px;
        margin: 0 auto;
        padding-top: 60px;
        text-align: center;
    }

.item_inner p {
    position: relative;
    text-align: center;
}

.item_inner .sub_head {
    margin: 20px 0;
    font-size: 20px;
    color: #222;
}

.item_inner .title {
    margin: 74px 0 23px 0;
    font-weight: 700;
    font-size: 32px;
    color: #3aa800;
}

.item_inner .sub_title {
    font-weight: 700;
    font-size: 32px;
    color: #222;
}

