﻿@charset "utf-8";

/* CSS Document */
body {
    margin: 0 auto;
    color: #333;
    background: #fff;
    font: 14px/1.8 Microsoft YaHei, tahoma, arial, 宋体;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

img,
iframe {
    border: none;
}

ul,
li,
ol {
    list-style: none;
}

img {
    vertical-align: middle;
}

table {
    border-spacing: 0;
}

input {
    outline: none;
}

em,
b,
i,
strong,
cite,
sub,
sup,
font {
    font-style: normal;
    font-size: 100%;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

    a:hover {
        color: #00aef3;
        text-decoration: none;
    }

select {
    padding: 3px 2px;
    border: 1px solid #ddd;
    line-height: 16px;
}

.clear {
    clear: both;
}

.fl {
    float: left
}

.fr {
    float: right
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.m15 {
    margin: 0 15px;
}

.mt70 {
    margin-top: 70px;
}

.mtb70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.ptb45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.mtb60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

/*head*/
.mtop {
    height: 80px;
    width: 100%;
}

.head {
    height: 80px;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

    .head .w1200 {
        padding: 0 15px;
    }

    .head .logo {
        margin-top: 10px;
    }

    .head .nav {
        margin-left: 30px;
    }

        .head .nav > ul > li {
            float: left;
            padding: 0 15px;
            position: relative;
            color: black !important;
            height: 55px;
            line-height: 55px;
            margin-top: 12px;
            border-radius: 50px;
        }

.nav.fl ul li.active {
    background: #00aef3;
    color: black !important;
}

            .head .nav > ul > li > a {
                font-size: 14px;
            }

            .head .nav > ul > li:hover > a,
            .head .nav > ul > li.active > a {
                color: #000;
            }

            .head .nav > ul > li:hover::after,
            .head .nav > ul > li.active::after {
                content: ' ';
                position: absolute;
                width: 15px;
                left: 0;
                right: 0;
                bottom: 15px;
                margin: 0 auto;
                height: 2px;
                background: #00aef3;
            }

        .head .nav li ul.sonnav {
            display: none
        }

        .head .nav li:hover ul.sonnav {
            display: block;
            background: #fff url(../images/sonnav.jpg) top center repeat-x;
            position: absolute;
            left: 0px;
            width: 100%;
            text-align: center;
            padding: 10px 0;
            z-index: 1;
        }

        .head .nav li ul.sonnav li {
            line-height: 35px;
        }

    .head .login {
        margin-top: 25px;
    }

        .head .login li {
            float: left;
        }

            .head .login li a {
                padding: 0 8px;
                font-size: 14px;
                line-height: 30px;
            }

        .head .login > ul > li.l1::after {
            content: '';
            border-right: 1px solid #e3e3e3
        }

        .head .login > ul > li.l3::before {
            content: '';
            border-left: 1px solid #e3e3e3
        }

        .head .login li.bk a {
            color: #00aef3;
            border: 1px solid #00aef3;
            display: block;
            border-radius: 2px;
            margin-left: 18px;
            margin-top: -1px;
        }

/*pronav*/
.pronav {
    float: left;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    display: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

    .pronav h2 {
        font-size: 16px;
        color: #333;
        padding-left: 30px;
        padding-bottom: 10px;
        font-weight: normal;
        padding-top: 10px;
    }

    .pronav .pronav_box {
        padding: 0;
        padding-right: 40px;
    }

    .pronav dl {
        float: left;
        width: 144px;
        padding: 0px 30px;
        margin-left: 5px;
        line-height: 35px;
        border-radius: 50px;
        text-align: center;
    }

        .pronav dl:hover {
            background: #00aef3;
            color: #000 !important;
        }

        .pronav dl dt:hover {
            color: #000;
        }


        .pronav dl dt {
            font-size: 14px;
            color: #000
        }

        .pronav dl dd {
            font-size: 12px;
            color: #999;
        }



/*banner*/
.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
    zoom: 1;
}

    .flexslider .slides li {
        width: 100%;
        height: 100%;
    }

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

    .flexslider:hover .flex-next:hover,
    .flexslider:hover .flex-prev:hover {
        opacity: 1;
        filter: alpha(opacity=50);
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 2px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

    .flex-control-paging li a.flex-active,
    .flex-control-paging li.active a {
        background-position: 0 0;
    }

.flexslider .slides a img {
    width: 100%;
    height: 100%;
    display: block;
}


/*一站式解决餐饮门店管理难题*/
.part1 {
}

.title {
    text-align: center;
}

    .title h2 {
        font-size: 36px;
        font-weight: normal;
        padding-bottom: 10px;
    }

    .title p {
        font-size: 18px;
        color: #000;
        padding: 0 70px;
    }

.part1 ul {
    margin: 65px 0;
    font-size: 0px;
}

    .part1 ul li {
        width: 25%;
        display: inline-block;
        text-align: center;
        padding: 0 40px 50px;
        vertical-align: top;
    }

        .part1 ul li a p {
            border-radius: 100%;
            box-shadow: 0px 0px 10px 3px hsla(0, 0%, 0%, 0.05);
            width: 100px;
            height: 100px;
            vertical-align: middle;
            display: table-cell;
            overflow: hidden;
        }

            .part1 ul li a p img {
            }

        .part1 ul li a h3 {
            font-size: 20px;
            font-weight: normal;
            margin: 20px auto 10px;
        }

        .part1 ul li a span {
            font-size: 14px;
            color: #999;
        }

.more {
    text-align: center
}

    .more a {
        color: #00aef3;
        border: 1px solid #00aef3;
        line-height: 40px;
        padding: 0 30px;
        font-size: 16px;
        border-radius: 2px;
        display: inline-block;
    }

/*四位一体解决方案，搭建专属营销生态圈*/
.part2 {
}

    .part2 ul {
        margin: 65px 30px;
        font-size: 0px;
    }

        .part2 ul li {
            width: 25%;
            display: inline-block;
            text-align: center;
            padding: 0 15px 50px;
            vertical-align: top;
        }

            .part2 ul li a {
                box-shadow: 0px 0px 10px 3px hsla(0, 0%, 0%, 0.05);
                display: block;
                position: relative
            }

                .part2 ul li a p img {
                    margin-top: 60px;
                }

                .part2 ul li a h3 {
                    font-size: 20px;
                    font-weight: normal;
                    padding: 25px 0px 60px;
                }

                .part2 ul li a:hover {
                    -webkit-transform: perspective(1px) translateZ(0);
                    transform: perspective(1px) translateZ(0);
                    -webkit-transition-duration: 0.3s;
                    transition-duration: 0.5s;
                    -webkit-transition-property: transform;
                    transition-property: transform;
                    -webkit-transform: translateY(-20px);
                    transform: translateY(-20px);
                }

                .part2 ul li a .info {
                    display: none
                }

                .part2 ul li a:hover .info {
                    display: block;
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    padding: 0 20px;
                    background: #fff;
                }

                .part2 ul li a .info h3 {
                    padding: 20px 0px 10px;
                    color: #333;
                }

                .part2 ul li a .info p {
                    font-size: 14px;
                    color: #999;
                }

/*商家免费入驻，立刻使用系统*/
.part3 {
    background: url(../images/img.png) top center no-repeat;
    width: 100%;
    height: 520px;
}

    .part3 .bt {
        text-align: center
    }

        .part3 .bt h2 {
            font-size: 36px;
            font-weight: normal;
            color: #fff;
        }

        .part3 .bt p {
            color: #fff;
            font-size: 26px;
        }

    .part3 .more {
        margin-top: 20px;
    }

        .part3 .more a {
            border-color: #fff;
            color: #fff
        }

    .part3 ul {
    }

        .part3 ul li {
            float: left;
            padding: 20px 10px 20px 30px;
            background: #fff;
            width: 300px;
            margin: 50px;
            transition: transform 0.55s ease;
            border-radius: 2px;
            margin-top: 75px;
        }

            .part3 ul li .ewm img {
                width: 120px;
                height: 120px;
            }

            .part3 ul li .des {
                width: 130px;
                font-size: 18px;
                line-height: 25px;
            }

                .part3 ul li .des::before {
                    content: '';
                    width: 25px;
                    height: 4px;
                    background: #00aef3;
                    display: block;
                    margin-top: 8px;
                    margin-bottom: 15px;
                }

            .part3 ul li:hover {
                transform: scale(1.2, 1.2);
                border: 4px solid #978b82;
                cursor: pointer;
            }

/*--- 合作伙伴 ---*/
.part4 {
}

    .part4 ul {
    }

        .part4 ul li {
            float: left;
            margin: 30px 15px 0px;
            width: 270px;
            height: 100px;
            display: table;
            text-align: center
        }

            .part4 ul li a {
                display: table-cell;
                vertical-align: middle;
            }

            .part4 ul li:hover {
                box-shadow: 0px 0px 10px 3px hsla(0, 0%, 0%, 0.05);
            }

            .part4 ul li img {
                max-height: 100px;
                max-width: 270px;
            }

/*  新闻资讯  */
.part5 {
}

    .part5 .index_newbox {
        float: left;
        margin: 50px 15px 0px;
        width: 370px;
        box-shadow: 0px 0px 10px 3px hsla(0, 0%, 0%, 0.05);
    }

    .part5 ul {
        padding: 15px 15px 10px;
    }

    .part5 dl {
        position: relative;
    }

        .part5 dl dt img {
            width: 100%;
            height: 134px;
        }

        .part5 dl dd img {
            position: absolute;
            left: 0;
            top: 20px;
            right: 0;
            margin: 0 auto;
        }

        .part5 dl dd p {
            position: absolute;
            left: 0;
            width: 100%;
            bottom: 15px;
            text-align: center;
            font-size: 24px;
            color: #fff;
        }

    .part5 ul li {
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        font-size: 14px;
    }

        .part5 ul li a {
            color: #333;
        }

            .part5 ul li a:hover {
                color: #00aef3;
            }

        .part5 ul li span {
            float: right;
            margin-left: 10px;
            font-size: 14px;
            color: #999;
        }

    .part5 .index_newbox .xq {
        text-align: center;
        padding-bottom: 20px;
    }

        .part5 .index_newbox .xq a {
            color: #00aef3;
            font-size: 16px;
        }


/*友情链接*/
.part6 {
}

.slideTxtBox {
}

    .slideTxtBox .hd {
    }

        .slideTxtBox .hd ul {
            text-align: center
        }

            .slideTxtBox .hd ul li {
                display: inline-block;
                padding: 0 45px;
                font-size: 20px;
                cursor: pointer;
                line-height: 40px;
                position: relative
            }

                .slideTxtBox .hd ul li.on {
                    color: #00aef3;
                }

                    .slideTxtBox .hd ul li.on::after {
                        content: ' ';
                        position: absolute;
                        width: 15px;
                        left: 0;
                        right: 0;
                        bottom: 0px;
                        margin: 0 auto;
                        height: 2px;
                        background: #00aef3;
                    }

    .slideTxtBox .bd {
        box-shadow: 0px 0px 10px 3px hsla(0, 0%, 0%, 0.05);
        margin-top: 30px;
        zoom: 1;
    }

        .slideTxtBox .bd ul {
            padding: 15px;
            zoom: 1;
            overflow: hidden
        }

        .slideTxtBox .bd li {
            height: 24px;
            line-height: 24px;
            float: left;
            padding-right: 10px;
            width: 33.333%
        }

            .slideTxtBox .bd li a {
                font-size: 14px;
                color: #000;
            }

                .slideTxtBox .bd li a:hover {
                    color: #00aef3;
                }

        .slideTxtBox .bd .flink li {
            width: auto;
        }


/*footer*/
.footer {
    /* margin-top: 60px; */
    width: 100%;
}

.footreg {
    height: 160px;
    background: #ff9a2d;
}

    .footreg p {
        line-height: 160px;
        font-size: 30px;
        color: #fff;
        padding-left: 100px;
        position: relative
    }

        .footreg p .ljzc a {
            font-size: 18px;
            color: #fff;
            position: absolute;
            top: 60px;
            right: 100px;
            border: 1px solid #fff;
            height: 40px;
            line-height: 40px;
            padding: 0 60px;
        }

.footerbox {
    width: 100%;
    background: #4a443f;
    overflow: hidden
}

.footcon {
    position: relative;
    padding: 40px 269px 20px;
    overflow: hidden;
}

    .footcon .footer-box-left {
        float: left;
    }

        .footcon .footer-box-left .phone-box {
            float: left;
            padding-right: 30px;
        }

            .footcon .footer-box-left .phone-box .kfimg {
                float: left;
            }

            .footcon .footer-box-left .phone-box .kftxt {
                float: left;
                margin-left: 20px;
                margin-top: 5px;
            }

            .footcon .footer-box-left .phone-box .phone-lebal {
                font-size: 14px;
                color: #ffffff;
                line-height: 100%;
            }

            .footcon .footer-box-left .phone-box .phone {
                font-size: 18px;
                color: #ffffff;
                line-height: 100%;
                margin-top: 20px;
                font-weight: bold
            }

        .footcon .footer-box-left .typx-serve-box {
            float: left;
            border-left: 1px solid #9f9f9f;
        }

            .footcon .footer-box-left .typx-serve-box dl {
                float: left;
                padding: 0 25px;
                text-align: center;
                position: relative;
            }

                .footcon .footer-box-left .typx-serve-box dl::before {
                    content: ".";
                    border-right: 1px solid #9f9f9f;
                    position: absolute;
                    right: 0;
                    height: 15px;
                    top: 0px;
                }

                .footcon .footer-box-left .typx-serve-box dl dt {
                    margin-top: -4px;
                }

                    .footcon .footer-box-left .typx-serve-box dl dt a {
                        font-size: 16px;
                        color: #fff;
                    }

                .footcon .footer-box-left .typx-serve-box dl dd a {
                    font-size: 14px;
                    color: #ccc;
                    line-height: 30px;
                }

    .footcon .footer-box-right {
        position: relative;
        float: right;
        margin-right: -20px;
    }

        .footcon .footer-box-right img {
            width: 121px;
            margin-right: 20px;
        }

    .footcon .footer-box-bottom {
        padding-top: 25px;
    }

        .footcon .footer-box-bottom p {
            width: 100%;
            text-align: center;
            color: #8e8e8e;
            font-size: 14px;
            letter-spacing: 2px;
        }

            .footcon .footer-box-bottom p a {
                color: #8e8e8e;
                font-size: 14px;
                letter-spacing: 2px;
            }


/*case*/
.caselist {
}

    .caselist ul {
        margin: 65px 0px;
        font-size: 0px;
    }

        .caselist ul li {
            width: 25%;
            display: inline-block;
            text-align: center;
            padding: 0 15px 50px;
            vertical-align: top;
        }

            .caselist ul li a {
                box-shadow: 0px 0px 10px 3px hsla(0, 0%, 0%, 0.05);
                display: block;
                position: relative
            }

                .caselist ul li a p img {
                    width: 270px
                }

                .caselist ul li a h3 {
                    font-size: 20px;
                    font-weight: normal;
                    padding: 20px 0px 20px;
                }

                .caselist ul li a:hover {
                    -webkit-transform: perspective(1px) translateZ(0);
                    transform: perspective(1px) translateZ(0);
                    -webkit-transition-duration: 0.3s;
                    transition-duration: 0.5s;
                    -webkit-transition-property: transform;
                    transition-property: transform;
                    -webkit-transform: translateY(-15px);
                    transform: translateY(-15px);
                }

                .caselist ul li a .info {
                    display: none
                }

                .caselist ul li a:hover .info {
                    display: block;
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    padding: 0 20px;
                    height: 100%;
                    background: #fff;
                    width: 100%
                }

                .caselist ul li a .info h3 {
                    padding: 20px 0px 10px;
                    color: #333;
                    position: relative
                }

                    .caselist ul li a .info h3::after {
                        content: '';
                        position: absolute;
                        width: 25px;
                        left: 0;
                        right: 0;
                        bottom: 8px;
                        margin: 0 auto;
                        height: 2px;
                        background: #00aef3;
                    }

                .caselist ul li a .info p {
                    font-size: 14px;
                    color: #000;
                    text-align: justify;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 6;
                    -webkit-box-orient: vertical;
                }

                .caselist ul li a .info span {
                    font-size: 14px;
                    color: #00aef3;
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 15px;
                    background: #fff;
                }

.case ul {
    margin: 65px 0;
    font-size: 0px;
}

    .case ul li {
        width: 33.333%;
        display: inline-block;
        text-align: center;
        padding: 0 40px 50px;
        vertical-align: top;
    }

        .case ul li a p {
        }

            .case ul li a p img {
                padding: 23px;
                border-radius: 100%;
                box-shadow: 0px 0px 10px 3px hsla(0, 0%, 0%, 0.05);
            }

        .case ul li a h3 {
            font-size: 20px;
            font-weight: normal;
            margin: 20px auto 10px;
        }

        .case ul li a span {
            font-size: 14px;
            color: #999;
        }

.shop {
    background: url(../images/case_bj.jpg) top center no-repeat;
    height: 348px;
    width: 100%;
    margin-bottom: -60px;
}

    .shop .shop_txt {
        margin-left: 140px;
        margin-top: 100px;
        float: left;
        color: #fff;
        width: 330px;
    }

        .shop .shop_txt h2 {
            font-size: 36px;
        }

        .shop .shop_txt p {
            font-size: 18px;
        }

    .shop .shop_right {
        float: right;
        margin-right: 150px;
        margin-top: 60px;
    }


/*news*/
.bgf4 {
    background: #f4f4f4;
}

.position {
    line-height: 50px;
    color: #000
}

    .position a {
        font-size: 14px;
        color: #000
    }

.newlist {
    padding: 0 15px;
}

    .newlist .leftbox {
        width: 850px;
        background-color: #fff;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.02);
    }

        .newlist .leftbox .typename {
            margin: 0 20px;
            border-bottom: 1px solid #f0f0f0;
        }

            .newlist .leftbox .typename h1 {
                padding: 15px 0 13px;
                font-size: 18px;
                line-height: 1;
            }

        .newlist .leftbox .content-list {
            padding-left: 20px;
            padding-right: 20px;
        }

.content-list .hentry {
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
    position: relative;
}

.content-list .thumbnail-link {
    float: left;
    width: 243px;
    margin: 0 20px 0 0;
    line-height: 0.5;
    max-width: 280px;
}

    .content-list .thumbnail-link img {
        width: 100%;
        height: auto;
        transition: 0.5s all;
    }

    .content-list .thumbnail-link .thumbnail-wrap {
        max-height: 160px;
    }

.thumbnail-wrap img:hover {
    transform: scale(1.05);
}

.content-list .entry-overview {
    display: table;
}

.thumbnail-wrap {
    overflow: hidden;
}

.content-list .entry-title {
    font-size: 1.25em;
    line-height: 1.25;
    margin-bottom: 15px;
}

    .content-list .entry-title a:hover {
    }

.content-list .entry-summary {
    color: #828a92;
    display: table;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 12px;
}

    .content-list .entry-summary p {
        display: inline;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.content-list .entry-meta {
    position: absolute;
    bottom: 20px;
    font-size: 13px;
    color: #999;
}

    .content-list .entry-meta .entry-date,
    .content-list .entry-meta .entry-views {
        margin-right: 14px;
        color: #999;
    }

        .content-list .entry-meta .entry-views img {
            margin-top: -3px;
        }

    .content-list .entry-meta em {
        font-style: normal;
        color: #999;
        margin-left: 1px;
    }

.clear:before,
.clear:after {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
}

.pagination {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.02);
    width: 100%;
    text-align: center;
}

    .pagination li {
        display: inline-block
    }

        .pagination li a,
        .pagination span {
            background-color: #fff;
            border-radius: 3px;
            color: #555;
            display: inline-block;
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            margin: 9px 0;
            padding: 0 10px;
            text-transform: uppercase;
        }

    .pagination a:hover {
        background-color: #f5f5f5;
        text-decoration: none;
    }

    .pagination li.thisclass a,
    .pagination li.thisclass span,
    .pagination li:hover a {
        color: #00aef3;
        background-color: #f5f5f5;
    }

/*右边栏*/
.rightbox {
    width: 300px;
    transition: 0.3s all;
}

    .rightbox .r_list {
        background-color: #fff;
        margin-bottom: 20px;
        padding: 20px;
        line-height: 1.4;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.02);
    }

        .rightbox .r_list .r_list_title {
            color: #333;
            font-size: 1em;
            margin: -5px 0 12px;
            position: relative;
            padding: 0 0 0 14px;
            position: relative;
        }

            .rightbox .r_list .r_list_title:before {
                border-radius: 1px;
                content: " ";
                display: block;
                width: 4px;
                height: 15px;
                position: absolute;
                top: 3px;
                left: 0;
                background-color: #00aef3;
            }

        .rightbox .r_list.jqwz ul > li:first-child {
            margin-bottom: 12px;
            padding: 0;
            list-style: none;
            position: relative;
        }

        .rightbox .r_list.jqwz ul .thumbnail-wrap {
            width: 100%;
            height: auto;
            line-height: 0.5;
        }

.thumbnail-wrap img {
    transition: 0.5s all;
    -webkit-backface-visibility: hidden;
    width: 100%;
    height: auto;
}

.rightbox .r_list ul .entry-wrap {
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

    .rightbox .r_list ul .entry-wrap a {
        color: #fff;
        display: block;
        padding: 0 10px;
    }

.rightbox .r_list ul > li.post-list {
    font-size: 15px;
    padding-left: 14px;
    position: relative;
    margin-bottom: 10px;
    list-style: none;
}

    .rightbox .r_list ul > li.post-list:before {
        background-color: #ccc;
        border-radius: 2px;
        content: " ";
        display: inline-block;
        width: 4px;
        height: 4px;
        position: absolute;
        left: 0;
        top: 9px;
    }

    .rightbox .r_list ul > li.post-list span {
        padding-right: 5px;
    }

.rightbox .r_list ul > li {
    list-style: none;
    margin-bottom: 15px;
    position: relative;
}

.rightbox .r_list ul li:last-child {
    margin-bottom: 0;
}

/*标签云*/
.tagcloud a {
    background-color: #fff;
    border: 1px solid #68727d;
    border-radius: 14px;
    display: inline-block;
    color: #68727d !important;
    font-size: 14px !important;
    height: 26px;
    line-height: 26px;
    margin: 0 2px 5px 0;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
}

    .tagcloud a:hover {
        background-color: #f2f7f9;
        text-decoration: none;
    }

/* 上一篇下一篇*/
#post-nav {
    margin: -5px 0 0 0;
}

    #post-nav img {
        width: 100%;
    }

    #post-nav .post-next {
        margin-top: 15px;
    }

    #post-nav .post-previous,
    #post-nav .post-next {
        position: relative;
        width: 100%;
    }

    #post-nav span,
    #post-nav h4,
    #post-nav small {
        color: #fff;
        position: relative;
        z-index: 99;
    }

    #post-nav span {
        font-size: 14px;
        position: absolute;
        left: 10px;
        top: 14px;
    }

    #post-nav h4 {
        font-size: 16px;
        position: absolute;
        bottom: 11px;
        left: 10px;
        padding-right: 10px;
        line-height: 1.4;
    }

    #post-nav small {
        color: rgba(255, 255, 255, 0.7);
        font-size: 13px;
        position: absolute;
        top: 18px;
        right: 10px;
    }

    #post-nav a {
        display: block;
        line-height: 0.5;
    }

    #post-nav .gradient {
        background-color: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 9;
        top: 0;
        left: 0;
        transition: 0.3s all;
    }

        #post-nav .gradient:hover {
            background-color: rgba(0, 0, 0, 0.5);
        }

/*文章内容*/
.content-wrapper {
    padding: 30px;
}

    .content-wrapper .entry-header {
        margin-bottom: 15px;
    }

        .content-wrapper .entry-header h1.entry-title {
            font-size: 1.5em;
            font-weight: bold;
            line-height: 1.4;
            margin-bottom: 15px;
        }

        .content-wrapper .entry-header .entry-meta {
            font-size: 13px;
            color: #999;
            height: 30px;
        }

            .content-wrapper .entry-header .entry-meta .entry-date {
                margin-right: 14px;
            }

            .content-wrapper .entry-header .entry-meta .entry-views img {
                margin-top: -3px;
            }

            .content-wrapper .entry-header.entry-meta em {
                font-style: normal;
                margin-left: 1px;
            }

.custom-share {
    top: -1px;
    float: right;
    position: relative;
}

.bdsharebuttonbox {
    display: inline-block;
    float: left;
}

.custom-share:before {
    color: #999;
    position: absolute;
    content: "分享";
    font-size: 13px;
    display: block;
    right: 100%;
    top: 2px;
    width: 36px;
    text-align: center;
}

.custom-share .bdsharebuttonbox a {
    background-color: #f5f6f7;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin: 0 0 0 4px;
    background-size: 16px 16px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    padding: 0;
}

    .custom-share .bdsharebuttonbox a:hover {
        background-color: #eee;
        opacity: 1;
    }

.custom-share .bdsharebuttonbox .bds_qzone {
    background-image: url("../images/icon-qzone.png");
}

.custom-share .bdsharebuttonbox .bds_tsina {
    background-image: url("../images/icon-weibo.png");
}

.custom-share .bdsharebuttonbox .bds_weixin {
    background-image: url("../images/icon-weixin.png");
}

.custom-share .bdsharebuttonbox .bds_sqq {
    background-image: url("../images/icon-qq.png");
}

.single-excerpt {
    background-color: #f9f9f9;
    border: 1px solid #efefef;
    border-radius: 3px;
    color: #999;
    margin: 0 0 20px 0;
    padding: 15px;
    font-size: 15px;
    position: relative;
}

.single-credit {
    background-color: #f9f9f9;
    border-radius: 3px;
    margin: 30px 0;
    font-size: 13px;
    line-height: 1.5;
    padding: 10px;
    border: 1px solid #efefef;
    color: #999;
}

.entry-content p {
    line-height: 1.85;
    margin-bottom: 25px;
}

.entry-content img {
    margin-bottom: 20px;
    max-width: 100%;
}

.entry-bottom {
    margin-top: 40px;
    margin-bottom: 20px;
}

.related-content {
    margin: 25px 0 0 0;
}

    .related-content .section-title {
        font-weight: bold;
        margin-bottom: 15px;
        padding: 0 0 0 12px;
        position: relative;
    }

        .related-content .section-title:before {
            border-radius: 1px;
            content: " ";
            display: block;
            width: 4px;
            height: 15px;
            position: absolute;
            top: 8px;
            left: 0;
            background-color: #00aef3;
        }

    .related-content .hentry {
        margin-bottom: 20px;
    }

.ht_grid_1_3 {
    float: left;
    margin-right: 2%;
    width: 32%;
}

    .ht_grid_1_3:nth-of-type(3n+0) {
        margin-right: 0;
        clear: right;
    }

    .ht_grid_1_3:nth-of-type(3n+1) {
        clear: left;
    }

.related-content .thumbnail-link {
    display: block;
    margin-bottom: 10px;
}

.thumbnail-link {
    line-height: 0.5;
}

.related-content .entry-title {
    font-weight: normal;
    line-height: 1.4;
    font-size: 14px;
}

.entry-tags {
    color: #999;
}

    .entry-tags span {
        font-size: 14px;
        margin-right: 10px;
    }

    .entry-tags .tag-links a {
        background-color: #fff;
        border: 1px solid #68727d;
        border-radius: 14px;
        display: inline-block;
        color: #68727d;
        font-size: 14px;
        height: 26px;
        line-height: 26px;
        margin: 0 2px 5px 0;
        padding: 0 10px;
        position: relative;
    }

        .entry-tags .tag-links a:hover {
            background-color: #f2f7f9;
            text-decoration: none;
        }

.arcpage {
    margin: 20px 0px;
    overflow: hidden
}

    .arcpage li {
        width: 50%;
        color: #000;
    }

        .arcpage li.pre {
            float: left
        }

        .arcpage li.next {
            float: right;
            text-align: right
        }

        .arcpage li a {
            color: #000;
        }

/* 新闻频道页 */
.newbox {
    width: 770px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.02);
    margin-bottom: 20px;
    padding: 20px;
}

    .newbox .newbox_title {
        height: 40px;
        line-height: 40px;
    }

        .newbox .newbox_title h2 {
            font-size: 22px;
            float: left;
            font-weight: normal
        }

        .newbox .newbox_title a {
            float: right;
            color: #00aef3;
        }

    .newbox ul li {
        padding: 20px 0;
        border-bottom: 1px solid #f0f0f0;
    }

        .newbox ul li:last-child {
            border-bottom: none
        }

        .newbox ul li .thumbnail-wrap {
            width: 156px;
            height: 100px;
            float: left;
            margin: 0 30px 0 0;
        }

        .newbox ul li .newbox_con {
            display: table;
            width: 544px;
        }

            .newbox ul li .newbox_con h2 {
                font-size: 20px;
                margin-bottom: 15px;
                font-weight: normal;
            }

            .newbox ul li .newbox_con p {
                font-size: 14px;
                color: #999;
            }

                .newbox ul li .newbox_con p img {
                    margin-top: -3px;
                    margin-right: 5px;
                }

                .newbox ul li .newbox_con p .views {
                    margin-right: 15px;
                }

.side {
    width: 370px;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    line-height: 1.4;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.02);
}

    .side .newbox_title {
        height: 40px;
        line-height: 40px;
    }

        .side .newbox_title h2 {
            font-size: 22px;
            float: left;
            font-weight: normal
        }

        .side .newbox_title a {
            float: right;
            color: #00aef3;
        }

    .side .help_img {
        margin: 20px auto 10px;
    }

    .side ul li {
        line-height: 40px;
        color: #000;
    }

        .side ul li a {
            font-size: 16px;
            color: #000;
            width: 260px;
            float: left
        }

        .side ul li span {
            font-size: 14px;
            float: right
        }

        .side ul li a:hover {
            color: #00aef3
        }


/*关于我们*/
.about-us .about-us-main-box {
    width: 100%;
    margin-top: 40px;
}

    .about-us .about-us-main-box .about-us-main-top {
        margin: 0 15px;
    }

        .about-us .about-us-main-box .about-us-main-top .about-us-font-box {
            width: 570px;
            float: left;
            color: #000;
        }

            .about-us .about-us-main-box .about-us-main-top .about-us-font-box p {
                position: relative;
                text-indent: 2em;
                font-size: 14px;
                color: #000;
                text-align: left;
                line-height: 35px;
                top: -11px;
            }

        .about-us .about-us-main-box .about-us-main-top .about-us-img {
            width: 575px;
            height: 326px;
            float: right;
        }

            .about-us .about-us-main-box .about-us-main-top .about-us-img img {
                width: 100%;
                height: 100%;
            }

.about-hj {
    margin: 60px 30px;
}

    .about-hj .left-img {
        float: left;
        width: 570px;
    }

        .about-hj .left-img li {
            float: left;
            width: 285px;
            height: 285px;
            overflow: hidden
        }

            .about-hj .left-img li h4 {
                font-size: 24px;
                font-weight: normal
            }

            .about-hj .left-img li p {
                color: #000;
                font-size: 14px;
            }

            .about-hj .left-img li.bg1 {
                background: #fff2e2;
                padding: 55px 40px;
            }

            .about-hj .left-img li.bg2 {
                background: #fff8f0;
                padding: 55px 40px;
            }

            .about-hj .left-img li h4::after {
                content: '';
                display: table;
                width: 25px;
                height: 4px;
                background: #00aef3;
                margin-top: 20px;
                margin-bottom: 25px;
            }

    .about-hj .right-img {
        float: left;
        width: 570px;
        overflow: hidden
    }

    .about-hj img {
        transition: 0.5s all;
    }

        .about-hj img:hover {
            transform: scale(1.05);
        }

.map {
    margin: 60px 30px 0;
}

.about-us .our-position-map {
    width: 100%;
    height: 390px;
}


/*tag*/
.tags_list {
    margin-bottom: 20px;
    text-align: center
}

    .tags_list dt {
        margin-bottom: 10px;
    }

/* 改造的css代码 */
.six_reason {
    width: 100%;
    height: 650px;
}

.six_reason_title {
    width: 100%;
    height: 170px;
    text-align: center;
    line-height: 170px;
    font-size: 36px;
    color: #363636;
}

.six_reason_content {
    width: 100%;
    height: 480px;
}

.content_project {
    width: 25%;
    height: 190px;
    float: left;
    /* margin-top: 45px */
}

    .content_project:nth-child(5) {
        margin-top: 45px
    }

    .content_project:nth-child(6) {
        margin-top: 45px
    }

    .content_project:nth-child(7) {
        margin-top: 45px
    }

    .content_project:nth-child(8) {
        margin-top: 45px
    }

    .content_project:hover .content_project_title {
        color: #00aef3;
    }

.content_project_icon {
    width: 100%;
    height: 92px;
}

    .content_project_icon > img {
        display: block;
        margin: 0 auto;
    }

.content_project_title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #2d2d2d;
    margin-top: 10px;
}

.content_project_msg {
    width: 100%;
    padding: 8px 30px;
    line-height: 18px;
    box-sizing: border-box;
    text-align: center;
    color: #969696;
}

.course_content {
    width: 190px;
    height: 218px;
    float: left;
    margin-left: 10px
}

.course {
    position: relative;
    height: 580px;
}

.course_content:hover .course_title {
    color: #00aef3;
}

.course_content :first-child {
    margin-left: 20px;
}

.course_number {
    font-size: 40px;
    color: #ffdab3;
    width: 100%;
    font-weight: bold;
}

.course_icon {
    width: 100%;
    height: 108px;
    display: block;
    margin: 0 auto;
    position: relative;
}

    .course_icon > .icon_img {
        width: 108px;
        height: 108px;
        border-radius: 50%;
        display: inline-block;
        box-shadow: 0px 0px 10px 0px#e3e3e3;
        margin-left: 18px;
    }

        .course_icon > .icon_img > img {
            display: block;
            margin-left: 20px;
            margin-top: 22px;
        }

    .course_icon > .icon_right_zhi {
        width: 30px;
        position: absolute;
        top: 26px;
        left: 158px;
        height: 28px;
        background: url(/uploads/imgs/箭头.png);
        background-size: 100%;
    }

.course_title {
    color: #666666;
    font-size: 18px;
    width: 150px;
    font-weight: bold;
    text-align: center;
    margin-top: 8px;
}

.agencyLogin {
    width: 140px;
    height: 44px;
    border: 1px solid #00aef3;
    color: #00aef3;
    background-color: #fff;
    position: absolute;
    bottom: 58px;
    left: 50%;
    transform: translateX(-50%);
    outline: none;
    cursor: pointer;
    font-size: 17px;
}

    .agencyLogin:hover {
        background-color: #00aef3;
        color: white;
    }

.personage {
    width: 204px;
    margin-left: 0;
    background-color: #fff9f3;
    margin-left: 128px;
    float: left;
    height: 215px;
    margin-top: 14px;
}

.firstMsg {
    margin-left: 0px;
}

.centerIcon {
    width: 100%;
    height: 62px;
    position: relative;
}

.imgMsg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
}

.cancel {
    width: 100%;
    margin-top: 26px;
}

.smaIcon {
    position: absolute;
    left: 253px;
    width: 30px;
    top: 26px;
    height: 28px;
    background: url(http://www.lingju360.com/uploads/imgs/箭头.png);
}

.this_num {
    display: block;
    margin-left: 15px;
}

.EightBig {
    height: 530px;
}

.EightBigSupports {
    height: 85px;
    line-height: 85px;
}

.EightBigSupports_content {
    width: 25%;
    height: 216px;
    float: left;
}

    .EightBigSupports_content > span {
        width: 108px;
        height: 108px;
        border-radius: 50%;
        display: block;
        margin: 0 auto;
        box-shadow: 0px 0px 10px 0px#e3e3e3;
        margin-left: 96px;
        position: relative;
        margin-top: 40px;
    }

        .EightBigSupports_content > span > img {
            position: absolute;
            left: 52%;
            top: 22%;
            transform: translate(-50%)
        }

    .EightBigSupports_content > p {
        width: 100%;
        margin-top: 28px;
        color: #666666;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }








/* 修改后的代码 */

/* 第二层楼 */
.content_big_box {
    width: 1176px;
    margin: 0 auto;
    height: 850px;
}

    .content_big_box .many_methods_title {
        width: 100%;
        height: 228px;
        overflow: hidden
    }

        .content_big_box .many_methods_title .big_text {
            margin-top: 74px;
            font-size: 36px;
            margin-bottom: 22px;
            text-align: center
        }

        .content_big_box .many_methods_title .small_text {
            text-align: center;
            color: #666666;
            font-size: 20px
        }

    .content_big_box .fans_indent_content {
        display: flex;
        width: 100%;
        flex-wrap: wrap
    }

        .content_big_box .fans_indent_content .single_msg {
            width: 228px;
            margin-right: 88px;
            height: 302px
        }

            .content_big_box .fans_indent_content .single_msg:nth-child(4n) {
                margin-right: 0
            }

            .content_big_box .fans_indent_content .single_msg .single_msg_img {
                width: 108px;
                height: 108px;
                border-radius: 50%;
                border: 2px solid #f6f6f6;
                position: relative;
                margin: 0 auto
            }

                .content_big_box .fans_indent_content .single_msg .single_msg_img img {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 56px;
                    height: 56px;
                    margin-left: -28px;
                    margin-top: -28px
                }

            .content_big_box .fans_indent_content .single_msg .single_msg_title {
                width: 100%;
                text-align: center;
                margin-top: 15px;
                font-size: 20px;
                color: #666666
            }

            .content_big_box .fans_indent_content .single_msg .single_msg_text {
                width: 100%;
                text-align: center;
                font-size: 14px;
                padding: 0 5px 0 5px;
                box-sizing: border-box;
                color: #999999;
                margin-top: 10px
            }

            .content_big_box .fans_indent_content .single_msg:hover .single_msg_title {
                color: #ff9a2d
            }

.solve_scheme {
    width: 100%;
    height: 600px;
    background: url(../../imgs/img3.png) no-repeat
}

    .solve_scheme .big_box {
        width: 1108px;
        height: 100%;
        margin: 0 auto;
        overflow: hidden
    }

        .solve_scheme .big_box .solve_scheme_title {
            width: 100%;
            height: 138px;
            margin-top: 50px;
            color: #fff
        }

            .solve_scheme .big_box .solve_scheme_title .solve_scheme_title_big {
                width: 100%;
                text-align: center;
                font-size: 36px;
                margin-bottom: 24px
            }

            .solve_scheme .big_box .solve_scheme_title .solve_scheme_title_sma {
                font-size: 18px;
                width: 100%;
                text-align: center
            }

        .solve_scheme .big_box .solve_scheme_content {
            width: 100%;
            height: 358px;
            display: flex
        }

            .solve_scheme .big_box .solve_scheme_content .solve_scheme_content_left {
                width: 176px;
                height: 100%;
                border-right: 3px solid #c1b9b3;
                box-sizing: border-box
            }

                .solve_scheme .big_box .solve_scheme_content .solve_scheme_content_left .single_nav {
                    width: 140px;
                    height: 40px;
                    border-radius: 4px;
                    margin-top: 22px;
                    text-align: center;
                    line-height: 40px;
                    color: #fff;
                    cursor: pointer
                }

                .solve_scheme .big_box .solve_scheme_content .solve_scheme_content_left .active1 {
                    background-color: #00aef3
                }

            .solve_scheme .big_box .solve_scheme_content .solve_scheme_content_right {
                padding: 15px 0 23px 28px;
                box-sizing: border-box;
                flex: 1;
                height: 100%;
                color: #fff;
                display: none
            }

                .solve_scheme .big_box .solve_scheme_content .solve_scheme_content_right .solve_scheme_content_right_header {
                    width: 100%;
                    height: 50px;
                    display: flex
                }

                    .solve_scheme .big_box .solve_scheme_content .solve_scheme_content_right .solve_scheme_content_right_header .header_text {
                        font-size: 26px;
                        flex: 1
                    }

                    .solve_scheme .big_box .solve_scheme_content .solve_scheme_content_right .solve_scheme_content_right_header .header_btn {
                        width: 244px
                    }

                        .solve_scheme .big_box .solve_scheme_content .solve_scheme_content_right .solve_scheme_content_right_header .header_btn span {
                            width: 110px;
                            height: 30px;
                            border: 1px solid #fff;
                            box-sizing: border-box;
                            text-align: center;
                            line-height: 30px;
                            font-size: 14px;
                            display: inline-block;
                            border-radius: 3px
                        }

                            .solve_scheme .big_box .solve_scheme_content .solve_scheme_content_right .solve_scheme_content_right_header .header_btn span > a {
                                display: block;
                                width: 100%;
                                height: 100%;
                                color: #fff;
                            }

                            .solve_scheme .big_box .solve_scheme_content .solve_scheme_content_right .solve_scheme_content_right_header .header_btn span:nth-child(2) {
                                margin-left: 22px;
                                background-color: #00aef3;
                                border: 0
                            }

                .solve_scheme .big_box .solve_scheme_content .solve_scheme_content_right .center_msg {
                    line-height: 30px;
                    margin-bottom: 20px
                }

                .solve_scheme .big_box .solve_scheme_content .solve_scheme_content_right .icons_box {
                    width: 100%;
                    height: 110px;
                    border-bottom: 1px dashed #fff;
                    display: flex;
                    margin-bottom: 30px
                }

                    .solve_scheme .big_box .solve_scheme_content .solve_scheme_content_right .icons_box .single_icon {
                        width: 70px;
                        height: 82px;
                        font-size: 14px;
                        margin-right: 30px
                    }

                        .solve_scheme .big_box .solve_scheme_content .solve_scheme_content_right .icons_box .single_icon img {
                            display: block;
                            margin: 0 auto
                        }

                        .solve_scheme .big_box .solve_scheme_content .solve_scheme_content_right .icons_box .single_icon .single_icon_text {
                            width: 100%;
                            text-align: center
                        }

            .solve_scheme .big_box .solve_scheme_content .block1 {
                display: block
            }
