/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/* 重置 ============= */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

@-ms-viewport {
    /*width: device-width;*/
}

html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: -apple-system, "Microsoft YaHei", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #373a3c;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: normal;
}

p {
    margin-top: 0;
    margin-bottom: 0.2rem;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #818a91;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    list-style: none;
    padding-left: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #00b589;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: none;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
}

[role="button"] {
    cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
    background-color: transparent;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #818a91;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button[type="button"]:hover {
    cursor: pointer;
}

button:focus {
    outline: none;
}

input,
button,
select,
textarea {
    line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
}

input[type="search"] {
    -webkit-appearance: none;
}

output {
    display: inline-block;
}

[hidden] {
    display: none !important;
}

/* 全局样式 =========== */
.green {
    color: #00b589;
}

.margin-right70 {
    margin-right: 70px;
}

.show-border {
    border: 2px solid red;
}

.left {
    float: left;
}

.right {
    float: right;
}

.none {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.margin-left85 {
    margin-left: -85px;
}

.margin-right20 {
    margin-right: -20px;
}

.margin-right25 {
    margin-right: -25px;
}

.nav-link > li {
    float: left;
    margin-left: 40px;
}

.nav-link:after {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.nav-link a {
    padding: 0 10px;
}

/*Start 首页*/
.home-page-head {
    width: 100%;
    height: 70px;
    z-index: 10;
    background: #fff;
}

.home-page-logo {
    margin-top: 13px;
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.home-page-logocontent {
    width: 165px;
    margin: 0 auto;
}

.home-page-logocontent small {
    font-weight: normal;
}

.home-page-head .logo-40 {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.home-page-nav {
    margin-top: 22px;
    width: 60%;
    display: inline-block;
    vertical-align: top;
}

.home-page-nav .active {
    color: #00b589;
}

.home-page-nav .hover {
    color: #00b589;
    border-bottom: 2px #00b589 solid;
    height: 48px;
    display: block;
}

.nav-link {
    float: right;
}

.home-page-head h4 {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.home-page-head small {
    display: block;
    color: #999;
}

.home-page-button {
    width: 19%;
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
}

.home-page-login {
    width: 80px;
    height: 30px;
    background: #00b589;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border: none;
    border-radius: 3px;
    vertical-align: top;
    display: inline-block;
}

a.home-page-login:hover {
    color: #fff;
}

.home-page-registered {
    width: 80px;
    height: 30px;
    background: #fff;
    color: #00b589;
    line-height: 26px;
    text-align: center;
    border: 1px #00b589 solid;
    border-radius: 3px;
    vertical-align: top;
    display: inline-block;
    margin-left: 20px;
}

.home-page-buttoncontent {
    width: 200px;
    margin: 0 auto;
}

.home-page-posters {
    width: 100%;
    height: 854px;
    background: url('../images/index/bim360_carousel_pic01.png') center center no-repeat;
    z-index: 2;
}

@media screen and (max-width: 1400px) {
    .home-page-posters {
        /*width: 100%;*/
        height: 745px;
        background: url('../images/index/bim360_carousel_pic01.png') center bottom no-repeat;
        z-index: 2;
    }

    .
}

.home-page-content {
    position: relative;
    background: -webkit-linear-gradient(top, #009975, #2cc7a3);
    background: linear-gradient(to bottom, #009975, #2cc7a3);
    /*margin-top: 70px;*/
}

.home-page-content .btn-group {
    width: 100%;
    position: absolute;
    top: 41%;
    /*left: 33%;*/
    text-align: center;
}

.home-page-car1 {
    width: 89px;
    height: 55px;
    background: url(../images/zz-ico-main.png) no-repeat;
    background-position: -1px -180px;
    position: absolute;
    bottom: 33px;
    right: -1800px;
    z-index: 1;
    -webkit-animation: homepagecar1 30s linear infinite;
    animation: homepagecar1 30s linear infinite;
}

@-webkit-keyframes homepagecar1 {
    from {
        right: 1800px
    }
    to {
        right: 0;
    }
}

@keyframes homepagecar1 {
    from {
        right: 1800px
    }
    to {
        right: 0;
    }
}

.home-page-car2 {
    width: 92px;
    height: 40px;
    background: url(../images/zz-ico-main.png) no-repeat;
    background-position: -1px -243px;
    position: absolute;
    bottom: 33px;
    right: 0;
    z-index: 1;
    -webkit-animation: homepagecar2 40s linear infinite;
    animation: homepagecar2 40s linear infinite;
}

@-webkit-keyframes homepagecar2 {
    from {
        right: 0
    }
    to {
        right: 1920px
    }
}

@keyframes homepagecar2 {
    from {
        right: 0
    }
    to {
        right: 1920px
    }
}

.home-login{
    width: 515px;
    margin: -26px auto 56px;
    /*width: 420px;*/
    /*height: 48px;*/
    /*top: 38%;*/
    /*left: 50%;*/
    /*margin-left: -210px;*/
    /*line-height: 48px;*/
    /*border-radius: 5px;*/
    /*overflow: hidden;*/
    /*position: absolute;*/
}
.home-login-inpt{
    margin-right: -5px;
    width: 280px;
    height: 48px;
    padding: 0 16px;
    font-size: 14px;
    border: 1px solid#ccc;
    border-radius: 5px 0 0 5px;
}
.home-login-btn{
    width: 140px;
    height: 48px;
    border-radius: 0 5px 5px 0;
    border: none;
    /* margin-top: 5px; */
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #FABF00;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .5s;
    box-sizing: border-box;
}
.home-login-btn:hover{
    background: #E87D31;
}
.home-page-down {
    width: 515px;
    display: inline-block;
}

@media only screen and (max-width: 1300px) {
    @-webkit-keyframes homepagecar1 {
        from {
            right: 1170px
        }
        to {
            right: 0;
        }
    }
    @keyframes homepagecar1 {
        from {
            right: 1170px
        }
        to {
            right: 0;
        }
    }
    @-webkit-keyframes homepagecar2 {
        from {
            right: 0
        }
        to {
            right: 1170px
        }
    }
    @keyframes homepagecar2 {
        from {
            right: 0
        }
        to {
            right: 1170px
        }
    }
}

.home-page-appstroe {
    width: 155px;
    height: 42px;
    /*background: url(../images/zz-ico-main.png) no-repeat;*/
    background: url(../images/iphone.png) no-repeat;
    /*background-position: -1px -82px;*/
    display: inline-block;
    margin-right: 18px;
    position: relative;
}

.home-page-an {
    width: 155px;
    height: 42px;
    /*background: url(../images/zz-ico-main.png) no-repeat;*/
    background: url(../images/android.png) no-repeat;
    /*background-position: -1px -32px;*/
    display: inline-block;
    margin-right: 18px;
    position: relative;
}

.home-pagr-qrcode {
    width: 155px;
    height: 42px;
    /*background: url(../images/zz-ico-main.png) no-repeat;*/
    background: url(../images/pc.png) no-repeat;
    /*background-position: -1px -132px;*/

    /*width: 210px;*/
    /*height: 56px;*/
    /*background: url('../images/index/btn_07.png') no-repeat;*/
    /*background-size: cover;*/

    display: inline-block;
    cursor: pointer;
    position: relative;
}
.home-pagr-qrcode a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
/*.home-pagr-qrcodeshow {*/
    /*width: 124px;*/
    /*height: 124px;*/
    /*position: absolute;*/
    /*top: 54px;*/
    /*left: 16px;*/
    /*display: none;*/
    /*background: url(../images/zz-ico-main.png) no-repeat;*/
    /*background-position: 0 -293px;*/
    /*padding: 7px 5px 0 7px;*/
/*}*/
.home-pagr-qrcodeshow-iphone {
    width: 124px;
    height: 124px;
    position: absolute;
    top: 54px;
    left: 16px;
    display: none;
    background: url(../images/zz-ico-main.png) no-repeat;
    background-position: 0 -293px;
    padding: 7px 5px 0 7px;
}
.home-pagr-qrcodeshow-an {
    width: 124px;
    height: 124px;
    position: absolute;
    top: 54px;
    left: 16px;
    display: none;
    background: url(../images/zz-ico-main.png) no-repeat;
    background-position: 0 -293px;
    padding: 7px 5px 0 7px;
}

.home-page-foot {
    height: 215px;
    background: #383b3e;
}

.home-page-footdetailed {
    width: 1090px;
    margin: 0 auto;
    padding-top: 30px;
}

.home-page-footlink {
    display: inline-block;
    vertical-align: top;
}

.home-page-footlink ul {
    display: inline-block;
    vertical-align: top;
    margin-right: 80px;
    font-size: 14px;
    color: #383838;
}
/*用户服务协议*/
.user-services-agreement{
    color: #fff!important;
    cursor: pointer!important;
}
.user-services-agreement:hover{
    color: #00b589!important;
    cursor: pointer!important;
}

.home-page-footlink a {
    color: #fff;
}

.home-page-footlink a:hover {
    color: #00b589;
}

.home-page-footnews {
    margin-right: 50px !important;
}

li.home-page-aboutli {
    color: #00b589;
    font-size: 16px;
    margin-bottom: 10px;
}

.home-page-footsite {
    display: inline-block;
    vertical-align: top;
    padding-left: 45px;
}

.home-page-footsite p {
    color: #fff;
    font-size: 12px;
}

.home-page-footqrcode {
    display: inline-block;
    vertical-align: top;
    width: 98px;
    margin-right: 10px;
}

.home-page-footqrcode P {
    margin-top: 5px;
}

.home-page-footdesite {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}
.home-page-link{
    color: #fff;
}

.home-page-footrecord {
    width: 670px;
    margin: 0 auto;
    text-align: center;
}

.home-page-footrecord p {
    padding-left: 30px;
    height: 20px;
    background: url(../images/zz-ico-main.png) no-repeat;
    background-position: -1px -4px;
    color: #999;
    font-size: 12px;
    float: left;
    height: 20px;
}

.home-page-footrecord a {
    font-size: 12px;
    color: #999;
    line-height: 15px;
    display: inline-block;
    float: left;
    margin: 2px 0 0 10px;
}

.home-page-presentation {
    width: 100%;
}

.home-page-presentation b {
    color: #383838;
}

.presentation-nav {
    width: 1200px;
    height: 260px;
    margin: 60px auto 0 auto;
}

.presentation-nav li {
    width: 240px;
    height: 240px;
    float: left;
    text-align: center;
}

.presentation-nav li:not(:last-child) {
    margin-right: 80px;
}

.presentation-nav b {
    margin: 28px 0 22px 0;
    display: block;
}

.presentation-a {
    width: 116px;
    height: 116px;
    display: block;
    margin: 0 auto;
}

.file-img {
    background: url(../images/gongnav.png) no-repeat;
}

.file-consult {
    background: url(../images/gongnav.png) no-repeat;
    background-position: -120px 0;
}

.file-person {
    background: url(../images/gongnav.png) no-repeat;
    background-position: -238px 0;
}

.file-team {
    background: url(../images/gongnav.png) no-repeat;
    background-position: -356px 0;
}

.file-phone {
    background: url(../images/gongnav.png) no-repeat;
    background-position: 0 -122px;
}

.file-project {
    background: url(../images/gongnav.png) no-repeat;
    background-position: -120px -120px;
}

.file-clond {
    background: url(../images/gongnav.png) no-repeat;
    background-position: -238px -122px;
}

.file-reply {
    background: url(../images/gongnav.png) no-repeat;
    background-position: -356px -122px;
}

.presentation-details {
    margin-top: 100px;
}

.presentation-details h1 {
    color: #383838;
}

.presentation-b {
    background: #f5faf9;
    height: 750px;
}

.presentation-w {
    background: #fff;
    height: 750px;
}

.presentation-common {
    width: 1200px;
    height: 750px;
    margin: 0 auto;
    padding: 145px 0;
}

.presentation-left {
    display: inline-block;
    margin: 17px 0 0 85px;
    vertical-align: top;
}

.presentation-left h3 {
    margin-top: 25px;
}

.presentation-right {
    display: inline-block;
    margin: 17px 35px 0 0;
    vertical-align: top;
}

.presentation-right h3 {
    margin-top: 25px;
}

.presentation-top {
    display: inline-block;
    margin: -40px 35px 0 0;
    vertical-align: top;
}

.presentation-top h3 {
    margin-top: 25px;
}

.presentation-details-nav {
    /*display: none;*/
    position: fixed;
    right: 45px;
    top: 30%;
}

.presentation-details-nav li {
    min-width: 90px;
    height: 25px;
}

.presentation-details-nav li:hover .details-nav-con {
    display: inline-block;
}

.nav-round-div {
    width: 15px;
    height: 15px;
    float: right;
    margin: 7px 0 0 10px;
}

.details-nav-round {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px #bfc0c0 solid;
    cursor: pointer;
    display: block;
    margin-left: 2px;
}

.details-nav-round:hover {
    width: 15px;
    height: 15px;
    border: none;
    background: #018d6b;
    margin-left: 0;
}

.round_hover {
    width: 15px;
    height: 15px;
    border: none;
    background: #00b589;
    margin-left: 0;
}
.round_hover_f {
    background: #fff;
}
.details-nav-con {
    display: none;
}

.details-nav-text {
    padding: 3px 10px;
    background: #21816a;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 0.8rem;
    vertical-align: middle;
}

.details-nav-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -5px;
    border-style: solid;
    border-width: 4px 0 4px 6.9px;
    border-color: transparent transparent transparent #21816a;
}

@media screen and (max-width: 1400px) {
    .home-login{
        top: 25%;
    }
    .home-page-down {
        /*top: 31%;*/
        /*left: 27%;*/
    }

    .home-page-content .btn-group {
        top: 32%;
    }

    .home-page-nav {
        width: 55%;
    }

    .home-page-button {
        width: 24%;
    }
}

@media screen and (min-width: 1680px) {
    .home-login{
        top: 30%;
    }

    .home-page-down {
        /*top: 41%;*/
        /*left: 36%;*/
    }

    .home-page-nav {
        width: 55%;
    }

    .home-page-button {
        width: 24%;
    }
}

/*End 首页*/

/* 公共导航头 ================ */
.home-page-header {
    /*width: 100%;*/
    z-index: 10;
    height: 60px;
    background: #fff;
    margin-top: 13px;
}

.home-page-header h4 {
    float: right;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    position: relative;
    left: -2px;
}

.home-page-header small {
    display: block;
    color: #999;
    font-weight: normal;
}

.home-page-header .header-logo {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.home-page-header .header-logo .logo-content {
    width: 165px;
    /*margin: 0 auto;*/
}

.home-page-header .header-logo .logo-content .logo-40 {
    width: 48px;
    height: 48px;
    /*display: inline-block;*/
}

.home-page-header .header-btn {
    margin-top: 8px;
    display: inline-block;
    vertical-align: top;
    float: right;
}

.home-page-header .header-btn .btn-content {
    /*width: 200px;*/
    /*margin: 0 auto;*/
}

.home-page-header .header-btn .btn-content .login-btn,
.home-page-header .header-btn .btn-content .register-btn {
    width: 80px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border-radius: 3px;
    vertical-align: top;
    display: inline-block;
}
.home-page-header .header-btn .btn-content .register-btn{
    width: 160px;
    line-height: 28px;
}

.home-page-header .header-btn .btn-content .login-btn {
    line-height: 30px;
    border: none;
    background: #00b589;
    color: #fff;
}

.home-page-header .header-btn .btn-content .login-btn:hover {
    background: #00926e;
}

.home-page-header .header-btn .btn-content .register-btn {
    /*border: 1px #00b589 solid;*/
    margin-left: 20px;
    /*background: #fff;*/
    background-color: #FABF00;
    /*color: #00b589;*/
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .5s;
}

.home-page-header .header-btn .btn-content .register-btn:hover {
    /*background: #00b589;*/
    background: #E87D31;
    color: #fff;
}

.hibim__commonHeader--linkNav {
    margin-top: 11px;
    margin-right: 80px;
}

.hibim__commonHeader--linkNav > li {
    display: inline-block;
    width: 65px;
}

.hibim__commonHeader--linkNav > li > a {

}

.hibim__commonHeader--linkNav > li > a.hover {
    color: #00b589;
}

/* unslider轮播图样式 */

.unslider {
    overflow: auto;
    margin: 0;
    padding: 0
}

.unslider-wrap {
    position: relative
}

.unslider-wrap.unslider-carousel > li {
    float: left
}

.unslider-vertical > ul {
    height: 100%
}

.unslider-vertical li {
    float: none;
    width: 100%
}

.unslider-fade {
    position: relative
}

.unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8
}

.unslider-fade .unslider-wrap li.unslider-active {
    z-index: 10
}

.unslider li, .unslider ol, .unslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none
}

.unslider-arrow {
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer
}

.unslider-arrow.next {
    left: auto;
    right: 20px;
}

.banner {
    position: relative;
    width: 100%;
    overflow: auto;
    text-align: center;
}

.banner li {
    list-style: none;
    float: left;
    width: 100%;
    height: 556px;
}

.banner .btn-container {
    position: relative;
    width: 100%;
    bottom: 150px;
}

/* 页脚 ==================== */
.home-page-foot {
    height: 215px;
    background: #383b3e;
}

.home-page-foot .footer-detail {
    width: 1100px;
    margin: 0 auto;
    padding-top: 30px;
}

.home-page-foot .footer-link {
    display: inline-block;
    vertical-align: top;
}

.home-page-foot .footer-link ul {
    display: inline-block;
    vertical-align: top;
    margin-right: 80px;
    font-size: 14px;
    color: #383838;
}

.home-page-foot .footer-link ul li.footer-aboutli {
    color: #00b589;
    font-size: 16px;
    margin-bottom: 10px;
}

.home-page-foot .footer-link a {
    color: #fff;
}

.home-page-foot .footer-link a:hover {
    color: #00b589;
}

.home-page-foot .footer-news {
    margin-right: 50px !important;
}

.home-page-foot .footer-site {
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
}

.home-page-foot .footer-site p {
    color: #fff;
    font-size: 12px;
}

.home-page-foot .footer-desite {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.footer-desite a {
    color: #fff;
}

.home-page-foot .footer-qrcode {
    display: inline-block;
    vertical-align: top;
    width: 98px;
    margin-right: 10px;
}

.home-page-foot .footer-qrcode p {
    margin-top: 5px;
}

.home-page-foot .footer-record {
    width: 670px;
    margin: 0 auto;
    text-align: center;
}

.home-page-foot .footer-record p {
    padding-left: 30px;
    height: 20px;
    /*background: url("../images/beian.png") no-repeat;*/
    color: #999;
    font-size: 12px;
    float: left;
}

.home-page-foot .footer-record a {
    font-size: 12px;
    color: #999;
    line-height: 15px;
    display: inline-block;
    float: left;
    margin: 2px 0 0 10px;
}

.pre-header {
    width: 100%;
    height: 32px;
    background: #f5f6f6;
    position: relative;
    z-index: 100;
}

.hor-center {
    width: 1200px;
    height: auto;
    margin: 0 auto 0 auto;
}

.address {
    float: left;
    margin-top: 4px;
}

/* 客服插件 ============= */
.service {
    position: fixed;
    top: 0px;
    right: 0;
    display: block;
    z-index: 500;
}

.service .qq-box {
}

.service .qq-box .icon {
    width: 55px;
    height: 60px;
    display: inline-block;

    /*position: relative;*/
    margin-right: 0;
    background: url(../images/index/service_qq.png) no-repeat 3px center;
}

.service .qq-box .content {
    width: 165px;
    height: 60px;
    background: #ff9a15;
    margin-left: -5px;

    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-top: 7px;

    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;

    display: none;
}

.service .qq-box:hover .content {
    width: 165px;
    display: inline-block;
}

.service .tel-box {
    margin-top: 10px;
}

.service .tel-box .icon {
    width: 55px;
    height: 60px;
    display: inline-block;
    background: url(../images/index/service_tel.png) no-repeat 3px center;
}

.service .tel-box .content {
    width: 165px;
    height: 60px;
    display: inline-block;
    background: #21816a;
    margin-left: -10px;

    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-top: 7px;

    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;

    display: none;
}

.service .tel-box:hover .content {
    width: 165px;
    display: inline-block;
}

/* 轮播图 ================= */
#js-banner-typical,
#js-banner-advantage {
    /*left: 300px;*/
    /*bottom: 45px;*/
    /*z-index: 1991;*/
    display: inline-block;
}

#js-banner-typical .dots,
#js-banner-advantage .dots {
    position: absolute;
    bottom: 20px;
    display: inline-block;
    left: 43.8%;
}

#js-banner-typical .dots li,
#js-banner-advantage .dots li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    text-indent: -999em;
    /*border: 2px #00b589 solid;*/
    background-color: #cef1e8;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

#js-banner-typical .dots li.active,
#js-banner-advantage .dots li.active {
    /*background: #fff;*/
    background-color: #00b589;
    opacity: 1;
}

#js-banner-typical .arrow,
#js-banner-advantage .arrow {
    position: absolute;
    top: 240px;
}

#js-banner-typical .arrow.al,
#js-banner-advantage .arrow.al {
    left: 15px;
}

#js-banner-typical .arrow.ar,
#js-banner-advantage .arrow.ar {
    right: 15px;
}

/* 换场卡片 ================ */
.card {
    text-align: center;
    width: 100%;
    padding: 110px 0;
}
@media screen and (max-width: 1400px) {
    .card {
        padding: 50px 0;
    }
}

.card.white {

}

.card.lightgreen {
    background-color: #f3fefb;
}

.card .title-div {
    text-align: center;
}

.card .title-div .title {
    color: #00b589;
    font-size: 36px;
}

.card .title-div .sub-title {
    margin-top: 25px;
    font-size: 24px;
    color: #333;
}

.card .content {
    width: 1200px;
    margin-top: 60px;
    display: inline-block;
    text-align: center;
}

.card .content.container {
    width: 1200px;
    margin: 0 auto;
}

.card .content .circle {
    display: inline-block;
    width: 580px;
    height: 480px;
    background: url('../images/index/bim360_circle_pic01.png') no-repeat center center;

    position: relative;
    top: 35px;

    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    transition: background .5s;
}

.card .content .circle-div {
    width: 1208px;
    height: 550px;
    position: relative;
}
.circle-content-1{
    position: absolute;
    top: 10px;
    left: 40px;
}
.circle-content-2{
    position: absolute;
    top: 200px;
    left: 30px;
}
.circle-content-3{
    position: absolute;
    top: 390px;
    left: 20px;
}
.circle-content-4{
    position: absolute;
    top: 10px;
    right: 40px;
}
.circle-content-5{
    position: absolute;
    top: 200px;
    right: 10px;
}
.circle-content-6{
    position: absolute;
    top: 390px;
    right: 0px;
}
.content-title{
    font-size: 21px;
    color: #333;
    margin-bottom: 10px;
    cursor: pointer;
    background: url('../images/index/bim_dot_03.png') no-repeat center right;
}
.content-title-right{
    padding-right: 20px;
    background: url('../images/index/bim_dot_03.png') no-repeat center right;
}
.content-title-left{
    padding-left: 50px;
    background: url('../images/index/bim_dot_03.png') no-repeat center left;
}
.paddRight40{
    padding-right: 40px;
}
.paddRight50{
    padding-right: 50px;
}
.tright{
    text-align: right;
}
.rright{
    text-align: left;
}
.content-title:hover{
    color: #00b589;
}
.content-hover{
    color: #00b589;
}
.content-tip{
    font-size: 16px;
    line-height:32px;
    color: #666;
}

.card .circle-title-div {
    /*display: inline-block;*/
}

.card .circle-title-div .dot {
    width: 30px;
    height: 30px;
    background: url('../images/index/bim_dot_03.png') no-repeat center center;
}

.card .circle-title-div.div1 {
    margin-left: 100px;
}

.card .circle-title-div.div2 {
    /*margin-top: ;*/
    /*margin-left: ;*/
}

.card .circle-title-div.div3 {
    margin-left: 100px;
}

.card .circle-title-div.div4 {
    margin-right: 100px;
}

.card .circle-title-div.div5 {
    /*margin-right: 200px;*/
}

.card .circle-title-div.div6 {
    margin-left: 100px;
}

.card .circle-title-div .title {
    position: relative;
}

.card .circle-title-div .txt {
    width: 290px;
    text-align: right;
    font-size: 16px;
}

.card .content .inset-card {
    display: inline-block;
    -moz-box-shadow: 2px 2px 3px #ddd;
    -webkit-box-shadow: 2px 2px 3px #ddd;
    box-shadow: 2px 2px 3px #ddd;
}

.card .content .inset-card:not(:last-child) {
    margin-right: 30px;
}

.card .inset-card .title {
    padding: 8px 0 8px 15px;
}
.padding70{
    padding-bottom: 60px;
}

















