@charset "utf-8";
/*!
 * Bootstrap v2.3.2 
 * 
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover,
a:active {
    outline: 0;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
    max-width: none;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

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-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

body {
    margin: 0;
    font-family: 'PingFangSC-Regular', 'PingFang-SC-Regular', '微软雅黑', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #424242;
    background-color: #eee;
    min-width: 1200px;
}

html body {
    margin: 0;
    font-family: 'PingFangSC-Regular', '微软雅黑', 'PingFang', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #424242;
    background-color: #fff;
    min-width: 1200px;
    min-height: 100%;
    position: relative;
}

html body p {
    margin: 0;
    padding: 0;
}

a {
    color: #0088cc;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #005580;
    text-decoration: underline;
}

.fr {
    float: right
}

.fl {
    float: left;
}

.zxm-index {}

.index-top {
    position: absolute;
    width: 1200px;
    left: 50%;
    top: 26px;
    margin-left: -600px;
}

.index-top .role-box {
    font-size: 18px;
    padding: 0px 10px;
    height: 36px;
    line-height: 36px;
    margin: 0 20px;
    color: #fff;
    float: left;
    text-align: center;
    cursor: pointer;
}

.index-top .role-box:hover {
    color: #12B3D6;
    background-color: #fff;
    border-radius: 18px;
    margin: 0 20px;
    padding: 0px 10px;
}

.index-top .role-img {
    margin-top: -2px;
    margin-right: 7px;
    width: 19px;
    height: 16px;
}

.index-top .role-img2 {
    margin-top: -2px;
    margin-right: 7px;
    display: none;
    width: 19px;
    height: 16px;
}

.index-top .role-box:hover .role-img {
    display: none;
}

.index-top .role-box:hover .role-img2 {
    display: inline-block;
}

.index-bg-img {
    text-align: center;
    background-color: #0CF;
    background-image: url(../images/top_02.png);
    background-position: center;
    height: 800px;
}

.intro-container {
    margin-top: -140px;
    position: relative;
}

.intro-container .first-intro-path {
    box-shadow: 0px 12px 50px 0px rgba(37, 90, 166, 0.1);
    width: 1200px;
    margin: auto;
    background-color: #fff;
}

.intro-container .container-parent {
    background-color: #fff;
}

.intro-container .container-parent.newbc {
    background-color: #FAFAFA;
}

.intro-container .one-container-box {
    min-height: 588px;
    width: 1200px;
    margin: 0 auto;
}


.intro-container .title-color1 {
    color: #313A51;
    font-size: 36px;
    line-height: 36px;
    padding-top: 70px;
    padding-bottom: 48px;
    text-align: center;
}

.intro-container .title-color2 {
    color: #313A51;
    font-size: 30px;
    line-height: 30px;
}

.intro-container .text-color1 {
    color: #313A51;
    font-size: 18px;
    line-height: 22px;
}

.intro-container .text-color2 {
    color: #818187;
    font-size: 16px;
    line-height: 30px;
}

.intro-container .text-width1 {
    width: 1040px;
    margin: 0 auto;
}

.intro-container .text-width1 {
    width: 1040px;
    margin: 0 auto;
}

.box-container1 {
    padding: 0 72px;
    margin-top: 59px;
}

.box-container1 .box {
    width: 226px;
    height: 226px;
    margin-right: 45px;
    display: inline-block;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 82px;
    position: relative;
}

.box-container1 .box:last-child {
    margin-right: 0px;
}

.box-container1 .box .text-color1 {
    margin-top: 35px;
}

.we-can-do {
    padding-top: 98px;
    text-align: center;
}

.we-can-do-bottom {
    display: inline-block;
    height: 4px;
    border-radius: 2px;
    background-color: #858AA0;
    width: 180px;
    margin-top: 17px;
    margin-bottom: 18px;
}


.intro-container .one-container-box .text-container {
    width: 470px;
}

.intro-container .one-container-box .text-container.fl {
    margin-left: 59px;
}

.intro-container .one-container-box .text-container.fr {
    margin-right: 31px;
}

.intro-container .one-container-box .text-container .title-color2 {
    margin-bottom: 28px;
}

.intro-container .one-container-box .we-worth-box {
    width: 50%;
    float: left;
    margin-top: 60px;
    overflow: hidden;
}

.intro-container .one-container-box .we-worth-box img {
    margin-left: 140px;
    vertical-align: top;
    margin-right: 10px;
}

.intro-container .one-container-box .we-worth-text {
    width: auto;
    height: 170px;
    display: inline-block;
    padding-top: 35px;
}

.intro-container .one-container-box .we-worth-text .text-color1 {
    margin-bottom: 16px;
}

.intro-container .one-container-box .we-worth-text .text-color2 {
    margin-left: 26px;
}

.intro-container .one-container-box .yuan-dian {
    width: 6px;
    height: 6px;
    background-color: #313A51;
    display: inline-block;
    border-radius: 43px;
    margin: 8px 10px;
    vertical-align: top;
}

.footer-box {
    bottom: 0px;
    width: 100%;
    /* height: 72px; */
    color: #565656;
    font-size: 12px;
    margin-bottom: 18px;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fafafa;
    padding: 40px 0px 50px 0px;

}