.banner {
    height: 376px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/img/src/banner.png);
    margin-bottom: 55px;
    color: #fff;
}
.banner .mask {
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner .banner-title {
    font-size: 60px;
    margin-bottom: 20px;
}
.banner .banner-desc {
    font-size: 14px;
    margin-bottom: 40px;
}
.banner .banner-btn {
    width: 150px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    font-size: 16px;
    border: 1px solid #226dd4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
}
.banner .banner-btn:hover {
    background-color: #226dd4;
}
.main-title {
    font-size: 28px;
    color: #333;
    padding-bottom: 40px;
    border-bottom: 2px solid #f1f1f1;
    text-align: center;
}
.main .container {
    margin-bottom: 100px;
}
.value-container {
    padding-top: 20px;
}
.value-container .row {
    min-height: 360px;
}
.value-container .col-md-4 {
    border-right: 1px solid #f1f1f1;
}
.value-container .col-md-4:nth-last-child(1) {
    border: none;
}
.value-container .item {
    padding-top: 5px;
    padding-bottom: 16px;
    margin: 0 15px;
    background-color: #fff;
}
.value-container .item .title {
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 25px;
}
.value-container .item .desc {
    font-size: 14px;
    color: #333;
    height: 100px;
    line-height: 1.5;
}
.value-container .item .cover {
    height: 152px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.value-container .col-md-4:hover {
    padding: 0;
    border: none;
}
.value-container .col-md-4:hover .item {
    margin: 0;
    background-color: #f7f7f7;
    box-shadow: 0 1px 12px -2px rgba(0,0,0,.3);
    position: relative;
    bottom: 24px;
    padding-bottom: 0;
}
.value-container .col-md-4:hover .title {
    margin-top: 24px;
}
.value-container .col-md-4:hover .desc {
    padding: 0 30px;
}
.value-container .col-md-4:hover .cover {
    height: 180px;
}

.feature-container {
    margin-top: 20px;
}
.feature-container .row {
    min-height: 420px;
}
.feature-container .col-md-2 {
    border-right: 1px solid #f1f1f1;
    background-color: #fff;
}
.feature-container .col-md-2:nth-last-child(1) {
    border: none;
}
.feature-container .col-md-2:hover {
    border: 2px solid #226dd4;
    border-radius: 6px;
    position: relative;
    bottom: 35px;
    padding-top: 35px;
}
.feature-container .item {
    height: 380px;
    text-align: center;
    border-left: 2px solid transparent;
    border-right: 1px solid transparent;
}
.feature-container .col-md-2:hover .item {
    border: none;
}
.feature-container .item .cover {
    width: 110px;
    height: 110px;
    margin-bottom: 30px;
}
.feature-container .item .title {
    font-size: 16px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}
.feature-container .item .desc {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    text-align: left;
}

.process-area {
    position: relative;
    height: 435px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/img/src/process_bg.jpg);
    margin-bottom: 80px;
}
.process-area .bg {
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
.process-area .mask {
    position: absolute;
    background-image: url(/img/src/process_mask.png);
    background-size: 50px;
    opacity: 0.07;
    width: 100%;
    height: 100%;
    top: 0;
}
.process-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.process-container .process-title {
    font-size: 28px;
    color: #fff;
    margin-bottom: 30px;
}
.process-container .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.process-container .item {
    width: 130px;
    text-align: center;
}
.process-container .dots {
    font-size: 40px;
    color: #fff;
    margin-bottom: 95px;
    padding: 0 15px;
}
.process-container .item .cover {
    width: 100%;
    margin-bottom: 15px;
}
.process-container .item .title {
    font-size: 14px;
    color: #fff;
    padding: 0 8px;
    line-height: 1.5;
    height: 62px;
}

.award-container {
    margin-top: 50px;
    position: relative;
}
.award-container .swiper-slide {
    text-align: center;
    padding: 15px 15px;
    border-right: 1px solid #f1f1f1;
}
.award-container .swiper-slide-next + .swiper-slide + .swiper-slide {
    border: none;
}
.award-container .cover {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 0;
    padding-top: 60%;
    background-size: contain;
    margin-bottom: 26px;
}
.award-container .title {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .example-container {
    margin-top: 15px;
    margin-bottom: 50px;
}
.example-container .item {
    margin-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
}
.example-container .cover {
    display: block;
    height: 70px;
    background-position: center;
    background-size: 190px 70px;
    background-repeat: no-repeat;
    border-right: 1px solid #f1f1f1;
    margin: 15px 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.example-container .cover:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.bottom {
    height: 528px;
    background-color: #f1f1f1;
}
.bottom .bottom-container {
    height: 100%;
}
.bottom .bottom-container .row {
    height: 100%;
}
.bottom .bottom-container .row .col-md-6 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bottom .bottom-container .row .col-md-6.right {
    align-items: flex-end;
}
.bottom .bottom-title {
    font-size: 28px;
    color: #333;
    line-height: 1.5;
}
.bottom .bottom-desc {
    font-size: 14px;
    color: #333;
    margin-top: 40px;
    margin-bottom: 20px;
}
.bottom .bottom-desc-item {
    font-size: 14px;
    color: #333;
}
.bottom .bottom-cover {
    max-width: 100%;
}
.bottom .bottom-btn {
    width: 220px;
    height: 46px;
    line-height: 46px;
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    color: #fff;
    background-color: #226dd4;
    margin-top: 40px;
}
@media (min-width: 1300px) {
    .process-container {
        width: 1300px;
    }
}
@media (max-width: 1299px) and (min-width: 1170px) {
    .process-container {
        width: 1170px;
    }
}
@media (max-width: 1299px) {
    .process-container .item {
        width: 100px;
    }
    .process-container .item .title {
        font-size: 12px;
    }
    .process-container .dots {
        font-size: 25px;
        margin-bottom: 85px;
    }
}
@media (max-width: 1199px) {
    .feature-container .item .title {
        font-size: 13px;
    }
}
@media (min-width: 992px) {
    .example-container .item {
        width: 20%;
        padding: 0;
    }
    .example-container .item:nth-child(5n+0) .cover {
        border: none;
    }
}
@media (max-width: 991px) {
    .main .container {
        margin-bottom: 50px;
    }
    .banner {
        height: 250px;
    }
    .banner .banner-title {
        font-size: 30px;
    }
    .banner .banner-desc {
        margin-bottom: 30px;
    }
    .value-container .col-md-4 {
        border-right: none;
        margin-bottom: 25px;
        border-bottom: 1px solid #f1f1f1;
    }
    .value-container .item {
        margin: 0;
    }
    .value-container .item .desc {
        height: auto;
        margin-bottom: 20px;
    }
    .value-container .item .cover {
        height: 0;
        padding-top: 40%;
    }
    .value-container .col-md-4:hover {
        padding: 0 15px;
        border-bottom: 1px solid #f1f1f1;
    }
    .value-container .col-md-4:hover .item {
        background-color: #fff;
        box-shadow: none;
        bottom: 0;
        padding-bottom: 16px;
    }
    .value-container .col-md-4:hover .title {
        margin-top: 0;
    }
    .value-container .col-md-4:hover .desc {
        padding: 0;
    }

    .feature-container .col-md-2 {
        border: none;
        margin-bottom: 40px;
    }
    .feature-container .col-md-2:hover {
        border: none;
        bottom: 0;
        padding-top: 0;
    }
    .feature-container .item {
        border: none;
        height: auto;
    }

    .process-container .item {
        width: 60px;
    }
    .process-container .item .cover {
        margin-bottom: 10px;
    }
    .process-container .item .title {
        padding: 0;
        height: 80px;
    }

    .example-container .item:nth-child(4n+0) .cover {
        border: none;
    }

    .bottom {
        height: auto;
        padding: 20px 0;
    }
    .bottom .bottom-container .row .col-md-6.right {
        align-items: flex-start;
        margin-top: 25px;
    }
}
@media (max-width: 767px) {
    .award-container .swiper-slide-next {
        border: none;
    }
    .example-container .cover {
        border: none;
    }
}
@media (max-width: 500px) {
    .banner .mask {
        padding:  0 15px;
    }
    .process-area {
        height: 575px;
    }
    .process-container .list {
        justify-content: center;
    }
    .award-container .swiper-slide {
        border: none;
    }
}