/* .content{
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 1;
} */
.con-img {
    width: 100%;
    height: 500px;
    background: url("../images/top8-01.jpg") no-repeat center;
}

.kol-jihui {
    width: 100%;
   /* background: rgba(247, 248, 252, 1);*/
    padding: 60px 0;
}

.kol-jihui .jihui-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.kol-jihui .jihui-wrap .card {
    width: 33%;
    border-radius: 5px;
    text-align: center;
    padding: 44px 35px 20px;
    cursor: pointer;
    transition: all .3s linear;
}
.kol-jihui .jihui-wrap .cards {
    width: 33%;
    border-radius: 5px;
    text-align: center;
    padding: 44px 35px 20px;
    cursor: pointer;
    transition: all .3s linear;
}
.kol-jihui .jihui-wrap .card-app {
    width: 48%;
    border-radius: 5px;
    text-align: center;
    padding: 44px 35px 20px;
    cursor: pointer;
    transition: all .3s linear;
}
.kol-jihui .jihui-wrap .card-4 {
    width: 24%;
    border-radius: 5px;
    text-align: center;
    padding: 44px 35px 20px;
    cursor: pointer;
    transition: all .3s linear;
}

.kol-jihui .jihui-wrap .card .pic {
    /* margin-bottom: 45px; */
}

.kol-jihui .jihui-wrap .card h5 {
    font-size: 20px;
    font-weight: bold;
    color: #3A99FA;
    margin: 45px 0 28px;
}
.kol-jihui .jihui-wrap .card-4 h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin: 45px 0 28px;
	
}
.kol-jihui .jihui-wrap .card p {
    min-height: 100px;
    font-size: 14px;
    line-height: 2;
}

.kol-jihui .jihui-wrap .card a {
    display: inline-block;
    padding: 8px 26px;
    font-size: 12px;
    color: #fff;
    background: linear-gradient(133deg, rgba(128, 187, 255, 1) 0%, rgba(45, 31, 251, 1) 100%);
    border-radius: 16px;
    text-decoration: none;
    opacity: 0;
    transition: all .3s linear;
}

.kol-jihui .jihui-wrap .card:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 13px 0px rgba(25, 81, 220, 0.13);
}

.kol-jihui .jihui-wrap .card:hover a {
    opacity: 1;
}

.realize .hezi {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.realize .rea-one {
    position: absolute;
    top: 86px;
    left: 718px;
    width: 130px;
    height: 32px;
    font-size: 26px;
    color: white;
    text-align: center;
    line-height: 30px;
}

.realize .rea-two {
    position: absolute;
    top: 235px;
    left: 290px;
    width: 130px;
    height: 32px;
    font-size: 26px;
    color: white;
    text-align: center;
    line-height: 30px;
}

.realize .rea-three {
    position: absolute;
    top: 433px;
    left: 670px;
    width: 130px;
    height: 32px;
    font-size: 26px;
    color: white;
    text-align: center;
    line-height: 30px;
}

.realize .rea-for {
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    height: 30px;
    font-size: 20px;
    color: white;
    text-align: center;
    line-height: 30px;
}

.realize .rea-title {
    width: 100%;
    height: 26px;
    font-size: 20px;
    color: white;
    text-align: center;
    line-height: 26px;
    font-weight: bold;
    margin-top: 152px;
}

.realize p {
    display: block;
    width: 293px;
    font-size: 16px;
    color: white;
    line-height: 26px;
    margin: 0 auto;
    text-indent: 2em;
    margin-bottom: 220px;
}

.market {
    width: 100%;
    height: 220px;
    background: url("../images/top8-03.jpg") no-repeat center;
    overflow: hidden;
    margin-top: 65px;
}

.market .mar-title {
    width: 100%;
    height: 150px;
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 75px;
}

.market .mar-head {
    width: 100%;
    height: 53px;
    font-size: 32px;
    color: #5d92cc;
    text-align: center;
    line-height: 53px;
}


.platform {
    width: 100%;
    background: url(../images/kol_pic4.jpg) no-repeat center/cover;
    /* background-color: pink; */
    max-height: 700px;
    /* position: relative; */
    margin-bottom: 10%;
}

/* .platform .flat-position {
    position: absolute;
} */
.platform .title {
    margin-bottom: 20px;
}

.platform .title img {
    margin-right: 32px;
}

.platform .pic {
    position: relative;
    /* margin-top: -3%; */
}

.platform .pic img {
    position: relative;
    border-radius: 16px;
}

.platform .pla-title {
    display: block;
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 36px;
    padding-top: 20px;
}

.hongle {
    padding: 30px 0;
    background: url(../images/kol_pic06.jpg) no-repeat center/cover;
}

.hongle p {
    font-size: 16px;
    line-height: 1.7;
}

.hongle .pla-btn a {
    display: inline-block;
    padding: 8px 16px;
    font-size: 12px;
    color: #fff;
    background: linear-gradient(133deg, rgba(128, 187, 255, 1) 0%, rgba(45, 31, 251, 1) 100%);
    border-radius: 16px;
    text-decoration: none;
}



.kol-function-wrap {
    padding: 70px 0;
}



@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1099px) {}

@media only screen and (max-width: 991px) {
    .platform {
        max-height: 600px;
    }

    .warp-pic-list.kol-function li {
        padding: 28px 20px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .platform {
        max-height: 540px;
    }
	
    .warp-pic-list.kol-function li {
        padding: 28px 32px 30px;
    }
}

@media only screen and (max-width: 639px) {
    .kol-jihui .jihui-wrap .card {
        width: 100%;
    }
	.kol-jihui .jihui-wrap .cards {
        width: 100%;
    }
	.kol-jihui .jihui-wrap .card-app {
        width: 100%;
    }
	.kol-jihui .jihui-wrap .card-4 {
        width: 50%;
    }
}

@media only screen and (max-width: 575px) {
    .hongle {
        background: url(../images/kol_pic06.jpg) no-repeat left top/cover;
    }
}

@media only screen and (max-width: 479px) {
    .warp-pic-list.kol-function li a {
        padding: 0 10%;
    }
}