@charset "utf-8";

/*首页*/

.slideBox {
    width: 100%;
    height: 635px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    width: 100%;
    height: 5px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.slideBox .hd ul li {
    margin: 0 5px;
    width: 50px;
    height: 5px;
    line-height: 40px;
    background: rgba(200, 200, 200, 0.7);
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
}

.slideBox .hd ul li.on {
    background: #007fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    position: relative;
    height: 635px;
    zoom: 1;
    background-position: center center;
    background-repeat: no-repeat;
}

.slideBox .bd li section {
    width: 870px;
    height: 100%;
    zoom: 1;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -500px;
    display: flex;
    align-items: center;
}

.slideBox .bd li section a {
    width: 100%;
}

.slideBox .bd li a {
    color: #fff;
}

.slideBox .bd li h2 {
    position: relative;
    font-size: 44px;
    line-height: 70px;
    margin-bottom: 20px;
}

.slideBox .bd li p {
    font-family: "Arial Narrow", Arial, sans-serif;
    width: 480px;
    color: #ecf3ff;
    font-size: 20px;
    line-height: 36px;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -600px;
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/arrows.png) 0 -60px no-repeat;
}

.slideBox .next {
    left: auto;
    right: 50%;
    margin-right: -600px;
    background-position: -60px -60px;
}

.slideBox .prev:hover {
    background-position: 0 0;
}

.slideBox .next:hover {
    background-position: -60px 0;
}

@media (max-width: 1280px) {
    .slideBox {
        height: 508px;
    }

    .slideBox .hd ul li {
        width: 40px;
    }

    .slideBox .bd li {
        height: 508px;
    }

    .slideBox .bd li section {
        width: 700px;
        margin-left: -400px;
    }

    .slideBox .bd li h2 {
        font-size: 35px;
        line-height: 55px;
        margin-bottom: 20px;
    }

    .slideBox .bd li p {
        width: 380px;
        font-size: 16px;
        line-height: 30px;
    }

    .slideBox .prev,
    .slideBox .next {
        margin-left: -475px;
    }

    .slideBox .next {
        margin-right: -475px;
    }
}

.index_1 {
    position: relative;
    margin: 40px 0 100px;
}

.slideBox_new {
    width: 100%;
    height: 675px;
    position: relative;
}

.slideBox_new .hd {
    width: 100%;
    height: 5px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 1;
}

.slideBox_new .hd ul {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.slideBox_new .hd ul li {
    margin: 0 5px;
    width: 50px;
    height: 5px;
    line-height: 40px;
    background: rgba(200, 200, 200, 0.7);
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
}

.slideBox_new .hd ul li.on {
    background: #007fff;
}

.slideBox_new .bd li img {
    width: 100%;
    height: 675px;
}

.index_profile {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 675px;
    width: 455px;
    background: rgba(255, 255, 255, 0.7) url(../images/about_bg.png) no-repeat right 0;
    padding: 35px 45px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pro_1 {
    text-align: right;
    font-size: 40px;
    line-height: 80px;
    color: #152c5e;
}

.pro_2 {
    font-size: 22px;
    line-height: 30px;
    padding: 20px 0;
}

.pro_3 {
    font-size: 18px;
    line-height: 28px;
    padding: 20px 0;
    box-sizing: border-box;
    height: 380px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 13;
    -webkit-box-flex: 1;
    overflow: hidden;
    text-align: justify;
}

.pro_3 p {
    text-indent: 2em;
    margin-bottom: 20px;
}

.pro_4 {
    align-self: flex-end;
}

@media (max-width: 1280px) {
    .index_1 {
        margin: 32px 0 80px;
    }

    .slideBox_new {
        height: 540px;
    }

    .slideBox_new .hd ul li {
        width: 40px;
    }

    .slideBox_new .bd li img {
        height: 540px;
    }

    .index_profile {
        width: 364px;
        padding: 28px 38px;
        height: 540px;
    }

    .pro_1 {
        font-size: 32px;
        line-height: 64px;
    }

    .pro_2 {
        font-size: 18px;
        line-height: 24px;
        padding: 16px 0;
    }

    .pro_3 {
        font-size: 15px;
        line-height: 24px;
        padding: 16px 0;
        height: 300px;
        -webkit-line-clamp: 12;
    }
}

.index_2 {
    margin-bottom: 100px;
}

.title_1 {
    position: relative;
    height: 90px;
    line-height: 90px;
    font-size: 40px;
    color: #152c5e;
    padding-top: 4px;
}

.title_1::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 4px;
    content: "";
    display: block;
    background-color: #152c5e;
}

.title_2 {
    height: 90px;
    line-height: 90px;
    font-size: 28px;
    padding-left: 33px;
    background: url(../images/icon_1.png) no-repeat 5px center;
}

.index_2 .box_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_2 .box_2:first-of-type {
    margin-bottom: 30px;
}

.index_2 .box_2 img {
    width: 800px;
    height: 450px;
}

.index_2 .box_2 ul {
    width: 400px;
    padding: 0 50px;
    text-align: center;
}

.index_2 .box_2 ul li {
    line-height: 150px;
    text-align: center;
    font-size: 28px;
    border-bottom: 1px #e2e2e2 solid;
}

.index_2 .box_2 ul li a {
    color: #666;
}

.index_2 .box_2 ul li:last-child {
    border: 0;
}

.index_2 .box_2 ul li:hover {
    border-color: #999;
}

.index_2 .box_2 ul li:hover a {
    color: #005bac;
}

@media (max-width: 1280px) {
    .index_2 {
        margin-bottom: 80px;
    }

    .title_1 {
        height: 72px;
        line-height: 72px;
        font-size: 32px;
    }

    .title_2 {
        height: 72px;
        line-height: 72px;
        font-size: 24px;
    }

    .index_2 .box_2:first-of-type {
        margin-bottom: 24px;
    }

    .index_2 .box_2 img {
        width: 640px;
        height: 360px;
    }

    .index_2 .box_2 ul {
        width: 320px;
        padding: 0 40px;
    }

    .index_2 .box_2 ul li {
        line-height: 120px;
        font-size: 24px;
    }
}

.new_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new_ul:after {
    content: "";
    width: 380px;
}

.new_ul li {
    position: relative;
    width: 380px;
    height: 215px;
    margin-bottom: 40px;
}

.new_ul li img {
    width: 380px;
    height: 215px;
}

.new_ul li section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 18px;
}

.new_ul li time {
    height: 0;
    overflow: hidden;
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding-top: 20px;
    box-sizing: border-box;
}

.new_ul li section p {
    height: 52px;
    white-space: normal;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-flex: 1;
    overflow: hidden;
}

.new_ul li:hover time {
    height: 44px;
}

.new_more {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1280px) {
    .new_ul li {
        width: 304px;
        height: 172px;
        margin-bottom: 32px;
    }

    .new_ul:after {
        width: 304px;
    }

    .new_ul li img {
        width: 304px;
        height: 172px;
    }

    .new_ul li section {
        padding: 16px;
        font-size: 16px;
    }

    .new_ul li time {
        font-size: 12px;
        line-height: 20px;
        padding-top: 14px;
    }

    .new_ul li section p {
        height: 50px;
        line-height: 25px;
    }

    .new_ul li:hover time {
        height: 34px;
    }

    .new_more img {
        width: 104px;
    }
}


/* investment */

.wrap_inner {
    background: url(../images/inner_bg.jpg) no-repeat center 400px;
}

.nav_fixed {
    position: fixed;
    left: 50%;
    top: 0;
    margin-left: -600px;
}

.inner_box {
    padding: 60px 0 100px;
}

.inner_box:after {
    clear: both;
    content: "";
    width: 100%;
    display: block;
    height: 0;
}

.inner_left {
    float: left;
    width: 190px;
    border-top: 1px #b5b5b5 solid;
}

.inner_left li {
    height: 80px;
    display: flex;
    align-items: center;
}

.inner_left li span {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    background-color: #c0c0c0;
    color: #fff;
    margin-right: 15px;
}

.inner_left li a {
    font-size: 18px;
}

.inner_left li.active {
    border-bottom: 1px #005bac solid;
}

.inner_left li.active a {
    color: #005bac;
    font-weight: bold;
}

.inner_left li.active span {
    background-color: #005bac;
}

.inner_left li.current {
    border-bottom: 1px #005bac solid;
}

.inner_left li.current a {
    color: #005bac;
    font-weight: bold;
}

.inner_left li.current span {
    background-color: #005bac;
}

@media (max-width: 1280px) {
    .nav_fixed {
        margin-left: -475px;
    }

    .inner_box {
        padding: 48px 0 80px;
    }

    .inner_left {
        width: 152px;
    }

    .inner_left li {
        height: 64px;
    }

    .inner_left li span {
        width: 20px;
        height: 20px;
        border-radius: 10px;
        line-height: 20px;
        font-size: 14px;
        margin-right: 10px;
    }

    .inner_left li a {
        font-size: 15px;
    }
}

.inner_right {
    width: 980px;
    min-height: 700px;
    float: right;
}

.inevst_box {
    display: none;
}

.inevst_box.active {
    display: block;
}

.invest_1 {
    position: relative;
    margin-bottom: 100px;
}

.invest_1a {
    margin-bottom: 50px;
}

.invest_1 img {
    width: 910px;
    height: 505px;
    padding: 50px 0 0 70px;
}

.invest_1 section {
    position: absolute;
    left: 0;
    top: 0;
    width: 455px;
    height: 503px;
    background: url(../images/invest_bg.jpg) no-repeat 0 0;
    padding: 40px;
    box-sizing: border-box;
    color: #fff;
}

.invest_1 section h2 {
    padding: 20px 0;
    font-size: 36px;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
}

.invest_1 section span {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 50px;
    padding-left: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.invest_1 section div {
    /*overflow-y: scroll;*/
    height: 280px;
    padding-right: 8px;
    margin-right: -5px;
}

.invest_1 section div::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    /* background-color: #f5f5f5; */
    overflow: hidden;
}


/*定义滚动条轨道 内阴影+圆角*/

.invest_1 section div::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    border-radius: 3px;
    background-color: #014f97;
}


/*定义滑块 内阴影+圆角*/

.invest_1 section div::-webkit-scrollbar-thumb {
    border-radius: 3px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: #51c2ee;
}

.invest_1 section p {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 10px;
}

.invest_1 section span::before {
    width: 4px;
    height: 24px;
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 13px;
}

.invest_2 {
    margin-bottom: 100px;
}

.invest_2:last-child {
    margin-bottom: 0;
}

.invest_a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -20px;
}

.invest_a li {
    position: relative;
    width: 315px;
    height: 180px;
    margin-bottom: 20px;
}

.invest_a:after {
    content: "";
    width: 315px;
}

.invest_a li img {
    width: 315px;
    height: 180px;
}

.invest_a li div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 64px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 16px;
}

.invest_a li div p {
    max-height: 44px;
    white-space: normal;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-flex: 1;
    overflow: hidden;
}

.invest_b {
    margin-bottom: 40px;
}

.title_3 {
    line-height: 50px;
    font-size: 22px;
}

.invest_bin {
    position: relative;
    border-top: 1px solid #c0c0c0;
}

.invest_bin::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 5px;
    width: 285px;
    background-color: #005bac;
}

.invets_child {
    display: flex;
    padding-top: 26px;
    justify-content: space-between;
}

.invets_child img {
    width: 285px;
    height: 160px;
}

.invets_child section {
    width: 675px;
    font-size: 16px;
    line-height: 1.6em;
    text-align: justify;
}

.invest_b:last-child {
    margin-bottom: 0;
}

.inner_box .new_ul li {
    width: 315px;
    height: 180px;
    margin-bottom: 40px;
}

.inner_box .new_ul li img {
    width: 315px;
    height: 180px;
}

@media (max-width: 1280px) {
    .inner_right {
        width: 780px;
    }

    .invest_1 {
        margin-bottom: 80px;
    }

    .invest_1a {
        margin-bottom: 25px;
    }

    .invest_1 img {
        width: 728px;
        height: 404px;
        padding: 40px 0 0 52px;
    }

    .invest_1 section {
        width: 364px;
        height: 402px;
        background-size: 364px auto;
        padding: 32px;
    }

    .invest_1 section h2 {
        padding: 10px 0;
        font-size: 28px;
        line-height: 45px;
    }

    .invest_1 section span {
        font-size: 20px;
        line-height: 40px;
        padding-left: 12px;
        margin-bottom: 5px;
    }

    .invest_1 section div {
        height: 225px;
    }

    .invest_1 section p {
        line-height: 26px;
        font-size: 13x;
    }

    .invest_1 section span::before {
        height: 20px;
        top: 10px;
    }

    .invest_2 {
        margin-bottom: 80px;
    }

    .invest_a {
        margin-bottom: -16px;
    }

    .invest_a li {
        width: 252px;
        height: 144px;
        margin-bottom: 16px;
    }

    .invest_a:after {
        width: 252px;
    }

    .invest_a li img {
        width: 252px;
        height: 144px;
    }

    .invest_a li div {
        height: 52px;
        padding: 0 10px;
        font-size: 14px;
    }

    .invest_a li div p {
        max-height: 40px;
        line-height: 20px;
    }

    .invest_b {
        margin-bottom: 32px;
    }

    .title_3 {
        line-height: 40px;
        font-size: 18px;
    }

    .invets_child {
        padding-top: 22px;
    }

    .invets_child img {
        width: 228px;
        height: 128px;
    }

    .invets_child section {
        width: 540px;
        font-size: 14px;
    }

    .invest_bin::before {
        width: 228px;
    }

    .inner_box .new_ul li {
        width: 252px;
        height: 144px;
        margin-bottom: 32px;
    }

    .inner_box .new_ul li img {
        width: 252px;
        height: 144px;
    }

    .inner_box .new_ul li section {
        font-size: 14px;
    }

    .inner_box .new_ul li section p {
        line-height: 20px;
        height: 40px;
    }
}

.invest_projects {
    overflow-x: scroll;
}

.invest_projects::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #f5f5f5;
}


/*定义滚动条轨道 内阴影+圆角*/

.invest_projects::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}


/*定义滑块 内阴影+圆角*/

.invest_projects::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ccc;
}

.ul_1 {
    display: flex;
    flex-wrap: nowrap;
    padding: 26px 10px 16px;
}

.ul_1 li {
    flex: 1;
    padding: 0 10px;
}

.ul_1 li a {
    display: block;
    width: 285px;
    height: 240px;
    box-shadow: 0 0 8px #87a6c0;
}

.ul_1 li img {
    width: 285px;
    height: 160px;
}

.ul_1 li section {
    padding: 15px 20px;
    height: 165px;
    box-sizing: border-box;
    justify-content: space-around;
    flex-direction: column;
}

.ul_1 li section b {
    font-size: 22px;
    max-height: 52px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-flex: 1;
    overflow: hidden;
}

.ul_1 li section p {
    font-size: 16px;
    max-height: 140px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-flex: 1;
    overflow: hidden;
}

.slideBox_item {
    margin-top: 26px;
    width: 980px;
    /*height: 682px;*/
    position: relative;
    background-color: #f4f6f8;
}

.slideBox_item .hd {
    width: 100%;
    height: 5px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 140px;
    z-index: 1;
}

.slideBox_item .hd ul {
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
}

.slideBox_item .hd ul li {
    margin: 0 5px;
    width: 25px;
    height: 5px;
    line-height: 40px;
    background: #888;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
}

.slideBox_item .hd ul li.on {
    background: #55c1ee;
}

.slideBox_item .bd li img {
    width: 980px;
    height: 545px;
}

.slideBox_item section {
    margin: 15px 25px;
    font-size: 16px;
    /*height: 114px;*/
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    -webkit-box-flex: 1;
    overflow: hidden;
}

.invest_zt {
    margin-top: 20px;
    height: 296px;
    display: flex;
    background-color: #e9eef2;
}

.invest_zt img {
    width: 510px;
    height: 296px;
}

.invest_zt section {
    position: relative;
    padding: 35px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.invest_zt section::before {
    background-color: #005bac;
    width: 320px;
    height: 4px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}

.invest_zt section:last-child:before {
    left: 0;
    right: auto;
}

.invest_zt section b {
    color: #152c5e;
    font-size: 24px;
    margin-bottom: 20px;
}

.invest_zt section {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

@media (max-width: 1280px) {
    .slideBox_item {
        margin-top: 22px;
        width: 780px;
        /*height: 554px;*/
    }

    .slideBox_item .hd {
        bottom: 120px;
    }

    .slideBox_item .bd li img {
        width: 780px;
        height: 436px;
    }

    .slideBox_item section {
        margin: 11px 20px;
        font-size: 14px;
        /*height: 96px;*/
        line-height: 25px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        -webkit-box-flex: 1;
        overflow: hidden;
    }

    .invest_zt {
        margin-top: 20px;
        height: 232px;
        display: flex;
        background-color: #e9eef2;
    }

    .invest_zt img {
        width: 408px;
        height: 232px;
    }

    .invest_zt section {
        padding: 26px;
    }

    .invest_zt section::before {
        width: 256px;
    }

    .invest_zt section b {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .invest_zt section {
        font-size: 14px;
        line-height: 22px;
    }
}

.title_4 {
    position: relative;
    height: 75px;
    line-height: 75px;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #b2b2b2;
}

.title_4.on {
    border-bottom: 1px solid #152c5e;
}

.title_4 b {
    font-weight: bold;
    color: #005bac;
}

.title_4::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 4px;
    content: "";
    display: block;
    background-color: #152c5e;
}

.title_9 {
    font-size: 18px;
    line-height: 50px;
    margin-top: -30px;
    border-bottom: 1px #b5b5b5 solid;
}

.title_9 a {
    color: #005bac;
}

.news_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_list:after {
    width: 310px;
    content: "";
}

.news_unit {
    width: 310px;
    height: 295px;
    margin-bottom: 30px;
    background-color: #f4f4f4;
    border-radius: 7px;
    overflow: hidden;
}

.news_unit img {
    width: 310px;
    height: 200px;
}

.news_unit p {
    margin: 10px 15px;
    line-height: 22px;
    height: 44px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-flex: 1;
}

.news_unit p a {
    color: #333;
}

.news_unit span {
    display: block;
    font-size: 14px;
    color: #999;
    padding: 0 15px;
    font-family: SansRegular;
    line-height: 20px;
}

.news_unit:hover {
    box-shadow: 0 5px 20px #ddd;
}

.news_unit:hover p,
.news_unit:hover a {
    color: #005bac;
    text-decoration: underline;
}

.page {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 40px;
}

.page a,
.page span {
    padding: 0 15px;
}

.page span {
    color: #999;
}

.page a.on,
.page a:hover {
    color: #005bac;
    font-weight: bold;
}

@media (max-width: 1280px) {
    .news_list:after {
        width: 248px;
        content: "";
    }

    .news_unit {
        width: 248px;
        height: 250px;
        margin-bottom: 20px;
    }

    .news_unit img {
        width: 248px;
        height: 160px;
    }

    .page {
        padding-top: 40px;
        font-size: 14px;
        line-height: 32px;
    }

    .page a,
    .page span {
        padding: 0 12px;
    }
}

.news_unit2 {
    margin-bottom: 30px;
    display: flex;
}

.news_unit2 section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.news_unit2 img {
    width: 350px;
    height: 200px;
    margin-right: 30px;
}

.news_unit2 section>a {
    display: block;
    font-size: 22px;
    line-height: 36px;
    max-height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-flex: 1;
}

.news_unit2 p {
    line-height: 25px;
    height: 50px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-flex: 1;
    margin-bottom: 15px;
}

.news_unit2 p a {
    color: #777;
}

.news_unit2 span {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.news_unit2 a:hover {
    color: #005bac;
}

.wrap_article {
    background-color: #f3f4f6;
}

.article_box {
    padding: 50px 0;
}

.article_box>h1 {
    font-size: 45px;
    font-family: SerifBold;
    padding: 0 0px;
    text-align: left;
    line-height: 75px;
}

.article_info {
    padding: 50px 0;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #666;
    font-size: 20px;
}

.article_info span {
    margin-right: 80px;
}

.article_box>article {
    font-size: 20px;
    line-height: 40px;
    font-family: SansRegular;
    color: #666;
}

.article_box>article img {
    margin: 0 auto 0px;
    max-width: 1200px;
}

.article_box>article p {
    /*margin-bottom: 50px;*/
}

@media (max-width: 1280px) {
    .article_box>h1 {
        font-size: 38px;
        padding: 0 0px;
        text-align: left;
        line-height: 65px;
    }

    .article_info {
        padding: 40px 0;
        font-size: 16px;
    }

    .article_info span {
        margin-right: 60px;
    }

    .article_box>article {
        font-size: 16px;
        line-height: 32px;
    }

    .article_box>article img {
        margin: 0 auto 0px;
        max-width: 950px;
    }

    .article_box>article p {
        /*margin-bottom: 40px;*/
    }
}

.title_5 {
    position: relative;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    color: #152c5e;
    padding-top: 4px;
    text-transform: uppercase;
}

.title_5::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 6px;
    content: "";
    display: block;
    background-color: #152c5e;
}

.about_0 {
    padding: 80px 0;
}

.about_1 {
    margin-bottom: 80px;
}

.about_1 section {
    font-size: 16px;
    text-align: justify;
    font-family: Arial;
    line-height: 30px;
}

.about_1 section p {
    margin-bottom: 20px;
}

.about_2 {
    display: flex;
    /*justify-content: center;*/
    align-items: flex-end;
    height: 809px;
    background: url(../images/about_1.jpg) no-repeat center center;
    margin-bottom: 100px;
}

.wrap_join {
    padding: 80px 0 100px;
    background-color: #f2f2f2;
}

.about_3 {
    padding-bottom: 60px;
}

.slideBox_partner {
    margin: 20px 0 80px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slideBox_partner .hd {
    width: 100%;
    height: 5px;
    margin-top: 20px;
    overflow: hidden;
    z-index: 1;
}

.slideBox_partner .hd ul {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.slideBox_partner .hd ul li {
    margin: 0 5px;
    width: 50px;
    height: 5px;
    line-height: 40px;
    background: rgba(200, 200, 200, 0.7);
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
}

.slideBox_partner .hd ul li.on {
    background: #007fff;
}

.slideBox_partner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox_partner .bd li {
    position: relative;
    height: 300px;
    zoom: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e2e2e2;
    padding: 1px 1px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.slideBox_partner .bd li img {
    width: 298px;
    height: 98px;
}

@media (max-width: 1280px) {
    .title_5 {
        font-size: 28px;
    }

    .about_1 {
        padding: 65px 0;
    }

    .about_1 section p {
        margin-bottom: 15px;
    }

    .about_2 {
        height: 650px;
        background-size: auto 100%;
        margin-bottom: 80px;
    }

    .wrap_join {
        padding: 65px 0 80px;
    }

    .about_3 {
        padding-bottom: 50px;
    }

    .slideBox_partner {
        margin: 16px auto 65px;
        width: 945px;
    }

    .slideBox_partner .bd li {
        width: 943px;
        height: 240px;
    }

    .slideBox_partner .bd li img {
        width: 235px;
        height: 78px;
    }
}

.join_unit {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #ddd;
    padding: 0 30px;
}

.join_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    height: 60px;
    border-bottom: 1px #e2e2e2 solid;
}

.join_top div {
    display: flex;
    align-items: center;
}

.join_top div span {
    line-height: 20px;
    color: #666;
    border-right: 1px #999 solid;
    padding-right: 15px;
    margin-right: 10px;
}

.join_unit section {
    padding: 20px 0;
    font-size: 14px;
    line-height: 26px;
}

.join_unit section p {
    color: #999;
}

.join_unit section b {
    font-weight: bold;
    line-height: 32px;
}

.contact_box {
    padding: 50px 0 100px;
}

.contact_a {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    background-color: #fbfbfb;
}

.contact_a section {
    box-sizing: border-box;
    padding: 80px 70px 30px;
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact_a section:nth-child(2) {
    background-color: #f5f5f9;
}

.contact_a section img {
    margin-bottom: 10px;
}

.contact_a section b {
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    line-height: 50px;
}

.contact_a section p {
    font-size: 16px;
    color: #005bac;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.contact_a section a {
    font-size: 16px;
    color: #999;
    font-family: SansRegular;
    line-height: 30px;
}

.title_6 {
    margin: 60px 0;
    padding: 0 20px;
    line-height: 75px;
    height: 75px;
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(left, #014b98, #fff);
    background: -o-linear-gradient(left, #014b98, #fff);
    background: -moz-linear-gradient(left, #014b98, #fff);
    background: linear-gradient(left, #014b98, #fff);
}

.title_7 {
    height: 80px;
    margin-bottom: 55px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
}

.t01 {
    background: url(../images/01.jpg) no-repeat 0 0;
}

.t02 {
    background: url(../images/02.jpg) no-repeat 0 0;
}

.t03 {
    background: url(../images/03.jpg) no-repeat 0 0;
}

.title_7 p {
    width: 100%;
    position: relative;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 95px;
    line-height: 32px;
    padding-top: 15px;
}

.title_7 p:before {
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #004b98;
}

.about_3 .invest_1 img {
    width: 1110px;
    height: 620px;
    padding: 50px 0 0 90px;
}

.about_3 .invest_1 section {
    width: 555px;
    height: 615px;
    padding: 40px;
    background-size: 100% 100%;
}

.about_3 .invest_1 section h2 {
    text-align: left;
    font-size: 32px;
}

.about_3 .invest_1 section div {
    height: 450px;
}

.about_3 .invest_1 {
    margin-bottom: 20px;
}

.title_8 {
    font-size: 36px;
    color: #152c5e;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.en_box1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.en_box1 img {
    flex-shrink: 0;
    width: 630px;
    height: 360px;
}

.en_box1 section {
    background-color: #e9eef2;
    padding: 40px;
    flex: 1;
}

.en_box1 section b {
    font-size: 20px;
    color: #152c5e;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 50px;
}

.en_box1 section p {
    font-size: 16px;
    line-height: 28px;
    max-height: 220px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    -webkit-box-flex: 1;
}

@media (max-width: 1280px) {
    .title_7 p {
        font-size: 26px;
    }

    .title_6 {
        font-size: 28px;
        line-height: 50px;
        height: 50px;
        margin: 40px 0;
    }

    .about_3 .invest_1 img {
        width: 890px;
        height: 495px;
        padding: 40px 0 0 60px;
    }

    .about_3 .invest_1 section {
        width: 445px;
        height: 490px;
        padding: 32px;
    }

    .about_3 .invest_1 section h2 {
        font-size: 26px;
    }

    .about_3 .invest_1 section div {
        height: 370px;
    }

    .title_8 {
        font-size: 30px;
    }

    .en_box1 img {
        width: 505px;
        height: 290px;
    }

    .en_box1 section {
        padding: 30px;
    }

    .en_box1 section b {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 40px;
    }

    .en_box1 section p {
        font-size: 14px;
        line-height: 24px;
        max-height: 192px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        -webkit-box-flex: 1;
    }
}

.about_4 {
    padding-bottom: 40px;
}

.about_4 section {
    font-size: 16px;
    text-align: justify;
    font-family: Arial;
    line-height: 30px;
}

.about_4 section p {
    margin-bottom: 20px;
}


/* 2021.6.9 add */

.company_add {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.company_add li {
    margin-bottom: 30px;
}

.placeholder {
    width: 25%;
    height: 0px;
    margin-left: -4px;
}

.company_add li img {
    width: 240px;
    height: 80px;
}

.company_add li p {
    background-color: #ededed;
    line-height: 40px;
    text-align: center;
}

@media (max-width: 1280px) {
    .company_add li {
        margin-bottom: 24px;
    }

    .company_add li img {
        width: 192px;
        height: 64px;
    }

    .company_add li p {
        line-height: 32px;
    }
}


/* 6.24 add */
.party_box {
    margin-top: 40px;
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
}

.party_box:last-child {
    margin-bottom: 0;
}

.party_a {
    width: 610px;
    height: 350px;
    position: relative;
}

.party_a img {
    width: 610px;
    height: 350px;
}

.party_a p {
    background-color: rgba(0, 0, 0, 0.3);
    height: 60px;
    line-height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.party_b {
    width: 550px;
}

.party_b li {
    display: flex;
    justify-content: space-between;
    height: 120px;

}

.party_b aside {
    width: 64px;
}

.party_b aside b {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 34px;
    background: url(../images/line.jpg) no-repeat 0 0;
    background-size: 100% auto;
    font-size: 32px;
    font-weight: bold;
    color: #666;
}

.party_b aside p {
    text-align: center;
    font-size: 16px;
    color: #999;
}

.party_b li a {
    width: 460px;
}

.party_b a b {
    display: block;
    width: 460px;
    height: 58px;
    line-height: 30px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.party_b a p {
    width: 460px;
    font-size: 14px;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-flex: 1;
    color: #666;
}

.party_box:last-child .new_more {
    justify-content: flex-start;
}

@media (max-width: 1280px) {
    .party_box {
        margin-top: 32px;
        margin-bottom: 80px;
    }

    .party_a {
        width: 490px;
        height: 280px;
    }

    .party_a img {
        width: 490px;
        height: 280px;
    }

    .party_a p {
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        padding: 0 12px;
    }

    .party_b {
        width: 440px;
    }

    .party_b li {
        height: 96px;

    }

    .party_b aside {
        width: 52px;
    }

    .party_b aside b {
        width: 52px;
        height: 27px;
        font-size: 32px;
    }

    .party_b aside p {
        font-size: 14px;
    }

    .party_b li a {
        width: 368px;
    }

    .party_b a b {
        width: 368px;
        height: 44px;
        line-height: 24px;
        font-size: 16px;
    }

    .party_b a p {
        width: 368px;
        font-size: 12px;
        line-height: 20px;
        max-height: 60px;
    }

    .party_box .new_more img {
        width: 64px;
    }
}

.party_box:last-child .new_more {
    justify-content: flex-start;
}


.invest_text {
    padding-top: 22px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
}

.invets_cl .title_3 {
    font-weight: bold;
}

.invets_cl section {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
}

.invets_cl ul {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.invets_cl ul li {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 40px;
    font-size: 16px;
}

.invets_cl ul li img {
    margin-bottom: 10px;
}

.lead_box {
    background-color: #f5f5f5;
    padding: 30px;
    display: flex;
    align-items: flex-start;
}

.leader_img {
    padding-top: 30px;
    margin-right: 30px;
}

.lead_box section {
    flex: 1;
    background: url(../images/yin.png) no-repeat 0 0;
    padding-top: 30px;
    font-size: 16px;
    line-height: 35px;
    color: #222;
    text-indent: 2em;
}

.lead_box aside {
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.lead_box aside img {
    padding-left: 15px;
}

@media (max-width: 1280px) {
    .invets_cl ul li {
        font-size: 14px;
    }

}
/*html {*/
/*    -webkit-filter: grayscale(100%);*/
/*    -moz-filter: grayscale(100%);*/
/*    -ms-filter: grayscale(100%);*/
/*    -o-filter: grayscale(100%);*/
/*    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
/*    _filter:none;*/
/*}*/
