.navbar-right :nth-child(5) a{
    color: #307FEE!important;
}
.cg-banner-btn {
    width: 50px;
    height: 50px;
    position: relative;
    padding: 0;
}
.cg-banner-btn img {
    z-index: 999;
    position: relative;

    width: 30px;
    height: 30px;
    margin-left: 1px;
}
.service h2, .service p {
    text-align: center;
}
.service h2 {
    font-size: 3.5rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.service p {
    color: #3D95ED;
    font-size: 1.6rem;
}
.about-count {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
}
.about-count li {
    margin: 20px 20px;
    padding: 50px 60px;
    border-radius: 20px;
    background-color: #FAFAFA;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-count li img {
    width: 30px;
    height: 30px;
}
.about-count li .count {
    font-weight: 700;
    font-size: 5rem;
    padding: 20px 0;
}
.about-count li desc {
    font-size: 2.0rem;
    color: #666666;
}
.about-why-us {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
}
.about-why-us li {
    max-width: 300px;
    padding: 30px;
}
.about-why-us .why-us-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.about-why-us .why-us-title img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.about-why-us .why-us-title span {
    font-weight: 700;
    font-size: 1.8rem;
}
.about-why-us li .desc {
    font-size: 1.6rem;
    line-height: 3rem;
    color: #666666;
}
.company-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
}
.company-img-left img {
    width: 750px;
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
}
.company-img-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.company-img-right img {
    width: 330px;
    height: 240px;
    object-fit: cover;
    border-radius: 20px;
}









.sub-idea {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
.sub-idea-title {
    font-size: 2.4rem;
    font-weight: 700;
}
.sub-idea-content {
    margin-top: 80px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 80px;
}
.sub-idea-content img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #2E7CEF;
}

@media screen and (max-width:768px) {
    .company-img-right img {
        padding: 10px 0;
        border-radius: 30px;
    }
    .company-img-left img {
        width: 330px;
        height: 240px;
        padding: 10px 0;
        border-radius: 30px;
    }
}
@media screen and (min-width:768px){
    .company-img-right {
        flex-direction: row;
        width: 750px;
        /*justify-content: space-around;*/
        margin-bottom: 20px;
    }
}
@media screen and (min-width:1200px) {
    .company-img-right {
        flex-direction: column;
        width: 330px;
        margin-bottom: 0px;
    }
}
