﻿* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
}

img {
    display: block;
    border: none;
}

a {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}


.page {
    min-width: 1200px;
}

.block-content {
    min-width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    clear: both;
}

.block-title {
    font-size: 28px;
    color: #1a1a1a;
    text-align: center;
}

.block-text {
    font-size: 18px;
    color: #787878;
    text-align: center;
    margin: 12px 0;
}

.icon {
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}

.banner {
    min-width: 1200px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.fl {
    float: left
}

.fr {
    float: right;
}

/*  ============ 图标 ============  */
.icon-stars {
    width: 19px;
    height: 19px;
    margin-left: 15px;
    vertical-align: bottom;
    background: url('../images/stars.png') no-repeat;
}

/*  ============ 页码 ============  */
.pages-num {
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: right;
    font-size: 0;
}

    .pages-num .link {
        color: #575757;
        width: 42px;
        height: 42px;
        font-size: 16px;
        overflow: hidden;
        line-height: 40px;
        text-align: center;
        margin-left: 15px;
        border-radius: 50%;
        box-sizing: border-box;
        border: 1px solid #838383;
        display: inline-block;
        behavior: url(../js/pie.htc);
    }

        .pages-num .link:hover,
        .pages-num .link.active {
            color: #fff;
            background: #d7a331;
            border: 1px solid #d7a331;
        }

        .pages-num .link.active {
            cursor: default;
        }

        .pages-num .link.disabled {
            opacity: .5;
            cursor: default;
            filter: alpha(opacity=50);
        }

            .pages-num .link.disabled:hover {
                color: #575757;
                background: none;
                border: 1px solid #838383;
            }



/*  ============ 头部 ============  */
.header {
    width: 100%;
    height: 125px;
    min-width: 1200px;
    position: relative;
    text-align: center;
}

    .header .logo-link {
        font-size: 0;
        height: 100%;
        margin-left: 4%;
        text-align: center;
        line-height: 125px;
        position: absolute;
        left: 0;
        z-index: 1;
    }

        .header .logo-link img {
            max-width: 100%;
            max-height: 100%;
            vertical-align: middle;
            display: inline-block;
        }

    .header .collect {
        cursor: pointer;
        font-size: 15px;
        margin-right: 5%;
        margin-top: 50px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }

    /*  导航栏  */
    .header .head-nav {
        font-size: 0;
        margin-left: 50px;
        padding-top: 50px;
        text-align: center;
        display: block;
        position: relative;
    }

        .header .head-nav li {
            min-width: 130px;
            vertical-align: top;
            display: inline-block;
        }

        .header .head-nav .link-one {
            font-size: 18px;
            text-align: center;
        }

        .header .head-nav li.active .link-one,
        .header .head-nav li:hover .link-one {
            padding-bottom: 10px;
            border-bottom: 2px solid #d6a231;
        }

        .header .head-nav li:hover .head-nav2 {
            display: block;
        }

        .header .head-nav .head-nav2 {
            padding-top: 55px;
            padding-bottom: 12px;
            background: #fff;
            display: none;
        }

            .header .head-nav .head-nav2 .link-two {
                color: #999;
                line-height: 1;
                font-size: 16px;
                margin: 4px 8px;
                padding: 8px 0;
                display: block;
            }

                .header .head-nav .head-nav2 .link-two:hover {
                    color: #fff;
                    background: #caad6d;
                }

/*  ============ 底部 ============  */
.footer {
    background-size: auto 100%;
    background: url('../images/footer-bg.jpg') center bottom no-repeat;
}

    .footer .block-content {
        width: 1200px;
    }

    .footer .app {
        display: block;
        width: 1080px;
        height: 120px;
        position: relative;
        margin: 50px auto 0;
        behavior: url('../js/pie.htc');
        -moz-box-shadow: 0 0 20px 0 #f3c662;
        -webkit-box-shadow: 0 0 20px 0 #f3c662;
        box-shadow: 0 0 20px 0 #f3c662;
    }

        .footer .app img {
            max-width: 100%;
            max-height: 100%;
        }

    .footer .footer-inner {
        font-size: 0;
        margin-top: 50px;
        margin-bottom: 15px;
    }

    .footer .menu li a:hover {
        text-decoration: underline;
    }

    .footer .menu {
        font-size: 0px;
        margin-left: 9%;
        margin-right: 30px;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
    }

        .footer .menu li {
            font-size: 14px;
            margin: 0 20px;
            vertical-align: top;
            display: inline-block;
        }

        .footer .menu .link-title {
            color: #777;
            font-size: 16px;
            line-height: 36px;
        }

        .footer .menu li .link-item {
            color: #999;
            line-height: 24px;
            display: block;
        }


    /*  二维码  */
    .footer .ewm {
        padding-left: 50px;
        border-left: 1px solid #ddd;
        position: relative;
        vertical-align: top;
        display: inline-block;
    }

        .footer .ewm .ewm-title {
            color: #555;
            font-size: 18px;
            margin-top: 10px;
        }

        .footer .ewm .ewm-inner {
            font-size: 0;
            margin-top: 20px;
        }

            .footer .ewm .ewm-inner .ewm-img {
                width: 100px;
                height: 100px;
                padding: 4px;
                background: #fff;
                display: inline-block;
                vertical-align: top;
            }

            .footer .ewm .ewm-inner .ewm-text {
                width: 240px;
                color: #777;
                font-size: 14px;
                line-height: 28px;
                margin-left: 20px;
                display: inline-block;
                vertical-align: bottom;
            }


    /*  版权  */
    .footer .bottom {
        color: #787e86;
        font-size: 14px;
        text-align: center;
        padding: 20px 0 25px;
        box-sizing: border-box;
    }

        .footer .bottom span {
            margin-left: 40px;
        }

            .footer .bottom span a {
                color: #5c6066;
            }

                .footer .bottom span a:hover {
                    text-decoration: underline;
                }


/*  ============ 首页 ============  */
/*信息*/
.index-intro {
    font-size: 0;
    padding: 0 4.4%;
}

    .index-intro .serve-menu {
        font-size: 0;
        width: 1200px;
        margin: 50px auto;
    }

        .index-intro .serve-menu li {
            width: 25%;
            font-size: 18px;
            display: inline-block;
            text-align: center;
        }

            .index-intro .serve-menu li + li {
                border-left: 1px solid #e5e5e5;
            }

        .index-intro .serve-menu .media {
            width: 40px;
            height: 40px;
            vertical-align: middle;
            display: inline-block;
            margin-right: 10px;
        }

        .index-intro .serve-menu a:hover {
            color: #d7a331;
        }

    .index-intro .media-bg {
        width: 60%;
        height: 590px;
        vertical-align: top;
        display: inline-block;
        background-size: auto 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .index-intro .intro-cont {
        width: 40%;
        height: 590px;
        font-size: 14px;
        color: #787878;
        padding: 5.5% 5% 0;
        vertical-align: top;
        display: inline-block;
        background: #f7f7f7;
    }

        .index-intro .intro-cont .intro-title {
            font-size: 26px;
            padding-bottom: 7%;
            border-bottom: 1px solid #dedede;
        }

        .index-intro .intro-cont .intro-text {
            margin: 7% 0;
            font-size: 14px;
            line-height: 30px;
            max-height: 300px;
            overflow: hidden;
        }

        .index-intro .intro-cont .intro-pic {
            padding-top: 2%;
            max-width: 100%;
        }

        .index-intro .intro-cont .link-btn {
            color: #787878;
            line-height: 65px;
            font-size: 18px;
            text-align: center;
            padding-left: 50px;
            background: #f2f2f2;
            border: 1px solid #dedede;
            display: inline-block;
        }

            .index-intro .intro-cont .link-btn span {
                height: 65px;
                padding: 0 30px;
                margin-left: 50px;
                border-left: 1px solid #dedede;
                display: inline-block;
            }

/*服务*/
.page-index .index-serve {
    margin-top: 40px;
    padding-top: 110px;
    padding-bottom: 80px;
    background-image: url('../images/bg1.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.page-index .serve-list {
    font-size: 0;
    max-width: 1400px;
    margin: 60px auto 0;
    text-align: center;
}

    .page-index .serve-list li {
        width: 31.1333%;
        margin: 0 1.1% 2.2%;
        display: inline-block;
        position: relative;
    }

    .page-index .serve-list .item-cont {
        width: 100%;
        display: block;
        position: relative;
        background: #fff;
        overflow: hidden;
        border: 1px solid #e1e1e1;
        border-radius: 6px;
        behavior: url('../js/pie.htc');
    }

    .page-index .serve-list .item-row {
        font-size: 0;
        text-align: left;
        padding: 30px 4.5%;
        white-space: nowrap;
    }

    .page-index .serve-list .media {
        width: 70px;
        height: 70px;
        display: inline-block;
    }

        .page-index .serve-list .media img {
            height: 100%;
            margin: 0 auto;
        }

    .page-index .serve-list .item-inner {
        width: 100%;
        padding-left: 5%;
        padding-right: 65px;
        vertical-align: top;
        display: inline-block;
        line-height: 28px;
    }

        .page-index .serve-list .item-inner .item-title {
            color: #666;
            font-size: 22px;
            margin-top: 5px;
            margin-bottom: 10px;
        }

        .page-index .serve-list .item-inner .item-text {
            color: #999;
            font-size: 16px;
            overflow: hidden;
            white-space: nowrap;
        }

    .page-index .serve-list .item-foot {
        font-size: 0;
        color: #999;
        overflow: hidden;
        padding: 17px 20px;
        background: #f5f5f5;
    }

        .page-index .serve-list .item-foot .left {
            text-align: left;
            font-size: 16px;
            float: left;
        }

        .page-index .serve-list .item-foot .right {
            font-size: 16px;
            text-align: right;
            float: right;
        }

        .page-index .serve-list .item-foot b {
            color: #efb52a;
        }

    .page-index .serve-list .item-cont:hover {
        border-color: #efb52a;
    }

        .page-index .serve-list .item-cont:hover .item-foot,
        .page-index .serve-list .item-cont:hover .item-foot b {
            color: #fff;
            background-color: #efb52a;
        }

/*好处*/
.page-index .index-good {
    width: 1200px;
    padding: 60px 0;
}

    .page-index .index-good .good-cont {
        font-size: 0;
        text-align: center;
        margin: 50px auto 0;
    }

.page-index .good-cont .line {
    width: 544px;
    color: #333;
    text-align: left;
    font-size: 18px;
    white-space: nowrap;
    vertical-align: top;
    display: inline-block;
}

.page-index .good-cont .center {
    width: 76px;
    font-size: 24px;
    color: #d6a231;
    text-align: center;
}

    .page-index .good-cont .center .item {
        height: 76px;
        line-height: 76px;
        border-radius: 50%;
        position: relative;
        behavior: url('../js/pie.htc');
        border: 1px solid #d6a231;
        margin-bottom: 20px;
    }

.page-index .good-cont .left {
    text-align: right;
    padding-right: 45px;
}

.page-index .good-cont .right {
    padding-left: 45px;
}

.page-index .good-cont .left .text {
    line-height: 76px;
    padding-right: 31px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

    .page-index .good-cont .left .text:after {
        content: '';
        width: 31px;
        height: 21px;
        display: inline-block;
        vertical-align: text-bottom;
        background-color: #fff;
        background-image: url('../images/correct.png');
        background-position: right;
        background-repeat: no-repeat;
        margin-top: -10px;
        position: absolute;
        top: 50%;
        right: 0;
    }

.page-index .good-cont .right .text {
    line-height: 76px;
    padding-left: 31px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

    .page-index .good-cont .right .text:before {
        content: '';
        width: 31px;
        height: 21px;
        display: inline-block;
        vertical-align: text-bottom;
        background-color: #fff;
        background-image: url('../images/close.png');
        background-position: left;
        background-repeat: no-repeat;
        margin-top: -10px;
        position: absolute;
        top: 50%;
        left: 0;
    }

/*专家*/
.page-index .index-expert {
    height: 675px;
    padding-top: 80px;
    background-image: url('../images/banner2.jpg');
    background-position: center;
    background-repeat: no-repeat;
}

    .page-index .index-expert .link {
        color: #fff;
        width: 200px;
        line-height: 50px;
        display: block;
        margin: 45px auto 0;
        font-size: 22px;
        text-align: center;
        background: #efb52a;
    }

/*优势*/
.page-index .index-merit {
    width: 1200px;
    padding-top: 90px;
}

    .page-index .index-merit .merit-list {
        font-size: 0;
        margin-top: 50px;
    }

.page-index .merit-list li {
    width: 376px;
    margin: 0 12px 60px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
}

.page-index .merit-list .media {
    width: 376px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

    .page-index .merit-list .media img {
        margin: 0 auto;
        max-height: 100%;
    }

.page-index .merit-list .item-title {
    color: #333;
    font-size: 22px;
    margin: 15px 0 10px;
}

.page-index .merit-list .item-text {
    color: #787878;
    font-size: 14px;
    line-height: 26px;
    word-break: keep-all;
    word-wrap: break-word;
}



/*  ============ 关于我们 ============  */
.page-about .about-brand {
    font-size: 0;
    margin-top: 55px;
    display: table;
    table-layout: fixed;
    position: relative;
}

    .page-about .about-brand .brand-icon {
        width: 84px;
        height: 84px;
        margin-left: -42px;
        position: absolute;
        left: 46%;
        bottom: 50px;
    }

    .page-about .about-brand .media-bg {
        width: 54%;
        height: 100%;
        display: table-cell;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .page-about .about-brand .brand-cont {
        width: 46%;
        height: 100%;
        display: table-cell;
        background: #f2f2f2;
        padding-top: 4%;
        padding-left: 16%;
        padding-right: 4%;
        padding-bottom: 3%;
    }

.page-about .brand-cont .brand-title {
    color: #787878;
    font-size: 26px;
}

.page-about .brand-cont .brand-text {
    color: #808080;
    font-size: 18px;
    margin-top: 8px;
}

.page-about .brand-cont .brand-inner {
    color: #808080;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
    text-align: justify;
    text-indent: 28px;
    border-top: 1px solid #cecece;
}

    .page-about .brand-cont .brand-inner p {
        padding-top: 14px;
        margin-bottom: 5px;
    }

/*视频*/
.page-about .about-video {
    height: 620px;
    margin-top: 55px;
    background: #f1f1f1;
}

    .page-about .about-video .video-cont {
        color: #fff;
        width: 1200px;
        height: 100%;
        margin: 0 auto;
        overflow: hidden;
        background-image: url('../images/bg2.jpg');
        background-position: center;
        background-repeat: no-repeat;
    }

        .page-about .about-video .video-cont a {
            color: #fff;
            text-decoration: underline;
        }

        .page-about .about-video .video-cont .video {
            width: 590px;
            height: 365px;
            border: none;
            outline: none;
            margin: 86px auto 0;
            display: block;
            background: #000;
        }

/*办公环境*/
.arrow-left {
    filter: alpha(opacity=70);
    background-color: #000;
    background-image: url(../images/left.png);
    background: rgba(255,255,255,.5) url(../images/left.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -45px;
    width: 45px;
    height: 90px;
    z-index: 15;
}

.arrow-right {
    filter: alpha(opacity=70);
    background-color: #000;
    background-image: url(../images/right.png);
    background: rgba(255,255,255,.5) url(../images/right.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -45px;
    width: 45px;
    height: 90px;
    z-index: 15;
}

.cover-left {
    width: 500px;
    height: 100%;
    position: absolute;
    left: -490px;
    top: 0;
    opacity: .5;
    background: #fff;
    z-index: 10;
    filter: alpha(opacity=50);
}

.cover-right {
    width: 500px;
    height: 100%;
    position: absolute;
    right: -490px;
    top: 0;
    background: #fff;
    opacity: .5;
    z-index: 10;
    filter: alpha(opacity=50);
}

.page-about .about-ambient {
    padding-top: 75px;
    margin-bottom: 50px;
}

    .page-about .about-ambient .ambient-cont {
        margin: 45px auto 0;
        max-width: 1500px;
        min-width: 1200px;
        position: relative;
    }

.page-about .ambient-cont .swiper-slide {
    padding: 0 10px;
    box-sizing: border-box;
}

    .page-about .ambient-cont .swiper-slide .item {
        width: 100%;
        height: 0;
        position: relative;
        padding-bottom: 80%;
        background-position: center;
        background-repeat: no-repeat;
    }

.page-about .ambient-cont .item .item-inner {
    color: #fff;
    width: 100%;
    padding: 10px 25px;
    background: url('../images/black-bg.png');
    position: absolute;
    left: 0;
    bottom: 0;
}

    .page-about .ambient-cont .item .item-inner .item-name {
        font-size: 18px;
        font-weight: bold;
    }


/*  ============ 服务范围 ============  */
/*代理记账*/
.page-serve .serve-agent {
    padding-top: 60px;
    max-width: 1300px;
    font-size: 0;
}

    .page-serve .serve-agent .agent-menu {
        width: 100%;
        display: table;
        table-layout: fixed;
        margin-top: 45px;
    }

.page-serve .agent-menu .agent-item {
    width: 25%;
    padding: 0 10px;
    font-size: 16px;
    display: table-cell;
    vertical-align: top;
}

.page-serve .agent-item .item-top {
    width: 100%;
    height: 125px;
    text-align: center;
    background: #d7a331;
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

    .page-serve .agent-item .item-top .center {
        color: #fff;
        width: 100%;
        display: inline-block;
        writing-mode: lr-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }

    .page-serve .agent-item .item-top .media {
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
    }

    .page-serve .agent-item .item-top .item-name {
        font-size: 20px;
        margin-top: 10px;
    }

    .page-serve .agent-item .item-top .item-text {
        line-height: 1;
        font-size: 14px;
        margin-top: 8px;
    }

.page-serve .agent-item .agent-inner {
    position: relative;
    padding-bottom: 90px;
    border: 1px solid #e9e9e9;
    border-top: none;
}

    .page-serve .agent-item .agent-inner .btn {
        color: #fff;
        width: 130px;
        height: 45px;
        display: block;
        line-height: 44px;
        text-align: center;
        background: #d7a331;
        border-radius: 8px;
        margin-left: -65px;
        behavior: url('../js/pie.htc');
        position: absolute;
        left: 50%;
        bottom: 20px;
    }

.page-serve .agent-item .list {
    color: #666;
    font-size: 14px;
    padding: 0 30px;
    text-align: center;
}

    .page-serve .agent-item .list li {
        padding: 20px 0;
        border-bottom: 1px solid #e9e9e9;
    }

/*工商代办*/
.page-serve .sevre-daiban {
    height: 630px;
    margin-top: 60px;
    background: url('../images/bg3.jpg') no-repeat center;
}

    .page-serve .sevre-daiban .block-title {
        color: #fff;
        margin-top: 40px;
    }

.page-serve .daiban-cont {
    font-size: 0;
    width: 1200px;
    margin: 30px auto 0;
}

    .page-serve .daiban-cont .daiban-merit {
        font-size: 0;
        width: 800px;
        height: 470px;
        background: #fff;
        vertical-align: top;
        display: inline-block;
    }

.page-serve .daiban-merit li {
    width: 50%;
    font-size: 14px;
    position: relative;
    padding: 20px 40px 0;
    margin-top: 50px;
    vertical-align: top;
    display: inline-block;
}

.page-serve .daiban-merit .num {
    color: #f2f2f2;
    font-size: 80px;
    line-height: 1;
    font-weight: 200;
    margin-top: -10px;
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 0;
}

.page-serve .daiban-merit .item-title {
    color: #333;
    font-size: 16px;
    margin-top: 30px;
    z-index: 2;
    position: relative;
}

    .page-serve .daiban-merit .item-title:after {
        content: '';
        width: 40px;
        height: 2px;
        display: block;
        margin-top: 10px;
        background: #d7a331;
    }

.page-serve .daiban-merit .item-text {
    color: #666;
    max-height: 52px;
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px;
    overflow: hidden;
}

.page-serve .daiban-cont .daiban-right {
    color: #fff;
    font-size: 18px;
    margin-top: 150px;
    margin-left: 80px;
    display: inline-block;
}

.page-serve .daiban-right .color {
    color: #d7a331;
    font-weight: bold;
    margin-bottom: 16px;
}

.page-serve .daiban-right .link {
    color: #fff;
    width: 260px;
    height: 42px;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    font-weight: bold;
    margin-top: 110px;
    border-radius: 2px;
    background: #d7a331;
    behavior: url('..js/pie.htc');
}

/*商标注册*/
.page-serve .serve-register {
    height: 620px;
    margin-top: 60px;
    background: url('../images/bg4.jpg') no-repeat center;
}

    .page-serve .serve-register .register-cont {
        width: 1200px;
        margin: 100px auto 0;
        font-size: 0;
    }

.page-serve .register-cont .media {
    max-width: 100%;
    max-height: 100%;
    margin: 40px auto 50px;
}

.page-serve .register-cont .item-title {
    color: #333;
    font-size: 24px;
    margin-bottom: 15px;
}

.page-serve .register-cont .item-text {
    color: #b2b2b2;
    font-size: 14px;
    line-height: 26px;
    max-height: 104px;
    overflow: hidden;
}

.page-serve .register-cont .cont-title {
    font-size: 30px;
    margin-top: 180px;
}

    .page-serve .register-cont .cont-title:after {
        content: '';
        width: 50px;
        height: 4px;
        display: block;
        margin: 20px 0;
        background: #d7a331;
    }

.page-serve .register-cont .cont-text {
    font-size: 16px;
    margin-bottom: 10px;
}

.page-serve .register-cont .cont-subtitle {
    color: #ccc;
    font-size: 18px;
    line-height: 30px;
}


.page-serve .register-cont .left,
.page-serve .register-cont .center,
.page-serve .register-cont .right {
    color: #fff;
    font-size: 0;
    height: 420px;
    background: #fff;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    behavior: url('../js/pie.htc');
}

.page-serve .register-cont .left {
    width: 470px;
}

.page-serve .register-cont .center {
    width: 220px;
    padding: 40px;
    margin: 0 20px;
    text-align: center;
}

.page-serve .register-cont .right {
    width: 470px;
}

.page-serve .register-cont .left .cont-theme {
    width: 50%;
    height: 100%;
    font-size: 16px;
    padding: 0 25px;
    vertical-align: top;
    display: inline-block;
    background: url('../images/bg5.png') no-repeat center;
}

.page-serve .register-cont .left .cont-inner {
    width: 50%;
    height: 100%;
    font-size: 16px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    padding: 40px;
}

.page-serve .register-cont .right .cont-top {
    height: 50%;
    padding: 0 25px;
    overflow: hidden;
    background: url('../images/bg6.png') no-repeat center;
}

    .page-serve .register-cont .right .cont-top .cont-title {
        margin-top: 50px;
    }

.page-serve .register-cont .right .cont-bottom .media {
    margin: 50px 50px 0;
    display: inline-block;
    vertical-align: top;
}

.page-serve .register-cont .right .cont-bottom .cont-row {
    max-width: 50%;
    text-align: left;
    padding-top: 50px;
    display: inline-block;
    vertical-align: top;
}


/*知识产权*/
.page-serve .serve-basics {
    font-size: 0;
    width: 1200px;
    padding-top: 55px;
    margin: 0 auto 90px;
}

    .page-serve .serve-basics .basics-cont {
        margin-top: 45px;
    }

    .page-serve .serve-basics li {
        width: 260px;
        height: 200px;
        padding: 0 25px;
        text-align: center;
        vertical-align: top;
        border-radius: 8px;
        display: inline-block;
        background: #f7f7f7;
        behavior: url('..js/pie.htc');
        position: relative;
    }

        .page-serve .serve-basics li + li {
            margin-left: 53px;
        }

            .page-serve .serve-basics li + li:before {
                content: '';
                display: block;
                width: 18px;
                height: 100%;
                background: url('../images/right2.png') no-repeat center;
                margin-left: -34px;
                position: absolute;
                left: 0;
            }

        .page-serve .serve-basics li .media {
            margin: 30px auto 0;
        }

        .page-serve .serve-basics li .item-title {
            color: #000;
            font-size: 20px;
            margin-top: 25px;
        }

        .page-serve .serve-basics li .item-text {
            color: #999;
            font-size: 14px;
            line-height: 26px;
            margin-top: 10px;
            max-height: 52px;
            overflow: hidden;
        }


/*法务服务*/
.page-serve .serve-law {
    padding-top: 35px;
    background: #f7f7f7;
}

    .page-serve .serve-law .law-list {
        font-size: 0;
        width: 1200px;
        margin: 50px auto 30px;
    }

        .page-serve .serve-law .law-list li {
            position: relative;
            z-index: 1;
        }

        .page-serve .serve-law .law-list .num {
            width: 25px;
            height: 25px;
            line-height: 1;
            font-size: 14px;
            text-align: center;
            line-height: 23px;
            margin-right: 12px;
            border-radius: 50%;
            box-sizing: border-box;
            border: 1px solid #7b7b7b;
            behavior: url(../js/pie.htc);
            display: inline-block;
        }

        .page-serve .serve-law .law-list li {
            width: 25%;
            color: #787878;
            font-size: 18px;
            padding-left: 30px;
            margin-bottom: 30px;
            display: inline-block;
            overflow: hidden;
            white-space: nowrap;
        }

    .page-serve .serve-law .link {
        color: #fff;
        width: 550px;
        height: 66px;
        display: block;
        font-size: 24px;
        line-height: 66px;
        text-align: center;
        border-radius: 6px;
        margin: 0 auto 60px;
        background: #d7a331;
        background: linear-gradient(to top,#d7a331, #efae49);
        behavior: url('../js/pie.htc');
        position: relative;
    }

/*技术开发*/
.page-serve .serve-skill {
    width: 1200px;
    padding-top: 50px;
    margin-bottom: 20px;
}

    .page-serve .serve-skill .skill-list {
        font-size: 0;
        margin: 40px auto 0;
    }

.page-serve .skill-list .item-link {
    width: 31.33%;
    margin: 0 1% 30px;
    position: relative;
    vertical-align: top;
    display: inline-block;
    border: 1px solid #ccc;
}

    .page-serve .skill-list .item-link:hover {
        behavior: url('../js/pie.htc');
        box-shadow: 0 0 10px 0 rgba(128,128,128,.5);
    }

    .page-serve .skill-list .item-link .media {
        width: 100%;
        height: 260px;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

        .page-serve .skill-list .item-link .media .text {
            color: #fff;
            font-size: 18px;
            text-align: center;
            margin-top: 100px;
            position: relative;
            z-index: 2;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: all 800ms;
            -moz-transition: all 800ms;
            -o-transition: all 800ms;
            transition: all 800ms;
        }

    .page-serve .skill-list .item-link .icon-go1 {
        width: 30px;
        height: 30px;
        margin: 15px auto 0;
        position: relative;
        z-index: 2;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 800ms;
        -moz-transition: all 800ms;
        -o-transition: all 800ms;
        transition: all 800ms;
    }

    .page-serve .skill-list .item-link:hover .media .text,
    .page-serve .skill-list .item-link:hover .media .icon-go1 {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .page-serve .skill-list .item-link .media:before {
        content: "";
        width: 0;
        height: 260px;
        background: #000;
        position: absolute;
        top: 0;
        left: 50%;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
        -moz-transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
        -o-transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
        transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
    }

    .page-serve .skill-list .item-link:hover .media:before {
        width: 100%;
        opacity: .5;
        filter: alpha(opacity=50);
        left: 0;
    }

    .page-serve .skill-list .item-link .item-inner {
        padding: 0 25px;
    }

.page-serve .skill-list .item-inner .item-title {
    color: #575657;
    font-size: 18px;
    margin-top: 20px;
}

.page-serve .skill-list .item-inner .item-text {
    color: #b2b1b2;
    font-size: 14px;
}

.page-serve .skill-list .item-bottom {
    height: 40px;
    margin-top: 25px;
    border-top: solid 1px #b2b1b2
}

    .page-serve .skill-list .item-bottom span {
        font-size: 14px;
        color: #b2b1b2;
        line-height: 40px;
    }

    .page-serve .skill-list .item-bottom .icon-go2 {
        width: 25px;
        height: 12px;
        float: right;
        margin-top: 13px;
    }


/*  ============ 合作客户 ============  */
/*我们的客户*/
.page-partner .partner-client {
    font-size: 0;
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}

    .page-partner .partner-client .logos {
        width: 680px;
        vertical-align: top;
        display: inline-block;
    }

        .page-partner .partner-client .logos .media {
            width: 170px;
            height: 130px;
            vertical-align: top;
            display: inline-block;
            background-position: center;
            background-repeat: no-repeat;
        }

    .page-partner .partner-client .client-inner {
        width: 520px;
        font-size: 16px;
        vertical-align: top;
        display: inline-block;
        padding-right: 80px;
    }

.page-partner .client-inner .item-title {
    color: #787878;
    font-size: 26px;
    margin-top: 30px;
}

    .page-partner .client-inner .item-title:after {
        content: '';
        width: 35px;
        height: 4px;
        display: block;
        margin: 20px 0;
        background: #d7a331;
    }

.page-partner .client-inner .item-text {
    color: #787878;
    font-size: 14px;
    line-height: 36px;
}

.page-partner .client-inner .inner-bottom {
    font-size: 0;
    margin-top: 60px;
}

    .page-partner .client-inner .inner-bottom .record {
        text-align: center;
        margin-right: 50px;
        vertical-align: top;
        display: inline-block;
    }

        .page-partner .client-inner .inner-bottom .record .num {
            color: #3d3d3d;
            font-size: 50px;
            font-weight: bold;
        }

        .page-partner .client-inner .inner-bottom .record .text {
            color: #808080;
            font-size: 14px;
        }

/*价值*/
.page-partner .partner-worth {
    height: 520px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
    background: url('../images/bg7.jpg');
    background-position: center;
    background-repeat: no-repeat;
}

    .page-partner .partner-worth .block-title {
        margin-top: 120px;
    }

        .page-partner .partner-worth .block-title:after {
            content: '';
            width: 30px;
            height: 4px;
            display: block;
            margin: 30px auto 25px;
            background: #d7a331;
        }

    .page-partner .partner-worth .worth-name {
        color: #333;
        font-size: 34px;
    }

    .page-partner .partner-worth .worth-text {
        width: 1100px;
        color: #b2b2b2;
        font-size: 50px;
        margin: 35px auto 0;
    }


/*  ============ 联系我们 ============  */
.page-contact .contact-map {
    width: 1200px;
    padding-top: 60px;
}

    .page-contact .contact-map .block-title {
        text-align: left;
        font-size: 26px;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e5e5e5;
    }

    .page-contact .contact-map .map-cont {
        font-size: 0;
        height: 380px;
    }

.page-contact .map-cont #container {
    height: 100%;
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
}

.page-contact .map-cont .contact-way {
    width: 385px;
    height: 100%;
    padding: 50px 40px;
    vertical-align: top;
    margin-right: 25px;
    display: inline-block;
    background: #fafafa;
}

    .page-contact .map-cont .contact-way li {
        font-size: 0;
        padding: 0 0 20px;
        margin-bottom: 30px;
        border-bottom: 1px solid #e6e6e6;
    }

    .page-contact .map-cont .contact-way .media {
        width: 30px;
        height: 30px;
        margin: 10px;
        vertical-align: top;
        display: inline-block;
        background-position: center;
        background-repeat: no-repeat;
    }

    .page-contact .map-cont .contact-way .item-inner {
        font-size: 16px;
        margin-left: 10px;
        vertical-align: top;
        display: inline-block;
    }

.page-contact .contact-way .item-inner .item-lab {
    color: #4c4c4c;
    font-size: 18px;
}

.page-contact .contact-way .item-inner .item-text {
    color: #999;
    font-size: 16px;
}

.page-contact .contact-bottom {
    font-size: 0;
    margin-top: 60px;
    margin-bottom: 70px;
}

    .page-contact .contact-bottom .bom {
        color: #666;
        width: 580px;
        height: 220px;
        font-size: 16px;
        padding-left: 55px;
        vertical-align: top;
        display: inline-block;
        box-sizing: border-box;
        background: #fff;
        border: 1px solid #f5f5f5;
        box-shadow: 0 0 38px 0 rgba(161,161,161, .16);
    }

        .page-contact .contact-bottom .bom + .bom {
            margin-left: 40px;
        }

.page-contact .bom .title {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 20px;
}

.page-contact .bom .row li {
    margin-top: 10px;
}

.page-contact .bom .row .media {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
}

.page-contact .bom .row .text {
    line-height: 24px;
    margin-left: 5px;
    display: inline-block;
}



/*  ============ 资讯中心 ============  */
.page-news .news-cont {
    width: 1200px;
    padding-top: 50px;
}

    .page-news .news-cont .block-title {
        text-align: left;
        color: #808080;
        margin-bottom: 50px;
    }

.page-news .news-list {
    border-top: 1px solid #e3e3e3;
}

    .page-news .news-list li {
        font-size: 0;
        padding: 60px 0;
        border-bottom: 1px dashed #e3e3e3;
    }

    .page-news .news-list .item-link {
        display: block;
    }

    .page-news .news-list .item-time,
    .page-news .news-list .item-inner,
    .page-news .news-list .media {
        vertical-align: top;
        display: inline-block;
    }

    .page-news .news-list .item-time {
        color: #999;
        text-align: center;
        margin-left: 15px;
    }

        .page-news .news-list .item-time .day {
            font-size: 65px;
            line-height: 1.1;
            font-weight: bold;
        }

        .page-news .news-list .item-time .year {
            font-size: 21px;
            border-top: 1px solid #999;
        }

    .page-news .news-list .media {
        width: 300px;
        height: 180px;
        margin-left: 30px;
        background-color: #e3e3e3;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .page-news .news-list .item-inner {
        width: 720px;
        font-size: 14px;
        margin-left: 40px;
    }

        .page-news .news-list .item-inner .item-title {
            color: #4c4c4c;
            font-size: 20px;
            margin-top: 8px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .page-news .news-list .item-inner .item-subtitle {
            color: #999;
            height: 90px;
            margin-top: 18px;
            overflow: hidden;
            line-height: 30px;
            display: -webkit-box;
            text-overflow: ellipsis;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

        .page-news .news-list .item-inner .item-text {
            color: #4c4c4c;
            margin-top: 15px;
            text-decoration: underline;
        }



/*  ============ 资讯详情 ============  */
.page-details .details-cont {
    width: 1200px;
}

    .page-details .details-cont .block-title {
        color: #caad6d;
        margin: 50px 0;
        padding: 0 150px;
    }

.page-details .details-inner {
    padding: 20px 20px 50px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    .page-details .details-inner img {
        max-width: 100%;
        margin: 15px auto;
    }

    .page-details .details-inner p {
        color: #999;
        font-size: 15px;
        line-height: 30px;
        text-indent: 2em;
        margin-bottom: 10px;
    }

.page-details .news-bottom {
    margin: 40px 0;
    overflow: hidden;
}

    .page-details .news-bottom .link {
        display: block;
        font-size: 16px;
        color: #3d3d3d;
        margin-top: 10px;
    }

    .page-details .news-bottom .back {
        color: #fff;
        width: 130px;
        height: 36px;
        cursor: pointer;
        line-height: 34px;
        text-align: center;
        margin-top: 15px;
        border-radius: 36px;
        background: #caad6d;
        behavior: url(../js/pie.htc);
    }
