﻿@charset "UTF-8";

html {
    height: 100%;
    font-size: 10px;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="number"] {
        -moz-appearance: textfield;
    }

    input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: Arial, "Microsoft Yahei";
    font-size: 1.7rem;
    line-height: 1.5;
    color: #3d4145;
    background: #eee;
}

a, input, textarea, select, button {
    outline: 0;
}

p {
    margin: 1em 0;
}

a {
    color: #0894ec;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    a:active {
        color: #0a8ddf;
    }

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

.clearfix:before {
    content: "";
    clear: both;
    display: table;
}

.hide {
    display: none;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: block;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="number"] {
        -moz-appearance: textfield;
    }

    input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: Arial, "Microsoft Yahei";
    font-size: 1.7rem;
    line-height: 1.5;
    color: #3d4145;
    background: #eee;
}

a, input, textarea, select, button {
    outline: 0;
}

p {
    margin: 1em 0;
}

a {
    color: #0894ec;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    a:active {
        color: #0a8ddf;
    }

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

.clearfix:before {
    content: "";
    clear: both;
    display: table;
}

.hide {
    display: none;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: block;
}

html {
    height: 100%;
    font-size: 10px;
    background-color: #e6e6e6;
}

li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: block;
}

body {
    position: static;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

html {
    background-color: #e6e6e6;
}

img {
    display: block;
}

#model_box .close {
    cursor: pointer;
}

* {
    font-size: 14px;
    color: #333333;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.center2 {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 92%;
    padding: 0px 70px;
}

a {
    color: #333;
}

body {
    min-width: 1366px;
    max-width: 1920px;
    background-color: #F5F5F5 !important;
}

#model_box {
    width: 100%;
    height: 100%;
    z-home: 20000000;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

#model_box {
    width: 100%;
    height: 100%;
    z-home: 20000000;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

    #model_box .model_box_content {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    #model_box .fade.animate {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modelopen {
    overflow: hidden;
}

body {
    background-color: #e3e3e3;
}

#model_box .fade.animate {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modelopen {
    overflow: hidden;
}

body {
    background-color: #e9e9e9;
}

.transition100 {
    transition: transform 0.1s;
    -moz-transition: -moz-transform 0.1s;
    -webkit-transition: -webkit-transform 0.1s;
    -o-transition: -o-transform 0.1s;
}

#model_box_tip_independent {
    z-home: 9999999999;
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    background-color: transparent;
}

#model_box_tip01 {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    padding: 20px !important;
    height: auto !important;
    min-height: 10px !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
    background-color: rgba(0,0,0,0.7) !important;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    width: auto !important;
    min-width: 200px !important;
}



#top {
    background-color: #ffffff;
}

    #top .a01 {
        width: 1200px;
        height: 92px;
        margin: auto;
    }

        #top .a01 .b01 {
            float: left;
            padding-top: 15px;
        }

        #top .a01 .b02 {
            float: right;
        }

            #top .a01 .b02 .c00 {
                float: right;
                line-height: 92px;
                padding-left: 20px;
                padding-right: 20px;
                font-size: 16px;
                cursor: pointer;
                position: relative;
                text-align: center;
            }

                #top .a01 .b02 .c00:hover .changeLine {
                    background-color: #1c5793;
                    left: 0;
                    width: 100%;
                }

                #top .a01 .b02 .c00 .changeLine {
                    width: 0;
                    position: absolute;
                    top: 75px;
                    left: 50%;
                    transition: all 0.2s linear;
                    height: 2px;
                    background: #1c5793;
                }

                #top .a01 .b02 .c00 .d01 {
                    float: left;
                    font-size: 16px;
                    margin-right: 3px;
                    transition: transform 0.2s;
                }

                #top .a01 .b02 .c00 .d02 {
                    float: left;
                    margin-top: 42px;
                    -moz-transition: -moz-transform 0.2s;
                    -webkit-transition: -webkit-transform 0.2s;
                    -o-transition: -o-transform 0.2s;
                }

                #top .a01 .b02 .c00:hover .d02 {
                    transform: rotate(-180deg);
                    -webkit-transform: rotate(-180deg);
                    -moz-transform: rotate(-180deg);
                }

                #top .a01 .b02 .c00 .d03 {
                    position: absolute;
                    line-height: 24px;
                    top: 92px;
                    background-color: #ffffff;
                    width: 180px;
                    left: 0px;
                    z-index: 10;
                }

                    #top .a01 .b02 .c00 .d03 .e01 {
                        padding-bottom: 0px;
                        padding-top: 0px;
                    }

                        #top .a01 .b02 .c00 .d03 .e01 .f00 {
                            text-align: center;
                            line-height: 40px;
                            font-size: 15px;
                            display: block;
                        }

                #top .a01 .b02 .c00:hover .d03 {
                    display: block;
                }

                #top .a01 .b02 .c00 .d03 .e01 .f00:hover {
                    background-color: #f5f5f5;
                }

#home {
    min-height: 800px;
}

    #home .owl-carousel .owl-stage {
        transition-timing-function: cubic-bezier(0.28, 0.09, 0.25, 1) !important;
        transform: translate3d(100%, 0px, 0px);
    }

    #home .owl-theme .owl-nav.disabled + .owl-dots {
        position: absolute;
        bottom: 20px;
        width: 100%;
        margin-top: 0px;
        opacity: 0.7;
    }

    #home .owl-carousel {
        transition: all 1s;
        -moz-transition: all 1s; /* Firefox 4 */
        -webkit-transition: all 1s; /* Safari 和 Chrome */
        -o-transition: all 1s; /* Opera */
    }

        #home .owl-carousel .owl-stage-outer {
            border-radius: 2px;
            overflow: hidden;
        }

    #home .owl-dot {
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.23);
        background-color: #ffffff;
        margin-right: 2px;
        margin-left: 2px;
        width: 15px;
        border-radius: 13px;
        height: 15px;
        margin-top: 30px;
    }

        #home .owl-dot.active { /*background-color: #9a3fc7;width: 60px;*/
            background-color: #044b91;
            width: 30px;
        }

    #home .owl-theme .owl-dots .owl-dot span {
        background-color: transparent !important;
    }

    #home .owl-dot:first-child {
        border-bottom-left-radius: 13px;
        border-top-left-radius: 13px;
    }

    #home .owl-dot:last-child {
        border-bottom-right-radius: 13px;
        border-top-right-radius: 13px;
    }

    #home .owl-dot {
        transition: all 1s;
        -moz-transition: all 1s; /* Firefox 4 */
        -webkit-transition: all 1s; /* Safari 和 Chrome */
        -o-transition: all 1s; /* Opera */
    }

    #home .a02 {
        padding-bottom: 80px;
        background: #fff;
    }

        #home .a02 .b01 {
            text-align: center;
            font-size: 48px;
            padding-top: 90px;
        }

        #home .a02 .b02 {
            text-align: center;
            font-size: 17px;
            word-spacing: 0px;
            color: #555;
        }

        #home .a02 .b03 .c00 {
            font-size: 0;
            text-align: center;
        }

            #home .a02 .b03 .c00 .d00 {
                width: 285px;
                height: 349px;
                display: inline-block;
                margin: 80px 9px 0;
                font-size: 18px;
                vertical-align: middle;
                background: #fff;
                border: 1px solid #ddd;
                padding: 70px 0;
                overflow: hidden;
                position: relative;
            }

                #home .a02 .b03 .c00 .d00 .e01 {
                    width: 130px;
                    height: 150px;
                    margin: auto;
                }

                #home .a02 .b03 .c00 .d00 .e02 {
                    font-size: 20px;
                    color: #000;
                    font-weight: bold;
                    margin-top: 30px;
                }

                #home .a02 .b03 .c00 .d00 .e03 {
                    color: #fff;
                    text-align: justify;
                    position: absolute;
                    bottom: -99%;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    padding: 100px 25px;
                    line-height: 30px;
                    transition: all .2s linear;
                }

            #home .a02 .b03 .c00 .d01 .e03 {
                background: #16B9E6;
            }

            #home .a02 .b03 .c00 .d02 .e03 {
                background: #BA50ED;
            }

            #home .a02 .b03 .c00 .d03 .e03 {
                background: #24D3A3;
            }

            #home .a02 .b03 .c00 .d04 .e03 {
                background: #34BA50;
            }

            #home .a02 .b03 .c00 .d00:hover .e03 {
                bottom: 0;
            }

    #home .a03 {
        background: url("/Content/img/home_04.png") no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 683px;
        padding-top: 90px;
    }

        #home .a03 .b01 {
            font-size: 48px;
            text-align: center;
        }

        #home .a03 .b02 {
            text-align: center;
            margin-bottom: 75px;
        }

            #home .a03 .b02 span {
                font-size: 18px;
                color: #666;
                letter-spacing: 3px;
            }

        #home .a03 .b03 {
            text-align: center;
            font-size: 0;
        }

            #home .a03 .b03 .c00 {
                display: inline-block;
                vertical-align: middle;
                margin: 0 18px;
                border: 1px solid #ddd;
                transition: all .3s linear;
            }

                #home .a03 .b03 .c00 .d02 {
                    height: 50px;
                    line-height: 50px;
                    text-align: center;
                    background: #fff;
                }

                #home .a03 .b03 .c00:hover {
                    box-shadow: 0 0 10px #ddd;
                    margin-top: -25px;
                }

    #home .a04 {
        background: #fff;
        width: 100%;
        min-height: 683px;
        padding: 90px 0 30px;
        text-align: center;
    }

        #home .a04 .b01 {
            font-size: 48px;
            text-align: center;
        }

        #home .a04 .b02 {
            text-align: center;
            margin-bottom: 75px;
        }

            #home .a04 .b02 span {
                font-size: 18px;
                color: #666;
                letter-spacing: 3px;
            }

        #home .a04 .b03 {
            min-height: 683px;
            font-size: 0;
        }

            #home .a04 .b03 .c00 {
                display: inline-block;
                vertical-align: middle;
                min-height: 646px;
                width: 507px;
            }

            #home .a04 .b03 .c01 .d02 {
                background: #1E8BC3;
                height: 178px;
                font-size: 0;
                padding: 30px 0;
            }

                #home .a04 .b03 .c01 .d02 .e00 {
                    display: inline-block;
                    vertical-align: middle;
                    height: 100%;
                }

                #home .a04 .b03 .c01 .d02 .e01 {
                    width: 110px;
                    text-align: center;
                }

                    #home .a04 .b03 .c01 .d02 .e01 .f01 {
                        font-size: 30px;
                        color: #fff;
                    }

                    #home .a04 .b03 .c01 .d02 .e01 .f02 {
                        font-size: 14px;
                        color: #fff;
                    }

                #home .a04 .b03 .c01 .d02 .e02 {
                    width: calc(100% - 110px);
                    text-align: left;
                    padding-right: 28px;
                }

                    #home .a04 .b03 .c01 .d02 .e02 .f01 {
                        font-size: 16px;
                        color: #fff;
                        padding-bottom: 20px;
                        border-bottom: 1px solid #fff;
                    }

                    #home .a04 .b03 .c01 .d02 .e02 .f02 {
                        color: #fff;
                        line-height: 25px;
                        margin-top: 10px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 3; /* 数值代表显示几行 */
                        -webkit-box-orient: vertical;
                    }

            #home .a04 .b03 .c02 {
                width: 700px;
                padding-left: 75px;
            }
                /*=========*/
                #home .a04 .b03 .c02 .d01 {
                    background: #fff;
                    height: 178px;
                    font-size: 0;
                    padding: 30px 0;
                }

                    #home .a04 .b03 .c02 .d01 .e00 {
                        display: inline-block;
                        vertical-align: middle;
                        height: 100%;
                    }

                    #home .a04 .b03 .c02 .d01 .e01 {
                        width: 110px;
                        text-align: center;
                    }

                        #home .a04 .b03 .c02 .d01 .e01 .f01 {
                            font-size: 30px;
                            color: #333;
                        }

                        #home .a04 .b03 .c02 .d01 .e01 .f02 {
                            font-size: 14px;
                            color: #666;
                        }

                    #home .a04 .b03 .c02 .d01 .e02 {
                        width: calc(100% - 110px);
                        text-align: left;
                        padding-right: 28px;
                    }

                        #home .a04 .b03 .c02 .d01 .e02 .f01 {
                            font-size: 16px;
                            color: #333;
                            padding-bottom: 20px;
                            border-bottom: 1px solid #EDEDED;
                        }

                        #home .a04 .b03 .c02 .d01 .e02 .f02 {
                            color: #666;
                            line-height: 25px;
                            margin-top: 10px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            display: -webkit-box;
                            -webkit-line-clamp: 3; /* 数值代表显示几行 */
                            -webkit-box-orient: vertical;
                        }

                #home .a04 .b03 .c02 .d02 ul li {
                    line-height: 52px;
                    height: 52px;
                    border-bottom: 1px solid #F0F0F0;
                }

                    #home .a04 .b03 .c02 .d02 ul li .leftNew {
                        float: left;
                    }

                    #home .a04 .b03 .c02 .d02 ul li .rightDate {
                        float: right;
                    }

        #home .a04 .b04 {
            text-align: center;
            margin: auto;
            line-height: 40px;
            height: 40px;
            color: #044b91;
            border: 1px solid #044b91;
            width: 120px;
            cursor: pointer;
        }

            #home .a04 .b04:hover {
                color: #ffffff;
                background-color: #044b91;
                border-color: #044b91;
            }




#foot {
    min-height: 350px;
    background-color: #000e2b;
}

    #foot .a01 {
        width: 1200px;
        margin: auto;
        padding-top: 40px;
    }

        #foot .a01 .b01 {
            float: left;
            color: #ffffff;
            width: 425px;
            padding-left: 80px;
        }

            #foot .a01 .b01 .c01 {
                font-size: 20px;
                color: #fff;
            }

            #foot .a01 .b01 .c02 {
                height: 2px;
                width: 25px;
                background: #41a6f6;
                margin-top: 20px;
            }

            #foot .a01 .b01 .c03 {
                font-size: 14px;
                color: #969699;
                margin-top: 25px;
            }

                #foot .a01 .b01 .c03 .d01 {
                    float: left;
                    margin-right: 10px;
                    min-width: 27px;
                    text-align: center;
                }

                    #foot .a01 .b01 .c03 .d01 img {
                        display: inline-block;
                        vertical-align: middle;
                        position: relative;
                        top: -3px;
                    }

                #foot .a01 .b01 .c03 .d02 {
                    float: left;
                    font-size: 14px;
                    color: #969699;
                }

        #foot .a01 .b02 {
            float: left;
            color: #ffffff;
            width: 490px;
        }

            #foot .a01 .b02 .c01 {
                font-size: 20px;
                color: #fff;
            }

            #foot .a01 .b02 .c02 {
                height: 2px;
                width: 25px;
                background: #41a6f6;
                margin-top: 20px;
            }

            #foot .a01 .b02 .c03 {
                font-size: 14px;
                color: #969699;
                margin-top: 25px;
            }

                #foot .a01 .b02 .c03 .d01 {
                    float: left;
                    margin-right: 10px;
                    min-width: 27px;
                    text-align: center;
                }

                    #foot .a01 .b02 .c03 .d01 img {
                        display: inline-block;
                        vertical-align: middle;
                        position: relative;
                        top: -3px;
                    }

                #foot .a01 .b02 .c03 .d02 {
                    float: left;
                    font-size: 14px;
                    color: #969699;
                    width: 244px;
                }

        #foot .a01 .b03 {
            float: left;
            color: #ffffff;
            width: 100px;
        }

            #foot .a01 .b03 .c01 {
                font-size: 20px;
                color: #fff;
            }

            #foot .a01 .b03 .c02 {
                height: 2px;
                width: 25px;
                background: #41a6f6;
                margin-top: 20px;
            }

            #foot .a01 .b03 .c03 {
                height: 2px;
                width: 25px;
                background: #41a6f6;
                margin-top: 20px;
            }

    #foot .a02 {
        width: 1200px;
        margin: auto;
        margin-top: 20px;
        padding-left: 80px;
        color: #969699;
        font-size: 16px;
    }

#goTop {
    width: 50px;
    line-height: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    opacity: 0.7;
    text-align: center;
    border-radius: 100%;
    user-select: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    font-size: 14px;
}

    #goTop img {
        width: 30px;
        margin: auto;
    }

    #goTop div {
        margin-top: -20px;
        color: #fff;
    }
/* 底部图片抖动效果 */
#foot .a01 .b01 .c03 .d01 img:hover {
}

#top .a01 .b01 img:hover {
}

@-webkit-keyframes yiqiyaobai {
    0% {
        -webkit-transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.8) rotate(-20deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(20deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-20deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

/*关于武汉思远行方*/
#aboutus {
    width: 1200px;
    margin: 10px auto 53px;
    min-height: 790px;
    background: #f5f5f5;
}

    #aboutus .leftNav {
        width: 190px;
        min-height: 350px;
        background: #fff;
        margin-right: 1px;
        float: left;
    }

    #aboutus .rightContent {
        width: 1000px;
        min-height: 190px;
        background: #fff;
        float: right;
        padding: 50px 89px;
    }

    #aboutus .leftNav .a01 .b01 {
        width: 100%;
    }

        #aboutus .leftNav .a01 .b01 li {
            text-align: center;
            height: 50px;
            line-height: 50px;
            color: #333333;
            font-size: 14px;
            cursor: pointer;
        }

            #aboutus .leftNav .a01 .b01 li:hover {
                background: #ddd;
                /*border-left: 2px solid #1C5793;*/
                /*margin-left: -2px;*/
            }

.activeLeftNav {
    background: #E5F3FF;
    color: #1c5793 !important;
    border-left: 2px solid #1C5793;
    margin-left: -2px;
}

/*公司介绍*/
#aboutus .rightContent > div:first-child {
    display: block;
}

#aboutus .rightContent > div {
    /*display: none;*/
}

.rightContent .title {
    margin-bottom: 35px;
}

    .rightContent .title span {
        font-size: 24px;
        color: #333333;
    }

    .rightContent .title .line {
        width: 40px;
        height: 3px;
        background: #CCCCCC;
        bottom: -15px;
        left: 0;
    }

#aboutus .rightContent .a01 .b02 {
    font-size: 14px;
    color: #333333;
    text-align: justify;
}

#aboutus .rightContent .a01 .b03 {
    background: url("/Assets/Images/download/dl01.png") no-repeat;
    background-size: 100% 100%;
    height: 162px;
    width: 820px;
    margin: 20px auto 39px;
}

#aboutus .rightContent .a01 .b00 {
    min-height: 131px;
    font-size: 0;
    margin-bottom: 30px;
}

    #aboutus .rightContent .a01 .b00 .c00 {
        display: inline-block;
        vertical-align: top;
        height: 100%;
    }

    #aboutus .rightContent .a01 .b00 .c02 {
        width: calc(100% - 245px);
    }

        #aboutus .rightContent .a01 .b00 .c02 .d01 {
            font-size: 20px;
            color: #333333;
        }

        #aboutus .rightContent .a01 .b00 .c02 .d02 {
            font-size: 14px;
            color: #666666;
            text-align: justify;
            /*overflow : hidden;*/
            /*text-overflow: ellipsis;*/
            /*display: -webkit-box;*/
            /*-webkit-line-clamp: 5;    !* 数值代表显示几行 *!*/
            /*-webkit-box-orient: vertical;*/
        }

    #aboutus .rightContent .a01 .b00 .c01 img {
        height: 131px;
        width: 214px;
        margin-right: 20px;
    }


#aboutus .rightContent .a01 .b07 {
    font-size: 14px;
    color: #333333;
    text-align: justify;
}

#aboutus .rightContent .a01 .b08 {
    margin-top: 40px;
}

    #aboutus .rightContent .a01 .b08 span {
        font-size: 24px;
        color: #333333;
    }

        #aboutus .rightContent .a01 .b08 span.tag {
            color: #1c5793;
        }

/*企业成员*/
#aboutus .rightContent .a02 .b01 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 5px;
}

/*===============*/
#aboutus .rightContent .a02 .b00 {
    min-height: 131px;
    font-size: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
}

    #aboutus .rightContent .a02 .b00 .c00 {
        display: inline-block;
        vertical-align: top;
        height: 100%;
    }

    #aboutus .rightContent .a02 .b00 .c02 {
        width: calc(100% - 245px);
    }

        #aboutus .rightContent .a02 .b00 .c02 .d01 {
            font-size: 20px;
            color: #333333;
            font-weight: bold;
            margin-bottom: 3px;
        }

        #aboutus .rightContent .a02 .b00 .c02 .d02 {
            font-size: 14px;
            color: #666666;
            text-align: justify;
            line-height: 28px;
            /*overflow : hidden;*/
            /*text-overflow: ellipsis;*/
            /*display: -webkit-box;*/
            /*-webkit-line-clamp: 5;    !* 数值代表显示几行 *!*/
            /*-webkit-box-orient: vertical;*/
        }

    #aboutus .rightContent .a02 .b00 .c01 img {
        height: 131px;
        width: 214px;
        margin-right: 20px;
        /*vertical-align: middle;*/
    }

#aboutus .rightContent .a01 .b07 {
    font-size: 14px;
    color: #333333;
    text-align: justify;
}

#aboutus .rightContent .a03 .b01 {
    background: url("/Assets/Images/download/dl02.png") no-repeat;
    background-size: 100% 100%;
    height: 307px;
    width: 845px;
    margin: 0 auto 10px;
}

#aboutus .rightContent .a03 .b00 {
    font-size: 14px;
    color: #333333;
    text-align: justify;
    letter-spacing: 2px;
    line-height: 30px;
}

#aboutus .rightContent .a03 .b03 {
    background: url("/Assets/Images/download/dl01.png") no-repeat;
    background-size: 100% 100%;
    height: 162px;
    width: 820px;
    margin: 20px auto 39px;
}

#aboutus .rightContent .a03 .b04 {
    margin-bottom: 25px;
}

    #aboutus .rightContent .a03 .b04 .circle {
        width: 12px;
        height: 12px;
        display: inline-block;
        background: #333333;
        border-radius: 100%;
    }

    #aboutus .rightContent .a03 .b04 span {
        font-size: 20px;
        color: #333333;
    }

#aboutus .rightContent .a03 .b05 .c00 {
    margin-bottom: 48px;
}

#aboutus .rightContent .a03 .b06 {
    margin-bottom: 24px;
}

#aboutus .rightContent .a03 .b07 {
    margin-bottom: 24px;
}

/*公司领导*/
#aboutus .rightContent .a04 .b01 {
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

#aboutus .rightContent .a04 .b02 {
    margin: 42px auto 20px;
}

    #aboutus .rightContent .a04 .b02 .c01 {
        background: url("") no-repeat;
        background-size: 100% 100%;
        height: 413px;
        width: 620px;
        margin: 0 auto 20px;
    }

    #aboutus .rightContent .a04 .b02 .c02 {
        font-size: 14px;
        color: #333;
        font-weight: bold;
        text-align: center;
    }

#aboutus .rightContent .a04 .b00 {
    font-size: 14px;
    color: #333;
    text-align: justify;
    letter-spacing: 2px;
    line-height: 30px;
}

#aboutus .rightContent .a04 .b04 {
    margin-bottom: 30px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

#aboutus .rightContent .a05 .b01 {
    background: url("") no-repeat;
    background-size: 100% 100%;
    height: 530px;
    width: 820px;
    margin: 55px auto 0;
}

#aboutus .rightContent .a06 .b01 {
    background: url("") no-repeat;
    background-size: 100% 100%;
    height: 777px;
    width: 805px;
    margin: 45px auto 0;
}

/*联系我们*/
#aboutus .rightContent .a07 .b01 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}

#aboutus .rightContent .a07 .b02 span.dizhi {
    background: url("/Assets/Images/download/footer_02.png") no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
}

#aboutus .rightContent .a07 .b02 span {
    font-size: 14px;
    color: #666;
}

#aboutus .rightContent .a07 .b03 .c01 {
    font-size: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

    #aboutus .rightContent .a07 .b03 .c01 li {
        width: 50%;
        display: inline-block;
        margin: 20px 0;
    }

        #aboutus .rightContent .a07 .b03 .c01 li .d00 {
            display: inline-block;
            vertical-align: middle;
        }

        #aboutus .rightContent .a07 .b03 .c01 li .d01 .e01 {
            background: url("") no-repeat;
            background-size: 100% 100%;
            width: 50px;
            height: 49px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 30px;
        }

        #aboutus .rightContent .a07 .b03 .c01 li .d01 .e02 {
            background: url("") no-repeat;
            background-size: 100% 100%;
            width: 50px;
            height: 49px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 30px;
        }

        #aboutus .rightContent .a07 .b03 .c01 li .d01 .e03 {
            background: url("") no-repeat;
            background-size: 100% 100%;
            width: 50px;
            height: 49px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 30px;
        }

        #aboutus .rightContent .a07 .b03 .c01 li .d01 .e04 {
            background: url("") no-repeat;
            background-size: 100% 100%;
            width: 50px;
            height: 49px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 30px;
        }

        #aboutus .rightContent .a07 .b03 .c01 li .d01 .e05 {
            background: url("") no-repeat;
            background-size: 100% 100%;
            width: 50px;
            height: 49px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 30px;
        }

        #aboutus .rightContent .a07 .b03 .c01 li .d02 {
            width: calc(100% - 140px);
            border-bottom: 1px solid #ddd;
            padding-bottom: 5px;
        }

            #aboutus .rightContent .a07 .b03 .c01 li .d02 div {
                font-size: 14px;
            }

#allmap {
    width: 820px;
    height: 410px;
    overflow: hidden;
    margin: 0;
}

.anchorBL {
    display: none;
}


/*=========  新闻动态       ================*/
#news {
    width: 1200px;
    margin: 10px auto 53px;
    min-height: 790px;
    background: #f5f5f5;
}

#bannerImg {
    background: url("/Assets/Images/download/dl03.png") no-repeat;
    background-size: 100% 100%;
    height: 460px;
    text-align: center;
    padding-top: 200px;
}

    #bannerImg span {
        font-size: 40px;
        color: #fff;
    }

    #bannerImg .line {
        font-size: 40px;
        color: #42A5FA;
        margin-top: -20px;
    }

#news .leftNav {
    width: 190px;
    min-height: 150px;
    background: #fff;
    margin-right: 10px;
    float: left;
}

#news .rightContent {
    width: 1000px;
    min-height: 790px;
    background: #fff;
    float: right;
    padding: 50px 89px;
}

#news .leftNav .a01 .b01 {
    width: 100%;
}

    #news .leftNav .a01 .b01 li {
        text-align: center;
        height: 50px;
        line-height: 50px;
        color: #333333;
        font-size: 14px;
        cursor: pointer;
    }

        #news .leftNav .a01 .b01 li:hover {
            background: #ddd;
            /*border-left: 2px solid #1C5793;*/
            /*margin-left: -2px;*/
        }

.activeLeftNav {
    background: #E5F3FF !important;
    color: #1c5793 !important;
    border-left: 2px solid #1C5793;
    margin-left: -2px;
}

#news .rightContent .title {
    margin-bottom: 35px;
}

    #news .rightContent .title span {
        font-size: 24px;
        color: #333333;
    }

    #news .rightContent .title .line {
        width: 40px;
        height: 3px;
        background: #CCCCCC;
        bottom: -15px;
        left: 0;
    }

#news .rightContent .a01 .b00 {
    font-size: 0;
    height: 173px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #e3e3e3;
}

    #news .rightContent .a01 .b00 .c00 {
        display: inline-block;
        vertical-align: middle;
    }

    #news .rightContent .a01 .b00 .c01 img {
        width: 214px;
        height: 142px;
        margin-right: 20px;
        transition: all .1s linear;
    }

        #news .rightContent .a01 .b00 .c01 img:hover {
            transform: scale(1.05);
        }

    #news .rightContent .a01 .b00 .c02 {
        width: calc(100% - 234px);
        height: 142px;
    }

        #news .rightContent .a01 .b00 .c02 .d01 {
            font-size: 18px;
            color: #333;
            font-weight: bold;
        }

            #news .rightContent .a01 .b00 .c02 .d01:hover {
                color: #1c5793;
                cursor: pointer;
            }

        #news .rightContent .a01 .b00 .c02 .d02 {
            font-size: 14px;
            color: #666;
            text-align: justify;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2; /* 数值代表显示几行 */
            -webkit-box-orient: vertical;
            margin: 14px 0;
        }

#news .rightContent .pageBox {
    text-align: center;
}

#news .rightContent .a01 .b01 .c02 .d03 {
    font-size: 14px;
    color: #666;
}

#news .rightContent .pageBox .p00 {
    display: inline-block;
    font-size: 14px;
    margin: 0 10px;
}

#news .rightContent .pageBox .q00, #news .rightContent .pageBox .more {
    font-size: 14px;
    display: inline-block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #ddd;
    margin: 0 10px;
    cursor: pointer;
}

.selectPage {
    color: #fff;
    background: #1C5793;
    border: 1px solid #1C5793 !important;
}

#news .rightContent > div:first-child {
    display: block;
}

#news .rightContent > div {
    /*display: none;*/
}

#news .rightContent .a02 .b01 {
    font-size: 0;
}

    #news .rightContent .a02 .b01 .d00 {
        display: inline-block;
        width: 264px;
        height: 241px;
        position: relative;
        border-radius: 5px;
        margin-right: 10px;
        margin-bottom: 40px;
        cursor: pointer;
        transition: all .3s linear;
    }

        #news .rightContent .a02 .b01 .d00:last-child {
            margin-right: 0;
        }

        #news .rightContent .a02 .b01 .d00 img.videoImg {
            width: 100%;
            height: 181px;
        }

        #news .rightContent .a02 .b01 .d00 img.playBtn {
            position: absolute;
            width: 40px;
            height: 40px;
            bottom: 70px;
            left: 10px;
            opacity: 0.5;
            transition: all .3s linear;
        }

        #news .rightContent .a02 .b01 .d00:hover {
            box-shadow: 0 5px 5px #f5f5f5;
        }

            #news .rightContent .a02 .b01 .d00:hover .playBtn {
                opacity: 1;
            }

            #news .rightContent .a02 .b01 .d00:hover .videoIntro {
                color: #1c5793;
            }

        #news .rightContent .a02 .b01 .d00 .videoIntro {
            height: 60px;
            line-height: 60px;
            font-size: 14px;
            color: #333333;
            border: 1px solid #ddd;
            padding: 0 23px;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            /*box-shadow: 0 5px 5px #999;*/
        }

#newsBanner {
    background: url("/Content/img/news001.png") no-repeat;
    background-size: 100% 100%;
    height: 460px;
    text-align: center;
    padding-top: 200px;
}

    #newsBanner span {
        font-size: 40px;
        color: #fff;
    }

    #newsBanner .line {
        font-size: 40px;
        color: #42A5FA;
        margin-top: -20px;
    }

#videoBox {
    width: 650px;
    height: 264px;
    background: #000;
}

    #videoBox video {
        width: 650px;
        height: auto;
    }

.closeBtn {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    /*background: #f5f5f5;*/
    z-index: 9999999999999999;
}
/*新闻动态 end*/


/*产品列表*/
#productBanner {
    background: url("/Content/img/product001.png") no-repeat;
    background-size: 100% 100%;
    height: 460px;
    text-align: center;
    padding-top: 200px;
}

    #productBanner span {
        font-size: 40px;
        color: #fff;
    }

    #productBanner .line {
        font-size: 40px;
        color: #42A5FA;
        margin-top: -20px;
    }

#product .a01 {
    height: 190px;
    text-align: center;
    font-size: 0;
    background: #F5F5F5;
    padding: 10px 0;
}

    #product .a01 .b00 {
        display: inline-block;
        text-align: center;
        margin: 0 50px;
        padding: 20px;
        box-sizing: border-box;
        border: 1px solid transparent;
        cursor: pointer;
    }

        #product .a01 .b00 img {
            width: 92px;
            margin: 0 auto 20px;
        }

.activeNav {
    color: #0069d3;
}

#product .a01 .b00 img:hover {
    -webkit-animation: yiqiyaobai 1s .1s ease both;
    -moz-animation: tada 1s .1s ease both;
}

#product .a01 .b00 .c02 {
    display: none;
}

#product .a01 .b01.active .c01 {
    display: none;
}

#product .a01 .b01.active .c02 {
    display: block;
}

.activeTxt {
    color: #fff !important;
}

/* 弹跳 */
@-webkit-keyframes bounce {
    0%,20%,50%,80%,100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%,20%,50%,80%,100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-ms-keyframes bounce {
    0%,20%,50%,80%,100% {
        -ms-transform: translateY(0);
    }

    40% {
        -ms-transform: translateY(-30px);
    }

    60% {
        -ms-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,20%,50%,80%,100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

#product #MINGKANG .a04 .b05 {
    width: 190px;
    height: 50px;
    line-height: 50px;
    background: #0069D3;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 60px auto;
}

#navContainer {
    min-height: 800px;
}

    #navContainer > div {
        display: none;
    }

        #navContainer > div:first-child {
            display: block;
        }


#serviceBanner {
    background: url("/Content/img/service_01.png") no-repeat;
    background-size: 100% 100%;
    height: 460px;
    text-align: center;
    padding-top: 200px;
}

    #serviceBanner span {
        font-size: 40px;
        color: #fff;
    }

    #serviceBanner .line {
        font-size: 40px;
        color: #42A5FA;
        margin-top: -20px;
    }
/*====*/
#service {
    width: 1200px;
    margin: 10px auto 53px;
    min-height: 790px;
    background: #f5f5f5;
}

    #service .leftNav {
        width: 190px;
        min-height: 200px;
        background: #fff;
        margin-right: 1px;
        float: left;
    }

.pFixed {
    position: fixed;
    top: 0;
    width: 190px !important;
    min-height: 200px;
    background: #fff;
    z-index: 333;
}

#service .rightContent {
    width: 1000px;
    min-height: 190px;
    background: #fff;
    float: right;
    padding: 50px 89px;
}

#service .leftNav .a01 .b01 {
    width: 100%;
}

    #service .leftNav .a01 .b01 li {
        text-align: center;
        height: 50px;
        line-height: 50px;
        color: #333333;
        font-size: 14px;
        cursor: pointer;
    }

        #service .leftNav .a01 .b01 li:hover {
            background: #ddd;
        }

#service .rightContent {
    width: 1000px;
    min-height: 590px;
    background: #fff;
    float: right;
    padding: 50px 89px;
}

    #service .rightContent > div:first-child {
        display: block;
    }

    #service .rightContent > div {
        /*display: none;*/
    }

    #service .rightContent .a01 .b01 {
        height: 510px;
        width: 100%;
        background: #fff;
        border: 1px solid #8DABC9;
        margin-bottom: 20px;
    }

        #service .rightContent .a01 .b01 .c01 {
            background: #1C5793;
            color: #fff;
            font-size: 20px;
            padding: 0 30px;
            text-align: left;
            height: 60px;
            line-height: 60px;
        }

        #service .rightContent .a01 .b01 .c02 {
            background: #F5F5F5;
            padding: 20px 30px;
            text-align: justify;
            height: 214px;
            line-height: 30px;
        }

        #service .rightContent .a01 .b01 .c03 {
            background: #fff;
            padding: 35px;
            text-align: justify;
            height: 234px;
            font-size: 0;
            position: relative;
        }

            #service .rightContent .a01 .b01 .c03 .d00 {
                display: inline-block;
                vertical-align: middle;
            }

            #service .rightContent .a01 .b01 .c03 .d01 img {
                width: 97px;
                margin-right: 25px;
                vertical-align: top;
            }

            #service .rightContent .a01 .b01 .c03 .d02 {
                width: calc(100% - 122px);
            }

                #service .rightContent .a01 .b01 .c03 .d02 .e01 {
                    font-size: 20px;
                }

                #service .rightContent .a01 .b01 .c03 .d02 .e02 {
                    color: #808080;
                }

            #service .rightContent .a01 .b01 .c03 .d03 {
                width: 160px;
                height: 40px;
                line-height: 40px;
                color: #fff;
                background: #1C5793;
                text-align: center;
                margin: 25px 0 0 122px;
                cursor: pointer;
            }

            #service .rightContent .a01 .b01 .c03 .d04 {
                position: absolute;
                width: 22px;
                height: 14px;
                top: -14px;
                left: 75px;
            }

    /*实施服务*/
    #service .rightContent .a02 {
        min-height: 590px;
    }

        #service .rightContent .a02 .b02 {
            height: 240px;
            width: 100%;
            margin: 30px 0;
        }

        #service .rightContent .a02 .b04 {
            height: 381px;
            width: 794px;
            margin: 30px auto;
        }

        #service .rightContent .a02 .b05 {
            height: 49px;
            width: 820px;
            margin: 30px auto;
        }

        #service .rightContent .a02 .b06 {
            height: 49px;
            width: 820px;
            margin: 30px auto;
        }


    /*产品试用*/
    #service .rightContent .a03 .b02 .c01 {
        height: 45px;
        line-height: 45px;
        width: 635px;
        border: 1px solid #ddd;
        margin: 30px 0;
    }

        #service .rightContent .a03 .b02 .c01 label {
            display: inline-block;
            width: 100px;
            height: 45px;
            line-height: 45px;
            text-align: right;
            padding: 0 10px;
        }

        #service .rightContent .a03 .b02 .c01 input {
            height: 40px;
            line-height: 40px;
            outline: none;
            border: 0;
            width: calc(100% - 104px);
        }

    #service .rightContent .a03 .b02 .c02 {
        width: 635px;
    }

        #service .rightContent .a03 .b02 .c02 textarea {
            width: 100%;
            height: 116px;
            resize: none;
            padding: 10px;
            word-wrap: break-word;
            word-break: break-all;
        }

.activeBorder {
    border: 1px solid #1C5793 !important;
}

#service .rightContent .a03 .b02 .c03 {
    color: #666666;
    line-height: 57px;
    height: 57px;
    text-align: center;
    border: 2px solid #8B8B8B;
    width: 98px;
    margin-top: 30px;
    cursor: pointer;
}

    #service .rightContent .a03 .b02 .c03:hover {
        background-color: #42A5FA;
        color: #fff;
        border-color: #42A5FA;
    }
/*客服电话*/
#service .rightContent .a04 .b01 {
    font-size: 0;
    margin-top: 50px;
}

    #service .rightContent .a04 .b01 .c01 {
        font-size: 0;
    }

        #service .rightContent .a04 .b01 .c01 li {
            width: 50%;
            display: inline-block;
            margin: 20px 0;
            min-height: 69px;
        }

            #service .rightContent .a04 .b01 .c01 li .d00 {
                display: inline-block;
                vertical-align: middle;
            }

            #service .rightContent .a04 .b01 .c01 li .d01 .e01 {
                background: url("/Content/img/service_11.png") no-repeat;
                background-size: 100% 100%;
                width: 24px;
                height: 24px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 30px;
            }

            #service .rightContent .a04 .b01 .c01 li .d01 .e02 {
                background: url("/Content/img/service_12.png") no-repeat;
                background-size: 100% 100%;
                width: 25px;
                height: 24px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 30px;
            }

            #service .rightContent .a04 .b01 .c01 li .d01 .e03 {
                background: url("/Content/img/service_13.png") no-repeat;
                background-size: 100% 100%;
                width: 25px;
                height: 23px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 30px;
            }

            #service .rightContent .a04 .b01 .c01 li .d01 .e04 {
                background: url("/Content/img/service_14.png") no-repeat;
                background-size: 100% 100%;
                width: 27px;
                height: 21px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 30px;
            }

            #service .rightContent .a04 .b01 .c01 li .d01 .e05 {
                background: url("/Content/img/service_15.png") no-repeat;
                background-size: 100% 100%;
                width: 20px;
                height: 24px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 30px;
            }

            #service .rightContent .a04 .b01 .c01 li .d01 .e06 {
                background: url("/Content/img/service_16.png") no-repeat;
                background-size: 100% 100%;
                width: 28px;
                height: 22px;
                display: inline-block;
                vertical-align: middle;
                margin-right: 30px;
            }

            #service .rightContent .a04 .b01 .c01 li .d02 {
                width: calc(100% - 140px);
                border-bottom: 1px solid #ddd;
                min-height: 69px;
                padding-bottom: 5px;
            }

                #service .rightContent .a04 .b01 .c01 li .d02 div {
                    font-size: 14px;
                }

    #service .rightContent .a04 .b01 .c02 {
        margin-top: 20px;
    }

        #service .rightContent .a04 .b01 .c02 .d01 .f00 {
            display: inline-block;
        }

        #service .rightContent .a04 .b01 .c02 .d01 .f01 {
            vertical-align: middle;
            margin-right: 30px;
        }

        #service .rightContent .a04 .b01 .c02 .d02 {
            font-size: 0;
            padding-left: 20px;
        }

            #service .rightContent .a04 .b01 .c02 .d02 .f00 {
                display: inline-block;
                margin: 30px 32px 0;
                text-align: center;
            }

                #service .rightContent .a04 .b01 .c02 .d02 .f00 .e01 {
                    margin-top: 10px;
                    color: #666666;
                    font-size: 16px;
                }

    #service .rightContent .a04 .b01 .c01 li .d00 span:hover {
        animation-duration: .8s; /*动画时间*/
        animation-fill-mode: both; /*播放后的状态*/
        animation-name: bounce;
        animation-iteration-count: 1; /*动作循环的次数：infinite 无限循环*/
        transform-origin: center bottom; /*设置动画旋转元素的基点为：居中靠下*/
        cursor: pointer;
    }


/*=============人才招聘============*/
#JoinUsBanner {
    background: url("/Content/img/JoinUs_01.png") no-repeat;
    background-size: 100% 100%;
    height: 460px;
    text-align: center;
    padding-top: 200px;
}

    #JoinUsBanner span {
        font-size: 40px;
        color: #fff;
    }

    #JoinUsBanner .line {
        font-size: 40px;
        color: #42A5FA;
        margin-top: -20px;
    }
/*====*/
#JoinUs {
    width: 1200px;
    margin: 10px auto 53px;
    min-height: 560px;
    background: #f5f5f5;
}

    #JoinUs .leftNav {
        width: 190px;
        min-height: 200px;
        background: #fff;
        margin-right: 1px;
        float: left;
    }

    #JoinUs .rightContent {
        width: 1000px;
        min-height: 190px;
        background: #fff;
        float: right;
        padding: 50px 89px;
    }

    #JoinUs .leftNav .a01 .b01 {
        width: 100%;
    }

        #JoinUs .leftNav .a01 .b01 li {
            text-align: center;
            height: 50px;
            line-height: 50px;
            color: #333333;
            font-size: 14px;
            cursor: pointer;
        }

            #JoinUs .leftNav .a01 .b01 li:hover {
                background: #ddd;
            }

    #JoinUs .rightContent {
        width: 1000px;
        min-height: 590px;
        background: #fff;
        float: right;
        padding: 50px 89px;
    }

        #JoinUs .rightContent > div:first-child {
            display: block;
        }

        #JoinUs .rightContent > div {
            /*display: none;*/
        }

        #JoinUs .rightContent .a01 .b02 {
            background: url("/Content/img/JoinUs_02.png") no-repeat;
            background-size: 100% 100%;
            width: 820px;
            height: 250px;
            margin: 30px auto;
        }

        #JoinUs .rightContent .a01 .b03 {
            line-height: 30px;
        }

        #JoinUs .rightContent .a01 .b04 .c00 {
            margin: 10px 0;
        }

            #JoinUs .rightContent .a01 .b04 .c00 .titleCircle {
                width: 7px;
                height: 7px;
                border-radius: 100%;
                background: #1C5793;
                display: inline-block;
                margin-top: 8px;
                vertical-align: top;
            }

            #JoinUs .rightContent .a01 .b04 .c00 .d01 {
                color: #1c5793;
                font-size: 16px;
                font-weight: bold;
            }

        /*培训与成长*/
        #JoinUs .rightContent .a02 .b01 {
            text-align: center;
            margin: 30px 0;
            font-size: 24px;
            font-weight: bold;
        }

        #JoinUs .rightContent .a02 .b02 {
            background: url("/Content/img/JoinUs_03.png") no-repeat;
            background-size: 100% 100%;
            width: 820px;
            height: 250px;
            margin: 30px auto;
        }

        #JoinUs .rightContent .a02 .b03, #JoinUs .rightContent .a02 .b04 {
            line-height: 30px;
        }

        #JoinUs .rightContent .a03 .b01 {
            margin-top: 70px;
        }

            #JoinUs .rightContent .a03 .b01 img {
                margin: auto;
                width: 600px;
                height: 400px;
            }

            #JoinUs .rightContent .a03 .b01 .d01 {
                text-align: center;
                margin-top: 15px;
            }

        #JoinUs .rightContent .a03 .b02 {
            text-align: center;
            border: 1px solid #ddd;
            width: 140px;
            margin: 20px auto 0;
            line-height: 39px;
            height: 39px;
            color: #1c5793;
            cursor: pointer;
        }
        /*武汉思远行方人*/



        /*招聘需求*/
        #JoinUs .rightContent .a04 .b01 {
            text-align: center;
            margin: 30px 0;
            font-size: 24px;
            font-weight: bold;
        }

        #JoinUs .rightContent .a04 .b02 {
            background: url("") no-repeat;
            background-size: 100% 100%;
            width: 826px;
            height: 290px;
            margin: 30px auto;
        }

        #JoinUs .rightContent .a04 .b03 {
            width: 158px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            margin: auto;
            color: #fff;
            background: #1C5793;
            cursor: pointer;
        }

/*===================三甲客户==================*/
/*产品列表*/
#userCaseBanner {
    background: url("") no-repeat;
    background-size: 100% 100%;
    height: 460px;
    text-align: center;
    padding-top: 200px;
}

    #userCaseBanner span {
        font-size: 40px;
        color: #fff;
    }

    #userCaseBanner .line {
        font-size: 40px;
        color: #42A5FA;
        margin-top: -20px;
    }

#userCase .a01 {
    line-height: 90px;
    height: 90px;
    text-align: center;
    font-size: 0;
}

    #userCase .a01 .b00 {
        font-size: 16px;
        color: #666;
        text-align: center;
        line-height: 40px;
        height: 40px;
        width: 173px;
        display: inline-block;
        border-radius: 25px;
        margin: 0 34px;
        cursor: pointer;
        user-select: none;
    }

.caseNavActive {
    background: #1C5793;
    color: #fff !important;
}

#shiftNavContent > div:first-child {
    display: block;
}

#shiftNavContent > div {
    display: none;
}



.lineHeight {
    line-height: 30px;
}

#news .leftNav01 {
    width: 272px;
}

#news .rightContent01 {
    width: 910px;
}

#news .leftNav01 .a01 .b01 {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}

    #news .leftNav01 .a01 .b01 .c01 {
        display: block;
        float: left;
        height: 56px;
        line-height: 56px;
        font-size: 16px;
        color: #4c4c4c;
        font-weight: bold;
        padding-left: 20px;
        position: relative;
    }

    #news .leftNav01 .a01 .b01:after {
        content: '';
        display: block;
        width: 2px;
        height: 15px;
        background-color: #0669ca;
        position: absolute;
        top: 20px;
    }

#news .leftNav01 .a01 .b02 {
    overflow: hidden;
    padding: 0 20px;
}

    #news .leftNav01 .a01 .b02 .c01 {
        display: block;
        float: left;
        padding-left: 20px;
        width: 212px;
        border-bottom: 1px solid #e6e6e6;
        height: 56px;
        line-height: 56px;
        font-size: 14px;
        color: #4c4c4c;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background: url(/Content/img/juxing1.png) no-repeat left center;
    }

        #news .leftNav01 .a01 .b02 .c01.active {
            background: url(/Content/img/juxing2.png) no-repeat left center;
            color: #0081ff;
        }

#news .rightContent01 .a03 .b01 {
    padding: 44px 0 32px 0;
    font-size: 24px;
    color: #4c4c4c;
    font-weight: bold;
    text-align: center;
}

#news .rightContent01 .a03 .b02 {
    line-height: 30px;
    border-bottom: 0px solid #e6e6e6;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
}

#news .rightContent01 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    float: right;
}

    #news .rightContent01 .a03 .b03 img {
        max-width: 880px;
        margin-left: auto;
        margin-right: auto;
    }

#news .rightContent02 {
    width: 910px;
    background-color: #ffffff;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    float: right;
    border-top: 0px #f2f5f7 solid;
}

    #news .rightContent02 .a01 {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
        padding: 10px 0;
        border-bottom: 1px solid #dedede;
    }

#news .rightContent02 {
    padding-top: 10px;
    padding-bottom: 10px;
}

    #news .rightContent02 .a02 .b00 {
        border-bottom: 1px #e3e3e3 dashed;
    }

        #news .rightContent02 .a02 .b00 .c01 {
            float: left;
            height: 62px;
            line-height: 62px;
            max-width: 630px;
            font-size: 14px;
            color: #666666;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            #news .rightContent02 .a02 .b00 .c01:hover {
                color: #0081ff;
            }

        #news .rightContent02 .a02 .b00 .c02 {
            float: right;
            margin-right: 36px;
            height: 62px;
            line-height: 62px;
            font-size: 14px;
            color: #666666;
        }


#shiftNavContent .a03 .b06 {
    font-size: 0;
    width: 1200px;
    margin: 40px auto 30px;
    position: relative;
    padding: 0px;
    /*padding-left: 80px;*/
    /*height: 392px;*/
}

    #shiftNavContent .a03 .b06 .c00 {
        display: inline-block;
        vertical-align: middle;
        float: left;
        margin: 10px 0;
        /*margin-right: 80px;*/
        width: auto;
    }

#shiftNavContent .a03 .b06 {
    min-height: 280px;
}

    #shiftNavContent .a03 .b06 > img {
        width: 100%;
    }

.nav01 {
    width: 1200px;
    margin: 10px auto 0px auto;
}
