.home-about .sub {
    color: #8eb7c4;
}
.home-news .btn-more,
.home-about .btn-more,
.home-service .btn-more{
    background: #548691;
    border: none;
}
.home-news .btn-more:hover::before,
.home-about .btn-more:hover::before,
.home-service .btn-more:hover::before{
    background: #8EB7C4;
}

.home-about .home-title:before {
    background-image: url(/UserFiles/image/index/ab_title_line.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.home-about .about-cir-box .cir-center .cross-icon span:first-child {
    transform: rotate(0deg)
}

.home-about .about-cir-box .cir-center .cross-icon span:last-child {
    transform: rotate(-90deg);
    background-color: #8EB7C4;
    position: relative;
    top: -6px;
    left: 1px;
}