.text_title h2 {
    font-size: 36px;
}

.about_item {
    padding-top: 0px;
}

.about_item_head {
    position: relative;
    padding-bottom: 70px;
    border-bottom: 1px solid #ddd;
}

.about_item_head .des {
    position: absolute;
    top: 115px;
    right: 0;
    width: 50%;
    font-size: 16px;
    line-height: 2.2;
    color: #666;
}

.about_item:last-child {
    margin-bottom: 60px;
}

.grid {
    margin-top: 0px;
}

.team_item .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/red80.png);
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.team_item .icon {
    position: absolute;
    top: 6.5%;
    left: 6.5%;
    width: 15.6%;
    height: 15.6%;
    background: url(../image/icon_logo_69x69.png) center no-repeat;
    background-size: 100%;
}

.team_item .user {
    position: absolute;
    left: 6%;
    right: 6%;
    bottom: 3%;
}

.team_item .user p {
    line-height: 1.8;
    color: #fff;
    font-size: 16px;
}

.team_item .user .name .en {
    margin-left: 2px;
    font-weight: bold;
}

.team_item .user .des {
    padding-top: 10px;
    border-top: 1px solid #fff;
    margin-top: 10px;
    line-height: 1.8;
}

.team_item_active .txt,
.team_item:hover .txt {
    opacity: 1;
}

.work_item {
    margin-top: 70px;
}

.work_item img {
    float: left;
    width: 25%;
}

.work_item .big {
    width: 50%;
}

.about_title {
    padding: 0px 22%;
}

.about_title h2 {
    padding: 0;
    font-size: 14px;
    background: none;
}

.about_title p {
    font-size: 14px;
    line-height: 2.15;
}