/*成果头部*/
.cg_top{
    position: relative;
}

.cg_top .tit{
    position: absolute;
    height: 64px;
    font-size: 35px;
    font-family: PingFang HK-Semibold, PingFang HK;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 64px;
    text-align: center;
    width: 100%;
    top: 25%;
}

.cg_top .dec{
    position: absolute;
    height: 50px;
    font-size: 18px;
    font-family: Poppins-Regular, Poppins;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    left: 25%;
    width: 50%;
    text-align: center;
    top: 40%;
}

.cg_top .search{
    width: 40%;
    height: 66px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    opacity: 1;
    top: 75%;
    left: 30%;
    z-index: 9;
    position: absolute;
}

.cg_top .search .keyword{
    width: 80%;
    height: 36px;
    margin: 15px 0;
    border: none;
    padding: 0 7px;
    font-size: 18px;
    color: #999999;
    outline: none;
}

.cg_top .search .sr_ico{
    width: 25px;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 37px;
}

.cg_top .search .submit{
    width: 126px;
    height: 66px;
    background: #CB4851;
    opacity: 1;
    border: none;
    color: #fff;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
    margin: 0;
}

.cg_top img{
        width: 100%;
    vertical-align: bottom;
}

.cg_top .search .dl{
    display: flex;
    justify-content: space-between;
}


/*.cg {*/
/*    padding: 0 6%;*/
/*    margin: 69px 0;*/
/*}*/
.cg .lb ul li {
    width: 46%;
    margin-right: 4%;
    background: #F5F5F5;
    margin-top: 52px;
    padding: 2%;
    margin-bottom: 0;
    height: 320px;
}
.cg .lb ul li .ico {
    width: 28%;
    margin-right: 3%;
    float: left;
}
.cg .lb ul li .ico .img-hover {
    cursor: pointer;
    transition: 0.6s;
    width: 100%;
    vertical-align: bottom;
}
.cg .lb ul li .w67 {
    width: 67%;
    float: left;
}
.cg .lb ul li .tit {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 21px;
    margin-bottom: 10px;
}
.cg .lb ul li .xbt {
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    line-height: 26px;
}
.container {
    width: 1400px;
    margin: 0 auto;
}
.container .lb ul{
    display: flex;
        flex-wrap: wrap;
}
