.ux-first-top {
    position: relative;
    height: 45%;
    width: 100%;
}

.ct_h {
    text-align: center;
}

.zhit {
    position: absolute;
    width: 100%;
    bottom: 60px;
    text-align: center;
    font-size: 22px;
    color: #90d9ff;
}

.chuang_list {
}

.chuang_list .chuang_list_item .i_logo {
    width: 145px;
    height: 164px;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
}

.chuang_list .chuang_list_item .title_box {
    font-size: 30px;
    font-weight: bolder;
    color: #fff;
    text-align: center;
}

.chuang_list .chuang_list_item p {
    margin-top: 10%;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.box-title {
    font-size: 32px;
}

.ux-text {
    font-size: 24px;
}

.c_bg {
    height: 100%;
}

.c_bg_text {
    position: absolute;
    width: 100%;
    font-size: 20px;
    padding: 0 0 15px 15px;
    color: #666;
    bottom: 0;
    left: 0;
}

.portfolio-items li .c_bg {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    height: 100%;
}

.team_list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    height: 100%;
}

.team_list ul li {
    float: left;
    width: 16.666666%;
    height: 100%;
    color: #333;
    background-color: #f0f0f0;
    position: relative;
}

.team_list ul li .team_img {
    width: 100%;
    height: 40%;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
}

.team_list_item h3 {
    margin-top: 10px;
    font-size: 28px;
    text-align: center;
    line-height: 1.3em;
    position: relative;
    height: 36px;
}

.team_list_item h4 {
    margin-top: 5px;
    font-size: 18px;
    text-align: center;
    position: relative;
    height: 20px;
}

.team_list_item p {
    margin-top: 20px;
    font-size: 18px;
    text-align: left;
    padding: 0 15px;
    color: #666;
    position: relative;
    display: block;
    height: 180px;
    min-height: 120px;
}

.team_list ul li:nth-of-type(even) {
    background: #e9e6e6;
}

.team_img {
    position: relative;
}

.team_text {
    position: relative;
    height: 60%;
}

.case-title {
    padding: 10px 0 5px 0;
    font-size: 36px;
    text-align: center;
}

.case-text {
    font-size: 20px;
    min-height: 50px;
    color: #666;
    padding: 0 10px;
    text-align: center;
}

.case-box-items li {
    overflow: visible !important;
}

.way_box {
    width: 100%;
    overflow: hidden;
    color: #494949;
    position: absolute;
    bottom: 130px;
}

.way_box .contact-title {
    font-size: 36px;
    text-align: center;
}

.way_box .contact-phone {
    font-size: 22px;
    text-align: center;
}

.uxPage .copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media (max-width: 768px) {
    .chuang_list .chuang_list_item .i_logo {
        width: 75px;
        height: 85px;
        background-size: cover;
    }

    .chuang_list .chuang_list_item .title_box {
        font-size: 14px;
        font-weight: 100;
    }

    .box-title {
        font-size: 25px;
    }

    .ux-text {
        font-size: 15px;
    }

    .ux-first-top {
        height: 60%
    }

    .zhit {
        bottom: 0;
        font-size: 18px;
        padding: 0 15px;
    }

    .uxPage .background {
        height: auto;
        position: relative;
    }

    .uxPage .case-top {
        height: 120px;
    }

    .uxPage .case-box {
        height: auto;
    }

    .uxPage ul.portfolio-items >li {
        height: 220px;
    }

    .uxPage .content-wrapper {
        height: auto;
    }

    .team_list ul li {
        width: 50%;
    }

    .team_list ul li .team_img {
        height: 220px;
        background-size: cover;
    }

    .team_list_item h3 {
        font-size: 20px;
    }

    .team_list_item h4 {
        font-size: 16px;
    }

    .team_list_item p {
        font-size: 14px;
    }

    .uxPage ul.case-box-items li {
        height: auto;
    }

    .case-box-items li .c_bg {
        height: 180px;
    }

    .case-title {
        font-size: 24px;
    }

    .case-text {
        font-size: 16px;
    }

    .way_box {
        position: relative;
        bottom: 0;
    }

    .uxPage .copyright {
        position: relative;
    }
}