﻿* {
    margin:0;
    padding:0;
    list-style:none;
    text-decoration:none;
    box-sizing:border-box;
}
.layout {
    width:1520px;
    margin:0 auto;
}
.img {
    overflow:hidden;
}
.img img {
    width:100%;
    display:block;
    transition:all .5s;
}
.yih {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.erh {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
header {
    background:rgba(0,0,0,.4);
    position:absolute;
    width:100%;
    left:0;
    top:0;
    z-index:250;
}
header.active {
    position:fixed;
}
.header_pack {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.logo {
    height:80px;
    padding:20px 0;
}
.logo a {
    display:block;
    height:100%;
}
.logo img {
    max-height:100%;
    display:block;
}
.navlist,
.w_nav {
    display: flex;
    align-items: center;
}
.w_nav>li {
    padding:0 25px;
}
    .w_nav > li > a {
        font-size: 16px;
        line-height: 77px;
        color: rgb(255, 255, 255);
       border-bottom:3px solid transparent;
       display:block;
    }
        .w_nav > li.active > a {
            border-bottom-color:#fff;
        }
        .search {
            margin-left: 30px;
        }

    .search i {
        width: 16px;
        height: 16px;
        display: block;
        background: url(../images/search.png) no-repeat center/100% 100%;
        cursor: pointer;
    }

.search_input {
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    display: none;
    z-index: 105;
}

    .search_input input {
        width: 100%;
        padding: 0 35px 0 10px;
        border: 1px solid #999;
        font-size: 16px;
        line-height: 43px;
        border-radius: 5px;
        background:rgba(0,0,0,.6);
        color:#fff;
    }
        .search_input input::-webkit-input-placeholder {
            color:#f1f1f1;
        }

        .search_input input:focus {
            border-color: rgb(221, 142, 29);
        }

    .search_input i {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
    }
    @media(max-width:1600px) {
        .layout {
            width:1200px;
        }
        .w_nav > li {
            padding:0 20px;
        }
        .search{
            margin-left:20px;
        }
    }
@media(max-width:1000px) {
    .layout {
        width:100%;
        padding:0 10px;
    }
    .iconfont {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

        .iconfont i {
            width: 100%;
            height: 100%;
            position: absolute;
        }

        .iconfont .cha {
            background: url(../images/cha.png) no-repeat center/100% 100%;
            display: none;
        }

        .iconfont .nav {
            background: url(../images/nav.png) no-repeat center/100% 100%;
        }

    .logo {
        height: 60px;
        padding: 10px 0;
    }

    .navlist {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background: #333;
        padding: 10px;
        border-top: 1px solid #f1f1f1;
        display: none;
        z-index: 101;
    }

    .w_nav {
        display: block;
    }

    header {
        position: relative;
        background:#333;
    }
    .w_nav>li>a {
        line-height:32px;
    }
    .search {
        margin-top: 20px;
        position: relative;
        margin-left: 15px;
    }

        .search > i {
            display: none;
        }

    .search_input {
        position: static;
        display: block !important;
        width: 100%;
        background:rgba(51,51,51,.5);
    }
}
.contact {
    padding:96px 0 120px;
}
.nei-banner {
    position:relative;
    text-align:center;
}
.banner_title {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(255, 255, 255);
}
.banner_title h3 {
    font-size:60px;
    line-height:79px;
    font-weight:bold;
}
    .banner_title p {
        font-size: 24px;
        line-height: 32px;
        margin-top:16px;
    }
    .public_title {
        text-align:center;
    }
        .public_title h3 {
            font-size: 36px;
            line-height: 48px;
            font-weight: bold;
            color: rgb(0, 0, 0);
        }
        .public_title p {
            font-size: 24px;
            line-height: 32px;
            color: rgb(221, 142, 29);
            text-transform:uppercase;
        }
        .public_title p::after {
            content:"";
            width:62px;
            height:2px;
            background:rgb(221, 142, 29);
            margin:20px auto 0;
            display:block;
        }
.contect-lx ul {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .contect-lx ul li {
        width: 32%;
        padding: 60px 10px;
        text-align: center;
        font-size: 16px;
        color: #666;
        border-right: 1px solid #fff;
        background: rgb(246, 247, 248);
    }
        .contect-lx ul li:last-child {
            border: none;
        }

        .contect-lx ul li div {
            height: 51px;
        }
            .contect-lx ul li div img {
                max-height:100%;
                display:block;
                margin:0 auto;
            }
            .contect-lx ul li h3 {
                font-size: 24px;
                line-height: 32px;
                color: #000;
                padding: 20px 0 10px
            }
            .contect-lx ul li p {
                margin-top:17px;
            }
                .contect-lx ul li p span {
                    display:block;
                    cursor:pointer;
                }
                    .contect-lx ul li p span:hover {
                        text-decoration:underline;
                    }

.contect-lx .map {
    padding-top: 40px;
    height: 350px;
    position: relative;
}
                        .contect-lx .map iframe {
                            width: 100%;
                            
                        }
                        .contect-lx .map div {
                            position:absolute;
                            width:100%;
                            height:100%;
                            z-index:0;
                        }
                            .contect-lx .map div:first-child {
                                z-index:1;
                            }
                            @media(max-width:1000px) {
                                .banner_title h3 {
                    font-size:25px;
                    line-height:35px;
                }
                .banner_title p {
                    font-size:16px;
                    line-height:24px;
                    margin-top:5px;
                    text-shadow:0 0 5px rgba(0,0,0,.1);
                }
                .contact{
                    padding:30px 0;
                }
                .public_title h3{
                    font-size:20px;
                    line-height:30px;
                }
                .public_title p {
                    font-size:16px;
                    line-height:24px;
                }
                    .public_title p::after {
                        margin-top:10px;
                    }
                .contect-lx ul li{
                    width:100%;
                    padding:30px 10px;
                    margin-bottom:10px;
                }
                .contect-lx ul{
                    margin-top:30px;
                }
                    .contect-lx ul li h3{
                        font-size:18px;
                        line-height:26px;
                        padding:10px 0 5px;
                    }
                    .contect-lx ul li p{
                        margin-top:10px;
                    }
                .contect-lx .map{
                    padding-top:20px;
                }
            }
footer {
    background: rgb(35, 35, 35);
}
.footer_pack {
    padding:50px 0;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.footer_left {
    width:70%;
}
.footer_navlist {
    display:flex;
}
.footer_navlist li {
    padding: 0 15px;
    position: relative;
}
    .footer_navlist li:first-child {
        padding-left:0;
    }
    .footer_navlist li::after {
        content: "";
        width: 1px;
        height: 70%;
        background: rgb(177, 177, 177);
        position:absolute;
        right:0;
        top:50%;
        transform:translateY(-50%);
    }
        .footer_navlist li:last-child::after {
            display:none;
        }
        .footer_navlist li a {
            display: block;
            font-size: 16px;
            line-height: 24px;
            color: rgb(177, 177, 177);
        }
.copyright {
    margin-top: 88.5px;
    font-size: 14px;
    line-height: 24px;
    color: rgb(177, 177, 177);
}
    .copyright a {
        color: rgb(177, 177, 177);
    }
.footer_code {
    width:120px;
    text-align:center;
}
.footer_code img {
    width:100%;
    display:block;
}
    .footer_code p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 11.5px;
        color: rgb(177, 177, 177);
    }
    @media(max-width:1000px) {
        .footer_navlist {
            display:none;
        }
        .footer_pack {
            padding: 20px 0;
            flex-direction: column-reverse;
        }
        .footer_left{
            width:100%;
        }
        .copyright {
            margin-top:20px;
        }
        .footer_code {
            width:80px;
        }
    }
.join_cont{
    margin-top:30px;
}
.join_classify{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.join_classify li {
    width:33%;
}
    .join_classify li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 50px;
        border: 1px solid rgb(220, 220, 220);
    }
.join_classify_cont {
    width:80%;
}
    .join_classify_cont h4 {
        font-size: 18px;
        line-height: 26px;
        color: rgb(0, 0, 0);
        font-weight:bold;
    }
    .join_classify_cont p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 9.5px;
        color: rgb(102, 102, 102);
    }
.join_classify_img {
    width:40px;
}
.join_classify_img img {
    max-width:100%;
    display:block;
}
    .join_classify_img img:last-child {
        display:none;
    }
.join_classify li a.active  {
    background:rgb(221, 142, 29);
}
    .join_classify li a.active .join_classify_cont h4,
    .join_classify li a.active .join_classify_cont p {
        color: #fff;
    }
    .join_classify li a.active .join_classify_img img {
        display:none;
    }
    .join_classify li a.active .join_classify_img img:last-child {
        display:block;
    }
.about_join_list {
    margin-top: 25px;
}

    .about_join_list>li {
        margin-bottom: 25px;
    }

.about_join_list_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0 20px;
    border-bottom: 1px solid rgb(204, 204, 204);
    transition: all .5s;
}

.about_join_list_left {
    width: 90%;
}

.about_join_list_title i {
    font-size: 30px;
    line-height: 40px;
    color: rgb(102, 102, 102);
    cursor: pointer;
    transition: all .5s;
}

.about_join_list_title.active i {
    transform: rotate(180deg);
}

.about_join_list_title.active {
    border-bottom: 3px solid rgb(221, 142, 29);
}

.about_join_list_left h4 {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    line-height: 26px;
    color: rgb(0, 0, 0);
}

    .about_join_list_left h4 span {
        color: rgb(25, 114, 168);
    }
.about_join_list_title.active .about_join_list_left h4,
.about_join_list_title.active .about_join_list_left span{
    color: rgb(221, 142, 29);
}

.about_join_list_left > p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(102, 102, 102);
    margin-top: 17px;
}

.about_join_list_desc {
    padding: 25px 30px 21px;
    background: rgb(246, 246, 247);
}

.about_join_list_cont {
    display: none;
}
@media(max-width:1000px) {
    .join_classify li {
        width:100%;
        margin-bottom:10px;
    }
        .join_classify li a{
            padding:10px 30px;
        }
    .join_classify_cont h4,
    .about_join_list_left h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .about_join_list_title {
        padding:10px 0;
    }
        .about_join_list_title i {
            font-size:20px;
            line-height:30px;
        }
    .about_join_list_left > p{
        margin-top:10px;
    }
    .about_join_list_desc{
        padding:20px 10px;
    }
}
.assets_cont {
    padding: 50px 0 0;
    font-size: 16px;
    line-height: 24px;
    color: rgb(97, 98, 99);
}
@media(max-width:1000px) {
    .assets_cont {
        padding-top:30px;
    }
}
.investment_pack {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.investment_cont {
    width: calc(50% - 20px);
    box-shadow: 0 0 30px rgb(241, 241, 241);
}
.investment_text {
    padding: 50px 70px 57px;
    
}
.investment_icon {
    width: 150px;
    height: 150px;
    border: 1px solid rgb(25, 114, 168);
    margin:0 auto;
   border-radius:50%;
   display:flex;
   align-items:center;
   justify-content:center;
}
    .investment_icon img {
        max-width: 40%;
        display:block;
    }
 
    .investment_icon img:last-child {
        display: none;
    }
.investment_nei {
    margin-top:27px;
    text-align:center;
}
    .investment_nei h4 {
        font-size: 24px;
        line-height: 32px;
        color: rgb(0, 0, 0);
    }
    .investment_nei p {
        font-size: 16px;
        line-height: 28px;
        margin-top: 19px;
        color: rgb(106, 106, 106);
    }
.investment_cont:hover .investment_icon {
    background:rgb(25, 114, 168);
}
.investment_cont:hover .investment_icon img {
    display:none;
}
.investment_cont:hover .investment_icon img:last-child {
    display:block;
}
.investment_cont:hover .investment_nei h4  {
    color:rgb(25, 114, 168);
}
@media(max-width:1600px) {
    .investment_text {
        padding:40px;
    }
    .investment_icon{
        width:100px;
        height:100px;
    }
        
}
@media(max-width:1000px) {
    .investment_pack {
        margin-top:30px;
    }
    .investment_cont {
        width:100%;
        margin-bottom:15px;
    }
    .investment_text{
        padding:20px 10px;
    }
    .investment_icon {
        width:80px;
        height:80px;
    }
    .investment_nei h4{
        font-size:18px;
        line-height:28px;
    }
    .investment_nei p {
        margin-top:10px;
    }
    .investment_nei{
        margin-top:15px;
    }
}
.serve_plate1_list{
    margin-top:50px;
}
.serve_plate1_list li {
    margin-bottom:50px;
}
    .serve_plate1_list li:nth-child(2n) .serve_plate1_list_pack {
        flex-direction: row;
    }
    .serve_plate1_list_pack {
        display: flex;
        align-items: center;
flex-direction: row-reverse;
    }
.serve_plate1_list_img{
    width:720px;
}
.serve_plate1_list_cont {
    min-height: 430px;
    box-shadow: 0 3px 15px rgba(142, 142, 142, 0.15);
    width:calc(100% - 720px);
    padding:40px 60px;
}
    .serve_plate1_list_cont h4 {
        font-size: 36px;
        line-height: 48px;
        color: rgb(0, 0, 0);
        font-weight:bold;
    }
.serve_plate1_list_desc {
    font-size: 16px;
    line-height: 28px;
    color: rgb(51, 51, 51);
    margin-top:50px;
    /*max-height:270px;
    overflow:auto;*/
}
    .serve_plate1_list_desc::-webkit-scrollbar {
        width:3px;
    }
    .serve_plate2 {
        padding-top: 70px;
    }
.serve_plate2_list {
    margin-top:50px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.serve_plate2_list li {
    width:32%;
}
.serve_plate2_list_pack {
    padding: 57px 60px 44px;
    box-shadow: 5px 5px 20px rgba(180, 184, 206, 0.14);
    border-radius:20px;
    position:relative;
    height:100%;
}
.num {
    width:59px;
    height:57px;
    background:url(../images/shan.png) no-repeat center/100% 100%;
    position:absolute;
    left:0;
    top:0;
    font-size:24px;
    line-height:57px;
    text-align:center;
    color:#fff;
}
.serve_plate2_list_pack h4 {
    font-size: 24px;
    font-weight: bold;
    color: rgb(43, 45, 49);
    line-height: 32px;
}
    .serve_plate2_list_pack h4::after {
        content: "";
        width: 32px;
        height: 2px;
        background: rgb(221, 142, 29);
        display:block;
        margin-top:19px;
    }
.serve_plate2_list_desc {
    font-size: 16px;
    line-height: 24px;
    color: rgb(97, 98, 99);
    margin-top:15px;
} 
@media(max-width:1600px) {
    .serve_plate1_list_img {
        width:600px;
    }
    .serve_plate1_list_cont{
        width:calc(100% - 600px);
    }
        .serve_plate1_list_cont h4 {
            font-size:30px;
            line-height:40px;
        }
    .serve_plate2_list_pack{
        padding:40px 60px;
    }
}
@media(max-width:1000px) {
    .serve_plate1_list {
        margin-top:30px;
    }
        .serve_plate1_list li{
            margin-bottom:20px;
        }
    .serve_plate1_list_pack {
        display:block;
    }
    .serve_plate1_list_img{
        width:100%;
    }
    .serve_plate1_list_cont{
        width:100%;
        padding:20px 10px;
        min-height:auto;
    }
        .serve_plate1_list_cont h4,
        .serve_plate2_list_pack h4 {
            font-size: 18px;
            line-height: 26px;
        }
    .serve_plate1_list_desc {
        margin-top:20px;
        max-height:100%;
    }
    .serve_plate2{
        padding-top:10px;
    }
    .serve_plate2_list{
        margin-top:30px;
    }
        .serve_plate2_list li{
            width:100%;
            margin-bottom:20px;
        }
    .num{
        width:40px;
        height:40px;
        line-height:40px;
        font-size:16px;
    }
    .serve_plate2_list_pack{
        padding:20px 50px;

    }
        .serve_plate2_list_pack h4::after {
            margin-top:10px;
        }
}
.about_classify{
    background:#fff;
    display:flex;
    justify-content:center;
    padding:25px 0;
    margin-top:-74px;
    position:relative;
    z-index:2;
}
    .about_classify a {
        padding: 0 50px;
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        position:relative;
        color: rgb(0, 0, 0);
    }
        .about_classify a:hover {
            color:rgb(221, 142, 29);
        }
        .about_classify a:last-child::after {
            display: none;
        }
        .about_classify a::after {
            content: "";
            width: 1px;
            height: 18px;
            background: rgb(213, 216, 217);
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }
.about_plate1{
    padding:96.5px 0 150px;
}
.about_palte1_desc {
    font-size: 16px;
    line-height: 24px;
    color: rgb(97, 98, 99);
    margin-top:50px;
    background:url(../images/abg.png) no-repeat center center;
    text-align:left;
    white-space:pre-line;
}
.about_plate1_list {
    display:flex;
    justify-content:center;
    margin-top:58.5px;
}
.about_plate1_list li {
    padding:0 60px;
}
.about_plate1_list_pack h3 {
    font-size: 16px;
    line-height: 24px;
    color: rgb(0, 0, 0);
}
.about_plate1_list_pack h3 span {
    font-size:72px;
    line-height:86px;
    font-weight:500;
    color:rgb(25, 114, 168);
}
.about_plate1_list_pack p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(0, 0, 0);
}
.about_palte1_img{
    max-width:1200px;
    margin:58px auto 0;
}
.about_plate2{
    padding:125px 0;
    background:url(../images/abg2.png) no-repeat center/cover;
}
.about_plate2_pack{
    display:flex;
    justify-content:flex-end;
}
.about_plate2_cont{
    width:780px;
    padding:130px 100px;
    background:#fff;
}
.about_plate2_title {
    text-align:left;
}
.about_plate2_title p::after {
    margin:20px 0 0;
}
.about_plate2_desc {
    font-size: 16px;
    line-height: 24px;
    color: rgb(97, 98, 99);
    margin-top:50px;
}
@media(max-width:1000px) {
    .about_classify {
        margin:0;
        padding:10px 0;
    }
        .about_classify a{
            padding:0 10px;
        }
    .about_plate1{
        padding:30px 0;
    }
    .about_palte1_desc{
        margin-top:30px;
    }
    .about_plate1_list li{
        padding:0 20px;
        margin-bottom:10px;
    }
    .about_plate1_list{
        margin-top:30px;
        flex-wrap:wrap;
    }
    .about_plate1_list_pack h3 span{
        font-size:35px;
        line-height:45px;
    }
    .about_palte1_img{
        margin-top:20px;
    }
    .about_plate2{
        padding:30px 0;
    }
    .about_plate2_cont{
        width:100%;
        padding:20px 10px;
    }
    .about_plate2_desc{
        margin-top:30px;
    }
}
.swiperBanner{
    overflow:hidden;
    position:relative;
}
    .swiperBanner .swiper-pagination-bullet {
        width:20px;
        height:5px;
        opacity:1;
        background:rgba(255,255,255,.4);
        border-radius:0;
    }
    .swiperBanner .swiper-pagination-bullet-active {
        background:#fff;
    }
    .swiperBanner a {
        display: block;
        position: relative;
    }
    .swiperBanner .home_banner{
        position:absolute;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%);
    }
.home_banner p {
    font-size: 24px;
    line-height: 32px;
    color: rgb(255, 255, 255);
}
.home_banner h4 {
    font-size:60px;
    line-height:79px;
    font-weight:bold;
    margin-top:22px;
    color:#fff;
}
.home_banner span {
    display:block;
    width:150px;
    line-height:50px;
    text-align:center;
    font-size:16px;
    color:#fff;
    background:rgb(25, 114, 168);
    margin-top:100px;
}


.index-two {
    margin-top: 100px;
    position: relative;
}

.index-two-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.index-two-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .index-two-box .left {
        width: 40%;
        padding-right: 5%;
        /*padding-bottom: 10%;*/
    }

        .index-two-box .left h3 {
            font-size: 32px;
            color: #FFFFFF;
            white-space: pre-line;
        }

        .index-two-box .left div {
            font-size: 16px;
            color: #FFFFFF;
            margin-top: 50px;
        }

.index-two > .img {
    width: 44%;
    position:relative;
}

    .index-two > .img img {
        width: 100%;
        height:700px;
        object-fit:cover;
    }
    .index-two > .img::after {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(221, 142, 29,.85);
        position:absolute;
        top:0;
        left:0;
    } 

    .index-two-box .right {
        width: 60%;
        padding-left: 10%;
        margin-top: -100px;
    }

    .index-two-box .right .nei-title {
        text-align: left;
    }

    .index-two-box .right ul li {
        margin-top: 44px;
        display:flex;
        align-items:center;
    }
        .index-two-box .right ul li.active span {
            background-image:url(../images/q2.png);
        }
        .index-two-box .right ul li .text {
            width: calc(100% - 60px);
            padding-left: 40px;
        }
        .index-two-box .right ul li h3 {
            font-size: 24px;
            color: #000000;
        }

        .index-two-box .right ul li p {
            font-size: 16px;
            color: #6A6A6A;
            margin-top: 8.5px;
            /*min-height: 50px;*/
        }

        .index-two-box .right ul li span {
            display: block;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            font-size: 16px;
            color: #000000;
            
            background-image: url('../images/q1.png');
            background-size: 100% 100%;
        }

    .index-two-box .right a.but {
        font-size: 18px;
        color: #EE8237;
        margin-top: 60px;
        display: inline-block;
        text-decoration: underline
    }

.index-two .img2 {
    text-align: right;
    margin-top: -100px;
}

    .index-two .img2 .img2-box {
        display: inline-block;
        width: 72%;
        position: relative;
        text-align: left;
    }

        .index-two .img2 .img2-box img {
            width: 100%;
        }

        .index-two .img2 .img2-box .text {
            padding: 30px 60px;
            background-color: rgba(255,255,255,.9);
            position: absolute;
            left: 60px;
            bottom: 30px;
            max-width: 566px;
            z-index: 10;
        }

            .index-two .img2 .img2-box .text h3 {
                font-size: 20px;
                color: #055D8D
            }

            .index-two .img2 .img2-box .text p {
                font-size: 24px;
                color: #000000;
                margin-top: 20px;
                white-space: pre-line;
            }
.home_palte4{
    padding:150px 0 20px;
}
.zi_pack{
    display:flex;
    align-items:flex-start;
}
.zi_left {
    width:calc(100% - 700px);
    padding-right:100px;
}
.zi_list{
    display:flex;
    justify-content:space-between;
    margin-top:105px;
}
.zi_img{
    width:700px;
}
    .zi_img img {
        height:610px;
        object-fit:cover;
    }
    .zi_list .investment_text {
        padding: 0;
    }
        .zi_list .investment_text:hover img {
            display:none;
        }
        .zi_list .investment_text:hover img:last-child {
            display:block;
        }
        .zi_list .investment_text:hover .investment_icon {
            background:rgb(25, 114, 168);
        }
        .zi_list .investment_text p {
            white-space: pre-line;
        }
.zi_list .investment_nei {
    margin-top:17px;
}
.l{
    display:flex;
    align-items:center;
    margin-top:100px;
}
.l_img{
    width:700px;
}
.l_cont {
   width:calc(100% - 700px);
   padding-left:100px;
}
.l_title{
    text-align:right;
}
.l_desc {
    margin-top: 50px;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: rgb(97, 98, 99);
}
.l_title p::after {
    margin-left:calc(100% - 62px);
}
@media(max-width:1600px) {
    .zi_img, .l_img {
        width: 600px;
    }
    .zi_img img {
        height:500px;
    }
    .zi_left,
    .l_cont {
        width: calc(100% - 600px);
    }
.about_palte1_img {
   max-width:80%;
}
}
@media(max-width:1000px) {
    .index-two {
        margin-top:0;
    }
        .index-two > .img{
            width:100%;
        }
    .index-two-item{
        position:static;
    }
    .index-two > .img img{
        display:none;
    }
    .home_banner p{
        font-size:16px;
        line-height:26px;
    }
    .home_banner h4 {
        font-size:25px;
        line-height:30px;
        margin-top:10px;
    }
    .home_banner span{
        display:none;
    }
    .index-two-box .right{
        margin:0;
        width:100%;
        padding:20px 0 0;
    }
    .index-two-box{
        display:block;
    }
        .index-two-box .left{
            width:100%;
            padding:0;
        }
            .index-two-box .left h3,
            .index-two-box .left div {
                color: #000;
            }
            .index-two-box .left h3{
                font-size:20px;
            }
            .index-two-box .left div,
            .index-two-box .right ul li {
                margin-top: 15px;
            }
    .index-two .img2{
        display:none;
    }
    .index-two-box .right ul li h3{
        font-size:18px;
        line-height:26px;
    }
    .index-two-box .right ul li .text{
        padding-left:20px;
    }
    .index-two-box .right ul li p{
        font-size:14px;
        line-height:20px;
    }
    .home_palte4{
        padding:30px 0 0;
    }
    .zi_pack{
        display:block;
    }
    .zi_left, .l_cont{
        width:100%;
        padding:0 0 20px;
    }
    .zi_list {
        margin-top:30px;
    }
    .zi_list {
        display:block;
    }
        .zi_list .investment_text{
            margin-bottom:20px;
        }
    .zi_img, .l_img{
        width:100%;
    }
        .zi_img img{
            height:auto;
        }
    .l{
        margin-top:30px;
        display:block;
    }
    .l_cont{
        padding:20px 0 0 ;
    }
    .l_title,
    .l_desc,
    .about_plate2_title {
        text-align: center;
    }
        .l_title p::after,
        .about_plate2_title p::after{
            margin: 20px auto 0;
        }
    .l_desc {
        margin-top:20px;
    }
}