.group {
    padding: 100px 0 90px;
}

.group .row {
    margin: 0 -30px;
}

.group .col-md-6 {
    padding: 0 20px;
}

.group .group-info-title h3 {
    font-size: 30px;
    color: #111;
    line-height: 40px;
    margin: 0 0 5px 0;
}

.group .group-info-title p {
    font-size: 16px;
    line-height: 17px;
    color: #999;
    margin: 0;
}

.group .group-info-body {
    margin: 20px 0 40px;
}

.group .group-info-body p {
    font-size: 18px;
    color: #666;
    text-indent: 2em;
    line-height: 32px;
    margin: 0;
}

.group .group-data .group-data-items {
    float: left;
    width: 150px;
}

.group .group-data .group-data-items.group-data-items-02 {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
    width: 275px;
}

.group .group-data .group-data-items.group-data-items-03 {
    text-align: right;
}

.group .group-data .group-data-items h6 {
    margin: 0;
}

.group .group-data .group-data-items p {
    font-size: 16px;
    color: #676767;
    margin-top: 13px;
}

.group .group-data .group-data-items span {
    font-size: 58px;
    color: #00A54F;
    line-height: 58px;
    font-weight: bold;
}

.group .group-data .group-data-items i {
    font-size: 16px;
    line-height: 21px;
    color: #676767;
    font-style: normal;
    padding-left: 5px;
}

.group .look-more {
    margin: 0;
    margin-top: 34px;
}


.group .group-image {
    text-align: right;
    position: relative;
}

.group .group-image img {
    position: relative;
    z-index: 2;
}

.group .group-image span {
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 520px;
    height: 100%;
    background: url("../img/icon_09.png") left center;
    z-index: 1;
}

.history {
    padding: 60px 0 60px;
    background: url("../img/image_13.jpg") no-repeat center;
    background-size: cover;
}

.history-date {
    position: relative;
    padding: 0 20px;
}

.history-date:after {
    content: "";
    position: absolute;
    left: 0;
    top: 44px;
    width: 100%;
    height: 1px;
    background-color: #999;
}

.history-date .swiper-slide {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.history-date .swiper-slide:after,
.history-date .swiper-slide:before {
    content: "";
    position: absolute;
}

.history-date .swiper-slide:before {
    width: 1px;
    height: 10px;
    background-color: #999;
    top: 44px;
    left: 0;
    margin-top: -5px;
}

.history-date .swiper-slide:after {
    width: 1px;
    height: 30px;
    background-color: #999;
    top: 44px;
    left: 50%;
    margin-top: -15px;
}

.history-date .swiper-slide.swiper-slide-active:before {
    display: none;
}

.history-date .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -20px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.history-date .swiper-slide.swiper-slide-current img {
    opacity: 1;
}
.history-date .swiper-slide.swiper-slide-current p{
    color: #00A54F;
}

.history-date .swiper-slide p {
    font-size: 20px;
    color: #444;
    padding-top: 75px;
    font-weight: bold;
    margin-bottom: 0;
}

.history-date .swiper-button-prev {
    top: 44px;
    left: -2px;
    background-image: url("../img/icon_2.svg");
}

.history-date .swiper-button-next {
    top: 44px;
    right: -2px;
    background-image: url("../img/icon_1.svg");
}

.history-lst {
    margin-top: 60px;
    position: relative;
}

.history .history-control {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 280px;
    z-index: 2;
    padding-left: 20px;
    margin-bottom: 0;
}

.history .history-control .history-control-prev,
.history .history-control .history-control-next {
    width: 120px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #ccc;
    display: block;
    background-color: #fff;
    color: #666;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.history .history-control .history-control-prev:hover,
.history .history-control .history-control-next:hover {
    background-color: #00A54F;
    color: #fff;
    border-color: #00A54F;
}


.history .history-control .history-control-prev {
    float: left;
}

.history .history-control .history-control-next {
    float: right;
}


.history-lst .swiper-slide h3 {
    font-size: 40px;
    color: #00A54F;
    margin: 9px 0 40px;
}

.history-lst .swiper-slide p {
    line-height: 32px;
    color: #666;
    font-size: 18px;
}

/*******************organization**********/
.organization {
    padding: 60px 0;
}

.organization .organization-body p {
    font-size: 16px;
    color: #676767;
    text-align: center;
    line-height: 32px;
}

/*************other**********/
.other {
    padding-bottom: 60px;
}

.other .col-md-6 {
    padding: 0;
}

.other .other-items {
    width: 100%;
    height: 410px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.other .other-items:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.31);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.other .other-items-01 {
    background-image: url("../img/image_14.jpg");
}

.other .other-items-02 {
    background-image: url("../img/image_15.jpg");
}

.other .other-items-body {
    position: absolute;
    top: 104px;
    z-index: 2;
}

.other .other-items-01 .other-items-body {
    right: 335px;
}

.other .other-items-02 .other-items-body {
    left: 90px;
}

.other .other-items h3 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    margin: 0 0 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.other .other-items p {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    margin: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.other .other-items-02 .look-more {
    margin: 102px 0 0;
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.other .other-items-01 img {
    margin-top: 64px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.other a:hover .other-items:after {
    background-color: rgba(0, 0, 0, 0.5);
}


.other a:hover .other-items-01 img {
    -webkit-transform: translateX(20px) rotate(45deg);
    -moz-transform: translateX(20px) rotate(45deg);
    -ms-transform: translateX(20px) rotate(45deg);
    -o-transform: translateX(20px) rotate(45deg);
    transform: translateX(20px) rotate(45deg);
}

.other a:hover .other-items-01 h3,
.other a:hover .other-items-01 p {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}

.other a:hover .other-items-02 .look-more {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    background-color: #00A54F;
    border-color: #00A54F;
}

.other a:hover .other-items-02 h3,
.other a:hover .other-items-02 p {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}


@media (max-width: 1200px) {

    .group .group-info-body p {
        font-size: 16px;
    }

    .group .group-data .group-data-items {
        width: 25%;
    }

    .group .group-data .group-data-items.group-data-items-02 {
        width: 50%;
    }

    .group .group-data .group-data-items span {
        font-size: 32px;
        line-height: 1;
    }

    .group .group-data .group-data-items p {
        font-size: 14px;
    }

    .other .other-items-01 .other-items-body {
        right: 90px;
    }
}


@media (max-width: 992px) {
    .group .row {
        margin: 0 -15px;
    }

    .group .col-md-6 {
        padding: 0 15px;
    }

    .group .group-info-title {
        text-align: center;
    }

    .group .group-info-title h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .group .group-info-title p {
        font-size: 14px;
        margin-top: 0;
    }

    .group .group-info-body p {
        font-size: 14px;
        line-height: 26px;
    }

    .group .group-data .group-data-items span {
        font-size: 26px;
    }

    .group .group-data .group-data-items p {
        font-size: 12px;
        margin: 5px;
    }

    .group .group-data .group-data-items i {
        font-size: 12px;
    }

    .group .group-data .group-data-items,
    .group .group-data .group-data-items.group-data-items-03 {
        width: 28%;
        text-align: center;
    }

    .group .group-data .group-data-items.group-data-items-02 {
        width: 44%;
    }

    .group .look-more {
        margin: 30px auto;
    }

    .history-date:after {
        top: 34px;
    }

    .history-date .swiper-slide img {
        width: 30px;
        margin-left: -15px;
    }

    .history-date .swiper-slide p {
        padding-top: 65px;
        font-size: 16px;
        font-weight: normal;
    }

    .history-date .swiper-slide:after {
        top: 34px;
        height: 20px;
        margin-top: -10px;
    }

    .history-date .swiper-slide:before {
        top: 34px;
    }

    .history-lst .swiper-slide h3 {
        font-size: 22px;
        margin: 15px 0;
    }

    .history-lst .swiper-slide p {
        font-size: 14px;
    }

    .history-lst .swiper-container {
        padding-bottom: 50px;
    }

    .history .history-control {
        bottom: 0;
        margin-left: -140px;
    }

    .history .history-control .history-control-prev,
    .history .history-control .history-control-next {
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .organization .organization-body p {
        font-size: 14px;
        line-height: 26px;
    }

    .other .other-items {
        height: 250px;
    }

    .other .other-items h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .other .other-items p {
        font-size: 22px;
        line-height: 1;
    }

    .other .other-items-01 img{
        width: 50px;
        margin-top: 30px;
    }

    .other .other-items-01 .other-items-body,
    .other .other-items-02 .other-items-body {
        left: 10%;
        top: 50px;
    }

    .other .other-items-02 .look-more {
        margin: 60px 0 0;
    }

}